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 {
    border:1px solid #ccc;
    border-radius:5px;
    color:#333;
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    line-height:30px;
    outline:none;
    padding:0 7px;
    text-decoration:none;
}

.button:hover {
    text-decoration:none;
}

.button.blue {
    background-color:#eb7f12!important;
    border-color:#f60!important;
    color:#fff!important;
}
.button.blue:hover {
    background-color:#ff9100!important;
    border-color:#ff7c00!important;
}
.button.blue:active
{
background-color:#eb7f12!important;
}
.button.blue span {
  background: url("cart-icon.png") no-repeat scroll right center transparent;
  padding-right:25px;
  display:block;
}
.button.green {
    background-color:#7bc900!important;
    border-color:#66A503!important;
    color:#fff!important;
    padding: 0 23px;
}
.button.green:hover {
    background-color:#84d501!important;
    border-color:#78a52f!important;
}
.button.green span{
  background: url("cart-icon.png") no-repeat scroll right center transparent;
  padding-right:25px;
  display:block;
}
.button.grey {
    background-color:#eee;
    border-color:#999;
    color:#333;
  text-shadow:0 1px 0 #fff;
}
.button.grey:hover {
    background-color:#f6f6f5!important;
    border-color:#999!important;
}
.button.grey span {
  background: url("details-icon.png") no-repeat scroll right center transparent;
  padding-right:25px;
  display:block;
}

.simpleBlock {
    background-color:#fff;
    border:1px solid #ddd;
    border-top-color:#e6e6e6;
    border-bottom-color:#ccc;
}

.simpleBlock h3 {
    border-bottom:1px solid #e6e6e6;
    display:block;
    font-weight:bold;
    padding:7px 0 7px 10px;
}

.simpleBlock .blockContent {
    padding:10px;
}

#topContainer{
  background:url('container-bg.png') repeat-x top left;
  height:40px;
}
#topContainer .top {
  font-size:11px;
}
#topContainer .top .support{
  float:left;
  margin-left:150px;
}

#topContainer .top .links {
  float:right;
}

#topContainer .top li{
  display: inline;
}
#topContainer .top ul {
  margin: 0;
  padding: 12px 0 0;
}
#main {
  background-color:#fff;
  margin: 0 auto;
  width:990px;
  padding-bottom:20px;
}

#headerContainer {
  margin: 0 auto;
  width: 990px;
  height:125px;
}
#header {
    background:url('header.png') no-repeat center left;
    height:125px;
  position: relative;
}

#header h1 {
    float:left;
}

#header h1 a {
    display:block;
    text-indent:-9999px;
    width:225px;
  height:125px;
}
#header .search {
  position: relative;
  right: 0;
  top: 85px;
}
#header .cartContainer {
  float: right;
  width: 300px;

}

#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 .cart {
background: url("block-cart-header.png") no-repeat scroll 5px 12px transparent;
color: #FFFFFF;
float: right;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
line-height: 20px;
padding: 10px 0 10px 40px;
position: absolute;
right: 0;
width: 125px;
z-index: 9999;

}

#header .cartContainer .cart .blockContent {
  line-height: 1.3;
  min-height: 27px;
  padding-left: 4px;
}

#header .cartContainer .cart .button {
    float:right;
    line-height:25px;
}

#header .formSearch {
    float:right;
    font-size:14px;
}

#header .formSearch .inputContainer {
    background-color:#fff;
    border:1px solid #ccc;
    height:26px;
    padding:2px 0 2px 7px;
    position:relative;
    width:220px;
  border-radius:5px;
}

#header .formSearch .inputContainer input {
    border:0;
    line-height:16px;
    margin:0;
    outline:none;
    padding:5px 0;
    width:185px;
}

#header .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;
}
#navbarContainer {

}
#navbar {
    background:#fff url('block-bg.png') repeat-x bottom left;
    border:1px solid #257199!important;
    position:relative;
    z-index:900;
    border-radius:5px 5px 0 0;
}

#navbar .nav {
    display:block;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}

#navbar .item {
  border-right: 1px solid #257199 !important;
  float: left;
  font-weight: bold;
  height: 40px;
  position: relative;
}

#navbar .item.first {
    border-left:0;
  height: 40px;
  width: 40px;
}
#navbar .item.first a{
  height:40px;
}

