/* ########################
     GENERAL STYLING
######################## */ 
html {
	background: #0083c7 url(images/bg_html.png) top left repeat-x;
}
body {
	color: #000;
	font: 80% verdana, arial, sans-serif;
	background: url(images/bg_body.gif) 50% 0% repeat-y;
}
a { color: #000; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

input, select, button, .button, textarea {
	border: 1px solid #888;
	font-size: 1em;
}
button, .button { 
	cursor: pointer; 
	background-color: #eee;
}
.button { padding: 2px; }
button { overflow: visible; }
fieldset { border: none; }
table { width: 100%; }
table th {
	color: #fff;
	background-color: #0083c7;
}
table td {
	padding: 3px 1px;
}

label.as-block {
	display: block;
}
.structural {
	position: absolute;
	left: -9999px;
}
.hide { display: none !important; }
.grey { background-color: #dbdbdb; }
.ventiel { background-color: #bfbfbf; }
.white { background-color: #fff; }
.special { background-color: #c0dcc0; }
.center { text-align: center; }

/* ########################
        HASLAYOUT
######################## */ 
#content-wrap:after,
.pagination:after,
#extended-search:after,
#type-selection:after, 
#specifications:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ########################
        CONTAINER
######################## */ 
#container {
	margin: 0 auto;
	width: 863px;
	padding: 0 12px;
}
#content-wrap {
	padding-top: 1px;
	background: url(images/bg_contentwrap.gif) top right repeat-y;
}


/* ########################
         HEADER
######################## */ 
#header {
	position: relative;
	padding-bottom: 2px;
	border-bottom: 4px solid #0083c7;
	background: url(images/header_onlineshop.png) top right no-repeat;	
}
#header h1 a {
	display: block;
	height: 82px;
	width: 246px;
	text-indent: -9999em;
	background: url(images/header_logo.png) top left no-repeat;
}
#header a {
	color: #000;
}
#help-pane {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 600px;
}
#lang-menu {
	float: right;
}
#lang-menu select {
	font-size: 0.9em;
}
#customer-menu {
	float: left;
	list-style-type: none;
}
#customer-menu li {
	float: left;
	margin-right: 4px;
	padding-left: 4px;
}
#customer-menu a {
	text-decoration: underline;
}
#customer-menu li.customer_name {
	width: 410px;
	margin-right: 2px;
	text-align: right;
}
#cart {
	text-align: right;
	margin-top: 25px;
}

/* ########################
            NAV
######################## */ 
#nav {
	float: left;
	width: 187px;
	padding-top: 2px;
}
#nav li {
	margin-bottom: 3px;
	list-style-type: none;
}
#nav li a {
	display: block;
	padding: 5px 30px 5px 17px;
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	background-color: #0083c7;
}
#nav li a.no-indent { padding-left: 6px; }
#nav li a.bullet-square { background: url(images/bullet-square.gif) 5px 50% no-repeat; }
#nav li a.bullet-arrow { background: url(images/bullet-arrow-white.gif) 5px 50% no-repeat; }
#nav li a.bullet-arrow-blue { background: url(images/bullet-arrow-blue.gif) 5px 50% no-repeat; color: #0083c7;  }
#nav li a.alternate { background-color: #bfbfbf; }
#nav li a.alternate2 { background-color: #66b5dd; }
#nav li a.special { background-color: #c0dcc0; }

/* ########################
         CONTENT
######################## */ 
#content {
	float: left;
	width: 480px;
	padding: 0 4px;
	font-size: 0.85em;
}
.login-page #content {
	width: 100%;
	padding: 0;
	float: none;
}
#content h2 {
	margin-top: 4px;
	font-size: 1.2em;
}
#content h3 {
	margin-top: 3px;
}
#content p {
	margin-bottom: 4px;
	line-height: 1.5;
}

