@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color: #FFFFFF;
	background-image: url(../images/topbg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	background-position: top;*/
}

.view-by a { color:#FF0000;}
.view-by a:hover { color:#FF0000; text-decoration:none;}
.view-by a.active { color:#FF0000;}
.view-by a:hover.active { color:#FF0000; text-decoration:none;}

.prijs { position:relative;  text-align:left; clear:both;}
.add-to-cart-box .prijs { height:30px}
.left-list { float:left; padding-left:3px; padding-right:5px; text-align:center; width:61px; text-align:left;}

.right-list { float:right; padding-right:3px;}

.adresgegevens { position:absolute;
	right:300px;
	font-size:11px;
	line-height:16px;
	top:60px;
	width:150px;
	text-align:right;
}
	.adresgegevens fieldset
	{
		float:right;
		width: 100px;
	}
	.adresgegevens fieldset legend
	{
		display:block;
		font-weight:bold;
		margin-bottom:4px;
		color:#000;
		
	}
	.adresgegevens fieldset label
	{
		display:block;
		float:right;
		clear:both;
		height:15px;
		width:65px;
	}



#main_wrapper {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headerwrapper {
	float: left;
	width: 1000px;
	position: absolute;
	padding: 0px;
	left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
}

#search_wrapper {
	float: right;
	width: 713px;
	height: 36px;
	border: 1px solid #cccccc;
}

.leftbx {
	background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 150px;
	width: 242px;
	background-position: left top;
	margin-left:23px;
}
#left {
	float: left;
	width: 265px;
	margin-top: 183px;
}

.leftbx_nav {
	float: left;
	width: 100%;
	border: 1px solid #3d4d5d;
	margin-top:25px;
	height:auto;
}
.side_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 25px;
	}
#cart {
	background-image: url(../images/cart_bg.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 93px;
	width: 270px;
	margin-top: 53px;
	border: 1px solid #cccccc;
	background-color: #E3E3E3;
	margin-right: 10px;	
}
.cartheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}


#mid {
	float: left;
	width: 467px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#innner_right {
	float: right;
	width: 230px;
	margin: 10px 0 10px;
}

/*#right {
	float: right;
	width: 725px;
	margin-top: 183px;
	margin-left: 10px;
}*/
.rightbx {
	float: left;
	width: auto;
	margin:0;
}

.rightbx_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 25px;
	padding-top: 25px;
}

.midbx {
	background-image: url(../images/mid_content_barbg.jpg);
	background-repeat: repeat-x;
	float: left;
	min-height:131px;
	height: auto;
	width: 480px;
	background-position: left top;
	border: 1px solid #3d4d5d;
	background-color: #FFFFFF;
}
.midbx_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c9452e;
	margin-top: 10px;
	margin-left: 10px;
}
.midbx_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-left: 0px;
	margin-top: 25px;
	font-weight: bold;
	float: left;
	min-height:131px;
	height: auto;
	width: 440px;
	padding:0 20px 20px 20px;
	
}


#mid .midbx .right {
	background-image: url(../images/mid_contentbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:131px;
	height: auto;
	margin: 0px;
	float: right;
	width: 480px;
}

/*#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 289px;
	margin-top: 62px;
}*/

#logo img { padding-top:2px;}

#searchbar_left {
	background-image: url(../images/alle4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 36px;
	width: 124px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.checkout-onepage-index #searchbar_left, .checkout-cart-index #searchbar_left, .checkout-cart-succes #searchbar_left, .checkout-cart-failure #searchbar_left {
	float: left;
	height: 36px;
	width: 125px;
	border:0px;
	background-image: url(../images/greybar_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.checkout-cart-succes .main button.form-button{
	background:transparent url(../images/updatecart_btn_geel.gif) no-repeat scroll 0 50%;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-weight:normal;

	margin-bottom:6px;
	margin-left:5px;
	vertical-align:middle;
	}

.breadcrumb {
	font-family: arial;
	/*font-size: 12px;
	font-weight: bold;
	color: #000000;*/
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:34px;
	
}

.breadcrumb a { 
	font-size:10px;	}

.breadcrumb td { vertical-align:middle; padding-top:2px;}

#searchbar {
	background-image: url(../images/greybar_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 36px;
	width: 283px;
	position:relative;
}


#searchbar_right {
	background-image: url(../images/searchbar_bg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	float: right;
	height: 36px;
	width: 290px;
}

a {
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #c9292a;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	/*font-size: 22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0c688d;
	padding-top: 25px;
}


h2 {
	font-size: 22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0c688d;
	padding-top: 25px;
	/*font-size: 18px;
	color: #FFFFFF;
	margin: 0px;*/
}
h3 {
	/*font-size: 13px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;*/
}

#footer-sh {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 965px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #cccccc;
	height: 52px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	
	}

.footercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	padding-top: 0px;
}