#navbar .item a.itemLink span {
  
}
#navbar .item a.itemLink img {
  margin-top:9px;
}
#navbar .item.active {
  background:url("block-bg-mo.png");
}
#navbar .itemLink {
    display:block;
    line-height:40px;
    padding:0 10px;
    text-decoration:none;
  text-shadow:0px 1px 0px #000;
}

#navbar .item.hover {
    background-color:#fff;
    z-index:920;
}

#navbar .item.hover .itemLink {
  background:url("block-bg-mo.png");
}

#navbar .subnav {
    background-color:#eee!important;
    border-bottom:5px solid;
    border-top:0;
    border-color:#2778a8!important;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow:1px 2px 6px rgba(0, 0, 0, 0.2);
    display:none;
    list-style-type:none;
    margin:0 0 0 -1px;
    min-width:170px;
    padding:10px 0;
    position:absolute;
    z-index:9960;
}

#navbar .subitem {
    border-bottom: 1px solid #DDDDDD;
  position: relative;
}

#navbar .subitemLink {
    display:block;
    padding:6px 40px 6px 20px;
    white-space:nowrap;
}

#navbar .subitemLink:hover {
    background-color:#f0f0f0;
}

#navbar .subsubnav {
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:0 5px 5px 5px;
    box-shadow:-1px 2px 6px rgba(0, 0, 0, 0.2);
    display:none;
    list-style-type:none;
    padding:10px 0;
    position:absolute;
    top:0;
    left:80%;
    z-index:980;
}

#navbar .subsubitem {
    position:relative;
}

#navbar .subsubitemLink {
    display:block;
    padding:6px 40px 6px 20px;
    white-space:nowrap;
}

#navbar .subsubitemLink:hover {
    background-color:#f0f0f0;
}
#sliderContainer {
  height: 320px;
  margin-bottom:15px;
}
#index .slider-wrapper {
}
#index .banners {

}
#index .banners .block {
}
#index .banners .block.newsletter{
    height:100px;
  background:#d29b6b;
}
#index .banners .block.newsletter p{
padding:5px;
text-align:center;
}

#index .banners h3 {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#content .productsGrid {
  width:558px;
  float:left;
}
#content {
    padding-bottom:10px;
}

#content .breadcrumbs {
    padding:15px 0 15px 0;
}

#content h1 {
    font-size:20px;
    margin-bottom:15px;
}

#content .collectionHeader h1 {
  font-size:12px;
  margin-bottom: 15px;
  margin-top: 50px;
  position:absolute;

}
#content .collectionHeader h1 span{
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
   color:#fff;
   border-radius:0 5px 5px 0;
}

#content h2 {
  background: url("block-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #257199;
  font-size:18px;
  margin-bottom: 10px;
  padding: 5px;
  color:#fff;
  text-shadow:0 1px 0 #000000;
}

#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;
  margin-left: 24px;
  width: 228px;
}
#content-right .block {
  margin-bottom: 5px;
  min-height: 150px;
  padding: 0 0 0 5px;
}
#content-right h3 {
  background: url("block-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #257199;
  font-size:14px;
  margin-bottom: 10px;
  padding: 5px;
  color:#fff;
  text-shadow:0 1px 0 #000000;
}
#content-right .block .contents {
  
}
#content-right .block .keurmerk{
  text-align:center;
  margin-top:15px;
}
#content-left {
  float:left;
  width:200px;
  margin-right:10px;
}
#content-left h3 {
  font-size: 11px;
  text-transform: uppercase;
}

#content-left .block {
  background: none repeat scroll 0 0 #eee;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius:5px;
}

#content-left .block ul {
  list-style:none;
  padding:2px;
}

#content-left .block li {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 5px;
}
#content-left div.block ul.payoff li {
  list-style-image: url("checkmark.gif") no-repeat;

}



/* SEOShop Accordion Menu v1. Copyrighted by Jaap Vermoolen */

#menuleft .container{
  border-top: medium none;
  padding: 10px 0 20px;
  min-height:100px;
}

#menuleft .section-title{  
  font-weight: bold;
  padding: 3px 0 4px;
}
#menuleft ul{
  margin: 0;
  padding: 7px 3px 0 33px;
  list-style-image:url("plus.gif");
  
}
#menuleft ul li a{  
  display:block;
}
#menuleft .container ul li.submenu a {
  padding-left:10px;
}

#menuleft .arrow {
  background: url("arrow.png") no-repeat scroll 10px 4px transparent;
}
#menuleft .submenu{  
  list-style-image: url("arrow.png");
  padding: 3px 0 4px;
}

