

#search{
	
	margin-top: 10px;
	border: 1px solid #217CED;
	
}

#search .form td{
	background-color: #96C1F6;
		
	color: #333333;
	padding-left: 7px;
	
	
	padding-top: 10px;

}

#search .form select{
	border: 1px solid #7F9DB9;
	width: 130px;
	
	color:#333333;
	font-size:11px;

}

#listings{
	
}

#listings .header{
	background: #CDD2D4;
	height: 20px;
	color: #333333;
	padding-left: 7px;
	font-weight:bold;
	border-right: 1px solid #76838D;
}

#listings .list{
	background: #eeeeee;
	height: 20px;
	color: #333333;
	font-size: 10px;
	
	
}

#listings .list td{
	
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid #76838D;
	
	
}

#listings .list-alt{
	background: #A9B3B8;
	height: 20px;
	color: #333333;
	font-size: 11px;
	
	
}

#listings .list-alt td{
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-right: 1px solid #76838D;
	
	
}

.rowLink {
		cursor: pointer
}

#listings tr:hover, #listings tr.hilight {  
		background-color: #76838D; 
		color: #FFFFFF 
}

#detail_nav{
	background-color:#76838D;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#detail_nav a{
	
	color: #ffffff;
	
}

#detail_header{
	background: url(http://www.cogans.ie/images/common/car_header.gif) repeat-x #76838D;
	font-size: 14px;
	color: #363D41;
	font-weight:bold;
	height: 27px;
	padding-left: 5px;
	margin-top: 1px;
}

#detail_specs{
	font-size: 12px;
	color: #333333;
	background: url(http://www.cogans.ie/images/common/tips_bg.jpg) repeat-x;
	line-height: 170%;
}


#finance{
	width: 374px;
	padding: 10px;
	background-color:#FFFFFF;
}

#finance span{
	font-size: 20px;
	color:#3261AF;
}

#finance a{
	font-size: 14px;
	color:#3261AF;
	font-weight:bold;
}


hr {
border-color:#E8EAEC -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:1px 0pt 0pt;
height:0px;
margin-bottom:5px;
margin-left:0px;
margin-top:5px;
width:500px;
}



