                                    /* Webshop general */
article.WebshopModule{
}
article.WebshopModule ul,
article.WebshopModule ol,
article.WebshopModule li{
	list-style: none;
	padding: 0px;
}
article.WebshopModule hr{
	border: 0px;
	border-bottom: 1px dotted #666;
}

/* Webshop Head */
article.WebshopModule #Shop #Head{
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	width: 665px;
	float: right;
	padding: 5px;
	background: #fff;
}
article.WebshopModule #Shop #Head #catalog_cart_mini{
	float: left;
	margin: 0px;
	padding-left: 5px;
	line-height: 34px;
}
article.WebshopModule #Shop #Head a{
	margin: 0px 0px 0px 5px;
}
article.WebshopModule #Shop #Head a.CartBtn{
	margin: 0px 0px 0px 5px;
	width: auto;
	height: auto;
	font: 14px/20px "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	box-shadow: inset 0px 1px 1px #5E8AB4;
	border: 1px solid #12416d;
	padding: 4px 10px 5px;
	background: #164571; /* Old browsers */
	background: -moz-linear-gradient(top,  #164571 0%, #0a3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164571), color-stop(100%,#0a3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164571 0%,#0a3667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164571 0%,#0a3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164571', endColorstr='#0a3667',GradientType=0 ); /* IE6-9 */
}
article.WebshopModule #Shop #Head a.CartBtn:hover{
	box-shadow: inset 0px 0px 0px 2px #12416d;
}
article.WebshopModule #Shop #Head a.CartBtn img,
article.WebshopModule #Shop #Head a.CartBtn span{
	display: none;
}

/* Webshop Sidebar */
article.WebshopModule #Sidebar a.CartBtn span,article.WebshopModule #Shop #Head a.CartBtn span{
	margin-left: 0px;
}
article.WebshopModule #Shop #Sidebar{
	padding: 0px;
	width: 300px;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav{
	margin: 0px 0px 30px;
	padding: 5px 30px;
	background-color: #164571;
	border: none;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav li{
	position: relative;
	text-align: left;
	background: url(../images/border-dotted-h.png) repeat-x left top;
	padding-top: 1px;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav ul{
	margin-left: 5px;
	border-left: 5px solid #fff;
	margin-bottom: 5px;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav ul li{
}
article.WebshopModule #Shop #Sidebar ul#ShopNav > li:first-child{
	background: none;
	padding-top: 0px;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav li a{
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 7px 20px 5px;
	font-family: "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
article.WebshopModule #Shop div#Sidebar ul#ShopNav a:hover, article.WebshopModule #Shop div#Sidebar ul#ShopNav .selected a{
	background: #0a3667;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav li a.open{
	position: absolute;
	top: 0px;
	height: 42px;
	left: 0px;
	margin: 0px;
	background: url(../images/icon-open.png) no-repeat 5px 21px;
	padding: 0px;
}
article.WebshopModule #Shop #Sidebar ul#ShopNav a.open:hover{
	/*background-position: 5px 21px;*/
}
article.WebshopModule #Shop #Sidebar form#user-login{
	position: relative;
	background: url(../images/border-dotted-grey.png) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
article.WebshopModule #Shop #Sidebar form#user-login h2{
	padding-bottom: 10px;
}
article.WebshopModule #Shop #Sidebar form#user-login input.field{
	width: 280px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 0px 9px;
	box-shadow: inset 0px 1px 2px #ddd;
}
article.WebshopModule #Shop #Sidebar form#user-login small{
	color: #999;
}
article.WebshopModule #Shop #Sidebar form#user-login a.registrate{
	margin: 0px;
}
article.WebshopModule #Shop #Sidebar form#user-login a.Send{
	font: 14px/20px "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	box-shadow: inset 0px 1px 1px #5E8AB4;
	border: 1px solid #12416d;
	padding: 4px 10px 5px;
	background: #164571; /* Old browsers */
	background: -moz-linear-gradient(top,  #164571 0%, #0a3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164571), color-stop(100%,#0a3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164571 0%,#0a3667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164571 0%,#0a3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164571', endColorstr='#0a3667',GradientType=0 ); /* IE6-9 */
}
article.WebshopModule #Shop #Sidebar form#user-login a.Send:hover{
	box-shadow: inset 0px 0px 0px 2px #12416d;
}
article.WebshopModule #Shop #Sidebar form#user-login a.Send span{
	display: none;
}
article.WebshopModule #Sidebar #catalog_cart{
	margin: 0px;
}
article.WebshopModule #Sidebar ul#catalog_cart li.row {
	padding-left: 5px;
	margin-bottom: 5px;
	background: rgba(207,148,62,.2);
}
article.WebshopModule #Sidebar ul#catalog_cart li.row a.Remove{
	right: 1px;
}
article.WebshopModule #Shop #Sidebar a.CartBtn{
	margin: 0px;
	width: auto;
	height: auto;
	font: 14px/20px "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	box-shadow: inset 0px 1px 1px #5E8AB4;
	border: 1px solid #12416d;
	padding: 4px 10px 5px;
	background: #164571; /* Old browsers */
	background: -moz-linear-gradient(top,  #164571 0%, #0a3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164571), color-stop(100%,#0a3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164571 0%,#0a3667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164571 0%,#0a3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164571', endColorstr='#0a3667',GradientType=0 ); /* IE6-9 */
}
article.WebshopModule #Shop #Sidebar a.CartBtn:hover{
	box-shadow: inset 0px 0px 0px 2px #12416d;
}
article.WebshopModule #Shop #Sidebar a.CartBtn img,
article.WebshopModule #Shop #Sidebar a.CartBtn span{
	display: none;
}
article.WebshopModule #Shop #Sidebar .algVoorwaarden{
	background: url(../images/border-dotted-grey.png) repeat-x left top;
	margin: 15px 0px 25px;
	padding-top: 15px;
}

