/* Generic form CSS */

/* IE6 image cacher */
html {
_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

form.requestForm {
    text-align: left;
    margin-top: 5px;
}

label {
    display: inline-block;
    color: #666;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
}

input, select, textarea {
    color: #666 !important,
}

input[ type = text], textarea {
    width: 180px;
    border: 1px solid #dadada;
    vertical-align: middle;
    margin-right: 10px;
}

input[type = checkbox], input[type = radio], input[type = submit], input[type = button] {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

input[type = checkbox] {
    margin-right: 9px;
}

select {
    border: 1px solid #dadada;
    vertical-align: middle;
}

div.section form.requestForm label {
    width: 106px;
}

div.section form.requestForm p {
    margin: 15px 0 5px 15px;
}

form.requestForm p.counter {
    width: 535px;
    margin: 0 0 10px;
    text-align: right;
} #ccRequestQuote_btnSend, a.submitRequest {
    margin: 15px 0 10px;
    float: left;
    clear: both;
}

a.submitRequest {
    display: none;
} .jsReady #ccRequestQuote_btnSend {
    display: none;
} .jsReady a.submitRequest {
    display: block;
}

form.requestForm p.counter em {
    color: #C91545;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
}

form.requestForm ul {
    margin: 0;
    padding: 0;
}

div.requestQuote div.result form.requestForm ul li {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    border: none;
    background: transparent;
}

form ul li.errormsg_field {
    background: #e2e2e2 !important;
    border-bottom: 1px solid white !important;
}

form em.error {
    display: block;
    color: #C91545;
    font-style: normal;
    margin: 5px 0 2px;
    padding: 1px 17px;
    background: url(/images/common/error_small.png) no-repeat -2px top;
}

form .errormsg_field label.error {
    color: #c91545;
    font-weight: bold;
}

form .errormsg_field .error {
    color: #c91545;
}

form.requestForm input.error, form.requestForm select.error, form.requestForm textarea.error {
    background: #fffbd2;
} #submit-message {
    padding: 5px 5px 10px;
    color: #c91545;
    background: transparent url(/images/common/accordion_offer_rev_bg.gif) repeat-x scroll left bottom;
} #submit-message label {
    color: #c91545;
    width: auto;
    /*
     background: #FFF1A6;
     */
    text-decoration: underline;
} #submit-message label:hover {
    cursor: pointer;
} #submit-message h2 {
    font-size: 12px;
    color: #666;
    background: transparent;
    text-transform: none;
    padding: 3px;
    margin: 0;
} #submit-message ul {
    padding-left: 15px;
    margin: 5px 0 15px;
} #submit-message ul li {
    background: none;
    padding: 0;
    list-style: disc;
    border: none;
}

form.requestForm ul li.focus {
	background:#ededed !important;
}

/*
 form.requestForm li.focus {
 background: url(/images/common/stripe_bg.png) left top;
 border-color: #fff !important;
 }
 */
body {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

h1 {
    display: none;
} #configurator, #modelChooser {
    display: block;
} .disclaimer {
    size: 8px;
}

div.requestQuote {
    text-align: left;
    padding: 0 10px 50px;
    width:920px;
	overflow:hidden;
}

div.details {
    float: left;
    border: 1px solid #c3c6c8;
}

div.section {
    width: 438px;
    border-top: 1px solid #c3c6c8;
    position: relative;
    overflow: hidden;
}

div.retailer, div.configured {
   background: #fff url(/images/common/userInfo_bg.png) top left repeat-x;
}

div.details div.section:first-child {
    border-top: none;
}

div.section h2 {
    margin: 0;
    font-size: 13px;
    padding: 6px 0 8px 10px;
    text-transform: uppercase;
    color: white;
    background: #a3a3a3 url(/images/common/sectionHeader_bg.png) top left repeat-x;
}

div.section h3 {
    margin: 0 0 1em;
}

div.section p {
    margin: 0 0 1em;
}

div.retailer div.content {
    padding-bottom: 15px;
}

