body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	color: #787878;
}

td
{
	
}

.wrapper {
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 960px;
}

a {
	text-decoration: underline;
	color: #0e74a4;
}

.blacktitle {font-size: 24px; color: #000; font-weight: bold;}
.bluetitle {font-size: 24px; color: #093d79; font-weight: bold;}

h1 {font-size: 36px; color: #093d79; line-height: 36px; padding-bottom: 10px;}
h2 {font-size: 24px; color: #093d79; line-height: 24px; padding-bottom: 10px;}
h3 {font-size: 18px; color: #093d79; line-height: 18px; padding-bottom: 10px;}
h4 {font-size: 16px; color: #000; line-height: 16px; padding-bottom: 10px;}
h5 {font-size: 14px; color: #093d79; line-height: 14px; padding-bottom: 10px;}
h6 {font-size: 12px; color: #093d79; line-height: 12px; padding-bottom: 10px;}

/* TOP */
	
#top {
	height: 85px;
	background: #093D79 /*#093d79*/;
	color: #fff;
	overflow: hidden;
}

#logo {
	float: left;
	width: 323px;
	height: 85px;
}

#topright {
	float: left;
	width: 600px;
	margin-left: 37px;
	height: 85px;
	overflow: hidden;
}

#topmenu {
	height: 40px;
	width: 600px;
	overflow: hidden;
}

#topmenu li {
	float: right;
	height: 40px;
	line-height: 40px;
}

#topmenu li a{
	float: left;
	padding-left: 10px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#topmenu li a:hover {
	color: #18A1E5 /*#000*/;
}

#loginblok {
	float: left;
	width: 430px;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	color: #fff;
	height: 45px;
	line-height: 45px;
}

#loginblok ul li {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

#loginblok ul li a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#loginblok a:hover {
	color: #18A1E5/*#000*/;
}

#topitem {
	float: left;
	width: 155px;
	background: url(../images/top_item.png) no-repeat;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#topitem a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
	

/* TOP HOVER BOX */

#top_hover {
	display: none;
	top: 85px;
	margin-left: 805px;
	position: absolute;
	height: 123px;
	width: 155px;
	background: url(../images/top_hover.png) no-repeat;
	z-index: 999;
}

#top_hover p{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

/* NAV */

.mainnav {
	width: 200px;
	line-height: 20px;
}

.mainnav li {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #d9d9d9;
}

.mainnav li a{
	display: block;
	text-decoration: none;
	color: #888;
	font-weight: bold;
	font-size: 13px;
}

.mainnav li a:hover {
	color: #093d79;
	font-weight: bold;
}

.mainnav li.current a {
	text-decoration: none;
	color: #093d79;
	font-weight: bold;
}

.mainnav li ul li {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	border-bottom: none;
	color: #666666;
}

.mainnav li ul li a {
	text-decoration: none;
	color: #666666;
}

.mainnav li.current ul li a{
	color: #888;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

.mainnav li.current ul li a:hover {
	color: #093d79;
	font-weight: bold;
}

.mainnav li.current ul li.current a{
	color: #093d79;
	font-weight: bold;
}

.mainnav li.current ul li a{
	color: #888;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

.mainnav li.current ul li ul li a{
	color: #888;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
}

.mainnav li.current ul li.current ul li a{
	color: #888;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	font-weight: normal;
}

.mainnav li.current ul li.current ul li.current a{
	color: #093d79;
	font-size: 11px;
	font-weight: normal;
}


/* CONTENT */

#leftsidebar {
	margin-top: 40px;
	float: left;
	width: 200px;
	margin-right: 20px;
}

#maincontent {
	margin-top: 40px;
	float: left;
	width: 520px;
	margin-right: 30px;
	margin-left: 10px;
}

#rightsidebar {
	margin-top: 40px;
	float: left;
	width: 180px;
}

#simplelist {
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
}

#simplelist li {
	width: 175px;
	height: 25px;
	padding-left: 5px;
}

#simplelist li a {
	text-decoration: none;
	color: #787878;
}

