*{
text-align:left;
}
body {
text-align:center;
  background: none repeat scroll 0 0 #F8F8F9;
  font-family: arial;
  font-size: 11px;
  line-height: 20px;
  color: #58585a;
}

table, tr, td, th, input, textarea, select {
  font-family: arial;
  font-size: 11px;
  color: #58585a;
}

form {
  padding:0px;
  margin:0px;
}
/********************************************* WRAPPER *****************************************/

#wrapper {
  margin:0 auto;
  width: 980px; /*
  margin-left: -490px;   left: 50%; */
  position: relative;

  margin-bottom: 50px;
}

/********************************************* END WRAPPER *****************************************/

.hidden{display:none !important}

/********************************************* HEADER *****************************************/

#header {
  background: url("../images/interface/header_background.png") no-repeat right;
  height: 90px;
}

#header #logo {
  float: left;
  margin-top: 10px;
}

#header #klant_account {
  float: right;
  width: 350px;
  margin-top: 25px;
}

#header #klant_account .button_container,
#header #klant_account .button_container_active {
  float: right;
  margin-left: 13px;
}

#header #klant_account .button_container span {
  color: #8cc63f;
  text-decoration: underline;
}

#header #klant_account #klant_account_account_button {
  float: left;

}

/********************************************* END HEADER *****************************************/

/********************************************* MENU *****************************************/

#menu {
  height: 83px;
}

#menu #menu_left {
  background: url("../images/interface/menu_left.png") no-repeat;
  width: 8px;
  height: 83px;
  float: left;
}

#menu #menu_body {
  background: url("../images/interface/menu_background.png") repeat-x scroll 0 0 transparent;
  float: left;
  width: 964px;
  height: 83px;

}

#menu #menu_right {
  background: url("../images/interface/menu_right.png") no-repeat;
  width: 8px;
  height: 83px;
  float: left;
}

#menu.with_submenu {
  height: 124px;
}

#menu.with_submenu #menu_left {
  background: url("../images/interface/menu_sub_left.png") no-repeat 0 1px;
  width: 13px;
  height: 124px;
}

#menu.with_submenu #menu_right {
  background: url("../images/interface/menu_sub_right.png") no-repeat 0 1px;
  width: 13px;
  height: 124px;
}

#menu.with_submenu #menu_body {
  background: url("../images/interface/menu_sub_background.png") repeat-x 0 1px;
    height: 124px;
  width: 954px;
}

#menu.with_submenu #menu_body ul {
  height: 49px;
  margin-left: -5px;
}

#menu.with_submenu #menu_body ul.sub_menu {
  height: 43px;
    margin-left: 0px;
}

#menu.with_submenu #menu_body ul.sub_menu li {
  padding-top: 2px;
}

#menu #menu_body ul {
  margin:0px;
  padding:0px;
  list-style: none;
  height: 55px
}

#menu #menu_body ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  font-weight: bold;
}

#menu #menu_body ul li a {
  text-decoration: none;
  color: white;
}

#menu #kruimelpad {
  float: left;
  width: 665px;
}

#menu #kruimelpad ul {
  margin-top: 0px;
  margin-left: 5px;
}

#menu #kruimelpad ul li {
  background: url("../images/interface/square.png") no-repeat scroll 10px 50% transparent;
  padding-left: 24px;
  padding-right: 0;
  padding-top: 0;
  font-weight: normal;
}

#menu #kruimelpad ul li#first {
  background: none;
  padding-left: 5px;
  font-weight: bold;
}

#menu #kruimelpad ul li#last {  
  font-weight: bold;
}

#menu #kruimelpad ul li a {
  color: #58585A !important;
}
/********************************************* END MENU *****************************************/

/********************************************* ZOEKEN *****************************************/
#zoeken {
  float: right;
  width: 289px;

}

#zoeken_container {
  float: right;
  margin-top: -5px;
}

