/* CALENDAR */

#listAuctionCount {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 10px;
	color: #000000;	
}
.listNext_prev {
	padding: 11px 8px;
	font-family: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;
}


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

.listAuctionTitle a {
	color: #201F6B;
}

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

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

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

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

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

.listSold {
	color: #f00;
	text-transform:uppercase;
}
.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: #cc0000;
  border: 1px solid #000000;
  display:block;
}