#simplelist li a:hover {
	text-decoration: none;
	color: #000000;
}

/* HOMEPAGE */

#homeleft {
	float: left;
	width: 760px;
	margin-right: 20px;
	padding-top: 40px;
}

#homeright {
	float: left;
	width: 180px;
	padding-top: 40px;
}

#homecontent {
	float: left;
	padding-top: 40px;
	width: 540px;
}

.boxtop {
	line-height: 1px;
	height: 14px;
	width: 380px;
	background: url(../images/boxtop.jpg) no-repeat;
}

.boxcontent {
	width: 360px;
	min-height:100px;
 	height:auto !important;
 	height:100px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/boxcontent.jpg) repeat-y;
}
.boxbottom {
	line-height: 1px;
	height: 14px;
	width: 380px;
	background: url(../images/boxbottom.jpg) no-repeat;
	margin-bottom: 20px;
}

#header {
	width: 760px;
	height: 285px;
	background: url(../images/header.jpg) no-repeat top left;
}

#headercontent {
	height: 285px;
	width: 760px;
}

#headeroverlay {
	background: url(../images/headeroverlay.png) no-repeat top left;
	height: 285px;
	width: 560px;
}

#header .titel {
	width: 530px;
	height: 60px;
	color: #fff;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 30px;
}

#header .keuzemenu {
	width: 720px;
	height: 285px;
}

#header .keuzemenu .linkerrij {
	float: left;
	width: 310px;
	height: 235px;
	padding-top: 55px;
	margin-left: 50px;
}

#header .keuzemenu .rechterrij {
	float: left;
	width: 340px;
	height: 235px;
	padding-top: 55px;
	margin-left: 20px;
}

#header .keuzemenu ul li {
	width: 271px;
	height: 37px;
	margin-bottom: 10px;
}

#header .keuzemenu ul li a {
	display: block;
	width: 271px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	padding-left: 12px;
	text-decoration: none;
	color: #d9e6f6;
	font-weight: bold;
	background: url(../images/button.jpg) no-repeat top left;
}

#header .keuzemenu li a:hover {
	background-position: 0px -37px;
	color: #16557b;
	text-shadow: 0px 1px 0px #c4d0df;
}

#favorieten {
	display: none;
	top: 85px;
	margin-left: 605px;
	position: absolute;
	width: 355px;
	z-index: 1000;
}

#favor_content {
	width: 335px;
	padding-left: 10px;
	padding-right: 10px;
	background: #0e74a4;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #4f9abd;
	color: #fff;
}

#favor_content ul li {
	height: 30px;
	color: #fff;
	width: 335px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#favor_content ul li a {
	color: #fff;
	text-decoration: none;
}

#favor_bottom {
	width: 355px;
	line-height: 50px;
	background: url(../images/favor_bottom.png) no-repeat;
	height: 50px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#favor_bottom:hover {
	background: url(../images/favor_bottom2.png) no-repeat;
}
	

#favor_toevoegen {
	width: 335px;
	padding-left: 10px;
	padding-right: 10px;
	background: #0e74a4;
	padding-top: 15px;
	color: #fff;
	border-bottom: 1px solid #0a5578;
	text-align: center;
	font-weight: bold;
}

#favor_toevoegen p{
	font-size: 11px;
	padding-bottom: 10px;
}
					
/* /////////////////////////////////////////////////////////////////////////////// */			

#leftcolumn {
	float: left;
	width: 280px;
}

.categorietitel {
	width: 280px;
	height: 40px;
}

#rightcolumn {
	float: left;
	width: 680px;
}

#shopcontent
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.productnav {
	width: 250px;
	margin-right: 30px;
	line-height: 20px;
}

.productnav li {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #d9d9d9;
}

.productnav li a{
	display: block;
	text-decoration: none;
	color: #666666;
}

.productnav li a:hover {
	color: #000;
	font-weight: bold;
}

.productnav li.current a {
	text-decoration: none;
	color: #093d79;
	font-weight: bold;
}

.productnav li ul li {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	border-bottom: none;
	color: #666666;
}