.footercontent a.sprite-abn { background-position: -313px 0; width:77px; margin-right:12px;} 
.footercontent a.sprite-beshop { background-position: -756px 0; width:65px; margin-right:12px;} 
.footercontent a.sprite-fortis { background-position: -390px 0; width:43px;margin-right:12px;} 
.footercontent a.sprite-iDeal { background-position: -79px 0; width:33px;margin-right:12px;} 
.footercontent a.sprite-ing { background-position: -576px 0; width: 78px;margin-right:12px;} 
.footercontent a.sprite-postbank { background-position: -501px 0; width:75px;margin-right:12px;} 
.footercontent a.sprite-rabo { background-position: -654px 0; width:47px; margin-right:12px;} 
.footercontent a.sprite-sns { background-position: -433px 0; width:68px; margin-right:12px;} 
.footercontent a.sprite-thuiswinkel-waar { background-position: 0 0; width:80px;margin-right:12px;} 
.footercontent a.sprite-tnt { background-position: -701px 0; width:55px;margin-right:12px;}
.footercontent a.sprite-visa {background-position: -113px 0; width:52px;margin-right:12px;}
.footercontent a.sprite-verivisa {background-position: -165px 0; width:44px;margin-right:12px;}
.footercontent a.sprite-mastercard {background-position: -209px 0; width:47px;margin-right:12px;}
.footercontent a.sprite-mastercardSecure {background-position: -256px 0; width:57px;margin-right:12px;}
.footercontent a.sprite-webshop-keur { background-position: -821px 0; width:79px; margin-right:12px;}

.footercontent a {
	background:transparent url('../images/footer-sprite.png') no-repeat top left; 
	display:block;
	float:left;
	height:52px;
	margin-right:0px;
	text-decoration:none !important;
	font-size:0;
	line-height:0;
}


.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485565;
	width: 960px;
	text-align: left;
	background-color: #142434;
	}
.footerlinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485565;
	width: 960px;
	text-align: left;
	background-color: #142434;
	text-decoration: underline;
		
}

.footer_newsletter {
	float: left;
	width: 236px;
	margin: 10px 0 0 10px;
}

.cart_sp{
width:275px;
position:relative;
float:right;
margin-top:2px;
}
.shop-cart-items{
float:left;
}
#winkelwagenbx {
	background-image: url(../images/menu_top.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 27px;
	width: 223px;
	background-position: left top;
	color:#ffffff;
	padding:9px 0 0 20px;
	font-weight:bold;
	border:1px solid #ccc;
	
}


/*css from nawaraj*/


