/* global reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td  {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} :focus {outline:0;} body {line-height:1;color:black;background:white;} ol,ul {list-style:none;} table {border-collapse:separate; border-spacing:0;} caption,th,td {text-align:left;font-weight:normal;} blockquote:before,blockquote:after,q:before,q:after {content:"";} blockquote,q {quotes:"" "";}
/* global classes */
.f-left {float: left;} .f-right {float: right;} .clear {clear: both;} .hidden {display: none;} .relative { position: relative; } .align-center {text-align:center; }
/* start style */
body { text-align: center;	background: url('../images/bodyBg3.png') repeat-x;
 }
/* fonts */
body, tr, th, td, input, select, textarea {
font: normal 11px/14px Arial, Verdana, sans-serif;
}

select { padding: 2px; border: 1px solid #ccc; margin: 1px}
input {margin: 3px 0;}
input[type=file] { border: 0; padding: 4px 2px;}
input[type=image] { border: 0; padding: 2px;}
textarea { padding: 2px; border: 1px solid #ccc; margin: 1px}

ol {	list-style-type: decimal;list-style-position: outside; margin: 0 0 0 25px;	}
em, i { font-style: italic; }
b, strong, .bold { font-weight: bold; }
h1,h2,h3 { font-weight: bold; color: #000; font-size: 12px; margin: 0 0 14px; }
.notransform { text-transform: none; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
hr {border-color:#d7dee4; }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.dialog-message-content {padding: 6px; margin-bottom: 20px; text-align: center; font-weight:bold;}
.dialog-headertext { margin: 2px; padding: 5px; margin-bottom: 15px; }
.search-form { border: 1px solid #e0e0e0; padding: 10px; }
.search-form td { padding: 2px; }
.search-result { line-height: 33px; font-size: 14px; }
.bg-highlight, 
.dialog-headertext { background-color: #f7f7f7; }
.mod-text-header { margin: 0 0 15px; }

.ErrorMessage { color: #ff1010; }
.Error { color: #ff4949; font-weight:bold; }
td.SubHeader { font-weight: bold; padding: 0 0 5px 0; }
td.SubHeaderGrey { font-weight: bold; padding: 5px 0; }

.TableHead td { font-weight: bold; padding: 0 0 5px 0; }

.horizontallist li { float: left; list-style: none;}
.imagelist li { padding: 0 23px 0 0; }
.imagelist .last { padding-right: 0; }
.last-in-row { margin-right: 0 !important; }
h1,.dialogheader { font-weight: bold; font-size: 13px; }
/*h4 {	background: #f1f1f1; height: 27px; font-weight: bold; padding: 0 5px; line-height: 27px; color: #000;	}*/
h4 img { vertical-align: middle; }

/*********** Layout ***********/

/* container */
.container {	
    position: relative; 
    width: 996px;
    margin: 0 auto; 
    text-align: left; 
}
/* headermenu */
.headermenu {
	float:left;	
	width:100%;
	height:43px;
	line-height:43px;
	margin:0 0 10px 0;
}
.headermenu ul {
    float:right;
    margin-right: 7px;
}
.headermenu ul li {
    float: left; padding: 0 10px;
}
.headermenu ul li:first-child {
    border: 0;
}   
.headermenu ul li a {
	display: block;
	color: #555;
	text-decoration: none;
} 
.headermenu ul li a:hover {
	color: #0d4d8b;        
    text-decoration:underline;
}
.headermenu .item {
float:right;
margin:5px 20px 0 0 
}

/* header */
.header {
	height: 172px;
}
/* logo */
.logo { 
    float:left;	
    width: 295px; 
    height: 100px;
	margin:0px 0 0 ;
}    
/* topmenu */
.topmenu { }

.topmenu ul li {
	float: left;
	padding-left: 2px;
}
.topmenu ul li a {
	display: block;
	padding: 5px 35px 0 0;
	color: #fff;
	text-decoration: none;
    font-weight:bold;
    display: block;
}
.topmenu ul li a:hover {
	color: #E2001A;        
    text-decoration:none;
}

/* navbar */
.navbar {
height: 41px;
text-transform: uppercase;
font-size: 11px;
overflow: hidden;
}

.navbar ul li {
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
.navbar ul li.last-item {
	float: right;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 41px;
	/*background: url('../images/telephone.png') no-repeat left center;*/
	padding-left: 22px;
}

.navbar ul li.last-item img {
	position: relative;
	top: 2px;
}
.navbar, .navbar a {	color: #fff; text-decoration: none;}

	 
	
.header-USPS {
	position: relative;
	float: left;
	margin: 0px 0 0 150px;
	height: 119px;
}

.header-USPS .item {
position: relative;
text-transform: uppercase;
font-size: 10px;
color: #161616;
height: 30px;
margin-bottom: 6px;
}

.header-USPS .item b,
.header-USPS .item strong {
	font-size: 11px;
}

.header-USPS .item span.icon {
	position: absolute;
	left: -30px;
	top: 4px;
}

.basket { float: right; width: 258px; padding: 0; line-height: 15px ; text-align:right; text-transform: uppercase;}
.basket a { text-decoration: none; color: #555; }
.basket a:hover { text-decoration: underline; color: #0d4d8b; }
.basket a.cart-items { display: block; height: 25px; vertical-align: top; color: #000;}
.basket a.cart-items > div { width: 50%;}
.basket a:hover.cart-items { text-decoration: none;}

.search { float: right; padding-top: 11px; width:258px; position: relative; z-index: 999; margin: 30px 0 0;}
.search .search_icon img { float: right; }
.search input { padding: 4px 5px; border: 1px solid #ccc; height:20px; color: #999; margin: 0; float: left; width:215px;}
.search input:focus { color: #555; }

.langselect { float: right; padding:0 0 0 30px;color:#fff;font-size:18px; line-height:21px;background: url('../images/telephone.png') no-repeat left 0px;}
.langselect img {margin: 3px 0 0 4px; border: 2px solid transparent}
.langselect .active_lang { border: 1px solid #999; }

.main-wrapper {}
.main {	clear: both; margin: 15px 0 0 0;}

.breadcrumbs { clear: both; margin: 0 0 20px 10px; font-size: 10px; font-weight: normal; color: #555; }
.breadcrumbs a { color: #555; }  

/* columns */
.leftcol { float: left;	width: 180px;}
.leftcol a, .rightcol a {	text-decoration: none;}
.leftcol a:hover, .rightcol a:hover {	text-decoration: underline;}

.rightcol {	float: right; width: 150px; }

/* dialogs */
.menublock { margin: 0 0 10px 0; line-height: 16px; border: 1px solid #e0e0e0;}
.menublock h4 {
background-color: #414043;
text-align: center;
min-height: 20px;
font-weight: bold;
padding: 0 7px;
line-height: 16px;
font-size: 12px;
padding: 12px 0 8px;
color: #FFF;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.02em;
}

.contentblock {	line-height: 16px; border-top: none; margin-bottom: 10px; }

h1,.dialogheader {
	line-height:30px;
    color: #E2001A;
	font-size: 12px;
	/*font-family: 'Open Sans', sans-serif;
	font-weight:800;letter-spacing:-0.02em;*/
	text-transform:uppercase;
	
	margin:0 0 0 10px;
}	


h1#product-title {
margin: 0;
font-size: 12px;
font-family: Arial;
}

.menucontent { padding: 5px 5px 10px 5px; }
.menucontent ul { list-style: square outside; margin: 0 0 0 14px;	}
.USPS .menucontent ul { list-style: none outside; margin: 0 0 0 5px;}
.USPS .menucontent ul li {
background: url('../images/accept.png') no-repeat left 3px;
padding: 3px 0 3px 25px;
line-height: 14px;
} 
.menucontent ul li {/*padding-left: 5px;*/	}
.menucontent img{width:170px; height:auto;}
   
.maincontent { float: left; width: 806px; margin: 0px 0px 20px 10px; }
.maincontent-flc { width: 996px; margin: 0 auto; }

.menublock-categories .menucontent { padding: 0;}

.content {padding: 10px 0 10px 10px; }

/* static pages */

#static-page { }
#static-page .content ul {list-style: disc outside; margin: 10px 0 10px 25px;	}
#static-page .content ol {list-style: decimal outside; margin: 10px 0 10px 25px;}

#login input.logintextfield {	width: 145px; margin-bottom: 5px;}
.login-field { width: 75px;}

/* help menu */

ul.help-list li { list-style: square outside; margin: 0 0 6px 14px;	}

/* footer */
.footer { clear: both; color: #555; border-top: 1px solid #000; padding-bottom: 15px;width:100%; background:#E5E5E5;}
.footer-inner {  width: 996px;clear: both; color: #555;  margin:0 auto;text-align:left;}

.footer-column { float:left; width: 195px; margin: 20px 0; line-height: 20px;}
.footer-column ul li img {vertical-align:middle; padding-right: 5px;}

.footer a { color: #555 }
.footer input { color: #555 }
.footer-column b {color:#414043; font-family: 'Open Sans', sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:-0.02em; font-size:13px;
}
.news-subscribe {  }     
    
.footermenu {position: relative; }
.footer ul li a {text-decoration: none;	}
.footer ul li a:hover {	text-decoration: underline;}

.subfooter { clear: both; }
.subfooter ul li {float:left; padding: 0px 10px; border-right: 1px solid #e0e0e0;}
.subfooter ul li:first-child { padding-left: 0}
.subfooter ul li:last-child { padding-right: 0; border-right: 0;}
.subfooter .subfooter-links { float: left;}
.subfooter .copyright { float: right;}
		
/*********** Productlist ***********/

/*.searchresult-page-nav td, 
.searchresult-sort-nav
{ 
	padding: 3px 5px 0 0; 
}
/*
.NavigationCell { padding: 0px 3px;}
.NavigationCellSel { padding: 0px 3px; font-weight: bold;}
*/
/*
.SearchSortCell { padding: 0 0 0 5px;}
.SearchSortLink { padding: 0 0 0 10px;}
*/
.searchresult-navigation-bottom { border-top: 1px solid #e0e0e0; margin-top: 10px; padding-top: 10px;}
.searchresult-navigation-top{ border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; padding-bottom: 10px;}

.searchresult-sort-nav td { padding: 4px 2px; }
.searchresult-sort-nav td a { text-decoration: none; }
.searchresult-sort-nav td a:hover  { color: #0d4d8b; text-decoration: underline }

.page-nav-container { display: inline-block; }
.page-nav a { padding: 0px 7px 0px 5px; text-decoration: none; border-right: 1px solid #999; }
.page-nav a:hover  { color: #0d4d8b; text-decoration: underline }
.page-nav .page-active { font-weight: bold; padding: 0px 7px 0px 5px; text-decoration: none; border-right: 1px solid #999; }
.page-nav .nav-last { border-right: 0px; }
.page-nav a.per-page {border:0;} 

/*unused?
.productlist-nav { height: 26px; }
.productlist-page {	margin: 0 auto;	text-align: center;}
*/


.content ul.productlist {	clear: both; list-style: none; margin: 0; padding: 0;}
ul.productlist li {
     border: 1px solid #E0E0E0;  
	float: left;
	width: 189px;
	margin: 0 10px 10px 0;
	text-align: center;
		-webkit-box-shadow: inset 0px 0px 12px #E5E5E5;
	-moz-box-shadow:    inset 0px 0px 12px #E5E5E5;
	box-shadow:         inset 0px 0px 12px #E5E5E5;
}
ul.productlist li:hover {
    border: 1px solid #e0e0e0;
}
ul.productlist li.productlist-first-in-row { clear: both; }
ul.productlist li.productlist-last-in-row { margin-right: 0; }

.productlist h2 { height: 30px;  background:#000;padding:10px 6px;margin:0px;}
.productlist h2 a { text-decoration: none;font-size: 13px;color: #fff; font-weight:normal;}
.productlist h2 a:hover { text-decoration: underline}
.productlist-thumb {position: relative; 
	width: 170px;
	height: 170px; 
	margin: 0 auto;
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
	padding:12px;
	}
.productlist-thumb img {max-width: 170px;max-height:170px;width:auto; height:auto;display:block;margin:0 auto;}
/*.productlist-taxedprice { margin: 10px 0; }*/
.productlist-prices { margin:0 0 10px 0; text-align: center;font-family: 'Open Sans', sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:-0.02em;}
.productlist-listprice { text-decoration: line-through; padding-right: 5px;}
.productlist-price {	font-weight: bold;  font-size: 16px;color:#E2001A }
.productlist-details { display: block; clear: left; }
/* unused??
.productlist-resultpages {float: left;margin-bottom: 10px;}
.productlist-resultpages ul li {float: left;padding: 0 5px;	margin-right: 3px;border: 1px solid #e0e0e0;}
.productlist-resultpages ul li.descr {border: none;}
.productlist-resultpages ul li.act {font-weight: bold;background-color: #e0e0e0;}
.productlist-orderby {float: right;}
.productlist-orderby ul li {float: left;padding: 0 5px;	margin-right: 3px;}
.productlist-orderby ul li.act {font-weight: bold;}
*/

/*********** End: Productlist ***********/

/*********** Productlijst 1 on row ***********/
/*reset li*/
ul.productlist li.full-width { clear: both; width: auto; float: none; text-align: left; border: none; padding: 0; margin: 0; display: block;}
ul.productlist li.full-width h2 { height: auto; }
ul.productlist li.full-width { margin: 0 0 10px; padding: 0 0 10px 0; border-bottom: 1px solid #e0e0e0; }
li.full-width .productlist-thumb { position: relative; width: 150px; height: auto; float: left; margin: 0 10px 0 0;}
li.full-width .productlist-info { float: left; width: 635px;}
li.full-width .productlist-descr { margin: 10px 0;}
li.full-width .productlist-thumb img {	width: 150px; height: auto; }
li.full-width .productlist-listprice { text-decoration: line-through;}
li.full-width .productlist-price { font-weight: bold; font-size: 12px; }
li.full-width .productlist-details { display: block; clear: left; margin: 0 0 10px; }

/*********** End: Productlijst 1 on row ***********/

/*********** Productdetail ***********/

#productdetail {	position: relative;}
#productdetail h2 { margin: 20px 0;font-weight: bold;font-size: 12px;}
#productdetail ul {list-style: square inside;}
#productdetail-leftcol {float: left;width: 350px;}
#productdetail-rightcol { float: right; width: 400px; }

.productdetail-thumb { width: 350px; position: relative; text-align: center; }
.productdetail-thumb img { max-width: 300px; height: auto; }
.productdetail-thumb .MagicToolboxContainer img { max-width: none; }

.detailed_images a { text-decoration: none;}
ul#det-images {clear: both;list-style: none; margin: 0; padding: 0; }
ul#det-images li {float: left; padding: 3px;}

#product-info { float: left; }
#product-info li { margin-left: 14px;}

.productdetail-table { }
.productdetail-table td {	vertical-align: middle; padding: 0 3px 3px 0; color: #444; }

.productdetail-lbl {	font-weight: bold;font-size: 14px;}
#product_price {  font-size: 24px; line-height: 26px; }
.product-listprice {	text-decoration: line-through;}

table.wholesale {	border-collapse: collapse; border:2px solid#e0e0e0;}
.wholesale td {	border: 1px dashed #e0e0e0; padding: 5px;}
.wholesale td.wholesale-prices { background: #f7f7f7;}
.wholesale-tax-note td {font-size: 10px; padding: 5px;}

.add-to-cart { margin: 15px 0; padding: 10px 0; width: 100%; border: 1px solid #e0e0e0; border-left: 0; border-right: 0;}
.add-to-cart td.quantity { width: 20%;}

.product-fulldescr {	clear: both;}

td.productdetail-field { padding-right: 10px;}

/* unused??
.discount-img {	position: absolute;	top: 0;	right: 0;	margin-top: 5px;	margin-right: 5px;	width: 57px;	height: 57px;	background: transparent url(../../images/save_money.gif) no-repeat;}
.discount-img div {	position: relative;	padding: 25px 0 0 13px;	color: #fff;font-weight: bold;}
.product-buy {float: right;}
.product-buy input {background-color: #ff8f00;color: #fff;	font-weight: bold;	width: 100px;height: 30px;}
*/

/*********** Menu addons ***********/

/*********** End: Menu addons ***********/

/*********** Cart ***********/
.cart-items-wrapper { margin-bottom: 10px; }
.cart-items-wrapper th {text-transform:uppercase; font-weight: bold; padding-bottom: 5px;}
.cart-items-wrapper td {vertical-align: middle;}
.cart-items-wrapper td.td-center {text-align:center}
.cart-items-wrapper th.th-center {text-align:center}
.cart-items-wrapper td.td-right {text-align:right}
.cart-items-wrapper th.th-right {text-align:right}
.cart-item  {position: relative; clear: both;padding: 10px 0;border-bottom: 1px solid #e0e0e0;}
.cart-thumb {	
	width: 50px;
	/*height: 100px;
	overflow: hidden;*/
	/*border: 1px solid #e0e0e0;*/
}
.cart-thumb img {width: 50px; height: auto; margin: 5px 20px 5px 0;}
.cart-product-info { }
.cart-quantity {width: 200px; padding-right: 50px;}
.cart-product-price {width: 80px;}
.cart-product-add {width: 180px}
.cart-remove { width: 85px;}
.cart-buttons { float: right; margin-top: 10px; text-align: right; margin-top: 10px; }

.cart-coupon { border: 1px solid #e0e0e0; background: #f7f7f7; padding: 10px; width: 300px;}
.cart-coupon form { margin-top: 10px;}
.cart-coupon .content, .cart-coupon .contentblock {padding:0; margin:0;}

.cart-totals-wrapper { float:left; border: 1px solid #e0e0e0; border-left:0; border-right:0; width: 986px; margin-bottom: 20px; padding: 15px 0;}
.cart-totals { text-align: right; }
.tbl-cart-totals { float: right; }
.tbl-cart-totals td { line-height: 20px; }
.tbl-cart-totals-methods td {padding: 0 5px 5px 0; vertical-align: top;}
.tbl-cart-totals-methods {padding-bottom: 5px;}
.totals-line-seperator { border-bottom: 1px solid #555; padding: 4px 0}
td.tbl-label { padding: 0 2px 0 0; vertical-align: middle;}
td.tbl-value {text-align: right; padding: 0 0 0 5px;}
.totals-label, .totals-value { font-weight: bold; font-size: 15px; }
td.totals-label, td.totals-value { line-height: 36px; }
/*********** End: Cart ***********/

/*********** Checkout ***********/

.payment-methods td {padding: 0 15px 10px 0;}

/*********** End: Checkout ***********/

/* Minicart */
hr.minicart {
  border: 0 none;
  border-bottom: 1px solid #d7dee4;
  padding: 0;
  height: 0;
}

/* Orders history */
.orders-history td { padding: 8px; border-bottom: 1px solid #e0e0e0; }
.orders-history th { padding: 9px 7px; font-weight: bold; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f7f7f7; width: 25%;}
.orders-history .align-right { text-align: right; }

.order-info td { padding: 5px; }
.order-info td.order-info-total { font-weight: bold; font-size: 12px; }
.order-info td.table-no-padding { padding: 0; }

/* My account box */
.accountbox { width: 33%; margin-right: 2px; float: left; }
.accountbox-last { margin: 0; float: right; }
.accountbox h3 { padding: 0px 0 5px 0; border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; width: 90%;}

/* subtitles */
.subtitle { padding: 5px 0 3px 0; font-weight: bold; border-bottom: 1px solid #ccc; font-size: 13px; }

/*********** Buttons ***********/
.adv_button { margin: 0 0 0 1px; }
a.adv_button {
	font-family: 'Open Sans', sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:-0.02em;
	background: #d0d0d0 url('../images/button_bg.png') repeat-x;
	color: #444;
    font-size: 10px;
	padding: 4px 6px;
	border: 1px solid #999;
	text-decoration: none;
	font-weight: bold;
	line-height: 34px;
    text-transform: uppercase;
}
a.adv_button:hover { text-decoration: none; color: #414043; }
.cart-item a.adv_button {
    padding: 2px 5px;
    line-height: 20px;
    background: #fff none;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #E5E5E5;
	color: #000;
}
.cart-item a.adv_button:hover {}
.big-button .adv_button { padding: 8px 12px; font-size: 14px; color: #fff; margin:0; text-transform: uppercase; background:#E2001A ; border: 1px solid #E5E5E5;}
.big-button .adv_button:hover, a.buynow-button:hover { color: #414043;}

a.buynow-button { background: #fa6a2e url('../images/bigbutton_bg.png') repeat-x; border: 1px solid #444; color: #fff;}

/*********** End: buttons ***********/

.leftcol ul li, .rightcol ul li {	line-height: 20px; }

/* categories */
.categories .menucontent ul { margin: 0; padding: 0; list-style: none none;}
.categories .menucontent ul li { margin: 0;line-height:22px; border-bottom: 1px solid #eee;}

.categories .menucontent ul li.special_category {
	background: #DCFCB9;
	box-shadow: inset -7px -6px 19px 1px #A1F948;
}
.categories .menucontent ul li:last-child { margin: 0;line-height:22px; border-bottom: 0}
.categories .menucontent ul li a {
background: none;
display: block;
padding: 3px 3px 3px 12px;
text-decoration: none;
font-size: 11px;
} 
.categories .menucontent ul li a:hover { background: #E5E5E5;}
.categories .menucontent ul li a.active-cat { background: #E5E5E5;}

.categories .menucontent ul li ul {margin: 5px 0 5px 12px; border-left: 2px solid #E5E5E5;}
.categories .menucontent ul li ul li { border: 0; margin: 0;}
.categories .menucontent ul li ul li a { background: none; display: block; padding: 0; padding-left: 10px; margin: 0;font-family: Tahoma, Verdana, sans-serif;font-weight:100;font-style:normal;text-transform:none;letter-spacing:-0em; }
.categories .menucontent ul li ul li a:hover { background: #E5E5E5;}

/* Subcategories page */
.subcategorylist li { float: left; padding: 20px; }
.subcategorylist h2 {font-weight: bold;}
.maincat-descr {	margin-bottom: 10px;}
.maincat-icon {	float: left; padding: 0 10px 10px 0;}

/* forms */
	.formtable { width: 100%;}
	.formtable-auto{ width: auto;}
	/*.formtable td { padding: 3px 0; }*/
	.formtable td { padding: 3px 5px 3px 0; text-align: left; }
	.formtable .RegSectionTitle { padding: 15px 0 0 0; font-weight: bold; }

	/*.FormButton { padding: 10px 10px 0 0; font-weight: bold;}*/
	.FormButton { /*font-weight: bold;*/ vertical-align: middle; }
	.Star, .star { color: #ff0000; padding: 0 4px;display:inline-block; }

	/* contactform */
	.contactform {  float: left; padding: 0; width: 410px; }
	.contact-info { float: left; line-height: 20px; padding: 0 0 0 20px; width: 265px; border-left: 1px solid #d7dee4; }
	.contact-map { margin-top: 10px; }

	/* register form */
    .register-box {border: 1px solid #e0e0e0; padding: 15px; margin-bottom: 15px;}
    .register-box table {width: 100%;}   
    .register-box .register-field {width: 25%; height: 18px;}
    .register-box .register-value {width: 73%;}
    .register-box .register-address {width: 450px;}
    .register-box .register-address td {padding-right: 2px;}               
    .register-box .star { }    
    .register-box .register-newslists td {padding: 4px;}
    .register-box .register-newslists .newslists-checkbox {width: 1%;}                              
    .register-box .subtitle { padding: 0 0 7px 0; margin-bottom: 12px; font-weight: bold; border-bottom: 1px solid #e0e0e0; font-size: 11px; }  

/* end: forms */

/* modules */
/* products in menu -- */
.menucontent ul.menuproducts, .menucontent ol.menuproducts  { list-style: none; margin: 0 10px; }
.menuproducts li { list-style-type: none; border-bottom: 1px solid #e0e0e0;}
li.menuproducts-with-img { padding: 10px 0; }
li.menuproducts-with-img img { width: 115px; height: auto; }
.menuproducts-content {}
/*-- end: products in menu */


/* small products horizontal list */
.mod-products-horizontal { list-style-type: none; }
.mod-products-horizontal li {
float: left;
margin: 0 2px 0 0;
width: 129px;
border: 1px solid #CCC;
text-align: center; 
}

.mod-products-thumb { position: relative;  height: 150px; overflow: hidden; }
.mod-products-thumb img { max-width: 130px; position: absolute; bottom: 0; left: 0;} /* display width given if set in module settings */
.mod-products-name { min-height: 60px; }
.mod-products-name a { text-decoration: none; }
.mod-products-name a:hover { text-decoration: underline; }
/*-- end: small products horizontal list */


/* Manufacturer-- */
.manufacturerdetail { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #e0e0e0; }
.manufacturer-thumb-fullwidth { width: 100%; clear: both; }
.manufacturer-descr-fullwidth { width: 100%; clear: both; }
.manufacturer-thumb { float: left; padding-bottom: 10px;}
.manufacturer-descr { float: left;}
	/* unused?
	li.man-with-img { margin-bottom: 15px; }
	li.man-with-img .man-content { }
	*/

.manufacturers-list-col { float: left; }
.manufacturers-list	li { font-size: 14px; text-transform: uppercase; line-height: 24px; }
.manufacturers-list	li a { text-decoration: none; }
.manufacturers-list	li a:hover { text-decoration: underline; }
	
	
/*-- end Manufacturer */

/* Product Bundle Module styles */
.product-bundle { margin-top: 15px;}
.product-bundle li { list-style: none; clear: both;float:left;margin-bottom:15px;}
.product-bundle-thumb {float: left; padding: 0 10px 15px 0}
.product-bundle-title {float: left;}
.product-bundle-title a {font-weight: bold;text-decoration: none;}
.product-bundle-title a:hover h3{text-decoration: underline;}
.product-bundle-options {margin-bottom: 5px;}
.product-bundle-options h4 {	text-transform: uppercase; margin-bottom: 3px; border-bottom: 1px solid #e0e0e0; }
/* End: Product Bundle Module styles */

/* Social Bookmarking module */
.social-bookmarks { text-align: right; padding:10px; }
/* End: Social Bookmarking module */

/* Customer reviews module */
.review-stars {color: #767676;margin-bottom:5px;}
/* End: Customer reviews filter module */

/* RMA module */
.orders-return-products td { padding: 8px; border-bottom: 1px solid #e0e0e0; }
.orders-return-products th { padding: 9px 7px; font-weight: bold; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f7f7f7;}
.orders-return td { padding: 8px; vertical-align:middle; }
.rma-options table td { border: 0; padding: 0px;}
/* End: RMA module */

/* Guestbook module */
table.guestbook { width: 100%; }
.guestbook .gb-message { padding: 3px 0px 10px 3px;}
.guestbook .gb-all {padding-top: 10px; border-top: 1px solid #e0e0e0; text-align: center;}
.guestbook .gb-all a {color: #555;}
/* End guestbook module */

/* News Management module */
table.news { width: 100%; }
.news .news-message { padding: 3px 0px 10px 3px;}
.news .news-all {padding-top: 10px; border-top: 1px solid #e0e0e0; text-align: center;}
.news .news-all a {color: #555;}
/* End News Management module */

/* Tag Cloud module */

.tagcloud {	text-align: justify; border: 1px solid #e0e0e0; padding: 6px 10px;}
.tagcloud a { color: #333;}
.cloud_1 { font-size: 22px; line-height: 28px; }
.cloud_2 { font-size: 20px; line-height: 24px; }
.cloud_3 { font-size: 28px; line-height: 22px; }
.cloud_4 { font-size: 16px; line-height: 20px; }
.cloud_5 { font-size: 14px; line-height: 18px; }
.cloud_6 { font-size: 12px; line-height: 16px; }

.cattag-page { width: 656px; margin: 0 auto; text-align: center; }
ul.cattag-list { clear: both; list-style: none; margin: 0; padding: 0; }
ul.cattag-list li { border: 1px solid #e0e0e0; float: left; display: inline; width: 186px; margin: 0 10px 10px 0; padding-left: 0; text-align: center; }
ul.cattag-list li.productlist-first-in-row { clear: both; }
ul.cattag-list li.productlist-last-in-row { margin-right: 0; }
ol#tag_manufacturers { list-style-type: none; margin-left: 0; padding-left: 0; }
ol#tag_sp{ list-style-type: none; margin-left: 0; padding-left: 0; }

li.sp-content { }
.see-more-url{ }

/* end Tag Cloud module */

/* Facebook Comments Box module */
.fb-comments {margin-top: 20px;}
/* end Facebook Comments Box module */

/* Newest products module */

.productlist-newicon { position:absolute; top: 0; left: 0; }
.productlist-newicon img{ width: auto; height: auto; }
li.full-width .productlist-newicon { position:absolute; top: 0; left: 0; }
li.full-width .productlist-newicon img{ width: auto; height: auto; }

/* end Newest products module */

/* Special offers module */

.productlist-offericon { position:absolute; top: 0; left: 0; }
.productlist-offericon img{ width: auto; height: auto; }
li.full-width .productlist-offericon { position:absolute; top: 0; left: 0; }
li.full-width .productlist-offericon img{ width: auto; height: auto; }

/* end Special offers module */

div#sitemap ul { list-style: none;  margin: 0 0 10px 10px; }

.KlarnaMonthCost { color: #f00; font-weight: bold; font-size: 10px;}

/* fast lane checkout / snelle kassa */
.flc-checkout-progress { margin: 0 0 15px 0; }
h1.flcheader { margin: 10px 0; }
/*.FLCDialogCell { width: 50%; } unused?*/
.contentblock-flc{ width: 330px; margin-top: 15px; }
/*
.contentblock-flc h1 { background: #f1f1f1; margin-bottom: 0;}
.contentblock-flc .content { height: 150px; }
*/

.contentblock-flc-login { float: left; margin-right: 15px; border-right: 1px solid #d7dee4;} 
.contentblock-flc-newaccount { float: right; } 


.flc-step-bar { width: 100%; border: 1px solid #999; height: 15px; }
.flc-step-bar td { padding: 2px 10px; background: #f7f7f7;}
.flc-step-bar .flc-stepdone {
background: #34D800;
}
.flc-step-bar .flc-stepactive { background: #e0e0e0;}

.flc-step-text { width: 100%; height: 20px; text-transform: uppercase;}
.flc-step-text td { padding: 5px 10px; text-align: center;}
.flc-step-text .flc-stepdone a { font-weight: bold; text-decoration: none; }
.flc-step-text .flc-stepactive { font-weight: bold; }

.flc-methodbox { }
.flc-methods { width: 400px;}
.flc-methods td { padding: 10px 4px; border-bottom: 1px dotted #e0e0e0; vertical-align:middle;}
.flc-nextbutton { text-align: right; }

.checkout-accountbox { width: 33%; margin-right: 2px; float: left; }
.checkout-accountbox-last { margin: 0; float: right; }

.cart-subtotal { text-align: right; border: 1px solid #e0e0e0; border-left:0; border-right:0; padding: 10px; }
.cart-subtotal table { float: right; margin-right: 110px;}
.cart-subtotal table td { vertical-align: top; }
.cart-subtotal .FormButton { font-weight: bold; }
.cart-subtotal .subtotal { font-weight: bold; font-size: 15px; line-height: 36px;}
.cart-subtotal .discounted-subtotal { line-height: 26px;}

#fast_lane_buttons { float: right; margin-bottom: 10px;}
.fast_lane_back { background-color: #fff;}
.fast_lane_back:hover {}

/* end: fast lane checkout / snelle kassa */

/* gift certificates / kadobonnen */
	/*
	.gc-leftcol { float: left; width: 375px; }
	.gc-rightcol { float: left; width: 355px; }
	*/
	.mod-leftcol { float: left; padding: 0; padding-right: 20px; width: 45%;}
	.mod-rightcol { float: left; line-height: 20px; padding: 0 0 0 20px; width: 45%; }

	.mod-border-right { border-right: 1px solid #d7dee4; margin-right: -1px;}
	.mod-border-left { border-left: 1px solid #d7dee4; margin-left: -1px;}
	
	.gc-checkexist { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #d7dee4; }
	.mod-seperator { margin-top: 15px; padding-top: 15px; border-top: 1px solid #d7dee4; }

/* end: modules */
.terms-conditions-note { margin: 10px 0; text-align: center; }
.checkout-notes { text-align: left; padding: 0 10px; line-height: 20px;}
.checkout-notes-textarea { width: 100%; } 
.checkout-submit { text-align: center; }

.cart-details-table { width: 100%; padding: 10px;}
.cart-details-table .TableHead { text-transform:uppercase;}
.cart-details-table td, .cart-details-table th { padding: 8px 5px; }

#next-prev {padding-bottom: 30px;}
.prev_prod {color: #555555; text-decoration: none;}
.next_prod {color: #555555; text-decoration: none;}
.prev_prod:hover {color: #555555; text-decoration: underline;}
.next_prod:hover {color: #555555; text-decoration: underline;}
/* Zoeksuggesties */
#quicksearch {
	position:relative;
}
.quicksearch_container {
	z-index:8;
	position:relative;
}
.hide {
	display:none;
}
.suggestcontainer {
	border:1px solid #E0E0E0;
	box-shadow:2px 5px 5px #999;
}
.suggestionsBox {
    position: absolute;
	width: 280px;
	top:24px;
	left:0;
    background-color: #fff;
    color: #ffffff;
	z-index: 999; 
	background:1px 2px 5px #999999;
}
.main-search-list > li {
	padding:5px 0;
	margin-bottom:1px solid #E0E0E0;
    cursor: pointer;
    color: #000;
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.main-search-list > li:hover {
    background-color: #EBE3E3;
	 color: #000;
}
.suggestion_image {
	float: left; 
	width: 70px;
	height:50px; 
	text-align:center;
}
.suggestion_image img {
	max-width:50px;
	max-height:50px;
}
.suggestion_text {
    text-align: left;
    width:  200px;
    float:  right;
}
#search-more {
	background: #F7F7F7;
	text-transform: uppercase;
}
#search-more a {
	text-decoration:none;
	display:block;
	padding:5px;
	text-align:center;
}
#search-more:hover {
	background:#ccc;	
}
/* uitgebreide versie */
.main-search-list-extended > li {
	padding:5px;
	margin-bottom:1px solid #E0E0E0;
    cursor: pointer;
	position:relative;
    color: #000;
    list-style: none;
    border-bottom: 1px solid #E0E0E0;
}
.main-search-list-extended > li.quicksearch_active {
    background-color: #EBE3E3;
}
.quicksearch_title_extended {
}
.quicksearch_foldout {
	width:250px;
	padding:10px;
	border:1px solid #E0E0E0;
	position:absolute;
	left:278px;
	top:-1px;
	background:#fff;
	box-shadow:2px 5px 5px #999;
	z-index:9;
}
.quicksearch_foldout h5 {
	padding:0px;
	font-size:16px;
	margin-bottom:20px;
}
.quicsearch_container_extended {
	float:right;
	width:110px;
}
.suggestion_image_extended {
	float:left;
	width:130px;
	border:1px solid #E0E0E0;
}
.suggestion_image_extended img {
	max-width:130px;
	max-height:150px;
}
.quicksearch_see_details_extended {
	padding:5px;
	text-align:center;
	float:right;
	font-weight:bold;
}
#afterpay_terms{
    position: relative;
    top: 5px;
    margin-right: 10px;
}


.rightcol_home{float:right;width: 189px}
.usp_product {
	border:1px solid #ccc;
	background:#e4e4e4;
	float:left;
	left:157px;
	font-size:11px;
	z-index:0;
	top:38px;
	color:#000;	
}
.usp_product ul{
padding:20px 10px;
    list-style: none inside none !important;
}
.usp_product li {
    background: url("../images/vinkje-w.png") no-repeat scroll left top transparent;
    line-height: 16px;
    padding-left: 18px;
}


.txt_welcome {
	margin: 20px 0px;
	line-height: 18px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

.kiyoh-widget {
	padding: 1px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-top: 5px;
}

.lbl_product_post_nl {
text-align: right;
margin-top: 10px;
position: absolute;
bottom: 5px;
right: 0;
}

/*paymentlogos*/

.payment-logos {
	float: right;
	margin: 20px 0px;
}
.payment-logos a {
	margin-right:10px; 
	display: block;
	float:left;
	background: url(../images/sprite_msp.png) no-repeat;
} 
.payment-logos a:last-child {margin-right: 0;}


	a.ideal{ width:33px; height:24px; background-position: 0px -76px; }
		a.ideal:hover { background-position: 0px -10px; }
		
	a.afterpay {width: 79px;height: 24px;background-position: -39px -76px;}	
		a.afterpay:hover { background-position: -39px -10px; }

	a.mastercard{ width:39px; height:23px; background-position: -128px -76px; }
		a.mastercard:hover { background-position:-128px -10px; }

	a.visa{ width:41px; height:24px; background-position: -177px -76px; }
		a.visa:hover { background-position: -177px -10px; }

	a.meastro{ width:39px; height:24px; background-position: -227px -76px }
		a.meastro:hover { background-position: -227px -10px; }

	a.bancontact{ width:40px; height:24px; background-position: -276px -76px; }
		a.bancontact:hover { background-position: -276px -10px; }
		
	a.paypal{ width:38px; height:24px; background-position: -323px -76px; }
		a.paypal:hover { background-position: -323px -10px; }
