/********************* build_price.css ********************/
/***************************************************************************************
 *
 *  General Build & Price
 *
 **************************************************************************************/

body#build_price div#content td,
body#build_price div#content p,
body#build_price div#content li,
body#build_price div#content dfn,
body#build_price div#content label{
    color:#666;
}

.hide_in_ui {
    display: none;
}

p.effective_rate{
    margin:5px 0 0 0;
}

body#register_complete div#content,
body#forgot_password_complete div#content{
    opacity: 1;
}

div#content {
    width:980px;
    opacity: 0;
}

body#build_price #error_panel_container{
    /*padding:5px 10px;*/
    margin: 0 10px;
}

body#build_price #error_panel{
    margin:0;
}

div#loader{
    background: transparent url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/loader_bar.gif?ck=@@cache.kill@@') no-repeat 0 0;
    height:28px;
    width:175px;
    margin:0 auto;
}

.bp_configure h2{
    float: left;
    padding: 0px;
    margin: 0px 0px 10px 20px;
    border: none;
}

.bp_configure #login_form_container h2 {
    float:none;
    border-bottom: 1px solid #CBCBCB;
    padding: 0 0 10px 20px;
    margin:0 0 10px 0;
}

.bp_configure h3{
    margin-bottom:10px;
    padding:0;
}

.bp_configure h4{
    font-size:13px;
}

.bp_configure button{
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor:pointer;
}

button em{
    font-style:normal;
}

button::-moz-focus-inner {
    border: 0;
}

dfn{
    font-style:normal;
}

#build_price #content .price_fees_disclaimer:hover, #build_price #content .dealer_fees_disclaimer:hover {
    text-decoration:none;   
}

dfn.modal_term_dfn, #build_price #content .price_fees_disclaimer, #build_price #content .dealer_fees_disclaimer{
    border-bottom:1px solid #71bb74;
    cursor: pointer;
}

#build_price  #content .price_fees_disclaimer, #build_price  #content .dealer_fees_disclaimer {
    color:#666; 
}


div#pricing_panel .price_controls dfn.modal_term_dfn {
    /*font-size: 11px;*/
}

#selector_actions #save_vehicle_btn{
    float: left;
    margin-right:8px;
    width:99px;
}

body.fr #selector_actions #save_vehicle_btn{
    letter-spacing:-0.015em;
    padding:4px 1px;
    width:136px;
}


#selector_actions #continue_btn{
    /*padding-left:20px;*/
    float: left;
    width:99px;
}


body.fr #selector_actions #continue_btn{
    width:80px;
}

#camry_se_special_ed {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

#selector_actions #camry_se_special_ed img {
    margin-top: 0px;
}

#camry_se_special_ed div.action_btn {
    font-size: 8px;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    position: absolute;
    top: 62px;
    left: 162px;
}

.fr #camry_se_special_ed div.action_btn {
    left: 155px;
}

div#summary_panel {
    padding-top: 10px;
}

div#summary_panel button#save_vehicle_btn,
#continue_btn,
div#send_to_dealer_form_container #send_to_dealer_form_container #ci_sd_submit_button{
    background: #118421;
    background: -moz-linear-gradient(top, #76d779 5%, #208022 20%, #55b758 75%);
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#76d779), to(#55b758), color-stop(.25,#208022));
    color:#fff;
}





div#summary_panel button#save_vehicle_btn em,
#continue_btn em,
div#send_to_dealer_form_container #send_to_dealer_form_container #ci_sd_submit_button em{
    color:#fff;
}


#continue_btn:hover,
div#send_to_dealer_form_container #send_to_dealer_form_container #ci_sd_submit_button:hover{
    background: #409f41;
    background: -moz-linear-gradient(top, #76d779 5%, #329335 20%, #6acb6d 75%);
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#76d779), to(#6acb6d), color-stop(.25,#329335));
}

.submit a.action_btn:active{
    background: #424242;
    background: -moz-linear-gradient(center top, #006b9c 5%, #0086b7 20%, #00a1d0 75%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#006b9c), to(#00a1d0), color-stop(.25,#0086b7));
    border-color: #a6a6a6;
    color:#fff;
    outline:none;
}

#continue_btn:active{
    background: #424242;
    background: -moz-linear-gradient(center top, #797979 5%, #a2a1a1 20%, #b1b1b1 75%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#797979), to(#b1b1b1), color-stop(.25,#a2a1a1));
    border-color: #797979 #8c8c8c #a6a6a6 #8c8c8c;
    color:#fff;
    outline:none;
}

div#summary_panel button#save_vehicle_btn:active,
#continue_btn:active,
div#send_to_dealer_form_container #send_to_dealer_form_container #ci_sd_submit_button:active{
    background: #118421;
    background: -moz-linear-gradient(top, #006507 5%, #1c8a32 20%, #1d903c 75%);
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#006507), to(#1d903c), color-stop(.25,#1c8a32));
    color:#fff;
}

.bp_configure a.disabled
{
    color: #aaa;
    cursor: default;
}
/*.bp_configure a.disabled:hover
{
    color: #aaa;
    background:-moz-linear-gradient(center top , #F3F3F3 5%, #FFFFFF 20%, #D8D8D8 75%) repeat scroll 0 0 transparent;
    border-color:#C0C0C0 #D2D2D2 #D2D2D2;
}
.bp_configure a.disabled:active {
    color: #aaa;
    background:-moz-linear-gradient(center top , #F3F3F3 5%, #FFFFFF 20%, #D8D8D8 75%) repeat scroll 0 0 transparent;
    border-color:#C0C0C0 #D2D2D2 #D2D2D2;
}*/
#pricing_summary_btn {
    background: #f5f5f5 url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -5880px 0;
    background: -moz-linear-gradient(top, #f3f3f3 5%, #fff 20%, #d8d8d8 75%);
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#f3f3f3), to(#d8d8d8), color-stop(.25,#fff));
    margin-bottom:0px;
    margin-top:10px;
    width:149px;
}
#pricing_summary_btn:hover {
    background: #f5f5f5 url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -6860px 0;
    background: -moz-linear-gradient(top, #f3f3f3 5%, #fff 20%, #e1e1e1 75%);
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#f3f3f3), to(#e1e1e1), color-stop(.25,#fff))
}
#pricing_summary_btn:active {
    background:#424242;
    color:#fff;
    outline:none;
}

#app_credit_btn em,
#pricing_summary_btn em{
    display:block;
    margin:0 auto;
    width:110px;
}


.bp_configure button.exp_coll_btn{
    background-color: transparent;
    background-image: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@');
    background-repeat: no-repeat;
    border:none;
    font-weight: normal;
    height:18px;
    width:18px;
    -moz-outline:none;
}

.bp_configure button.exp_coll_btn.loading {
    display: none;
    /*background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/spinner.gif?ck=@@cache.kill@@');*/
}

#pricing_panel .sub_panel.active .panel_header button.exp_coll_btn,
#summary_panel table.summary_table tbody.active button.exp_coll_btn,
button.exp_coll_btn.opened{
    background-position: 0 -662px;
}

#pricing_panel .sub_panel.active .panel_header:hover button.exp_coll_btn,
#pricing_panel .sub_panel.active .panel_header:hover button.exp_coll_btn:hover,
#summary_panel table.summary_table tbody.active button.exp_coll_btn:hover,
#summary_panel table.summary_table tbody.active tr:hover button.exp_coll_btn,
table.selector_table thead tr:hover button.exp_coll_btn.opened,
button.exp_coll_btn.opened:hover{
    background-position: 0 -718px;
}

#summary_panel table.summary_table tbody button.exp_coll_btn,
#pricing_panel .sub_panel button.exp_coll_btn,
button.exp_coll_btn.closed{
    background-position: 0 -690px;
}

#summary_panel table.summary_table tbody tr button.exp_coll_btn:hover,
#summary_panel table.summary_table tbody tr:hover button.exp_coll_btn,
#pricing_panel .sub_panel .panel_header:hover button.exp_coll_btn,
table.selector_table thead tr:hover button.exp_coll_btn.closed,
button.exp_coll_btn.closed:hover{
    background-position: 0 -746px;
}

table.selector_table thead.selected:hover   button.exp_coll_btn,
table.selector_table thead.selected         button.exp_coll_btn,
table.selector_table thead.selected         button.exp_coll_btn:hover {
    background-position: 0 -1525px !important;
}


button.detail_btn,
button.incentive_btn,
button.warning_btn{
    background-color: transparent;
    background-image: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@');
    background-repeat: no-repeat;
    margin:0;
    border:none;
    padding:0;
}

button.detail_btn{
    background-position: 0 -1157px;
    height:16px;
    width:8px;
}

button.incentive_btn{
    background-position: 0 -1175px;
    height:17px;
    width:17px;
}

button.incentive_btn.selected{
    background-position: 0 -1202px;
}

button.warning_btn{
    background-position: 0 -1223px;
    height:14px;
    width:14px;
}

.bp_configure input.text_input {
   border:1px solid #cdcdcd;
   height:15px;
   padding:2px;
}

#pricing_panel a#appraise_trade_btn,
.fr #pricing_calculator_panel a#appraise_trade_btn {
    margin-top: 5px;
    clear: both;
}

#pricing_calculator_panel button#appraise_trade_btn {
    margin-top: 0px;
    margin-left: 5px;
    height:21px;
    padding:2px 5px;
}


.bp_configure a.tfs_tip{
    background: transparent url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat 0 -799px;
    display:block;
    float:right;
    height:17px;
    text-indent:-10000px;
    width:12px;
}

.bp_configure a.tfs_negative_equity,
.bp_configure a.tfs_payment_issue,
.bp_configure a.tfs_alert, 
.bp_configure a.tfs_annual_km {
    background: transparent url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat 0 -774px;
    display:none;
    float:right;
    height:17px;
    text-indent:-10000px;
    width:16px;
    text-align:left;
}

.bp_configure #pricing_calculator_panel a.tfs_negative_equity{
    float:none;
    margin: 2px 0 0 4px;
}

.bp_configure .warning_state a.tfs_alert{
    display:block;
}

.bp_configure .warning_state .tfs_tip{
    display:none;
}


.bp_configure .negative_equity a.tfs_negative_equity{
    display:inline-block;
    margin:8px 0 0 4px;
}

.bp_configure a.tfs_payment_issue{
    display:inline-block;
    float:left;
    margin:10px 0 0 0;
}

.bp_configure div#pricing_calculator_panel a.tfs_payment_issue{
    margin: 0px 6px 0px 0px;
}

.bp_configure div#pricing_calculator_panel #calc_total_value_set a.tfs_payment_issue {
    margin-top: 2px;
}

/* Hide Compare Tabs */
body.tp4 ul.mode_selector #compare_tab, 
.tp2 ul.mode_selector #compare_tab,
.prc ul.mode_selector #compare_tab,
.cim ul.mode_selector #compare_tab,
.t86 ul.mode_selector #compare_tab,
.prs ul.mode_selector #compare_tab,
.ava ul.mode_selector #compare_tab,
.seq ul.mode_selector #compare_tab{
    display: none;
}

/***************************************************************************************
 *
 *  Vehicle Landing Page
 *
 **************************************************************************************/

div#build_price_header {
    margin: 0px 0px 15px 0px;
    clear: both;
}


div#build_price_header ul#build_navigation {
    margin: 0px;
}


div#build_price_header.bp_landing{
    margin: 0px 20px;
}