#zoeken_container #zoeken_container_left {
  background: url("../images/interface/zoeken_left.png") no-repeat;
  width: 30px;
  height: 28px;
  float: left;
}

#zoeken_container #zoeken_container_body {
  background: url("../images/interface/zoeken_background.png") repeat-x;
  width: 175px;
  height: 28px;
  float: left;
}

#zoeken_container #zoeken_container_right {
  background: url("../images/interface/zoeken_right.png") no-repeat;
  width: 29px;
  height: 28px;
  float: left;
  cursor:pointer;
}

#zoeken_container #zoeken_container_body input {
  border: 0 none;
  margin-top: 6px;
  width: 170px;
}

/********************************************* END ZOEKEN *****************************************/


/********************************************* CONTENT *****************************************/

#content {
  margin-top: 20px;
}


/********************************************* END CONTENT *****************************************/

/********************************************* LEFT COLUMN *****************************************/

#left_column {
  float: left;
}

#left_column_top,
.left_column_extra_top {
  background: url("../images/interface/left_column_top.png") no-repeat scroll 0 0 transparent;
  color: white;

  height: 29px;
  padding-left: 14px;
  padding-top: 13px;
  width: 202px;
  font-weight: bold;
}

#left_column_body,
.left_column_extra_body {
  background: white;
  padding-left: 19px;
  padding-right: 19px;
  padding-bottom: 10px; 
  width: 178px;
  width: 217px !ie7;
  float: left;
  position:relative;  
}

#left_column_bottom,
.left_column_extra_bottom {
  background: url("../images/interface/left_column_bottom.png") no-repeat scroll 0 0 transparent;
  height: 30px;
  width: 216px;
  margin-bottom: 24px; 
}

#left_column_body #left_column_button_filter,
.left_column_extra_body .button_container_green,
.left_column_extra_body .button_container_green_active {
  float: left;
  margin-bottom: -56px;
  margin-left: 48px;
  margin-top: 20px;
  z-index:99;
  position:relative;
}

/********************************************* END LEFT COLUMN *****************************************/


/********************************************* RIGHT COLUMN *****************************************/

#right_column {
  float: right;
}

#right_column_top {
  background: url("../images/interface/right_column_top.png") no-repeat scroll 0 0 transparent;
  height: 32px;
  padding-left: 14px;
  padding-top: 13px;
  width: 730px;
  font-weight: bold;
}

#right_column_body {
  background: white;
  padding-left: 19px;
  padding-right: 19px; 
  width: 706px;
  float: left;
}

#right_column_bottom {
  background: url("../images/interface/right_column_bottom.png") no-repeat scroll 0 0 transparent;
  height: 13px;
  width: 744px;   
}

/********************************************* END RIGHT COLUMN *****************************************/


/********************************************* LARGE COLUMN *****************************************/

.large_column {
  float: right;
}

.large_column_top {
  background: url("../images/interface/column_large_top.png") no-repeat scroll 0 0 transparent;
  height: 31px;
  padding-left: 14px;
  padding-top: 13px;
  width: 966px;
  font-weight: bold;
}

.large_column_body {
  background: white;
  padding-left: 19px;
  padding-right: 19px; 
  width: 942px;
  float: left;
}

.large_column_bottom {
  background: url("../images/interface/column_large_bottom.png") no-repeat scroll 0 0 transparent;
  height: 13px;
  width: 980px;   
}

/********************************************* END LARGE COLUMN *****************************************/

/********************************************* FOOTER LINKS *****************************************/

#footer_links {
  margin-top:20px;
  margin-bottom:20px; 
}

#footer_links ul {
  list-style: none;
  margin:0px;
  padding: 0px;
  margin-left: 40px;
  float: left;
  width: 134px;
}

#footer_links ul li {
  background: url("../images/interface/square.png") no-repeat scroll 10px 50% transparent;
  padding-left: 24px;
  padding-right: 0;
  padding-top: 0;
  font-weight: normal;
}

