@charset "UTF-8";
body {
	background: #FFFFFF url(../images/bodyTile.gif) repeat-x center top;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 0px;
}
.pageHeader {
	font-size: 20px;
	color: #18bcff;
	font-weight: 900;
}

.silentPageHeader {
	font-size: 20px;
	color: #ffb340;
	font-weight: 900;
}

.itemNumber {
	font-size: 14px;
	color: #18bcff;
	font-weight: 900;
}

.silentItemNumber {
	font-size: 14px;
	color: #ffb340;
	font-weight: 900;
}
.subheader {
	font-weight: 900;
	color: #333333;
}
.footer {
	clear: both;
	width: 100%;
	text-align: right;
	background: #F4F4F4;
}
.site {
	width: 1024px;
	margin: 0px auto;
}

a {
	color: #ffb340;
	text-decoration: none;
}
.subNav {
	width: 720px;
	height: 80px;
}
.backToThumbs {
	float: right;
	width: 200px;
	text-align: right;
}

a:hover {
	color: #333333;
}

a:active {
	color: #333333;
}

a:visited {
	color: 18bcff;
}

.leftCol {
	float: left;
	width: 220px;
}

#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 8px 3px 8px 8px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
	font-size: 14px;
	font-weight: 900;
}

#navcontainer a:link, #navlist a:visited
{
	color: #18bcff;
	text-decoration: none;
}
.content {
	width: 780px;
	margin-left: 225px;
	border-left: 1px dashed #CCCCCC;
	padding-left: 17px;
	 height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
	min-height: 500px;
	margin-top: 15px;
}
.content td img {
	padding-top: 5px;
	padding-bottom: 10px;
}

#navcontainer a:hover
{
	background-color: #F4F4F4;
	color: #333333;
}

.auctionLogo img {
	padding-bottom: 5px;
	padding-top: 10px;
}
.banner img {
	padding-top: 5px;
}
.banner {
	background: #F4F4F4;
	width: 1024px;
	text-align: right;
	height: 40px;
}
.trio img {
	padding-right: 10px;
}
form {
	text-transform: uppercase;
	color: #000000;
	background: #F4F4F4;
	font: 10px Arial, Helvetica, sans-serif;
}
.artInfo {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	background: #47B8E9;
	float: right;
	width: 250px;
	height: 400px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 75px;
	margin-bottom: 10px;
}

.noArtInfo {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	background: #18BCFF url(../images/scroll.gif) no-repeat center top;
	width: 700px;
	height: 400px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}


.silentArtInfo {
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	background: #ffb340;
	float: right;
	width: 250px;
	height: 400px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 10px;
	margin-right: 75px;
	margin-bottom: 10px;
}

td a:hover {
	text-decoration: underline;
}

td a img {
	border-width: 0px;
}

td a:hover img {
}

td a:visited {
	color: #666666;
}

.notExactPiece {
	font-size: 75%;
	font-style: italic;
}
.sponsors img{
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
}

