/*
	vehicles-range.css
	Mazda Vehicles Section

	Created by Matthieu Aussaguel on 2010-04-22.
	Copyright 2010 igloo digital. All rights reserved.

	Modified on 07-05-10 to be the stylesheet for all non-model Vehicles pages - vnguyen
*/


/*VEHICLES LANDING PAGE*/
#range-wrapper {width: 766px;}
#range-wrapper #vehicles {width: 540px; float:left;}
#range-wrapper #vehicles a.vehicle {width: 176px; border-bottom: 4px solid #c8c8ca; margin: 0 4px 5px 0; padding-bottom: 10px; float:left; color: #0085cf; font-weight: bold; font-size: 11px;}
#range-wrapper #vehicles a.vehicle:HOVER {border-bottom: 4px solid #0085cf; text-decoration: none;}   
#range-wrapper #vehicles a.vehicle img {width: 150px; padding-bottom: 5px;}

#range-wrapper #vehiclesOptions {width: 220px; float: right;}
#range-wrapper #vehiclesOptions p {font-weight: bold; font-size: 11px; line-height: 15px; margin-bottom: 5px; color: #4c4c4c;}
#range-wrapper #actions a {margin-bottom: 3px; float: left; text-indent: -9999em; background:url('/images/range/rangeActions-btn.gif') no-repeat; height: 26px; width: 217px;}
#range-wrapper #actions a#bookTestDriveBtn{background-position:0 0;}
#range-wrapper #actions a#bookTestDriveBtn:HOVER{background-position:-217px 0;}
#range-wrapper #actions a#findADealerBtn{background-position:0 -26px;}
#range-wrapper #actions a#findADealerBtn:HOVER{background-position:-217px -26px;}	
#range-wrapper #actions a#requestBrochureBtn{background-position:0 -52px;}
#range-wrapper #actions a#requestBrochureBtn:HOVER{background-position:-217px -52px;}
    