div.section em.or {
    margin: 20px 0;
    font-weight: bold;
    font-style: normal;
    display: block;
    position: relative;
    font-size: 13px;
}

div.section em.or span.line {
    display: block;
    position: absolute;
    height: 1px;
    background: #ccc;
    top: 50%;
    width: 93%;
    overflow: hidden;
    right: -10px;
}

div.section #DealerSearch {
    display: none;
    position: relative;
}

div.section #DealerSearch ul {
    margin: 0;
    padding: 0;
}

div.section #DealerSearch ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.section #DealerSearch ul li.errormsg_field {
    background: transparent !important;
}

div.section div.overlay {
    position: absolute;
    display: none;
    z-index: 3;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
}

div.section #DealerSearch label {
    font-weight: bold;
}

div.section #DealerSearch #Searcher {
    width: 65px;
    margin: 0 5px;
}

div.section #DealerSearch #Search, div.section #DealerSearch a.submitPostalCode {
    position: relative;
    top: 7px;
    left: 3px;
}

div.section #DealerSearch a.submitPostalCode {
    display: none;
} 

.jsReady div.section #DealerSearch a.submitPostalCode {
    display: inline-block;
    float: none;
    margin: 0;
	top:0;
} 

.jsReady #Search {
    display: none;
}

div.section dl.colors {
    padding-left: 40px;
    margin: 0;
}

div.section dl.colors dd, div.section dl.package dd {
    position: relative;
    margin: 0;
}

div.section dl.package {
    width: 157px;
    float: left;
    margin: 0;
}

div.section dl.colors {
    width: 160px;
    float: right;
}

div.section dl.colors dt, div.section dl.package dt {
    font-weight: bold;
    margin: 14px 0 1px;
}

div.section dl dt.first {
    margin: 0 0 1px;
}

div.section dl.colors .swatch {
    width: 27px;
    height: 20px;
    border: 2px solid #000;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    left: -40px;
    top: -13px;
}

/*
div.result dl.colors .swatch {
    border: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: -40px;
    top: -13px;
}
*/

div.section dl.colors .swatch .extColour, div.section dl.colors .swatch .intColour {
    background: #ccc;
    height: 20px;
    width: 27px;
}

div.section img.configuredCar {
    margin-top: 15px;
    width: 279px;
    float: right;
}

div.configured img.configuredCar {
    margin: 20px 0 10px;
    width: 269px;
    float: right;
}

div.configThankyou .content a.config_btn{
	display:none;
}

form.requestForm {
    background: url(/images/common/section_bg.png) bottom left repeat-x;
}

div.section a.config_btn {
    display: block;
    height: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 4px 10px 2px 7px;
    float: left;
    clear: left;
    margin: 20px 0;
    position: relative;
    background: url(/images/common/config_btn_bg.png) top left no-repeat;
	white-space: nowrap;
}

div.section a.config_btn span {
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    height: 21px;
    width: 10px;
    background: url(/images/common/config_btn_arrows.png) top left no-repeat;
}

div.section a.config_btn:hover, div.section a.config_btn:hover span {
    background-position: bottom;
}

div.section .content {
    padding: 10px 10px 25px;
}

div.search .content {
    padding-bottom: 8px;
}

div.section address {
    font-style: normal;
	position:relative;
}

div.section address .dealerName {
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}

div.requestQuote div.result {
    width: 465px;
    border: 1px solid #c3c6c8;
    float: right;
}

div.requestQuote div.result ul {
    margin: 0;
    padding: 0;
    /*
     max-height:487px;
     */
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}

div.requestQuote div.result ul li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background: white url(/images/common/section_bg.png) bottom left repeat-x;
    border-top: 1px solid #c7c9cb;
}

div.requestQuote div.result ul li:first-child {
    border: none;
}

div.requestQuote div.result ul.inventorySearch {
    max-height: 542px;
}

div.result ul.inventorySearch li img.configuredCar {
    margin-top: 0;
    width: 269px;
}