/* ########################
      CONTENT -- LOGIN
######################## */ 
#login-wrapper {
	position: relative;
	min-height: 317px;
	padding: 10px 10px 6px 10px;
	background: url(images/bg_loginform.jpg) top left no-repeat;
}
.login-page #content {	
	padding-top: 124px;
	background: url(images/header_illustration.jpg) top left no-repeat;
}
#language-selection h2 {
	margin: 0 0 5px 0;
	color: #fff;
	font-size: 1em;
}
#language-selection ul {
	list-style-type: none;
}
#language-selection li {
	margin-bottom: 5px;
	line-height: 1;
}
#language-selection li a {
	padding-left: 33px;
	color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
}
#language-selection li.flag-de a { background-image: url(images/flag_de.gif); }
#language-selection li.flag-be a { background-image: url(images/flag_be.gif); }
#language-selection li.flag-en a { background-image: url(images/flag_en.gif); }
#language-selection li.flag-es a { background-image: url(images/flag_es.gif); }
#language-selection li.flag-fr a { background-image: url(images/flag_fr.gif); }
#language-selection li.flag-it a { background-image: url(images/flag_it.gif); }
#language-selection li.flag-nl a { background-image: url(images/flag_nl.gif); }

#login-wrapper address {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 170px;
	color: #fff;
	font: 1.3em arial, helvetica, sans-serif;
	font-weight: bold;
}
#login-wrapper address span {
	display: block;
}
#authenticateByLogin {
	position: relative;
	margin: 5px 0 0 0;
	padding: 4px 0 22px 0;
	width: 255px;
	border: 1px solid #fff;
	border-width: 1px 0;
}
#authenticateByLogin p {
	margin-bottom: 3px;
	line-height: 1.6;
}
#authenticateByLogin label {
	display: block;
	float: left;
	margin-right: 2px;
	width: 11em;
	text-align: right;
	color: #fff;
}
#authenticateByLogin input {
	padding: 1px;
	font-size: 0.9em;
	border: 1px solid #888;
	width: 90px;
}
#authenticateByLogin .footer {
	padding-left: 111px;
}
#authenticateByLogin button {
	padding: 0 5px;
	border: 1px solid #888;
	background-color: #eee;
	font-size: 1em;
}
#lost-password {
	position: absolute;
	bottom: 4px;
	right: 4px;
	color: #fff;
	font-size: 0.8em;
}

/* ########################
     CONTENT -- ACCOUNT
######################## */ 
#account h3 {
	margin: 8px 0 3px 0;
}
#account dl {
	margin-bottom: 5px;
	line-height: 1.4;
}
#account dt {
	clear: left;
	float: left;
	display: block;
	width: 120px; 
}
#account .login-name {
	text-align: left;
}
#account .name {
	text-align: center;
}
p.back {
	margin-top: 10px;
}

/* ########################
     CONTENT -- SEARCH
######################## */ 
#search-form .description {
	padding-bottom: 2px;
}
#search-form p.column-display {
	float: left;
	width: 130px;
}
#search-form p.tire-type-column {
	width: 102px;
}
	p.run-flat-column input {
		margin-left: 10px;
		border: none;
	}
#quicksearch-wrap img {
	border: none;
}
#type-selection, #specifications, #quicksearch-wrap {
	padding: 0 3px;
	clear: left;
}
#specifications {
	border-bottom: 1px solid #0083c7;
	padding-bottom: 4px;
}
#specifications p {
	float: left;
	width: 60px;
}
#specifications p.long {
	width: 80px;
}
#quicksearch-wrap {
	padding-top: 1px;
	border: 1px solid #0083c7;
	border-width: 1px 0;
}
#quicksearch-wrap p {
	margin-bottom: 2px;
}
#quicksearch-hints {
	margin: 0;
	padding: 0 0 0 70px;
	font-size: 0.9em;
}
#vehicle-type { width: 120px; }
#tire-type { width: 95px; }
#speedindex { width: 130px; }