/* Webshop Content */
article.WebshopModule #Shop #ShopContent{
	border: none;
	width: 675px;
}
article.WebshopModule #Shop #ShopContent > .highslide-gallery{
	display: none;
}
/* Webshop Category Slideshow */
article.WebshopModule div#ShopContent .fluid_container{
	width: 675px;
	min-width: 675px;
}
article.WebshopModule div#ShopContent .fluid_container .camera_commands{
	display: none!important;
}
article.WebshopModule div#ShopContent .fluid_container .camera_prev,
article.WebshopModule div#ShopContent .fluid_container .camera_next{
    width: 25px;
    height: 25px;
    left: auto;
    top: auto;
    margin-top: 0px;
    bottom: 15px;
    background: url(../images/bg-black-50.png);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
article.WebshopModule div#ShopContent .fluid_container .camera_prev{
	right: 40px;
}
article.WebshopModule div#ShopContent .fluid_container .camera_next{
	right: 10px;
}
article.WebshopModule div#ShopContent .fluid_container .camera_prev > span,
article.WebshopModule div#ShopContent .fluid_container .camera_next > span{
    width: 25px;
    height: 25px;
}
article.WebshopModule div#ShopContent .fluid_container .camera_prev > span{
    background: url(../images/icon-prev.png) no-repeat center !important;
}
article.WebshopModule div#ShopContent .fluid_container .camera_next > span{
    background: url(../images/icon-next.png) no-repeat center !important;
}
/* */
article.WebshopModule div#ShopContent #Breadcrumbs{
	height: auto;
	background: #A39383;
	color: #fff;
}
article.WebshopModule div#ShopContent #Breadcrumbs a{
	color: #fff;
}
article.WebshopModule div#ShopContent h1#Title{
	background: url(../images/border-title.png) repeat-x bottom;
	padding: 10px 0px 7px;
	margin-bottom: 15px;
	border: none;
	color: #164571;
	font-size: 30px;
}
article.WebshopModule div#ShopContent div#Products #ProdNav{
	width: auto;
}
article.WebshopModule div#ShopContent div#Products div.ProdItem{
	width: 200px;
	height: 200px;
	border: 1px solid #ccc4bc;
}
article.WebshopModule div#ShopContent div#Products div.ProdItem div.ProdPrice{
	background: #164571;
	padding: 0px 7px;
}
article.WebshopModule div#ShopContent .nailthumb-container span.nailthumb-title{
	position: absolute;
	left: 0px;
	right: 0px;
	top: auto !important;
	bottom: 0px;
	height: auto;
	line-height: 15px;
	background: url(../images/bg-black-50.png);
	text-align: left;
	font-size: 12px;
}
article.WebshopModule div#ShopContent .nailthumb-container span.nailthumb-title .nailthumb-title-scroller{
	position: relative;
	white-space: normal !important;
	width: 100% !important;
	left: 0 !important;
	padding: 5px;
	display: block;
}
article.WebshopModule div#ShopContent div#CatContent{
	padding: 0px;
}
article.WebshopModule div#ShopContent div#CatContent .outer{
	position: relative;
	z-index: 1;
	max-width: 275px;
}
article.WebshopModule div#ShopContent div#CatContent .outer ul,
article.WebshopModule div#ShopContent div#CatContent .outer li{
	margin: 0px;
	padding: 0px;
	background: none;
}
article.WebshopModule div#ShopContent div#CatContent .articleInfoBox{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
}
article.WebshopModule div#ShopContent div#CatContent ul.thumbs li{
	margin: 5px 5px 0px 0px;
}
article.WebshopModule div#ShopContent div#CatContent ul.Gallery a{
	width: 261px;
}
article.WebshopModule div#ShopContent div#CatContent ul.Gallery a,
article.WebshopModule div#ShopContent div#CatContent ul.thumbs a{
	border: 1px solid #ccc4bc !important;
}
article.WebshopModule div#ShopContent div#CatContent #Order select,
article.WebshopModule div#ShopContent div#CatContent #Order input#Qty{
	margin-left: 5px;
}
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddCart,
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddWishlist{
	margin: 0px 0px 0px 5px;
	width: auto;
	height: auto;
	font: 14px/20px "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	box-shadow: inset 0px 1px 1px #5E8AB4;
	border: 1px solid #12416d;
	padding: 4px 10px 5px;
	background: #164571; /* Old browsers */
	background: -moz-linear-gradient(top,  #164571 0%, #0a3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164571), color-stop(100%,#0a3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164571 0%,#0a3667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164571 0%,#0a3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164571', endColorstr='#0a3667',GradientType=0 ); /* IE6-9 */
}
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddCart:hover,
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddWishlist:hover{
	box-shadow: inset 0px 0px 0px 2px #12416d;
}
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddCart img,
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddCart span,
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddWishlist img,
article.WebshopModule div#ShopContent div#CatContent #Order #OrderBtns .AddWishlist span{
	display: none;
}
article.WebshopModule div#ShopContent div#CatContent .articleShortDesc{
	position: relative;
	padding-top: 10px;
	clear: none;
}
article.WebshopModule div#ShopContent div#Products div.Tabs{
	position: relative;
	background: url(../images/border-dotted-grey.png) repeat-x left top;
	padding-top: 10px;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation{
	background: none;
	display: inline-block;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li{
	position: relative;
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
	display: block;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li a{
	background: #49373A;
	color: #fff;
	padding: 7px 10px;
	display: block;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li a.selected, article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li a.selected:hover{
	background: #164571;
	color: #fff;
	border: none;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li a.selected:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 6px solid transparent;
	border-top-color: #164571;
}
article.WebshopModule div#ShopContent div#Products div.Tabs ul.tabNavigation li a:hover{
	background: #A39383;
}
article.WebshopModule div#ShopContent div#Products div.Tabs div.TabContent{
	background: #fff;
	border: 1px solid #A39383;
	margin: 0px;
	padding: 10px 15px;
	clear: both;
}
/* Webshop Content Subcat */
article.WebshopModule div#ShopContent div#article-content #CatSubCats{
	border: none;
	background: #A39383;
}
article.WebshopModule div#ShopContent div#article-content #CatSubCats ul,
article.WebshopModule div#ShopContent div#article-content #CatSubCats li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
article.WebshopModule div#ShopContent #CatSubCats a.level1{
	width: 120px;
	min-height: 115px;
	line-height: 14px;
	margin: 8px;
	background: #fff;
	padding: 0px;
	text-align: center;
}
article.WebshopModule div#ShopContent #CatSubCats a.level1 .foto-sub{
	width: 120px;
	display: block;
	margin-bottom: 3px;
	border: none;
}

