html, body {
	height: 100%;
}

html {
	
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	line-height: 21px;
	font-size: 12px;	
}

img {
	border: none;	
}

a {
	color: #cc0000;	
}

a:hover {
	text-decoration: none;	
}

table, td {
	border-collapse: 0;
	border-spacing: 0;
	vertical-align: top;
}

button {
	cursor: pointer;	
	border: none;
}

input[type=text],
input[type=password] {
	border: 1px solid #cccccc;		
	padding: 3px 5px;	
	line-height: 13px;
	height: 15px;
	color: #333333;
}

input::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner
	{
	padding: 0;
	border: 0;
}

textarea {
	border: 1px solid #cccccc;		
	padding: 3px 5px;	
	line-height: 15px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

select {
	border: 1px solid #cccccc;		
	line-height: 15px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 1px;t
}

a.prev,
button.prev {
	width: 204px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;	
	background: url(../img/tpl/arrow_white_prev.png) no-repeat 4px center #1a48a0;	
	text-align: right;
	padding: 0px 12px 0px 24px;	
	margin: 0;	
	text-transform: uppercase;
	float: left;
	text-decoration: none;
	display: block;
}

a.prev:hover,
button.prev:hover {
	background: url(../img/tpl/arrow_blue_prev.png) no-repeat 4px center #ffffff;
	color: #1a48a0;
}

.top a.prev,
.top button.prev {
	width: auto;
	background: url(../img/tpl/arrow_white.png) no-repeat right center;	
	padding: 0px 24px 0px 0px;
	position: absolute;
	right: 12px;
	top: 0px;
	float: right;
}

.top a.prev:hover,
.top button.prev:hover {
	color: #ffffff;
}

a.next,
button.next {
	display: block;
	border: none;
	width: 204px;
	height: 30px;
	color: #ffffff;
	font-size: 14px;
	background: url(../img/tpl/arrow_white.png) no-repeat 198px center #cc0000;	
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0;	
	text-transform: uppercase;
	float: right;
	line-height: 30px;
	text-decoration: none;
}

button.next {
	width: 214px;
	background: url(../img/tpl/arrow_white.png) no-repeat 198px center #cc0000;	
}

a.next:hover {
	background: url(../img/tpl/arrow_white.png) no-repeat 198px center #1a48a0;	
}

button.next:hover {
	background: url(../img/tpl/arrow_white.png) no-repeat 198px center #1a48a0;	
}

.img table, .img table tbody, .img table tr, .img table td {
	width: 100%;
	height: 100%;
}

.img table td,
.img table td img {
	text-align: center;
	vertical-align: middle;
}

.hide {
	display: none;	
}

dl {
	padding: 10px;
	background: url(../img/tpl/error.gif) no-repeat 6px 6px #ededed;
	width: auto;
	padding-left: 60px;
	height: auto;
	color: #cc0000;	
	min-height: 48px;
}

dt {
	font-weight: bold;
}

dd {
	padding-left: 12px;
	margin: 0;
}

.transparency {
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: -1;
}

.rood {
	color: #cc0000;	
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	float: left;
}

#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#site {
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;	
	background: #ffffff;
	float: left;
}

#top {
	width: 980px;
	height: 45px;
	position: relative;
	line-height: 45px;
	margin: 0 auto;
	color: #333333;
}

#top .slogan {
	float: left;
	text-transform: uppercase;	
	font-size: 14px;	
}

#top .slogan span {
	font-size: 12px;	
}

#top .menu {
	float: right;
	padding: 12px 0px;	
	color: #333333;	
}

#top .menu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	float: left;
}

#top .menu ul li {
	display: inline;	
}

#top .menu ul li:after {
	content: "|";	
}


#top .menu ul li a {
	color: #333333;	
	text-decoration: none;
	padding: 0px 4px;
}

#top .menu ul li a:hover {
	text-decoration: underline;	
}

#top .menu .mijn-account {
	float: left;	
	line-height: 21px;
	margin: 0px 0px 0px 8px;
}

#top .menu .mijn-account .label {
	color: #1a48a0;
	float: left;	
}

#top .menu .mijn-account ul li:after {
	content: "";	
}

#top .menu .mijn-account a {
	padding-left: 10px;
	background: url(../img/tpl/arrow_klein_blauw.gif) left 5px no-repeat;
	margin-left: 4px;	
}

#top .menu .mijn-account a:hover {
	text-decoration: none;
	color: #1a48a0;	
}

#header {
	width: 980px;
	height: auto;
	float: left;	
	background: url(../img/tpl/bg_header.jpg) no-repeat right top;
}

#header .winkelwagen {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 275px;
	height: 145px;		
	cursor: pointer;
	background: url(../img/tpl/winkelwagen.jpg) no-repeat;
}

#header .winkelwagen .titel a {
	color: #ffffff;
	text-decoration: none;	
}

#header .winkelwagen:hover .titel a{
	color: #cc0000;	
}

#header .winkelwagen .wrapper {
	width: 115px;
	height: 120px;
	margin: 6px 0px 0px 103px;	
	
}

#header .winkelwagen .titel {
	line-height: 32px;
	color: #1a48a0;
	font-size: 14px;
	text-transform: uppercase;
	font-weigt: bold;
}

#header .winkelwagen table {
	line-height: 28px;
	font-size: 12px;	
	width: 115px;
}

#header .winkelwagen .label {
	width: 40px;	
}

#header .winkelwagen .value {
	width: 75px;
	text-align: right;	
}

#header .winkelwagen a.button {
	display: block;
	margin-top: 1px;
	width: 115px;
	height: 30px;
	background: url(../img/tpl/arrow_blue.png) no-repeat right center;	
	line-height: 30px;
	color: #1a48a0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

#header .winkelwagen:hover a.button {
	background: url(../img/tpl/arrow_red.png) no-repeat right center;
	color: #cc0000;		
}


#logo {
	clear: both;
	width: 224px;
	height: 132px;
	position: relative;
	float: left;
	background: #cc0000;
}

#categorieen,
#stappen {
	width: 978px;
	height: 34px;	
	float: left;
	position: relative;	
	z-index: 100;
	margin: 6px 0px;
	border: 1px solid #cccccc;
}

#categorieen .items {	
	height: 34px;
	float: left;	
}	
		
#categorieen ul,
#stappen ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	font-size: 13px;
	line-height: 34px;
	color: #333333;	
	text-transform: uppercase;
}

#categorieen ul li,
#stappen ul li {
	display: block;
	float: left;
}

#stappen ul li {
	padding: 0px 30px 0px 10px;
}

#categorieen ul li a {
	padding: 0px 15px;	
	color: #333333;	
	text-decoration: none;
	display: block;
	float: left;
}

#stappen ul li a {	
	color: #1a48a0;	
	text-decoration: none;
	display: block;
	float: left;
}

#categorieen ul li a:hover,
#categorieen ul li a.rood:hover,
#categorieen ul li a.is_active:hover {
	color: #ffffff;
	background: #1a48a0;
}

#categorieen ul li a.is_active {
	color: #1a48a0;	
}

#categorieen ul li a.rood {
	color: #cc0000;	
}

#zoeken {
	float: right;
	margin: 5px;
	height: 22px;
	width: 218px;
	border: 1px solid #cccccc;
	background: #e3e3e3;	
	position: relative;
}

#zoeken .text {
	width: 178px;
	height: 14px;
	background: none;
	border: none;
	font-size: 10px;
	text-transform: uppercase;
	margin: 2px 0px;
}

#zoeken button {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../img/tpl/zoeken.png);	
}

#zoeken_suggesties {
	position: absolute;
	left: -1px;
	top: 22px;
	width: 220px;
	text-align: left;
	background-color: white;
	display: none;
}