#accordion.ui-accordion div.ui-accordion-content a.subcats {
  padding:3px 0 3px 10px;
  display:block;
}
#accordion.ui-accordion div.ui-accordion-content a.subcats.active {
  font-weight:bold;
  color:#fff;
  background:#65bef5;
}
#footerContainer {
    background: url("footer-bg.png") repeat-x scroll 0 0 #fff;
}
#footer {
  padding: 10px 0;
}
#footer .title {
  
}
#footer .title h3{
  color: #FFFFFF;
  float: left;
  font-size:18px;
  text-indent: 10px;
  text-shadow: 0 1px 0 #000000;
  width: 244px;
  padding-top:6px;
}
#footer .tags {
    border-bottom:1px solid #ccc;
    padding:15px 0;
}

#footer .tags ul {
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
    width:163px;
}

#footer .tags ul li {
    padding:1px 0;
}

#footer .tags ul li a span {
    color:#c93000;
}

#footer .blocks {

}

#footer .blocks .block {
    float:left;
    width:120px;
}

#footer .blocks .block.first {
    padding-left:0;
  margin:0;
  width:auto!important;
}
#footer .blocks .block.last {
  border-left: 1px solid #CCCCCC;
  float: right;
  padding: 0 0 0 5px;
}
#footer .blocks .block.last p{
  margin-top: 0;
  padding: 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;
}

#formLogin input, #formNewsletter input {
  color: #BBBBBB;
  font-size: 11px;
  width: 75px;
  padding:5px;
}

#footer .blocks .block h3 {
  border-bottom: 1px solid #999999;
  font-size:14px;
  margin-bottom: 10px;
}

#footer .blocks .block .button {
    line-height:25px;
}

#footer .blocks .block .links {
    list-style-type:none;
    margin:0;
    padding:0;
}

#footer .blocks .block .links li {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #BBBBBB;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  padding: 4px;
}
#footer .blocks .block .links li a{
  text-decoration:none;
}
#footer .blocks .block .links li:hover {
  background: none repeat scroll 0 0 #ccc;
}

#footer .copyright {
    border-top:1px solid #ccc;
    font-size:11px;
    margin-top:30px;
    padding:15px 0;
    text-align:center;
}
.emailbutton {
  background: url("emailbutton.png") no-repeat scroll 0 -2px transparent;
  display: block;
  float: right;
  height: 30px;
  width: 30px;
}

#index {

}

#index #textpage {
    padding-top:20px;
}

#slider {
    height:250px;
}

#tags {
    padding-bottom:20px;
}

#formTags {
    margin-top:20px;
}

#formTags input {
    width:150px;
}

#formTags .info {
    display:block;
    font-size:11px;
    margin-top:10px;
}

#formProductQuantity, #formProductQuantity1 {
  float: left;
  margin-left: 5px;
  margin-right: 20px;
  margin-top: 3px;
  text-align: center;
  width: 20px;
}

#textpage {
    line-height:1.5;
    padding-bottom:20px;
}

.wysiwyg img.image {
    padding-left:20px;
}

.collectionContent {
    line-height:1.5;
    margin-bottom:20px;
}

.collectionContent p {
    margin:5px 0;
}

.noProductsFound {
    color:#c93000;
    font-size:20px;
    margin:50px 0 80px 0;
    text-align:center;
}

.productsFilters {
border-bottom: 1px solid #CCCCCC;
float: left;
margin-bottom: 10px;
padding: 5px 0;
width: 558px;
}

.productsFilters .priceFrom {
    float:left;
}

.productsFilters .priceSlider {
    float:left;
    width:150px;
    padding:0 10px;
}

#sliderMin, #sliderMax {
    padding-left:0;
    padding-right:0;
    text-align:center;
    width:60px;
}

.productsFilters .priceSlider #sliderRange {
    border:1px solid #ccc;
    border-radius:5px;
    height:10px;
    margin:5px;
    position:relative;
}

.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;
}

.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 transparent;
    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;
}

.productsGrid .product {
  position:relative;
    float:left;
    margin-right:9px;
    margin-bottom:20px;
    width:180px;
}



.productsGrid .product.last{
    margin-right:0;
}

.productsGrid .product img {
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
}

.productsGrid .product .info {
    padding:5px;
}

.productsGrid .product .info h3 {
    display:block;
    font-size:12px;
    height:36px;
    line-height:18px;
    overflow:hidden;
}