div#build_price_header.bp_landing h2 {
    border-bottom: medium none;
    margin-bottom: 5px;
    padding-top: 0;
}                     

div#build_price_header.bp_landing.system_message h2{
    margin-bottom:10px;
}

div#build_price_header.bp_landing h3 {
    clear:both;
    padding-bottom: 0px;
    color: #7A7A7A;
}

.bp_configure div#build_price_header h2 {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    border: none;
}


#btn_msv {
    float: right;
    position: relative;
    top: 30px;
}

/* background taken out at prius c launch */
ul#vehicle_selector {
/*  background: url("http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_vehicles_panel.png?ck=@@cache.kill@@") no-repeat scroll 0 0 transparent; */
    background: transparent;
    margin: 0 0 20px 20px;
    min-height: 351px;
    text-align: center;
    width: 940px;
}

ul#vehicle_selector .vehicles_row {
    display: inline-block;
    margin: 9px 0px 0px 9px;
}

ul#vehicle_selector .vehicle {
/*  background: url("http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_vehicles_item.png?ck=@@cache.kill@@") no-repeat; */
    background: url("http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/sprite_global_controls.png?ck=@@cache.kill@@") no-repeat -9999px -9999px;;
    cursor: pointer;
    float: left;
    height: 105px;
    margin: 0px 9px 0px 0px;
    overflow: hidden;
    padding: 0;
    width: 124px;
}

ul#vehicle_selector .vehicle ul {
    display: block;
    height: 34px;
    list-style: none outside none;
    margin: 4px 0 0;
    width: 124px;
}

ul#vehicle_selector .vehicle:hover ul {
    background: url("http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/sprite_global_controls.png?ck=@@cache.kill@@") repeat scroll 0 -2102px transparent;
}

body.aip ul#vehicle_selector  .vehicle:hover ul{
    background-position: 0 -2209px;
}

ul#vehicle_selector .vehicle img {
    display: block;
    height: 55px;
    margin: 6px auto 0;
    width: 101px;
}

ul#vehicle_selector .vehicle li {
    color: #777;
    text-align:center;
    line-height: 110%;
}

ul#vehicle_selector .vehicle:hover li {
    color: #fff;
}

ul#vehicle_selector .vehicle .vehicle_name {
    padding-top:2px;
    line-height: 120%
}

ul#vehicle_selector .vehicle .vehicle_name a {
    color: #777;
}
ul#vehicle_selector .vehicle:hover .vehicle_name a {
    color: #fff;
}
ul#vehicle_selector .vehicle .vehicle_name a:hover {
    text-decoration: none;
}
.login ul#promo_list,
.register ul#promo_list{
    clear:none;
}
ul#promo_list{
    clear:both;
    margin:0 20px 20px 20px;
}

ul#promo_list li{
    float:left;
    margin-left:19px;
}

ul#promo_list li:first-child{
    margin-left:0px;
}

#bp_landing_disclaimer_trigger {
    clear:both;
    display:block;
    float:left;
    margin:-10px 20px 15px; 
    font-size:11px;
}

.aip #bp_landing_disclaimer_trigger {
    display:none;   
}

#bp_landing_disclaimer_modal h3 {
    font-weight:normal;
    padding-bottom:0;
}

#bp_landing_disclaimer_modal h2 {
    padding-bottom:15px;
}
#bp_landing_disclaimer_modal .modal_content_container {
    height:420px;
    overflow-y:scroll;
    padding-top:0px;
}
#bp_landing_disclaimer_modal .modal_content_container p {
    margin-right: 15px;
}

/********************

Configure General

*********************/

.bp_configure #content select{
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
    background:#fff;
    border:1px solid #cdcdcd;
}

.bp_configure #content select.unit_selector{
    background:#fff;
    border:1px solid #cdcdcd;
    height:22px;
}

#pricing_calculator_panel div.context_loader {
    float: left;
    height: 20px;
    width: 20px;
}

body#build_price div#content span.data{
    color:#444;
    line-height:100%;
}

body#build_price div#content span.data sub{
    color:#666;
}


/* build_navigation */

ul#build_navigation{
    background-color:#ebf3fd;
    border-bottom:1px solid #b7d0e3;
    border-top:2px solid #4376a9;
    padding: 10px;
    clear:right;
}

ul#build_navigation li,
ul#build_navigation li a{
    cursor: pointer;
    color: #3F82CC;
}
ul#build_navigation li{
    float: left;
    margin-right: 7px;
}
ul#build_navigation li a{
    display:block;
    line-height:1em;
    padding:6px 8px 0 8px;
    height: 29px;
    text-align:center;
    text-decoration:none;
}
ul#build_navigation li.disabled a {
    color: #B7D0E3 !important;
    cursor: default;
}
ul#build_navigation li.disabled {
    cursor: default;
}

ul#build_navigation li:hover,
ul#build_navigation li a:hover,
ul#build_navigation li.current,
ul#build_navigation li.current a{
    background-color: transparent;
    background-image: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@');
    background-repeat: no-repeat;
}
ul#build_navigation li.disabled:hover,
ul#build_navigation li.disabled a:hover {
    background: none !important;
}

ul#build_navigation li:hover{
    background-position: right -279px;
}

ul#build_navigation li:hover a{
    background-position: left -234px;
}

ul#build_navigation li.current,
ul#build_navigation li.current:hover{
    background-position: right -189px;
    cursor: default;
}

ul#build_navigation li.current a,
ul#build_navigation li.current:hover a{
    background-position: left -144px;
    color: #fff;
    font-weight:bold;
    cursor: default;
}

/* Models & Options */
body.en ul#build_navigation li#models-options_nav a{
    width: 105px;
}
body.fr ul#build_navigation li#models-options_nav a{
    width: 115px;
}

/* Colors */
body.en ul#build_navigation li#colours_nav a,
body.fr ul#build_navigation li#colours_nav a{
    height: 23px;
    padding-top: 12px;
    width: 60px;
}

/* Accessories */
body.en ul#build_navigation li#accessories_nav a,
body.fr ul#build_navigation li#accessories_nav a{
    height: 23px;
    padding-top: 12px;
    width: 80px;
}

p.max_amount{
    font-size:11px;
    margin:0;
    padding:0;
}

.max_amount span{
    background: transparent url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat left -1549px;
    display:inline-block;
    padding-left:10px;
}

/* NEVER DO THIS!!! Use content.xml - JG 2015.09.13 */
/*
.cah_2016 #config_panel_container .accessory_config_link {
    display: none;
}
*/


/* ECP */
body.en ul#build_navigation li#extra-care_nav a{
    width: 75px;
}
body.fr ul#build_navigation li#extra-care_nav a{
    width: 88px;
}

/* Pricing Summary */
body.en ul#build_navigation li#pricing_nav a{
    width: 120px;
}
body.fr ul#build_navigation li#pricing_nav a{
    width: 110px;
}

/* My Saved Vehicles */
body.en ul#build_navigation li#my-saved-vehicles_nav a{
    height: 23px;
    padding-top: 12px;
    width: 115px;
}
body.fr ul#build_navigation li#my-saved-vehicles_nav a{
    width: 90px;
}

/* Book a Test Drive */
body.en ul#build_navigation li#book-a-test-drive_nav a{
    padding-top: 12px; 
    width: 120px;
    height: 23px;
}
body.fr ul#build_navigation li#book-a-test-drive_nav a{
    width: 110px;
}

/* Credit Pre-Approval */
body.en ul#build_navigation li#credit-pre-approval_nav a,
body.fr ul#build_navigation li#credit-pre-approval_nav a{
    width: 100px;
}


#build_price_header p.change_vehicle {
    float: left;
    font-size: 10px;
    margin: 9px 0 0 20px;
}

/* main panels */

div#build_panel,
div#pricing_panel,
div#config_panel,
div#selection_panel{
    float:left;
}

.bp_configure .sub_panel{
    background-color: #f4f8fe;
    border:1px solid #b7d0e3;
}

.bp_configure .sub_panel.warning_state{
    background-color:#ffe8e3;
    border:1px solid #f29292;
}

.bp_configure div#build_panel h2,
.bp_configure div#msv_panel h2{
    font-size:20px;
    margin: 0px 0px 15px 10px;
}

.bp_configure table.selector_table{
    margin-top:0px;
    /*table-layout:fixed;*/
}

.bp_configure table.selector_table:first-child{
    margin-top:0;
}

.bp_configure table.selector_table thead tr th{
   border-top:1px solid #b7d0e3;
}

.bp_configure table.selector_table:first-child thead tr th{
   border-top:none;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set th,
div#pricing_panel .panel_header,
.bp_configure table.selector_table thead tr th, 
.bp_configure table.selector_table thead.selected tr:hover th {
    background: #edf5fd url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat 0 bottom;
    background: -moz-linear-gradient(top, #ebf3fd 20%, #b7d0e3 80%);
    background: -webkit-gradient(linear, 0% 20%, 0% 75%, from(#ebf3fd), to(#b7d0e3));
    vertical-align:middle;
    font-size: 12px;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set:hover th,
div#pricing_panel .panel_header:hover,
.bp_configure table.selector_table thead tr:hover th{
    background: #edf5fd url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -980px bottom;
    background: -moz-linear-gradient(top, #e6f5fe 2%, #b8cfdf 98%);
    background: -webkit-gradient(linear, 0% 20%, 0% 75%, from(#e6f5fe), to(#b8cfdf));
}

div#pricing_panel .sub_panel.warning_state .panel_header,
div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set th.warning_state{
    background: #edf5fd url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -1960px bottom;
    background: -moz-linear-gradient(top, #ffede8 2%, #ffb7a3 98%);
    background: -webkit-gradient(linear, 0% 20%, 0% 75%, from(#ffede8), to(#ffb7a3));
}

div#pricing_panel .sub_panel.warning_state .panel_header:hover,
div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set:hover th.warning_state{
    background: #edf5fd url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -2940px bottom;
    background: -moz-linear-gradient(top, #ffe7e1 2%, #f9ad99 98%);
    background: -webkit-gradient(linear, 0% 20%, 0% 75%, from(#ffe7e1), to(#f9ad99));
}


.bp_configure table.selector_table tbody.inactive{
    display:none;
}
.bp_configure table.selector_table tbody.active {
    border-bottom: 1px solid #B7D0E3;
}

.bp_configure .sub_panel button.compare_packages_btn{

}
#selector_actions img{
    margin-top: 10px;
}
/* #build_panel */

div#build_panel{
    margin: 0px 0px 25px 0px;
    width:790px;
    /*position:relative;*/
}

div#build_panel h2{
    margin-left:9px;
    float:none;
}

#accessory_pricing_note{
    position: absolute;
    margin-top: 9px;          
    margin-left: 187px;
    font-size: 11px;
    line-height: 10px;
}

.fr #accessory_pricing_note{
    margin-left:170px;
}

div#build_panel ul,
div#build_panel ul li{
    margin:0;
}

div#build_panel table.selector_table{
    background-color: transparent;
    border:none;
    width:100%;
    margin-bottom:0;
}

div#build_panel table.selector_table thead tr{
    cursor:pointer;
}

div#build_panel table.selector_table td,
div#build_panel table.selector_table th{
    border: none;
}

div#build_panel table.selector_table th.item_label{
    font-size:13px;
    font-weight:bold;
}

div#build_panel table.selector_table th.item_price,
div#build_panel table.selector_table td{
    font-size:12px;
    font-weight:normal;
}
div#build_panel table.selector_table th.item_price span{
    font-size:11px;
}

div#build_panel table.selector_table .item {
    cursor: pointer;
}
div#build_panel table.selector_table .item:hover {
    /*background-color: #ffffff;*/
}
div#build_panel table.selector_table .item.disabled
{
    cursor: default;
}
div#build_panel table.selector_table .item.disabled .item_control,
div#build_panel table.selector_table .item.disabled .color_swatch
{
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
div#build_panel table.selector_table .item.disabled .item_label,
div#build_panel table.selector_table .item.disabled .item_price
{
    color: #C0C0C0 !important;
}

div#build_panel table.selector_table .item_control{
    text-align:center;
    width:22px;
    padding-right:0px;
}


