html {
  background-color:#fff;
}

body {
  background-image:url('background.png');
  color:#333;
  font-family:Arial,Helvetica,Lucinda Grande;
  font-size:12px;
  margin:0;
  padding:0;
}

h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}

img {
  border:0;
}

form {
  margin:0;
  padding:0;
}

input, select {
  background-color:#fff;
  border:1px solid #ccc;
  font-size:14px;
  padding:4px 4px 4px 5px;
}

a {
  color:#333;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

label {
  font-weight:bold;
}

.clear {
  clear:both;
}

.gui-table th {
  text-align:left;
}

.gui-table td {
  background-color:#fff;
}

.wrapper {
  margin:0 auto;
  width:978px;
}

.button {
  background: url("button-bg.png") repeat-x scroll left top #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  outline: medium none;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.add-to-cart .button {
  
  border-radius: 2px 2px 2px 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  outline: medium none;
  padding: 0 20px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  text-transform:none;
  margin-left:20px;
}
.add-to-cart .button:hover {
  text-decoration:none;
}
.add-to-cart input, select {
  background-color:#fff;
  border:1px solid #ccc;
  font-size:11px;
  padding:2px;
}
.button:hover {
  text-decoration:none;
}

.button.blue {
  background-color:#007bc9;
  border-color:#007bc9;
  color:#fff;
}

.button.green {
  background-color:#7bc900;
  border-color:#7bc900;
  color:#fff;
}

.simpleBlock {
  background-color:#fff;
  border:1px solid #ddd;
  border-top-color:#e6e6e6;
  border-bottom-color:#ccc;
  border-radius: 0 0 5px 5px;
  border-top:0px;
  box-shadow:0 1px 10px rgba(0, 0, 0, 0.1);
}

.simpleBlock h3 {
  display:block;
  font-weight:bold;
  padding:7px 0 0 10px;
  font-size:11px;
  text-transform:uppercase;
}

.simpleBlock .blockContent {
  padding:10px;
}

.top {
  font-size:10px;
  text-transform:uppercase;
  color:#4e9ebb;
}
table.gridtable {
  font-family: verdana,arial,sans-serif;
  font-size:9px;
  color:#333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
table.gridtable td {
  border-width: 1px;
  padding: 4px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

.stockTrack .green {
  background: url("opvoorraad.png") no-repeat scroll right center transparent;
  color: #55A825;
  font-size: 11px;
  font-weight: bold;
  width: 110px;
  float:left!important;
}

.stockTrack .red {
  color: red;
  background: url("nietopvoorraad.png") no-repeat scroll right center transparent;
  font-size: 11px;
  font-weight: bold;
  width: 110px;
  float:left!important;
}
.subtekst {
  color: #505050;
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin: 3px 0 0;
}

.menutekst {
  font-size:14px;
  padding-left:5px;
}

#product .productInfoHolder .productInfo .add-cart {
  border-bottom:1px solid #c5c5c5;
  height:65px;
}
#product .productInfoHolder .productInfo .add-cart .stockTrack {
  border-right: 1px dotted #c5c5c5;
  float: left;
  font-size: 12px;
  height: 55px;
  margin: 5px 10px 0 0;
  padding: 0;
  width: 145px;
}

#product .productInfoHolder .productInfo .add-cart .add-to-cart {
  float: left;
  line-height: 50px;
  width: 310px;
  padding-top:5px;
  padding-bottom:5px;
}
.reviewsContainer {
  border-bottom: 1px solid #F5F5F5;
  border-top: 1px solid #F5F5F5;
  height: 40px;
  margin-bottom: 10px;
  margin-left: 475px;
  padding:5px;
}
.leesReviews {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}
#alancoContainer .alanco-logo {
  background:url("alanco-logo.png") no-repeat top left;
  height:25px;
  border-bottom:1px solid #ccc;
}

.share-header {position: absolute!important;left: 588px;top: 2px;}

#headerContainer {
  background:url("header-bg.png") repeat-x top left;
}

#header {
  background: url("header.jpg") no-repeat top left;
}

#header h1 {
  float:left;
}

#header h1 a {
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 300px;
}

#header .cartContainer {
  float:right;
}

#header .cartContainer .languages {
  padding:7px 0;
}

#header .cartContainer .languages .flag {
  background-image:url(flags.png);
  background-repeat:no-repeat;
  display:block;
  float:right;
  margin-left:5px;
  overflow:hidden;
  text-indent:-9999px;
  width:16px;
  height:11px;
}

#header .cartContainer .languages .flag.nl { background-position:0 -11px; }
#header .cartContainer .languages .flag.de { background-position:0 -22px; }
#header .cartContainer .languages .flag.en { background-position:0 -33px; }
#header .cartContainer .languages .flag.fr { background-position:0 -44px; }
#header .cartContainer .languages .flag.es { background-position:0 -55px; }
#header .cartContainer .languages .flag.it { background-position:0 -66px; }
#header .cartContainer .languages .flag.el { background-position:0 -77px; }
#header .cartContainer .languages .flag.tr { background-position:0 -88px; }
#header .cartContainer .languages .flag.pt { background-position:0 -99px; }
#header .cartContainer .languages .flag.pl { background-position:0 -110px; }
#header .cartContainer .languages .flag.sv { background-position:0 -121px; }
#header .cartContainer .languages .flag.ru { background-position:0 -132px; }
#header .cartContainer .languages .flag.da { background-position:0 -143px; }
#header .cartContainer .languages .flag.no { background-position:0 -154px; }

#header .cartContainer .icons {
  float: left;
  padding: 26px 50px 0 0;
  text-align: right;
}
#header .cartContainer .links {
  float:left;
  padding:5px 10px 0 0;
  text-align:right;
}

#header .cartContainer .links ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#header .cartContainer .links ul li {
  padding:1px 0;
  display:inline;
}

#header .cartContainer .cart {
  border-left: 1px solid #CCCCCC;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
  width: 120px;
}
#header .cartContainer .cart h3 {
  text-transform:uppercase;
  font-size:11px;
}
#header .cartContainer .cart .blockContent {
  line-height:1.5;
  min-height:27px;
  padding-top:10px;
}

#header .cartContainer .cart .blockContent img{
  float:left;
  margin-right:5px;
}

#header .cartContainer .cart .button {
  float:left;
  line-height:20px;
}

#header .cartContainer .formSearch {
  float:left; /*ie 7 FIX*/
  font-size:14px;
  margin-top:17px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#header .cartContainer .formSearch .inputContainer {
  background-color:#fff;
  border:1px solid #ccc;
  height:26px;
  padding:2px 0 2px 7px;
  position:relative;
  width:220px;
  text-align:left;
  border-radius:5px;
}

