@charset "utf-8";

* {
	margin:0px;
	padding:0px;
	
}

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background:url('../../images/skin/default/back.jpg') repeat;
	color:#6a6a69;  /* #f8931d;*/
	
}

object, button, form, a {
	outline:none;
}	

a.white { color:#FFF;}

#logo {
	

}

#header {
	width:1000px;
	height:200px;
	overflow:hidden;
}

.header_nl {
	background:url('../../images/skin/default/header_nl.jpg') no-repeat;
}

.header_fr {
background:url('../../images/skin/default/header_fr.jpg') no-repeat;
}

.header_en {
background:url('../../images/skin/default/header_en.jpg') no-repeat;
}


#main {
	width:1000px;
	padding:10px 0px;
	margin:0 auto;
}



#nav {
	padding-top:0px;
	padding-left:0px;
	background:#e4003c;
	border-bottom:1px solid #000;
}

#nav ul {
	margin:0px;
	padding:0px;

}

#nav ul li {
	display:block;
	float:left;
	padding:0px 0px;
	
}

#nav ul li.sep { background:url('../../images/skin/default/nav-div.png') no-repeat center center; padding:6px 0px; }

#nav ul li a {
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:6px 10px;
	
	color:#e9e9e9;
}

#nav ul li a:hover , #nav ul li a.active  {
	background:#ff0048;
	color:#FFF;
}


#shopNav {
	background:#efefef;
	padding: 0px 0px;
}

#shopNav li {
	display:block;
	background: url('../../images/skin/default/icon_productcategory_off.png') no-repeat 10px center;
}

#shopNav li a {
	font-weight:normal;
	font-size:13px;
	display:block;
	padding:7px 5px 7px 25px;
	color:#313131;
	
	background: url('../../images/skin/default/title.png') no-repeat bottom center;
}

#shopNav li a:hover {
	background: #1d1d1d url('../../images/skin/default/title.png') no-repeat bottom center;
	color:#FFF;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding : 8px 0px 8px 0px;
	margin : 0px;
}

h1.magenta {
	color:#e1003e;
	font-size: 14px;
}

h2 {
	padding: 1px 5px 1px 10px;
	font-weight: bold;
	margin:1px 0px;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px center;
}


h3 {
font-size: 14px;
font-weight: bold;
padding : 0px 0px 8px 0px;
margin : 0px;
}

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer {
	height:14px;
	font-size:12px;
	padding:6px 10px;
	color:#FFF;
	font-weight:bold;
	background:#e4003c;
	border-top:2px solid #515151;
	
	
}

#footer  span {
	color:#FFF;
}

/* knoppenlinks opmaak */
#footer  a {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

#footer  a.orange {
	color:#f8a4bb;

}

#footer  a:hover {
	color:#f8a4bb;
	text-decoration: underline;
}


a {
	color:#484846;
	text-decoration:none;
}

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight30{
	margin-right: 30px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft20{
	margin-left: 20px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop5{ 	margin-top:5px; }
.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}

.marginBottom5{
	margin-bottom:5px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}

#clear , .clear {
	clear:both;
	margin:0px;
	padding:0px;
}




form {
	margin:0px;
	padding:0px;
}


#page {
 border-left:1px solid #515151;
 border-right:1px solid #515151;
 background:#FFF;
	
}

input, select, textarea {
	padding:3px;
	font-size:11px;
}

.searchProduct {
	color: #FFF;
	font-size:12px;
	background: url('../../images/skin/default/searchBack.jpg') repeat-x;
	padding: 4px 10px 2px 10px;
	border-bottom:2px solid #1d1d1d;
}

.searchProduct input[type="text"]{
	float: left;
	display:block;
	width: 160px;
	height: 15px;
	margin-right: 5px;
	margin-top: 1px;
	font-size:11px;
}

.searchProduct input[type="submit"] {
	float: left;
	width: 80px;
	margin-left: 15px;
	background:#7e7968;
	padding:3px;
	border:0px;
	margin-top:2px;
}

.searchProduct select {
	float: left;
	width: auto;
	margin-right: 0px;
	height: 21px;
	padding:2px 10px;
	margin-top: 1px;

}



.searchProduct label {
	float: left;
	padding: 4px 0px 0px 0px;
	width: auto;
	text-align:right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight:bold;
}