div#build_panel #accessories_config_panel td.item_label,
div#build_panel #accessories_config_panel th.item_label,
div#build_panel #plan_selector td.item_label,
div#build_panel #plan_selector th.item_label {
    width: auto;
}


div#build_panel table.selector_table td.item_price, 
div#build_panel table.selector_table th.item_price{
    text-align:right;
    width:54px;
}

div#build_panel #aftermarket_accessory_selector table.selector_table td.item_price{
    text-align:right;
    width:68px;
}

div#build_panel table.selector_table td,
div#build_panel table.selector_table th{
    padding: 5px;
    vertical-align: middle;
}

div#build_panel #accessories_config_panel table.selector_table td,
div#build_panel #plan_selector table.selector_table td {
    vertical-align: top;
    line-height: 13px;
}
 
#aftermarket_accessory_value{
    width: 50px;
    margin-left: 4px;
    text-align: right;
}


/** COLORS **/

div#build_panel div#exterior_selector table.selector_table td,
div#build_panel div#interior_selector table.selector_table td{
    height:31px;
}

div#build_panel div#exterior_selector table.selector_table td.color_swatch,
div#build_panel div#interior_selector table.selector_table td.color_swatch{
    padding-left: 2px;
    padding-right: 2px;
    width: 35px; /*39px*/
}

table.selector_table td.color_swatch img {
    width: 35px;
    height: 21px;
}

div#build_panel #exterior_selector table.selector_table td.item_label,
div#build_panel #interior_selector table.selector_table td.item_label{
    width: 172px; /*182px*/    
}



div#build_panel #model_year_selector table.selector_table td.item_label{
    width:210px;
}

div#build_panel table.selector_table th.accessory_group_header {
    vertical-align: bottom;
    font-weight: bold;
}

div#build_panel .panel{
    margin-bottom:18px;
}


/* #config_panel */

div#config_panel_container {
    width:259px;
    display: block;
    min-height: 10px;
    float: left;
}

div#config_panel{
    margin-left:9px;
    width:250px;
}

div#config_panel_holder {
    float: left;
    width: 259px;
}

div#config_panel_packages{
    margin-bottom:6px;
}

/* #selector_actions */

div#selector_actions{
    clear:both;
    width:250px;
    position:relative;
}

/* #drive_switch */
div#drive_switch {
    clear:both;
    width:250px;
    position:relative;
    margin-bottom: 10px;
}

/* #selection_panel */

div#selection_panel{
    position:relative;
    width:480px;
}

div#selection_panel div#vehicle_display_panel{
    position:relative;
    min-height:295px;
    width:530px;
    margin:0 auto;
}

div#selection_panel div#vehicle_display_panel h3{
    position:absolute;
    top:0;
    left:40px;
}

#selection_panel div#vehicle_display_panel p.caption{
    position:absolute;
    right:0;
    bottom:0px;
    text-align:right;
    width:130px;
    margin-right: 30px;
    font-size:10px;
    color:#C0C0C0;
}

#vehicle_display_panel .availabilityDisclaimer {
    font-size: 10px;
    color: #000 !important;
    width: 242px;
    position: relative;
    left: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#summary_panel #vehicle_display_panel .availabilityDisclaimer {
    left: 10px;
    width: 175px;
}

#save_configuration_panel #vehicle_display_panel .availabilityDisclaimer {
    width: 485px;
    float: left;
    color: #666666 !important;
    left: 30px;
}

/**
 * Selection tabbed panel
 *
 */
div#selection_panel ul#selection_navigation
{
    clear:both;
    margin-left:40px;
    margin-top:10px;
    width:460px;
}

div#selection_panel ul#selection_navigation li:first-child
{
    margin-right: 2px;
}

div#selection_panel ul#selection_navigation li
{
    cursor: pointer;
    float:left;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    border-top:1px solid #bcbcbc;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div#selection_panel ul#selection_navigation li.current,
div.compare_models_modal ul#specifications_navigation li.current
{
    background: #e5f4fd url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_gradients_sprite.png?ck=@@cache.kill@@') no-repeat -9800px -4px;
    background: -moz-linear-gradient(top, #e4f3fd 2%, #dbeaf3 98%);
    background: -webkit-gradient(linear, 0% 2%, 0% 98%, from(#e4f3fd), to(#d8e8f2));
    border-left:1px solid #aebec8;
    border-right:1px solid #aebec8;
    border-top:1px solid #949ea3;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div#selection_panel ul#selection_navigation li label
{
    cursor: pointer;
    border-top:1px solid #e9e9e9;
    display:block;
    font-size:14px;
    color:#69b9eb;
    font-weight:bold;
    padding:3px 15px 4px 15px;
    text-decoration:none;
}

div#selection_panel ul#selection_navigation li.current label
{
    border-top:1px solid #bdcad1;
    color:#4376a9;
    font-weight:bold;
    padding:3px 15px 7px 15px;

}

div#selection_panel div.panel_content{
    margin: -3px 0px 0px 40px;
    padding:20px 20px 0px 20px;
    min-height: 130px;
    width:420px;
}

div#selection_panel div.panel_content{
    display:none;
}

div#selection_panel div.panel_content.current{
    background: #fff url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_selection_panel.png?ck=@@cache.kill@@') no-repeat left top;
    display:block;
}

div#selection_panel h4{
    padding-bottom:12px;
}

div#selection_panel ul.general_list{
    margin-bottom:15px;
}

div#selection_panel ul.general_list li{
    padding-bottom: 8px;
    line-height: 100%;   
}

div#selection_panel ul.accessory_list {
}

div#selection_panel p {
    margin-bottom:0px;
}

div#selection_panel h5{
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    padding-bottom:4px;
}

div#selection_panel img.colour_swatch{
    vertical-align:middle;
    margin-right:4px;
    width: 35px;
    height: 21px;
}

div#selection_panel div.panel_content div.section{
    float:left;
    width:200px;
}

div#selection_panel div.panel_content div.primary {
    margin-right: 20px;
}
div#selection_panel div.panel_content#savings_panel div.primary {
    margin-right: 15px;
    width:auto;
}


div#savings_panel {
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

div#savings_panel li{
    padding-bottom: 10px;
}

div#savings_panel li button{
    float:left;
    margin-right:5px;
}

div#savings_panel li a{
    float:left;
    display:block;
    margin-right:5px;
    width:90px;
}

div#savings_panel li button.warning_btn{
    float:left;
}



/* #pricing_panel */

div#pricing_panel{
    margin: 0px 0px 25px 11px;
    width: 171px;
}


div#pricing_panel ul{
    margin:0;
}

div#pricing_panel ul li{
    clear:both;
    padding: 0px;
    margin-bottom:6px;
}

div#pricing_panel div#taxes_panel{
    font-size:11px;
    margin-bottom:10px;
}

/* TFS Rate text and checkbox alignment fix - iPad only */
@media only screen and (device-width: 768px) {
    body.fr div#pricing_panel div#taxes_panel {
        font-size:11px;
        margin-bottom:10px;
    }
}


div#pricing_panel div#taxes_panel label{
    cursor:pointer;
}

div#pricing_panel input#taxes_fees_option{
    float:left;
    margin:2px 4px 10px 0px;
}
.fr div#pricing_panel input#taxes_fees_option{
    margin-bottom: 25px;
}

div#pricing_panel div#location_panel{
    border:1px solid #B7D0E3;
    padding:10px 3px 10px 10px;
    margin-bottom:10px;
    color:#666666;
    font-size:12px; 
}

div#pricing_panel div#location_panel dfn{
    display:block;
    margin:0;
    padding:0 0 0 17px;
    height:auto;    
    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/i_province.gif?ck=@@cache.kill@@') 0 0  no-repeat;
    border:0;
}

div#pricing_panel div#location_panel dfn span{
    border-bottom:1px solid #71BB74;
}

.fr div#pricing_panel a#change_dealer_btn{
    font-size:11px;
    padding-left:8px;
    padding-right:8px;
}

.fr div#pricing_panel div#location_panel a#select_dealer_btn{
    padding-left:4px;
    padding-right:4px;
}

.bp_configure div#pricing_panel #finance_pricing_panel.sub_panel,
.bp_configure div#pricing_panel #lease_pricing_panel.sub_panel {
    border-bottom:none;
}


.bp_configure div#pricing_panel .sub_panel div.price_controls,
.bp_configure div#pricing_panel .sub_panel div.price_content {
    display:none;
}

.bp_configure div#pricing_panel .sub_panel.active div.price_controls,
.bp_configure div#pricing_panel .sub_panel.active div.price_content {
    display:block;
}

div#pricing_panel .panel_header{
    cursor:pointer;
    padding: 5px 6px 5px 6px;
}

div#pricing_panel .panel_header button,
div#pricing_panel .panel_header h3{
    float:left;
}

div#pricing_panel .panel_header h3{
    margin:0 0 0 7px;
    padding:0;
}



div#pricing_panel .price_content{
    padding: 10px 8px 10px 8px;
}

div#pricing_panel div.price_controls{
    padding: 0px 7px 5px 8px;
}
div#pricing_panel #location_panel div.price_controls {
    padding: 0px 4px 0px 7px;
} 

div#pricing_panel #finance_pricing_panel .price_content .payment_period select,
div#pricing_panel #lease_pricing_panel .price_content .payment_period select {
    margin: 2px 0px 6px 0px;
}
div#pricing_panel #finance_pricing_panel .price_content .payment_period select,
div#pricing_panel #lease_pricing_panel .price_content .payment_period select {
    clear: both;
    float: left;
    font-size: 10px;
    letter-spacing: 0;
    padding: 1px 1px 1px 0;
} 
div#pricing_panel #finance_pricing_panel .price_content .payment_period option,
div#pricing_panel #lease_pricing_panel .price_content .payment_period option {
    padding-left: 0px;
    padding-right: 8px;
} 

div#pricing_panel div.price_controls li.term_rate,
div#pricing_panel div.price_controls li.tfs_rate{
    clear:none;
    float:left;
    padding:0;
}

div#pricing_panel div.price_controls li.tfs_rate {
    margin-bottom: 0px;
}
div#pricing_panel div.price_controls li.effective_rate {
    padding-top: 2px;
    font-size: 11px;
}


div#pricing_panel div.price_controls li label{
    font-size:11px;
}

div#pricing_panel div.price_controls li.term_rate label:first-child{
    padding-right:10px;
}

.fr div#pricing_panel div.price_controls li.term_rate label:first-child{
    padding-right:1px;
}

div#pricing_panel div.price_controls li.term_rate div em{
    font-style:normal;
}