#search-form label {
	margin-bottom: 2px;
}
#search-form .footer {
	position: relative;
	padding: 7px 0 0 0;
	text-align: center;
}
#extended-search {
	margin-top: 5px;
	border-top: 1px solid #0083c7;
}
#extended-search-toggle {
	position: absolute;
	left: 0;
	top: 4px;
}
#extended-search-toggle:active { text-decoration: none; }
#search-form .button {
	margin-right: 4px;
	padding: 0;
	width: 55px;
	text-align: center;
}
#searchresults {
	margin-top: 8px;
	font-size: 0.80em;
}
.product_list {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.product_list th a {
	text-decoration: underline;
}
.product_list tbody .scroll-help {
	height: 350px;
	overflow: scroll;
}
.product_list td {
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}
.product_list td.cell_image img {
	margin-right: 4px;
}
#searchresults .cell_cart input {
	margin: 0;
	padding: 0;
	border: none;
}
.product_list th {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1.1em;
}
.product_list .cell1 { width: 101px; text-align: left; }
.product_list td.cell1 { width: 95px; }

.product_list .cell2 { width: 95px; text-align: left; }
.product_list td.cell2 { width: 88px; }

.product_list .cell3 { width: 100px; text-align: left; }
.product_list td.cell3 { width: 94px; }

.product_list .cell4 { width: 187px; text-align: left; }
.product_list td.cell4 { width: 176px; }

.product_list .cell5 { width: 100px; text-align: left; }
.product_list td.cell5 { width: 95px; }

.product_list .cell6 { width: 64px; text-align: left; }
.product_list td.cell6 { width: 60px; text-align: center; }

.product_list .cell7 { width: 45px; text-align: center; }
.product_list td.cell7 { width: 44px; }

.product_list .cell8 { width: 48px; text-align: center; }
.product_list td.cell8 { width: 45px; }

.product_list .cell9 { width: 55px; text-align: center; }
.product_list td.cell9 { width: 50px; }

.product_list .cell10 { width: 65px; text-align: left; }
.product_list td.cell10 { width: 45px; }

.product_list .cell11 { width: 1px; text-align: left; }
.product_list td.cell11 { width: 1px; }

.product_list th a {
	color: #fff;
}

.product_list .inner-table td a { text-decoration: underline; }
.product_list .inner-table td a:hover { text-decoration: none; }

.shoppingcart-form input, .shoppingcart-form button {
	float: left;
}
.shoppingcart-form button {
	display: block;
	margin-left: 3px;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	background: url(images/cart_white.gif) top left no-repeat;
	border: none;
}
.product_list .quantity {
	width: 20px;
	font-size: 0.9em;
}
.product_list .quantity:focus {
	border: 1px solid #0083c7;
}
.product-amount {
	float: left;
}
.pagination {
	padding-bottom: 4px;
}
.pagination-items {
	float: right;
	list-style-type: none;
}
.pagination-items li {
	float: left;
	margin-left: 4px;	
}
.pagination-items li.current {
	font-weight: bold;
}
.pagination-items li.paginator-dash {
	width: 35px;
}
.pagination-items li.paginator-dash a {
	float: left;
	margin-right: 6px;
}
.pagination-items li a {
	display: block;
	width: 15px;
	padding: 2px;
	color: #fff;
	text-align: center;
	background-color: #0083c7;
}
.pagination-items li.current a {
	text-decoration: underline;
}

/* ########################
    CONTENT -- VENTIELEN
######################## */ 
#ventielen {
	font-size: 0.8em;
}
#ventielen td { padding: 3px 2px; }
#ventielen .list_size { 
	width: 670px;
	text-align: left; 
}
#ventielen .list_per, #ventielen .list_price { text-align: center; }
#ventielen .list_amount {
	width: 45px;
	text-align: right; 
}
#ventielen .shoppingcart-form input,
#ventielen .shoppingcart-form button {
	margin-bottom: -2px;
}