#breadcrumbs {
	background-color: #e0eef0;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{
color:#101010;
text-decoration: none;
font-size: 11px;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}

#breadcrumbs a:hover{
color:#a59f8a;
font-size: 11px;
text-decoration: none;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}


.storeLine {
	margin:5px 0px;
	margin-bottom:10px;
}

.shoppingCartShort{
	padding-top: 0px;
}

.shoppingCartShort a {
	color: #101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_cart2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 13px 5px 13px 35px;
	width: auto;
}

.shoppingCartShort a:hover{
	color: #a59f8a;
}

.catalogueOverviewCategory {
	width: 180px;
	float: left;
	height:160px;
	padding:0px;
	border:1px solid #cdcdcd;
	
}



.catalogueOverviewCategory:hover {border:1px solid #e4003c;}

.categoryPic {
	text-align:center;
	height: 145px;
	overflow:hidden;
	background:#FFF;
}

.catalogueOverviewCategory2 {
	width: 198px;
	float: left;
	padding:0px;
	
}

.categoryPic2 {
	width: 197px;
	height: 145px;
	overflow: hidden;
	background:#FFF;
}


.catalogueOverviewCategory:hover {
	
}

.categoryName {
	padding: 8px 0px 6px 0px;
	
	font-weight: bold;
	font-size: 12px;
	margin-left:15px;
	text-align:center;
	text-transform:uppercase;
	margin-top:-15px;
	position:relative;
	background: url('../../images/skin/default/back-cat.png') no-repeat;
} 

.categoryName2 {
	padding: 8px 0px 6px 0px;
	width:164px;
	font-weight: bold;
	font-size: 13px;
	margin-left:15px;
	text-align:center;
	text-transform:uppercase;
	margin-top:-41px;
	position:relative;
	background: url('../../images/skin/default/back-cat.png') no-repeat;
} 

.categoryName2 a , .categoryName  a {
	display:block;
	
}

#catalogue {
	margin:0px 0px;
	padding: 0px;
}

#catalogue .sideBar {
	width: 200px;
	background:#58564e;
	border-right:1px solid #373737;
}

.categorySelector {
	background-color: #6a6a69;
	width: 168px;
	margin-right: 10px;
	padding: 5px 5px 10px 5px;
}

 .categorySelector ul ,  .categorySelector ul li{
	list-style-type:none;
	margin:3px 0px 3px 0px;
	padding:0px;
}
.categorySelector a:link,  .categorySelector a:visited,  .categorySelector a:active{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productcategory_off.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color:#101010;
}

.categorySelector a:hover{
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#a59f8a;
}



.categorySelector a.sub:hover{
	background-image: url('../../images/skin/default/icon_productsubcategory.png');
	color:#a59f8a;
}

.categorySelector a.active {
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#a59f8a;
	font-size: 13px;
	background-position: 5px 7px;
}

 .categorySelector a.sub:link, .categorySelector a.sub:visited, .categorySelector a.sub:active{
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color: #f8931d;
}

 .categorySelector a.active2 {
	color:#a59f8a;
	padding: 0px 5px 0px 25px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
}



.myShoppingCart{
margin-top:0px;
}

#catalogue .myShoppingCartDetails{
	background-color: #FFF;

	margin-right: 0px;
	padding: 8px 5px 8px 5px;
	border: 1px solid #6a6a69;
}

#catalogue .myShoppingCart a:link, #catalogue .myShoppingCart a:visited, #catalogue .myShoppingCart a:active{
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_viewcart_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	margin-top: 6px;
	display: block;
	height: 18px;
}

#catalogue .myShoppingCart a:hover{
	background-image: url('../../images/skin/default/icon_viewcart_01_over.png');
	color: #a59f8a;
}

#catalogue .myShoppingCartTitle, .title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #8c8c8c;
	color: #313131;

	border: 1px solid #6a6a69;
	margin-bottom: 0px;
}

#catalogue .myShoppingCartItems{
}

#catalogue .myShoppingCartTotal{
}

#catalogue .myShoppingCartTotal .total{
	font-weight: bold;
	background:none;
}

.products {
	width: 770px;
	margin-right:10px;
	
}

.product {
	width: 180px;
	float: left;
	border:1px solid #cdcdcd;
}