div#pricing_panel div.price_controls select {
    padding: 1px 1px 1px 0px;
}
div#pricing_panel div.price_controls select,
div#pricing_panel div.price_controls input {
    font:bold 12px Arial, Helvetica, sans-serif;
    color:#333;
}
div#pricing_panel div.price_controls select#province_selector {
    font-weight: normal;
    float:right;
    width:50px;
}

#location_panel #select_dealer_btn{
    float:right;
}
#location_panel dfn.modal_term_dfn{
    float:left;
}
#location_panel .price_controls p{
    overflow:hidden;
}
#location_panel .price_controls strong{
    float:left;
    margin:2px 4px 0 0;
}

div#pricing_panel div.price_controls li input.rate_text{
    width:33px;
    margin-right: 4px;
}

div#pricing_panel input#additional_km {
    width:71px;
    margin-top:2px;
}
div#pricing_panel input#down_payment_amt,
div#pricing_panel input#trade_in_owing_amt,
div#pricing_panel input#trade_in_amt {
    width:71px;
    margin-top:5px;
    margin-left: 2px;
}

div#pricing_panel #trade_in_type_item input,
div#summary_panel .trade_in_type_set input {
    margin-top: -2px;
}

div#pricing_panel li.tfs_rate{
    margin-top: 12px; /*margin-top:15px;*/
    width: 42px;
}
body.safari div#pricing_panel li.tfs_rate {
    width: 40px;
}
body.fr div#pricing_panel li.tfs_rate {
    margin-left: -2px;
}
div#pricing_panel li.tfs_rate label dfn{
    font-weight:normal;
    line-height:10px;
}

/* TFS Rate text and checkbox alignment fix - iPad only */
@media only screen and (device-width: 768px) {

    div#pricing_panel div.price_controls li.term_rate div em{
        font-style:normal;
        padding: 0px;
        margin: 0px 0px 0px -2px;
    }
    div#pricing_panel li.tfs_rate label{
        display: block;
        width: 22px;
        padding-bottom: 2px;
        overflow: hidden;
    }
    div#pricing_panel li.tfs_rate label dfn{
        font-weight:normal;
        line-height:13px;
        font-size: 10px;
    }
}

div#pricing_panel li.tfs_rate input{
    float:left;
    /*margin:4px 4px 10px 0;*/
    margin: 7px 4px 0px 0px;
}

body.fr div#pricing_panel li.tfs_rate input{
    /*margin-top:3px;*/
}


div#pricing_panel div#pricing_details_panel label{
    font-size:12px;
}

div#pricing_details_panel div.price_controls{
    padding: 10px 8px 0px 8px;
}

div#pricing_details_panel div.price_controls div{
    margin-bottom:10px;
}

div#pricing_details_panel div.price_controls div:first-child{
    margin-bottom:5px;
}

div#pricing_details_panel div.price_controls ul{
    margin-bottom:0;
}

div#pricing_panel .price,
div#pricing_panel .sub_price,
div#pricing_panel .payment_period {
    padding:0;
    margin-bottom:0;
}

#lease_biweekly_eq {
    clear: left;
    font-size: 11px;
    float: left;
    margin-bottom: 4px;
}
#lease_biweekly_eq label {
    width: 100%;
    float: left;
    margin-bottom: 2px;
    width: 130px;
    margin-left: 6px;
}
#lease_biweekly_eq label dfn {
    display: inline;
}
#lease_biweekly_eq .lease_biweekly_icon {
    border-bottom:none; 
    margin: 10px 0px 0 0;
    display: inline-block;
    float: left;
}
#lease_biweekly_eq span {
    font-weight: bold;
    font-size: 12px;
    padding-top: 4px;
    float: left;
    height: 14px;
    line-height: 11px;
}

div#cash_pricing_panel .price_content p {
    /*margin-bottom:0;*/
}

div#pricing_panel .price_content .price_items {
    margin-top: 4px;
    margin-bottom: 1px;
    border: 0 none;
    width: 100%;
}
div#pricing_panel .price_content .price_item {
    padding: 6px 0px 0px;
    border-bottom: 1px solid #B7D0E3;
}
div#pricing_panel .price_content .price_item td {
    border: 0 none;
    line-height:1em;
    vertical-align: bottom;
    padding: 4px 0px 4px 0px
}
div#pricing_panel .price_content .price_item .price_item_name {
    font-size: 11px;
    text-align: left;
    padding-right: 6px;
}
div#pricing_panel .price_content .price_item .price_item_amount {
    font-size:12px;
    text-align: right;
    padding-bottom: 3px
}
div#pricing_panel #cash_pricing_panel .price_content {
}


div#pricing_details_panel{
    border-top:none;
}

div#pricing_panel .sub_price{
    font-size:14px;
    /*padding-bottom:9px;*/
    padding-top: 2px;
    clear: both;
}

div#pricing_panel .price dfn,
div#pricing_panel .sub_price dfn{
    font-size:11px;
    font-weight:normal;
    letter-spacing:0;
}

body.fr div#pricing_panel .price dfn,
body.fr div#pricing_panel .sub_price dfn{
    font-size:10px;
    letter-spacing:-0.01em;
}

div#pricing_panel .price {
    font-size: 26px;
    letter-spacing: -1px;
}
div#pricing_panel .price .context_loader {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

div#pricing_panel .price sub {
    font-size: 12px;
    letter-spacing:0;
    vertical-align:baseline;
}

body.fr div#pricing_panel div#finance_pricing_panel div.price_controls,
body.fr div#pricing_panel div#lease_pricing_panel div.price_controls{
    padding-right:0;
}

body.fr div#pricing_panel div.price_controls li.term_rate{
    width:115px;
}

/* TFS Rate text and checkbox alignment fix - iPad only */
@media only screen and (device-width: 768px) {
    body.fr div#pricing_panel div.price_controls li.term_rate{
        width:110px;
    }
}



body.fr div#pricing_panel div.price_controls .term_rate select {
    width:55px;
}

body.fr div#pricing_panel div.price_controls .term_rate * {
    white-space: nowrap;
}


/* #summary_panel */

div#summary_panel div.sub_panel{
    border:none;
    background:#fff;
    padding:10px 0;
    position:relative;
    margin-bottom:20px;
}

.bp_configure #pricing_calculator_panel.sub_panel {
    background-color: #f4f8fe;
    border-bottom:1px solid #b7d0e3;
    border-top:1px solid #b7d0e3;
}

div#summary_panel div.sub_panel h2{
    float:none;
    left:18px;
    margin:0;
    position:absolute;
    top:10px;
    width: 330px;
    line-height: 100%;
}

div#summary_panel div.sub_panel table.summary_table{
    border-collapse:collapse;
    border:none;
    margin:0 auto;
    width:940px;
    /*table-layout:fixed;*/
}


div#summary_panel table.summary_table tbody{
    border-right:1px solid #b7d0e3;
    background-color:#fff;
    display:none;
}


div#summary_panel table.summary_table tbody:last-child{
    border-bottom:1px solid #b7d0e3;
}

div#summary_panel table.summary_table tbody.msrp_group,
div#summary_panel table.summary_table tbody.table_control,
div#summary_panel table.summary_table tbody.active{
    display:table-row-group;
}

div#summary_panel table.summary_table tbody.table_control:hover{
    cursor:pointer;
}

div#summary_panel div.sub_panel table.summary_table tr.deselect td span{
    color:#bfbfbf;
    text-decoration:line-through;
}

div#summary_panel div.sub_panel table.summary_table td,
div#summary_panel div.sub_panel table.summary_table th,
div#summary_panel div#detailed_summary_panel.sub_panel table.summary_table th.item,
div#summary_panel div#finance_leasing_panel.sub_panel table.summary_table th.item,
div#summary_panel div#due_delivery_panel.sub_panel table.summary_table th.item{
    background-color:#fff;
    padding:8px 10px;
    vertical-align:middle;
}

div#summary_panel div.sub_panel table.summary_table td.warning_state,
div#summary_panel div.sub_panel table.summary_table th.warning_state,
div#summary_panel div#detailed_summary_panel.sub_panel table.summary_table th.warning_state,
div#summary_panel div#finance_leasing_panel.sub_panel table.summary_table th.warning_state,
div#summary_panel div#due_delivery_panel.sub_panel table.summary_table th.warning_state{
    background-color:#ffe8e3;
}

div#summary_panel div#detailed_summary_panel.sub_panel table.summary_table th,
div#summary_panel div#finance_leasing_panel.sub_panel table.summary_table th,
div#summary_panel div#due_delivery_panel.sub_panel table.summary_table th{
    background-color:#ebf3fd;
}

div#summary_panel div#pricing_calculator_panel tfoot td.item,
div#summary_panel div#pricing_calculator_panel tfoot tr#calc_extras_set td{
    background-color:transparent;
    padding-left: 0px;
    padding-right: 4px;
    text-align: left;
}

div#summary_panel div.sub_panel table.summary_table thead th.finance_item,
div#summary_panel div.sub_panel table.summary_table thead th.lease_item,
div#summary_panel div.sub_panel table.summary_table thead th.cash_item,
div#summary_panel div.sub_panel table.summary_table tbody td,
div#summary_panel div.sub_panel table.summary_table tbody th{
    border:1px solid #b7d0e3;
}

table.summary_table thead th p.tfs_not_applied {
    display: none;
}

div#summary_panel div.sub_panel table.summary_table thead th.finance_item.warning_state,
div#summary_panel div.sub_panel table.summary_table thead th.lease_item.warning_state,
div#summary_panel div.sub_panel table.summary_table thead th.cash_item.warning_state,
div#summary_panel div.sub_panel table.summary_table tbody td.warning_state,
div#summary_panel div.sub_panel table.summary_table tbody th.warning_state{
     border:1px solid #f29292;
}

div#summary_panel div.sub_panel table.summary_table tbody .muted_state *,
div#summary_panel div.sub_panel table.summary_table tfoot .muted_state * {
    visibility:hidden;
}

/*
div#summary_panel div.sub_panel table.summary_table tbody td.muted_state span,
div#summary_panel div.sub_panel table.summary_table tbody th.muted_state span,
div#summary_panel div.sub_panel table.summary_table tfoot th.muted_state span,
div#summary_panel div.sub_panel table.summary_table tfoot td.muted_state span{
    color:transparent;
    visibility:hidden;
}


div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set td.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody td.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.sub_total_set td.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.set_footer td.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.sub_set td.muted_state{
    border:none;

}


div#summary_panel div.sub_panel table.summary_table tfoot tr.total_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr.total_set td.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set td.muted_state{
    visibility:hidden;
    border:none;
}

div#summary_panel div#detailed_summary_panel.sub_panel table.summary_table th.muted_state,
div#summary_panel div#finance_leasing_panel.sub_panel table.summary_table th.muted_state,
div#summary_panel div#due_delivery_panel.sub_panel table.summary_table th.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.sub_total_set td.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody tr.exp_collapse_set:hover th.muted_state,
div#summary_panel div.sub_panel table.summary_table tbody td.muted_state{
    background-image:none;
    background-color:#fff;
}



div#summary_panel div.sub_panel table.summary_table tbody#one_time_payment_set_control tr th.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr.total_set th.muted_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr.total_set td.muted_state{
    border-bottom:1px solid #b7d0e3;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr.total_set td.cash_item.muted_state{
    border-right:1px solid #b7d0e3;
}
*/


div#summary_panel div.sub_panel table.summary_table tbody tr.sub_set td{
    border-top:1px solid #e1ebf3;
    padding: 8px 10px;
}