#header .cartContainer .formSearch .inputContainer input {
  border:0;
  line-height:16px;
  margin:0;
  outline:none;
  padding:5px 0;
  width:200px;
}

#header .cartContainer .formSearch .inputContainer span {
  background:url('icon-search.png') no-repeat top left;
  cursor:pointer;
  display:block;
  position:absolute;
  top:7px;
  right:10px;
  width:16px;
  height:16px;
}
#header .cartContainer .cartButtons {
  margin-top: 20px;
}
#header .cartContainer .cartButtons .button.continue {
  background: none repeat scroll 0 0 #F97406;
}
#header .cartContainer .cartButtons .button.checkout {
  background: none repeat scroll 0 0 #555555;
  margin-right: 5px;
}
#header .cartContainer .cartButtons .button {
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  outline: medium none;
  padding: 0 5px;
  text-decoration: none;
}
#navContainer {
  background:url("navbar-bg.png") repeat-x top left #f4f4f4;
  padding: 10px 0;
}

#sliderContainer {
  margin-top:-1px;
  height: 340px;
  margin-bottom:15px;
}

#calloutContainer {
  background: url("callout-bg.png") repeat top left;
  margin-bottom: 10px;
}

#calloutContainer .callout {
}

#content {
  padding-bottom:10px;
}

#contentContainer {
  
}
#content .breadcrumbs {
  padding: 10px 0;
}

#content h1 {
  font-size:28px;
  margin-bottom:15px;
  text-transform:uppercase;
}
#textpage .wysiwyg h1 {
 text-transform:none;
 font-size:18px;
line-height:1.2em;
}
#socialsHome {
  float: left;
  margin-bottom: 10px;
  width: 726px;
}
#socialsHome ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#socialsHome li {
  display:inline;
  float:left;
  width:140px;
}
#content h2 {
  font-size:14px;
  margin-bottom:10px;
  border-top:1px solid #000;
  text-transform:uppercase;
}

#content .breadcrumbs a {
  display:inline-block;
  padding-right:5px;
}

#content .breadcrumbs a.arrow {
  background:url('breadcrumb-arrow.png') no-repeat 0 50%;
  padding-left:10px;
}
#content-right {
  float:left;
  width:228px;
  margin-left:24px;
}
#content-right h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom:10px;
}

#content-right .block {
  background: none repeat scroll 0 0 #F5F5F5;
  border-top: 1px solid #000000;
  margin-bottom: 10px;
  min-height: 150px;
  padding: 5px;
}
#content-right .block p{
  font-size:11px;
  margin:0;
}
#content-right .block ul {
  list-style:none;
  padding:2px;
}

#content-right .block li {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 25px;
}

#content-right .block li.bestellen {
  background-image: url("checkmark.gif");
}

#content-right .block li.retourrecht {
  background-image: url("checkmark.gif");
}

#content-right .block li.kwaliteit {
  background-image: url("checkmark.gif");
}

#content-right .block li.verzending {
  background-image: url("checkmark.gif");
}


#content-left {
  float:left;
  width:228px;
  margin-right:24px;
}
#content-left .titles {
  font-size: 12px;
  margin: 5px 0;
  font-weight:bold;
  text-transform:uppercase;
}

#content-left .block {
  background: none repeat scroll 0 0 #F5F5F5;
  border-top: 1px solid #000000;
  margin-bottom: 10px;
  min-height: 150px;
  padding: 5px;
}

#content-left .block ul {
  list-style: none outside none;
  margin: 0;
  padding: 2px;
}

#content-left .block li {
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
}

#content-left .block .box .list li ul.list li {
  border-bottom:0px!important;
}

#content-left .block li.bestellen {
  background-image: url("checkmark.gif");
  text-transform:none;
  padding-left: 15px!important;
}

#content-left .block li.facebook {
  background-image: url("facebook.gif");
  text-transform:none;
}
#content-left .block li.twitter {
  background-image: url("twitter.gif");
  text-transform:none;
}

#footer {
  border-top:5px solid #4e9ebb;
  display:block;
  float:left;
  background:#f5f5f5;
}

#tagsWrapper .tags {
  border-bottom:1px solid #ccc;
  padding:15px 0;
}

#tagsWrapper .tags ul {
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  width:163px;
}

#tagsWrapper .tags ul li {
  padding:1px 0;
}

#tagsWrapper .tags ul li a span {
  color:#4e9ebb;
}

#footer .blocks {
  margin-bottom:30px;
  padding:10px;
}

#footer .blocks .block {
  border-left:1px solid #ccc;
  float:left;
  min-height:220px;
  padding:0 0 20px 20px;
  width:223px;
}

#footer .blocks .block.first {
  border-left:0;
  padding-left:0;
}

#footer .blocks .block .paymentMethods {
  padding-right:30px;
}

#footer .blocks .block .paymentMethods img {
  margin:0 5px 5px 0;
}

#footer .blocks .block .hallmarks img {
  margin:0 5px 5px 0;
}

#footer .blocks .block .hallmarks a{
  padding-right:20px;
}

#formLogin input, #formNewsletter input {
  width:160px;
}

#footer .blocks .block h3 {
  margin-bottom:10px;
  text-transform:uppercase;
  font-size:12px;
}

#footer .blocks .block .button {
  line-height:25px;
}

#footer .blocks .block .links {
  list-style-type:none;
  margin:0;
  padding:0;
}

#footer .blocks .block .links li {
  padding:1px 0;
}

#footer .copyright {
  border-top:1px solid #ccc;
  font-size:11px;
  margin-top:30px;
  padding:15px 0;
  text-align:center;
  background:#fff;
}

#footer .copyright h3 {
  text-transform:uppercase;
  font-size:11px;
  background:#fff;
}
#footer .copyright .hallmarks {
  border-bottom:1px solid #000;
  padding-top:20px;
}

#footer .copyright .hallmarks a{
  padding-left:20px;
}

#slider {
  height:340px;
}

#tags {
  padding-bottom:20px;
}

#formTags {
  margin-top:20px;
}

#formTags input {
  width:150px;
}

#formTags .info {
  display:block;
  font-size:11px;
  margin-top:10px;
}

#formProduct {
  
}
#formProduct h3{
  text-transform:uppercase;
  font-size:11px;
  padding-bottom:5px;
  float:left;
}

#formProductQuantity {
  text-align:center;
  width:50px;
}

#textpage {
  color: #000000;

}
.seotxt {
    float: left;
}
.wysiwyg img.image {
  padding-left:20px;
}

.collectionContent {
  color: #555555;
  line-height: 1.5;
}

.collectionContent p {
  margin:5px 0;
}

.noProductsFound {
  color:#c93000;
  font-size:20px;
  margin:50px 0 80px 0;
  text-align:center;
}

.productsFilters {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 726px;
}