.product:hover {border:1px solid #e4003c;}

#catalogue .productClose {
	background-color: #6a6a69;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

 .productPic {
	
 	overflow:hidden;
	
	height: 120px;
	/*text-align:center;*/
	
	
		
}

.productPic2 {
	width:400px;
	height:350px;
	overflow:hidden;
	border:1px solid #cdcdcd;
}

#catalogue .productName{
	padding: 5px 2px;
	background:#f4f4f4;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #e4e4e4;
	margin-top:5px;
	height:28px;
}

#catalogue .productBack{
	padding: 10px 6px 4px 6px;

}

#catalogue .productBack a:link, #catalogue .productBack a:visited, #catalogue .productBack a:active{
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_back_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
}

#catalogue .productBack a:hover{
	background-image: url('../../images/skin/default/icon_back_01_over.png');
	color: #a59f8a;
}

#catalogue .productContact{
	padding: 5px 6px 4px 6px;
	background:#a7a18b;
	margin-top: 5px;
}

#catalogue .productContact a:link, #catalogue .productContact a:visited, #catalogue .productContact a:active{
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_ask_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
}

#catalogue .productContact a:hover{
	background-image:  url('../../images/skin/default/icon_ask_01_over.png') no-repeat;
	color: #FFF;
}

#catalogue .productSold{
	height: 45px;
	width: 45px;
	margin-top: -10px;
	margin-left: 102px;
	position: absolute;
	z-index:1;

}

#catalogue .productBadge{
	height: 45px;
	width: 45px;
	margin-top: -10px;
	margin-left: 102px;
	position: absolute;
	z-index:1;

}

#catalogue .productSold2{
	height: 90px;
	width: 90px;
	margin-top: -35px;
	margin-left: 162px;
	position: absolute;
	z-index:1;
}

#catalogue .productBadge2{
	height: 90px;
	width: 90px;
	margin-top: -35px;
	margin-left: 162px;
	position: absolute;
	z-index:1;
}

#catalogue  .price{
	text-align:center;
	padding:3px;
	background:#f4f4f4;
	
} 


.catDescription {
	width:410px;
}


#catalogue .productTag a:link, #catalogue .productTag a:visited, #catalogue .productTag a:active{
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#101010;
}

.center {
	text-align:center;
}

#catalogue .productInfo{
	width: 350px;
}

.techInfo label {
	width:80px;
	background:#efe9d1;
	display:block;
	float:left;
	padding:2px;
	margin:2px 0px;
	font-weight:bold;
	
}

.techInfo label.txt {
	background:#FFF;
	float:left;
	width:200px;
	margin-left:5px;
}


#catalogue .productInfo .description{
	padding: 5px;
}

 .orderBig{
	padding: 5px 5px 5px 5px;
	border: 1px solid #333333;
	margin-top: 5px;
	background-color: #6a6a69;
	font-weight: bold;
}

 .orderBig a:link,  .orderBig a:visited,.orderBig a:active{
	padding: 5px 5px 0px 35px;
	display: block;
	height: 19px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart_big.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#ffffff;
}

 .orderBig a:hover{
	color:#a59f8a;
}

.relatedProductsTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 20px;
	background-color: #101010;
	color: #FFF;
	background-image: url('../../images/skin/default/icon_products_more.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}


.relatedProducts {

}

.relatedProducts .navArrows {
	width: 20px;
	padding: 65px 0px 0px 0px;
} 

.relatedProducts .moreProducts {

	margin: 0px 10px 0px 10px;
	
} 

.Cproduct {
	width: 160px;
	float: left;
}

.CproductPic {
	width:196px;
	height: 160px;
	overflow: hidden;
	background:#FFF;
	text-align:center;
}



.CproductName{
	padding: 0px 5px 5px 5px;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	margin-bottom:5px;
	height:28px;

}

.CproductBadge{
	height: 30px;
	width: 30px;
	margin-top: -10px;
	margin-left: 112px;
	position: absolute;
}

.CproductTag{
	padding: 4px 5px 4px 5px;
	border: 1px dashed #6a6a69;
	margin-top: 5px;
	background-color: #6a6a69;
	font-weight: bold;
}

.CproductTag .Cprice{
	padding-top: 1px;
	text-align:center;
} 

#shoppingBadge {
	width: 326px;
	height: 82px;
	background-image: url('../../images/skin/default/badge_shopping_bg.png');
	background-repeat: no-repeat;
	position:absolute;

	padding-left:120px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 35px;
	top:50%;
	left:50%;
	color:#FFF;
	z-index:999;
	margin-top:-46px;
	margin-left:-223px;
}