div#summary_panel div#detailed_summary_panel.sub_panel table.summary_table tbody tr.sub_set td.item,
div#summary_panel div#finance_leasing_panel.sub_panel table.summary_table tbody tr.sub_set td.item,
div#summary_panel div#due_delivery_panel.sub_panel table.summary_table tbody tr.sub_set td.item{
    padding-left:19px;
    width:300px;
}

div#summary_panel div.sub_panel table.summary_table tbody th,
div#summary_panel div.sub_panel table.summary_table td {
    font-size:12px;
}
div#summary_panel div.sub_panel table.summary_table button.exp_coll_btn {
    font-size:14px;
}

body.fr div#summary_panel div.sub_panel table.summary_table tbody#finance_leasing_set_control button.exp_coll_btn{
    width:100%;
}


div#summary_panel div.sub_panel table.summary_table tbody tr.sub_set td{
    font-size:12px;
}

div#summary_panel div.sub_panel table.summary_table button.exp_coll_btn{
    color:#333;
    padding-left:25px;
    text-align:left;
    width:100%;
}

div#summary_panel div.sub_panel table.summary_table tbody.table_control button.exp_coll_btn{
    width:90%;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.alt td{
    background-color:#f2f9ff;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.alt td.warning_state{
    background-color:#f2e3e3;
}


div#summary_panel div.sub_panel table.summary_table .item {
    width:319px;
}
div#summary_panel div.sub_panel table.summary_table .item label {
    /* cursor: pointer; - Don't think we need this. Daniil */    
}

div#summary_panel .accessories_set.mandatory .item input,
div#build_panel #accessories_config_panel .item.mandatory input {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}

div#summary_panel div.sub_panel table.summary_table .lease_item,
div#summary_panel div.sub_panel table.summary_table .finance_item,
div#summary_panel div.sub_panel table.summary_table .cash_item{
    width:180px !important;
    text-align:right;
}

div#summary_panel div.sub_panel table.summary_table th.lease_item h3,
div#summary_panel div.sub_panel table.summary_table th.finance_item h3,
div#summary_panel div.sub_panel table.summary_table th.cash_item h3{
    font-size:22px;
    margin-bottom: 0px;
}


div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set .finance_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .finance_item{
    border-left:1px solid #b7d0e3;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set .item{
    border-left: 1px solid transparent;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set .lease_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set .finance_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_header_set .cash_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .cash_item{
    border-right:1px solid #b7d0e3;
}


div#summary_panel div.sub_panel table.summary_table tr.total_set.alt td,
div#summary_panel div.sub_panel table.summary_table tr.total_set td,
div#summary_panel div.sub_panel table.summary_table tr.sub_total_set td,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .lease_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .finance_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .cash_item{
    font-size:18px;
    font-weight:bold;
    color: #555;
}

div#summary_panel div.sub_panel table.summary_table tr.sub_total_set.alt td,
div#summary_panel div.sub_panel table.summary_table tr.sub_total_set td{
    background-color:#b7d0e3;
}
div#summary_panel div.sub_panel table.summary_table tr.sub_total_set.alt td.warning_state,
div#summary_panel div.sub_panel table.summary_table tr.sub_total_set td.warning_state{
    background-color:#f2aaaa;
}

body#build_price div#content div#summary_panel div.sub_panel table.summary_table tr.total_set.alt td,
body#build_price div#content div#summary_panel div.sub_panel table.summary_table tr.total_set td{
    border: 1px solid #5b6c77;
    background-color:#5b6c77;
    color:#fff;
}

div#summary_panel div.sub_panel table.summary_table tfoot h4{
    padding-bottom:0;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .lease_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .finance_item,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .cash_item{
    border:1px solid #b7d0e3;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .lease_item.warning_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .finance_item.warning_state,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_total_value_set .cash_item.warning_state{
    border:1px solid #f29292;
}

div#summary_panel div.sub_panel table.summary_table #calc_total_value_set .item {
    text-align: right;
}

div#summary_panel div.sub_panel table.summary_table tfoot th.lease_item,
div#summary_panel div.sub_panel table.summary_table tfoot th.finance_item,
div#summary_panel div.sub_panel table.summary_table tfoot th.cash_item{
    background-color:#5d6c77;
    border:1px solid #b7d0e3;
}

div#summary_panel div.sub_panel table.summary_table tfoot th.lease_item.warning_state,
div#summary_panel div.sub_panel table.summary_table tfoot th.finance_item.warning_state,
div#summary_panel div.sub_panel table.summary_table tfoot th.cash_item.warning_state{
    background-color:#f23838;
    border:1px solid #f29292;
}

div#summary_panel dfn.tfs_rate_dfn,
div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_extras_set td.lease_item{
    font-size:12px;
}

div#summary_panel div.sub_panel table.summary_table tfoot tr#calc_extras_set td.finance_item {
    vertical-align: top;
}

div#summary_panel div.sub_panel table.summary_table tfoot th.lease_item h4,
div#summary_panel div.sub_panel table.summary_table tfoot th.finance_item h4,
div#summary_panel div.sub_panel table.summary_table tfoot th.cash_item h4{
    color:#fff;
    font-size:18px;
    font-weight:normal;
}

body#build_price div#content div#summary_panel div.sub_panel table.summary_table tfoot th h4 dfn{
    color:#fff;
    border-color:#fff;
}


div#summary_panel div.sub_panel table.summary_table th label{
    font-weight:normal;
}


div#summary_panel div.sub_panel table.summary_table a.tfs_alert{
    margin:4px 0px 0px 5px;
}



div#summary_panel div.sub_panel table.summary_table sup{
    font-size:10px;
    margin-left:0;
    line-height:0;
    white-space: nowrap;
}
.foot_note_mark {
    white-space: nowrap;
}

div#summary_panel div.sub_panel table.summary_table thead th.item{
    background-color:transparent;
}


b.tl,
b.tr{
    background-color:transparent;
    background-image: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@');
    background-repeat: no-repeat;
    position:absolute;
    width:8px;
    height:7px;
    top:10px;
}


div#pricing_calculator_panel b.tl{
    background-position: 0px -1247px;
}

div#pricing_calculator_panel b.tr{
    background-position: -8px -1247px;
}

div#pricing_calculator_panel .warning_state b.tl,
div#summary_tables_panel .warning_state b.tl{
    background-position: -16px -1247px;
}
div#pricing_calculator_panel .warning_state b.tr,
div#summary_tables_panel .warning_state b.tr{
    background-position: -24px -1247px;
}



div#detailed_summary_panel b.tl,
div#finance_leasing_panel b.tl,
div#due_delivery_panel b.tl{
    background-position: 0px -1254px;
}

div#detailed_summary_panel b.tr,
div#finance_leasing_panel b.tr,
div#due_delivery_panel b.tr{
    background-position: -8px -1254px;
}


div.sub_panel table.summary_table thead th.finance_item b.tl{
    left:357px;
}

div.sub_panel table.summary_table thead th.finance_item b.wk.tl{
    left:369px;
}

div.sub_panel table.summary_table thead th.finance_item b.tr{
    left:551px;
}

div.sub_panel table.summary_table thead th.finance_item b.wk.tr{
    left:559px;
}

div.sub_panel table.summary_table thead th.lease_item b.tl{
    left:558px;
}

div.sub_panel table.summary_table thead th.lease_item b.wk.tl{
    left:567px;
}

div.sub_panel table.summary_table thead th.lease_item b.tr{
    left:752px;
}

div.sub_panel table.summary_table thead th.lease_item b.wk.tr{
    left:756px;
}

div.sub_panel table.summary_table thead th.cash_item b.tl{
    left:760px;
}

div.sub_panel table.summary_table thead th.cash_item b.wk.tl{
    left:763px;
}

div.sub_panel table.summary_table thead th.cash_item b.tr{
    left:954px;
}

div.sub_panel table.summary_table thead th.cash_item b.wk.tr{
    left:952px;
}

div#summary_header{
    margin: 0px auto 15px auto;
    position:relative;
    width:940px;
}


div#summary_header ul.summary_navigation{
    margin-left:0;
}
div#summary_header #lease_adv_btn{
    border-bottom: none; 
    width: 130px;
}
#lease_adv_dfn,
#semiMonthlyLeasing_dfn{
    border-bottom: none; 
}
div#summary_header ul.summary_navigation,
div#summary_header div#vehicle_summary_panel{
    float:left;
}

div#summary_header ul.summary_navigation.consumer_options {
    margin-right:0px;
    float:right;
}
div#summary_header ul.summary_navigation.configuration_options {
    margin-right:20px;
}

div#summary_header ul.summary_navigation a {
    width:130px;
}

div#summary_header ul.summary_navigation li{
    margin-bottom:9px;

}

div#summary_header ul.summary_navigation li button#test_drive_btn{
    margin-top:14px;
}


div#summary_header div#vehicle_summary_panel{
    /*margin-right:25px;*/
    width:585px;
}

div#summary_header div#vehicle_details_panel,
div#summary_header div#vehicle_display_panel{
    float:left;
}

div#summary_header div#vehicle_details_panel{
    width:275px;
}

div#summary_header div#vehicle_details_panel li{
    margin-bottom:9px;
}

div#summary_header div#vehicle_details_panel li.creation_time p{
    margin-bottom:0;
}
div#summary_header div#vehicle_details_panel li.foot_note{
    margin-bottom:0px;
}
div#summary_header div#vehicle_details_panel li#summary_disclaimer{
    font-size:10px;
}

div#summary_header div#vehicle_display_panel{
    position:relative;
    /*min-height:295px;*/
    width:310px;
}

div#summary_header div#vehicle_display_panel p.caption{
    position:absolute;
    right:0;
    text-align:right;
    top:170px;
    width:130px;
    font-size:10px;
    color:#C0C0C0;
}


div#summary_header button#import_data_btn{
    bottom:0;
    position:absolute;
    right:0;
}

#import_data_modal .modal_content_container{
    display:block;
}

#import_data_modal .modal_content_container .success_message,
#import_data_modal .modal_content_container .failure_message{
    display:none;
    margin-top:15px;
    text-align:center;
}


div#summary_panel input.text_input,
div#summary_panel input.rate_text{
    border:1px solid #b7d0e3;
    font-size:12px;
    margin-left:4px;
}
.fr div#summary_panel input.text_input {
    margin-right:4px;
}

div#summary_panel select{
    font-size:12px;
    height:21px;
    padding:1px;
}

div#summary_panel div#vehicle_details_panel select{
    font-size:12px;
}

div#summary_panel input.text_input{
    width:74px;
}

div#summary_panel input.rate_text{
    height:15px;
    padding:2px;
    width:54px;
    text-align:center;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.set_footer td{
    border-bottom:2px solid #b7d0e3;
}

div#summary_panel div.sub_panel table.summary_table tbody tr.set_footer td.warning_state{
    border-bottom:2px solid #f29292;
}

div#summary_panel div#finance_leasing_panel table.summary_table tr.lease_end_set td,
div#summary_panel div#pricing_calculator_panel table.summary_table tr.msrp_set td{
    /*border-bottom:1px solid #b7d0e3;*/
}


a.back_to_top_link{
    font-size:12px;
    float:right;
}

div#foot_notes{
    width:940px;
    margin:0 auto;
}

div#foot_notes sup{
    line-height:0;
}

div#foot_notes ul{
    margin:0;
}

div#foot_notes ul li.foot_note_item{
    margin-bottom:10px;
}

div#foot_notes ul li.foot_note_item p{
    margin-bottom:5px;
}