.productsFilters .priceFrom {
  float:left;
  padding-left:5px;
}

.productsFilters .priceSlider {
  float:left;
  width:100px;
  padding:0 10px;
}

#sliderMin, #sliderMax {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
  font-size:11px;
  border-radius:5px;
}

.productsFilters .priceSlider #sliderRange {
  border:1px solid #ccc;
  border-radius:5px;
  height:10px;
  margin:5px;
  position:relative;
  border-color:#d4d4d4;
}

.productsFilters .priceSlider #sliderRange .ui-slider-range {
  background-color:#eee;
  height:10px;
  position:absolute;
}

.productsFilters .priceSlider #sliderRange .ui-slider-handle {
  background-color:{{ '#c93000' | color_mix('#ffffff', 0.5) }};
border:1px solid #c93000;
border-radius:5px;
display:block;
margin:-4px 0 0 -9px;  
position:absolute;
width:16px;
height:16px;
background-color: #4E9EBB;
border-color: #000000;
}

.productsFilters .priceTo {
  float:left;
}

.productsFilters .sort {
  float:right;
  margin-left:10px;
}

.productsFilters .mode {
  float:right;
  margin-left:10px;
}

.productsFilters .limit {
  float:right;
}
.productsList {
  margin:10px 0 20px 0;
}

.productsList .product {
  background-color:#fff;
  border-bottom:1px solid #ccc;
  padding:15px 0;
}

.productsList .productImage {
  float:left;
  padding:5px;
}

.productsList .info {
  margin-left:280px;
}

.productsList .info h3 {
  font-size:14px;
  height:36px;
  line-height:18px;
  margin-bottom:10px;
  overflow:hidden;
}

.productsList .info p {
  line-height:1.5;
  margin:0 200px 0 0;
}

.productsList .info .priceHolder {
  float:right;
  padding:20px 60px 0 0;
}

.productsList .info .priceHolder .priceOld {
  background:url('price-strike.png') no-repeat -3px 50%;
  display:block;
  line-height:24px;
  padding-left:10px;
}

.productsList .info .priceHolder .price {
  display:block;
  font-size:30px;
  font-weight:normal;
  margin:5px 0 20px 10px;
}

.productsList .info .priceHolder .button {
  margin-left:10px;
}
#content .productsGridIndex {
  float:left!important;
}
#content .productsGrid {
  float:right;
  width:726px;
}
#content .relatedProducts .productsGrid {
  float:left;
  width:auto;
  margin-top:20px;
}
.productsGrid .product {
  background-color:#fff;
  border:1px solid #e5e5e5;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  width:220px;
  border-bottom:0;
  position:relative;
}

.productsGrid .imgshadow {
  clear: both;
  float: left;  
  height: 7px;
  position: absolute;
  width: 220px;
  background: url("product-shadow.png") no-repeat scroll 0 0 transparent;
}

.productsGrid .product img {
  margin:5px;
  text-align:center;
}

.productsGrid .product .info {
  border-top:1px solid #FFFFFF;
  padding:5px;
}

.productsGrid .product .info h3 {
  display:block;
  font-size:12px;
  height:36px;
  line-height:18px;
  overflow:hidden;
  margin:5px 0;
  text-align:center;
}

.productsGrid .product .info .price {
  display:block;
  line-height:24px;
  padding-bottom:2px;
}

.productsGrid .product .info .price strong {
  color:#c93000;
  float:right;
  font-size:18px;
  margin-right:5px;
}

.productsGrid .product .info .price span {
  background: url("price-strike.png") no-repeat scroll 0 0 transparent;
  display: block;
  float: right;
  margin-right: 5px;
  text-align: right;
}

.categoriesGrid .category {
  background-color:#fff;
  border:1px solid #e5e5e5;
  border-bottom-width:3px;
  float:left;
  margin-right:30px;
  margin-bottom:20px;
  width:220px;
}
#content .catalogContent {
  width:726px;
  margin-bottom:20px;
}
.categoriesGrid .category.last{
  margin-right:0;
}
#content .categoriesGrid.plusInfo {
  float:left;
  width:726px;
}
.categoriesGrid.plusInfo .category {
  width:220px;
}

.categoriesGrid.plusInfo .category img {
  margin:5px;
}

.categoriesGrid.plusInfo .category h3 {
  background-color:#e5e5e5;
  display:block;
  font-size:14px;
  line-height:18px;
  padding:7px 0;
  text-align:center;
}

.pager {
  padding:10px 0;
}

.pager .info {
  float:left;
  padding:5px 0;
}

.pager ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
}

.pager ul li {
  float:left;
  padding:5px 2px;
}

.pager ul li.prev {
  padding-right:7px;
}

.pager ul li.next {
  padding-left:7px;
}

.pager ul li.number {
  padding:0 2px;
}

.pager ul li.number a {
  background-color:#fff;
  border:1px solid #ccc;
  display:block;
  padding:4px 7px;
}

.pager ul li.number.active {
  font-weight:bold;
}

.pager ul li.number.active a {
  color:#c93000;
}

#product {
  margin:10px 0 10px 0;
}

#product .socials {
  float: left;
}
#product .socials .social {
  display:inline;
}
#product .socials ul{
  list-style-type:none;
  margin:0;
  padding:5px 0;
  width:485px;
}

#product .productInfoHolder {
  float:left;
  width:978px;
}

#product .productInfoHolder .images {
  float:left;
  position:relative;
}

#product .productInfoHolder .images .zoomPad {
  background-color:#fff;
  border:1px solid #e5e5e5;
}

#product .productInfoHolder .images .thumbs {
  padding:15px 0;
}

#product .productInfoHolder .images .thumbs .thumb {
  background-color:#fff;
  border:1px solid #e5e5e5;
  float:left;
  margin:0 16px 10px 0;
  padding:3px;
}

#product .productInfoHolder .images .thumbs .thumb.last {
  margin-right:0;
}
.reviewscontainer .userReviews {
  
}

#product .productInfoHolder .userReviews {
  margin-top:20px;
}

#product .productInfoHolder .userReviews h3 {
  font-size:14px;
  margin-bottom:10px;
}

#product .productInfoHolder .userReview {
  border-bottom:1px solid #e5e5e5;
  margin-bottom:15px;
}

#product .productInfoHolder .userReview .title {
  background-color:#eee;
  padding:5px 7px;
}

#product .productInfoHolder .userReview .content {
  background-color:#fff;
  padding:7px;
}

#product .productInfoHolder .stars {
  float: right;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  width: 80px;
}
#product .productInfoHolder .stars .stars_bg {
  background:url(stars.png) top left no-repeat;
  width:80px;
  height:16px;
}
#product .productInfoHolder .stars .stars_on {
  background:url(stars.png) bottom left no-repeat;
  height:16px;
  float:left;
}

