@charset "UTF-8";

#main div.middle h1.flash{
	margin-left: 50px;
}
#main div.middle .titlepic {
	margin-left: 50px;
	margin-bottom: 5px;
	float: left;
}
.car_configurator #tabs_selector {
   float: none;
   height: 23px;
  	width: 400px;
   overflow: hidden;
   background: url(../../images/layout/public/tabs_horizontal_selectors_background.png) top left repeat-x;
   margin: 0 0 10px 436px;
   padding: 0 5px;
}
.car_configurator #tabs_selector.right {
    float:right;
	 width: auto;
    margin: 0 30px 10px 0;
}
.car_configurator #tabs_selector li {
   display: inline;
   width:auto;
   background: none;
}

.car_configurator #tabs_selector li a {
   display: inline;
   width: auto;
   padding: 3px 7px;
   border: 1px solid #d5d5d5;
   border-bottom: none;
   background: none;
}

.car_configurator #tabs_selector li a.active {
   background: #fff;
   border-right: 1px solid #d5d5d5;
   border-top: 1px solid #d5d5d5;
   color: #ffa800;
}

.car_configurator .tabs { padding: 0; }

.car_configurator .tabs_content { padding: 0; }

.box.car_configurator .top {
   background-position: bottom left;
   overflow:hidden;
   height: auto;
}

/*
====================================================================================================
=== CAR CONFIGURATOR CONTENT =======================================================================
====================================================================================================
*/
.configurator_left_col{
	width: 425px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.shadowed{
	background: url(../../images/layout/public/tabs_selectors_background.png) repeat-y;
   background-position: 390px top;
   width: 100%;
   overflow: hidden;
}
.configurator_right_col{
   float:right;
   width: 390px;
   padding: 0 10px;
}
.configurator_right_col p{
	width: 390px;

}
.car_configurator h3{
	margin-bottom: 5px;
}
.car_configurator p{
	font-size: 12px;
	line-height: 17px;
	color: #5d5d5d;
	margin-bottom: 3px;
}
.car_configurator .info{
	color: #5d5d5d;
   line-height:17px;
	clear: both;
	padding: 15px 10px 0 0;
}

.car_configurator .info a{
   color: #ffa800;
   clear: both;
}

.car_configurator .info a:hover {
	color: #ff7e00;
	text-decoration: underline;
}

.car_configurator label{
	float: left;
	padding: 0 14px 0 0;
	font-size: 12px;
	color: #6a6a6a;
}
.car_configurator cfg input,
.car_configurator cfg select{
 	display: block;
 	margin: 5px 0;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.car_configurator .eco-label{
  width: 76px;
  line-height: 19px;
  height: 19px;
  color: #fff;
  background: url(../../images/layout/public/configurator/arrow_label.gif) top right no-repeat;
  padding-right: 15px;
  margin: 0 10px 0 0;
  text-align: right;
  float:left;
}
#main .middle a.call_to_action {
   width: 98px;
   height: 26px;
   margin:10px 51px 20px 51px;
   display: inline;
}
/*
===============================================
=== LARGE MEDIUM BOXES ========================
===============================================
*/

.box.large { width: 857px; margin: 0 auto; }

.box.large .top { background: url(../../images/layout/public/box/medium_large_top.png) bottom left no-repeat; }

#main .box.large .middle {
   background: url(../../images/layout/public/box/medium_large_middle.png) top left repeat-y;
}

.box.large .bottom { background: url(../../images/layout/public/box/medium_large_bottom.png) top left no-repeat; }


#main .car_configurator.box .middle {
   padding: 0 9px;
   width: 839px;
}

.car_configurator .footer {
   background: url(../../images/layout/public/box/footer_background.png) top left repeat-x;
   clear:both;
   background-color: #f8f8f8;
   margin: 15px 0 -11px 0;
   padding: 15px 0;
   position: relative;
   width: 100%;
}

.car_configurator .footer .content { padding: 0 0 0 20px; }

.car_configurator .footer select, input {
	margin: 5px 0 0 0;
	padding: 2px;
}

.car_configurator .footer option {
	padding: 0 2px 0 2px;
}


.car_configurator .bottom { margin: 0; }

.car_configurator .footer .bottom {
   height: 8px;
   position: absolute;
   bottom: 0;
   padding: 0;
   overflow: hidden;
   background: none;
}

.car_configurator .footer .bottom .corner_right,
.car_configurator .footer .bottom .corner_left {
   height: 8px;
   width: 7px;
   display: block;
   background: url(../../images/layout/public/box/corners.png) no-repeat;
}