.package_set h3{
    margin:0;
}


/* msv_panel */


div#msv_panel{
    margin:25px auto 0 auto;
    width:960px;
    min-height:327px;
}

/* self-clearing - keep this at the bottom and add your self-clears here*/
#browser_upgrade:after,
div#savings_panel li.program_selector:after,
div#summary_header:after,
div#pricing_panel div.price_controls ul:after,
div#pricing_panel .panel_header:after,
div#savings_panel li:after,
div#selection_panel div.panel_content:after,
div#selection_panel ul#selection_navigation:after,
ul#build_navigation:after,
ul#promo_list:after,
ul#vehicle_selector:after,
div#build_price_header:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#config_panel_packages div.model_loading_error
{
    padding: 4px;
}

div#savings_panel ul li
{
    cursor: pointer;
}
div#savings_panel ul li:hover
{
    text-decoration: underline;
}

#savings_panel ul li.program_selector .program_checkbox,
#pricing_calculator_panel .incentive_set .program_checkbox
{
    background:url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat scroll 0 -1175px transparent;
    border:medium none;
    float:left;
    height:17px;
    margin-right:4px;
    margin-bottom: 4px;
    vertical-align:middle;
    width:17px;
    cursor: pointer;
}
#pricing_calculator_panel .incentive_set .program_checkbox {
    margin-bottom: 0px;
}

#savings_panel .program_selector.selected .program_checkbox,
#pricing_calculator_panel .incentive_set.selected .program_checkbox
{
    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat scroll 0 -1202px transparent;
}

.lease_biweekly_icon,
#savings_panel .program_selector .program_info_icon,
#pricing_calculator_panel .incentive_set .program_info_icon,
#program_modal .program_info_icon {
    background:url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat scroll 0 -1223px transparent;
    cursor:pointer;
    display:inline-block;
    float:none;
    height:14px;
    margin-left:4px;
    margin-right:0;
    vertical-align:middle;
    width:14px;
}
#pricing_calculator_panel .incentive_set .program_info_icon {
    margin-top: 1px;
}

#savings_panel .program_selector .program_info_icon {
    float:right;
}

div#current_selections_panel .package_info_icon,
.package_tooltip_content .package_info_icon {
    background:url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/build_price/bg_buttons_sprite.png?ck=@@cache.kill@@') no-repeat scroll 0 -1223px transparent;
    height:14px;
    width:14px;
    margin-left:10px;
    margin-bottom:2px;
    vertical-align:middle;
    cursor: pointer;
    display: inline-block;
}

/*
div#savings_panel .program_selector.stackable .program_info_icon,
#pricing_calculator_panel .incentive_set.stackable .program_info_icon {
    display: none;
}
*/

#pricing_calculator_panel .incentive_set .item a {
    float:left;
    vertical-align:middle;
}

div#savings_panel li.program_selector:hover {
    text-decoration: none !important;
}
div#savings_panel li.program_selector:hover span {
    text-decoration: underline !important;
}

div#savings_panel label.program_label {
    cursor: pointer;
    float: left;
    /* width:170px; NSI-CR  */
    line-height: 120%;
    padding-top: 2px;
    max-width: 380px;
}

div#savings_panel label.program_label span:hover {
    text-decoration: underline;
}
div#savings_panel label.program_label strong {
    color: #444;
}

div#national_programs_spinner {
    margin: 40px auto;
    position: fixed;
}

#detailed_summary_set .package_set td ul {
    margin: 10px 0px 5px 15px;
}


#vehicle_display_img {
    margin-top:5px;
}

div#summary_panel div#pricing_calculator_panel tr.incentive_set td.item a {
    color: #666666;
    vertical-align: middle;
    margin-top: 1px;
}

.package_tooltip_content ul.second {
    padding-left: 20px !important;
}

.package_tooltip_content .package_message {
    color: #999;
    font-style: italic;
    line-height: 130%;
    margin-bottom: 5px;
}

.package_tooltip_content .package_message .package_info_icon {
    float: left;
    cursor:default;
    margin: 3px 6px 0px 0px;
    width:14px;
}
div#savings_offers_promo_modal img {
    margin: 0px 0px 10px 65px;
}
.bp_configure.login div#page_title {
    padding-top:0;
} 



#browser_upgrade #browser_selections{
    margin-bottom:0;
}

#browser_upgrade #browser_selections li{
    margin-right:10px;
}


#config_panel div.error {
    margin-bottom: 18px;
}

.accessory_configurator_link, .accessory_config_link {
    display: block;
    margin-bottom: 18px;
}

#dealer_info_window {
    width: 250px;
    height: 150px;
}

body#build_price #calc_pricing_details_set .rate_set .item,
body#build_price #calc_pricing_details_set .rate_set .cash_item,
body#build_price #calc_pricing_details_set .rate_set .finance_item,
body#build_price #calc_pricing_details_set .rate_set .lease_item {
    vertical-align: top;
}

body#build_price #calc_pricing_details_set .rate_set .item {
    padding-top: 11px;
}

body#build_price #calc_pricing_details_set #calc_trade_in_amt_set .item label {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
body.fr#build_price #calc_pricing_details_set #calc_trade_in_amt_set .item label {
    margin-top: 0px;
}

body.en#build_price #calc_pricing_details_set #calc_trade_in_amt_set .item {
    padding-top: 3px;
    padding-bottom: 3px;
}

body#build_price #pricing_panel .sub_panel .price_content .tfs_payment_issue {
    margin: 5px 6px 0 0;
}

#finance_leasing_set .sub_total_set td {
    padding-top: 4px;
    padding-bottom: 4px;
}

#finance_leasing_set .sub_total_set td span {
    float: right;
}
#finance_leasing_set .sub_total_set td span.payment_type {
    font-weight: normal;
    clear: both;
    font-size: 10px;
    line-height: 10px;
}

#pricing_panel .pricing_quote_disclaimer{
    margin-bottom:10px;
}

.summary_navigation .pricing_quote_disclaimer {
    width:150px;    
}

.pricing_quote_disclaimer {
    line-height:1.3 !important;
    font-size: 10px;
}
    
#pricing_request_quote_btn {
    margin:0 0 10px;
    display:block;  
}

.en #pricing_request_quote_btn {
    padding:4px 40px;   
}

/* TFS Rate Pricing Calculator */
tr#summary_rate_set .tfs_rate_option{
	display: block; 
	height: 51px;
}
.fr tr#summary_rate_set .tfs_rate_option{
	height: 65px;
}
tr#summary_rate_set .tfs_radio br{
	margin-left: 5px;
}
tr#summary_rate_set .tfs_radio {
	position: relative;
    display: block;
    margin-bottom: 10px;

}
tr#summary_rate_set .tfs_radio input{
	display: inline-block;
}
tr#summary_rate_set .tfs_rate_label{
	display: inline-block;
	vertical-align: middle;
}
.fr tr#summary_rate_set .tfs_rate_label{
	width: 65px;
}
tr#summary_rate_set .tfs_radios{
	float:left; 
	width: 60%;
	text-align: left;
	margin-left: 5px;
}
tr#summary_rate_set .tfs_input{
	float:right; 
	width:35%;
}
tr#summary_rate_set .tfs_input input{
	height: 15px;
    padding: 2px;
    width: 54px;
    text-align: center;
    font-size: 12px;
}
tr#summary_rate_set .non_tfs_rate_text{
    margin-left: 5px;
    font-size: 10px;
    text-align: left;
    line-height: 1.3;
}

/* ANNUAL KM - START */

div#pricing_panel div.price_controls #annual_km_item {
    float: left;
    margin-bottom: 0;
    margin-top: 7px;
}

div#pricing_panel div.price_controls #annual_km_item div {
    margin-bottom: 4px;
}

div#pricing_panel div.price_controls #annual_km_item label {
    display: inline-block;
    margin-top: 4px;
}

div#pricing_panel div.price_controls #annual_km_item dfn {
    font-size: 11px;
}

div#pricing_panel div.price_controls #annual_km_item input[type=radio] {
    margin-top: -3px;
    margin-right: 0px;
}

div#pricing_panel div.price_controls #annual_km_item #low_km_opt_select,  div#pricing_panel div.price_controls #annual_km_item #km_opt_select{
    font-weight: normal;
    font-size: 11px;
    margin-left: 3px;
}
div#pricing_panel div.price_controls #annual_km_item #low_km_opt_select[disabled="disabled"] {
    background-color: #eeeeee;
    color: #aaaaaa;
}

div#pricing_panel div.price_controls #annual_km_item #additional_km_input {
    font-size: 11px;
    margin-top: 5px;
}

div#pricing_panel div.price_controls #annual_km_item #total_annual_label {
}

div#pricing_panel div.price_controls #annual_km_item .tfs_annual_km {
    margin-top: 5px;
    margin-right: 38px;
}

div#pricing_panel div.price_controls #annual_km_item .disabled,
div#pricing_panel div.price_controls #annual_km_item .disabled input,
div#pricing_calculator_panel .annual_km_set .lease_item .disabled,
div#pricing_calculator_panel .annual_km_set .lease_item .disabled input {
    color: #C0C0C0 !important;
}

div#pricing_panel div.price_controls li input.rate_text:disabled,
tr#summary_rate_set .tfs_input input:disabled {
    -webkit-text-fill-color: #888;
    color: #888;
}

div#pricing_calculator_panel .annual_km_set .lease_item label {
    clear: left;
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-top: 3px;
}

div#pricing_calculator_panel .annual_km_set .lease_item input[type="radio"] {
    margin-left: 0;
    margin-top: -3px;
}

div#pricing_calculator_panel .annual_km_set .lease_item #calc_low_km_opt_select {
    float: left;
    margin-left: 8px;
}

div#pricing_calculator_panel .annual_km_set .lease_item #calc_low_km_opt_select[disabled="disabled"] {
    background-color: #eeeeee;
    color: #aaaaaa;
}

div#pricing_calculator_panel .annual_km_set .lease_item #calc_additional_km {
    float: right;
    margin-right: 0;
    padding-right: 0;
    width: 86px;
}

div#pricing_calculator_panel .annual_km_set .lease_item #calc_additional_km_input {
    clear: both;
    display: block;
    float: left;
    margin-top: 2px;
    padding-top:5px;
}

.fr div#pricing_calculator_panel .annual_km_set .lease_item #calc_additional_km {
    width: 66px;
}

#add_km_label {
    float: left;
    margin-top: 3px;
    text-align: left;
    width: 85px;
}

.fr #add_km_label {
      width: 105px;  
}

/* Targeting Desktops - Stretch Lease styling. */
@media only screen and (min-width: 991px) {
    .bp_configure div#pricing_calculator_panel .annual_km_set .lease_item #calc_additional_km {
        width: 86px !important;
    }
    .fr.bp_configure div#pricing_calculator_panel .annual_km_set .lease_item #calc_additional_km {
        width: 66px !important;
    }
    .bp_configure #add_km_label {
        width: 85px !important;
    }
    .fr.bp_configure #add_km_label {
      width: 105px !important;  
    }
}

div#pricing_calculator_panel .annual_km_set .lease_item #calc_total_annual_label {
    clear: both;
    float: right;
    font-size: 12px;
    height: 13px;
    margin-top: 6px;
    margin-bottom: 0px;
    text-align: right;
}

div#pricing_calculator_panel .annual_km_set .tfs_annual_km {
    float: none;
    margin-left: 4px;
    margin-top: 2px;
}