#footer_links ul li.title {
  background: none repeat scroll 0 0 transparent;
  color: #8CC63F;
  font-weight: bold;
  padding-left: 9px;
}

#footer_links ul li a {
  color: #58585a; 
}

#footer_links ul#footer_links_about {
  width: 418px;
}

#footer_links ul#footer_links_about li {
  background: none repeat scroll 0 0 transparent;
  padding-left:0px;

}

#footer_links ul#footer_links_about li p {
  margin-top: 0px;
}

/********************************************* END FOOTER LINKS *****************************************/


/********************************************* FOOTER LINKS *****************************************/

#footer {
  background: url("../images/interface/footer_background.png") no-repeat scroll top;
  height: 83px;
  width: 980px;
  padding-top: 11px;
  font-weight: bold;
  
}

#footer #footer_telefoonnummer {
  float: left;
  margin-left: 61px;
  width: 266px;  
}

#footer #footer_ticket {
  float: left;
  margin-left: 61px;
  width: 305px;  
}

#footer #footer_instellingen {
  float: left;
  margin-left: 61px;
  width: 209px;  
}

#footer #footer_copyright {
  margin-left: 127px;
  margin-top: 43px;
  color: #668e32;
  padding-right: 19px;
}

#footer a {
  color: #8CC63F;
}

#footer #footer_copyright a {
  color: white;
  font-weight: normal;
} 


#footer .square {
  background: url("../images/interface/square.png") no-repeat 5px;
  padding-right: 10px;
  margin-right: 10px; 
}

/********************************************* END FOOTER LINKS *****************************************/


/********************************************* SITEMAP *****************************************/

.float_sitemap_column {
  float: left;
  width: 235px;
}

.float_sitemap_column li {
  list-style: none;
}

.float_sitemap_column ul li.sitemap_title {
  margin-left: -20px;
  font-weight: bold;
}

.float_sitemap_column ul {
  margin-left: 20px;
  padding: 0px;
}

/********************************************* END SITEMAP *****************************************/

/********************************************* ASSORTIMENT PRODUCT BOX *****************************************/

.assoriment_product_box,
.assoriment_product_box_last {
  background: url("../images/interface/assortiment_sepa_line.png") no-repeat scroll right;
  width: 172px;
  text-align: center;
  padding-right: 20px;
  float: left;
  margin-top: 5px;  
}

.assoriment_product_box_last {
  padding-right: 0px;
}

.assoriment_product_box .assoriment_product_box_titel,
.assoriment_product_box_last .assoriment_product_box_titel {
  font-weight: bold;
  text-align: center;
}

.assoriment_product_box .assoriment_product_box_afbeelding,
.assoriment_product_box_last .assoriment_product_box_afbeelding {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;  
}



.assoriment_product_box .button_container_winkelwagen,
.assoriment_product_box_last .button_container_winkelwagen,
.assoriment_product_box .button_container_winkelwagen_active,
.assoriment_product_box_last .button_container_winkelwagen_active {
  margin-left: 30px;
}

/********************************************* END ASSORTIMENT PRODUCT BOX *****************************************/

/********************************************* LICHTMETALEN VELGEN ASSORTIMENT PRODUCT BOX *****************************************/

#lichtmetalen_velgen_producten .assoriment_product_box,
#lichtmetalen_velgen_producten .assoriment_product_box_last {
  width: 161px; 
  height: 316px;
}

#lichtmetalen_velgen_producten .assoriment_product_box_last {
  background: none;
}

/********************************************* LICHTMETALEN VELGEN ASSORTIMENT PRODUCT BOX *****************************************/

/********************************************* STALEN VELGEN ASSORTIMENT PRODUCT BOX *****************************************/

#stalen_velgen_producten .assoriment_product_box,
#stalen_velgen_producten .assoriment_product_box_last {
  width: 161px; 
  height: 316px;
}

#stalen_velgen_producten .assoriment_product_box_last {
  background: none;
}