#product .productInfoHolder .productInfo {
  margin-left: 475px;
  
  padding-left: 20px;
  width: 475px;
  background:#f5f5f5;
  padding-right:8px;
}
.reviewsContainer .brand {
  padding-top: 10px;
  float:left;
}
#product .productInfoHolder .productInfo .brand {
  margin-bottom:20px;
  padding-top:10px;
}

#product .productInfoHolder .productInfo h1 {
  font-size:18px;
  margin-bottom:0;
}
#product .productInfoHolder .productInfo .code {
  font-size:11px;
}
#product .productInfoHolder .productInfo .description {
  margin-bottom:0;
}
#product .productInfoHolder .productInfo .description a{
  color:#4E9EBB;
  font-weight:bold;
  text-decoration:underline;
}
#product .productInfoHolder .productInfo .productAttrs ul {
  margin:5px 0 0 0; 
}
#product .productInfoHolder .productInfo .productAttrs {
  line-height:1.5;
  margin-bottom:5px;
  padding-right:10px;
}

#product .productInfoHolder .productInfo .priceOld {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}

#product .productInfoHolder .productInfo .price {
  border-bottom: 1px solid #c5c5c5;
  color: #4E9EBB;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: right;
  padding-right:10px;
}

#product .productInfoHolder .productInfo .price .vat {
  font-size:12px;
}

#product .productInfoHolder .productInfo .variants {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom:25px;
}

#product .productInfoHolder .productInfo .variants h3{
  padding-bottom:5px;
  text-transform:uppercase;
  font-size:11px;
}

#product .productInfoHolder .productInfo .variants select {
  max-width:310px;
  min-width:200px;
}

#product .detailsHolder {
  float: left;
  margin-right: 78px;
  margin-top: 50px;
  padding-bottom: 30px;
  width: 550px;
}

#product .detailsHolder .blockHolder {
  margin-bottom:15px;
  padding-bottom:15px;
}

#product .detailsHolder .blockHolder.first {
  padding-top:20px;
}

#product .detailsHolder-right {
  float: left;
  margin-top: 50px;
  padding-bottom: 30px;
  width: 350px;
  
}

#product li.bestellen {
  background: url("checkmark.gif") no-repeat;
  padding:0 15px;
  margin-left:-40px;
  list-style:none;
}

#product li.retourrecht {
  background: url("checkmark.gif") no-repeat;
  padding:0 15px;
  margin-left:-40px;
  list-style:none;
}

#product li.kwaliteit {
  background: url("checkmark.gif") no-repeat;
  padding:0 15px;
  margin-left:-40px;
  list-style:none;
}

#product li.verzending {
  background: url("checkmark.gif") no-repeat;
  padding:0 15px;
  margin-left:-40px;
  list-style:none;
}

#product .detailsHolder-right .blockHolder {
  margin-bottom:15px;
  padding-bottom:15px;
}

#product .detailsHolder-right .blockHolder.first {
  padding-top:20px;
}


.addReview {
  padding-left:10px;
}

#product .tabs {
  height:29px;
  margin-top:20px;
  float:left;
}

#product .tabs ul {
  float:left;
  height:29px;
  list-style-type:none;
  margin:0;
  padding:0;
  cursor: pointer;
}

#product .tabs ul li {
  float:left;
  margin-right:5px;
}

#product .tabs ul li a {
  background-color:#eee;
  border:1px solid #ccc;
  border-bottom:0;
  display:block;
  line-height:28px;
  padding:0 10px;
}

#product .tabs ul li.active a {
  background:url("block-bg.png") repeat scroll 0 0 transparent;
  padding-bottom:1px;
  color:#fff;
}

#product .tabsPages {
  background: -moz-linear-gradient(center top , #EEEEEE, #FFFFFF) repeat-x scroll left top #FFFFFF;
  border:1px solid #ccc;
  line-height:1.5;
  float:left;
  width:100%;
}

#product .tabsPages .page {
  display:none;
  overflow:auto;
  padding:10px;
}

#product .tabsPages .page.active {
  display:block;
}

.productInfo .links {
  float: left;
  font-size: 11px;
  margin-bottom: 5px;
  padding-top: 5px;
}

.productInfo .links ul {
  list-style-type:none;
  margin:0;
  padding:0;
  
}

.productInfo .links ul li {
  padding:2px 4px 2px 0;
}
.productInfo .links ul li.wishlist a {
  background: url("wishlist-add-icon.png") no-repeat scroll left center transparent;
  padding:12px 17px 12px 23px;
}
.productInfo .links ul li.contact a {
  background: url("chat-icon.png") no-repeat scroll left center transparent;
  padding:12px 17px 12px 23px;
}
.productInfo .links ul li.compare a {
  background: url("generate-tables-icon.png") no-repeat scroll left center transparent;
  padding:12px 17px 12px 23px;
}
.productInfo .links ul li.print a {
  background: url("printer-icon.png") no-repeat scroll left center transparent;
  padding:12px 17px 12px 23px;
}
#product .relatedProducts {
  float:left;
  width:458px;
  position:relative;
}

#product .relatedProducts h3 {
  font-size:14px;
  margin-bottom:10px;
}
#product .relatedProducts .productsGrid {
  float: left;
  width:458px!important;
}

#product .relatedProducts .productsGrid .product {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  width: 200px;
}
#product .relatedProducts .productsGrid .product img {
  margin: 5px;
  text-align: center;
}
#product .relatedProducts .productsGrid .product .info {
  border-top-color: #FFFFFF;
}
#product .relatedProducts .productsGrid .product h3 {
  font-size: 12px;
  margin-bottom: 10px;
}
#product .relatedProducts .productsGrid .product .info .price {
  display: block;
  line-height: 24px;
  padding-bottom: 2px;
}
#product .relatedProducts .productsGrid .imgshadow {
  background: url("product-shadow.png") no-repeat scroll 0 0 transparent;
  clear: both;
  float: left;
  height: 7px;
  position: absolute;
  width: 200px;
}

#messages {
  font-size:12px;
  line-height:16px;
  font-weight:bold;
}
#messages ul {
  list-style-type:none;
  padding:5px 5px 5px 26px;
  border:1px solid #3B5998;
  color:#3B5998;
  text-shadow:0 1px #FFF;
  background:url(icon-message-info.png) 5px 5px no-repeat #ECEFF5;
  margin-bottom:10px;
}
#messages ul.success {
  border-color:#609946;
  color:#609946;
  background:url(icon-message-success.png) 5px 5px no-repeat #EFF5ED;
}
#messages ul.error {
  border-color:#DD3C10;
  color:#DD3C10;
  background:url(icon-message-error.png) 5px 5px no-repeat #FCECE8;
}


