/*home offers car list*/
#homeoffer {
	width:200px; 
	height:130px; 
	background-image:url(graphics/right_photo.jpg); 
	padding-left:40px; 
	padding-top:15px;
	margin-left:10px;
	margin-left:130px;
	
	
}
.listingtable {
	border-width:0;
	padding:0;
	margin:0;
	width:160px;
}
.listingtable td {
	border-style:none;
}
.listingrow0 {
	
}
.listingrow1 {
	
}
.price {
	color:#ff0000;
	font-weight:700;
	
}
.viewlink {
	color:#a0a0a0;
	text-decoration:none;
	font-weight:700;
}
.viewlink:hover {
	color:#ff0000;
}
.listingadvert {
	margin:0px;
	width:160px;
	position:relative;
}
.listingphoto {
	width:100px;
	height:75px;

	
	position:relative;
	border: #999 1px solid;
}
.listingtext {
	color:#666;
	float:left;
	width:130px;
	display:block;
	height:50px;
	text-align:left;
	position:absolute;
	top:0px;
	left:-165px;
	font-size:11px;
	overflow:auto;

}
.listingprice {
	font-size:13px;
	font-weight:100;
	color:#000000;
	float:left;
	width:80px;
	height:15px;
	text-align:left;

	font-size:10px;
		position:absolute;
	top:50px;
	left:-165px;
	
}
.listingmore {
	font-weight:700;
	color:#000000;
	height:15px;
	visibility:visible;
	display:block;
	width:100px;
}
.listingmore a {
	
	color: #F00;
	text-decoration:none;
	visibility:visible;
	display:block;
	width:100px;
	height:20px;
	top:65px;
	left:-165px;
	text-align:left;
	position:absolute;
	font-size:12px;
	/*background: url(graphics/offer_button.gif) left top repeat-x;
	border:1px solid #999;*/
	font-weight:normal;
	text-decoration:underline;
}
.listingmore a:hover {
/*	background-image:none;
	background-color:#000;
	border:1px solid #999;*/
	color: #f00;
	
}