.productnav li ul li a {
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

.productnav li.current ul li a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.productnav li.current ul li a:hover {
	color: #444;
	font-weight: bold;
}

.productnav li.current ul li.current a{
	color: #000;
	font-weight: bold;
}

/***************************************/

.category_blocks {
	width: 680px;
}

.category_blocks li {
	float: left;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 200px;
	width: 200px;
	text-align: center;
	/*overflow: hidden;*/
}

.category_blocks a {
	text-decoration: none;
	color: #666;
}

.category_blocks li .product_naam a {
	text-decoration: none;
	color: #666;
}

.category_blocks li .product_naam a:hover {
	text-decoration: none;
	color: #000;
}

/* PRODUCTEN BLOCK LAYOUT */

.product_blocks {
	width: 680px;
}

.product_blocks a {
	text-decoration: none;
	color: #666;
}

.product_blocks li {
	float: left;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	margin-right: 5px;
	height: 265px;
	width: 218px;
	text-align: center;
	/*overflow: hidden;*/
}

.product_blocks li.third {
	float: left;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
	margin-right: 0px;
	height: 265px;
	width: 218px;
	text-align: center;
}

.product_blocks li .product_plaatje {
	display: block;
	width: 218px;
	height: 150px;
	text-align: center;
	cursor: pointer;
}

.product_blocks li .product_plaatje .product_plaatje_background {
	display: block;
	float: left;
	width: 218px;
	height: 150px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.product_blocks li .product_plaatje .product_plaatje_aanbieding {
	display: block;
	float: left;
	margin-top: -150px;
	width: 218px;
	height: 150px;
	text-align: center;
	cursor: pointer;
	background: url(../images/aanbieding.png) no-repeat top right;
	z-index: 2;	
}

.product_blocks li .product_naam {
	display: block;
	width: 190px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}

.product_blocks li .product_naam a {
	text-decoration: none;
	color: #666;
}

.product_blocks li .product_naam a:hover {
	text-decoration: none;
	color: #000;
}

.product_blocks li .product_prijs {
	display: block;
	float: left;
	height: 40px;
	width: 130px;
	padding-left: 4px;
	font-weight: bold;
	color: #000;
	text-align: right;
	line-height: 40px;
	padding-right: 11px;
}

.product_blocks li .product_aantal {
	display: block;	
	float: left;
	height: 31px;
	line-height: 31px;
	width: 31px;
	background: url(../images/input_bg.jpg) no-repeat;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 5px;
}

.product_blocks li .product_aantal input {
	width: 29px;
	padding-left: 1px;
	border: none;
	text-align: center;
	height: 20px;
	background: none;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
}
	
.product_blocks li .product_bestel {
	display: block;
	float: left;
	height: 31px;
	width: 31px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding-left: 7px;
	padding-right: 4px;
}

.product_blocks .product_bestel a{
	display: block;
	text-decoration: none;
	height: 31px;
	width: 31px;
	background: url(../images/bestelknop.jpg);
}

.product_blocks .product_bestel a:hover{
	background-position: 0px -31px;
}

#detail {
	width: 680px;
}

#detail_right {
	float: left;
	width: 400px;
	margin-right: 20px;
}

#detail_left {
	float: left;
	width: 163px;
	margin-right: 30px;
}

.detail_prijs {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.detailaantal, .detailbestellen {
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.detail_aantal, .detail_bestellen {
	display: block;
	float: left;
	height: 31px;
	padding-right: 5px;
	line-height: 31px;
}

#detail .product_aantal {
	display: block;	
	float: left;
	height: 31px;
	line-height: 31px;
	width: 31px;
	background: url(../images/input_bg.jpg) no-repeat;
	overflow: hidden;
}

#detail .product_aantal input {
	width: 29px;
	padding-left: 1px;
	border: none;
	text-align: center;
	height: 20px;
	background: none;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
}
	
#detail .product_bestel {
	display: block;
	float: left;
	height: 31px;
	width: 31px;
	padding-left: 1px;
	padding-right: 4px;
}