.maximum_exceeded .tfs_annual_km.maximum_exceeded {
    display: inline-block;
}

.fr div#pricing_panel div.price_controls #annual_km_item .tfs_annual_km {
    margin-right: 45px;
}

body.ie div#pricing_calculator_panel .annual_km_set .lease_item {
    padding-left: 8px !important;
    padding-bottom: 9px !important;
}
body.ie div#pricing_calculator_panel .annual_km_set .lease_item input[type=radio],
body.ie div#pricing_panel div.price_controls #annual_km_item input[type=radio] {
    margin-left: 0px;
}

body.ie div#pricing_panel div.price_controls #annual_km_item #additional_km_input,
body.ie div#pricing_panel div.price_controls #annual_km_item #total_annual_label {
    margin-left: 16px;
}

body.ie div#pricing_calculator_panel .annual_km_set .tfs_annual_km {
    margin-top: 4px;
}

/* ANNUAL KM - END */


.price_break_down {
    margin-top: 4px;
}

.fr #biweekly_btn {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

div#pricing_calculator_panel .hack_padding {
    display: none;
    width: 16px;
}
.fr div#pricing_calculator_panel .warning_state .hack_padding {
    display: inline-block;
}

#modal_trade_in_owing_amt {
    width: 60px;
}

input[type="radio"], input[type="checkbox"] {
    padding: 0px;
}

div#build_panel #accessories_config_panel .accessory_action_icons {
    white-space: nowrap;
}

#build_price #summary_panel .lease_biweekly_set dfn {
    font-size: 11px;
}
#build_price #summary_panel .lease_biweekly_set b {
    margin-top: 4px;
    display: inline-block;
}
#build_price #summary_panel .lease_biweekly_set .lease_biweekly_icon {
    border: none;
    margin-right: 2px;
}

#build_price #summary_panel .lease_end_add {
    display: block;
    font-size: 9px;
    line-height: 110%;
    margin-bottom: 0;
    margin-top: 5px;
}

/* Hide accessory configurator links for these series codes */
#request_test_drive_form_container {
    padding-bottom: 75px;   
}       
    
#request_test_drive_form_container h2 {
    float: none;
    margin: 20px 0;
}       
    
    
/* initial msrp disclaimer modal */
#initial_dislaimer_modal .modal_container {
    padding:25px;   
    display: block;
}

#initial_dislaimer_modal .closer {
    display:none;   
}

#initial_dislaimer_modal .modal_container h2{
    font-size:20px;
    color:#555;
}

#initial_dislaimer_modal .modal_content_container p {
    margin-bottom: 10px;
}

#initial_dislaimer_modal .modal_content_container {
    /* overflow:hidden; Why do we use this all over the place? */
    padding-top: 15px;
    display: block;
}

#initial_dislaimer_modal .modal_container .content_bottom{
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
    padding-top: 15px;
}

#initmodal_price_based_on_province {
    padding-right:50%;  
}

#initial_dislaimer_modal .province_selector {
    float:left;    
    /*margin-bottom:10px;*/
}

#config_province_selection {
    width:100px;
    font-size:13px;
}

#initial_dislaimer_modal .continue_btn {
    float:right;
}

div#pricing_panel .sub_price_item {
    margin: 4px 0 0;
}
div#pricing_panel .sub_price_item * {
    font-size: 11px;
}
div#pricing_panel .sub_price_item span {
    white-space: nowrap;
}

/* temporary - corolla test drive promo */
#corolla_test_drive_promo {
    display:none;   
}

body.aip #corolla_test_drive_promo {
    display:block;
}

#dc_static_cta {
    background-position: 0 30px;
    margin: 0 auto 30px;
    clear: both;
    padding-top: 30px;
}

#dc_static_cta span {
    width: 220px;
    margin: 35px 0 0 145px;
}

.fr #dc_static_cta span.question {
    margin-top: 20px;
}

.fr #dc_static_cta span.question.test_drive {
    margin-top: 35px;
}

#finance_tfs_options, #lease_tfs_options {
	font-size: 11px !important;
	color: #666 !important;
}

#finance_tfs_options input, #lease_tfs_options input {
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#finance_non_tfs_disclaimer, #lease_non_tfs_disclaimer {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
}

#finance_non_tfs_disclaimer.hideNonTFSDisclaimer, #lease_non_tfs_disclaimer.hideNonTFSDisclaimer  {
	display: none;
}

a#aeroplan_promo {
    display: inline-block;
    width: 416px;
    height: 140px;
    margin: 15px 2px;
}
.en a#aeroplan_promo {
    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/content/aeroplan/aeroplan_bp_cta_en.png?ck=@@cache.kill@@') no-repeat;
}
.fr a#aeroplan_promo {
    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/content/aeroplan/aeroplan_bp_cta_fr.png?ck=@@cache.kill@@') no-repeat;
}
/********************* tooltip.css ********************/
/*****************************************************************************************************************************************
 * COMMON
 */
	div.bp_tooltip
	{
		display: none;
		z-index: 100000;
		margin-top: 2px;
	}
	div.bp_tooltip.small
	{
	    width: 263px;
	}
	div.bp_tooltip.big
	{
	    width: 543px
	}
	div.bp_tooltip table, div.bp_tooltip td, div.bp_tooltip th
	{
	    border-collapse: collapse;
	    padding: 0px;
	    margin: 0px;
	    border: none;  
	}

    td.tt_top_mid
    {
        font-size: 1px !important;
    }
    td.tt_bottom_mid
    {
        font-size: 1px !important;
    }


/*****************************************************************************************************************************************
 * MIDDLE
 */
    div.bp_tooltip table.tt_middle
    {
        width: 100%; 
        border-collapse: collapse;
    }
	div.bp_tooltip td.tt_middle_mid
	{
	    font-size: 12px;
	    line-height: 170%;
	    background: #ffffff;
	    padding: 10px 20px;
	}

   /************************************************************************
    * RIGHT
    */
	div.bp_tooltip.right td.tt_middle_left
	{
	    width: 20px;
	    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_arrow_right.png?ck=@@cache.kill@@') no-repeat center left;
	}
	div.bp_tooltip.right td.tt_middle_right
	{
	    width: 5px;
	    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_right.png?ck=@@cache.kill@@') repeat-y top left;
	}
	
   /************************************************************************
    * LEFT
    */
	div.bp_tooltip.left td.tt_middle_right
	{
	    width: 23px;
	    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_arrow_left.png?ck=@@cache.kill@@') no-repeat center left;
	}
	div.bp_tooltip.left td.tt_middle_left
	{
	    width: 5px;
	    background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_left.png?ck=@@cache.kill@@') repeat-y center left;
	}
	
   /************************************************************************
    * BOTTOM
    */
    div.bp_tooltip.bottom td.tt_middle_right
    {
        width: 5px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_right.png?ck=@@cache.kill@@') repeat-y top left;
    }
    div.bp_tooltip.bottom td.tt_middle_left
    {
        width: 5px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_left.png?ck=@@cache.kill@@') repeat-y center left;
    }

   /************************************************************************
    * TOP
    */
    div.bp_tooltip.top td.tt_middle_right
    {
        width: 5px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_right.png?ck=@@cache.kill@@') repeat-y top left;
    }
    div.bp_tooltip.top td.tt_middle_left
    {
        width: 5px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_side_left.png?ck=@@cache.kill@@') repeat-y center left;
    }

/*****************************************************************************************************************************************
 * TOP
 */
	div.bp_tooltip table.tt_top
	{
	    width: 100%; 
	    height: 11px;
	    padding: 0px;
	    border-collapse: collapse;
	
	}
	
   /************************************************************************
    * RIGHT
    */
    div.bp_tooltip.right td.tt_top_left
	{
	    width: 30px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 15px 0px;
    }
    div.bp_tooltip.right td.tt_top_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: center 0px;
    }
    div.bp_tooltip.right td.tt_top_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px 0px;
    }
    
   /************************************************************************
    * LEFT
    */
    div.bp_tooltip.left td.tt_top_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 0px 0px;
    }
    div.bp_tooltip.left td.tt_top_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top right;
        background-position: center 0px;
    }
    div.bp_tooltip.left td.tt_top_right
    {
        width: 30px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px 0px;
    }
    
   /****************************************************************************
    * BOTTOM
    */
    div.bp_tooltip.bottom table.tt_top
    {
        height: 28px;
    }
    div.bp_tooltip.bottom td.tt_top_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 0px 17px;
    }
    div.bp_tooltip.bottom td.tt_top_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_arrow_bottom.png?ck=@@cache.kill@@') no-repeat top right;
        background-position: center 0px;
    }
    div.bp_tooltip.bottom td.tt_top_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px 17px;
    }

   /****************************************************************************
    * TOP
    */
    div.bp_tooltip.top td.tt_top_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat;
        background-position: 0px 0px;
    }
    div.bp_tooltip.top td.tt_top_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat;
        background-position: center 0px;
    }
    div.bp_tooltip.top td.tt_top_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat;
        background-position: -688px 0px;
    }

/*****************************************************************************************************************************************
 * BOTTOM
 */
	div.bp_tooltip table.tt_bottom
	{
	    width: 100%; 
	    height: 16px;
	    padding: 0px;
	    border-collapse: collapse;
	}
	
   /************************************************************************
    * RIGHT
    */
    div.bp_tooltip.right td.tt_bottom_left
    {
        width: 30px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 15px -10px;
    }
    div.bp_tooltip.right td.tt_bottom_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: center -10px;
    }
    div.bp_tooltip.right td.tt_bottom_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px -10px;
    }
    
   /************************************************************************
    * LEFT
    */
    div.bp_tooltip.left td.tt_bottom_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 0px -10px;
    }
    div.bp_tooltip.left td.tt_bottom_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top right;
        background-position: center -10px;
    }
    div.bp_tooltip.left td.tt_bottom_right
    {
        width: 30px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px -10px;
    }
    
   /************************************************************************
    * BOTTOM
    */
    div.bp_tooltip.bottom td.tt_bottom_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: 0px -10px;
    }
    div.bp_tooltip.bottom td.tt_bottom_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top right;
        background-position: center -10px;
    }
    div.bp_tooltip.bottom td.tt_bottom_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat top left;
        background-position: -688px -10px;
    }


   /************************************************************************
    * TOP
    */
    div.bp_tooltip.top table.tt_bottom
    {
        height: 28px;
    }
    div.bp_tooltip.top td.tt_bottom_left
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat;
        background-position: 0px -10px;
    }
    div.bp_tooltip.top td.tt_bottom_mid
    {
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_arrow_top.png?ck=@@cache.kill@@') no-repeat;
        background-position: center -1px;
    }
    div.bp_tooltip.top td.tt_bottom_right
    {
        width: 12px;
        background: url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/chrome/tooltip/tooltip_background.png?ck=@@cache.kill@@') no-repeat;
        background-position: -688px -10px;
    }

/*****************************************************************************************************************************************
 * CONTENT
 */
 
	div.bp_tooltip td.tt_middle_mid ul
	{
	    float: left;
	    width: 210px;
		padding-top: 0px;
	    margin: 0px;
	}
	div.bp_tooltip td.tt_middle_mid div.header
	{
	    padding-top: 0px;
	    padding-bottom: 8px;
	    font-size: 14px;
	    font-weight: bold;
	}        
	div.bp_tooltip td.tt_middle_mid li
	{
	    padding-top: 6px;
	    font-size: 12px;
	    line-height: 13px;
	}
	