#zoeken_suggesties table {
	width: 220px;
	border-collapse: collapse;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;	
}

#zoeken_suggesties td {
	padding: 3px 3px;
	cursor: pointer;
	font-size: 11px;
	overflow: hidden;
	vertical-align: top;
}

#zoeken_suggesties tr:hover td {
	color: white;
	background-color: #6ac9f9;
}

#zoeken_suggesties div.titel {
	padding: 3px 3px;
	float: left;
	color: #1A48A0;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}

#zoeken_suggesties div.afbeelding {
	clear: both;
	float: left;
	width: 70px;
	height: 70px;
	background: no-repeat center center;
}

#zoeken_suggesties div.middle {
	float: left;
}

#zoeken_suggesties div.prijs {
	float: right;
	text-align: right;
	line-height: 20px;
	padding: 3px 3px;
}

#subnav {	
	width: 978px;
	position: absolute;	
	top: 34px;
	left: -1px;
	height: auto;
	display: none;
	border: 1px solid #cccccc;
}

#subnav .wrapper {
	width: 940px;
	padding: 20px;			
	float: left;
}

#subnav .subnav {
	width: 940px;
	height: auto;
	float: left;
	display: none;	
	font-size: 12px;
}
 
#subnav .subnav .titel {
	width: auto;
	font-size: 14px;
	color: #1a48a0;
	line-height: 40px;	
	text-transform: uppercase;
}

#subnav .subnav a {
	display: block;
	float: none;	
	padding: 0;
}

#subnav .subnav a:hover {
	background: none;
	color: #cc0000;	
}

#subnav .subnav ul {
	font-size: 11px;	
	line-height: 20px;
	width: 235px;
	float: left;
}

#subnav .subnav.sale ul {
	width: 200px;	
}

#subnav .subnav ul li {
	display: block;	
	width: 235px;
}

#subnav .subnav.sale ul li {
	width: 200px;	
}

#subnav .subnav .categorieen,
#subnav .subnav .merken {
	float: left;	
}

#subnav .subnav.sale .sale-percentages{
	float: left;
	width: 100px;
	margin-top: 37px;	
}


#subnav .transparency {
	width: 988px;
	height: auto;
	background: #ffffff;
	opacity:0.9;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
	margin: 0;
}

#content {
	width: 980px;
	height: auto;
	float: left;
	position: relative;
}

.top {
	width: auto;
	height: 30px;
	color: #ffffff;	
	background: #1a48a0;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.top .titel {
	float: left;
	padding-left: 10px;	
}

.top .titel h1,
#cm .top .titel h2 {
	color: #ffffff;	
	line-height: 30px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.top .options {
	float: right;	
}

.bottom {
	width: 750px;
	height: 30px;
	clear: both;
	color: #ffffff;	
	background: #1a48a0;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	margin-top: 6px;
	float: left;
}

#menu {
	width: 224px;
	height: auto;
	float: left;
	
}

#menu .top {	
	width: 224px;
	float: left;
}

#menu .items {
	width: 224px;
	height: auto;
	padding: 0px 0px 0px 0px;	
	position: relative;
	float: left;
	text-transform: uppercase;
}

#menu .items ul {
	list-style: none;
	padding: 0px;
	line-height: 30px;		
	border-bottom: 1px solid #cccccc;	
	margin: 10px 0px;
}

#menu .items ul li {
	border-top: 1px solid #cccccc;	
}

#menu .items ul li a {
	display: block;
	line-height: 30px;
	width: auto;
	color: #333333;
	text-decoration: none;		
	padding: 0px 10px;
}

#menu .items ul li a:hover {
	background: url(../img/tpl/arrow_blue.png) no-repeat 208px center;
	color: #1a48a0;
}

#menu .items ul li.is_active a {
	background: url(../img/tpl/arrow_blue.png) no-repeat 208px center;
	color: #1a48a0;
	font-weight: bold;
}

#menu .items ul li.is_active ul li.is_active a,
#menu .items ul li.is_active ul li.is_active ul li.is_active a {
	background: none;
	color: #1a48a0;
	font-weight: bold;
}


#menu .items ul li.is_active a:hover {	
	background: url(../img/tpl/arrow_blue.png) no-repeat 208px center;
	color: #1a48a0;	
}



#menu .items ul li.is_active ul li a:hover,
#menu .items ul li.is_active ul li.is_active a:hover,
#menu .items ul li.is_active ul li.is_active ul li a:hover {
	background: none;	
	color: #1a48a0;	
}


#menu .items ul li.inactive {
	padding: 0px 10px;
	color: #999999;
}

#menu .items.stappen ul li.done a
{
	background: url(../img/tpl/arrow_blue.png) no-repeat 208px center;
	color: #1a48a0;
}

#menu .items ul li ul {
	padding: 0;	
	margin: 5px 0px;
	border-bottom: none;	
}

#menu .items ul li ul li {
	border: none;	
}

#menu .items ul li ul li a,
#menu .items ul li.is_active ul li a {
	padding: 0px 20px;
	color: #333333;	
	background: none;
	border: none;
	line-height: 20px;	
	font-weight: normal;
}

#menu .items ul li.is_active li.is_active a {
	color: #1a48a0;
	font-weight: bold;
}

#menu .items ul li ul {
	display: none;	
}

#menu .items ul li.is_active ul,
#menu .items ul li.is_active ul li.is_active ul {
	display: block;	
}

#menu .items ul li ul li ul,
#menu .items ul li.is_active ul li ul {
	display: none;	
}

#menu .items ul li ul li ul li a,
#menu .items ul li.is_active ul li ul li a,
#menu .items ul li.is_active ul li.is_active ul li a {
	padding: 0px 30px;
	color: #333333;	
	background: none;
	border: none;
	line-height: 20px;	
	font-weight: normal;
}

.klikpad {
	width: 960px;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding: 2px 10px 8px 10px;
	float: left;
	color: #999999;	
	font-size: 11px;
}

.klikpad ul {
	padding: 0;
	margin: 0;	
	list-style: none;
}

.klikpad ul li {
	display: inline;	
}

.klikpad ul li:after {
	content:">";	
}

.klikpad ul li.last:after {
	content: "";
}

.klikpad a {
	color: #999999;	
	text-decoration: none;
	padding: 0px 5px;
}

.klikpad a:hover {
	text-decoration: underline;	
}

.klikpad ul li.last a {
	color: #1a48a0;	
}

.item {
	width: 183px;
	height: 241px;
	background: url(../img/tpl/bg_item.gif) #ffffff no-repeat bottom;	
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0px 6px 6px 0px;
}

.item.no-margin {
	margin: 0px;	
}

.item.no-margin-right {
	margin-right: 0px;	
}

.item.no-margin-bottom {
	margin-bottom: 0px;	
}

.item:hover {
	width: 183px;
	height: 241px;
	background: url(../img/tpl/bg_item_hover.gif) #ffffff no-repeat bottom;	
}

.item .image {
	width: 163px;
	height: 131px;
	position: absolute;
	left: 10px;
	top: 40px;	
}

.item .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
}

.item .logo img{
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

.item .titel {
	width: 161px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
	font-weight: bold;	
	overflow: hidden;
}

.item .titel a {
	color: #333333;	
	text-decoration: none;
}

.item:hover .titel a {
	color: #ffffff;
}

.item .prijs {
	width: 131px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 26px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;	
}

.item .prijs span {
	position: relative;
	left: 2px;
	top: -9px;
	font-size: 13px;
	padding-right: 2px;
}

.item .prijs .van {
	float: left;	
	font-size: 14px;
	font-weight: normal;
	height: 14px;
	line-height: 14px;
	position: absolute;
	bottom: 4px;
	left: 10px;
	color: #333333;
}

.item .prijs .van span {
	position: relative;
	left: 2px;
	top: -3px;
	font-size: 10px;
	padding-right: 2px;
}

#banners {
	width: 750px;
	height: 365px;
	float: right;
	position: relative;
}