/* ########################
     CONTENT -- CART
######################## */
#shoppingcart h2 {
	margin-bottom: 15px;
}
#shoppingcart table {
	width: 100%;
	font-size: 0.9em;
}
#shoppingcart table th {
	font-size: 1.1em;
}
.product_name { text-align: left; }
.product_amount, .product_pattern,
.product_price, .product_brand {
	text-align: center;
}
#shoppingcart .remove-product {
	padding: 2px 8px;
}
#shoppingcart .product_amount input {
	width: 20px;
	margin-right: 3px;
}
#shoppingcart table .product_options,
#shoppingcart .product_subtotal {
	text-align: right;
}
#prices-total td {
	padding: 7px 4px 7px 0;
	border: 1px solid #0083c7;
	border-width: 1px 0;
	font-weight: bold;
	text-align: right;
}
#order #prices-total td {
	border-bottom: none;
}
#shoppingcart button {
	padding: 0px 5px;
}
#shoppingcart .footer {
	padding-top: 5px;
	text-align: center;
}
#shoppingcart .footer a {
	padding: 1px;
}
#shoppingcart .footer a:hover, #shoppingcart .footer a:focus {
	text-decoration: none;
}

/* ########################
     CONTENT -- HISTORY
######################## */
#history h2 {
	margin-bottom: 14px;
}
#history button {
	margin-left: 4px;
	padding: 0px 4px;
}
.history_order, .history_date,
.history_invoice, .delivery_senddate {
	text-align: left; 
}
.history_invoice a { text-decoration: underline; }
.history_invoice a:hover { text-decoration: none; }
.invoice_payed, .delivery_tracking {
	text-align: right; 
}
.delivery_tracking img { border: none; }
.invoice_date, .invoice_price,
.delivery_invoice, .delivery_reference {
	text-align: center;
}
.delivery_invoice a { text-decoration: underline; }
.delivery_invoice a:hover { text-decoration: none; }

/* ########################
     CONTENT -- ORDER
######################## */
#order h2 {
	margin: 5px 0 10px 0;
}
#order h3 {
	margin: 8px 0 14px 0;
	font-size: 1.2em;
}
#order p {
	margin-bottom: 0;

}
#update-form div {
	margin-bottom: 5px;
	background: #0083c7 url(images/bg_orderform.gif) top right repeat-y;
}
#update-form label {
	display: block;
	float: left;
	width: 124px;
	margin-right: 4px;
	color: #fff;
	text-align: right;
}
#delivery_address_id {
	width: 100%;
}
#delivery-wrap {
	padding-bottom: 2px;
	background-color: #0083c7;
}
#update-form input, #update-form textarea {
	width: 340px;
}
#update-form input.short {
	width: 160px;
}
#update-form p {
	padding: 2px;
	clear: left;
}
#delivery-per-wrap {
	border-top: 4px solid #fff;
}
#continue-order {
	border-top: 1px solid #0083c7;
	text-align: center;
}
#continue-order button {
	margin-top: 5px;
	padding: 0px 15px;
}
#order .footer {
	padding-top: 5px;
}
#tmp-order-message {
	padding-bottom: 5px;
	display: none;
}

/* ########################
          ASIDE
######################## */ 
#aside {
	width: 186px;
	float: right;
}
#aside address {
	margin-bottom: 10px;
	line-height: 1.3;
}
#aside address span {
	display: block;
}
#aside address acronym {
	font-weight: bold;
	border: none;
}
#customer-info {
	padding: 7px 8px 0 8px;
	font-size: 0.85em;
}
#customer-info h2 {
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: bold;
}
#customer-info address {
	font-style: normal;
}
#customer-info-phone,
#customer-info-email {
	margin-top: 10px;
}
#customer-info-email {
	font-size:9px;
}

