@charset "utf-8";
/* CSS Document */

/****** Styles for vehicle-view page *******/
div.vehicle-view-container a.results
{	
	background: url(../images/back-to-results-btn.png) no-repeat;
	color : White;
}
div.vehicle-view-container a.results:hover
{
	background: url(../images/back-to-results-hover-btn.png) no-repeat;
}
div.vehicle-view-container a.next-favourites
{
	background: url(../images/next-btn.gif) no-repeat right;
}
div.vehicle-view-container a.next-vehicle
{
	background: url(../images/next-btn.gif) no-repeat right;
}
div.vehicle-view-container a.next-favourites:hover,
div.vehicle-view-container a.next-vehicle:hover
{
	background: url(../images/next-hover-btn.gif) no-repeat right;
}
div.vehicle-view-container a.previous-favourites
{
	background: url(../images/previous-btn.gif) no-repeat;
}
div.vehicle-view-container a.previous-vehicle
{
	background: url(../images/previous-btn.gif) no-repeat;
}
div.vehicle-view-container a.previous-favourites:hover,
div.vehicle-view-container a.previous-vehicle:hover
{
	background: url(../images/previous-hover-btn.gif) no-repeat;
}
div.vehicle-view-container a.next-compare
{
	background: url(../images/next-btn.gif) no-repeat right;
}
div.vehicle-view-container a.next-compare:hover
{
	background: url(../images/next-hover-btn.gif) no-repeat right;
}
div.vehicle-view-container a.previous-compare
{
	background: url(../images/previous-btn.gif) no-repeat;
}
div.vehicle-view-container a.previous-compare:hover
{
	background: url(../images/previous-hover-btn.gif) no-repeat;
}
a.zoom
{
	background: url(../images/magnifying-glass.png) no-repeat;	
}
div.navigation-buttons a.compare
{
	background: url(../images/compare-icon.png) no-repeat;
}
div.navigation-buttons a.compare-remove
{
	background: url(../images/remove-compare-icon.png) no-repeat;
}
div.navigation-buttons a.favourites
{
	background: url(../images/favourites-icon.png) no-repeat;
}
div.navigation-buttons a.favourites-remove
{
	background: url(../images/remove-favourites-icon.png) no-repeat;
}
div.navigation-buttons a.print
{
	background: url(../images/print-icon.gif) no-repeat;
}
ul.ui-accordion li h3
{
	background: transparent url(../images/acc-plus.gif) no-repeat 573px 5px;	
	border-left : none;
	border-right : none;
}
ul.ui-accordion div.content
{
	border-left : none;
	border-right : none;	
}
ul.ui-accordion li h3 a
{
	color : black;
}
div.dealer-details h3
{
	background: url(../images/accordion-hdr-selected.jpg) repeat-x;
}
ul.ui-accordion li h3.selected
{
	background: transparent url(../images/acc-minus.gif) no-repeat 573px 5px;
}
ul.ui-accordion li h3.selected a
{
	color : #9F0000;
	font-weight : bold;
}
div.cta-list li a.test-drive
{
	background: url(../images/book-a-test-drive.png) no-repeat;	
}
div.cta-list li a.send-friend
{
	background: url(../images/envelope-icon.png) no-repeat;	
}
div.cta-list li a.print
{
	background: url(../images/print-icon.png) no-repeat;	
}
div.cta-list li a.enquiry
{
	background: url(../images/enquire-icon.png) no-repeat;	
}
div.cta-list li.telephone
{
	background: url(../images/phone-icon.png) no-repeat;	
}
div.vehicle-images img
{
	border : 1px solid #CCCCCC;
}
/****** End of styles for vehicle-view page *******/
div.vehicle-details dd.price
{
	color : black;
}
div.vehicle-view-container div.header
{
	border-bottom : solid 1px #DADADA;
}