/* Webshop Content Text */
article.WebshopModule div#ShopContent div#article-content{
	position: relative;
	padding-bottom: 30px;
}
article.WebshopModule div#ShopContent div#article-content p{
	padding: 5px 0px 10px;
}
article.WebshopModule div#ShopContent div#article-content ul{
	padding: 5px 0px 5px 15px;
	list-style: none;
}
article.WebshopModule div#ShopContent div#article-content ul li{
	padding: 0px 0px 5px 20px;
	list-style: none;
	background: url(../images/icon-list01.png) no-repeat left 6px;
}
article.WebshopModule div#ShopContent div#article-content ul ul li{
	background-image: url(../images/icon-list02.png);
}
article.WebshopModule div#ShopContent div#article-content ol{
	padding: 5px 0px 5px 30px;
	list-style: decimal-leading-zero;
}
article.WebshopModule div#ShopContent div#article-content ol li{
	padding: 0px 0px 5px 5px;
	list-style: decimal-leading-zero;
}

/* Webshop Caddy Page */
article.WebshopModule #Shop #ShopContent #Checkout{
	padding: 0px;
}
article.WebshopModule #Shop #ShopContent #Checkout th{
	font-weight: bold;
	padding-right: 5px;
}
article.WebshopModule #Shop #ShopContent #Checkout h4{
	margin: 0px;
}
article.WebshopModule #Shop #ShopContent #Checkout .ProdPhoto,
article.WebshopModule #Shop #ShopContent #Checkout .ProdNoPhoto{
	padding-right: 5px;
}
article.WebshopModule #Shop #ShopContent #Checkout .Checkout,
article.WebshopModule #Shop #ShopContent #Checkout .Send,
article.WebshopModule #Shop #ShopContent #accountRegister .send{
	margin: 0px 0px 0px 5px;
	width: auto;
	height: auto;
	font: 14px/20px "Aller Light", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	box-shadow: inset 0px 1px 1px #5E8AB4;
	border: 1px solid #12416d;
	padding: 4px 10px 5px;
	background: #164571; /* Old browsers */
	background: -moz-linear-gradient(top,  #164571 0%, #0a3667 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#164571), color-stop(100%,#0a3667)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #164571 0%,#0a3667 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #164571 0%,#0a3667 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #164571 0%,#0a3667 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164571', endColorstr='#0a3667',GradientType=0 ); /* IE6-9 */
}
article.WebshopModule #Shop #ShopContent #Checkout .Checkout:hover,
article.WebshopModule #Shop #ShopContent #Checkout .Send:hover,
article.WebshopModule #Shop #ShopContent #accountRegister .send:hover{
	box-shadow: inset 0px 0px 0px 2px #12416d;
}
article.WebshopModule #Shop #ShopContent #Checkout .Checkout img,
article.WebshopModule #Shop #ShopContent #Checkout .Checkout span,
article.WebshopModule #Shop #ShopContent #Checkout .Send img,
article.WebshopModule #Shop #ShopContent #Checkout .Send span,
article.WebshopModule #Shop #ShopContent #accountRegister .send img,
article.WebshopModule #Shop #ShopContent #accountRegister .send span{
	display: none;
}
article.WebshopModule #Shop #ShopContent #Checkout ol,
article.WebshopModule #Shop #ShopContent #Checkout ol li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: none;
}
article.WebshopModule #Shop #ShopContent #Checkout ol li.Border{
	border-top: 1px solid #fff;
}
article.WebshopModule #Shop #ShopContent #Checkout ol li.Border:first-child{
	border-top: 0px;
}
article.WebshopModule #Shop #ShopContent #Checkout ul,
article.WebshopModule #Shop #ShopContent #Checkout ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: none;
}
article.WebshopModule #Shop #ShopContent #Checkout .Border h4.StepTitle{
	background: #A39383;
	color: #D6CBC1;
	padding: 5px 10px;
}
article.WebshopModule #Shop #ShopContent #Checkout .Border h4.StepTitle.Active{
	background: #164571;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