#product_content_reviews .score {
  background: none repeat scroll 0 0 #F5F5F5;
  padding: 5px;
}
#product_content_reviews .score a {
  float:right;
  display:block;
  width:130px;
  height:22px;
  color:#FFFFFF;
  background:#4e9ebb;;
  text-decoration:none;
  font-weight:bold;
  line-height:22px;
  text-align:center;
}
#product_content_reviews .score a:hover {
  text-decoration:underline;
}
#product_content_reviews .score .stars {
  float:left;
  height:24px;
  width:80px;
  text-align:center;
  font-weight:bold;
  padding-top:3px;
}
#product_content_reviews .score .stars .stars_bg {
  background:url(stars.png) top left no-repeat;
  width:80px;
  height:16px;
}
#product_content_reviews .score .stars .stars_on {
  background:url(stars.png) bottom left no-repeat;
  height:16px;
  float:left;
}
#product_content_reviews .score .stars_score {
  float:left;
  height:24px;
  line-height:24px;
  margin-left:10px;
}
#product_content_reviews_ajax {
  border-top:1px solid #FFF;
  margin-top:5px;
}
#product_content_reviews_ajax .loader {
  height:120px;
  background:url(spinner_large.gif) center no-repeat;
  border-top:1px solid #FFF;
}
#product_content_reviews_ajax .review {
  border-bottom:1px solid #FFF;
}
#product_content_reviews_ajax .review .message {
  padding:10px;
}
#product_content_reviews_ajax .review .details {
  height:24px;
  line-height:24px;
  background:#E6E1D9;
  text-indent:10px;
  border-top:1px solid #FFF;
}

#menu {
  list-style:none;
  margin:0;
  height:40px;
  padding:0;
  -moz-box-shadow:inset 0px 0px 1px #edf9ff;
  -webkit-box-shadow:inset 0px 0px 1px #edf9ff;
  box-shadow:inset 0px 0px 1px #edf9ff;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: url("block-bg.png") repeat-x scroll left bottom #FFFFFF;
  border-left: 1px solid;
  border-right: 1px solid;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #42869E #42869E #366E82;
}

#menu li.first {
  border-left:0;
  width:40px;
  height:40px;
  display:block;
}
#menu .item a.itemLink img {
  margin-top: 5px;
}
#menu li.first a{
  width:40px;
  height:40px;
}
#menu li {
  border-left: 1px solid #42869E;
  float: left;
  font-weight: bold;
  position: relative;
  z-index:9999;/* IE7 Fix */
  display:block;
}

#menu li.alleshops{
  border-left: 1px dotted #83BBCF;
  border-right: 0;
  float: right;
  font-weight: bold;
  position: relative;
  width:150px;
  background:url('bg-allshops.png') no-repeat scroll;
  height:40px;
}

#menu li.alleshops a {
  text-align: center;
}

#menu li.last {
  border-right: 1px dotted #83BBCF;
}

#menu li:hover {
  background:url('nav-bg-mo.png');
  color:#ffffff;
}

#menu li a {
  display: block;
  font-size: 11px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  color:#fff
}

#menu li ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}


#menu li ul li a.first {
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom:1px solid #000;
  color:#161616;
}

#menu li:hover a {
  color:#161616;
  
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
  float:left;
  position:absolute;
  left:-999em; /* Hides the drop down */
  text-align:left;
  padding:10px 5px 10px 5px;
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #F4f4f4;
  border-color: #CCCCCC #CCCCCC #B2B2B2;
}
.shops {
  position:relative;
  float:right;
  margin-right:-2px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 600px;}
.dropdown_5columns {width: 700px;}
.dropdown_4columns.shops {width: 280px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
  left:-1px;
  top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
  display:inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.col_1 {width:150px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:590px;}
.col_5 {width:690px;}



#menu p, #menu h2, #menu h3, #menu ul li {
  font-family:Arial, Helvetica, sans-serif;
  line-height:21px;
  font-size:12px;
  text-align:left;
}
#menu h2 {
  font-size:21px;
  font-weight:;
  letter-spacing:-1px;
  margin:7px 0 14px 0;
  padding-bottom:14px;
  border-bottom:1px solid #666666;
}
#menu h3 {
  border-bottom: 1px solid #888888;
  font-size: 11px;
  margin: 7px 0 14px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

#menu li:hover a {
  font-size:11px;
  color:#015b86;
}

#menu li:hover a:hover {
  color:#029feb;
}

#menu li ul {
  list-style:none;
  padding:0;
  margin:0;
}

#menu li ul li {
  border: 0 none;
  float: left;
  font-size: 11px;
  padding: 0;
  position: relative;
  text-align: left;
  margin:0 40px 5px 5px;
}
#menu li ul li.last {
  margin:0 0 5px 5px;
  border:0;
}

#menu li ul li a {
  padding: 0;
  line-height:20px;
}

#menu li ul li ul li {
  padding: 0;
  margin:0 ;
  line-height:20px;
}

#menu li ul li.shops {
  font-size:11px;
  position:relative;
  padding:0;
  margin:0;
  float:left;
  text-align:left;
  border:0;
}

#menu li ul li:hover {
  background:none;
  border:none;
  padding:0;
}

#menu .advertentie-menu {
  background: url("block-bg.png") repeat-x scroll left bottom #FFFFFF;
  float: left;
  height: 40px;
  margin: 40px 0 10px 5px;
  width: 590px;
  line-height:40px;
}

#menu .advertentie-menu a.menubtnlink{
  text-decoration:none;
  text-transform:none;
  color:#FFFFFF;
  float:right;
}

#menu .advertentie-menu a.menubtnlink:hover{
  text-decoration:none;
  text-transform:none;
  color:#ccc;
}


a.active{
  color: #029FEB;
  font-weight:bold;
}

.timer {
  background: none repeat scroll 0 0 #F4F4F4;
  color: #000000;
  height: 15px;
  margin-top: 15px;
  text-align: right;
}
#tagsWrapper {
  border-top:1px solid #ccc;
  display: block;
  float: left;
  list-style-type:none;
}

.shoppingbag {
  float: left;
  margin-right: 10px;
}

#menu li.sale {
  background: url("nav-sale-bg.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #D8288F;
  float: right;
}
#menu li.tips {
  background:url('nav-sale-bg.png');
}
#menu li.sale:hover {
  background-color:#ffffff;
  background:url('nav-bg-mo.png') repeat;
}
#content .collectionHeader {
  background:url('cat-header.jpg');
  line-height: 1.5;
  margin-bottom: 20px;
  width: 726px;
  height:100px;
  float:left;
}

#content .collectionHeader h1 {
  color:#555;
  padding:30px 0 0 10px;
  font-size:30px;
  text-shadow: 1px 1px 10px #bcbcbc;
}