/*****************************************************************************************************************************************
 * CUSTOM
 *
 */

    div.bp_tooltip.non_stackable_tooltip {
       width: 200px
    }
/********************* forms.css ********************/
.service_form h5 {
    margin: 0 0 10px 0;
    padding:0;
}

form fieldset {
    position: relative;
    width:362px;
}

.required {
    color: #ff0000;
    margin-right: 2px;
    margin-left: -5px;
}

/*.required_notice .required {
    margin-right: 0;
}*/

.service_form .required_notice {
    color: #ff0000;
}
.important_notice{
    padding:17px 13px 16px 13px;
    border:1px solid #b7d0e3;
    background:#ebf3fd;
}
.service_form label {
    display: block;
    font-size: 0.75em;
    margin-bottom: 4px;
}
.service_form h3{
    border-bottom:1px solid #cbcbcb;
    padding-bottom:10px;
    margin-bottom:10px;
    margin-top:23px;
}
.service_form h4{
    padding-bottom:8px;
}
.service_form .dealer_name h3{border:0;}
.service_form select {
    margin-bottom: 10px;
}

.service_form input[type="text"],
.service_form input[type="password"] {
    width: 275px;
}

.service_form textarea {
    font-size: 0.75em;
    width: 275px;
    overflow:auto;
}

.service_form .field_submit {
    text-align: right;
}

.service_form .field_submit label {
    display: none;
}

.service_form .field {
    position: relative;
    zoom:1;
}

.service_form .error_container span.error_message {
    display: none;
}

.service_form span.error_container {
    display: none;
}

.service_form span.error_container.error_required, 
.service_form span.error_container.error_format,
.service_form span.error_container.error_confirm ,
.service_form span.error_container.error_province_postal,
.service_form span.error_container.error_vin,
.service_form .required_container_header span.error_container {
    width: 25px;
    height: 25px;
    display: block;
    background: transparent url('http://s3.amazonaws.com/toyota.site.p01/toyota/media/shared/i_error_indicator.png?ck=@@cache.kill@@') no-repeat 50% 50%;
    position: absolute;
    /*top: 11px;*/
    top: 16px;
    left: 285px;
}

.service_form .field_radio span.error_container.error_required, 
.service_form .field_radio span.error_container.error_format,
.service_form .field_radio span.error_container.error_confirm ,
.service_form .field_radio span.error_container.error_province_postal,
.service_form .field_radio span.error_container.error_vin,
.service_form .field_radio .required_container_header span.error_container {
    top: -5px;
}    

.dealer_selector span.error_container {
    top: 0px !important;
    left: 274px !important;
}

.service_form .field_select span.error_container.error_required, 
.service_form .field_checkbox span.error_container.error_required {
    /*top: 0px;*/
    top: 21px;
}

.service_form input[type=text].error_required, 
.service_form textarea.error_required, 
.service_form select.error_required, 
.service_form input[type=text].error_format, 
.service_form input[type=text].error_confirm,
.service_form input[type=text].error_province_postal,
.service_form input[type=text].error_vin {
    border: 1px solid #ff9999;
}

.service_form span.error_message {
    background-color: #FFFACD;
    display: block;
    left: 20px;
    padding: 5px;
    position: absolute;
    top: -6px;
    width: 100px;
}

.help_text,
.disclaimer {
    font-size: 10px;	
}

.help_text {
    margin-top: 0px;		
    margin-bottom: 10px;
}

.disclaimer {
    margin-top: 10px;	
    margin-bottom: 0px;
}

.service_form .field_phone input.area {
    width: 35px;
    margin-right: 10px;
}

.service_form .field_phone input.complete {
    width: 65px;
    margin-right: 10px;
}

.service_form .field_phone input.ext {
    width: 40px;
    margin-left: 10px;
}

.service_form .field_phone span.ext {
    font-size: 0.75em;
}

.service_form .field_postal_code input.part1 {
    width: 35px;
    margin-right: 10px;
}

.service_form .field_postal_code input.part2 {
    width: 35px;
}

.service_form {
    margin-bottom: 15px;
}

.service_form .accordion_panel .required {
    display: none;    
}

.service_form .accordion_panel .field_select span.error_container.error_required {
    top: 0 !important;   
}    

#form_has_error_msg_container {
    margin: 10px 20px;
}

/* #error_panel, div.error, - this is used across the site, not just forms */
#form_has_error_msg_container {
    margin-left: 0;
}

.error_container {
    cursor: pointer;
}

.service_form .dealer_selector fieldset {
    width: 260px;
}
.service_form .dealer_selector .required {
    margin-right: 0px;
}

.show_selected_dealer_details {
    font-size: 11px;
}

/* */
.field_radio {
    margin: 0;
    padding: 2px 0 2px 0;
    height: 16px;
}

.field_radio label , #field_pa_s2_opt_in label {
    margin: 0;
    width: 333px;
}

.field_radio > span {
    display: block;
    float: left;
    height: 15px;
    width: 20px;
    margin-top: 1px;
}

.field_radio span input {
    padding-top: 0;
}

/* */
.service_form select {
    width: 170px;
}

.privacy_notice {
    clear: left;
}

.dealer_selector {
    margin: 20px 0 20px 0;
}

.dealer_selector legend span.required{
    position: absolute;
    left: 0;
}

.service_form .field_submit {
    clear: left;
}

.service_form fieldset > span.error_container.error_required {
    /* radio groups */
    top: 0px;
}

/* add opt in styles on a form by form basis below */
#field_pa_s2_opt_in span.error_container,
#field_cu_opt_in span.error_container,
#field_cr_cd_opt_in span.error_container,
#send_to_dealer_modal #field_ci_sd_opt_in span.error_container,
#field_ci_sf_opt_in span.error_container,
#field_cr_da_opt_in span.error_container,
#field_cr_bt_opt_in span.error_container,
#field_cr_rb_opt_in span.error_container {
    top: 0px;
    left: 291px;
}

/* Don't do display none or hitting enter won't work to submit a form in webkit */
.hidden_submit {
    background:0px;
    border: none;
    margin: 0px;
    padding: 0px;
    height: 0px;
    position: absolute;
    top: -10000px;
    left: -10000px;
}


.submit .action_btn {
    background: -moz-linear-gradient(center top , #5DCCFF 5%, #067AAF 20%, #3BAFE4 75%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#5DCCFF), to(#3BAFE4), color-stop(.25,#067AAF));
    background: linear-gradient(to bottom, #5DCCFF 5%, #067AAF 20%, #3BAFE4 75%);
    border-color: #5DCCFF #3BAFE4 #3BAFE4;
}
.submit .action_btn:hover {
    background: -moz-linear-gradient(center top , #6EDDFF 5%, #078BBF 20%, #4CBFF5 75%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#6EDDFF), to(#4CBFF5), color-stop(.25,#078BBF));
    background: linear-gradient(to bottom, #6EDDFF 5%, #078BBF 20%, #4CBFF5 75%);
    border-color: #6EDDFF #4CBFF5 #4CBFF5;
}
.submit a.action_btn:active{
    background: #424242;
    background: -moz-linear-gradient(center top, #006b9c 5%, #0086b7 20%, #00a1d0 75%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 5%, 0% 75%, from(#006b9c), to(#00a1d0), color-stop(.25,#0086b7));
    background: linear-gradient(to bottom, #006b9c 5%, #0086b7 20%, #00a1d0 75%);
    border-color: #a6a6a6;
    color:#fff;
    outline:none;
}
.submit .action_btn em {
    color: #ffffff;
}

.service_form .required_container_header {
    position: relative;   
} 

/*Captcha Styling*/
#recaptcha_widget,
#jcaptcha_widget {
    background: none repeat scroll 0 0 #ebf3fd;
    border: 1px solid #b6d0e4;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 3px;
    padding: 10px 10px 0px;
    width: 300px;
    clear: both;
    float: left;
}

#jcaptcha_widget {
    width: 282px;	
}

#jcaptcha_image_container {
    width: 100%;	
    background: none repeat scroll 0 0 #ffffff;
}

#jcaptcha_widget img {
	display: block;
	padding-bottom: 0;
	width: 200px;
	margin: auto;
}

form input#recaptcha_response_field,
form input#jcaptcha_response_field {
	border: 1px solid #b6d0e4;
}	

form input#recaptcha_response_field.with_error,
form input#jcaptcha_response_field.with_error {
    border: 1px solid #FF9999;
}

#field_jcaptcha_response_field .error_container {
    left: 295px;	
}

#recaptcha_image,
#jcaptcha_image {
    border: none;
}   

#recaptcha_links,
#jcaptcha_links {
    margin-top: 1px;
    text-align: right;
}

#recaptcha_links a,
#jcaptcha_links a {
    font-size: 11px;
}

#recaptcha_widget span.text,
#jcaptcha_widget span.text {
    padding-left: 0px;
}

#recaptcha_widget .error_container,
#jcaptcha_widget .error_container {
    left: 278px;
}

#recaptcha_widget input[type="text"],
#jcaptcha_widget input[type="text"] {
    width: 270px;
}

/* QAS Styling */
.qas_provide_address_indicator {
    display: inline-block;
    width: 20px;
    vertical-align: top;
}   

.field_qas_select .error_container {
    top: -8px !important;
}

.qas_select {
    clear: both;
    display: block;   
}

.qas_reset {
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;   
}

/* Vehicle Selector Styling */
select.vehicle_selector {
    display: inline-block;
    vertical-align: middle;
}

.vehicle_selection_indicator {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
}

/* CASL checkbox styling */
.casl_optin_intro {
    display: block;
    font-weight: bold;
    padding-bottom: 4px; 
}

.casl_checkbox label {
	margin-left: 30px;
}

.casl_checkbox input[type=checkbox] {
    margin-left: 8px;
}

.opt_in_casl {
    margin-top: 10px;
}
.opt_in_casl,
.opt_in_privacy {
    display: inline-block;
    width: 100%;
}
.opt_in_casl .field_checkbox,
.opt_in_privacy .field_checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}
.opt_in_casl .field_checkbox input {
    float: left;
}
.opt_in_casl .field_checkbox label {
    float: left;
    line-height: 1.3em;
    width: 96%;
}
.opt_in_casl .field_checkbox .required,
.opt_in_privacy .field_checkbox .required {
    left: 0 !important;
    position: absolute !important;
}
.opt_in_casl .field_checkbox .error_container,
.opt_in_privacy .field_checkbox .error_container {
    left: 285px !important;
    top: 4px !important;
}

.accordion_panel.vertical {
    display: inline-block;
    margin-top: 0;
    padding-right: 0;
    vertical-align: top;
    width: 214px;
}

div.vertical.narrow{
    width: 164px;
}

body.fr .accordion_panel.vertical .accordion_panel_header {
	height:28px;
}

body.fr .accordion_panel.vertical .accordion_panel_header.wide {
    height:auto;
}

/** VEHICLES OF INTEREST **/

#vehicles_of_interest_container {
    clear: both;
}

#vehicles_of_interest_container .accordion_panel {
    display: inline-block;
    width: 169px;
    padding-right:0;
    margin-top: 0;
    vertical-align: top;
}
#optional_container #vehicles_of_interest_container .accordion_panel {
    width: 164px;
}
#vehicles_of_interest_container .soon_subhead {
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 10px;
}
#vehicles_of_interest_container .error_container {
    top: -3px;
}

.vin_field input {
    text-transform: uppercase;
}
