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:#eee url('button-bg.png') repeat-x top left;
    border:1px solid #ccc;
    border-radius:2px;
    color:#333;
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    line-height:30px;
    outline:none;
    padding:0 15px;
    text-decoration:none;
    text-transform:uppercase;
}

.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;
}

.simpleBlock h3 {
    border-bottom:1px solid #e6e6e6;
    display:block;
    font-weight:bold;
    padding:7px 0 7px 10px;
}

.simpleBlock .blockContent {
    padding:10px;
}

#header {
    background:url('header.png') no-repeat center left;
    height:130px;
}

#header h1 {
    float:left;
}

#header h1 a {
    display:block;
    text-indent:-9999px;
    width:400px;
    height:130px;
}

#header .cartContainer {
	border-left: 1px solid #DDDDDD;
	float: right;
	margin-top: 30px;
	padding: 0 10px;
	width: 230px;
}
#header .languages {
	padding:7px 0;
}
#header .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 .languages .flag.nl {
	background-position:0 -11px;
}
#header .languages .flag.de {
	background-position:0 -22px;
}
#header .languages .flag.en {
	background-position:0 -33px;
}
#header .languages .flag.fr {
	background-position:0 -44px;
}
#header .languages .flag.es {
	background-position:0 -55px;
}
#header .languages .flag.it {
	background-position:0 -66px;
}
#header .languages .flag.el {
	background-position:0 -77px;
}
#header .languages .flag.tr {
	background-position:0 -88px;
}
#header .languages .flag.pt {
	background-position:0 -99px;
}
#header .languages .flag.pl {
	background-position:0 -110px;
}
#header .languages .flag.sv {
	background-position:0 -121px;
}
#header .languages .flag.ru {
	background-position:0 -132px;
}
#header .languages .flag.da {
	background-position:0 -143px;
}
#header .languages .flag.no {
	background-position:0 -154px;
}
#header .cartContainer .links {
	display: inline;
	float: left;
	padding: 0 0 10px;
}
#header .cartContainer .links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#header .cartContainer .links ul li {
	font-size: 11px;
	padding: 1px 3px;
	display:inline;
}
#header .cartContainer .cart {
	float:left;
	width:326px;
}
#header .cartContainer .cart .blockContent {
	line-height:1.5;
	min-height:27px;
}
#header .cartContainer .cart .button {
	float:right;
	line-height:25px;
}
#navbar {
    background:#fff url('block-bg.png') repeat-x bottom left;
    border:1px solid #ddd;
    border-top-color:#e6e6e6;
    border-bottom-color:#bbb;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
    padding-right:5px;
}

#navbar .nav {
    display:block;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
    width:700px;
}

#navbar .item {
    border-left:1px solid #fff;
    border-right:1px solid #eee;
    float:left;
    font-weight:bold;
    height:40px;
    position:relative;
}

#navbar .item.first {
    border-left:0;
}

#navbar .itemLink {
    display:block;
    line-height:40px;
    padding:0 17px;
    text-decoration:none;
}

#navbar .item.hover {
    background-color:#fff;
}

#navbar .item.hover .itemLink {
    padding-bottom:1px;
}

#navbar .subnav {
    background-color:#fff;
    border:1px solid #ddd;
    border-top:0;
    border-bottom-color:#bbb;
    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 -2px;
    min-width:170px;
    padding:10px 0;
    position:absolute;
    z-index:999;
}

#navbar .subitemLink {
    display:block;
    padding:6px 40px 6px 20px;
    white-space:nowrap;
}

#navbar .subitemLink:hover {
    background-color:#f0f0f0;
}

#navbar .formSearch {
    float:right;
    font-size:14px;
    margin-top:4px;
}

#navbar .formSearch .inputContainer {
    background-color:#fff;
    border:1px solid #ccc;
    height:26px;
    padding:2px 0 2px 7px;
    position:relative;
    width:170px;
}

#navbar .formSearch .inputContainer input {
    border:0;
    line-height:16px;
    margin:0;
    outline:none;
    padding:5px 0;
    width:140px;
}

#navbar .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;
}

#content {
    padding-bottom:10px;
}

#content .breadcrumbs {
    padding:15px 0 20px 0;
}

#content h1 {
    font-size:28px;
    margin-bottom:15px;
}

#content h2 {
    font-size:20px;
    margin-bottom:10px;
}

#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 .productsGrid {
  float: left;
}

#footer {
    border-top:1px solid #ccc;
	float:left;
}

#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 {
    margin-bottom:30px;
    padding-top:20px;
}

#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;
}

#formLogin input, #formNewsletter input {
    width:160px;
}

#footer .blocks .block h3 {
    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 {
    padding:1px 0;
}

#footer .copyright {
    border-top:1px solid #ccc;
    font-size:11px;
    margin-top:30px;
    padding:15px 0;
    text-align:center;
}

#index {
    padding-top: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;
}

#formProductQuantity {
    text-align:center;
    width:50px;
}

#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-top:1px solid #ccc;
    margin-bottom:30px;
    padding-top:5px;
}