#slide {
	width: 750px;
	height: 365px;
	float: left;
	position: relative;	
	overflow: hidden;
}

#slide ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#slide ul li {
	display: block;
	float: left;
	position: relative;
}

#slidenav {
	position: absolute;
	left: 0px;
	width: 750px;
	height: 12px;
	bottom: 10px;
	text-align: center;	
}

#slidenav img {
	margin: 0px 5px;	
	cursor: pointer;
}

#slidenav img.is_active {
	cursor: default;	
}

#home .menu {
	width: 224px;
	height: 345px;
	float: left;
	overflow: hidden;
	padding: 10px 0px;
	position: relative;
}

#home .menu .border,
#home .sellingpoints .border {
	width: 224px;
	height: 10px;
	position: absolute;
	left: 0px;
	background: url(../img/tpl/stroke.gif);	
}

#home .menu .border.top,
#home .sellingpoints .border.top {
	top: 2px;	
}

#home .menu .border.bottom,
#home .sellingpoints .border.bottom {
	bottom: 2px;	
}

#home .menu ul {
	list-style: none;
	padding: 0;
	margin: 6px 0px;
	border-top: 1px solid #cccccc;
	text-transform: uppercase;
}

#home .menu ul li {
	border-bottom: 1px solid #cccccc;	
}

#home .menu ul li a {
	display: block;
	padding: 0px 0px 0px 28px;
	background: url(../img/tpl/arrow_rood.png) no-repeat 10px 10px;	
	color: #333333;
	line-height: 29px;
	text-decoration: none;
}

#home .menu ul li a:hover {
	background: url(../img/tpl/arrow_wit.png) no-repeat 10px 10px #cc0000;
	color: #ffffff;	
}

#home .menu .image {
	width: 224px;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 18px;	
}

#home .sellingpoints {	
	height: 255px;
	width: 224px;
	float: left;
	position: relative;	
	padding: 10px 0px;
	font-size: 12px;
}

#home .sellingpoints ul {
	list-style: none;
	padding: 0;
	margin: 6px 0px;
	border-top: 1px solid #cccccc;
	line-height: 29px;
	text-transform: uppercase;
}

#home .sellingpoints ul li {
	padding-left: 28px;
	background: url(../img/tpl/check.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #cccccc;	
	display: block;	
	width: 196px;
}

#home .sellingpoints .titel {
	background: none;
	padding-left: 10px;
	color: #cc0000;	
	font-size: 16px;
}

#home .sellingpoints .icons {
	text-align: left;	
	width: 196px;
	padding-left: 28px;
}

#home .merken {
	width: 978px;
	height: 78px;
	border: 1px solid #cccccc;
	float: left;
	margin: 6px 0px;
	position: relative;	
}

#home .merken  .label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 245px;
	height: 78px;	
	z-index: 300;
}

#home .merken .caroussel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 78px;	
	overflow: hidden;
	padding-left: 228px;
}

#home .merken .caroussel ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#home .merken .caroussel ul li {
	display: inline;	
	width: auto;
	float: left;
	display: block;
	height: 78px;	
	width: 125px;
}

#home .daily {
	width: 508px;
	height: 263px;
	border: 6px solid #1a48a0;
	float: left;
	margin: 0px 0px 0px 6px;
	background: url(../img/tpl/dailydakadeal.jpg) no-repeat;
	position: relative;
	cursor: pointer;
}

#home .daily .tijd {
	width: 224px;
	height: 60px;
	position: absolute;
	left: 10px;
	bottom: 5px;	
	font-size: 50px;
	font-weight: bold;
	color: #e4e4e4;
	line-height: 60px;
	text-align: center;		
}

#home .daily .tijd .countdown {
	float: left;
	width: 70px;
	height: 60px;
	margin-right: 4px;
}


#home .daily .artikel {
	width: 248px;
	height: 243px;
	padding: 10px;
	float: right;	
	position: relative;	
}

#home .daily .artikel .titel {
	color: #cc0000;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	margin-top: 5px;
}

#home .daily .artikel .titel a {
	text-decoration: none;
	color: #cc0000;
}

#home .daily .artikel .logo {
	height: 90px;
	width: 100px;
	position: absolute;
	left: 10px;
	top: 100px;	
}

#home .daily .artikel .logo td {
	text-align: left;	
}

#home .daily .artikel .van {
	font-weight: bold;
	font-size: 13px;	
}

#home .daily .artikel .image {
	position: absolute;
	right: 10px;
	bottom: 10px;	
	width: 160px;
	height: 210px;
}

#home .daily .artikel .prijs {
	height: 60px;
	line-height: 60px;
	color: #cc0000;	
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 37px;
	font-weight: bold;
}

#home .daily .artikel .prijs span {
	font-size: 24px;
	position: relative;
	left: 1px;
	top: -10px;	
}

#home .lucky {
	width: 224px;
	height: 275px;
	float: right;	
	position: relative;
}

#home .lucky img {
	position: absolute;
	left: 0px;
	top: 0px;	
}

#home #aanbieding {
	width: 750px;
	height: 277px;	
	margin-top: 6px;
	float: right;
	background: #1a48a0;
	
}

#home #aanbieding .titel {
	width: 718px;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	padding:  0px 16px;	
	line-height: 30px;
}

#home #aanbieding .items {
	width: 750px;
	height: auto;
	clear: both;	
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}


#home #aanbieding .items .item .titel {
	width: 161px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
	font-weight: bold;	
}

#home .tweets {
	width: 224px;
	height: 277px;
	margin-top: 6px;
	float: left;	
}

#right {
	width: 750px;
	height: auto;
	float: right;	
	position: relative;
}

#right .top {	
	width: 750px;
}

.paginator {
	float: right;
	line-height: 26px;
}

.paginator a {
	margin: 2px 2px 2px 0px;
	width: 26px;
	color: #ffffff;	
	text-decoration: none;
	display: block;
	height: 26px;
	float: left;
	text-align: center;
}

.paginator a:hover {
	background: #cc0000;
}

.paginator a.is_active {
	background: #ffffff;
	color: #1a48a0;
}

.paginator a.prev {
	background: url(../img/tpl/arrow_blue_prev.png) no-repeat 6px 6px #ffffff;
}

.paginator a.prev:hover {
	background: url(../img/tpl/arrow_white_prev.png) no-repeat 6px 6px #cc0000;
}

.paginator span.prev {
	margin: 2px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/tpl/arrow_blue_prev.png) no-repeat 6px 6px #ffffff;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	float: left;
}

.paginator a.next {
	margin-right: 2px;
	background: url(../img/tpl/arrow_blue.png) no-repeat 8px 6px #ffffff;
	padding: 0;
}

.paginator a.next:hover {
	background: url(../img/tpl/arrow_white.png) no-repeat 8px 6px #cc0000;
}

.paginator span.next {
	margin: 2px 2px 2px 0px;
	display: block;
	width: 26px;
	height: 26px;
	background: url(../img/tpl/arrow_blue.png) no-repeat 8px 6px #ffffff;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	float: left;
}

.select {
	margin: 2px 2px 2px 0px;
	padding: 0px 6px;
	margin-left: 0px;
	height: 26px;
	line-height: 26px;
	background: #ffffff;
	color: #333333;
	float: left;
	cursor: pointer;
	position: relative;
	width: auto;
	font-size: 12px;
	text-transform: none;
}