/********************************************* STALEN VELGEN ASSORTIMENT PRODUCT BOX *****************************************/


/********************************************* DETAIL PAGE *****************************************/

#product_details {

}

#product_details #product_details_img {
  float: left;
}

#product_details #product_details_data {
  float: right;
  width: 202px;
}

#product_details_data .title {
  background: url("../images/interface/left_column_top.png") no-repeat scroll 0 0 transparent;
  color: white;
  height: 29px;
  padding-left: 14px;
  padding-top: 13px;
  width: 202px;
  font-weight: bold;
  margin-bottom: 10px;
}

#product_details_data .left {
  padding-left: 20px;
  font-weight: bold;
}

#product_details_data .right {
  padding-right: 20px;
  font-weight: bold;
  color: #8CC63F;
}

#product_details_data .horizontal_line {
  background: none repeat scroll 0 0 #8CC63F;
  height: 1px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-top: 5px;
  width: 162px;
}

#product_details_data .button_container_winkelwagen {
  margin-left: 9px;
}

#banden_overzicht .banden_overzicht_omschrijving {
  width: 278px;
  float: left;
}

#banden_overzicht .banden_overzicht_weertype {
  width: 102px;
  float: left;
}

#banden_overzicht .banden_overzicht_levertijd {
  width: 153px;
  float: left;
}

#banden_overzicht .banden_overzicht_setprijs {
  float: left;
  margin-right: 20px;
  text-align: right;
  width: 55px;
}

#banden_overzicht .banden_overzicht_bestellen {
  width: 98px;
  float: left;
}

#banden_overzicht .banden_overzicht_row_header {
  background: url("../images/interface/right_column_top.png") no-repeat scroll 0 0 transparent;
  font-weight: bold;
  height: 32px;
  padding-left: 14px;
  padding-top: 13px;
  width: 730px;
  margin-left: -18px;
  margin-top: 20px;
}

#product_details #detail_velg_in_winkelwagen {
  margin-top: 50px;
}

#product_details #detail_velg_in_winkelwagen .button_container_winkelwagen_active {
  margin-left: 9px;
}

/********************************************* END DETAIL PAGE *****************************************/

/********************************************* WINKELWAGEN *****************************************/

#map-canvas{
	height: 400px;
	width: 600px;
}

#winkelwagen {
  
}

#tpms_popup{position:fixed;width:600px;height:400px;border:3px solid #8DC446;border-radius:5px;background-color:#FFF;z-index:1000;left:35%;top:25%}
.popup_title{height:35px;line-height:35px;width:98.7%;padding-left:10px;color:#FFF;background-color:#8DC446}
#tpms_popup_content{padding:15px;width:95%;height:95%}

#montagevestiging_extrakosten_popup{
	z-index: 9999;
	background-color: #FFFFFF;
	border: 3px solid #525251;
	padding: 10px;
	position: absolute;
	left: 300px;
	top: -1250px;
}

#montagevestiging_extrakosten_popup_button{
	background-color: #90C848;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 20px;
}

#verzending_box_left, #verzending_box_right{
	float: left;
	border: 2px solid #90C848;
	width: 210px;
	height: 80px;
	text-align: center;
	font-size: 13pt;
	line-height: 20pt;
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.lefttop_corner_green{
	position: absolute;
	width: 5px;
	height: 5px;
	left: -2px;
	top: -2px;
	background: url('../images/interface/lefttop_corner_transparant.png') no-repeat;
}

.righttop_corner_green{
	position: absolute;
	width: 5px;
	height: 5px;
	right: -2px;
	top: -2px;
	background: url('../images/interface/righttop_corner_transparant.png') no-repeat;
}

.leftbottom_corner_green{
	position: absolute;
	width: 5px;
	height: 5px;
	left: -2px;
	bottom: -2px;
	background: url('../images/interface/leftbottom_corner_transparant.png') no-repeat;
}