#product .productInfoHolder .productInfo .paymentDetails {
  width:453px;
  float:left;
  padding:10px 0;
  border-bottom:1px solid #ccc;
}

#product .productInfoHolder .productInfo .paymentDetails a.wishlist span {
  background: url("btn-verlanglijst.gif") no-repeat scroll right center transparent;
  float: right;
  line-height: 21px;
  padding-right: 10px;
  text-decoration: none;
}


#product .productInfoHolder .productInfo .paymentDetails a.wishlist {
  background: url("btn-verlanglijst.gif") repeat-x scroll left center transparent;
  float: right;
  height: 21px;
  padding-left: 10px;
  text-decoration: none;
}
.gridAddToCart {
  padding-top:10px;
}

.gridAddToCart a.btnLink span {
  background: url('btn-verlanglijst.gif') no-repeat scroll right center transparent;
  float: left;
  line-height: 21px;
  padding-right: 10px;
  text-decoration: none;
}

.gridAddToCart a.btnLink {
  background: url('btn-verlanglijst.gif') repeat-x scroll left center transparent;
  float: left;
  height: 21px;
  padding-left: 10px;
  text-decoration: none;
}

.banners {
  float:right;
  width:228px;
  margin-left:24px;
}
.banners h3 {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom:10px;
}

.banners .block {
  background: none repeat scroll 0 0 #F5F5F5;
  border-top: 1px solid #000000;
  margin-bottom: 10px;
  min-height: 150px;
  padding: 5px;
}

.banners .block ul {
  list-style:none;
  padding:2px;
}

.banners .block li {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 25px;
  padding-left: 20px;
}

.banners .block li.bestellen {
  background-image: url("checkmark.gif");
}

.banners .block li.retourrecht {
  background-image: url("checkmark.gif");
}

.banners .block li.kwaliteit {
  background-image: url("checkmark.gif");
}

.banners .block li.verzending {
  background-image: url("checkmark.gif");
}
.md {
  background: url("moederdag.png") repeat-x;
}

.labels {
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 60px;
  z-index: 99;
}
.perc {
  background: none repeat scroll 0 0 #1277BE;
  border: 1px solid #0C5A91;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px;
  position: absolute;
  right: 5px;
  top: 50px;
  z-index: 100;
}
.promo {
  background:url("sale.png");
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 60px;
  z-index: 99;
}
.promo1 {
  background:#eee;
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 60px;
  z-index: 99;
}
.uitverkocht {
  background: url("uitverkocht.png") repeat scroll 0 0 transparent;
  bottom: 90px;
  height: 34px;
  position: absolute;
  right: -7px;
  width: 115px;
  z-index: 99;
}
.musthave {
  background: url("musthave.png") repeat scroll 0 0 transparent;
  height: 60px;
  position: absolute;
  width: 60px;
  z-index: 99;
  top:0;
  left:0;
}
.nieuw {
  background:url("nieuw.png") no-repeat;
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 60px;
  z-index: 99;
}
.populair {
  background: url("populair.png") repeat scroll 0 0 transparent;
  height: 60px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 60px;
  z-index: 99;
}
#overlay {
  display:none;
}
#overlay img {
  height: 32px;
  left: 90%;
  position: fixed;
  top: 80%;
  width: 32px;
  z-index: 100;
}
.arrow-related {
  left: 335px;
  position: absolute;
  top: -40px;
}
/*NODIG VOOR PRODUCTEN BIJLADEN, ALS JS ENABLED PAGER WORDT VERBORGEN*/
.js .pager { display:none; }
/*********************************************************************/
#toTop {
  width:120px;
  border:1px solid #ccc;
  background:#ccc;
  text-align:center;
  padding:5px;
  position:fixed; /* this is the magic */
  bottom:10px; /* together with this to put the div at the bottom*/
  right:10px;
  cursor:pointer;
  display:none;
  color:#333;
  font-family:verdana;
  font-size:11px;
  z-index:999999;
}

.btnWishlist {
  background: url("wishlist.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 21px;
  margin-left: 5px;
  width: 21px;
}
.newsletter {
  background: url("newsletter.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 25px;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 25px;
}
.nieuwsbrief {
  background: url("nieuwsbrief.png") repeat-x scroll 0 0 transparent;
  height: 38px;
  padding: 10px;
  position: relative;
}

/* filters */
#formProductsFilters .custom-filter {
  line-height:1.4;
  margin-top:5px;
}

#formProductsFilters .custom-filter {
  float: left;
  margin: 0 6px 0 0;
  width: 177px;
}

#formProductsFilters .custom-filter.last {
  margin-right:0;
}

#formProductsFilters .custom-filter .container {
  background-color:#fff;
  border:1px solid #ccc;
  padding:3px;
  overflow:auto;
  margin-top:3px;
  max-height:115px;
}

#formProductsFilters .custom-filter table {
  border-collapse:collapse;
  border-spacing:0;
}

#formProductsFilters .custom-filter td {
  padding:2px 0;
}

#formProductsFilters .custom-filter label {
  cursor:pointer;
  font-weight:normal;
}

#formProductsFilters .custom-filter input {
  border:0;
  margin:3px 5px 3px 3px;
  padding:0;
  width:13px;
  height:13px;
}

#formProductsFilters .custom-filter select {
  margin-top:3px;
  width:222px;
}

#formProductsFilters .custom-filter .count {
  color:#4E9EBB;
}
.uncheck {
  color: #000000;
  float: left;
  font-size: 11px;
  margin-top: 3px;
  text-decoration: underline;
}
#formProductsFilters .filterTitle {
  background: url("filterbg.png") repeat-x;
  padding:3px 5px 5px;
  color:#fff;  
}

