@CHARSET "UTF-8";

span.resultcount {
	color: #666666;
	margin-left: 190px;
	font-size: 12px;
}

#filter-block {
	float: left;
	clear: left;
	width: 100%;
	overflow: hidden;
}

#filter-block ul.filters {
	text-align: left;
	list-style-type: none;
	padding: 0;
	float: left;
	clear: left;
	margin-top: 5px;
}

#filter-block ul.filters>li{
	margin: 0;
	float: left;
	clear: left;
	width: 180px;
	max-width: 180px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
  	width: expression(this.width > 180 ? 180: true); /* IE6 fix */
}

#filter-block .filters ul {
	list-style-type: none;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#filter-block .filters li {
	margin: 4px 0px;
}

#filter-block .current-filter {
	text-align: right;
}

#filter-block a:link, #filter-block a:visited {
	text-decoration: none;
	color: #0a95e0;
}

#filter-block a:hover {
	text-decoration: underline;
}

#filter-block a:active {
	text-decoration: none;
}

#filter-block .current-filter a:link,
#applied-filters a:link,
#filter-block .current-filter a:visited,
#applied-filters a:visited {
	color: red;
}

#filter-block h3 {
	margin-left: 0;
}

#filter-block span.count,
#top-filter span.count {
	font-size: 10px;
	color: #888888;
}

/* Product styling */


.productlist .listtop {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin-bottom: 5px;
}

#top-filter ul,
#top-filter li{
	display: inline;
}

#top-filter li,
#applied-filters li{
	white-space: nowrap;
}

#applied-filters li{
	float: left;
	margin-left: 10px;
	border: 1px solid #e5e5e5;
	color: #666666;
	margin-top: -3px;
	padding: 2px;
}
#applied-filters li a,
#applied-filters li img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

.productlist li{
	padding: 2px;
}