div.requestQuote div.dealer ul li a.requestQuote {
	float:left;
    margin: 15px 0 10px -3px;
}

/* request a quote specific */
ul.methodOfContact label {
    width: 85px;
}

ul.methodOfContact select {
    min-width: 90px;
}

ul.methodOfContact input[type = text] {
    margin-right: 10px;
}

form.requestForm li.optIn label, form.requestForm li.commentBox label, form.requestForm li.commentBox textarea {
    width: 360px;
}

li.commentBox textarea {
    margin: 10px 0;
}

div.rqStep {
    background: url(/images/common/accordion_offer_rev_bg.gif) repeat-x left bottom;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
    padding: 5px 5px 25px;
    clear: left;
    overflow: hidden;
}

/*
 div.selectCar ul, div.selectCar img {
 float:left;
 }
 */
form.requestForm h2 {
    margin-bottom: 15px;
}

form.requestForm h2 em {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
}

div.selectCar select {
    min-width: 120px;
}

div.selectCar li {
    width: 356px;
} #tbPostalCode {
    width: 70px;
} #imgVehicle {
    border-left: 1px solid #EEEEEE;
    float: right;
    margin: -31px 35px 0 0;
    padding-left: 38px;
} #divDealerPostalCode li {
    overflow: hidden;
    padding-top: 7px;
} #divDealerPostalCode label {
    width: 80px;
    float: left;
    position: relative;
    top: 4px;
} #divDealerPostalCode input#tbDealerPostalCode {
    width: 100px;
    margin-right: 10px;
    float: left;
} #divDealerPostalCode em.error {
    float: left;
    margin: 2px 0 0 9px;
}

/*
 div.search, div.configured {
 display:none;
 }
 */

#dealerAward_en, #dealerAward_fr {
	background: url(/images/en/dealerAward.png) top left no-repeat;
	_background: url(/images/en/dealerAward-ie6.jpg) top left no-repeat;
	width:164px;
	height:82px;
	text-indent:-99999px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

#dealerAward_fr {
	background: url(/images/fr/dealerAward.png) top left no-repeat;
	_background: url(/images/fr/dealerAward-ie6.jpg) top left no-repeat;
}

#DealerOverlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:white;
	z-index:9999;
	display:none;
}

#DealerPopUp {
	position:absolute;
	width:400px;
	height:222px;
	background:#fff;
	border:1px solid #c3c6c8;
	background: #fff url(/images/common/dealerAwardContent_bg.png) bottom left repeat-x;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-200px;
	z-index:99999;
	display:none;
}

#DealerPopUp div.headerBar {
	height:30px;
	position:relative;
	background: url(/images/common/dealerAwardHeader_bg.png) top left repeat-x;
}

#DealerPopUp .headerBar .closeDealerAwardInfo{
	height:13px;
	position:absolute;
	top:6px;
	right:5px;
	text-decoration:none;
	font-weight:bold;
	padding:2px 17px 2px 3px;
	background: url(/images/common/redClose_btn.png) right 2px no-repeat;
}

#DealerPopUp .content{
	padding:3px 40px 10px 20px;
}

#DealerPopUp h2{
	font-size:15px;
}

.transparent {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.77;
}

div.loader {
    display: none;
    position: absolute;
    top: 35px;
    right: 5px;
    width: 16px;
    height: 16px;
    z-index: 999;
    background: url(/images/common/ajax-loader-on-white.gif) top left no-repeat;
} .jsReady div.loader {
    display: block;
}  #DealerList {
    border: none;
    border-left: 1px solid #C3C6C8;
    position: absolute;
    top: -100px;
    right: -466px;
    width: 465px;
    z-index: 99;
    display: table;
} #DealerList li:hover p {
    color: #fff;
} #DealerList li.active {
    background: #929292 url(/images/common/checked.gif) 98% 14px no-repeat;
    color: #fff;
} #DealerList li.active p {
    color: #fff;
}