#detail .product_bestel a{
	display: block;
	text-decoration: none;
	height: 31px;
	width: 31px;
	background: url(../images/bestelknop.jpg);
}

#detail .product_bestel a:hover{
	background-position: 0px -31px;
}

.productdetail_plaatje {
	background: #e7e7e7;
	border: 1px solid #c3c3c3;
	padding: 5px;
	line-height: 0px;
}

.productentitle {
	float: left;
	width: 550px;
	height: 40px;
}

#productentop {
	width: 680px;
	height: 40px;
	margin-bottom: 2px;
}


/* PRODUCTEN ROW LAYOUT */

.product_rows {
	width: 680px;
}

.product_rows li {
	border: 1px solid #d9d9d9;
	margin-bottom: 2px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	width: 658px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}

.product_rows .product_naam {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 440px;
	overflow: hidden;
}

.product_rows .product_naam a {
    display: block;
	height: 50px;
	line-height: 50px;
	width: 440px;
	overflow: hidden;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

.product_rows .product_naam a:hover {
	color: #093d79;
}

.product_rows .product_naam:hover {
	color: #093d79;
}

.product_rows .product_prijs {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 130px;
	overflow: hidden;
	font-size: 12px;
	text-align: right;
	margin-right: 12px;
}

.product_rows .product_aantal {
	float: left;
	height: 31px;
	line-height: 31px;
	width: 31px;
	background: url(../images/input_bg.jpg) no-repeat;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 9px;
	margin-left: 7px;
}

.product_rows .product_aantal input {
	width: 29px;
	padding-left: 1px;
	border: none;
	text-align: center;
	height: 20px;
	background: none;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
}

.product_rows .product_bestel{
	float: left;
	height: 31px;
	line-height: 31px;
	width: 31px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 9px;	
	margin-left: 7px;
}

.product_rows .product_bestel a{
	display: block;
	text-decoration: none;
	height: 31px;
	width: 31px;
	background: url(../images/bestelknop.jpg);
}

.product_rows .product_bestel a:hover{
	background-position: 0px -31px;
}

#home_top {
	margin-bottom: 40px;
}

.home_left {
	float: left;
	width: 320px;
	margin-right: 40px;
}

.home_right {
	float: left;
	width: 320px;
}

.boven_title {
	height: 40px;
}

.home_aanbieding {
	height: 150px;
	background: #e81f32 url(../images/aanbieding_top.jpg) top left no-repeat;
	width: 672px;
	padding: 10px 1px 0px 7px;
	overflow: hidden;
}

.home_aanbiedingbottom {
	height: 13px;
	line-height: 13px;
	background: url(../images/aanbieding_bottom.jpg) top left no-repeat;
	margin-bottom: 40px;
}

.imageshadow {
	display: block;
	float: left;
	width: 218px;
	height: 150px;
	margin-right: 6px;
	background: url(../images/imageshadow_bg.png) no-repeat;
	overflow: hidden;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 672px; /*Width of Carousel Viewer itself*/
height: 150px; /*Height should enough to fit largest content's height*/
z-index: 99;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.aanbieding_tekst {
	float: left;
	width: 407px;
	padding-top: 23px;
	height: 237px;
	color: #fff;
	padding-left: 13px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.aanbieding_groot {
	display: block;
	width: 407px;
	font-size: 60px;
	line-height: 80px;
	text-align: left;
}

.zoekbox {
	float: left;
	height: 34px;
	width: 640px;
	background: url(../images/zoek.jpg) no-repeat;
}

.zoekbox input {
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 20px;
	width: 620px;
	background: none;
	border: none;
}

#zoekknop {
	float: left;
	width: 40px;
	height: 34px;
}

/* WINKELMANDJE */

#winkelmandje_top {
	width: 960px;
	padding-top: 40px;
	height: 50px;
}

#winkelmandje_top .winkeltitle {
	float: left;
	width: 700px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
	
#winkelmandje_top .winkelverder {
	float: left;
	width: 260px;
	text-align: right;
}