.select.sorteer {
	width: 120px;	
}

.select.sorteer .options {
	width: 130px;	
}

.select .titel {
	padding: 0px 0px 0px 16px;
	background: url(../img/tpl/arrow_down_blauw.png) no-repeat left 8px;
}

.select:hover .titel {
	background: url(../img/tpl/arrow_down_rood.png) no-repeat left 8px;
}

.select.is_active {
	background: #ffffff;
	color: #333333;
}

.select.is_active .titel {
	background: url(../img/tpl/arrow_down_rood.png) no-repeat left 8px;
}

.select .options {
	clear: both;
	width: auto;
	float: left;
	height: auto;
	position: absolute;
	left: 0px;
	top: 30px;	
	line-height: 26px;
	font-size: 12px;
	background: #ffffff;
	display: none;
	z-index: 500;
	color: #333333;
	border: 1px solid #1a48a0;
}

.select .options ul {
	padding: 6px 12px 6px 6px;	
	float: left;
	list-style: none;
	margin: 0;
	width: auto;
	white-space: nowrap;	
}

.select .options a {
	color: #333333;
	text-decoration: none;	
	padding-left: 12px;
	background: url(../img/tpl/arrow_klein_blauw.gif) no-repeat 3px 5px;
}

.select .options a:hover {
	color: #1a48a0;	
}

.filters {
	width: 224px;
	float: left;
	height: auto;	
}

.filters .filter {
	width: 222px; 
	height: auto;
	float: left;
	border: 1px solid #cccccc;	
	margin: 0px 0px 6px 0px;
}

.filters .filter .titel {
	border-bottom: 1px solid #cccccc;
	line-height: 30px;	
	color: #1a48a0;	
	text-transform: uppercase;
	padding: 0px 10px;
}
       
.filters .filter ul {
	list-style: none;
	padding: 0;
	margin: 2px 0px;
	width: 111px;
	float: left;
	font-size: 11px;
}

.filters .filter ul.single {
	width: 220px;	
}

.filters .filter ul li a {
	display: block;
	line-height: 20px;
	padding-left: 30px;
	background: url(../img/tpl/checkbox.gif) no-repeat 10px 5px;
	color: #333333;
	text-decoration: none;	
}

.filters .filter ul li a:hover {
	background: url(../img/tpl/checkbox_hover.gif) no-repeat 10px 5px;
}
  
.filters .filter ul li a.is_active {
	background: url(../img/tpl/checkbox_active.gif) no-repeat 10px 5px;
}

.filters .filter ul li.sale a {
	color: #cc0000;	
}

#right .items {
	width: 750px;
	height: auto;
	clear: both;	
	float: left;
	position: relative;
	background: #cccccc;
}

#right .items .item {
	width: 183px;
	height: 241px;
	background: url(../img/tpl/bg_item.gif) #ffffff no-repeat bottom;	
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0px 6px 6px 0px;
}

#right .items .item.no-margin {
	margin: 0px;	
}

#right .items .item.no-margin-right {
	margin-right: 0px;	
}

#right .items .item.no-margin-bottom {
	margin-bottom: 0px;	
}

#right .items .item:hover {
	width: 183px;
	height: 241px;
	background: url(../img/tpl/bg_item_hover.gif) #ffffff no-repeat bottom;	
}

.item .label,
.jcarousel-item .label {
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: 60px;
	right: 0px;	
	z-index: 10;
}

#detail .images .label {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 10px;
	left: 10px;	
	z-index: 10;
}
.label.aanbieding {
	background: url(../img/tpl/korting/sale.png) no-repeat;	
}
.label.lunch{
	background: url(../img/tpl/korting/lunchdeal.png) no-repeat;	
}
.label.internetdeal {
	background: url(../img/tpl/korting/internetdeal.png) no-repeat;	
}
.label.korting10 {
	background: url(../img/tpl/korting/10.png) no-repeat;		
}
.label.korting15 {
	background: url(../img/tpl/korting/15.png) no-repeat;		
}
.label.korting20 {
	background: url(../img/tpl/korting/20.png) no-repeat;		
}
.label.korting25 {
	background: url(../img/tpl/korting/25.png) no-repeat;		
}
.label.korting30 {
	background: url(../img/tpl/korting/30.png) no-repeat;		
}
.label.korting35 {
	background: url(../img/tpl/korting/35.png) no-repeat;		
}
.label.korting40 {
	background: url(../img/tpl/korting/40.png) no-repeat;		
}
.label.korting45 {
	background: url(../img/tpl/korting/45.png) no-repeat;		
}
.label.korting50 {
	background: url(../img/tpl/korting/50.png) no-repeat;		
}
.label.korting60 {
	background: url(../img/tpl/korting/60.png) no-repeat;		
}
.label.korting70 {
	background: url(../img/tpl/korting/70.png) no-repeat;		
}
.label.korting75 {
	background: url(../img/tpl/korting/75.png) no-repeat;		
}

.label.luckysizes {
	background: url(../img/tpl/korting/luckysizes.png) no-repeat;		
}


#right .items .item .image {
	width: 163px;
	height: 131px;
	position: absolute;
	left: 10px;
	top: 40px;	
}

#right .items .item .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
}

#right .items .item .titel {
	width: 161px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
	font-weight: bold;	
	overflow: hidden;
}

#right .items .item .titel a {
	color: #333333;	
	text-decoration: none;
}

#right .items .item:hover .titel a {
	color: #ffffff;
}

#right .items .item .prijs {
	width: 131px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 26px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;	
}

#right .items .item .prijs span {
	position: relative;
	left: 2px;
	top: -9px;
	font-size: 13px;
	padding-right: 2px;
}

#right .items .item .prijs .van {
	float: left;	
	font-size: 12px;
	font-weight: normal;
	height: 12px;
	line-height: 12px;
	position: absolute;
	bottom: 6px;
	left: 10px;
	color: #333333;
}

#right .items .item .prijs .van span {
	position: relative;
	left: 2px;
	top: -2px;
	font-size: 10px;
	padding-right: 2px;
}

#right.shop .background {
	width: 750px;
	height: auto;
	clear: both;	
	float: left;
	position: relative;
}

.content .content-omschrijving{
	float: left;
	width: 740px;
	margin-left: 6px;
	padding: 10px;
	font-weight: bold;
}

.content .content-titel{
	float : left;
	width: 740px;
	font-size: 13px;
	margin-left: 6px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 10px;
	background-color: #1a48a0;
	color: #ffffff;	
}

.content-image{
	float: left;
	margin: 6px 0px 6px 0px;
	width: 750px;	
}

.content-image-small{
	float: left;
	margin: 6px 6px 6px 0px;
	width: 372px;
}

.content-image-small.no-margin{
	margin-right: 0px;
}

#right.shop .background .transparency {
	width: 750px;
	background: #999999;
}

#right.shop .row {
	width: 750px;
	height: 241px;
	margin-bottom: 6px;	
	overflow: hidden;
}

#right.shop .row.no-margin {
	margin-bottom: 0px;	
}

#right.shop .wrapper {
	width: 1000px;
	height: 241px;
	overflow: hidden;
}

#right.shop .banner {
	position: relative;	
	margin-right: 6px;
	float: left;
}

#right.shop .banner.groot {
	width: 561px;
	height: 241px;	
}

#right.shop .categorie {
	width: 278px;
	float: left;
	height: 240px;
	margin: 0px 6px 6px 0px;
	overflow: hidden;
}

#right.shop .categorie.links {
	width: 277px;	
}

#right.shop .categorie.links {
	width: 277px;	
}

