/* import CSS defaults */
@import url("defaults.css");

.narrowContent {
	margin: 0 0 10px 0; padding: 0 0 0 232px;
}
.btw {
	white-space: nowrap;
	font-size: 10px;
	color: #7a8ca1;
}

/* links */
a.more {
	padding-left: 10px;
	font-weight: bold;
	background: url(../images/bullet.gif) no-repeat 2px 4px;
}
a.more:hover {
	background-image: url(../images/bullet_light.gif);
}
a.prev {
	padding-left: 8px;
	background: url(../images/bullet_back.gif) no-repeat left 4px;
}
a.prev {
	padding-left: 8px;
	background: url(../images/bullet_back.gif) no-repeat left 4px;
}
a.prev:hover,
a.prevDisabled {
	background-image: url(../images/bullet_back_light.gif);
}
a.next {
	padding-right: 8px;
	background: url(../images/bullet.gif) no-repeat right 4px;
}
a.next:hover,
a.nextDisabled {
	background-image: url(../images/bullet_light.gif);
}
a.prevDisabled,
a.nextDisabled {
	text-decoration: none;
	cursor: not-allowed;
	color: #7a8ca1;
}


/* HOME */
.homeVisual {
	position: relative;
	margin: 0 0 10px 0;
	width: 900px; height: 309px;
}
.halfBox h2{
	background: url(../images/header_bg.jpg) repeat-x 0 0;
	padding: 10px; margin: 0;
}
.subscribe{
	float: left; display: inline;
	margin-right: 10px;
	width: 317px; height: 173px;
	border: 1px solid #acbbcd;
	background: #eaedf0;
}
.subscribe h2 span{
	color: #C20000;
	text-transform: uppercase;
}
.subscribe p{
	padding: 10px;
}
.subscribe .input {
	float: left; display: inline;
	width: 194px; height: 24px;
	margin-left: 10px;
	background: url(../images/input_search.gif) no-repeat left top;
}
.subscribe .input input {
	margin: 0 0 0 6px; padding: 4px 0 2px 0;
	width: 174px;
	background: none;
	border: none;
	color: #7a8ca1
}
.subscribe .submit {
	float: left; display: inline;
}
.newProducts{
	float: left; display: inline;
	width: 337px; height: 173px;
	border: 1px solid #acbbcd;
	background: #eaedf0;
}
/* Carrousel */

/* Navigatie */
.homeVisual .nav{
	position: absolute; top: 5px; z-index: 20;
	margin: 0; padding: 0; list-style: none;
	width: 100%; height: 10px;
	text-align: center;
}
.homeVisual .nav a{
	display: inline-block;
	background: url(../images/home_carrousel_nav.png) no-repeat 0 bottom;
	margin: 0 2px;
	height: 10px; width: 10px;
	text-indent: -9999em;
	cursor: pointer;
}
* +html .homeVisual .nav {
	padding-left: 440px;
}
* +html .homeVisual .nav a{
	float: left; display: inline;
}
.homeVisual .nav .activeSlide{
	background: url(../images/home_carrousel_nav.png) no-repeat 0 top;
}
.homeVisual .nav a:hover{
	background: url(../images/home_carrousel_nav.png) no-repeat 0 -10px;
}
/* Carrousel content */
.homeVisual .carrousel ol{
	margin: 0;
	width: 920px; height: 309px;
	list-style: none;
	overflow: hidden;
}
.homeVisual .carrousel ol li{
	float: left; display: inline;
}
.homeVisual .carrousel ol .sticker{
	position: absolute; top: 0; right: 0;
	z-index: 3;
}
.homeVisual .carrousel ol .product{
	background: url(../cmsdata/carrousel_bg.jpg) repeat-x;
	width: 920px; height: 309px;
}
.homeVisual .carrousel ol .product img{
	float: left; display: inline;
	padding-left: 235px;
}
.homeVisual .carrousel ol .full img{
	position: relative;
	padding-left: 0;
	z-index: 1;
}
.homeVisual .carrousel ol .product .info{
	float: left; display: inline;
	padding-top: 20px;
}
.homeVisual .carrousel ol .full .info{
	position: absolute;
	top: 0; right: 49px;
	z-index: 2;
}
.homeVisual .carrousel ol .product .info h2{
	padding-bottom: 10px;
}
.homeVisual .carrousel ol .product .info p{
	display: block;
	padding: 0 0 10px 0;
	width: 175px; max-height: 120px;
	line-height: 1.5em;
}
.homeVisual .carrousel ol .product .priceInfo, .priceHolder .priceInfo{
	background: url("../images/home_carrousel_top.png") no-repeat left top;
	float: left; display: inline;
	padding: 8px 8px 0 8px;
	width: 240px;
}
.homeVisual .carrousel ol .product .footer, .priceHolder .footer{
	clear: both;
	float: left; display: inline;
	background: url("../images/home_carrousel_bottom.png") no-repeat left bottom;
	width: 256px; height: 8px;
	font: 0/0 x; overflow: hidden;
}
.homeVisual .carrousel ol .full .footer {
}
.homeVisual .carrousel ol .product .priceInfo .delivery, .priceHolder .priceInfo .delivery {
	padding: 0 0 10px;
}
.homeVisual .carrousel ol .product .priceInfo .label, .priceHolder .label {
    float: left; display: inline;
	width: 80px;
    font-weight: bold;
}
.homeVisual .carrousel ol .product .priceInfo .total {
	float: left; display: inline;
}
	.homeVisual .carrousel ol .product .priceInfo .total .discount, .priceHolder .priceInfo .total .discount {
		color: #C20000;
		font-size: 14px;
	}
	.homeVisual .carrousel ol .product .priceInfo .total strike, .priceHolder .priceInfo .total strike {
		font-size: 11px;
	}