#shoppingBadge .shoppingBadgeOptions {
	padding: 5px 0px;
	font-size: 12px;
}

#shoppingBadge .shoppingBadgeOptions a, #shoppingBadge .shoppingBadgeOptions a:link, #shoppingBadge .shoppingBadgeOptions a:visited, #shoppingBadge .shoppingBadgeOptions a:active{
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
}

#shoppingBadge .shoppingBadgeOptions a:hover{
	color:#000;
}



.shopListOrder button.order {
	padding: 3px;
	padding-left:20px;
	font-weight: bold;
	font-size: 12px;
	background: url('../../images/skin/default/icon_cart.png');
	background-color: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color:#101010;
	border:0px;
	margin-top: -6px;
}

 .shopListOrder button.order:hover {
	cursor:hand;
	cursor:pointer;
}

 .bringBack {
	padding: 0px 5px 0px 0px;
	margin-left:-5px;
}

 .bringBack a {
	padding: 1px 4px 0px 26px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_bringback.png');
	background-repeat: no-repeat;
	background-position: 4px 0px;
	color:#101010;
}

 .bringBack a:hover{
	color:#a59f8a;
}


.spec{
	margin-bottom:2px;
	padding: 5px;
	width: 88px;
	margin-right: 2px;
	background-color: #eeeeee;
}

.specInfo, .advInfo {
	margin-bottom:3px;
	padding: 5px;
	width: 250px;

}

.advInfo {
	width: 100%;
}

.shopListProduct a:link, .shopListProduct a:visited, .shopListProduct a:active{
	padding: 0px 5px 0px 20px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_product_more.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color:#f8931d;
}

.shopListProduct a:hover{
	color:#a59f8a;
	background-image: url('../../images/skin/default/icon_product_more_over.png');
}

.shopListHeader {
	font-weight: bold;
	background-color: #6a6a69;
	color: #FFF;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;

	border: 1px solid #6a6a69;
}

.shopListHeader2 {
	font-weight: bold;
	background-color: #f8931d;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dotted #6a6a69;
}

.shopListRow {
	background-color: #FFF;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dashed #6a6a69;
}

.shopListRow select {
	margin: 0px;
	padding: 0px;
}

.shopListPrice {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-top:1px solid #6a6a69;
	background-color:#FFF;
}

.cell {
	padding: 5px 5px 5px 5px;
}

.picMargins {
	margin: 2px 0px 0px 0px;
}

.txtMargin {
	padding-top: 6px;
}

.txtMargin2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.shopListRow .thumb {
	width: 70px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #101010;
	background:#ededed;
}

 .next {
	text-align:right;
}

 .next a, .shopList .next a:link, .shopList .next a:visited, .shopList .next a:active {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_next_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

 .next a:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #a59f8a;
}

 .prev {
	text-align:left;
}

 .prev a, .prev a:link,  .prev a:visited, .prev a:active, a.prev {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_prev_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

.prev a:hover {
	background-image: url('../../images/skin/default/icon_prev_01_over.png');
	color: #a59f8a;
}



#step {
	width:770px;
	margin:0 auto;
	border-bottom:1px solid #323232;
	padding-bottom:5px;
	margin-bottom:5px;
} 

.marginRight40 {margin-right:40px;}

.stepBlock {
	padding: 5px 0px 0px 0px;
	width: auto;
	margin:0px;
}

.step {
	margin:0px;
	padding:5px 5px;
	opacity:0.5;

	
} 

.step a { color:#000; }

.stepActive {
	
	opacity:1;
}

.progress {
	background-image: url('../../images/skin/default/progress-off.png');
	background-repeat: x-repeat;
	height:9px;
	width:100%;
	margin:0px;
}

.progressActive {
	background-image: url('../../images/skin/default/progress-on.png');
	background-repeat: x-repeat;
	height:9px;
	width:100%;
	margin:0px;
}

.circle {
	background: #e4003c;
	width:20px;
	height:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:2px 1px;
	padding-top:3px;
}



.stepInfo {
	font-weight: bold;
	width:145px;
	font-size:11px;
	padding-top:3px;

	
} 


.shopForm .formHeader {
	padding: 2px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6a6a69;
	margin-bottom: 2px;

}

.shopForm .formSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #a7a18b;
	margin-bottom: 5px;
	margin-top: 5px;
}