.productsGrid .product .info .price {
  display: block;
  font-size:20px;
  padding-bottom: 2px;
  
}

.productsGrid .product .info .price strong {
    color:#c93000;
    float:right;
    font-size:18px;
    margin-right:20px;
}

.productsGrid .product .info .price span {
  color: #338AFE;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
}

.categoriesGrid.plusInfo {
  float: left;
}
.categoriesGrid .category {
    background-color:#fff;
    border:1px solid #e5e5e5;
    border-bottom-width:3px;
    float:left;
    margin-right:15px;
    margin-bottom:20px;
    width:174px;
}

.categoriesGrid .category.last{
    margin-right:0;
}

.categoriesGrid.plusInfo .category {
    width:174px;
}

.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 {
    float: left;
  margin-left: 215px;
  padding: 10px 0;
}

.pager .info {
    float:left;
    padding:5px 0;
}

.pager ul {
  display: block;
  list-style-type: none;
  margin: 0 0 0 415px;
  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 {

}

#product .socials {
  float: right;
}

#product .socials ul{
  list-style-type:none;
}

#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 {
    background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 5px 10px 6px;
}

#product .productInfoHolder .images .thumbs .thumb {
    background-color:#fff;
    border:1px solid #ddd;
    float:left;
    margin:0 6px 10px 0;
    padding:3px;
  border-radius: 5px 5px 5px 5px;
}

#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: 410px;


}
.reviewsContainer .brand {
  padding-top: 10px;
  float:left;
}
#product .productInfoHolder .productInfo .brand {
    margin-bottom:20px;
  padding-top:10px;
}

#product .productInfoHolder .productInfo h1 {
    font-size:20px;
  margin-bottom:0;
}

#product .productInfoHolder .productInfo .description {
    margin-bottom:10px;
}

#product .productInfoHolder .productInfo .productAttrs {
    line-height:1.5;
    margin-bottom:5px;
  width:358px;
}

#product .productInfoHolder .productInfo .priceOld {
color: #338AFE;
font-size: 16px;
position: absolute;
right: 0;
text-align: right;
top: 8px;
}

#product .productInfoHolder .productInfo .price {
font-size: 24px;
position: relative;
text-align: left;
}

#product .productInfoHolder .productInfo .addcartContainer {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  float: left;
  padding: 5px;
  width: 346px;
}
#product .productInfoHolder .productInfo .addcartContainer .row {
  border-bottom: 1px solid #DDDDDD;
  padding: 5px 0;
}
#product .productInfoHolder .productInfo .addcartContainer .row.first {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 5px 0;
}
#product .productInfoHolder .productInfo .addcartContainer .row.question {
  border-bottom: 0 none;
}
#product .productInfoHolder .productInfo .addcartContainer .add-to-cart {
  
}
#product .productInfoHolder .productInfo .addcartContainer .stockTrack {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 323px;
  border: 1px solid #DDD;
  padding:10px;
  border-radius:5px;
  float:left;
  padding-top:5px;
}
#product .productInfoHolder .productInfo .addcartContainer .stockTrack .green {
  background: url("opvoorraad.png") no-repeat scroll left center transparent;
  color: #55A825;
  font-weight: bold;
  padding-left: 18px;
}
#product .productInfoHolder .productInfo .addcartContainer .stockTrack .red {
  background: url("nietopvoorraad.png") no-repeat scroll left center transparent;
  color: #F00;
  font-weight: bold;
  padding-left: 18px;
}
.soldOut {
  color: #FF0000;
  float: left;
  font-weight: bold;
  line-height: 14px;
  margin: 15px 5px 0 0;
}
#product .productInfoHolder .productInfo .price .vat {
    font-size:12px;
}

#product .productInfoHolder .productInfo .variants {

}

#product .productInfoHolder .productInfo .variants h3{

}

#product .productInfoHolder .productInfo .variants select {
    max-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 .productInfoHolder .productInfo .paymentDetails {
 
}

#product li {

}



#product .detailsHolder-right .blockHolder {
    margin-bottom:15px;
    padding-bottom:15px;
}

#product .detailsHolder-right .blockHolder.first {
    padding-top:20px;
}


#product .productInfoHolder .tabs {
    height:29px;

}

#product .productInfoHolder .tabs ul {
    float:left;
    height:29px;
    list-style-type:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

#product .productInfoHolder .tabs ul li {
    float:left;
    margin-right:5px;
}