.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 -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;
}

.productsGrid .product {
    background-color:#fff;
    border:1px solid #e5e5e5;
    float:left;
    margin-right:30px;
    margin-bottom:20px;
    width:220px;
}

.productsGrid .product.last{
    margin-right:0;
}

.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:14px;
    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:20px;
}

.productsGrid .product .info .price span {
    background:url('price-strike.png') no-repeat 12px 0;
    display:block;
    text-align:right;
    width:65px;
}

.categoriesGrid .category {
    background-color:#fff;
    border:1px solid #e5e5e5;
    border-bottom-width:3px;
    float:left;
    margin-right:30px;
    margin-bottom:20px;
    width:220px;
}

.categoriesGrid .category.last{
    margin-right:0;
}

.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:20px 0 10px 0;
}

#product .socials {
    margin-bottom:20px;
}

#product .socials .social {
    float:right;
}

#product .socials .social.facebook {
    float:left;
}

#product .productInfoHolder {
    float:left;
    padding-right:20px;
    width:632px;
}

#product .productInfoHolder .images {
    float:left;
}

#product .productInfoHolder .images .zoomPad {
    background-color:#fff;
    border:1px solid #e5e5e5;
    padding:5px;
}

#product .productInfoHolder .images .thumbs {
    padding:15px 0;
    width:272px;
}

#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;
}

#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 .productInfo {
    margin-left:300px;
    width:320px;
}

#product .productInfoHolder .productInfo .brand {
    margin-bottom:20px;
}

#product .productInfoHolder .productInfo h1 {
    font-size:18px;
}

#product .productInfoHolder .productInfo .description {
    margin-bottom:30px;
}

#product .productInfoHolder .productInfo .productAttrs {
    line-height:1.5;
    margin-bottom:20px;
}

#product .productInfoHolder .productInfo .priceOld {
    line-height:1.5;
}

#product .productInfoHolder .productInfo .price {
    font-size:30px;
    font-weight:normal;
    margin-bottom:20px;
}

#product .productInfoHolder .productInfo .price .vat {
    font-size:12px;
}

#product .productInfoHolder .productInfo .variants {
    margin-bottom:20px;
}

#product .productInfoHolder .productInfo .variants select {
    max-width:310px;
    min-width:200px;
}

#product .detailsHolder {
    float:left;
    padding-bottom:30px;
    width:326px;
}

#product .detailsHolder .blockHolder {
    border-bottom:1px solid #e5e5e5;
    margin-bottom:15px;
    padding-bottom:15px;
}

#product .detailsHolder .blockHolder.first {
    border-top:1px solid #e5e5e5;
    padding-top:15px;
}

#product .detailsHolder .addReview {
    padding-left:10px;
}

#product .detailsHolder .tabs {
    height:29px;
}

#product .detailsHolder .tabs ul {
    float:left;
    height:29px;
    list-style-type:none;
    margin:0;
    padding:0;
}

#product .detailsHolder .tabs ul li {
    float:left;
    margin-right:5px;
}

#product .detailsHolder .tabs ul li a {
    background-color:#eee;
    border:1px solid #ccc;
    border-bottom:0;
    display:block;
    line-height:28px;
    padding:0 10px;
}

#product .detailsHolder .tabs ul li.active a {
    background-color:#fff;
    padding-bottom:1px;
}

#product .detailsHolder .tabsPages {
    background-color:#fff;
    border:1px solid #ccc;
    line-height:1.5;
}

#product .detailsHolder .tabsPages .page {
    display:none;
    max-height:300px;
    overflow:auto;
    padding:10px;
}

#product .detailsHolder .tabsPages .page.active {
    display:block;
}

#product .links {
    padding-left:10px;
}

#product .links ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#product .links ul li {
    padding:2px 0;
}

#product .relatedProducts {
    margin-top:20px;
}

#product .relatedProducts h3 {
    font-size:14px;
    margin-bottom:10px;
}

#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 */

#content-right {
  float: left;
  margin-left: 24px;
  margin-top: 35px;
  width: 226px;
  background: #FFF;
}

#content-right h3 {
  font-size: 12px;
  margin-bottom:10px;
}

#content-right .block {
  background: none repeat scroll 0 0 #FFF;
  margin-bottom: 10px;
  min-height: 150px;
  padding: 5px;
  border-top:1px solid #B0BC9C;
}

#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;
  padding-left: 20px;
}

#content-right .block .hallmarks {
	text-align: center;
}

#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");
}

.shoppingbag {
  float: left;
  margin-right: 10px;
}

.stockTrack .green {
  background: url("opvoorraad.png") no-repeat scroll left center transparent;
  color: #55A825;
  font-size: 11px;
  font-weight: bold;
  padding: 20px;
  width: 150px;
}

.stockTrack .red {
  background: url("nietopvoorraad.png") no-repeat scroll left center transparent;
  color: red;
  font-size: 11px;
  font-weight: bold;
  padding: 20px;
  width: 150px;
}