.homeVisual .carrousel ol .product .priceInfo .amount, .priceHolder .priceInfo .amount {
    background: url("../images/detail_order_input.gif") no-repeat scroll left top transparent;
    float: left; display: inline;
	padding-bottom: 6px;
    width: 33px; height: 24px;
    text-align: center;
}
	.homeVisual .carrousel ol .product .priceInfo .amount input, .priceHolder .priceInfo .amount input {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		padding: 4px 0;
		width: 27px;
		color: #063369; text-align: center;
	}
.homeVisual .carrousel ol .product .priceInfo .orderBtn{
	float: left; display: inline;
	padding-left: 10px;
}
.homeVisual .carrousel ol .product .priceInfo img, .priceHolder .priceInfo img {
	padding: 0;
}
/* homeCategories */
.homeCategories {
	width: 668px;
	margin: 0 0 10px 0; padding: 7px 0 7px 232px;
	background: #eaedf0;
}
.homeCategories ul {
	margin: 0; padding: 0;
	list-style: none;
}
.homeCategories li {
	float: left; display: inline;
	margin: 0; padding: 0 5px 0 12px;
	width: 153px; xmin-height: 130px;
	background: url(../images/dots_ver.gif) repeat-y left top;
}
	* html .homeCategories li {
		width: 150px; xheight: 130px; /* width & min-height for IE6 */
	}
.homeCategories li.first {
	padding-left: 0;
	background: none;
}
.homeCategories li li {
	float: none; display: block;
	margin: 0; padding: 0;
	width: auto; min-height: 0;
	background: none;
	line-height: 1.5;
}
	* html .homeCategories li {
		height: auto; /* min-height for IE6 */
	}
.homeCategories li li a {
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) no-repeat 2px 4px;
	text-decoration: none;
}
.homeCategories li li a:hover {
	text-decoration: underline;
}

/* brandBox & topBox */
.brandBox,
.topBox {
	padding: 3px 6px 6px 6px;
	border: 1px solid #acbbcd;
}
.brandBox h2,
.topBox h2 {
	padding: 0 5px 7px 5px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.brandBox {
	position: relative;
	float: left; display: inline;
	width: 430px;
}
.brandBox .content {
	position: relative;
	width: 430px; height: 333px;
	overflow: hidden;
	background: url(../images/brands_grid.gif) no-repeat left top;
}
.brandBox ul {
	position: absolute;
	width: 430px; height: 333px;
	margin: 0; padding: 0;
	list-style: none;
}
.brandBox li {
	float: left; display: inline;
	width: 143px; height: 111px;
	overflow: hidden;
	margin: 0; padding: 0;
	background: none;
}
.brandBox img {
	width: 142px; height: 110px;
}
.brandBox #prevRow,
.brandBox #nextRow {
	position: absolute;
	top: 8px; right: 8px;
	width: 7px; height: 13px;
	text-decoration: none;
	text-indent: -999em;
}
.brandBox #prevRow {
	right: 23px;
	background: url(../images/prev_brands.gif) no-repeat left top;
}
.brandBox #nextRow {
	background: url(../images/next_brands.gif) no-repeat left top;
}

/* topBox */
.topBox {
	position: relative;
	float: right; display: inline;
	width: 204px;
}
.topBox .item {
	width: 194px;
	padding: 5px 5px 5px 5px;
	background: url(../images/dots_hor.gif) repeat-x left top;
}
.topBox .first {
	padding-top: 2px;
	background: none;
}
	* +html .topBox .first { /* fix position in IE7 */
		padding-top: 0;
	}
	* html .topBox .first { /* fix position in IE6 */
		padding-top: 0;
	}
.topBox h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
}
.topBox img {
	margin: 0 5px 0 0;
	float: left; display: inline;
}
.topBox h3 strong {
	white-space: nowrap;
}
.topBox .discount {
	color: #c20000;
}
.topBox .more {
	text-decoration: none;
}
.topBox .more:hover {
	text-decoration: underline;
}
  
/* VIDEO */
.video {
	padding: 8px 10px 10px;
	width: 648px;
	background: #EAEDF0;
}
.video h2 {
	padding: 0 0 9px;
	margin: 0 0 12px;
	border-bottom: 1px #2a507d dotted;
}
.video .description {
	float: left; display: inline;
	margin: -3px 0 0 0;
	width: 280px;
}
.video .description .item {
	padding: 8px 10px 10px;
	width: 260px;
	background: #fff;
}
.video .description .item img {
	float: left; display: inline;
	margin: 0 10px 0 0;
	width: 82px; height: 82px;
}
.video .description .item .info {
	float: right; display: inline;
	padding: 3px 0 0 0;
	width: 168px;
	line-height:18px;
}
.video .description .item .info h3 {
	font-size: 12px;
}
.video .description .item .info strong {
	display: block;
}
.video .description .item .info .discount {
	color: #C20000;
}
.videoArea {
	float: right; display: inline;
	width: 355px;
	border: 1px #2a507d solid;
}