#product .productInfoHolder .tabs ul li a {
  -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-color: #DDDDDD;
  border-radius: 5px 5px 0 0;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  display: block;
  line-height: 28px;
  padding: 0 5px;
}

#product .productInfoHolder .tabs ul li.active a {
    background:url("block-bg.png") repeat scroll 0 0 transparent;
    padding-bottom:1px;
    color:#fff;
  text-shadow:0 1px 0 #000000;
}

#product .productInfoHolder .tabsPages {
  background: -moz-linear-gradient(center top , #EEEEEE, #FFFFFF) repeat-x scroll left top #FFFFFF;
  border: 1px solid #ddd;
  line-height: 1.5;
  border-radius: 0 5px 5px 5px;
}

#product .productInfoHolder .tabsPages .page {
display: none;
overflow: auto;
padding: 15px 10px;
}

#product .productInfoHolder .tabsPages .page.active {
    display:block;
}

.productInfo .links {
  float:left;
  padding-top:5px;
  font-size: 11px;

}

.productInfo .links ul {
    list-style-type:none;
    margin:0;
    padding:0;

}

.productInfo .links ul li {
  display: inline;
  padding: 2px 4px 2px 0;
    float:left;
}
 .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 .productInfoHolder .relatedProducts h3 {
  font-size:18px;
}
#product .productInfoHolder .relatedProducts .productsGrid .product .info h3 {
  font:11px 'Arial,Helvetica,Lucinda Grande',sans-serif!important;
  height:60px;
}
#product .productInfoHolder .relatedProducts .productsGrid .product .info .price strong {
  float:none;
  margin:0;
  font-size:12px;
}
#product .productInfoHolder .relatedProducts .productsGrid .product .info .price span {
  float:right;
  font-size:11px;
}
#product .productInfoHolder .relatedProducts {
  float:left;
  margin-top:20px;
  position:relative;
}
#product .productInfoHolder .relatedProducts .productsGrid{
  width:400px;
}
#product .productInfoHolder .relatedProducts .productsGrid .product{
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 100px;
}

#product .productInfoHolder .tabsContainer .tabs-white-space {
  background:#fff;
  border:1px solid #000;
}
#product .productInfoHolder .tabsContainer {
  float:left;
  margin-top:10px;
  width:358px;
}

#product .productInfoHolder .productInfo .addcartContainer .row ul {
  display: block;
  line-height: 20px;
  list-style: none outside none;
  margin: 5px 0;
  padding: 0;
}
#product .productInfoHolder .productInfo .addcartContainer .row .stockTrack ul li {
  border-bottom:1px dashed #ccc;
}
#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;
}

/* [START] product-configure */
#productoptions {
}

#productoptions .product-configure {
    margin-bottom:10px;
}

#productoptions .product-configure label {
    display:block;
    font-weight:bold;
    margin-bottom:3px;
}

#productoptions .product-configure input {
    margin:0;
}

#productoptions .product-configure select {
    margin:0;
    width:300px;
}

#productoptions .product-configure select[multiple] {
    height:60px;
}

#productoptions .product-configure input[type=text] {
    width:289px;
}

#productoptions .product-configure textarea{
    padding:4px 4px 4px 5px;
    width:289px;
    height:60px;
}

#productoptions .product-configure .product-configure-custom-option-item {
}

#productoptions .product-configure .product-configure-custom-option-item input {
    float:left;
    margin:3px 0 0 0;
    padding:0;
    width:13px;
    height:13px;
}

#productoptions .product-configure .product-configure-custom-option-item label {
    display:block;
    font-style:italic;
    font-weight:normal;
    line-height:20px;
    margin-left:18px;
}

#productoptions .product-configure-custom-option-date,
#productoptions .product-configure-custom-option-time {
}

#productoptions .product-configure .product-configure-custom-option-date select,
#productoptions .product-configure .product-configure-custom-option-time select {
    margin:0 0 8px 0;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-day,
#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-time-hour,
#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-time-minute {
    width:auto;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-month {
    width:auto;
}

#productoptions .product-configure .product-configure-custom-option select.product-configure-custom-option-date-year {
    width:auto;
}

#productoptions .product-configure .product-configure-variants,
#productoptions .product-configure .product-configure-options-option,
#productoptions .product-configure .product-configure-custom-option {
    padding-bottom:15px;
}

#productoptions .product-configure .product-configure-clear {
}
/* [END] product-configure */