/************ CUSTOM VARIANT POP-UP ********************/
.caption {
  position:absolute;
  left:75px;
  top:160px;
  border:1px solid #aaa;
  background:#eee;
  padding:2px;
  font-size:11px;
}
.relatedProducts .caption {
  left: 65px;
  top: 140px;
}
.caption:hover {
  background:#ddd;
}
.caption a {
  text-decoration:none;
  display:block;
}
#formVariants {display:none;}
#formVariantsThx {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#fff;}  
/* Container */
#simplemodal-container {min-height:480px!important; width:800px!important; color:#000; background-color:#fff; border:1px solid #555; padding:12px;z-index:9999!important;}
#simplemodal-container .simplemodal-data {/*padding:8px;*/}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {}
#simplemodal-container a.modalCloseImg {background:url('x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0; right:0; cursor:pointer;}
#simplemodal-container h3 {color:#4E9EBB; margin-bottom:10px;}
#simplemodal-container .variantsContainer {float:left; margin-left:15px; width:404px;}
#simplemodal-container .formVariantsContent img {float:left; margin-bottom:5px;}
#simplemodal-container .more {float: left;margin-bottom: 5px;text-decoration: underline; }
#simplemodal-container .variantsContainer .variants {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0;
  line-height: 28px;
  padding: 2px;
  position: relative;
  width: 404px;
  float:left;
  font-size:11px;
}
#simplemodal-container .variantsContainer .variants:hover {
  background-color:#eee;
}
#simplemodal-container .pop_image {float:left;width:381px;height:290px;}
#simplemodal-container .pop_desc {float:left; font-size:12px; color:#000; font-weight:normal; }
#simplemodal-container .pop_desc ul {margin-left:15px; padding:0;}
#simplemodal-container .pop_desc ul li span {color:#000!important;}
#simplemodal-container .variants input#formProductQuantity {width:20px; }
.pop_buttons {
  border-bottom: 1px solid #CCCCCC;
  float: right;
  margin: 10px 0 0 15px;
  padding-bottom: 10px;
  width: 404px;
}
.pop_title {}
.pop_price {
  bottom: 0;
  color: #4E9EBB;
  font-size: 24px;
  position: absolute;
  right: 0;
  font-weight:normal;
}
.pop_price_old {
  bottom: 2px;
  color: #000;
  font-size: 16px;
  position: absolute;
  right: 130px;
  background: url("price-strike.png") no-repeat scroll 0 0 transparent;
}
.pop_variantTitle {float:left;}
.pop_variantStock {
  float: left;
  left: 100px;
  position: absolute;
}
.pop_variantAdd {position: absolute; right: 0; margin-top:2px;}
.pop_headerContainer {margin-bottom: 10px; position: relative; float:left; width:404px;}
#form .variants img { position:absolute; width:20px; height:20px; right:0; }
#simplemodal-container input {
  width:20px;
  height:15px;
}

#simplemodal-container .button.green {
  background-color: #FF6C0D;
  border-color: #FF6C0D #D85B0B #B24B09;
  color: #FFFFFF;
}
#simplemodal-container .button.green:hover {
  background-color: #f44f17;
}
#simplemodal-container .button {
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-weight: bold;
  height: 25px;
  outline: medium none;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
  text-transform: none;
  width: auto!important;
}
#formVariantsThx .pop_succesButtons {
  float: left;
  margin-top: 87px;
}
#formVariantsThx .pop_succesButtons a {
  float:left;
  margin-right:20px;
  text-decoration:none;
}
#formVariantsThx .related {
  border-top: 1px solid #CCCCCC;
  float: left;
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
}
#formVariantsThx .pop_image {
  width:auto!important;
  height:auto!important;
}
#formVariantsThx .pop_desc {
  font-size:11px;
}
#formVariantsThx .pop_price {
  bottom: 8px;
  color: #4E9EBB;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 30px;
}
#formVariantsThx h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#formVariantsThx .related h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#formVariantsThx .gui-button-large.continue {
  background:#ccc;
}
#formVariantsThx .gui-button-large.continue:hover {
  background:#bbb;
}
#formVariantsThx .gui-button-large:hover {
  background:#ff7704;
}
#formVariantsThx .product {
  border:1px solid #e5e5e5;
  float:left;
  margin-right:10px;
  width:150px;
  border-bottom:0;
}
#formVariantsThx .product .relatedImage{
  width:120px;
  height:120px;
}
#formVariantsThx .product .imgshadow {
  clear: both;
  float: left;
  height: 7px;
  position: absolute;
  width: 150px;
  background: url("product-shadow.png") no-repeat scroll 0 0 transparent;
}
#formVariantsThx .product.last{
  margin-right:0;
}
#formVariantsThx .product .info {
  height: 40px;
  margin: 5px 0;
  padding: 0 5px;
}
#formVariantsThx .relatedPrice {
  padding: 0 5px;
  margin-bottom:5px;
}
#formVariantsThx .relatedImage img {float:left; margin-left:15px;}

.pop_variantStock span.green {
  background: url("opvoorraad.png") no-repeat scroll right center transparent;
  color: #55A825;
  float: left !important;
  font-size: 11px;
  font-weight: bold;
  width: 110px;
}
.pop_variantStock span.red {
  background: url("nietopvoorraad.png") no-repeat scroll right center transparent;
  color: red;
  float: left !important;
  font-size: 11px;
  font-weight: bold;
  width: 110px;
}
a.gui-button-large {
  background-color: #FF6C0D;
  border-color: #FF6C0D #D85B0B #B24B09;
  color: #FFFFFF;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

/************ END OF CUSTOM VARIANT POP-UP ********************/       
#cookie {
  background: url('cookiebar.png') repeat scroll 0 0 transparent;
  border: 1px solid #FFFFFF;
  bottom: 0;
  color: #FFFFFF;
  font-size: 9px;
  overflow: hidden;
  padding: 6px 6px 10px;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9998;
}

#cookie a {
  color:#ccc;
} 
#cookie a.button {
  background: none repeat scroll 0 0 green;
  border: 0 none;
  color: #FFFFFF;
  padding: 2px;
}
.enlarge {
  background: none repeat scroll 0 0 #000000;
  border-radius: 10px 0 0 0;
  height: 30px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 315px;
  width: 30px;
  z-index: 99;
}

.enlarge > img {
  margin-left: 5px;
  margin-top: 5px;
}/*******************************/
/*                             */
/*   WEBDINGE.NL CUSTOM MENU   */
/*                             */
/*******************************/