.shopForm .formContent {
	padding: 5px;
	background:#FFF;
}

.shopForm .formContent img {
	border:1px solid #a7a7a7;
}

.shopForm label {
	display: block;
	width: 125px;
	float:left;
	margin-bottom: 8px;
	font-size:11px;
	color: #3f4345;
	font-weight: bold;
	margin-right:10px;
	text-align:right;
}

.shopForm label .smallLabel {
	display: block;
	width: 125px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}


.shopForm input[type="text"], .shopForm select ,.shopForm textarea, .shopForm input[type="password"] {
	float: left;
	margin-bottom: 8px;
	width: 380px;
}

.shopForm input[type="radio"] {
	margin-top:0px;
}

.shopForm textarea {
	height: 60px;
}

.shopForm select {
	width: 387px;
	margin-right:2px;
}

.shopForm .formContentSmall {
	background-color:#f2f2f2;
	border: 1px solid #6a6a69;
	padding: 5px;
}

.shopForm .formContentSmall input[type="text"] , .shopForm .formContentSmall textarea {
	float: left;
	margin-bottom: 8px;
	width: 190px;
}

.shopForm .formContentSmall label {
width: 80px;
}

.shopForm .formContentSmall  button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #e1003e;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-left:90px;

}

.shopForm .formCheck {
	padding: 2px 10px 5px 10px;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../../images/skin/default/icon_formcheck.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.shopForm .checkFalse {
	background-image: url('../../images/skin/default/icon_formcheck_false.png');
}

.shopForm .checkTrue {
	background-image: url('../../images/skin/default/icon_formcheck_true.png');
}

.shopForm .formColumn {
	width:50%;
}

.shopForm .next {
	text-align:right
}

 button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #e1003e;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
}

.shopForm button:hover {
	color: #FFF;
	background:#000;
}

.shopInvoice  {
}

.shopInvoice .invoiceHeader {
	
	border: 1px dotted #6a6a69;
	
	
	padding: 2px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6a6a69;
	margin-bottom: 2px;
}

.shopInvoice .invoiceSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #101010;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px dotted #6a6a69;
}

.shopInvoice .invoiceContent {
	background-color:#FFF;
	border: 1px dashed #6a6a69;

	padding: 10px 10px 10px 10px;
}


.shopInvoice .invoiceContent .invoiceContactData {
	width: 200px;
}

.shopInvoice .invoiceContent .invoiceDeliveryData {
	width: 200px;
}

#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapcategory_01.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #000;
}

#sitemap a:hover {
	color: #e1003e;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:25px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#101010;
}

#sitemap li.cat a:hover {
	color:#a7a18b;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

#sitemap li.subcat {
	margin-left:40px;
	font-size:95%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 a, #sitemap li.subcat2 a:link, #sitemap li.subcat2 a:visited, #sitemap li.subcat2 a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#101010;
}

#sitemap li.subcat2 a:hover {
	color:#f8931d;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

.agendaItem {
}

.agendaTitle {
	padding: 0px 5px 5px 10px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.agendaDate {
	padding: 0px 5px 5px 10px;
	font-size: 9px;
	color: #101010;
	font-style: italic;
}

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

.agendaText {
	width: 560px;
	text-align:justify;
}

.agendaPic {
	width: 128px;
	height: 108px;
	overflow: hidden;
	border: 4px solid #6a6a69;
	background:#ededed;
	margin-right:10px;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

#map {
	margin:5px 0px;

	height: 255px;
	color:#000;
	border:1px solid #a7a18b;
}

.sizeBox {
	margin:2px 0px;
}

.sizeBox label {
	float:left;
	width:50px;
	background:#96d5de;
	padding:2px;
	margin-right:5px;
	
}

#overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.sizeCard {
	font-style:italic;
}

#pagination {
	font-size:11px;
	border-top:1px solid #6a6a69;
	padding-top:5px;
}