.rightbottom_corner_green{
	position: absolute;
	width: 5px;
	height: 5px;
	bottom: -2px;
	right: -2px;
	background: url('../images/interface/rightbottom_corner_transparant.png') no-repeat;
}

#verzending_box_left{
	margin: 0px 80px 20px 74px;
}

#verzending_box_left.active, #verzending_box_right.active{
	background-color: #90C848;
	color: #FFFFFF;
}

#verzendwijze_selected_dealer{
	position: absolute;
	border: 3px solid #90C848;
	z-index: 9999;
	top: -1250px;
	left: 150px;
	padding: 10px 20px 20px 20px;
	background-color: #FFFFFF;
	width: 800px;
}	

#verzendwijze_selected_dealer_sluiten{
	float: right;
	font-size: 14pt;
	cursor: pointer;
	color: #90C848;
	font-weight: bold;
}

#verzendwijze_map_left{
	float: left;
	width: 620px;
}

#verzendwijze_map_right{
	float: right;
	width: 180px;
	color: #90C848;
	font-weight: bold;
	font-size: 12pt;
}

#verzendwijze_map_right .verzendwijze_gekozen_dealer{
	font-size: 10pt;
	font-weight: normal;
	color: #58585a;
}

.winkelwagen_row {
  border-bottom: 1px solid #90C848;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#winkelwagen #winkelwagen_row_header {
  font-weight: bold;
  border: 0px;
}

.winkelwagen_row .winkelwagen_cell_afbeelding {
  float: left;
  width: 82px;
}

.winkelwagen_row .winkelwagen_cell_product {
  float: left;
  width: 318px;
}

.winkelwagen_row .winkelwagen_cell_levertijd {
  float: left;
  width: 88px;
}

.winkelwagen_row .winkelwagen_cell_setprijs {
  float: left;
  margin-right: 30px;
  text-align: right;
  width: 70px;
}

.winkelwagen_row .winkelwagen_cell_verwijder {
  float: left
  width: 118px;
}

#winkelwagen #winkelwagen_totaal {
  float: right;
  margin-right: 150px;
  width: 158px;
  margin-bottom: 30px;  
}

#winkelwagen #winkelwagen_totaal .left {
  width: 87px;
}

#left_column_overview_winkelwagen strong {
  color: #89BD44;
}

#left_column_overview_winkelwagen .right {
  text-align: right;
}

#left_column_overview_winkelwagen .right strong {
  color:#58585A;
}

#betaalmethoden ul {
  padding: 0px;
}

#betaal_keuze_ideal {
  background: url("../images/interface/ideal.png") no-repeat scroll 8px 0 transparent;
  height: 62px;
  list-style: none outside none;
  padding-left: 59px;
  padding-top: 3px;
}

#betaal_keuze_bankoverschrijving {
  background: url("../images/interface/bankoverschrijving.jpg") no-repeat scroll 5px 0 transparent;
  height: 40px;
  list-style: none outside none;
  padding-left: 59px;
  padding-top: 5px;
}

#betaal_keuze_creditcard {
  background: url("../images/interface/creditcard.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  list-style: none outside none;
  padding-left: 59px;
  padding-top: 11px;
}

#bestellen_factuuradres {
  width: 350px;
}

/********************************************* END WINKELWAGEN *****************************************/


/****************************************** SELECTED DEALERS ********************************************/
.dealer_box{
	float: left;
	width: 340px;
	margin: 0px 20px 10px 0px;
}

.dealer_box.second{
	margin: 0px 0px 10px 0px;
}

.dealer_box_title{
	background-color: #90C848;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 10pt;
}



#dealer_detail_left{
	float: left;
	width: 220px;
}

#dealer_detail_right{
	width: 485px;
	float: right;
}

.dealer_detail_container{
	margin-top: 15px;
}

/****************************************** END SELECTED DEALERS ********************************************/



/********************************************* ALGEMEEN BUTTON *****************************************/

.button_container,
.button_container_active {
  cursor: pointer;
}