#winkelmandje_top .winkelverder a {
	float: right;
	display: block;
	padding-left: 10px;
	background: url(../images/terug.jpg) no-repeat left;
	height: 20px;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #093d79;
	font-style: italic;
	font-weight: bold;
}

#winkelmandje {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

#winkelmandje tr {
	height: 40px;
	line-height: 40px;
}

#winkelmandje th {
	text-align: left;
	color: #000;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border: none;
}

#winkelmandje .actions {
	height: 40px;
	line-height: 12px;
	vertical-align: top;
}

#winkelmandje .actions a
{
	margin-top: 6px;
	display: block;
}

#winkelmandje .product {
	font-size: 14px;
	border: 1px solid #e0e0e0;
}
#winkelmandje .number 
{
	text-align: right;
	padding-right: 25px;
}

#winkelmandje .product td {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

#winkelmandje .product a {
	text-decoration: none;
	color: #787878;
	font-size: 11px;
}

#winkelmandje .product a:hover {
	color: #000;
}

#winkelmandje td, #winkelmandje th {
	padding-left: 5px;
}

#winkelmandje .totaal td {
	border: 1px solid #e0e0e0;
	background: #093d79;
	color: #fff;
	border: none;
}

#winkelmandje .totaalprijs {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

#winkelmandje .totaalnaam {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#winkelwagentjebottom {
	clear: both;
	width: 960px;
	margin-bottom: 40px;
}

.bestellingafronden {
	display: block;
	text-align: left;
	height: 36px;
	line-height: 36px;
	background: url(../images/bigarrow.jpg) left no-repeat;
	padding-left: 42px;
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	font-size: 16px;
	margin-left: 37px;
	float: left;
}

.verderwinkelen {
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/smallarrow.jpg) left no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
	margin-top: 6px;
	float: left;
}

.producttoevoegen {
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/productadd.png) left no-repeat;
	padding-left: 25px;
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
	margin-top: 6px;
	float: left;
}
	

#productentop {
	width: 680px;
	height: 40px;
	margin-bottom: 2px;
}

.productentitle {
	float: left;
	width: 550px;
	height: 60px;
}

.weerterug {
	float: left;
	width: 100px;
	text-align: right;
	height: 30px;
	padding-top: 10px;
}

.weerterug a{
	float: right;
	display: block;
	padding-left: 10px;
	background: url(../images/terug.jpg) no-repeat left;
	height: 20px;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #093d79;
	font-style: italic;
	font-weight: bold;
}

.productenzoek {
	float: left;
	width: 220px;
	height: 40px;
}

.productenzoektekst {
	float: left;
	width: 100px;
	line-height: 30px;
	height: 40px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #000;
}

.productenzoek input {
	float: left;
	width: 100px;
	margin-top: 5px;
	z-index: 1;
	font-size: 11px;
}	


.productensorteer {
	float: left;
	width: 200px;
	height: 40px;
}

.productensorteertekst {
	float: left;
	width: 50px;
	line-height: 30px;
	height: 40px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #000;
}

.productensorteer select {
	float: left;
	width: 120px;
	height: 20px;
	margin-top: 5px;
	z-index: 1;
}	

.productenweergave {
	float: left;
	width: 150px;
	height: 40px;
}

.productenweergavetekst {
	float: left;
	width: 74px;
	line-height: 30px;
	height: 40px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #000;
}

.productenweergave li {
	float: left;
	width: 31px;
	height: 31px;
	margin-left: 2px;
}

.productenweergave li a.blokkenweergave{
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url(../images/blokweergave.jpg);
	text-decoration: none;
}

.productenweergave li a.rijenweergave{
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url(../images/rijenweergave.jpg);
	text-decoration: none;
}

.productenweergave li a:hover {
	background-position: 0px -31px;
}

.productenweergave li.current a {
	background-position: 0px -31px;
}	

#topitem a.mandje {
	display: block;
	color: #fff;
	width: 105px;
	background: url(../images/wagentje.jpg) no-repeat top left;
	padding-left: 30px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 27px;
	height: 27px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-decoration: none;
}

#topitem p {
	font-size: 11px;
	line-height: 27px;
}