#extra-price-block {
	color: #fff;
	padding: 7px 0px 7px 8px;
	margin-bottom: 10px;
	background-color: #66b5dd;
	font-size: 0.85em;
}
#extra-price-block h2 {
	margin-bottom: 7px;
}
#extra-price-block p {
	clear: left;
	margin-bottom: 4px;
}
#extra-price-block label {
	display: block;
	float: left;
	width: 7em;
}
#close-calculator {
	margin-right: 67px;
}

/* ########################
          FOOTER
######################## */ 
#footer {
	clear: both;
	height: 38px;
	margin-top: 3px;
	padding: 4px 0;
	border-top: 4px solid #0083c7;
	background: url(images/bg_footer.png) 50% 50% no-repeat;
}
.login-page #footer {
	height: 32px;
	margin: 0;
	border: none;
	background: url(images/bg_login_footer.png) top left repeat-x;
}

.error { color: #ff0000; }














/* CSS Document */
/*html, body { margin: 0px; padding: 0px; }
form { margin: 0px; padding: 0px; }
p {margin: 7px 0; }
#framework { width: 1000px; margin: 0px auto; }

a { color:#fff;text-decoration:underline; }
a:hover { text-decoration: none; }
body, html { font-size: 0.9em; line-height: 1.8em; color: #3F3F3F; font-family:Verdana,Arial,Helvetica,sans-serif,Tahoma; }
a img { border: 0px; }
h1 { font-size: 1.2em; margin: 10px 0; }
table { width: 100%; }
table.debugTable { width: auto; }
th { text-align: left; padding: 3px; }
td { padding: 3px; }

.left { float: left !important; }
.right { float: right !important; }
.clear { clear: both; //overflow: expression( this.innerHTML ? this.style.overflow : 'hidden' ); //height: expression( this.innerHTML ? this.style.height : '0px' );}
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }
.full { width: 100%; }
.half { width: 50%; }
.spacer { overflow: hidden; height: 10px; }
.strong { font-weight: bold; }
.pointer { cursor: pointer; }

.input_field {height: 15px; border: 1px solid #AAA;}
.button { height: 20px; border: 1px solid #AAA; background: #CCC; }

.filter_value_select { float:left; margin-right:4px;}
.filter_button{ height: 20px; border: 1px solid #AAA; background: #CCC; margin-top: 23px;float:left; }

#header { border: 1px solid #000; margin: 5px 0; background: #ECECEC; }
#logo { float: left; margin: 10px 0 10px 10px; }
#help-pane { float: right; margin: 10px 10px 0 0; }
#customer-menu { float: right; list-style: none; margin: 0; padding: 0; margin-top: 4px; }
#customer-menu li { float: left; padding: 0 5px; border-left: 1px solid #000; height: 15px; line-height: 1.1em; }
#customer-menu li.customer_name { border-left: none; margin-right: 20px; }
#customer-menu li.first { border-left: none; }
#lang-menu { float: right; margin-left: 20px; }
#lang-menu select { width: 80px; height: 20px; border: 1px solid #AAAAAA; margin: 0; padding: 0; font-size: 0.9em; }
#cart { float: right; width: 170px; border: 1px solid #000; height: 38px; background: #ccc; padding-top: 12px; text-align: center; margin-top: 10px; }
#cart a { display: block; height: 100%; }

#main-menu { border: 1px solid #000; margin: 5px 0; height: 25px; padding: 5px 10px; background: #ECECEC; }
#search-box { float: right; }
#main-menu-list { list-style: none; margin: 0; padding: 0; margin-top: 5px; }
#main-menu-list li { float: left; padding: 0 5px; border-left: 1px solid #000; height: 15px; line-height: 1.1em; }
#main-menu-list li.first { border-left: none; }

#footer { border: 1px solid #000; margin: 5px 0; height: 25px; padding: 5px 10px; background: #ECECEC; }


#top-row { float: left; width: 568px; margin-right: 5px; padding: 5px; border: 1px solid #000; }
#right-menu-deldo {
border:1px solid #000000;
float:left;
margin-right:5px;
padding:5px;
width:200px;
}


#left-col { float: left; width: 170px; margin-right: 5px; padding: 5px; min-height: 300px; border: 1px solid #000; }
#right-col { float: right; width: 170px; margin-left: 5px; padding: 5px; min-height: 300px; border: 1px solid #000;}
#content { min-height: 400px; float: left; margin-left: 187px; }
.menu_box { float: left; width: 195px; height: 100px; border: 1px solid #000; text-align: center; margin: 0 5px 5px 0; }
.menu_box a { display: block; height: 100%; }
.menu_box a:hover { background: #ECECEC; }

.left_menu_deldo {width:189px;height:25px;color: #fff;padding-left:5px;padding-top:3px;margin-bottom:11px;font-weight:bold;text-decoration:none;font-size11px;}

.centered { text-align: center;}
.login_box { margin: auto; text-align: left; width: 250px; margin-top: 150px; }
.inloggen { width: 230px; }
fieldset { padding: 10px; }
.spacer_top { margin-top: 20px; }
.text_field { height: 18px; border: 1px solid #aaa; font-size: 1.0em; }
/*.button { height: 20px; border: 1px solid #aaa; font-size: 1.0em; }*/
/*.productpreview { padding 10px 5px; border-top: 1px solid #000; }
.showmyprice { margin-bottom: 10px;}
.pagination { height: 40px; }
.pagination ul { float: right; margin: 0; padding: 0; list-style: none; }
.pagination li { padding: 7px 0; float: left; padding-right: 6px; list-style: none;color:#000; }
.pagination li a{ color:#000; }
.pagination li.current { font-weight: bold; }

.product_list .cell1 { width: 20px; }
.product_list .cell3 { width: 106px; }
.product_list .cell4 { width: 75px; }
.product_list .cell5 { width: 50px; }
.product_list .cell_quantity { width: 30px; }
.product_list .cell_cart { width: 30px; }
.product_list select { width: 100px; }
.product_list tr.grey { background: #ECECEC; } 
.product_list tr.blue { color: #fff;background: #0083c7; } 
.product_list tr.blue { color: #fff;background: #0083c7; } 
.product_list tr.white { background: #FEFEFE; } 
.product_list td { border-top: 2px solid #fff; }

.sub_menu_title { background: #CCC; padding: 0 3px; }
.sub_menu_catalog { margin: 0; padding: 0; list-style: none; background: #ECECEC; }
.sub_menu_catalog li { padding: 0 3px; }
.sub_menu_catalog .selected { font-weight: bold; }
.important { color: #ff0000; }

.shopping_cart .cell2 { width: 60px; }
.shopping_cart .cell2 input { width: 40px; }
.shopping_cart .cell3 { width: 60px; }
.shopping_cart .cell4 { width: 60px; }
.shopping_cart .cell5 { width: 50px; }

.list tr.grey { background: #ECECEC; } 
.list tr.white { background: #FEFEFE; } 
.list td { border-top: 2px solid #fff; }

.form_popup_item_title { width: 120px; }
.form_popup_input { width: 200px; }
.form_popup_input_day { width: 40px; }
.form_popup_input_month { width: 40px; }
.form_popup_input_year { width: 80px; }

.item_title { width: 120px; margin: 0px 0; }
.item_value { margin: 0px 0; }

.order_steps { list-style: none; }
.order_steps li { float: left; margin-right: 20px;  }

.order_preview { border: 1px solid #000000; }

.filters { padding: 10px; background: #ECECEC; margin-bottom: 10px; }
.filters ul {list-style: none;}
.filter_value { float: left; width: 100px;  }
.selected_value { }

.global_filters_block { padding: 5px; min-height:90px; }
.global_filters_block select { width: 150px; }

.global_filters_block input {width: 60px;}

.get_price_hover { cursor: pointer; }
.cell_image { width: 22px; }*/