/*===========================
0200A1 = blue
FEF102 = yellow
E50000 = red
===========================*/

/* CALENDAR */

#listContainer {}

#listAuctionCount {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 10px;
	color: #000000;	
}
.listNext_prev {margin-bottom:8px; font-size:11px;}

.listNext_prev a {}

.listNext_prev a:hover {}

.listAuctionImage {
	padding: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

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

.listAuctionContainerRow2 {
	background-color: #FCF9E2;
}

/*===========================
0200A1 = blue
FEF102 = yellow
E50000 = red
===========================*/

.listAuctionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.listAuctionTitle a {
	color: #32346F;
	text-decoration:underline;
}

.listAuctionTitle a:hover {
	color: #32346F;
	text-decoration:none;
}


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

.shortDescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.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: #32346F;
  text-align:center;
  line-height:15px;
  text-decoration: none;
  border:1px;
  display:block;
}
a.listMoreButton:hover {
  background: #000;
}