/* CSS Document */


/*car displays*/
.listingtable { 
	border-width: 1px; 
	padding: 0; 
	margin: 0; 
	border-style: solid;
	border-color:#000000;
	position:relative;
	width:400px;

}

.listingtable td {
	 border-style: none;
 }
 
.listingrow0 {
	 background-color:#FFFF00; 
	
 }
 
.listingrow1 { 
	background-color: #fff; 
	
}

.price { 
	color: #5302CB; 
/*	font-weight: bold;*/
	 }
 
.viewlink {
margin-top:1px;
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
  }
  
.viewlink:hover { 
	color: #5302CB; 
}

.listingadvert {  
	height: 150px;
	position:relative;
	z-index:10;
}

.listingphoto { 
	border-style: solid; 
	border-width:1px; 
	border-color: #000; 
	width: 200px;
	height: 144px; 
	left: 2px;
	top: 0px 
	z-index:12;
	position:absolute;
	

	  }
  
.listingtext {  
 position:absolute;
	float: right; 
	width: 170px; 
	height: 30px; 
	color: #000;
	font-size:14px;
	font-weight:bolder;
	margin-top:5px;
	z-index:13;
	left: 210px;
	top:5px;
}

.listingprice { 
position:absolute;
	margin-top:2px;
	font-weight: bold; 
	color: #000; 
	float: right; 
	width: 185px; 
	height:10px; 
	font-size:20px;
	z-index:14;
left: 210px;
	top:60px;
	
}

.listingmore { 
position:absolute;
	font-weight: bold; 
	color: #000;
	height: 15px;
	z-index:120;
	text-align:left;
	float:right;
left: 210px;
	top:100px;
	width:185px;
	
	

}

.listingmore a { 
	color: #000000; 
	text-decoration: none; 
		font-size:18px;

}
.listingmore a:hover {
	 color: #0920ff; 
 }

#txtPostcodeA {
	float:left;
	width:40px;
	height:20px;
	margin-left:3px;
	margin-top:5px;
	color:#000000;
	background-color:#e5e4e4;
	
}

#txtPostcodeB {
	float:left;
	width:40px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
	color:#000000;
	background-color:#e5e4e4;
}

#directions {
height:100px;
/*border:1px solid #333333;*/
/*padding:65px 0 10px 100px;*/
padding-left:5px;
padding-top:15px;
margin-bottom:8px;
background: url(graphics/google.jpg) left top no-repeat;
}

#btnShowDirections
{
/*	padding-top:6px;*/
	margin-top:5px;
}
