@charset "utf-8";
/* CSS Document */


#auctionContent {
	padding: 10px 10px 20px 10px;
	
}

table, td, th {
  border: 1px solid #B9A0A5;
  border-collapse:collapse;
}

table {
  font: 1.4em/1.5 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; 
  width: 100%;
  margin-bottom: 1.5em;
}

tr.evenRow {    
 background: #ccc;    
}



td, th {

  padding-left: 10px;
}



th {
  text-align:left;
  background: #50111E;
  color: #fff;
}

td {
  vertical-align: top;
}

#auction a:link, #auction a:visited, #auction a:active {
  text-decoration: none;
  color:#274222;
		}

#auction a:hover {
  text-decoration:underline;
  color: #274222;
		}


#auctionContent ul {
	list-style: none;  
	margin-bottom: 1.4em;
	font: 1.2em/1.4 Verdana, Arial, Helvetica, sans-serif, sans-serif;

}

#auctionContent li {
	padding: 2px 15px;
}