#right.shop .categorie.rechts {
	width: 277px;	
	margin-right: 0px;
}

#right.shop .categorie .top {
	width: 278px;
	height: 180px;	
}

#right.shop .categorie:hover .titel {
	background: #1a48a0;	
}

#right.shop .categorie .image {
	width: 278px;
	height: 150px;
	overflow: hidden;	
}

#right.shop .categorie .titel {
	width: 	258px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	color: #ffffff;
	background: #cc0000;
	font-size: 18px;
	font-weight: bold;
}

#right.shop .categorie .titel a {
	color: #ffffff;
	text-decoration: none;
}

#right.shop .categorie ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 30px;
	background: #ffffff;		
}

#right.shop .categorie ul li {
	border-bottom: 1px solid #999999;	
}

#right.shop .categorie ul li a {
	display: block;
	height: 30px;
	width: auto;
	padding: 0px 10px;
	text-decoration: none;
	color: #333333;
	background: url(../img/tpl/arrow_grey.png) 252px center no-repeat;
}

#right.shop .categorie ul li a:hover {
	color: #ffffff;	
	background: url(../img/tpl/arrow_white.png) 252px center no-repeat #cc0000;	
}

#carousel {
	width: 750px;
	height: 300px;	
	margin-top: 10px;
	float: left;
	background: #1a48a0;
}

#carousel .titel {
	width: 718px;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	padding:  0px 16px;	
	line-height: 30px;
}

#carousel .items {
	width: 750px;
	height: auto;
	clear: both;	
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#carousel .items .item {
	width: 183px;
	height: 241px;
	background: url(../img/tpl/bg_item.gif) #ffffff no-repeat bottom;	
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0px 6px 6px 0px;
}

#carousel .items .item:hover {
	background: url(../img/tpl/bg_aanbieding_hover.gif) #ffffff no-repeat bottom;	
}

#carousel .items .item .image {
	width: 163px;
	height: 151px;
	position: absolute;
	left: 10px;
	top: 40px;	
}

#carousel .items .item .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
}
#carousel .items .item .logo img{
	opacity:0.4;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

#carousel .items .item .titel {
	width: 161px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
	font-weight: bold;	
}

#carousel .items .item .titel a {
	color: #333333;	
	text-decoration: none;
}

#carousel .items .item:hover .titel a {
	color: #ffffff;
}

#carousel .items .item .prijs {
	width: 131px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 26px;
	color: #cc0000;
	font-weight: bold;
	text-align: right;	
}

#carousel .items .item .prijs span{
	position: relative;
	left: 2px;
	top: -9px;
	font-size: 13px;
	padding-right: 2px;
}

#carousel .items .item .prijs .van {
	float: left;	
	font-size: 14px;
	font-weight: normal;
	height: 14px;
	line-height: 14px;
	position: absolute;
	bottom: 4px;
	left: 10px;
	color: #333333;
}

#carousel .items .item .prijs .van span {
	position: relative;
	left: 2px;
	top: -3px;
	font-size: 10px;
	padding-right: 2px;
}
#carousel .prev {
	right: 30px;
	top: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/tpl/blok_blue_arrow_white_prev.gif) no-repeat;
}

#carousel .prev:hover {
	background: url(../img/tpl/blok_red_arrow_white_prev.gif);
	cursor: pointer;
}

#carousel .next {
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/tpl/blok_blue_arrow_white_next.gif);
}
#carousel .next:hover {
	background: url(../img/tpl/blok_red_arrow_white_next.gif);
	cursor: pointer;
}

#detail {
	position: relative;
	float: left;
	width: 980px;
	height: auto;	
}

#detail .top {
	margin: 0px 0px 30px 0px;	
}

#detail .images {
	width: 475px;
	height: 555px;
	float: left;	
	position: relative;
}


#detail .thumbs {
	float: left;
	width: 475px;
	height: 100px;
	position: relative;
}

#detail .thumbs .thumb {
	width: 98px;
	height: 98px;
	padding: 1px;
	border: 1px solid #cccccc;	
	float: left;
	margin: 0px 6px 0px 0px;
	cursor:pointer;
}

#detail .thumbs .thumb.is_active {
	border: 1px solid #cc0000;	
}

#detail .thumbs .thumb.nomargin {
	margin: 0px;
}

#detail .img_groot{
	width: 475px;
	height: 445px;
	position: relative;
	float: left;
}

#detail .zoom {
	width: 37px;
	height: 37px;		
	position: absolute;
	right: 0px;
	top: 0px;	
	text-align: center;
	z-index: 10;
	cursor: pointer;
	background: url(../img/tpl/zoom.png);
}

#detail .right {
	width: 494px;
	height: auto;	
	float: right;		
}


#detail .details {
	width: 482px;
	height: auto;	
	float: right;	
	background: #ffffff;
	border: 6px solid #cccccc;	
	position: relative;
}

#detail button {
	width: 250px;
	height: 34px;
	background: url(../img/tpl/button_bestellen.gif);
	color: #ffffff;
	border: none;
	font-size: 20px;
	padding-left: 12px;
	text-align: left;
	text-transform: uppercase;	
	cursor: pointer;
	float: right;
	margin-top: 10px;
	font-weight: normal;
}

#detail button:hover {
	background: url(../img/tpl/button_bestellen_hover.gif);	
}

#detail .details h2,
#detail .details .subtitel {
	color: #1a48a0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#detail .details .content {
	padding: 10px;	
	width: 462px;
	height: auto;
	float: left;
}

#detail .details .content.border {
	border-top: 6px solid #cccccc;	
}

#detail .details .label {
	font-weight: bold;
	width: 100px;
}

#detail .details .leesmeer {
	color: #1a48a0;
	text-decoration: none;
}

#detail .details .logo {
	width: 160px;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#detail .details .logo.img td {
	text-align: right;	
}

#detail .details .kleuren {	
	width: 462;	
	float: left;
	height: auto;
}

#detail .details .kleuren .kleur {
	width: 60px;
	height: 60px;
	float: left;
	margin: 0px 6px 6px 0px;	
}

#detail .details .maten {
	width: 462px;
	height: auto;
	float: left;		
}

#detail .details .maten.error {
	background: #cc0000;
	color: #ffffff;	
}

#detail .details .maten.error .subtitel {
	color: #ffffff;	
}

#detail .details .maten label {
	width: 33px;
	height: 33px;
	float: left;
	margin: 0px 3px 3px 0px;
	border: 1px solid #cccccc;
	line-height: 33px;
	display: block;
	color: #333333;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

#detail .details .maten label input {
	display: none;	
}

#detail .details .maten label:hover {
	background: #cc0000;	
	color: #ffffff;
}

#detail .details .maten label.is_active {
	background: #1a48a0;	
	color: #ffffff;	
}

#detail .prijs {
	height: 34px;
	width: 240px;	
	float: left;	
	font-size: 30px;
	line-height: 34px;
	color: #cc0000;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
}

#detail .prijs .van {
	font-size: 13px;
	color: #000000;
	padding-right: 3px;
	font-weight: normal;
}

#detail .informatie {
	width: 980px;
	height: auto;
	margin: 6px 0px 0px 0px; 
	position: relative;
	float: left;	
}

#detail .sellingpoints {	
	height: auto;
	width: 494px;
	float: left;
	position: relative;	
	padding: 10px 0px;
}

#detail .sellingpoints ul {
	list-style: none;
	padding: 0;
	line-height: 20px;
	width: 247px;
	float: left;
	margin: 0;
}

#detail .sellingpoints ul li {
	padding-left: 18px;
	background: url(../img/tpl/check.gif) no-repeat 0px 4px;	
}