article.WebshopModule #Shop #ShopContent #Checkout .Border h4.StepTitle a{
	background: #164571 url(../images/icon-next.png) no-repeat 10px center;
	color: #fff;
	display: block;
	margin: -5px -10px;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	font-size: 16px;
}
article.WebshopModule #Shop #ShopContent #Checkout .Border h4.StepTitle a:hover{
	background-color: #0a3667;
}
article.WebshopModule #Shop #ShopContent #Checkout label,
article.WebshopModule #Shop #ShopContent #accountRegister label{
	width: 130px;
}
article.WebshopModule #Shop #ShopContent #Checkout input.field,
article.WebshopModule #Shop #ShopContent #Checkout input.Text,
article.WebshopModule #Shop #ShopContent #Checkout select,
article.WebshopModule #Shop #ShopContent #Checkout textarea,
article.WebshopModule #Shop #ShopContent #accountRegister input.Text,
article.WebshopModule #Shop #ShopContent #accountRegister select{
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0px 1px 2px #ddd;
	font: 12px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #555;
}
article.WebshopModule #Shop #ShopContent #Checkout input.Text,
article.WebshopModule #Shop #ShopContent #accountRegister input.Text,
article.WebshopModule #Shop #ShopContent #Checkout input.NomTel,
article.WebshopModule #Shop #ShopContent #accountRegister input.NomTel{
	width: 180px;
	padding: 0px 5px;
	height: 25px;
	background-size: 100% 100%;
}
article.WebshopModule #Shop #ShopContent #accountRegister input.Text{
	width: 180px !important;
}
article.WebshopModule #Shop #ShopContent #Checkout select,
article.WebshopModule #Shop #ShopContent #accountRegister select{
	padding: 5px;
	margin-bottom: 5px;
}
article.WebshopModule #Shop #ShopContent #Checkout textarea{
	padding: 5px;
	width: 400px;
	height: 100px;
}
article.WebshopModule #Shop #ShopContent #ProdContent{
	padding: 0px;
}
article.WebshopModule #Shop #ShopContent div#accountContent ul#edit-adress li input,
article.WebshopModule #Shop #ShopContent div#ProdContent ul li input{
	height: auto;
}
        
        
        