
/* CSS Document */

/*car displays*/
.listingtable { border-width: 0px; border-style: none; padding: 0; margin: 0; border-style: solid; }
.listingtable td { border-style: none; }
.listingrow0 {
	 background-color:#CCCCCC;
	 color:#FFFFFF;
 }
 
.listingrow1 { 
	background-color: #fff;
	color:#000000;
}
.price { color: #ff0000; font-weight: bold; }
.viewlink { color: #a0a0a0; text-decoration: none; font-weight: bold; }
.viewlink:hover { color: #ff0000; }
.listingadvert { width: 345px; height: 79px;  }
.listingphoto {
	border-style: solid;
	border-width:1px;
	border-color: #808080;
	float: left;
	left: 1px;
	top: 1px;
	width: 100px;
	height: 75px;
	margin-top: 2px;
	margin-right: 18px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.listingtext {  color: #000000; float: right; left: 70px; width:220px; top: 3px; font-size:10px; line-height:120%;}
.listingprice { font-weight: bold; color: #000000; float: left;width:200px; left: 100px; top:auto;}
.listingmore {
	font-weight: bold;
	color: #000000;
	position:relative;
	width:200px;
	top:0px;
	margin-left:2px;
	height: 10px;
	left: 155px;
}
.listingmore a { color: #ff0000; text-decoration: none; }
.listingmore a:hover { color: #0000ff; }
#viewadditional { background-color: #14df65; font-weight: bold; color: #ffffff; font-size: 12px; font-family: verdana,arial; padding: 5px; border-style: solid; border-width: 1px; border-color: #980498; }