#detail .socialmedia {
	height: auto;
	width: 494px;
	float: left;
	position: relative;	
	padding: 10px 0px;
}

#detail .tabs {
	width: 980px;
	height: 34px; 
	position: relative;
	float: left;k	
}

#detail .tabs .tab {
	padding: 0px 8px;
	background: #e5e5e5;
	height: 33px;
	float: left;
	margin-right: 1px;
	color: #333333;
	text-transform: uppercase;
	font-size: 12px;	
	line-height: 34px;
	cursor: pointer;
}

#detail .tabs .tab.is_active,
#detail .tabs .tab.is_active:hover,
#detail .tabs .tab:hover {
	background-color: #cccccc;	
	height: 34px;
}

#detail .informatie .content {
	border: 6px solid #cccccc;
	width: 948px;
	padding: 10px;
	float: left;
	background: #ffffff;	
	color: #333333;
}

#detail .informatie .content.hide {
	display: none;	
}

#detail .informatie .content .titel {
	color: #1a48a0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 6px 0px;
	padding: 0;	
}

#bestel {
	width: 980px;
	float: left;
	height: auto;
	position: relative;	
}

#bestel.account {
	float: right;	
}

#bestel .top {
	width: 980px;
	float: left;	
}

#bestel .order {
	width: 980px;	
}

#bestel .order .row {
	border-bottom: 1px solid #cccccc;
	width: 960px;
	height: auto;
	float: left;	
	padding: 10px;
}

#bestel .order .rowusp {
	border-bottom: 1px solid #cccccc;
	width: 960px;
	height: auto;
	float: left;	
	padding: 10px 0px;
}

#bestel .order .row.header {
	line-height: 30px;
	margin-top: 6px;
	text-transform: uppercase;
	padding: 0px 10px;
}

#bestel .order .row .artikel {
	width: 390px;
	float: left;
}

#bestel .order .row .artikel .image {
	width: 70px;
	height: 70px;
	float: left;	
}

#bestel .order .row .artikel .titel {
	width: 310px;
	height: auto;
	float: left;
	margin-left: 10px;	
}

#bestel .order .row .artikel .levering {
	width: 310px;
	height: auto;
	float: left;
	margin-left: 10px;	
}

#bestel .order .row .maat {
	width: 150px;
	float: left;
}

#bestel .order .row .aantal {
	width: 170px;
	float: left;
}

#bestel .order .row .aantal select {
	width: 60px;	
}

#bestel .order .row .prijs {
	width: 120px;
	float: left;
	
}

#bestel .actiecode .row {
	width: 280px;	
}

#bestel .actiecode .row .titel {
	width: 140px;	
	float: left;
}

#bestel .actiecode .row .waarde {
	width: 130px;	
	float: left;
}

#bestel .actiecode .row .del {
	width: 10px;	
	float: left;
}

#bestel .order .row.orderitem .prijs .van {
	font-size: 12px;
	color: #333333;
	text-decoration: line-through;	
	font-weight: normal;
}

#bestel .order .row.orderitem .prijs {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
}

#bestel .order .row .subtotaal {
	width: 130px;
	float: left;
	text-align: right;
}

#bestel .order .row.orderitem .subtotaal {
	font-size: 16px;
	font-weight: bold;	
}

#bestel .order .row  .verwijder {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;	
}

#bestel .order .row .verwijder:hover {
	color: #333333;
}

#bestel .order .rowusp ul {
	float: left;
	height: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: -10px;
	display: inline;
}

#bestel .order .rowusp ul li {
	border: 1px solid #CCCCCC;
	width: 225px;
	height: 85px;
	overflow: hidden;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

#bestel .order .rowusp ul li h1 {
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #FF0000;
}

#bestel .order .rowusp .totalen {
	float: right;
	height: auto;
	width: 214px;
	position: relative;
	right: -10px;	
}

#bestel .order .rowusp .totalen table {
	width: 214px;	
}

#bestel .order .rowusp .totalen table .label {
	padding-left: 10px;	
}

#bestel .order .rowusp .totalen table .value {
	padding-right: 10px;
	text-align: right;	
}

#bestel .order .rowusp .totalen .totaal {
	color: #cc0000;
	border-top: 2px solid #cc0000;
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;	
	text-transform: uppercase;
}

#bestel .actiecode {
	float: left;	
	width: 300px;
	position: relative;
	left: -10px;
}

#bestel .actiecode .border {
	width: 300px;
	height: 10px;	
	background: url(../img/tpl/stroke_blauw.gif);	
	margin: 6px 0px;
	float: left;
}

#bestel .actiecode.error .border {
	background: url(../img/tpl/stroke.gif);	
}

#bestel .actiecode .titel {
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

#bestel .actiecode.error .titel {
	color: #cc0000;	
}

#bestel .actiecode input {
	width: 210px;	
	float: left;
	height: 13px;
}

#bestel .actiecode button,
#bestel .actiecode.error button:hover {
	width: 77px;
	height: 21px;
	background: #1a48a0;
	line-height: 21px;
	color: #ffffff;	
	text-transform: uppercase;
	float: right;
}

#bestel .actiecode button:hover,
#bestel .actiecode.error button {
	background: #cc0000;	
}

#bestel .button {
	height: auto;
	margin: 0px 0px;	
}

#bestel .buttons {
	width: 980px;
	height: auto;
	margin: 6px 0px;	
	float: left;
}

#bestel .form {
	width: 960px;
	float: left;
	padding: 0px 10px 10px 10px;	
}

#bestel .form td {
	line-height: 30px;	
}

#bestel .form .label {
	color: #1a48a0;
	width: 150px;	
}

#bestel .form .ww {
	color: #666666;	
	margin-left: 10px;
	text-decoration: none;
}

#bestel .form .ww:hover {
	text-decoration: underline;	
}

#bestel .form h2 {
	color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;		
	padding: 10px 10px 0px 10px;	
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
	width: 730px;
	position: relative;
	left: -10px;
	margin: 0px 0px 12px 0px;
}

#bestel .form h2.error {
	background: #cc0000;
	color: #ffffff;	
	margin: 0px 0px 12px 0px;
}

#bestel .form .error {
	color: #cc0000;
	margin-left: 10px;	
}

#bestel .buttons.border {
	border-top: 1px solid #cccccc;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
}

#bestel .form.gegevens table {
	margin-bottom: 24px;	
}

#bestel .form.border {
	border-bottom: 1px solid #cccccc;
}

#bestel .form .adres {
	width: 50%;
	float: left;	
}

#bestel .form h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #1a48a0;	
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}

#bestel .betaalmethode {
	width: 50%;
	float: left;
	height: 50px;	
}

#bestel .betaalmethode .radio {
	width: 15px;
	float: left;
	height: 30px;
	padding: 10px 0px; 
}

#bestel .betaalmethode .image {
	width: 50px;
	float: left;
	margin-left: 10px;
}

#bestel .betaalmethode .info {
	width: 275px;
	float: left;
	margin-left: 15px;
}

#bestel .betaalmethode select {
	width: 260px;
	float: left;	
	margin-left: 15px;
}

#bestel .form.opmerkingen {
	width: 485px;
	height: 155px;	
}

#bestel .form.opmerkingen h2 {
	width: 505px;	
}

#bestel .form.servicecard h2 {
	width: 225px;	
} 

#bestel .form.servicecard {
	width: 225px;	
	height: 155px;
}

#bestel .form iframe {
	overflow: auto;	
}

.sellingpoints {	
	height: auto;
	width: 198px;
	float: right;
	position: relative;	
	padding: 12px;
	font-size: 13px;
}

.sellingpoints.bestel {
	border: 1px solid #cccccc;	
}