#pagination span {
	padding-right:20px;
}

.lostPass {
	font-size:10px;
	font-style:italic;
	margin-left:135px;
}

.lostPass a {
	color:#3b7988;
}

.buttonSend {
	margin-left:135px;
}

.borderLine {
	padding:0px 50px;
	border-right:1px solid #f4aa50;
}

#formKorting {
	width:220px;
	padding:5px;
	float:right;
	background :#f1f1f0;
	border:1px solid #b8b8b8;
}

.small {
	font-size:9px;
}

#pageContent {
	padding:10px;
}	

.cadeaubon {
	background:#d6eff3;
	padding:10px;
}

.cadeaubon label {
	margin-right:10px;
	margin-bottom:5px;
}

.cadeaubon button {
	margin-left:50px;
}

.promoOk {
	background-image: url('../../../data/images/icons/default_16.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:10px;
	padding-left:25px;
	margin-top:5px;
	background-color:#e1f1f3;
}

.promoFalse {
	background-image: url('../../../data/images/icons/delete_16.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:10px;
	margin-top:5px;
	padding-left:25px;
	background-color:#e1f1f3;
}	

.total {
	font-weight:bold;
	margin:5px 0px;
	background:#e2f3f5;
	padding:5px;
}

.extraPictures {
	margin:2px 0px;
	padding:0px;
}

.smallPic {
	width:100px;
	height:80px;
	border:1px solid #cdcdcd;
	overflow:hidden;
	margin-right:2px;
}

.promoPrice {
	color:#cc0000;
	padding:2px 0px;
	font-weight:bold;
	
}

.promoPrice span {
	color:#cc0000;
	text-decoration:line-through;
}

.promoPrice span.now {
	color:#000;
	text-decoration:none;
	padding-left:3px;
}

.orange, a.orange {
	color:#ea7313;
}

.greyBlock {
	padding:10px;
	background:#343434;
	color:#FFF;
}


.tel {
	font-weight:bold;

	
	font-weight:normal;
	font-size:13px;
	display:block;
	padding:7px 5px 7px 25px;
	color: #313131;
	
	background: url('../../images/skin/default/title.png') no-repeat bottom center;
}


.randomBeeld {
	width:196px;
	height:293px;
	overflow:hidden;
}

.productNav {
	margin:10px 0px;
}

.productNav a {
	text-decoration:underline;
}

.productNav a:hover {
	text-decoration:none;
}

.prevProduct {
	
}
.prevProduct div a {
	background-image: url('../../../data/images/skin/default/arrow_prev2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	width:72px;
	display:block;
}

.nextProduct  a {
	background-image: url('../../../data/images/skin/default/arrow_next2.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
	display:block;
	width:93px;
}

.more {
	background-image: url('../../../data/images/skin/default/icon_next_01_over.png');
	background-color:#a7a18b;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding:3px;
	padding-left:20px;
	margin:5px 0px;
	color:#FFF;
	width:70px;
}

.more a {
	color:#FFF;
}

.imgDiv {
	width:170px;
	height:130px;
	overflow:hidden;
	margin-right:3px;
	margin-bottom:5px;
	border:1px solid #a7a18b;
}



.tipTitle {
	background:#f4f4f4;
	padding:4px;
	border-bottom:1px solid #dcdcdc;

}

.tipTitle a,  .tipTitle a:visited {
	color:#3a3a3a;
	font-weight:bold;
	padding-left:24px;
	background:url("../../images/skin/default/nav_tip.png") no-repeat;
}


.tipTitle a:hover {
	text-decoration:none;
}

.tip .tipInfo {
	padding:10px;
	margin:10px 0px;
	border-left:1px solid #dcdcdc;
	margin-left:25px;
}


#lang {
	color:#ea7313;
	font-size:100%;
	text-align:right;
	margin-bottom:0px;
	font-weight:bold;
}

.helpBox {

	
	padding:4px;
	color:#FFF;
	height:16px;

}

.helpBox a {
	color:#FFF;
	background:#ff0043;
	display:block;
}

.box1 , .box2 {
	width:300px;
	padding:5px 10px;
	min-height:60px;
	margin-bottom:5px;
}

.box2 {
	background:#6a6a6a;
	
}