.subtekst {
  color: #505050;
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin-top: 3px;
  padding: 7px 0 5px;
}

.subtekst.tip {
background: url("tip.png") no-repeat scroll 5px center #CCCCCC;
border-radius: 5px 5px 5px 5px;
color: #000 !important;
font-style: italic;
font-weight: bold;
padding: 5px 5px 5px 35px;
}

.subtekst.bezorgd {
  color:#fff!important;
  font-weight:bold;
  padding:5px;
  background:#55A825;
  border-radius:5px;
}
#formProduct.formProduct span.subtekst {
  color: #505050;
  float: left;
  font-size: 11px;
  line-height: 14px;
  /*margin: 8px 5px 0 0;*/
}
#content .collectionHeader {
  float: left;
  line-height: 1.5;
  width: 558px;
  min-height:100px;
}

#content-right .block ul {
  list-style-type:none;
  padding:0;  
  margin:0;
}

#content-right .block ul li{
  padding:5px 0 0 70px;
}
#content-right .block ul li.klantenservice {
  background:url('klantenservice-icon.png') no-repeat;
  height:55px;
  margin-left: 3px;
  padding: 5px 0 0 65px !important;
}
#content-right .block ul li.email {
  background:url('mail-icon.png') no-repeat;
  height:45px;  
}
/* update 16-05-2012 */
#content #content-right {
  float: right;
  margin-left: 10px;
  width: 200px;
}
#content #content-right .block {
  margin-bottom: 5px;
  min-height: 150px;
  padding:0!important;
  width:200px;
}
#content #content-right .block .block-head{
  position:relative;
}
#content #content-right .block .block-head img{
  position:absolute;
  top:-10px;
  left:150px;
}
#content #content-right h3 {
  background: url("block-bg.png") repeat scroll 0 0 transparent;
  border: 1px solid #257199;
  font-size:14px;
  margin-bottom: 0px;
  padding: 5px;
  color:#fff;
  text-shadow:0 1px 0 #000000;
}
#content #content-right .block .block-content{
  border:1px solid #ddd;
  border-width: 0 1px 1px 1px;
  padding-top: 5px;
}
#content #content-right .block .keurmerk{
  text-align:center;
  margin:15px 0;
}
#content #content-right .block ul {
  list-style-type:none;
  padding:0;  
  margin:0;
}
#content-right .block-content .news-content ul#ticker li {
  padding: 5px 5px 0;
}
.news-content {
  height: 100px;
}
#content #content-right .block ul li{
  padding:5px 0 0 70px;
}
#content #content-right .block ul li.klantenservice {
  background:url('klantenservice-icon.png') no-repeat;
  height:55px;
}
#content #content-right .block ul li.email {
  background:url('mail-icon.png') no-repeat;
  height:45px;  
}

.prod-table {
  border:1px solid #ccc;
}

#index .productsGrid {
  width:768px;
}
#index .productsGrid .product {
    float:left;
    
    margin-bottom:20px;
    width:250px;
}

#index .productsGrid .product.last{
    margin-right:0;
}

#index .productsGrid .product img {
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
  padding: 0 7px 0 7px;
}

#index .productsGrid .product .info {
    padding:5px;
}

#index .productsGrid .product .info h3 {
    display:block;
    font-size:12px;
    height:36px;
    line-height:18px;
    overflow:hidden;
}

#index .productsGrid .product .info .price {
  display: block;
  font-size:20px;
  padding-bottom: 2px;
  
}

#index .productsGrid .product .info .price strong {
    color:#c93000;
    float:right;
    font-size:18px;
    margin-right:20px;
}

#index .productsGrid .product .info .price span {
  color: #338AFE;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
}

#content-right .cart-container {
  padding:5px;
  font-size:11px;
}
#content-right .cart-product{
  border-bottom: 1px solid #CCCCCC;
  height: 20px;
  padding-top: 5px;
}
#content-right .cart-product.last{
  border-bottom: 0;

}
#content-right .cart-quantity {
  margin-right:3px;
  float:left;
}
#content-right .cart-title {
  float:left;
}
#content-right .cart-price {
  float:right;
}
#content-right .cart-shipping {
    height: 20px;
  padding-top: 5px;
}
#content-right .cart-shipping span{

}
#content-right .cart-total {
  border-top:1px solid #000;
  padding-top:5px;
  margin-top:10px;
}
#content-right .cart-total span {
  float: right;
  font-weight:bold;
}
#content-right .cart-delete {
  
}
#content-right .cart-buttons {
  margin-top:10px;
  text-align:center;
}
/* news */
#footer .news {
  margin-top: 12px;
  padding: 5px 5px 5px 0;
  width: 800px;
}
#footer .news .news-content p{
  margin:0;
  padding:0;
}
#footer .news .news-content{
  padding:5px;
}
#content .textpage-content {
  width:498px;
  float:left;
}