.sellingpoints ul {
	list-style: none;
	padding: 0;
	line-height: 20px;
	float: left;
	margin: 0;
}

.sellingpoints ul li {
	padding-left: 24px;
	background: url(../img/tpl/check.gif) no-repeat 0px 4px;	
}

.bestelling {	
	height: auto;
	width: 198px;
	float: right;
	position: relative;	
	padding: 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	margin-bottom: 6px;
}

.bestelling .titel {
	text-transform: uppercase;
	color: #cc0000;
	font-size: 14px;
	line-height: 25px;	
}


.bestelling table {
	width: 198px;	
}

.bestelling table .label {
	width: 50%;
}

.bestelling table .value {
	width: 50%;
	text-align: right;	
}

.bestelling .totaal {
	color: #cc0000;
	border-top: 2px solid #cc0000;
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;	
	text-transform: uppercase;
}
 
#cm {
	width: 750px;
	height: auto;
	margin: 0px;
	background: #ffffff;
	float: left;
	float: right;
}

#cm .content h1 {
	color: #cc0000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
	text-transform: uppercase
}

#cm h2 {
	color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
	text-transform: uppercase
}

#cm h3 {
	color: #1a48a0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
	text-transform: uppercase
}
#cm h4 {
	color: #cc0000;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
	text-transform: uppercase
}

#cm h5 {
	color: #1a48a0;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
	text-transform: uppercase
}

#cm .content {
	width: 728px;
	padding: 10px;	
	float: left;
	border: 1px solid #cccccc;
	margin: 6px 0px;
}

#cm .faq {
	width: 750px;
	heigh: auto;
	float: left;	
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

#cm .faq .vraag {
	width: 748px;
	float: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#cm .faq .vraag .titel {
	line-height: 30px;
	padding: 0px 10px 0px 25px;		
	text-transform: uppercase;
	background: url(../img/tpl/arrow_faq.gif) no-repeat 10px 11px; 
	cursor: pointer;
}

#cm .faq .vraag.is_active .titel {
	background: url(../img/tpl/arrow_faq_open.gif) no-repeat 10px 11px; 
}

#cm .faq .vraag .content {
	padding: 10px;	
	border: 0px;
	display: none;
	border-top: 1px solid #cccccc;
	margin: 0;
}














#right #bestel {
	line-height: 24px;		
}

#right #cm .content {
	padding: 12px;	
}

#right #cm .left,
#right #bestel .left {
	width: 496px;
	float: left;
	padding: 12px 12px 64px 12px;
	border-right: 6px solid #999999;
}

#right #cm .left.no-padding,
#right #bestel .left.no-padding {
	padding: 12px 0px;	
	width: 520px;
}

#right #bestel .content {
	padding: 12px;	
}

#right #cm .left .content,
#right #bestel .left .content {
	padding: 0px 12px;	
}

#right #cm .right,
#right #bestel .right {
	width: 200px;
	padding: 12px;
	float: right;	
}

#right #cm ul {
	padding: 0px 0px 0px 18px;
	margin: 12px 0px ;	
}

#right #bestel .actiecode {
	margin: 20px 0px;	
	float: left;
}

#right #bestel .actiecode button {
	text-transform: uppercase; 
	background: url(../img/tpl/arrow_white.png) #cc0000 no-repeat 37px center; 
	color: white; 
	width: 55px; 
	text-align: left;
	height: 24px;
	border: 1px solid #cc0000;
}

#right #bestel .bestelling {	
	line-height: 24px;	
}

#right #bestel .bestelling .label {
	width: 120px;	
}

#right #bestel .bestelling .value {
	width: 80px;
	text-align: right;	
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	
}

#right #bestel .bestelling .value span {
	position: relative;
	left: 2px;
	top: -2px;
	font-size: 11px;
	padding-right: 2px;
}

#right #bestel .bestelling .border {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background: #cc0000;
	width: 100%;
	margin-top: 6px;
}

#right #bestel .right button {
	width: 24px;
	height: 24px;
	background: url(../img/tpl/blok_grey_arrow_white_next.gif) no-repeat -3px -3px;
	border: none;	
	cursor: pointer;
	float: right;
	
}

#right #bestel .login {
	margin-bottom: 24px;	
}

#right #bestel .login a {
	font-size: 12px;
	color: #333333;
}

#right #bestel .login a:hover {
	text-decoration: none;	
}

#right #bestel .login input {
	margin-bottom: 6px;	
}

#right #bestel .right button:hover,
#right #bestel .right button:focus,
#right #bestel .right button:active {
	background: url(../img/tpl/blok_red_arrow_white_next.gif) no-repeat -3px -3px;;
}

#right #bestel button.next {
	position: absolute;
	right: 0px;
	bottom: 15px;	
}

#right #bestel .order thead {
	
}

#right #bestel .order .image {
	width: 60px;
	height: 48px;	
}

#right #bestel .order .image .img {
	width: 46px;
	height: 46px;
	border: 1px solid #999999;	
}
 
#right #bestel .order .artikel {
	width: 100px;
	padding-right: 12px;
}
 
#right #bestel .order .titel {
	width: 152px;
	padding-right: 12px;
}
 
#right #bestel .order .maat {
	width: 40px;
	padding-right: 12px;
}
 
#right #bestel .order .aantal {
	width: 50px;
	padding-right: 12px;
}
 
#right #bestel .order .aantal select {
	width: 50px;
	padding: 2px 2px 2px 6px;
}
	
#right #bestel .order .prijs {
	width: 50px;
	text-align: right;
	padding-right: 12px;
}
 
#right #bestel .order .prijs .van {	
	font-size: 11px;
	font-weight: normal;	
	color: #cc0000;
	text-decoration: line-through;
}

#right #bestel .order .prijs .van span {
	position: relative;
	left: 2px;
	top: -1px;
	font-size: 9px;
	padding-right: 2px;
}

#right #bestel .order .subtotaal {
	width: 70px;
	text-align: right;
	padding-right: 12px;	
}

#right #bestel .order tbody .prijs,
#right #bestel .order tbody .subtotaal {
	font-size: 14px;
}

#right #bestel .order .prijs span,
#right #bestel .order .subtotaal span {
	position: relative;
	left: 2px;
	top: -2px;
	font-size: 11px;
	padding-right: 2px;
}

#right #bestel .verwijder,
#right #bestel .verwijder a {
	font-size: 14px;
	font-weight: bold;	
	color: #cc0000;
	text-decoration: none;
}

#right #bestel .verwijder a:hover {
	color: #999999;	
}

#right #bestel .form {
	margin-bottom: 24px;	
}

#right #bestel .form h2 {
	line-height: 36px;	
}

#right #bestel .form input,
#right #bestel .form textarea,
#right #bestel .form select {
	text-transform: none;
	margin-top: 3px;	
}

#right #bestel .form .input {
	padding-left:20px;
}

#right #bestel .form .verplicht {
	background: url(../img/tpl/bg_verplicht.gif) no-repeat 0px 11px;	
}

#right #bestel .form .fout {
	background: url(../img/tpl/bg_fout.gif) no-repeat 0px 11px;	
}

#right #bestel .form table {
	line-height: 30px;	
}

#right #bestel .form .afleveradres .input {
	line-height: 36px;	
}

#right #bestel .form table .label {
	color: #1a48a0;
	width: 180px;
}

#right #bestel .betaalwijze {
	width: 520px;
	height: auto;
	float: left;	
	margin-bottom: 24px;
}

#right #bestel .betaalwijze .image {
	width: 75px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding-left: 12px;
}

#right #bestel .betaalwijze .info {
	width: 423px;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
	color: #cc0000;
}