.button_container .button_left,
.button_container_active .button_left {
  background: url("../images/interface/button_left.png") no-repeat;
  width: 4px;
  height: 36px;
  float: left;
}

.button_container .button_body,
.button_container_active .button_body {
  background: url("../images/interface/button_background.png") repeat-x scroll 0 0 transparent;
  float: left;
  font-weight: bold;
  height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}

.button_container .button_right,
.button_container_active .button_right {
  background: url("../images/interface/button_right.png") no-repeat;
  width: 4px;
  height: 36px;
  float: left;
}

.button_container_active .button_left {
  background: url("../images/interface/button_left_active.png") no-repeat;
}

.button_container_active .button_body {
  background: url("../images/interface/button_background_active.png") repeat-x;
}

.button_container_active .button_right {
  background: url("../images/interface/button_right_active.png") no-repeat;
}

.button_container a,
.button_container_active a {
    color: #58585a !important;
}

.button_container_active a {
  text-decoration: underline;
}

/********************************************* END ALGEMEEN BUTTON *****************************************/


/********************************************* WINKELWAGEN BUTTON *****************************************/

.button_container_winkelwagen,
.button_container_winkelwagen_active {
  cursor: pointer;
}

.button_container_winkelwagen .button_left,
.button_container_winkelwagen_active .button_left {
  background: url("../images/interface/button_winkelwagen_left.png") no-repeat;
  width: 4px;
  height: 31px;
  float: left;
}

.button_container_winkelwagen .button_body,
.button_container_winkelwagen_active .button_body {
  background: url("../images/interface/button_winkelwagen_background.png") repeat-x scroll 0 0 transparent;
  float: left;
  font-weight: bold;
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

.button_container_winkelwagen .button_right,
.button_container_winkelwagen_active .button_right {
  background: url("../images/interface/button_winkelwagen_right.png") no-repeat;
  width: 39px;
  height: 31px;
  float: left;
}

.button_container_winkelwagen_active .button_right {
  background: url("../images/interface/button_winkelwagen_right_active.png") no-repeat;
}

.button_container_winkelwagen a,
.button_container_winkelwagen_active a {
    color: #58585a !important;
}

.button_container_winkelwagen_active a {
  text-decoration: underline;
}

/********************************************* END WINKELWAGEN BUTTON *****************************************/

/********************************************* VERWIJDER BUTTON *****************************************/


.button_container_verwijder,
.button_container_verwijder_active {
  cursor: pointer;
}

.button_container_verwijder .button_left,
.button_container_verwijder_active .button_left {
  background: url("../images/interface/button_winkelwagen_left.png") no-repeat;
  width: 4px;
  height: 31px;
  float: left;
}

.button_container_verwijder .button_body,
.button_container_verwijder_active .button_body {
  background: url("../images/interface/button_winkelwagen_background.png") repeat-x scroll 0 0 transparent;
  float: left;
  font-weight: bold;
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
}

.button_container_verwijder .button_right,
.button_container_verwijder_active .button_right {
  background: url("../images/interface/button_verwijder_right.png") no-repeat;
  width: 39px;
  height: 31px;
  float: left;
}

.button_container_verwijder .button_right {
  background: url("../images/interface/button_verwijder_right_active.png") no-repeat;
}

.button_container_verwijder a,
.button_container_verwijder_active a {
    color: #C34646 !important;
}

.button_container_verwijder_active a {
  text-decoration: underline;
}

/********************************************* END VERWIJDER BUTTON *****************************************/

/********************************************* ALGEMEEN BUTTON GREEN *****************************************/

.button_container_green,
.button_container_green_active {
  cursor: pointer;
}

.button_container_green .button_left,
.button_container_green_active .button_left {
  background: url("../images/interface/button_green_left.png") no-repeat;
  width: 5px;
  height: 31px;
  float: left;
}

.button_container_green .button_body,
.button_container_green_active .button_body {
  background: url("../images/interface/button_green_background.png") repeat-x scroll 0 0 transparent;
  color: white;
  float: left;
  font-weight: bold;
  height: 31px;
  padding-left: 17px;
  padding-right: 5px;
  padding-top: 5px;
}

.button_container_green .button_right,
.button_container_green_active .button_right {
  background: url("../images/interface/button_green_right.png") no-repeat;
  width: 25px;
  height: 31px;
  float: left;
}

.button_container_green_active .button_left {
  background: url("../images/interface/button_green_left_active.png") no-repeat;
}

.button_container_green_active .button_body {
  background: url("../images/interface/button_green_background_active.png") repeat-x;
}

.button_container_green_active .button_right {
  background: url("../images/interface/button_green_right_active.png") no-repeat;
}

.button_container_green a,
.button_container_green_active a {
    color: white !important;    
}

.button_container_green_active a {
  text-decoration: underline;
}
/********************************************* END ALGEMEEN BUTTON GREEN *****************************************/


/********************************************* ALGEMEEN SELECT *****************************************/

.select_container {
  height: 28px;
}

.select_container .select_container_left {
  background: url("../images/interface/select_left.png") no-repeat;
  width: 9px;
  height: 28px;
  float: left;
}

.select_container .select_container_body {
  background: url("../images/interface/select_background.png") repeat-x;
  height: 28px;
  float: left;
}

.select_container .select_container_right {
  background: url("../images/interface/select_right.png") no-repeat;
  width: 9px;
  height: 28px;
  float: left;
}

.select_container .select_container_body select {
  border: 1px solid white;
  margin-top: 6px;
  width: 160px;
  
 
}

/********************************************* END ALGEMEEN SELECT *****************************************/


#auto_zoeken_container #auto_zoeken_background_scroller {
  background: none repeat scroll 0 0 #90C848;
  height: 38px;
  left: 0;
  position: absolute;
  top: 25px;
  width: 217px;
}

