/**************************************
	ITEM: Sub Nav - Killing UL Tabbing
*/

img {
	max-width: none;
}

label {
	display: inline;
	padding-left: 3px;
}

#region_copyright {
	font-size: 11px;
}

 .artwork_preview {
 	text-align: center;
 }

#tooltip h3 {
	font-size: 12px;
}

.date {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
}

.left_content {
	border-right: 1px Solid gray;
	padding-left: 0px;
}

h1 {
	color: #990000;
	font-size: 19px;
}

.header_logo {
	padding: 15px;
}

#region_contact {
	padding: 20px;
}

.artworks_list {
	font-size: 50%;
}


#region_artistPreview_2 {
	float: right;
}

.thumbWrapper {
	text-align: center;
}

p.imglink, a.imglink {
	font-size: 11px;
	color: #aaa;
}

.thumbWrapper img {
	margin-top: 10px;
}

ul.artwork_list li {
	font-size: 13px;
	padding: 5px 0px 5px 0px;
}

ul.artwork_list li a {
	color: #999900;
}


	#region_navigation ul li, #region_navigation ul, #region_navigation a {
	margin: 0em 0em 0em .5em;
	padding: 0em 0em 0em 0em;
	list-style-type: none;
			list-style: none;
		display: normal;
	}

/**************************************
	ITEMS: Root Nav
*/
	#region_navigation ul li a {

		/* Position and dimensions */
		position: relative;
		width: 201;

		/* Box properties */
		margin: 1px 0px 0px 1px;
		padding: 3px 0px 3px 20px;

		/* Box formatting */
		font-family: arial, helvetica, sans-serif;
		text-align: left;
		border-bottom: 0px solid #999;
		line-height: 27px;
		outline: none;
		display: block;
		list-style: none;
		font-weight: normal;
		font-size: 14px;
		/*background-color: #333;*/
	

		/* IE 5 work around */
		voice-family: "\"}\"";
		voice-family:inherit;

		/* Values for browsers other than IE 5 */
		width: 180px;
	}

	/* Opera work around */
	html>body #region_navigation ul li a {
		width: 180px;
	}
	
/* Style for links in the nav L1 */

	#region_navigation ul li a {
		text-decoration: none;
		color: #111;
	}
	
	#region_navigation ul li a:hover {
		text-decoration: underline;
		color:  #E7C401;
		background-color: #776;
	}


	
/**************************************
	ITEM: Sub Nav
*/
	#region_navigation ul li.sub a {

		/* Position and dimensions */
		position: relative;
		width: 201;

		/* Box properties */
		margin: 1px 0px 0px 1px;
		padding: 2px 0px 2px 35px;

		/* Box formatting */
		font-family: arial, helvetica, sans-serif;
		color: #aaa;
		text-align: left;
		border-bottom: 0px solid #999;
		line-height: 13px;
		outline: none;
		display: block;
		list-style-type: none;
		marker-offset: 0px;
		font-weight: normal;
		font-size: 12px;
		/*background-color: #333;*/
	

		/* IE 5 work around */
		voice-family: "\"}\"";
		voice-family:inherit;

		/* Values for browsers other than IE 5 */
		width: 165px;
	}

	/* Opera work around */
	html>body #region_navigation ul li.sub a {
		width: 165px;
	}

/* Style for links in the sub nav L1 */

	#region_navigation ul li.sub a {
		text-decoration: none;
		color:  #ccc;
	}

	#region_navigation ul li.sub a:hover {
		text-decoration: underline;
		color:  #E7C401;
		background-color: #776;
	}

table td.sold {
	text-decoration:line-through;
}