.wrapper_menu {
  background:url('block-bg.png') repeat-x bottom left transparent;
  display: block;
  position: absolute;
  z-index: 999;
  width:978px;
}
.wrapper_menu .navwide {
  border-right: 1px solid #2380BD;
  float: left;
  font-weight: bold;
  height: 40px;
  position: relative;
}
.wrapper_menu .navwide .last {
  clear:both;
}
.wrapper_menu li .navwide:hover {
  border: medium none;
  height: 40px;
  padding-right: 1px;
}
.wrapper_menu .menu {
  list-style:none;
  width:978px;
  margin:0 auto;
  height:40px;
  padding:0 20px 0 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.menu li {
  float:left;
  text-align:center;
  position:relative;
  border:none;
}
.menu .navwide {
  display: block;
  float: left;
  position: static !important;
}
.navwide.blog {
  background: url("nav-sale-bg.png") repeat scroll 0 0 transparent;
  border-left: 1px solid #902960;
  border-right: 0 none;
  float: right;
}
.navwide.musthaves {
  background: url("nav-sale-bg.png") repeat scroll 0 0 transparent;
}
.menu li a {
  color: #fff;
  display: block;
  padding: 0 0 0 15px;
  text-decoration:none;
}

.menu li a:active {
color: #3d3d3d;
}
.menu li.first a:hover {
  background: none;
}

.dropdown_navwide .categorie {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  min-height: 125px;
  padding: 0 3px 5px;
  width: 200px;
}
.menu ul li.navwide a {
  color: #fff;
}
.menu .dropdown_navwide .categorie h2 a {
 color:#333; 
}
.menu ul li.navwide a span {
  display: block;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 0;
  text-transform:uppercase;
}

.menu .wrapper_menu ul li.navwide:hover {
background:#389ec9;
}
.menu .wrapper_menu ul li.navwide.blog:hover {
background:#902960;
}
.menu .wrapper_menu ul li.navwide.musthaves:hover {
background:#902960;
}
.menu ul li.navwide .dropdown_navwide .categorie ul li a span {
  color: #555;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-transform: normal;
  height: 0;
  line-height: 0;
  padding: 0;
}

.menu .wrapper_menu ul li.navwide a span img {
  margin-top:4px;  
}

.menu li.right:hover {
  margin-right:-1px;
}
.menu .dropdown_navwide {
  left: -999em;
  margin-left: -21px;
  margin-top: 13px;
  padding: 10px;
  position: absolute;
}

.menu .dropdown_navwide {
  background: none repeat scroll 0 0 #f0f0f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  margin-left: -22px;
  margin-top: 5px;
  width: 958px;
  z-index: -1;
}

.menu li:hover .dropdown_navwide {
  left:21px;
  top:35px;
  display: block;
}
.wrapper_menu_full .menu li:hover .dropdown_navwide {
  left:50%;
  margin-left:-470px;
}

.menu li.right:hover .dropdown_navwide {
  right:18px;
  top:33px;
}
.wrapper_menu_full .menu li.right:hover .dropdown_navwide {
  left:auto;
  right:50%;
  margin-right:-471px;
  top:32px;
}
.wrapper_menu ul {
  margin: 0;
  padding: 0;
}
.menu h2 {
  border-bottom: 3px solid #2380BD;
  color: #3D3D3D;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  margin-bottom: 15px !important;
  padding-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  width: 200px;
}
.menu h3 {
  font-weight:600;
  font-size:14px;
  margin-bottom:14px;
  padding-bottom:7px;
}
.wrapper_menu ul li.navwide div.dropdown_navwide div.categorie ul li a {
  color: #3D3D3D;
  padding: 5px 0 5px 20px;
}
.wrapper_menu ul li.navwide div.dropdown_navwide div.categorie ul li a:hover {
  color:#2380BD;
}
.menu li:hover div a {
  text-decoration:none;
  border:none;
  padding:0;
}

.menu li ul {
  list-style: none outside none;
  margin: 10px 0 12px;
  padding: 0;
}
.menu li ul li {
background: url("menu-arrow.png") no-repeat scroll left center transparent;
border-bottom: 1px solid #dedede;
padding: 2px 0;
text-align: left;
width: 200px;
}

.menu li ul li a:hover {
  background:none;
}
.menu {
  border: 1px solid #42869E;
  height: 40px;
  margin: 0 auto;
  width: 978px;
  z-index: 9999;
}
/* fixes */
.menu .categorie ul li a span {
  color:#999;
}
.menu .formSearch {
    float:right;
    font-size:14px;
    margin-top:4px;
  margin-right:5px;
}
.menu .formSearch .inputContainer {
    background-color:#fff;
    border:1px solid #ccc;
    height:26px;
    padding:2px 0 2px 7px;
    position:relative;
    width:170px;
}
.menu .formSearch .inputContainer input {
    border:0;
    line-height:16px;
    margin:0;
    outline:none;
    padding:5px 0;
    width:140px;
}
.menu .uitgelicht {
  position:relative;
}
.menu .imgshadow {
  background: url("product-shadow.png") no-repeat scroll 0 0 transparent;
  clear: both;
  float: left;
  height: 7px;
  left: 0;
  position: absolute;
  width: 200px;
}
#titel > a {
  color: #3D3D3D;
  margin: 10px;
}
#titel a:hover {
  color: #2380BD;
}
/* end WEBDINGE.NL CUSTOM MENU */
.freeshipping {
  display:block;font-size: 11px;margin-right: 5px;color:#555;text-align:right;height:10px;
}       
 .variants > ul {
  list-style: none outside none;
  margin: 5px 0;
  padding: 0;
}
.variants li {
  display: inline-block;
  margin: 10px 0;
}
.variants a.maat {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #999999;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;       
  font-weight: bold;
  padding: 10px;
  text-align: center;           
}
.variants a.selected {
  background:#777;
  color:#fff;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #999999;
  border-image: none;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 1px;       
  font-weight: bold;
  text-align: center;   
}
.variants a.maat:hover {
  background:#777;
  color:#fff;  
}
.maat.nov:hover {
  background:none!important; ; 
 color:#999!important; 
}
.maat.nov {
  color:#999;
text-decoration:none;
}

.categorie > span {
  text-align: left;
}

.categorie span a {
  color: #333333 !important;
}

#header .cartContainer .search {position:relative;}
.autocomplete {width: 265px;position: absolute;left: 10px;top: 53px;background: #FFF;border-radius: 4px;border: 1px solid #DDD;box-shadow:rgba(0,0,0,0.1) 0 0 10px;z-index: 9000;display: none;}
.autocomplete .arrow {position: absolute;left: 0;top: -10px;width: 100%;height: 10px;background: url(dropdown-arrow.png) 10px 0 no-repeat;}
.autocomplete .more {padding: 10px;border-top: 1px solid #eee;}
.autocomplete .more span {color: #999;}
.autocomplete .notfound {padding: 15px 10px;text-align: center;font-weight: bold;font-size: 12px;display: none;}
.autocomplete.noresults .products,
.autocomplete.noresults .more {display: none;}
.autocomplete.noresults .notfound {display: block;}
.products.products-livesearch .product {padding: 10px;clear: both;font-size: 12px;border-bottom:1px solid #EEE;}
.products.products-livesearch .product:hover {background-color:#EEE;}
.products.products-livesearch .product img {float: left;margin-right: 10px;}
.products.products-livesearch .product h4 {font-size: 12px;width:135px;line-height:17px;font-weight:normal;overflow: hidden;text-overflow: ellipsis;font-size: 13px;float:left;height:37px;}
.products.products-livesearch .product h4 a:hover {text-decoration:none;}
.products.products-livesearch .product p.price {width:60px;line-height:17px;margin:0;float:right;text-align:right;}
.products.products-livesearch .product p.price span {color: #333333;text-decoration: line-through;}

.product-configure-options, .product-configure-variants {display:none;}
.product-configure-custom-option label {
  color:#4E9EBB;
}
.product-configure-custom-option input[type=text] {
  width:40px;
}