#auto_zoeken_container strong {
  position:relative;
  z-index: 2;
}

#auto_zoeken_container .select_container {
  z-index: 2;
  position:relative;
}

/********************************************* ALGEMEEN *****************************************/
.clear { clear: both; }
.hidden { display: none; }
a {text-decoration: none; color: #599900;}
a:hover, a.hover {text-decoration: underline;}
.small_padding { display: block; padding-bottom: 5px; padding-top: 5px;}
#banner_front {     margin-bottom: 20px; margin-left: 15px; margin-top: 20px; }
h3 { font-size: 12px; }
h2 { font-size: 13px; }
h1 { font-size: 14px; margin: 0px;}
.left { float: left; }
.right { float: right; }
.horizontal_line {
  background: none repeat scroll 0 0 #8CC63F;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.ul_auto_modellen_float,
.ul_auto_modellen_float ul {
  margin: 0px;
  padding: 0px;
}
.ul_auto_modellen_float li {
  float: left;
  list-style: none outside none;
  margin-bottom: 10px;
  padding-right: 10px;
  width: 225px;
  font-weight: bold;  
}

.ul_auto_modellen_float li ul li {
  margin-bottom: 0px;
  font-weight: normal;
}
.green {color: #8CC63F;}
.error { color: red; }
a img { border: none; }


#test_mode_top {
  background: url("../images/interface/testmode_top_background.png") repeat-x scroll 0 0 transparent;
  height: 38px;
  margin-bottom: -6px;
}

#test_mode_top #test_mode_top_wrapper {
  margin: auto;
  width: 980px;
}

#test_mode_top #test_mode_top_wrapper a {
  color: black !important;
  font-weight: bold;
  padding-right: 20px;
}

#test_mode_top .test_mode_item_show {
  background: none repeat scroll 0 0 white;
  border: 2px solid silver;
  margin: auto;
  padding: 5px;
  position: absolute;
  width: 966px;
  z-index: 999;  
}
 

/********************************************* END ALGEMEEN *****************************************/