/* CATEGORIE */
#breadcrumbs {
	width: 640px;
	margin: 0 0 10px 0;
	padding: 8px 10px 8px 250px;
	background: #eaedf0;
}
#breadcrumbs .tree {
	float: left; display: inline;
}
#breadcrumbs .tree li {
	float: left; display: inline;
	margin: 0; padding: 0 0 0 17px;
}
#breadcrumbs .tree li.first {
	padding-left: 0;
	background: none;
}
#breadcrumbs .nav {
	float: right; display: inline;
	min-width: 120px;
	text-align: right;
}
	* html #breadcrumbs .nav {
		width: 120px; /* min-width for IE6 */
	}

/* catVisual */
.catVisual {
	margin: 0 0 10px 0;
	width: 900px; height: 207px;
	overflow: hidden;
}
.threeCols {
	position: relative;
	width: 668px;
}
.threeCols .topBox {
	padding: 3px 5px 0 5px;
}
.threeCols .newBox {
	float: left;
	padding: 0;
	width: 440px;
}

	* html .threeCols .newBox .last{
		border-bottom: 1px #fff solid;
	}
	* +html .threeCols .newBox .last{
		border-bottom: none;
	}
	* +html .threeCols .newBox .last.hover{
		border-bottom: none;
	}
.threeCols .newBox .hover {
	background: #eaedf0;
	cursor: pointer;
}
.threeCols .newBox .left {
	width: 355px;
	padding: 4px 0 0 0;
}
.threeCols .newBox .left div{
	padding-left: 10px;
	color: #7a8ca1;
	font-size: 11px;
}
.threeCols .newBox h2{
	padding: 6px 10px 7px;
	margin: 0;
	background: #eaedf0;
}
	* html .threeCols .newBox h2{
		padding: 4px 10px 6px;
		margin: 0;
		background: #eaedf0;
	}
	* +html .threeCols .newBox h2{
		padding: 4px 10px 6px;
		margin: 0;
		background: #eaedf0;
	}
.threeCols .newBox h3 {
	margin-bottom: 0;
}
.threeCols .newBox h3 a{
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat 2px 9px;
	font-size: 18px;
	line-height: 18px;
}
	* html .threeCols .newBox h3 a{
		background: url(../images/bullet.gif) no-repeat 2px 6px;
	}
	* +html .threeCols .newBox h3 a{
		background: url(../images/bullet.gif) no-repeat 2px 6px;
	}
.threeCols .newBox h3 a:hover{
	color: #063369;
}
.threeCols .newBox .item{
	padding: 5px 10px;
	width: 420px;
	border-bottom: none;
}
	* html.threeCols .newBox .hover{
		margin-top: -1px;
	}

	* +html .threeCols .newBox .first{
		padding: 4px 10px;
	}
