/* #85B360 = GREEN */
/* #2C5D98 = DARK BLUE */
/* #0092CD = BLUE */
/* #E2B53A = GOLD */
/* #DA784F = BURNT ORANGE */

/* 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: #00408A;
}

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

.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:#00668E;
}

.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;
}
#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: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background: #00408A;
  text-align:center;
  line-height:15px;
  text-decoration: none;
  border:1px;
  display:block;
}
a.listMoreButton:hover {
  background: #A81120;
}