@charset "utf-8";
/* CSS Document */

/****** Core styles *******/
html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #424545;
	background: #fff url(../images/pg-bg.png) repeat-x;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

p, a, label, ul, li, dt, dd
{
}

a
{
	text-decoration: none;
	color: #000;
}

div.panel-content a, div.panel-content a:visited
{
    color: #194A8A;
}
div.panel-content a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #0272B6;
}
a.button
{
	display: block;
}

a.cta-button, a.link
{
	background: url(../images/btn-large.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 145px;
	margin-top: 10px;
	padding-top: 10px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
}

a.cta-button:hover, a.link:hover
{
	background: url(../images/btn-large-hvr.png) no-repeat;
	color: #fff !important;
	text-decoration: none;
}

a.cta-button-small
{
	background: url(../images/btn-small.png) no-repeat;
	display: block;
	float: left;
	height: 17px;
	width: 91px;
	margin: 10px 0 0 25px;
	padding-top: 8px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

a.cta-button-small:hover
{
	background: url(../images/btn-small-hvr.png) no-repeat;
	color: #fff !important;
}

div.vehicle-item a.cta-button-small
{
	padding-top: 6px;
	color: #fff !important;
	text-decoration: none;
	float: right;
}

.ApplyForFinanceBtn
{
	
}
	

.select input 
{
	background: url(../images/btn-vsmall.png) no-repeat;
	color: #fff !important;
	width:53px;
	height:25px;
	border: none;
    background-color: #fff;
    padding-bottom:5px;
}

.select input:hover
{
	background: url(../images/btn-vsmall-hover.png) no-repeat;
	color: #fff !important;
	width:53px;
	height:25px;
	border: none;
    background-color: #fff;
    cursor:pointer;
}


.ApplyForFinanceBtn input 
{
	background: url(../images/btn-small-test.png) no-repeat;
	background-position:0 0;
	color: #fff !important;
	width:91px;
	height:24px;
	border: none;
    background-color: #ececec;
    padding-bottom:1px;
}



.ApplyForFinanceBtn input:hover 
{
	background: url(../images/btn-small-test.png) no-repeat;
	background-position:0 -25px;
	color: #fff !important;
	width:91px;
	height:24px;
	border: none;
    background-color: #ececec;
    padding-bottom:1px;
    cursor:pointer;
}

a.cta-button-large, div.vehicle-details div.cta-list li.print a
{
	background: url(../images/btn-xlarge.png) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 189px;
	margin-top: -5px;
	margin-left: -5px;
	padding: 10px 0 0 15px;
	color: #fff !important;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none !important;
}

a.cta-button-large:hover, div.vehicle-details div.cta-list li.print a:hover
{
	background: url(../images/btn-xlarge-hvr.png) no-repeat;
	color: #fff !important;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: #0272b6;
}
a img
{
	border: none;
}

h1, h2, div.panel-content legend
{
	font-size: 13px;
}
div.panel-content h1, div.panel-content h2, div.panel-content legend
{
	color: #ffffff;
}
input
{
	height: 18px;
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	height: 18px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select option
{
	padding: 2px 0 2px 5px;
}

.clear 
{
    clear: both;
}

.none
{
	display : none;
}

/* removes the dotted outline around flash objects in firefox */
object, a, input 
{
	outline:none; 
}

/****** End of Core styles *******/


/****** Generic styles for all pages *******/

div.page-container
{
	z-index: 1;
	width: 960px;
	min-height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	border: 0px solid #00ffff;
	overflow: hidden;
}

div.content-container
{
	width: 960px;
	height: auto;
	margin-top: 169px;
	float: left;
	background: transparent url(../images/content-bg.jpg) repeat-x;
	position: relative;
}

div.main-content
{
	width: 600px;
	overflow: hidden;
	float: left;
	margin-left: 0px;	
}

div.inner-content
{
	float: left;
	width: 600px;
	border-bottom: none;
	background: transparent url(../images/inner-content-h.png) no-repeat;
	position: relative;
}

div.inner-content.results, div.inner-content.vehicle, div.inner-content.vehiclecompare, div.inner-content.error
{
	float: left;
	width: 600px;
	padding: 0px;
	border-bottom: none;
	background: transparent url(../images/inner-content-h.png) no-repeat;
	margin-top: 0;
}

div.inner-content.bottom-border
{
	/*padding-bottom: 10px;*/
	background: none;
}

div.main-content h1
{
	padding: 15px 0 5px 0;
	width: 600px;
	float: left;
	clear: left;
	color: #fff;
}

div.main-content h1.full-width
{
}

div.main-content p
{
	float: left;
	padding: 10px 0 0 0;
}

div.main-content img.main-image
{
	float: left;
}

div.main-content div.main-image-container
{
	width: 600px;
	height: 290px;
	float: left;
	margin-bottom: 3px;
	position: relative;
	margin-top: 1px;
}

div.main-content-top
{
	background: url(../images/inner-content-t.png) no-repeat;
	width: 600px;
	margin: 0;
	float: left;
	height: 13px;
}


div.photoFlowContainer-top
{
	background: url(../images/inner-content-t.png) no-repeat;
	width: 600px;
	margin: 0;
	float: left;
	height: 13px;
}
div#photoFlowContainer
{
	background: url(../images/inner-content-bg.png) repeat-y;
	width: 568px;
	margin: 0;
	float: left;
	position: relative;
	padding: 0 16px;
}
div.main-content-footer
{
	background: url(../images/inner-content-f.png) no-repeat;
	width: 600px;
	margin: 0;
	float: left;
	height: 13px;
}

ul.cta-menu
{
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

ul.cta-menu li
{
	background: url(../images/promo-panel-h.png) no-repeat; 
	width: 200px;
	height: 155px;
	position: relative;
	float: left;
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	padding: 0;
}


/*adds extra margin to first cta button */
ul.cta-menu li a
{
	display : block;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

ul.cta-menu li div.offer-text
{
	position: absolute;
	top: 37px;
	z-index: 5;
	padding: 13px 11px 0;
	width: 178px;
	height: 100px;
	background: url(../images/promo-panel-bg.png) repeat-y; 
	display : block;
	font-size: 13px;
	color: #FFFFFF;
	overflow : hidden;
}

ul.cta-menu li div.offer-image
{
	bottom: 5px;
	text-align: center;
	position: absolute;
	left: 3px;
}

ul.cta-menu li div img
{
	display: inline;
}

div.supporting-content, div.supporting-content-right
{
	width: 180px;
	position: relative;
	overflow: visible;
	float: left;
	color: #000;
}
div.supporting-content-right
{
	float: right;
}

div#searchCriteriaLoader
{
	padding: 10px 0 0 58px;	
}

div.panel, form.panel
{
	float: left;
}

div.special-offer-panel p.content
{
	width : 145px;
}

div.address-panel
{
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: -5px;
	width: 280px !important;
	height: 38px;
	background: transparent url(../images/top-tab.png) top left no-repeat;
}

div.address-panel div.panel-content
{
	background: none;	
	color: #fff;
	width: 250px;
	text-align: right;
}

div.address-panel p
{	
	font-size: 11px;
	color: #424545;
}

div.address-panel div.telephone
{
	height : 30px;
	float : left;
	border-right: 1px solid #ccc;
	width: 117px;
	padding-left: 22px;
}
div.address-panel div.telephone-img
{
	width : 25px;
	height : 30px;
	display : block;
	background : url(../images/icon-telephone.png) no-repeat left;
	float : left;
}
div.address-panel p.telephone
{	
	float : left;
	padding-top : 8px;
}

div.address-panel div.e-mail
{
	height : 30px;
	float : left;
	overflow: hidden;
	border-left: 1px solid #fff;
	width: 122px;
	padding-left: 17px;
}
div.address-panel div.e-mail-img
{
	width : 25px;
	height : 30px;
	display : block;
	background : url(../images/icon-mail.png) no-repeat left;
	float : left;
}
div.address-panel p.e-mail
{	
	float : left;
	padding-top : 8px;
}

div.address-panel p a
{
    color: #424545;
}
div.address-panel p a:hover
{
    color: #0272B6;
}
	
div.panel-content
{
	background-color: #ffffff;
	background:url(../images/side-panel-bg.png) repeat-y;
	padding: 5px 12px 5px 18px;
	float: left;
	width: 150px;
	visibility: visible;
}
div.content-panel-collection div.small-panel div.panel-content
{
	background-color: #ffffff;
	background:url(../images/promo-panel-bg.gif) repeat-y;
	padding: 0 10px 5px;
	float: left;
	width: 200px;
	visibility: visible;
}
div.navigation div.panel-content 
{ 
    min-height : 0px; 
}

/*div.panel-content div
{
	padding-top: 15px;	
}*/
div.panel-content p
{
	padding-top: 15px;	
}

div.panel-content img.small-panel-image
{
	border: 1px solid #b2b2b2;
	float: left;
	width: 143px;	
}
div.content-panel-collection div.panel-content img.small-panel-image
{
	width: 178px;
}

div.panel-content p
{
	float: left;	
	padding-top: 10px;
}

div.panel-content fieldset
{
	float: left;
	border: none;
	border-width: 0;
	margin: 0;	
}

fieldset.search-type,
fieldset.basiccriteria
{
	padding-top : 5px;
}

div.panel-content h2
{
	margin: -28px 0px 15px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	/*letter-spacing: -0.04em;*/
}

div.content-panel-collection div.small-panel div.panel-content h2
{
	margin: -23px 0 15px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	/*letter-spacing: -0.04em;*/
}

div.panel-content legend
{
	display : none;
}

fieldset.panel
{
	width: 150px;	
}

div.panel-content div.dropdownlist
{
	height: 38px;
	width : 145px;
	float: left;
	padding-top: 0;	
	overflow : visible;
}

div.panel-content div.dropdownlist label
{	
	float: left;
	width: 130px;
	padding-bottom: 3px;
	color: #000;
}

div.panel-content div.dropdownlist select,
div.panel-content div.dropdownlist input.selectbox
{	
	width: 140px;
	overflow : visible;
}

/*div.panel-content div.dropdownlist input.selectbox div, div.panel-content div.dropdownlist input.selectbox div ul
{
	float: left;	
}*/

div.panel-content input.search, div.panel-content a.compare
{
	background:url(../images/btn-large.png) no-repeat;
	height: 33px;
	width: 145px;
	float: left;
	padding: 0 0 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

div.panel-content input.search:hover, div.panel-content a.compare:hover
{
	background:url(../images/btn-large-hvr.png) no-repeat;
}


div.panel-content a.search:hover, div.panel-content a.compare:hover, div.panel-content a.compare:hover
{
	background:url(../images/search-hover-btn.png) no-repeat;
}

form.panel-advanced div.panel-content-loading
{
	height: 422px;	
	position: absolute;
	top: 154px;
	background: url(../images/left-panel-gradient.gif) repeat-x 0 0 #ffffff;
	border-left: 1px solid #D6D7D6;
	border-right: 1px solid #D6D7D6;
	padding: 0 7px 5px;
	width: 157px;
}

form.panel-basic div.panel-content-loading
{
	height: 175px;	
	position: absolute;
	top: 154px;
	background: url(../images/left-panel-gradient.gif) repeat-x 0 0 #ffffff;
	border-left:1px solid #D6D7D6;
	border-right:1px solid #D6D7D6;
	padding:0 7px 5px;
	width: 157px;
}

div.panel-loading div.panel-content img.preloader
{	
	width: 60px;
	height: 60px;
	float: left;
	margin: 15px 0 0 48px;
}
div.small-panel
{
	width: 180px;
	float: left;
}
div.panel-top
{
	background:url(../images/side-panel-h.png) no-repeat;
	height: 37px;
	width: 180px;
	float: left;
}

div.content-panel-collection div.small-panel
{
	width: 200px;
	float: left;
}
div.content-panel-collection div.small-panel h2
{
	color: #fff;
}
div.content-panel-collection div.small-panel p
{
}
div.content-panel-collection div.small-panel div.panel-top
{
	background:url(../images/promo-panel-h.png) no-repeat;
	height: 37px;
	width: 200px;
	float: left;
}
ul.sub-navigation li
{
	margin-bottom: 5px;
}

ul.sub-navigation li a.selected
{
	color: #899C05;	
}

div.panel-bottom
{
	background:url(../images/side-panel-f.png) no-repeat;
	height: 13px;
	width: 180px;
	float: left;
}

div.content-panel-collection div.small-panel div.panel-bottom
{
	background:url(../images/promo-panel-f.png) no-repeat;
	height: 13px;
	width: 200px;
	float: left;
}

div.header-container
{
	width: 960px;
	position: absolute;
	top: 0px;
	left: 0;
	height: 155px;
}

div.header-container a.company-logo
{
  	position: absolute;
	display: block;
	height: 18px;
	left: 20px;
	top: 35px;
}

ul.menu.menu-main
{
	padding: 0;
	height: 44px;
	position: absolute;
	top: 110px;
	left: 2px;
	width: 960px;
	z-index: 500;
	list-style: none;
}

ul.menu.menu-main li
{
	float: left;
	height: 44px;
	background: url(../images/nav-divider.gif) no-repeat top left;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.menu.menu-main li a
{
	display: block;
	padding: 20px 5px 0;
	font-size: 11px;
	color: #194a8a;
	width: 68px;
	background: url(../images/navtab.png) no-repeat top left;
	height: 24px;
	line-height: 13px;
}
ul.menu.menu-main li.finance-and-insurance a, ul.menu.menu-main li.special-offers a, ul.menu.menu-main li.contract-hire a
{
	padding-top: 13px;
	height: 31px;
}
ul.menu.menu-main li a.linebreak
{
	padding: 13px 0 0;
	height: 31px;
}
ul.menu.menu-main li span a
{
	margin-top: -10px;
}
ul.menu.menu-main li.first a
{
	width: 71px;
	padding: 20px 5px 0 14px;
	background: url(../images/navtab-left.png) no-repeat top left;
}

ul.menu.menu-main li.last a
{
	width: 71px;
	padding: 20px 14px 0 5px;
	background: url(../images/navtab-right.png) no-repeat top left;
}


ul.menu.menu-main li a:hover, ul.menu.menu-main li#selected a
{
	background: url(../images/navtab-sel.png) no-repeat top left;
}
ul.menu.menu-main li.first a:hover, ul.menu.menu-main li.first#selected a
{
	background: url(../images/navtab-left-sel.png) no-repeat top left;
}
ul.menu.menu-main li.last a:hover, ul.menu.menu-main li.last#selected a
{
	background: url(../images/navtab-right-sel.png) no-repeat top left;
}

/*.sIFR-active ul.menu.menu-main li a
{
	min-width: 150px;	
}*/

ul.menu.menu-main li a:hover
{
	color: #194a8a;
}

ul.menu.menu-main li a.selected
{
	color: #0272b6;
}

div.navigation ul.sub-navigation.level-one
{
	padding-top : 10px;
	width : 145px;
}
div.navigation ul.sub-navigation.level-two,
div.navigation ul.sub-navigation.level-three
{	
	padding : 5px 0px 5px 10px;
}

div#clearfooter
{
	float: left;
	height:50px;
	width: 100%;
	display: block;
}

div.footer-container
{
    margin: 0 auto;
	clear: left;
	position: relative;
	z-index: 10;
 	width: 920px;
 	padding: 10px 20px;
	color: #454545;
	background: #000 url(../images/footer-panel-t.png) no-repeat top left;
}

div.footer-container div.footer-addresses
{
 	width: 920px;
 	padding: 0 0 10px;
 	border-bottom: 1px solid #ccc;
}
div.footer-container div.footer-information
{
 	width: 920px;
 	padding: 10px 0;
 	border-top: 1px solid #fff;
}

div.footer-container div.footer-information p
{
	float: left;
	color: #454545;
}
div.footer-container div.footer-information p.credit
{
	padding-right : 15px;
}

div.footer-container div.footer-information a:hover
{
	color: #121212;
	cursor: pointer;
	text-decoration: none;
}

div.footer-container div.footer-information ul
{
	float:right;
}

div.footer-container div.footer-information ul li
{
	float: left;
	color: #454545;
}

div.footer-container div.footer-information ul li a
{
	color: #454545;	
}

div.vehicle-message-container h2
{
	margin: 15px 15px 0 0;
	color: black;
	font-weight : bold;
}

div.sitemap-container ul.level0
{
	padding : 10px;
}
div.sitemap-container ul li
{
	padding : 2px 0px;
}
div.sitemap-container ul.level1
{
	padding : 0px 10px 10px 10px;
}
div.sitemap-container ul.level2
{
	padding : 0px 10px;
}
div.sitemap-container a:hover
{
	font-weight : bold;
}

/*** Splash Collection Styles START ***/
div.splash-item-collection,
div.splash-item-collection div.splash-item,
div.splash-item-collection div.splash-item a,
div.splash-item-collection div.splash-item a img
{
	width : 600px;
	height : 290px;	
	position : absolute;
}
div.splash-item-collection div.splash-item
{
}
div.splash-item-collection div.splash-item a img, div.main-content div.main-image-container img.main-image
{
	width: 584px;
	height: 275px;
	padding: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
div.main-image-container div.main-image-border
{
	position : absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 290px;
	background: transparent url(../images/main-image-border.png) no-repeat top left;
}
/*** Splash Collection Styles END ***/

/****** Content Text Styles *******/


div.inner-content h1 {
    color:#FFFFFF;
    float:left;
    font-size:11px;
    font-weight:normal;
    margin:14px 0 10px;
    padding:0 0 0 15px;
    text-decoration:none;
}
div.inner-content h1.home {
    visibility: hidden;
    height: 0;
    width: 0;
    text-indent: -100000px;
    padding: 0;
    margin: 0;
}
div.inner-content h2, div.inner-content h3
{
    font-weight: bold;
}
div.inner-content h3
{
    font-size: 11px;
}

div.inner-content h2, div.inner-content h3, div.inner-content p
{
    color:#000;
    margin-bottom: 10px;
}

div.inner-content ul, div.inner-content ol
{
	list-style: disc;
    list-style-position: outside;
}
div.inner-content ul li
{
	list-style: circle;
}

div.inner-content ol li
{
	list-style: decimal;
}
div.inner-content ol li ol li
{
	list-style: lower-roman;
}
div.inner-content a 
{
    text-decoration: underline;
}

/****** Content Table Styles *******/

div.inner-content table 
{
    width: auto;
    border: 1px solid #ccc;
    border-right-width: 0;
    border-bottom-width: 0;
}
div.inner-content table th
{
    font-weight: bold;
    
}
div.inner-content table th, div.inner-content table td
{
    width: auto;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-top-width: 0;
    padding: 5px;
    background-color: #fafafa;
}

div.cms-content, div.vehicle-list-container, div.vehicle-list-container, div.vehicle-view-container, div.list-container, div.contact, div.vehicle-compare-container, div.location, div.vehicle-message-container {
    background:transparent url(../images/inner-content-bg.png) repeat-y scroll left top;
    float:left;
    padding: 10px 15px 15px;
    width:570px;
}

div.cms-content {
    padding: 0 15px 0;
}

div.list-container a.image {
    float:left;
    margin: 0 10px 10px 0;
    clear: left;
}
div.list-container a.image img {
    width: 118px;
    height: 78px;
}
div.list-container div.item {
    display: block;
}
div.list-container div.item a.image {
    float:left;
    margin: 0 10px 10px 0;
}
div.list-container div.item h3, div.list-container div.item ul, div.list-container div.item p {
    float:left;
    width: 400px !important;
}

/****** Content Text Styles *******/


div.inner-content div.cms-content h1
{
    margin-bottom: 10px;
}
div.inner-content div.cms-content h2, div.inner-content div.cms-content h3
{
    font-weight: bold;
}
div.inner-content div.cms-content h3
{
    font-size: 11px;
}

div.inner-content div.cms-content h2, div.inner-content div.cms-content h3, div.inner-content div.cms-content p, div.inner-content div.cms-content ul, div.inner-content div.cms-content ol, div.inner-content div.list-container ul, div.inner-content div.list-container ol
{
    color:#424545;
    width: 100%;
    margin-bottom: 10px;
}

div.inner-content div.cms-content ul, div.inner-content div.cms-content ol, div.inner-content div.list-container ul, div.inner-content div.list-container ol
{
	list-style: disc;
	margin-left: 10px;
    list-style-position: outside;
}
div.inner-content div.cms-content ul li, div.inner-content div.list-container ul li
{
	list-style: circle;
    margin-left: 20px;
}

div.inner-content div.cms-content ol li, div.inner-content div.list-container ol li
{
	list-style: decimal;
}
div.inner-content div.cms-content ol li ol li, div.inner-content div.list-container ol li ol li
{
	list-style: lower-roman;
}
div.inner-content div.cms-content a 
{
    text-decoration: underline;
}

/****** Content Table Styles *******/

div.inner-content div.cms-content table 
{
    width: auto;
    border: 1px solid #ccc;
    border-right-width: 0;
    border-bottom-width: 0;
}
div.inner-content div.cms-content table th
{
    font-weight: bold;
    
}
div.inner-content div.cms-content table th, div.inner-content div.cms-content table td
{
    width: auto;
    border: 1px solid #ccc;
    border-left-width: 0;
    border-top-width: 0;
    padding: 5px;
    background-color: #fafafa;
}

/****** End of Generic styles for all pages *******/

/****** JG - Additional 'Thickbox' styles for all pages *******/

div#TB_ajaxContent legend.title 
{
    padding: 15px 0 0;
}
div#TB_ajaxContent label, div#TB_ajaxContent div.error 
{
    width: 175px;
    display: inline-block;
    text-align: right;
    margin: 0 5px 0 20px;
    padding: 7px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
div.error 
{
    color: #f00;
    background-color: pink !important;
}
div#TB_ajaxContent input
{
    height: 14px;
    padding-top: 3px;
}
div#TB_ajaxContent select, div#TB_ajaxContent input
{
    margin: 4px 3px 3px;
    width: 215px;
}
div#TB_ajaxContent select
{
    height: 18px;
    width: 220px;
}
div#TB_ajaxContent input.checkbox, div#TB_ajaxContent input.radio, div#TB_ajaxContent input#btnSubmit
{
    width: auto;
    height: auto;
}
div#TB_ajaxContent div span
{
    padding-top: 4px;
    vertical-align: middle;
    margin-right: 5px;
}
div#TB_ajaxContent input#btnSubmit
{
    margin: 10px 3px 3px 232px;
    width: 91px;
    height: 25px;
    background: transparent url(../images/btn-submit.png) left top no-repeat;
    border: none;
}
div#TB_ajaxContent input#btnSubmit:hover
{
    background: transparent url(../images/btn-submit-hvr.png) left top no-repeat;
    cursor: pointer;
}
div#TB_ajaxContent legend.required 
{
    margin-top: -30px;
}
