
/* CSS Document */

/*car displays*/
.listingtable { 
	border-width: 1px; 
	padding: 0; 
	margin: 0; 
	border-style: none;
	border-color:#000000;
	position:relative;

}

.listingtable td {
	 border-style: none;
 }
 
 

.listingrow0 {
	 background-color:#404040;
	 color:#FFFFFF;
 }
 
.listingrow1 { 
	background-color: #fff;
	color:#000000;
}

.price { 
	color: #5302CB; 
	font-weight: bold;
	 }
 
.viewlink {
margin-top:1px;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
  }
  
.viewlink:hover { 
	color: #fff; 
}

.listingadvert {  
	height: 125px;
	position:relative;
	z-index:10;
}

.listingphoto { 
	border-style: none; 
	border-width:1px; 
	border-color: #fff318; 
	width: 160px;
	height: 120px; 
	left: 2px;
	top: 0px 
	z-index:12;
	position:absolute;
	margin-top:2px;
	

	  }
  
.listingtext {  
 position:absolute;
	float: right;  
	font-size:12px;
	font-weight:normal;
		margin-top:5px;
	z-index:13;
	left:165px;
	width:205px;
	
	top:5px;
}

.listingprice { 
position:absolute;
	margin-top:2px;
	font-weight: bold; 
	color: #000; 
	float: right; 
	width:155px; 

	font-size:14px;
	z-index:14;
left: 165px;
	top:60px;
	
}

.listingmore { 
position:absolute;
	font-weight: bold; 
	color: #CCCCCC;
	height: 15px;
	z-index:120;
	text-align:left;
	float:right;
left: 165px;
top:100px;
width:155px;

}

.listingmore a { 
	color: #000; 
	text-decoration: none; 
		font-size:14px;

}
.listingmore a:hover {
text-decoration:underline;
 }
.listingrow0 .listingmore a  {

	 color:#FFFFFF;
 }
 .listingrow0 .listingprice {

	 color:#FFFFFF;
 }
 .listingrow1 .listingprice {

	 color:#000000;
 }