#topitem .mandje_aantal {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}


table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 5px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter tfoot td
{
  padding: 5px;
}

a.prodfav
{
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background: url(../images/prodfav.gif) no-repeat top left;
}

a.prodfav:hover
{
	text-decoration: underline;
}

li.prodsearch
{
	border: none; 
	margin-bottom: 20px;
}

li.prodsearch img
{
	cursor: pointer;
}

li.prodsearch div
{
	float: left;
	margin-left: 5px;
}

li.prodsearch input
{
	float: left;
	width: 150px;
}

a.sticky
{
	display: block;
	text-decoration: none;
	color: black;
	width: 230px;
	height: 260px;
	font-size: 10px;
	line-height: 18px;
	color: black;
	float: left;
	background: url(../images/stickybg0.jpg) no-repeat top left;
}

div.stickyTitle
{
	font-weight: bold;
	width: 185px;
	margin-left: 25px;
	margin-top: 45px;
	overflow: hidden;
	text-align: left;
}

div.stickyBody
{
	width: 185px;
	margin-left: 25px;
	overflow: hidden;
	text-align: justify;
	height: 160px;
}

#stickyForm
{	
	width: 230px;
	height: 280px;
	font-size: 10px;
	text-align: left;
	background: url(../images/stickybg0.jpg) no-repeat top left;
}

#stickyForm input
{	
	font-size: 10px;
	width: 185px;
	margin-top: 44px;
	margin-left: 25px;
	font-family: arial;
}


#stickyForm textarea
{	
	font-size: 10px;
	width: 185px;
	margin-left: 25px;
	height: 160px;
	font-family: arial;
}

a.addSticky
{
	display: block;
	height: 24px;
	padding-left: 26px;
	background: url(../images/search.gif) no-repeat top left;

}

/* Vertical scroller */

#rightsidebar #carousel_bg {
	background: url(../images/carousel_bg.jpg) repeat-y;
	height: 471px;
	overflow: hidden;
}

#rightsidebar #carousel_bg li {
	margin: 0px 10px 10px 10px;
	height: 150px;
	width: 160px;
	overflow: hidden;
}

#rightsidebar #carousel_bg li.aanbiedingen {
	background: url(../images/aanbiedingen.png) no-repeat top;
	text-align: center;
}

#rightsidebar #carousel_bg_top {
	line-height: 1px;
	font-size: 1px;
	height: 10px;
	width: 180px;
	background: url(../images/carousel_bg_top.png) no-repeat top;
}

#rightsidebar #carousel_bg_bottom {
	line-height: 1px;
	font-size: 1px;
	height: 20px;
	width: 180px;
	cursor: pointer;
	background: url(../images/carousel_bg_bottom.png) no-repeat top;
}

#rightsidebar #carousel_listing
{
	position: relative;
	top: 0px;
	left: 0px;
}


/* Horizontal scroller */

#webshophome #carousel_bg2 {
	height: 267px; /* 218,265 */
	width: 670px;
	overflow: hidden;
}

#webshophome #carousel_bg2 ul {
	overflow: hidden;
	background: white;
	margin: 0px;
	width: 5000px;
}

#webshophome #carousel_bg2 li {
	overflow: hidden;
}

#webshophome #carousel_bg_top2 {
	font-size: 22px;
	padding-left: 10px;
	height: 30px;
	width: 660px;
	color: #F20C0C;
	background: url(../images/webshopscrollertop.png) no-repeat bottom;
}

#webshophome #carousel_bg_bottom2 {
	height: 20px;
	width: 670px;
	cursor: pointer;
	background: url(../images/webshopscrollerbottom.png) no-repeat top;
}

#webshophome #webshop_carousel_listing2
{
	position: relative;
	top: 0px;
	left: 0px;
}

.productAmount
{	
}

.amountEditor
{
	height: 31px;
	line-height: 31px;
	width: 31px;
	background: url(../images/input_bg.jpg) no-repeat;
	border: none;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: center;
	display: none;
}

.amountDisplay
{
	margin-left: 7px;
	display: block;
}