.row .links ul li.social {
  height: 0;
  margin-left: 20px;
  width: 90px;
}

#ticker {
  height: 100px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
 
#ticker  li {
    height: 75px;
}
#ticker li span {
    display: block;
}

#overlay {
  display:none;
}

#overlay img {
  position: fixed;
  top: 80%;
  left: 90%;
  z-index: 100;
  width:32px;
  height:32px;
}

#dynamic_cart img{
  height: 24px;
  left: 40%;
  position: relative;
  width: 24px;
}
.js .pager { display:none; }

.labels {
  height: 60px;
  position: absolute;
  right: -5px;
  top: -3px;
  width: 60px;
  z-index: 99;
}
.labels.sale {
  background: url("promo.png") repeat scroll 0 0 transparent;
}
.labels.sale.PP {
  right:-3px!important;
}
.labels.sale.IP {
  right: 1px!important;
}
.labels.nieuw {
  background: url("nieuw.png") repeat scroll 0 0 transparent;
}
.labels.nieuw.PP {
  right:-3px!important;
}
.labels.nieuw.IP {
  right: 1px!important;
}
#product .productInfoHolder .arrow-related {
  position: absolute;
  right: 0;
  top: -40px;
}
.enlarge {
  background: none repeat scroll 0 0 #000000;
  border-radius: 10px 0 0 0;
  height: 40px;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 260px;
  width: 40px;
}
.enlarge > img {
  margin-left: 10px;
  margin-top: 10px;
}

.social.facebook > iframe {
width: 140px !important;
}
.text {
  float: left;
}


/* extra */
.extra.row {
border-top: 1px solid #DDDDDD;
margin-top: 10px;

}
.extra.row > div {
  padding: 10px 0;
  font-weight: bold;
}
.extra .title {
  font-size: 16px;
}
.extra .image {
  padding: 0 !important;
  float: left;
  margin-right:10px;
}
.extra .info {

}
.extra #formProduct1 > input {
  float: none;
  margin: 0 10px 0 5px;
}

.extra .price {
  display: inline;
  font-size: 16px !important;
  margin-right: 8px;
}

.extra .vat {
  font-size: 9px !important;
}
.extra .button.blue {
  display: inline;
  padding: 15px;
}
.extra .button.blue > span {
display: inline;
height: 20px;
padding: 4px 10px;
}
.extra .subtekst {
  margin-top: 0;
}
.extra .priceOld {
  font-size: 12px !important;
  left: 0 !important;
  top: -15px !important;
}
/* usps */
#header .usps {
left: 220px;
position: absolute;
top: 36px;
}
#header .usps .usp.first {
  margin-left: 0;
}
#header .usps .usp {
display: inline-block;
margin: 0 4px;
}
#header .usps .usp.last {
  margin-right: 0;

}
/* kiyoh checkout */
.kiyoh-checkout img {
  margin-right: 65px;
}
.kiyoh-checkout > a {
  text-decoration: none;
}
.usps2 {
  background: #66A503 none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 12px;
  padding: 10px 0px !important;
}
.usps2.cart {
  margin-top:20px;  
}
.fa.fa-truck.product {
  margin-top: -5px;
}
.fa.fa-truck {
  float: right;
  font-size: 25px;
  margin-right: 10px;
  margin-top: 5px;
}
.fa.fa-play-circle {
  margin: 0px 5px;
}
.usps-top {
  background: #66A503 none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:20px;
}
.usps-top ul {
  text-align:center;
  padding:0px;
}
.usps-top li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
.usps-top {
  color: #FFF;
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
#gui-wrapper.gui div.gui-col3-equal div.gui-col3-equal-col3 div.gui-right a.gui-button-large {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0px 15px;
  background-position: left -26px;
  background-color: #7BC900 !important;
  border-color: #7BC900 !important;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
}
.gui.gui-cart .gui-col3-equal .gui-col3-equal-col2 {
  width:33% !important;  
}