.recommendations,
.featured-product-row,
.product-overview-row {
	width: 100%;
	clear: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.recommendations {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-product,
.product-overview {
	width: 33.3%;
	float:left;
}

.recommendation {
	width: 20%;
	float:left;
}

.blocknumber {
	color: #888888;
}

.recommendation>div,
.featured-product>div,
.product-overview>div {
	margin: 0;
	padding: 10px;
	border: 2px solid #ffffff;
}

.recommendation>div:hover,
.featured-product>div:hover,
.product-overview>div:hover {
	border: 2px solid #d0edfd;
}
.featured-product h2 {
	margin-top: 10px;
	clear: left;
	line-height: 110%;
}

.featured-product .product-price{
	margin-top: 5px;
	clear: left;
}

.recommendation h2 {
	margin-top: 10px;
	clear: left;
	line-height: 110%;
	font-size: 12px;
}

.recommendation .product-price{
	margin-top: 5px;
	clear: left;
	font-size: 12px;
}
.recommendation .product-price span.current-price,
.recommendation .product-price .sale_header,
.recommendation .product-price span.price {
	font-size: 14px;
}

.last-in-row>div {
	padding-right: 0;
}

.product-overview .overview-image a{
	margin-left: 0;
	text-decoration: none;
}

.featured-product .overview-image img,
.product-overview .overview-image img {
	float: left;
	margin-right: 5px;
}
.productlist h3 {
	margin-left: 0;
}

.product-overview h2 {
	margin-top: 5px;
	clear: left;
	font-size: 15px;
}
.product-overview h2 a:link {
	color: #5cb900;
	text-decoration: none;
}
.product-overview h2 a:visited{
	text-decoration: none;
	color: #7c9d56;
}

.product-overview .product-info {
}

.product-info a {
	display: block;
	float: left;
	clear: left;
	font-size: 13px;
	margin-top: 5px;
}

.product-price {
	font-size: 14px;
	font-weight: bold;
}
.product-price .sale_header {
	font-size: 16px;
	font-weight: bold;
	color: #d33b00;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.product-price .sale_header .until {
	display: block;
	clear: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	font-style: italic;
	margin-top: 2px;
}

.product-price span.normal-price {
	text-decoration: line-through;
	margin-right: 10px;
}
.product-price span.current-price {
	background-color: #fefe33;
}
.product-price span.price, .product-price span.current-price {
	color: #d33b00;
	font-size: 16px;
	font-weight: bold;
}

.product-price .price-line {

}
.product-price .after-price{
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
}

.product-price .from-price {
	color: #d33b00;
	font-weight: bold;
}

.product-price .after-price a:link,
.product-price .after-price a:visited,
.product-price .after-price a:hover,
.product-price .after-price a:active{
	margin-top: 0;
	font-size: 12px;
	padding-right: 0.2em;
}

table.discounts {
	font-style: normal;
	padding: 10px;
	margin-top: 10px;
	clear: left;
}
table.discounts td.price {
	color: #d33b00;
	font-weight: bold;
}
table.discounts td.discount {
	color: #666666;
	font-size: 10px;
}
table.discounts td{
	vertical-align: middle;
}
table.discounts td, table.discounts th {
	padding: 2px;
	text-align: left;
}

div.button .discount{
	font-size: 12px;
	height: auto;
	padding: 0;
}
.product-overview .product-price {
	padding: 10px 0;
	clear: left;
}

.saleblock div.addtocart {
	margin-top: 10px;
}

.product-info .addtocart{
	float: left;
	margin: 0;
	padding: 0;
}
.product-info a.product-details {
	font-size: 120%;
	margin: 10px;
}

.product-image {
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

a.preview-image {
	display: none !important;
}
.thumbnail-image {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}

.images li {
	float: left;
	padding: 0;
}
.images li a {
	display: block;
	width: 42px;
	height: 42px;
}
.images li a.image-popup {
	border: 5px solid white;
	padding: 0;
}
.images li a.image-popup:hover {
	border: 5px solid #e5e5e5;
}
.images li.selected a.image-popup {
	border: 5px solid #e4f5fd;
}

form.addtocart input[type=text] {
	width: 3em;
}

.mainblock {
}

.images {
	float: left;
	width: 302px;
}

.addtocart li{
	padding: 0;
}

.infoblock {
}

.hasimage .infoblock {
	float: none;
	position: relative;
	height: 302px;
	margin-left: 312px;
}
.hasimage .infoblock div.saleblock {
	position: absolute;
	bottom: 0px;
}
.infoblock div.saleblock{
	clear: left;
}

.infoblock .maininfo {
	float: left;
}

.infoblock .sidebar{
	float: right;
}
.infoblock .sidebar .pagemenu {
	width: auto;
	max-width: none;
}

.infoblock .info-tooltip-trigger{
	cursor: pointer;
}
.infoblock .tooltip{
	display: none;
}
.infoblock .notinstock {
	color: #888888;
}
.infoblock .instock {
	font-weight: bold;
	color: #5CB900;
}

.productblock h4 {
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.attributes th, .attributes td {
	padding: 3px;
	text-align: left;
	font-size: 13px
}

.attributes {
	color: #333333;
	clear: left;
}

.attributes span.comment {
	color: #888888;
	font-size: 11px;
}

.row1 td, .row1 th{
	background-color: #e4f5fd;
}

.productblock>div{
	padding: 5px;
}

table.attributes {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 40%;
}

table.attributes th {
	vertical-align: top;
}

.productblock .description>div {
	padding: 0;
	magin: 0;
	line-height: 120%;
}
.productblock .description p {
	padding: 0 0 10px 0;
}

.productblock .description {
	max-width: 900px;
}

.productblock .guarantee{
}

.guarantee p{
	padding: 10px 0;
}

.guarantee .column.left{
	width: 60%;
	float: left;
	max-width: 700px;
}
.guarantee .column.right{
	width: 40%;
	float: right;
	max-width: 400px;
}
.guarantee .column>div {
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.guarantee .column.left>div{
	margin-right: 10px;
}
.guarantee h5 {
	font-size: 13px;
	font-weight: bold;
	color: #5cb900;
	margin-bottom: 5px;
}
.guarantee .rating {
	float:left;
	margin: 5px;
}
.guarantee ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.guarantee ul li {
	padding: 3px;
}

.guarantee .thuiswinkel {
	padding-left: 100px !important;
	background: transparent url('../images/layout/product/thuiswinkel.jpg') no-repeat 10px 10px;
}

.guarantee .bovag {
	padding-left: 100px !important;
	background: transparent url('../images/layout/product/bovag.gif') no-repeat 20px 10px;
}

.guarantee .tnt {
	padding-left: 100px !important;
	background: transparent url('../images/layout/product/tnt.gif') no-repeat 10px 10px;
}

.guarantee .contact {
	padding-left: 100px !important;
	background: transparent url('../images/layout/product/contact.gif') no-repeat 25px 10px;
}

.guarantee .ideal {
	padding-left: 100px !important;
	background: transparent url('../images/layout/product/ideal.jpg') no-repeat 20px 10px;
}
.guarantee .dealer img{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#fancybox-title{
	font-size: 16px;
}

/* cluetip arrows */

.cluetip-f {
  background-color: transparent;
}
.cluetip-f #cluetip-outer {
  border: 1px solid #cccccc;
  position: relative;
  background-color: #fff;
}

.cluetip-f h3#cluetip-title {
  margin: 0;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #5cb900;
}

.cluetip-f #cluetip-inner {
  padding: 0;
  display: inline-block;
}


.clue-right-f .cluetip-arrows {
	background-image: url(../images/layout/arrowleft.png);
	top: 0;
	left: -7px;
	height: 20px;
	width: 8px;
}

#refinement-tip {
	background: #e4f5fd url(../images/layout/refine-tip.png) no-repeat 5px center;
	margin: 5px 0;
	padding: 5px;
	padding-left: 40px;
	font-size: 13px;
}

.pagination {
	font-size: 14px;
	font-weight: bold;
}
.pagination .current {
	font-size: 15px;
}
.pagination .off,
.pagination .page {
	margin: 0 5px;
}
.pagination .off {
	font-weight: normal;
	color: #888888;
}

.next a {
	padding-right: 8px;
	background: transparent url('../images/layout/next.png') no-repeat right center;
}
.last a {
	padding-right: 8px;
	background: transparent url('../images/layout/last.png') no-repeat right center;
}

.first a {
	padding-left: 8px;
	background: transparent url('../images/layout/first.png') no-repeat left center;
}
.previous a {
	padding-left: 8px;
	background: transparent url('../images/layout/previous.png') no-repeat left center;
}