.threeCols .middleBanner {
	float: left; display: inline;
	margin: 0 10px;
	width: 216px;
}
/* catBrands */
.catBrands {
	position: relative;
	float: left; display: inline;
	width: 654px;
	padding: 3px 6px 6px 6px;
	border: 1px solid #acbbcd;
}
.catBrands h2{
	padding: 0 5px 7px 5px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.catBrands .content {
	position: relative;
	width: 654px; height: 222px;
	overflow: hidden;
	background: url(../images/catbrands_grid.gif) no-repeat left top;
}
.catBrands ul {
	position: absolute;
	width: 654px; height: 222px;
	margin: 0; padding: 0;
	list-style: none;
}
.catBrands li {
	float: left; display: inline;
	width: 163px; height: 111px;
	overflow: hidden;
	margin: 0; padding: 0;
	background: none;
	text-align: center;
}
.catBrands img {
	width: 142px; height: 110px;
}


/* LISTER */

/* pageContent */
.pageContent {
	margin: 0 0 10px 0;
	padding: 9px 9px 9px 229px;
	width: 660px;
	border: 1px solid #acbbcd;
}

/* blockHead */
.blockHead {
	position: relative;
	width: 620px;
	margin: 0 0 10px 0;
	padding: 7px 20px;
	background: #e9bd0a;
}
.blockHead h1 {
	font-size: 20px;
}

/* customSelect */
.customSelect {
	width: 200px;
	z-index: 90;
	background: url(../images/customselect_back.gif) no-repeat left bottom;
}
.customSelect a {
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	color: #063369;
}
	* html .customSelect a {
		height: 0.1em; /* avoid extra spacing in IE6 */
	}
.customSelect a:hover {
	text-decoration: none;
	color: #7a8ca1;
}
.customSelect a.selected,
.customSelect a.selected:hover {
	height: 18px; overflow: hidden;
	padding: 3px 15px 3px 8px;
	background: url(../images/customselect_top.gif) no-repeat left top;
	color: #063369;
}
.customSelect ul {
	display: none;
	position: absolute;
	padding: 4px 0;
	left: 0; top: 18px;
	background: url(../images/customselect_back.gif) no-repeat left bottom;
}
.customSelect li {
	margin: 0; padding: 0;
	list-style: none;
	background: none;
}

/* filterBox */
.filterBox {
	position: relative;
	margin: 0 0 10px 0;
	padding: 7px 20px;
	width: 620px;
	background: #eaedf0;
}
/* exceptions for customSelect within filters */
.filters .customSelect {
	margin: 5px 13px 5px 0;
	float: left; display: inline;
	background-image: url(../images/filterselect_back.gif);
	width: 142px;
}
.filters .customSelect a.selected,
.filters .customSelect a.selected:hover {
	background-image: url(../images/filterselect_top.gif);
}
.filters .customSelect ul {
	background-image: url(../images/filterselect_back.gif);
}

/* head */
.lister .head {
	margin: 0;
	padding: 5px 20px;
	width: 620px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.lister .head .amount {
	float: left; display: inline;
	padding: 3px 0 0 0;
	width: 120px;
	font-weight: bold;
}
.lister .head .sorting {
	width: 215px;
	float: right; display: inline;
}
.lister .head .sorting .label {
	padding: 2px 2px 0 0;
	float: left; display: inline;
}
.lister .head .paging {
	float: left; display: inline;
	padding: 3px 30px 0 30px;
}
.lister .head .paging a {
	margin: 0 1px;
}
/* exceptions for customSelect within sorting */
.lister .head .sorting .customSelect {
	float: right; display: inline;
	background-image: url(../images/sortingselect_back.gif);
	width: 142px;
}
.lister .head .sorting .customSelect a.selected,
.lister .head .sorting .customSelect a.selected:hover {
	background-image: url(../images/sortingselect_top.gif);
}
.lister .head .sorting .customSelect ul {
	background-image: url(../images/sortingselect_back.gif);
}

/* item */
.lister .item {
	padding: 20px;
	width: 620px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.lister .text {
	float: left; display: inline;
	width: 300px;
}
.lister .text a{
	display: block;
}
.lister .image {
	float: left; display: inline;
	width: 120px; height: 120px;
	margin-right: 20px;
	overflow: hidden;
	border: 1px solid #b8c5d4;
}
.lister .image a:hover img {
	border-color: #063369;
}
.lister .item .text h3 {
	font-size: 13px;
}
.lister .item .description {
	margin: 3px 0;
	font-size: 11px;
	line-height: 140%;
}
.lister .item .more {
	font-size: 11px;
}
.lister .item .foot {
	padding: 8px 0 0 0;
	width: 475px;
}
.lister .item .price {
	padding: 4px 0 0 0;
	float: left; display: inline
}
.lister .item .price strike {
	background: url(../images/strike.gif) repeat-x left 9px;
	text-decoration: none;
	padding: 0 2px;
}
.lister .item .price strong {
	color: #c20000;
}
.lister .item .brand {
	margin: -15px 50px 0 0;
	float: right; display: inline;
	width: 150px; height: 50px;
	overflow: hidden;
	text-align: center;
} 
.lister .item .order {
	float: right; display: inline;
} 
.lister .priceHolder{
	float: right; display: inline;
}
.lister .priceHolder .priceInfo{
	background: url("../images/lister_price.png") no-repeat left top;
	padding: 15px;
	width: 120px; height: 90px;
}
.lister .priceHolder .priceInfo strike{
	display: block;
}
.lister .priceHolder .priceInfo .discount{
	font-size: 18px;
}
.lister .priceHolder .priceInfo .stock{
	color: #77b800;
	font-size: 10px;
}
.lister .priceHolder .priceInfo .noStock{
	color: #c20000;
	font-size: 10px;
}
.lister .priceHolder .orderBtn{
	display: block;
	margin-top: 5px;
}

/* DETAIL */
.productDetails {
	position: relative;
	padding: 10px 0 10px 20px;
	width: 640px;
}
/* info */
.productDetails .info {
	float: right; display: inline;
	width: 350px;
}
.productDetails .info .text {
	padding: 0 10px;
}
.productDetails .info .title {
	position: relative;
	width: 330px;
}
.productDetails .info h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
}
.productDetails .info .description {
	margin: 0 0 10px 0;
}
.productDetails .info .prices {
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.productDetails .info .prices h3 {
	background: url(../images/dots_hor.gif) repeat-x left bottom;
	padding: 5px 10px;
	font-size: 17px;
}
.productDetails .info .priceTable {
	margin: 5px 10px;
}
.productDetails .info .prices table {
	width: 100%;
}
.productDetails .info .prices th {
	font-weight: normal;
}
.productDetails .info .prices strike {
	background: url(../images/strike.gif) repeat-x left 9px;
	text-decoration: none;
	padding: 0 2px;
}
.productDetails .info .prices td strong {
	color: #c20000;
}
.productDetails .info .brand {
	padding: 10px 0;
}
.productDetails .info .order {
	margin: 0 0 10px 0;
	background: #eaedf0 url(../images/detail_order_bottom.gif) no-repeat left bottom;
}
.productDetails .info .order .content {
	padding: 7px 15px;
	width: 320px;
	background: url(../images/detail_order_top.gif) no-repeat left top;
}
.productDetails .info .order .delivery {
	padding: 0 0 10px 0;
}
.productDetails .info .order label {
	float: left; display: inline;
	padding: 3px 5px 0 0;
	font-weight: bold;
}
.productDetails .info .order .label {
	float: left; display: inline;
	font-weight: bold;
	width: 6em;
}
.productDetails .info .order .amount {
	float: left; display: inline;
	width: 33px; height: 24px;
	background: url(../images/detail_order_input.gif) no-repeat left top;
	text-align: center;
}
.productDetails .info .order .amount input {
	width: 27px;
	padding: 3px 0;
	background: none; border: none;
	text-align: center;
	color: #063369;
}
.productDetails .info .order .total {
	clear: both;
	padding: 7px 5px 0 0;
}
.productDetails .info .order strike {
	background: url(../images/strike.gif) repeat-x left 9px;
	text-decoration: none;
	padding: 0 2px;
}
.productDetails .info .order .total strong {
	font-size: 15px;
}
.productDetails .info .order .total .discount {
	color: #c20000;
}
.productDetails .info .order .button {
	float: left; display: inline;
	margin: 0 0 0 9px;
}
.productDetails .socialicons{
	margin-top: 10px;
	width: 320px; height: 20px;
	clear: both;
}
.productDetails .fb-like {
	float: left; display: inline;
}
* html .productDetails .fb-like iframe {
	width: 125px !important;
}
.productDetails .twitter-share-button{
	float: left; display: inline;
	margin-right: 10px;
}

/* images */
.productDetails .images {
	float: left; display: inline;
	width: 277px;
}
.productDetails .images .image {
	position: relative;
	margin: 0 0 10px 0;
	width: 275px;
	border: 1px solid #afbdcf;
}
.productDetails .images .zoom {
	position: absolute;
	right: 5px; bottom: 5px;
	width: 31px; height: 31px;
	background: url(../images/ico_zoom.png) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
	cursor: pointer;
}
.productDetails .thumbs {
	position: relative;
	left: -12px;
	width: 288px;
}
.productDetails .thumbs ul {
	margin: 0; padding: 0;
	list-style: none;
}
.productDetails .thumbs li {
	margin: 0; padding: 0;
	float: left; display: inline;
	background: none;
}
.productDetails .thumbs li a {
	float: left; display: inline;
	margin: 0 0 12px 12px; padding: 0;
	width: 82px; height: 82px;
	overflow: hidden;
	border: 1px solid #afbdcf;
}
.productDetails .thumbs li a:hover {
	border-color: #2e5481;
}
.productDetails .actions {
	padding: 10px 12px;
	background: #eaedf0;
}
.productDetails .actions ul {
	margin: 0; padding: 0;
}
.productDetails .actions li {
	margin: 4px 0; padding: 0;
	background: none;
	font-size: 11px;
}
.productDetails .actions li a {
	display: block;
	padding: 4px 0 4px 27px;
}
	* html .productDetails .actions li a {
		height: 0.1em; /* avoid extra spacing in IE6 */
	}
.productDetails .actions li.doc a {
	background: url(../images/ico_doc.gif) no-repeat 3px 4px;
}
.productDetails .actions li.mail a {
	background: url(../images/ico_mail.gif) no-repeat 2px 4px;
}
.productDetails .actions li.question a {
	background: url(../images/ico_question.gif) no-repeat 2px 7px;
}
.productDetails .actions li.wishlist a {
	background: url(../images/ico_wishlist.gif) no-repeat 3px 0px;
}
.productDetails .actions li.print a {
	background: url(../images/ico_print.gif) no-repeat 4px 4px;
}
.productDetails .customCell {
	padding-top: 2px;
}

/* addToCart */
.addToCart {
	margin: 0 0 10px 0;
}
.addToCart table {
	margin: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #063369;
}
.addToCart th,
.addToCart td {
	padding: 10px 5px;
	vertical-align: middle;
}
.addToCart .image {
	width: 50px;
}
.addToCart .price {
	text-align: right;
}
.addToCart .image img {
	border: 1px solid #afbdcf;
}


/* productRelated */
.productRelated {
	margin: 0 0 20px 0;
	width: 660px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.productRelated .title {
	width: 640px;
	padding: 5px 10px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.productRelated .title h2 {
	position: relative;
	width: 640px;
}
.productRelated .item {
	float: left; display: inline;
	padding: 10px;
	width: 310px;
}
.productRelated .text {
	float: left; display: inline;
	width: 170px;
}
.productRelated .image {
	float: left; display: inline;
	margin: 0 15px 10px 0;
	width: 120px; height: 120px;
	overflow: hidden;
	border: 1px solid #b8c5d4;
}
.productRelated .image:hover {
	border-color: #063369;
}
.productRelated .item .text h3 {
	font-size: 12px;
}
.productRelated .item .description {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 140%;
}
.productRelated .item .price {
	margin: 0 0 7px 0;
}
.productRelated .item .price strike {
	background: url(../images/strike.gif) repeat-x left 8px;
	text-decoration: none;
	padding: 0 2px;
}
.productRelated .item .price strong {
	color: #c20000;
}
.productRelated .item .order {
	
}
.productRelated .item .order label {
	display: block;
	width: 136px; height: 22px;
	background: url(../images/btn_meebestellen.gif) no-repeat left top;
}
.productRelated .item .order strong {
	display: none;
}
.productRelated .item .order input {
	margin: 4px 0 0 17px;
}
	* +html .productRelated .item .order input { /* fix position for IE7 */
		margin: 1px 0 0 15px;
	}
	* html .productRelated .item .order input { /* fix position for IE6 */
		margin: 1px 0 0 15px;
	}

/* productCombi */
.productCombi {
	margin: 0 0 20px 0;
	width: 660px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.productCombi .title {
	width: 640px;
	padding: 5px 10px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.productCombi .title h2 {
	position: relative;
	width: 640px;
}
.productCombi .products {
	float: left; display: inline;
	padding: 10px 0 0 10px;
	width: 420px;
}
.productCombi .products .item {
	float: left; display: inline;
	margin: 0 15px 15px 0;
	width: 122px;
	font-size: 12px;
}
.productCombi .products h3 {
	font-size: 12px;
}
.productCombi .image {
	width: 120px; height: 120px;
	overflow: hidden;
	border: 1px solid #b8c5d4;
}
.productCombi .text {
	padding: 3px;
}
.productCombi .info {
	padding: 10px 0;
	float: left; display: inline;
	width: 220px;
}
.productCombi .info table {
	width: 100%;
}
.productCombi .info th {
	font-weight: normal;
}
.productCombi .info td {
	text-align: right;
}
.productCombi .info .subtotal th,
.productCombi .info .subtotal td {
	background: url(../images/dots_hor.gif) repeat-x left top;
	font-weight: bold;
}
.productCombi .info .total th,
.productCombi .info .total td {
	padding-top: 10px;
	font-weight: bold;
}
.productCombi .info .total td {
	font-size: 15px;
	color: #c20000;
}
.productCombi .info strike {
	background: url(../images/strike.gif) repeat-x left 9px;
	text-decoration: none;
	padding: 0 2px;
}
.productCombi .order {
	float: right; display: inline;
}

/* CART */
.titleBar {
	margin: 0 0 15px 0;
	padding: 6px 10px 6px 20px;
	background: #eaedf0;
	height: 17px;
}
	* +html .titleBar {
		height: 21px;
	}
.titleBar h1 {
	margin: 0;
	font-size: 17px;
}
.titleBar ol {
	float: left; display: inline;
	margin: 2px 0 0 0;
}
.titleBar ol li {
	float: left; display: inline;
	margin-right: 8px;
}
.titleBar ol li.last {
	margin-right: 0;
}
.titleBar ol li h3 {
	font-size: 14px;
	padding-right: 2px;
	color: #7a8ca1;
	display: block;
}
.titleBar ol li.active:hover, .titleBar ol li.done:hover {
	filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -khtml-opacity: .65; -moz-opacity: .65; opacity: .65; 
}
.titleBar ol li.active h3{
	color: #063369;
}
.titleBar ol li.active h3 a:hover, .titleBar ol li.done h3 a:hover {
	color: #063369;
}
.titleBar .more {
	margin-left: 15px;
	font-weight: normal;
}
.shoppingCart {
	margin: 0 0 20px 0;
	width: 660px;
}
.shoppingCart .titleBar {
	padding: 0; margin-bottom: 40px;
	background: none;
	height: 50px;
}
.shoppingCart .titleBar a {
	text-decoration: none;
}
.shoppingCart .titleBar ol{
	width: 660px;
	background: url(/images/steps_line.gif) no-repeat 80px 15px
}
.shoppingCart .titleBar ol li {
	padding: 0; margin: 0;
	width: 20%;
	text-align: center;
	cursor: not-allowed;
}
.shoppingCart .titleBar ol li.active, .shoppingCart .titleBar ol li.done {
	cursor: pointer;
}
.shoppingCart .titleBar ol li .bullet {
	display: block;
	margin-left: 51px; padding: 7px 0 18px 11px;
	background: url(../images/order_bullet.gif) no-repeat;
	color: #fff; text-align: left; font-weight: bold;
}
.shoppingCart .titleBar ol li .inactiveBullet	{
	display: block;
	margin-left: 51px; padding: 7px 0 18px 11px;
	background: url(../images/order_bullet_inactive.gif) no-repeat;
	color: #fff; text-align: left; font-weight: bold;
}

.shoppingCart .head,
.shoppingCart .foot {
	margin: 0 0 10px 0;
	padding: 0 10px 0 20px;
}
.shoppingCart .subtotal th, .shoppingCart .subtotal td, .shoppingCart .extra th, .shoppingCart .extra td, .shoppingCart .total th, .shoppingCart .total td {
	height: 20px;
}
.shoppingCart .spacing th {
	height: auto;
}
/* cart */
.shoppingCart table {
	width: 100%;
}
.shoppingCart th,
.shoppingCart td {
	padding: 10px 0 10px 20px;
	vertical-align: middle;
	font-weight: normal;
}
.shoppingCart thead th {
	font-weight: bold;
	font-size: 11px;
}
.shoppingCart thead th,
.shoppingCart .item th,
.shoppingCart .item td {
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.shoppingCart table a {
	text-decoration: none;
}
.shoppingCart table .image {
	width: 1px;
}
.shoppingCart .image img {
	border: 1px solid #b8c5d4;
}
.shoppingCart .image a:hover img {
	border-color: #063369;
}
.shoppingCart table .amount,
.shoppingCart table .delete {
	text-align: center;
}
.shoppingCart table .amount {
	width: 33px;
}
.shoppingCart table .delete {
	padding-left: 0;
	width: 50px;
}
.shoppingCart table .delivery {
	width: 100px;
}
.shoppingCart table .price {
	padding-right: 20px;
	width: 70px;
	text-align: right;
}
.shoppingCart table .amount .input {
	display: inline-block;
	width: 33px; height: 24px;
	background: url(../images/detail_order_input.gif) no-repeat left top;
	text-align: center;
}
.shoppingCart table .amount .input input {
	width: 27px;
	padding: 3px 0;
	background: none; border: none;
	text-align: center;
	color: #063369;
}
.shoppingCart table .total th,
.shoppingCart table .total .price {
	height: 50px;
	vertical-align: top;
	background: url(../images/dots_hor.gif) repeat-x left top;
	font-weight: bold;
	font-size: 14px;
}
/* combi */
.shoppingCart .combi .description img {
	margin: 0 5px 5px 0;
	border: 1px solid #b8c5d4;
}

/* cartCoupon */
.shoppingCart .cartCouponHolder {
}
.shoppingCart .cartCoupon {	
	zoom: 1;
	background: url(../images/couponbox_back.gif) no-repeat left bottom;
	display: none;
}
.shoppingCart .cartCoupon .content {
	padding: 5px 10px 10px 10px;
	width: 316px;
	background: url(../images/couponbox_top.gif) no-repeat left top;
}
.shoppingCart .cartCoupon .input {
	float: left; display: inline;
	width: 210px; height: 24px;
	background: url(../images/input_defaultwidth.gif) no-repeat left top;
}
.shoppingCart .cartCoupon .input input {
	margin: 0; padding: 3px 5px;
	width: 190px;
	background: none;
	border: none;
	color: #7a8ca1
}
.shoppingCart .cartCoupon .submit {
	float: left; display: inline;
}
/* ShoppingCart_02 Gegevens */
.shoppingCart .account h4 {
	font-size: 17px;
}
.shoppingCart .account .klant {
	margin: 0 0 10px 0;	padding: 15px 20px;
	width: 620px;
	background: #eaedf0;
}
.shoppingCart .account .klant h4 {
	margin-bottom: 15px;
}
.shoppingCart .account .klant .label {
	float: left; display: inline;
	padding: 2px 0 0 0;
}
.shoppingCart .account .klant .defaultWidth input {
	width: 188px;
}
.shoppingCart .account .klant .submit {
	float: left; display: inline;
}

.shoppingCart .account ul.formfields div.input {
	margin-right: 10px;
}
.shoppingCart .account ul.formfields li.check div.label {
	width: 300px;
}
.shoppingCart .account ul.formfields li.voorwaarden {
	padding: 15px 0;
}
.shoppingCart .account ul.formfields li.voorwaarden div.label {
	width: 600px;
}
.shoppingCart .account ul.formfields li.footer div.input {
	float: right; display: inline;
}

/* ShoppingCart_03 Betaalmethode */
.shoppingCart .account .payment h3 {
	font-size: 17px;
	margin-bottom: 15px;
}
.shoppingCart .account .payment h4  {
	font-size: 15px;
	margin: 0;
	padding: 2px 0 3px 0;
}
.shoppingCart .account .payment tr.ideal h4 {
	background: url(../images/payment_ideal.gif) no-repeat 40px top;
}
.shoppingCart .account .payment tr.cc h4 {
	background: url(../images/payment_creditcard2.gif) no-repeat 75px top;
}
.shoppingCart .account .payment tr.bg h4 {
	background: url(../images/payment_bankgiro.gif) no-repeat 194px top;
}
.shoppingCart .account .payment tr.show h4 {
	background: url(../images/payment_show.gif) no-repeat 168px 1px;
}

.shoppingCart .account .payment td {
	padding: 8px 0 12px 20px;
}
.shoppingCart .account .payment td.radio {
	width: 15px;
}

/* ShoppingCart_04 Controle */
table.methods th{
	font-size: 17px;
}
table.methods tr td,
table.methods tr th {
	background: #EAEDF0;
}
table.methods tr td {
	padding: 0 0 0 20px;
}
table.methods tr th{
	padding-top: 20px;
}
table.methods tr.adjust td {
	padding: 10px 0 25px 20px;
}
table.methods tr td a.more {
	text-decoration: underline;
}
table.methods tr.empty td.empty {
	background: #fff;
	height: 10px;
}
table.methods tr.agree td {
	padding: 20px;
}
table.methods tr.agree .accept {
	float: left; display: inline;
	margin-top: 1px;
}
table.methods tr.agree .accept a {
	text-decoration: underline;
}

/* order history */
.shoppingCart .head table {
	width: auto;
}
.shoppingCart .head table th {
	padding-left: 0;
	font-weight: bold;
}


/* ACCOUNT */
.contentIndent {
	padding: 0 0 0 20px;
}
.contentTitle {
	margin: 0 0 10px 0;
	padding: 5px 20px;
	background: url(../images/dots_hor.gif) repeat-x left bottom;
}
.contentTitle h2.left {
	position: relative;
}
.contentTitle .titleLink {
	padding-top: 4px;
}
.contentTitle .more {
	margin-left: 15px;
	font-weight: normal;
}

/* accountData */
.accountData {
		margin: 0 0 20px 0;
}
.accountData .contactData {
	float: left; display: inline;
	width: 320px;
}
.accountData .companyData {
	float: right; display: inline;
	width: 320px;
}
.accountData .contentTitle {
	float: left; display: inline;
	width: 280px;
}
.accountData .content {
	clear: both;
	padding: 0 10px 10px 20px;
	width: 290px;
}

/* accountList */
.accountList {
	margin: 0 0 20px 10px;
}
.accountList table {
	margin: 0;
	width: 100%;
}
.accountList th {
	padding: 0 10px 7px 10px;
}
.accountList td {
	padding: 7px 10px;
	background-color: #eaedf0; background-repeat: no-repeat;
	border-bottom: 5px solid #fff;
}
.accountList table .more {
	font-weight: normal;
}
.accountList td.first {
	padding-left: 0; padding-top: 0;
	background-image: url(../images/accountlist_bl.gif); background-position: left bottom;
}
.accountList td.first div {
	padding-left: 10px; padding-top: 7px;
	background-image: url(../images/accountlist_tl.gif); background-position: left top; background-repeat: no-repeat;
}
.accountList td.last {
	padding-right: 0; padding-top: 0;
	background-image: url(../images/accountlist_br.gif); background-position: right bottom;
}
.accountList td.last div {
	padding-right: 10px; padding-top: 7px;
	background-image: url(../images/accountlist_tr.gif); background-position: right top; background-repeat: no-repeat;	
}

/* accountForm */
.accountForm {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
.accountForm .klantnummer {
	display: none;
	margin: 0 0 10px 0;	padding: 15px;
	width: 608px;
	background: #eaedf0;
	border: 1px solid #acbbcd;
}
.accountForm .klantnummer .label {
	float: left; display: inline;
	margin: 0 10px 0 0; padding: 2px 0 0 0;
	font-weight: bold;
}
.accountForm .klantnummer .input {
	float: left; display: inline;
	margin: 0 10px 0 0; padding: 3px 6px;
	width: 188px; height: 17px;
	background: url(../images/input_defaultwidth.gif) no-repeat left top;
}
.accountForm .klantnummer .defaultWidth input {
	width: 188px;
}
.accountForm .klantnummer .submit {
	float: left; display: inline;
}


/* LOGIN */
.loginForm {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}


/* CONTACT */
.contactIntro {
	padding: 0 0 30px 20px;
}
.contactText {
	float: left; display: inline;
	width: 300px;
}
.contactImage {
	float: right; display: inline;
	width: 320px;
	text-align: right;
}
.contactText ul {
	margin: 0; padding: 0;
}
.contactText li {
	margin: 0 0 3px 0; padding: 5px 0 5px 30px;
}
.contactText li.contactPhone {
	background: url(../images/contact_phone.gif) no-repeat left 4px;
	font-weight: bold;
}
.contactText li.contactPhone a {
	text-decoration: none;
	cursor: default;
}
.contactText li.contactMail {
	background: url(../images/contact_mail.gif) no-repeat 3px 8px;
}
.contactPage h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.contactPage .contactForm {
	padding: 0 0 0 20px;
}

/* contactForm (+ forms in thickbox */
.contactForm ul.formfields div.label {
	width: 200px;
}
.contactForm ul.formfields div.error {
	width: 400px;
}
.contactForm ul.formfields li.check div.label {
	width: 378px;
}
.contactForm ul.formfields li.below div.label,
.contactForm ul.formfields li.below div.input {
	width: 400px;
}

.contactForm .customTextarea {
	margin: 0 0 10px 0;
	position: relative;
	float: left; display: inline;
	width: 400px; height: 120px;
	background: url(../images/textarea_400-120.gif) no-repeat left top;
}
.contactForm .customTextarea textarea {
	position: relative;
	top: 6px; left: 7px;
	width: 383px; height: 105px;
	overflow: auto;
	background: transparent;
	font: 12px/16px Tahoma, Verdana Arial, Helvetica, Sans-serif;
	color: #7a8ca1;
}

/* FAQ */
ul.faqList {
	margin: 0 0 10px 10px;
}
ul.faqList li {
	margin: 0 0 4px 0; padding: 2px 10px;
	background: #fff;
	border: 1px solid #fff;
}
ul.faqList li.active {
	padding: 7px 10px 10px 10px;
	background: #eaedf0;
	border-color: #acbbcd;
}
ul.faqList li .question a {
	display: block;
	padding-left: 12px;
	background: url(../images/bullet.gif) no-repeat 3px 4px;
}
	* html ul.faqList li .question a {
		height: 0.1em; /* avoid extra spacing in IE6 */
	}
ul.faqList li.active .question a {
	background: url(../images/bullet_down.gif) no-repeat 1px 6px;
	text-decoration: none;
	font-weight: bold;
}

ul.faqList .answer {
	display: none;
	padding: 5px 0 0 0;
	line-height: 130%;
}


/* INFO */
.infoNav {
	position: relative;
	margin: -15px 0 15px 0;
	padding: 10px 10px 10px 18px;
	background: #eaedf0;
	border: 1px solid #eaedf0;
}
.infoNav ul {
	float: left; display: inline;
	width: 200px;
	margin: 0 10px 0 0;
}
.infoNav li.active a {
	font-weight: bold;
	text-decoration: none;
}
.infoContent {
	padding: 0 20px;
	line-height: 140%;
}

/* SITEMAP */
.sitemap {
}
.sitemap .column {
	float: left; display: inline;
	width: 200px;
	margin: 0 0 15px 20px;
}
.sitemap ul {
	margin: 0;
}
.sitemap ul li {
	margin: 0; padding: 5px 0 5px 15px;
	background: url(../images/bullet.gif) no-repeat 7px 9px;
	font-weight: bold;
}
.sitemap ul ul {
	margin: 5px 0;
}
.sitemap ul ul li {
	margin: 0;  padding: 5px 0 5px 20px;
	background: url(../images/bullet_sitemap.gif) no-repeat 5px -3px;
	font-weight: normal;
}
.sitemap ul ul ul {

}
.sitemap ul ul ul li {
	font-size: 11px;
}
.sitemap ul ul ul li.last {
	background-image: url(../images/bullet_sitemap_last.gif);
}