#right #bestel .betaalwijze .info span {
	color: #333333;	
}

#right #bestel .betaalwijze .betaalmethodes {
	width: auto;
	height: auto;
	float: left;
	margin-top: 12px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
}

#right #bestel .betaalwijze .betaalmethodes .betaalmethode {
	width: 172px;
	padding: 0px 0px 0px 0px;
	height: 80px;
	float: left;
	line-height: 80px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#right #bestel .betaalwijze .betaalmethodes .betaalmethode img {
	position: relative;
	top: -6px;
	left: 6px;
}

#right #bestel .betaalwijze .betaalmethodes .betaalmethode input[type=radio] {
	position: absolute;
	left: 3px;
	top: 32px;
} 

#right #bestel .adres {
	margin: 12px 0px;
	width: 248px;
	float: left;	
}

/** 
 * Gerelateerde producten
 */
#gerelateerd {
	width: 750px;
	height: 278px;	
	margin-top: 10px;
	float: right;
	background: #999999;
}

#gerelateerd .titel {
	width: 718px;
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	padding:  0px 16px;	
	line-height: 30px;
}

#gerelateerd ul {
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	list-style-type: none; 
	z-index: 1; 
	width: 567px; 
}

#gerelateerd .items .item .titel {
	width: 161px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 12px;
	font-weight: bold;	
}

#gerelateerd .prev {
	position: absolute;
	right: 30px;
	width: 30px;
	height: 30px;
	background: url(../img/tpl/blok_grey_arrow_white_prev.gif);
}

#gerelateerd .prev:hover {
	background: url(../img/tpl/blok_red_arrow_white_prev.gif);
	cursor: pointer;
}

#gerelateerd .next {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url(../img/tpl/blok_grey_arrow_white_next.gif);
}

#gerelateerd .next:hover {
	background: url(../img/tpl/blok_red_arrow_white_next.gif);
	cursor: pointer;
}

#footer {
	width: 968px;
	height: auto;
	clear: both;
	padding: 6px; 
	position: relative;
	margin-top: 12px;
	float: left;
	line-height: 20px;	
	background: #cccccc;
	text-transform: uppercase;
	font-size: 11px;
}

#footer .wrapper {
	width: 968px;
	height: auto;
	background: #ffffff;
	float: left;	
}

#footer .wrapper .bestel{
	float: left;
	width: 800px;
	height: 39px;
	line-height: 39px;
	font-size: 11px;
}

#footer .wrapper .right{
	float: right;	
	width: 156px;
	height: 39px;
}

#footer .wrapper .right img{
	float: right;
	margin:7px 3px 0px 0px;	
}

#footer .wrapper .bestel ul{
	list-style: none;
	padding: 0px;
	margin: 0px;	
	width: 800px;
}

#footer .wrapper .bestel li{
	float: left;
	margin: 0px 25px 0px 0px;
}	

#footer .wrapper .bestel li.is_first{
	margin: 0px 25px 0px 25px;	
}

#footer .label {
	width: 45px;
	height: 127px;
	position: absolute;
	right: -45px;
	top: -5px;	
}

#footer .titel {
	font-size: 14px;
	color: #1a48a0;
	margin-bottom: 4px;	
	text-transform: uppercase;
}	

#footer .left {
	width: 218px;	
	float: left;
}

#footer .merken {
	float: left;
	width: 714px;
	padding: 15px;
	border-left: 6px solid #cccccc;
}

#footer .merken .meer {
	color: #1a48a0;
	padding-left: 10px;
	background: url(../img/tpl/arrow_klein_blauw.gif) no-repeat left 4px;	
}

#footer .categorieen {
	float: left;
	padding: 15px;
	width: 188px;
	border-bottom: 6px solid #cccccc;
}

#footer .categorieen ul {
	width: 94px;
	padding: 0;
}

#footer .menu {
	padding: 15px;
	width: 188px;
	float: left;
}

#footer ul {
	list-style: none;	
	padding: 0;
	margin: 0;
	width: 142px;
	float: left;	
}

#footer ul li a {
	color: #333333;
	text-decoration: none;	
}

#footer ul li a:hover {
	text-decoration: underline;	
}

#footer ul li a span {
	color: #cc0000;
	font-size: 11px;
}

#footer .ontwikkeld {
	font-size: 11px;
	line-height: 30px;
	position: absolute;
	right: 12px;
	bottom: 0px;
	color: #999999;
	text-align: right;
}

#footer .ontwikkeld a {
	color: #999999;
}

#bottom {
	line-height: 25px;
	width: 980px;
	float: left;
	padding: 10px 0px;	
}

#bottom .label {
	float: left;
	text-transform: uppercase;	
	margin-right: 12px;
}

#bottom .icons {
	float: left;
	margin-right: 20px;
}

#bottom .icons img {
	vertical-align: middle;
	float: left;
	margin-right: 4px;
}

#bottom .ontwikkeld {
	float: right;
	text-transform: uppercase;	
}

#bottom .ontwikkeld a {
	color: #333333;
	text-decoration: none;	
}

#nieuwsbrief {
	position: fixed;
	left: 0px;
	top: 185px;	
	z-index: 1000;
	cursor: pointer;
	width: 35px;
	height: 108px;
	background: url(../img/tpl/label_nieuwsbrief.png) no-repeat right top;
	text-transform: uppercase;
}

#nieuwsbrief .label {
	width: 35px;
	height: 108px;
	position: absolute;
	right: 0px;
	top: 0px;	
}

#nieuwsbrief .nieuwsbrief-form {
	padding: 15px;
	width: 170px;
	height: 78px;	
	color: #ffffff;
	display: none;
}

#nieuwsbrief.is_open .nieuwsbrief-form {
	display: block;
}

#nieuwsbrief .nieuwsbrief-form .titel {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
}

#nieuwsbrief .nieuwsbrief-form p {
	margin: 0;	
}

#nieuwsbrief .nieuwsbrief-form p.error {
	color: #c83737;
}

#nieuwsbrief .nieuwsbrief-form .input {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 170px;
	height: 26px;
	background: url(../img/tpl/input_nieuwsbrief.gif); 
}

#nieuwsbrief .nieuwsbrief-form .input .text {
	border: none;
	background: none;
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 12px;	
}

#nieuwsbrief .nieuwsbrief-form .next {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
	background: url(../img/tpl/arrow_grey.png) no-repeat center;		
	border: none;
	cursor: pointer;
}

#nieuwsbrief .nieuwsbrief-form .next:hover {
	background: url(../img/tpl/arrow_red.png) no-repeat center;			
}


#social {
	position: fixed;
	left: 0px;
	top: 301px;	
	width: 35px;
	height: 122px;
	background: url(../img/tpl/bg_social.gif) no-repeat top right;
	padding: 1px 0px;
	z-index: 500;
}

#social a {
	margin: 4px;	
	display: block;
	height: 25px;
	width: 25px;
}


.tt_template h1 {
	color: #cc0000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
}

.tt_template h2 {
	color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
}

.tt_template h3 {
	color: #1a48a0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;	
}

.tt_template h4 {
	color: #cc0000;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;		
}

.tt_template h5 {
	color: #1a48a0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;		
}

.tt_template h6 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;	
	margin: 0px 0px 12px 0px;
	padding: 0;		
}

/**********************************************************************
*	Scroll styles
***********************************************************************/
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	padding: 0 1px;
	background: #cccccc;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	background: #1a48a0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.scroll-pane  {
	width: 100%;
	max-height: 200px;
	overflow: auto;
}
.jspCap {
	display: block;
	background: #eeeef4;
}

.jspVerticalBar .jspCap {
	height: 1px;
}
