/*===========================
003282 = blue (logo)
00001D = blue (navy - header)
FDCD00 = yellow-orange (logo)
9F1505 = red (photo)
6C6C6C = grey
DCDDDE = grey (light - content)
===========================*/

/* CALENDAR */

#listContainer {
	width: 600px;
}


#listAuctionCount {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 10px;
	color: #000000;	
}
.listNext_prev {
	padding: 11px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #c5bca8;
}

.listNext_prev a {
	color: #372a0b;
}

.listNext_prev a:hover {
	color: #da8200;
}

.listAuctionImage {
	padding: 11px 0px 11px 8px;
	border-bottom: 1px solid #c5bca8;
}

.listAuctionContainer {
	padding: 11px 8px;
	border-bottom: 1px solid #c5bca8;
}

.listAuctionContainerRow2 {
	background-color: #f1f1f1;
}

/*===========================
003282 = blue (logo)
00001D = blue (navy - header)
FDCD00 = yellow-orange (logo)
9F1505 = red (photo)
6C6C6C = grey
DCDDDE = grey (light - content)
===========================*/

.listAuctionTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003282;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.listAuctionTitle a {
	color:#003282;
}

.listAuctionTitle a:visited {
	color: #1F367A;
}

.listAuctionTitle a:hover {
	color: #790000;
}

.listCompanyName {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size:12px;
}

.listDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#1F367A;
}

.listSlideInset {
	float:left;
	margin:0px 7px 3px 0px;
}

.listClearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.listSold {
	color: #f00;
	text-transform:uppercase;
}
#listMoreColumn {
	margin:0 6px 0 6px;
	width:95px;
	float:left;
	text-align:center;
	padding-left:20px;
}
#listMoreButton {
	margin:10px 0px 10px 0px;
}
a.listMoreButton:link, a.listMoreButton:visited, a.listMoreButton:active {
  padding: 1px 0 2px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background: #790000;
  text-align:center;
  line-height:15px;
  text-decoration: none;
  border:1px;
  display:block;
}
a.listMoreButton:hover {
  background: #1F367A;
}
.sold { /*still needs to be tested*/
  /*float:left;*/
  width: 153px;
  font-family:Arial, Helvetica, Verdana, sans-serif;
  font-size:15px;
  margin: 10px 0 0 0;
  padding: 1px 0px 1px 0px;
  color: #ffffff;
  font-weight: bold;
  text-align:center;
  text-transform: uppercase;
  background: #ff0000;
  border: 1px solid #000000;
  display:block;
}