.login-box .col-1, .login-box .col-2 { border:1px solid #DEDEDD; background:#efefef; } 
.login-box .button-set { margin:0; border:none; background:url(../images/box-button-bg.gif) repeat-x #efefef; padding:8px 13px; } 
.group-select {background:#efefef;;} 

.group-select .legend { border:1px solid #ababab; background:#7d7d7d; color:#fff; } 

.account-nav ul { background:#E3E3E3 url(../images/menu_bg.jpg) repeat-x; padding:0px 0px 0px 0px; } 

.account-nav li { padding-left:10px; padding-right:10px;}

.account-nav li a { color:#362a0d; height:28px; line-height:28px; font-weight:bold; display:block;  line-height:28px; border-bottom:1px solid #f2cc7c; } 
.account-nav li a, .account-nav li a:hover { color:#261c05; text-decoration:none; }
.account-nav li a:hover { color:#FFF; text-decoration:none; }
.account-nav li.on { color:#FFF; font-weight:bold; height:28px; line-height:28px; border-bottom:1px solid #f2cc7c; margin-left:14px;}
.data-table th { border-right:1px solid #c9c7c3; border-bottom:1px solid #c9c7c3; padding:2px 8px; color:#636363; white-space:nowrap; } 
.data-table tbody td { border-right:1px solid #e1e4e8; } 
td.attributes-col h4.title a { font-weight:bold; color:#000; text-decoration:underline;  } 
td.attributes-col h4.title a:hover { font-weight:bold; color:#000; text-decoration:none;  }

.tabbar-bg{height:36px; width:710px; background:url(../images/tab_bar_bg.jpg) repeat-x 0 0; border:1px solid #ccc; z-index:-1;}
.featured .price-box{ text-align:left; float:none; padding:0 0 0 4px; height:30px; margin-top:10px;line-height:1em;}
.featured p.old-price {margin-right:8px; color: #000; text-decoration:line-through;}
.featured p.special-price{float:none;}
.featured p.old-price .price {color:#000;}
.featured p.old-price span{text-align:left; font-size:11px;}
.featured .form-button
{
	margin-top:9px;
	margin-left:7px;
}
.featured h5 { font-size:10px; text-align:left; overflow:hidden;padding-left:2px;}
.featured .regular-price { color:#c76200; display:block; margin-right:7px;margin-top: 12px;float:left;}
.featured .regular-price .price, .featured .special-price .price { font-weight:bold; font-size:14px !important; }

.featured .featured_buttons_block {
	clear:both;
	float:left;
	width:100%;
	background:#fefefe url('../images/product_bg_2.jpg') repeat-x 0 0;
	padding: 0px 0 7px;
}
.featured .featured_buttons_block button.form-button{
	float:left;
}
.featured .featured_buttons_block span.button_block {
	float:left;
	display:block;
	width:108px;
	margin: 0 3px;
}


.shopping-cart-collaterals .upsell .product-shop .price-box .price { width:170px; float:left; }
.shopping-cart-collaterals .upsell .product-shop .form-button {  float:left; }
.bestsold .price-box{ text-align:left; float:none; padding-top:2px;}
.bestsold .price-box p {text-align:left;}
.bestsold .price-box .special-price {clear:both;float:none; padding:0;}
.bestsold .price-box p.old-price span {font-size:11px; color:#000;}

.new-prod-red .price-box{ text-align:center; float:none; padding:0 0 0 4px; margin-top:0px;}

.bestsold h5 { min-height:31px;font-size:12px; text-align:left; clear:both; position:relative; margin-top:10px; padding:0;}

.bestsold .regular-price { color:#c76200; margin-top:23px;float:left; margin-bottom:5px;}
.bestsold .new-prod-red .regular-price { margin-top:0;}
.bestsold .regular-price .price { font-weight:bold; font-size:14px !important; color:#cd2b2b; }
.bestsold .new-prod-red .regular-price .price {font-size:11px !important;}
.col2-set .col-1 p { float:left; text-align:left; }
.dashboard-welcome p { margin-right:8em; margin-bottom:1.5em; font-size:12px; text-align:left;}
/***********productdetail********/
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:169px; border: 1px solid #d9dde3; margin:9px 9px 0 0; min-height:230px; padding:0;}

.col-2-left-layout .listing-type-grid li.item-last12,
.col-2-right-layout .listing-type-grid li.item-last12 { width:169px; border: 1px solid #d9dde3; margin:9px 0 0 0; min-height:230px; float:left; padding-bottom:1px;}

.listing-type-grid .product-shop .price-box  { float:left; width:50px;}
.listing-type-grid .old-price {margin-top: -22px; float:left; }
.listing-type-grid .special-price { float:none;} 
.old-price .label { line-height:22px; margin-top:0px; width:300px;}

.item-last12 .catalog-listing h5 { margin-bottom:.4em; font-size:1.05em; min-height:35px; }
.item p {text-align: center}
.featured li.item p{margin-bottom:0px; text-align:left;}
.item-last12 p{text-align: center}
.product-options-bottom { width:310px; background:url(../images/topbg.jpg) repeat-x top left; padding:5px 10px; border:1px solid #e4e4e4; border-top:0; float:right; clear:both;  }
.featured .quantity {margin-top:6px;}

.short  .short-description { position:relative; float:right; clear:both; width:330px; padding-top:5px; }


.product-options-bottom .price-box .price { font-size:16px; font-weight:bold; color:#cd2b2b; margin-top:0px; position:relative; top:-25px; width:250px;}

.bestsold li.item-last-best { 
display:inline;
line-height:normal;
position:relative;
margin-top:3px;
width:118px; 
float:left; }

.shopping-cart-totals .price { color:#c9292a}
.shopping-cart-totals .subtotal .price { color:#c9292a}

.checkout-cart-index .shopping-cart-totals .price { color:#dc931c}

.item-last-best p { text-align:left;}
.item-last-best p.product-image{text-align:center;}

.sort-by .active{color: #d72c2c}
/*.sort-by a:active{color: #990000}*/

/***** newproduct********/
.new-prod-red{
background:transparent url(../images/new_prod_red.png) no-repeat scroll left top;
float:left;
height:38px;
left:0;
position:absolute;
top:0;
width:55px;
padding-top:20px;
text-align:center;
}

.checkout-cart-index .new-prod-yellow {
background:transparent url(../images/new_prod_yellow.png) no-repeat scroll left top;
float:left;
height:53px;
left:0;
position:absolute;
top:0;
width:53px;
padding-top:15px;
text-align:center;
}


.new-prod-yellow{
background:transparent url(../images/new_prod_yellow.png) no-repeat scroll left top;
float:left;
height:53px;
left:0;
position:absolute;
top:0;
width:53px;
padding-top:20px;
text-align:center;
}
.new-prod-red .regular-price .price { font-size:11px; color:#fff; float:left; margin-left:4px !important; width:37px; text-align:center;}
.new-prod-yellow .price-box .price { font-size:11px; color:#fff; float:left;}

/** home page fixes **/
.bestsold .old-price {float:left; color:#000;font-size:10px;}
.bestsold .new-prod-red .old-price{display:none;}

.new-prod-red .price-box .special-price{ padding:0;;margin:0;text-align:left; float:none;}
.new-prod-red .price-box .special-price .price {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	margin-left:7px;
	text-align:center;
	width:37px;
}

.read_more {
	text-decoration:none;
	color:#c9292a;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.add-to-cart-box .left-list {margin-right:2px; padding-left:0;} 