.car_configurator .footer .bottom .corner_right {
   float:right;
   background-position: top left;
}

.car_configurator .footer .bottom .corner_left {
   float:left;
   background-position: top right;
}
/*
===============================================
=== TABLE DISPLAY =============================
===============================================
*/

table.display { margin: 7px auto; }

table.display a { color: #5d5d5d; }

table.display a:hover { color: #ffa800; }

table.display th,
table.display td {
    padding: 3px; 
	line-height: 17px;
}

table.display.stripped td{
	padding: 5px 5px;
}
table.display td.first{
	padding-left: 5px;
}
table.display thead th {
   border-bottom: 1px dotted #383937;
   background-color:#fff;
}

table.display td {
 	border-bottom: 1px dotted #aaaaaa;
	color: #5d5d5d;
 }

/*
default borders override
*/
table.display tr.ab td{
 	border-bottom: 1px dotted #aaaaaa;
 	border-top: 1px dotted #aaaaaa;
}
table.display tr.bt td{
 	border-top: 1px dotted #aaaaaa;
 	border-bottom: 0;
}
table.display tr.bb td{
 	border-bottom: 1px dotted #aaaaaa;
 	border-top: 0;
}
table.display tr.nb td {
 	border-bottom: 0 ! important;
 	border-top: 0 ! important;
}
table.display tr.ab th{
 	border-bottom: 1px dotted #383937;
 	border-top: 1px dotted #383937;
}
table.display tr.bt th{
 	border-top: 1px dotted #383937;
 	border-bottom: 0;
}
table.display tr.bb th{
 	border-bottom: 1px dotted #383937;
 	border-top: 0;
}
table.display tr.nb th {
 	border-bottom: 0 ! important;
 	border-top: 0 ! important;
}

table.display tr.pack td {
   color: #707070;
   font-size: 11px;
   padding-top: 1px;
}

table.display td .comment {
   color: #707070;
   display: block;
   font-size: 11px;
   padding-left: 20px;
   padding-top: 1px;
	font-style: italic;
}

table.display tr.pack td.first {
   text-align: right;
   padding-left: 20px;
   width: 10px;   
}

table.display.stripped td {
	border-left: 1px solid #d5d5d5
}

table.display.stripped td.first {
	border-left: none;
}

table.display td.nolb{
	border-left: none;
}

table.display td.grey{
	color: #dfdfdf;
 }

tr.total td {
    color: #2f6f8a;
}
 
/*
===============================================
=== Seach and roteer button ===================
===============================================
*/
.links{
	margin: 0 auto;
   width: 380px;
}
.button_simple{
	height: 27px;
   width: 100px;
   line-height: 23px;
   background: url(../../images/layout/public/configurator/button_simple.png) no-repeat;
   text-align: left;
   padding: 3px 0 0 25px;
   float: left;
   overflow: hidden;
   display:block;
}
.search{
   background: url(../../images/layout/public/configurator/button_simple_search.png) no-repeat;
}
.back{
   background: url(../../images/layout/public/configurator/button_simple_back.png) no-repeat;
   padding: 3px 13px 0 12px;
}
.rotate{
   background: url(../../images/layout/public/configurator/button_simple_rotate.png) no-repeat;
}

/*
===============================================
=== Color selection ===========================
===============================================
*/

.color_select{
	clear:both;
   padding: 10px 0;
   width: 100%;
   overflow:hidden;
}

.color_select h2{
	line-height: 17px;
   border-top: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
   float:left;
	width: 155px;
}

.color_select .col_1{
	line-height: 17px;
	float:left;
   width: 595px;
   padding: 8px 0px 8px 16px;
}
.color_select .col_2{
	width: 285px;
   padding: 8px 16px;
   float:left;
}
.color_select .color_big{
	margin-right: 5px;
	border: 1px;
    border-style: solid;
    border-color: #dddddd;
}
.color_select .col_3{
	float:left;
	width: 290px;
   border-left: 1px solid #dddddd;
   padding: 0 0 0 10px;
}
.color_select .color_group{
	float: right;
}
.color_group img{
	margin: 0 1px;
}

.tooltip {
  background-color: #efefef;
  border: solid 1px #8f8f8f;
  padding: 3px 3px;
}

/* stock box on finalize */
.stockpreview 
{
    margin: 10px;
    padding: 10px;
    background-color: #dddddd;
    width: 500px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
