f/* CSS Document */

html{
	height: 100%;
    overflow: -moz-scrollbars-vertical;
}

body {
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#2F2F2F;
}

img {
	border: none;
}

form, input, select {
	padding: 0px;
	margin: 0px;
	border-collapse: 0px;
	border-spacing: 0px;
	line-height: 14px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2F2F2F;
}

label {
	padding: 0px 10px 0px 5px;
	cursor: pointer;	
}

input[type=text],
input[type=password] {
	height: 16px;
	border: 1px solid #cdcdcd;
	padding: 0px 5px;
	padding-top: 2px;
}

textarea {
	border: 1px solid #cdcdcd;
	padding: 0px 5px;
	padding-top: 2px;
}

input[type=button],
input[type=submit] {
	border: none;
	background: none;
	color: #4c4c4c;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}

.button.prev {
	float: left;	
	text-align: left;
}

.button.next {
	/*background: url(../img/tpl/button_bg.gif);
	color: #fff;*/
	float: right;	
}

input.buttonblauw60,
input.buttonblauw120,
input.buttonblauw180,
input.buttonoranje60,
input.buttonoranje120,
input.buttonoranje180,
input.buttongrijs60,
input.buttongrijs120,
input.buttongrijs180,
input.buttonblauworanje120{
	color:white;
	height:10px;
	font-size:11px;
	line-height:14px;
	padding:2px 0px 18px 3px;
	min-height:20px;
	margin:0px;
	text-align:left;
	border:none;
}

input.buttonblauw60,
input.buttonoranje60,
input.buttongrijs60{
	width:60px;
}

input.buttonblauw120,
input.buttonoranje120,
input.buttongrijs120,
input.buttonblauworanje120{
	width:120px;
}

input.buttongrijs60,
input.buttongrijs120,
input.buttongrijs180{
	padding:2px 0px 18px 15px;
}

input.buttonblauw180,
input.buttonoranje180,
input.buttongrijs180{
	width:180px;
}

input.buttonblauw60{
	background: url('../img/tpl/button_blauw_60.gif');
}

input.buttonblauw120{
	background: url('../img/tpl/button_blauw_120.gif');
}

input.buttonblauworanje120{
	background: url('../img/tpl/button_blauw_oranje_120.gif');
}

input.buttonblauw180{
	background: url('../img/tpl/button_blauw_180.gif');
}

input.buttonoranje60,
input.buttonblauw60:hover{
	background: url('../img/tpl/button_oranje_60.gif');
}

input.buttonoranje120,
input.buttonblauw120:hover{
	background: url('../img/tpl/button_oranje_120.gif');
}

input.buttonoranje180,
input.buttonblauw180:hover{
	background: url('../img/tpl/button_oranje_180.gif');
}

input.buttongrijs60{
	background: url('../img/tpl/button_grijs_60.gif');
}

input.buttongrijs120{
	background: url('../img/tpl/button_grijs_120.gif');
}

input.buttongrijs180{
	background: url('../img/tpl/button_grijs_180.gif');
}

input.buttongrijs60:hover,
input.buttongrijs120:hover,
input.buttongrijs180:hover{
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
}




input[type=checkbox] {
	cursor: pointer;	
}	

table {
	border-collapse:collapse;
	border-spacing:0px;
}
table td {
	padding:0px;
	vertical-align: top;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;	
}

a, a font{
	color: #2AC5F3;
}

a:hover {
	text-decoration: underline;	
}

a#back{
	clear: both;
	display:block;	
	float:left;
	margin-bottom: 5px;
	position: relative;
	width: 60%;
}

* {
	padding: 0;	
}
ol, ul {
	margin: 5px 0px 15px 0px;
	padding-left: 30px;
}

.melding {		
	margin: 10px 0px;
	font-size: 13px;	
	color: #F69A0B;
	padding-left: 30px;
	line-height: 28px;
	background: url(../img/tpl/uitroepteken_grijs.gif) no-repeat 10px 4px;
	border: 1px solid #EEEEEE;
	border-left:0px;
	border-right:0px;
}

.opac:hover {
	background-color:white;
}

.opac:hover a, .opac:hover img, .opac:hover input  {
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;	
}

.border-bottom {
	border-bottom: 1px solid #dcdcdc;	
}

.img {
	overflow: hidden;	
}

.img table {
	width: 100%;
	height: 100%;	
}

.img table td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}


#container{
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding:0;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

#top{
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

#top_zoeken{
	float:right;
	margin-right:20px;
}

#top_zoeken p{
	margin: 0px;
}

#top_zoeken .input{
	float:left;
	border:0px;
	margin:0px 5px 0px 0px;
	background-color:#E6E6E6;
}

#top_zoeken .submit{
	float:left;
	height:18px;
	width:18px;
	border: none;
	background:url('../img/tpl/zoeken.gif') no-repeat;
}
#top_zoeken .submit:hover{
	opacity:0.75;
	-moz-opacity:0.75;
	filter:alpha(opacity=75);
}

#top_menu a{
	color:#2F2F2F;
	padding-left:5px;
	text-decoration:none;
	background:url('../img/tpl/top_bg_pipe.gif') no-repeat 0px 2px;
}
#top_menu a:hover,
#top_menu a.selected{
	color:#F69A0B;
}

#top_menu ul{
	padding:0px;
	margin:0px;
	margin-left:15px;
	list-style: none;	
}

#top_menu li{
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}

#top_logo {
	padding-top:20px;
	padding-bottom:20px;
}

#top_winkelwagen {
	float:right;
	postion:absolute;
}

#top_winkelwagen_container {
	position:relative;
	width:250px;
	height:75px;
	border: 1px solid #CDCDCD;
	border-top:0px;
}

#top_winkelwagen_container div.winkelwagen{
	display:inline;
}

#top_winkelwagen div.bl{
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:9px;
	height:10px;
	background: url('../img/tpl/winkelwagen_bg_bl.gif');
}

#top_winkelwagen div.br{
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:9px;
	height:10px;
	background: url('../img/tpl/winkelwagen_bg_br.gif');
}

#top_winkelwagen div.bl{
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:9px;
	height:10px;
	background: url('../img/tpl/winkelwagen_bg_bl.gif');
}

#top_winkelwagen div.winkelwagen{
	margin: 10px 15px 15px 15px;
	float:left;
}

#top_winkelwagen div.content{
	padding-top:15px;
}
#top_winkelwagen div.content .label{
	width:105px;
	float:left;
}
#top_winkelwagen div.content .value{
	width:70px;
	overflow:hidden;
}
#top_winkelwagen div.links{
	margin-top:5px;
}
#top_winkelwagen div.links a{
	font-weight:bold;
	text-decoration:none;
	padding-right:5px;
	color:#393939;
}
#top_winkelwagen div.links a:hover{
	color:#F69A0B;
}

input.update{
	width: 30px;
	text-align: right;		
}

#top_kop{
	width:1000px;
	height:39px;
	clear:both;
	z-index: 1;
	text-align:right;
	background:url('../img/tpl/top_bg.gif') no-repeat;
}

#top_kop h1{
	color:white;
	font-size:18px;
	padding:0px;
	margin:0px 20px 0px 0px;
	line-height:39px;
	font-weight:normal;
}

#subtop {
	height: 166px;
	width: 100%;
	float: none;
	background: url(../img/tpl/subtop_bg.gif) repeat-x;
	position: relative;
	margin: 0px;
}

#subtop div.content{
	height:166px;
	width: 1000px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

#subtop div.laagsteprijs{
	position:absolute;
	left:750px;
	top:10px;
	width:204px;
	height:190px;
	background: url('../img/tpl/laagsteprijs.png') no-repeat;
	cursor: pointer;
}

#subtop div.content ul{
	position:absolute;
	padding:0px;
	margin-top:0px;
	left:0px;
	top:3px;
	width:235px;
	list-style: none;
	line-height:23px;
	font-size:13px;
}
#subtop div.content ul li {
	display:inline;
}
#subtop div.content ul li a{
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#2F2F2F;
	display:block;
}

#subtop div.content a:hover,
#subtop div.content a.selected{
	color:#F69A0B;
}

#contentvlak{
	width: 1000px;
	position: relative;
	z-index: -1;
	margin: 0 auto;
	padding-bottom:200px;
	background:url('../img/tpl/subtop_bottom_bg.gif') no-repeat;
}

#contentvlak:after{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#menulinks{
	float:left;
	width:255px;
	margin-top:0px;
	margin-bottom: 50px;
}

#menulinks div.cattitel{
	padding:16px 0px 0px 0px;
	font-weight:bold;
	margin:0px;
	width:235px;
	background: #393939;
	color: #F69A0B;
}

#menulinks div.cattitel h2{
	margin: 0px 20px 0px 20px;
	line-height:30px;
	font-size:14px;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
	width: 195px;
}

#menulinks div.cattitel h2 a{
	color: #F69A0B;
	text-decoration: none;
}

#menulinks ul{
	margin:0px;
	padding:10px 0px 15px 0px;
	width:235px;
	list-style: none;
	background: url('../img/tpl/menulinks_bg.gif') no-repeat bottom #393939;
}

#menulinks ul li{
	display:inline;
}

#menulinks ul li a{
	display:block;
	line-height:22px;
	padding-left:20px;
	text-decoration:none;
	color:white;	
}

#menulinks ul a:hover,
#menulinks ul a.selected{
	color:#F69A0B;
}

#menulinks ul ul{
	background:none;
	width:215px;
	padding:0px 0px 10px 10px;
}
#menulinks ul ul a{
	line-height:20px;
}

#contentvlak div.menulinks_afspraak{
	width:235px;
	height:65px;
}

#contentvlak div.menulinks_openingstijden{
	width:165px;
	background-color:#F69A0B;
	padding:10px 0px 5px 70px;
}

#contentvlak div.menulinks_openingstijden .titel{
	color:#663200;
	font-size:16px;
	font-weight:bold;
}
#contentvlak div.menulinks_openingstijden .content{
	color:white;
	font-size:11px;
	line-height:16px;
}
#contentvlak div.menulinks_betaalmethoden{
	width:235px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#contentvlak div.menulinks_banner{
	margin-top:5px;
}

div.betaalmethodes div.betaalmethode, div.verzendmethodes div.verzendmethode, div.verzendmethodes p.verzendmethode{
	cursor:pointer;
	line-height: 30px;	
}

div.betaalmethodes div.betaalmethode *, div.verzendmethodes div.verzendmethode *{
	vertical-align: middle;
}

#contentvlak div.menulinks_adres{
	width:235px;
	text-align:center;
	font-size:11px;
}

#contentvlak div.menulinks_footer{
	float:left;
	height:7px;
	width:235px;
	margin-top:5px;
	margin-bottom:20px;
	background:url('../img/tpl/menulinks_bottom.gif') no-repeat;
}

#content{
	width:745px;
	line-height: 21px;
	margin-bottom: 30px;
	float:left;
	padding-bottom: 10px;
}

#content h1,
#content .kop1{
	margin:10px 0px 10px 0px;
	padding:0px;
	color:#F69A0B;
	line-height:36px;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #CDCDCD;
}

#content h2,
#content .kop2{
	font-weight:normal;
	line-height: 27px;
	color: #2AC5F3;
	font-size:14px;
	padding:0px;
	margin:10px 0px 0px 0px;
	border-bottom:1px solid #EEEEEE;
	width:400px;
	display:block;
}

#content h3,
#content .kop3{
	font-weight:normal;
	line-height: 27px;
	color: #393939;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:10px 0px 5px 0px;
	width:350px;
	display:block;
	border-bottom:1px solid #EEEEEE;
}

#content div.cmcontent{
	margin-bottom:0px;
}

#content div.cmcontentb{
	float:left;	
}

#content div.cmcontentb p{
		
}

div#home div#producten{
	clear: both;
	margin-bottom: 0;
	padding-botom: 0;
	position: relative;
	z-index: 0;
}

div#home div#producten .rowdiv{
	display:inline;
	float:left;	
	padding-bottom: 0px;
}

div#home div#producten div.product{
	cursor: pointer;
	display: inline;
	float: left;
	margin-right: 15px;
	position: relative;
	width: 225px;
}

div#home div#producten div.product div.titel{
	_height: 35px;	
	min-height: 40px;
}

div#home div#producten div.product div.titel h2{
	color:#2F2F2F; 
	border:0px;
	font-weight:bold;
	line-height: 19px;
	margin:0px;
	padding:0px;
	height:22px;
	width: 225px;
	overflow:hidden;
}

#content div#producten div.product:hover div.titel h2{
	color:#F69A0B;
}

div#home div#producten div.product div.content{
	float: left;
	margin-bottom: 5px; 
	width: 	99%;
}

div#home div#producten div.product div.content div.descr{
	display: inline;
	float: left;
	height: 103px;
	overflow: hidden;
	position: relative;
	width: 155px;	
}

div#home div#producten div.product div.content div.img{
	display: inline;
	float: left;
	height: 60px;
	margin-top: 43px;
	width: 60px;
}

div#home div#producten div.product div.sale_img{
	display: inline;
	left: 140px;
	position: absolute;
	top: 50px;
}

div#home div#producten div.product div.footer{
	padding-bottom: 20px;	
}

div#home div#producten div.product div.footer div.prijs{
	display:inline;
	font-size:14px;
	font-weight:bold;
	color: #2AC5F3;
	float:left;
	width: 155px;
}

div#home div#producten div.product div.footer div.prijs span{
	color: #C1C1C1;
	text-decoration:  line-through;	
}

div#home div#producten div.product div.footer{
	background:url('../img/tpl/menulinks_bottom.gif') no-repeat bottom left;
}

div#home div#producten div.product div.footer div.bestel {
	display: inline;
	width: 60px;
}

div#home div#social_networks{
	margin: 7px 0px 20px 0px;
}

div#home div#social_networks div{
	height: 25px;
	vertical-align: middle;
	width: 100%;
}

div#home div#social_networks div span{
	margin-top: 3px;	
}
div#home div#social_networks div a{
	display: inline;
	float: left;
	height: 100%;
}

/*Nieuwsberichten*/
div#home div#nieuwsberichten_home, div#nieuwsberichten{
	cursor: pointer;
	margin: 20px 0px 20px 0px;	
}

div#home div#nieuwsberichten_home a#meer_nieuws{
	display: block;
	margin: 10px 0px 0px 0px;
}

div#home div#nieuwsberichten_home div.nieuwsbericht, 
div#nieuwsberichten div.nieuwsbericht{
	margin: 7px 0px 0px 0px;	
}

div#home div#nieuwsberichten_home div.nieuwsbericht div.nieuwsbericht_datum, 
div#nieuwsberichten div.nieuwsbericht div.nieuwsbericht_datum{
	display: inline;
	float:left;
	font-weight: 700;
	margin: 0px 0px 5px 0px;
	width: 70px;
}
div#home div#nieuwsberichten_home div.nieuwsbericht div.nieuwsbericht_titel, 
div#nieuwsberichten div.nieuwsbericht div.nieuwsbericht_titel{
	display: inline;
	float:left;
	margin: 0px 0px 5px 0px;
	text-transform: capitalize;
}
div#home div#nieuwsberichten_home div.nieuwsbericht div.nieuwsbericht_text, 
div#nieuwsberichten div.nieuwsbericht div.nieuwsbericht_text{
	clear: left;
}

/**/
#content div.navigator_top{
	width:745px;
	float:left;
}

#content div.navigator_bottom{
	width:745px;
	display:block;
	border-top:1px solid #CDCDCD;
	float:left;
	padding-bottom: 10px;
}


#klikpad{
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#content div.filters{
	display:inline;
	position:relative;
	z-index:1;
	width:545px;
	min-height:20px;
	padding-bottom:10px;
	float:left;
}

#content div.filters div.titel{
	font-weight:bold;
	margin-top:10px;
	height:20px;
}

#content div.filters div{
	margin-right:10px;
	float:left;
}
#content div.filters div.filter{
	cursor:pointer;
	margin-top:10px;
	background: url('../img/tpl/filter_bg.gif');
	width:125px;
	height:20px;
	float:left;
}
#content div.filters div.filter div.titel{
	padding:0px 0px 0px 5px;
	width:120px;
	margin:0px;
	color: white;
	background: url('../img/tpl/filter_arrow.gif') right no-repeat;
}
#content div.filters div.filter:hover div.titel{
	color: #393939;
	font-weight:bold;
	background: url('../img/tpl/filter_arrow_gray_hover.gif') right no-repeat;
}

#content div.filters div.filter div.items{
	border-top:1px solid white;
	background:#C1C1C1;
	z-index:10;
	top:-2px;
	width:125px;
	padding-bottom:5px;
	padding-top:3px;
}

#content div.filters div.filter div.kleur{
	border-top:1px solid white;
	background:#C1C1C1;
	z-index:10;
	top:-2px;
	width:390px;
	padding-bottom:5px;
	padding-top:3px;
}

#content div.filters div.filter div.kleur a{
	display:inline;
	float:left;
	position:relative;
	width: 125px;
}

#content div.filters div.filter div.select_kleur{
	position:relative;
	width:125px;
}

#content div.filters div.filter div.select{
	position:relative;
	width:125px;
}

#content div.filters div.filter div.select_kleur{
	position:relative;
	width:390px;
}

#content div.filters div.filter div.bg_bl{
	height:3px;
	width:3px;
	background:url('../img/tpl/filter_bg_bl.gif');
	position:absolute;
	z-index:20;
	bottom:2px;
	left:0px;
}

#content div.filters div.filter div.bg_br, 
#content div.filters div.select_kleur div.bg_br{
	height:3px;
	width:3px;
	background:url('../img/tpl/filter_bg_br.gif');
	position:absolute;
	z-index:20;
	bottom:2px;
	right:-10px;
}

#content div.filters div.filter div.items a{
	display:block;
	padding-left:5px;
	text-decoration:none;
	color:#393939;
}

#content div.navigator_top div.paging{
	float:right;
	margin-top:10px;
	display:inline;
	float:left;
	width:200px;
}

#content div.navigator_bottom div.paging{
	margin-top:10px;
	float:right;
}

#content div.paging{
	width:200px;
	float:left;
}

#content div.paging div.pages{
	float:right;
}

#content div.paging div.pages div{
	float:left;
	font-size:11px;
	text-align:center;
	line-height:20px;
	height:20px;
	width:20px;
	background:url('../img/tpl/nav_active_blauw.gif') no-repeat center;
	margin-left:5px;
	font-weight:bold;
}

#content div.paging div.pages div a{
	color:white;
	width:20px;
	display:block;
	text-decoration:none;
}
#content div.paging div.pages div a:hover{
	color:#2F2F2F;
}

#content div.paging div.pages div.disabled{
	background:url('../img/tpl/nav_disabled.gif') no-repeat center;
	color:#E2E2E2;
}
#content div.paging div.pages div.sel{
	background:url('../img/tpl/nav_current.gif') no-repeat center;
	color:#34CCFE;
}

#content div.paging:after{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content div.items {
	margin-bottom:0px;
	padding-bottom:0px;
	position:relative;
	z-index:0;
}

#content div.items div.rowdiv {
	display:inline;
	float:left;	
	padding-bottom: 20px;
}

#content div.items div.item{
	display:inline;
	position: relative;
	float:left;
	width:225px;
	padding-right:20px;
	padding-bottom:15px;
	background:url('../img/tpl/menulinks_bottom.gif') no-repeat bottom left;
	cursor:pointer;
}

#content div.items div.item div.titel{
	display:inline;
	width:225px;
	height:27px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#content div.items div.item div.titel h2{
	border:0px;
	color:#2F2F2F; 
	font-weight:bold;
	line-height: 19px;
	margin:0px;
	padding:0px;
	width: 225px;
	height:20px;
	overflow:hidden;
}

#content div.items div.item:hover div.titel h2{
	color:#F69A0B;
}

#content div.items div.item div.content{
	display:inline;
	margin-bottom:5px;
	width:225px;
	height:103px;
	float:left;
}
#content div.items div.item div.footer{
	display:inline;
	width:225px;
	height:20px;
}

#content div.items div.item div.prijs{
	display:inline;
	font-size:14px;
	font-weight:bold;
	color: #2AC5F3;
	float:left;
	width: 160px;
}

#content div.items div.item div.prijs span{
	color: #C1C1C1;
	text-decoration:  line-through;	
}
	
#content div.items div.item div.descr{
	display:inline;
	height: 103px;
	width: 160px;
	overflow:hidden;
	float:left;
}

#content div.items div.item div.img{
	position: relative;
	width:60px;
	height:60px;
	overflow:hidden;
	margin-top:43px;
	z-index: 10;
}

#content div.items div.item div.sale_img{
	z-index: 350;	
	position: absolute;
	display: inline;
	top: 50px;
	left: 140px
}

#content div.items div.item div.sale_img img{
	
}

#content div.items div.item div.bestel{
	display:inline;
	width:60px;
	float:left;
}

#content div.items div.item:hover div.bestel input.buttonblauw60{
	background: url('../img/tpl/button_oranje_60.gif');
}

#content div.items div.right{
	padding-right:0px;
}

#artikeldetail{
	display:inline;
	width:745px;
}

#artikeldetail div.artikeldetail_left{
	width:364px;
	float:left;
	display:inline;
}

#artikeldetail div.artikeldetail_sp{
	float:left;
	width:20px;
	height:20px;
	display:inline;
}

#artikeldetail div.artikeldetail_right{
	float:left;
	width:361px;
	display:inline;
	padding-bottom:20px;
}



#artikeldetail h1{
	border-bottom: none;			
}

#artikeldetail div.tl{
	position:absolute;
	background: url('../img/tpl/detail_bg_tl.gif');
	height:10px;
	width:10px;
	left:0px;
	top:0px;
}

#artikeldetail div.tr{
	position:absolute;
	background: url('../img/tpl/detail_bg_tr.gif');
	height:10px;
	width:10px;
	right:0px;
	top:0px;
}

#artikeldetail div.bl{
	position:absolute;
	background: url('../img/tpl/detail_bg_bl.gif');
	height:10px;
	width:10px;
	left:0px;
	bottom:0px;
}

#artikeldetail div.br{
	position:absolute;
	background: url('../img/tpl/detail_bg_br.gif');
	height:10px;
	width:10px;
	right:0px;
	bottom:0px;
}

#artikeldetail div.footer{
	position:absolute;
	background: url('../img/tpl/product_details_bottom.gif') center bottom no-repeat;
	height:20px;
	width:362px;
	right:0px;
	bottom:-20px;
}

#artikeldetail div.images{
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
	float:left;
	position:relative;
	width:362px;
	display:inline;
}

#artikeldetail div.images div.tl{
	position:absolute;
	background: url('../img/tpl/detail_img_tl.gif');
	height:10px;
	width:10px;
	left:-1px;
	top:-1px;
	z-index:10;
}

#artikeldetail div.images div.tr{
	position:absolute;
	background: url('../img/tpl/detail_img_tr.gif');
	height:10px;
	width:10px;
	right:-1px;
	top:-1px;
}

#artikeldetail div.images div.bl{
	position:absolute;
	background: url('../img/tpl/detail_img_bl.gif');
	height:10px;
	width:10px;
	left:-1px;
	bottom:-1px;
}

#artikeldetail div.images div.br{
	position:absolute;
	background: url('../img/tpl/detail_img_br.gif');
	height:10px;
	width:10px;
	right:-1px;
	bottom:-1px;
}

div#product_images{
	float:left;
	margin:0px;
	margin:20px;
	padding:0px;
	width:322px;
	height:220px;
	z-index:-100;
	display:inline;
}

div.images div#product_images div.sale_img{
	display: inline;
	left: 13px;
	position: absolute;
	top: 9px;
}

div#product_images div.img_big{
	float: left;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin: 0px 6px 0px 0px;
	padding:0px;
	position: relative;
}
div#product_images div.img_big img{
	
}

div#product_images div.imgs_small{
	float:left;
	width: 76px;
	height: 200px;
}

div.prod_img_small_cont{
	cursor: pointer;
	display: inline; 
	float: left;
	position: relative;
	padding-bottom: 10px;	
}

div#product_images div.imgs_small img.prod_img_small{
	cursor: pointer;
	float:left;
	margin-bottom:6px;
	height: 76px;
	overflow: hidden;
	width: 76px;
}

div#product_images div.imgs_small img.opac{
	opacity:0.4;
	filter:alpha(opacity=40);	
}

div#product_images div.imgs_small img.selected{
	opacity:1;
	filter:alpha(opacity=100);	
}

div#product_images div.imgs_small img.bottom{
	margin-bottom:0px;
}

div#alt_product_images{
	float:left;
	margin-left:20px;
	padding-bottom:20px;
	display:inline;
	width: 342px;
}

div#alt_product_images div{
	float:left;
	height:35px;
	width:35px;
	overflow:hidden;
	margin-right:6px;
	margin-top:6px;
}

div#alt_product_images div.alt_product_img_text{
	display:inline;
	float:left;
	height: auto;
	margin-right:6px;
	margin-top:6px;
	position: relative;
	width: 100%;
}
div#alt_product_images div.nomargin{
	margin-right:0px;
}

#artikeldetail div.detail{
	float:left;
	clear:left;
	position:relative;
	width: 342px;
	background: #EEEEEE;
	padding-left: 20px;
	margin-bottom:20px;
}

#artikeldetail div.detail p{
	padding-right: 20px;
}	

#artikeldetail div.detail table{
	margin-bottom: 20px;	
}

#artikeldetail div.detail table td.producteigenschap{
	padding-left: 15px;
}

#artikeldetail div.bestel div#product_accesoires{
	bottom: 0px;
	margin-top: 20px;
	padding-right: 20px;
}

#artikeldetail div.bestel table input[type=text]{
	width: 60px;
	text-align: right;	
}

#artikeldetail div.bestel table input.bijproduct_hoeveelheid{
	float:right;
	text-align: right;	
	width: 50px;
}

#artikeldetail div.bestel table td.label{
	width: 120px;	
}

#artikeldetail div.bestel, #artikeldetail div#tellafriend{
	position:relative;
	width:341px;
	background: #EEEEEE;
	padding-left: 20px;
}

#artikeldetail div#tellafriend{
	padding: 0px 20px 20px 20px;
	width: 321px;
}

.google_plus_one{
	width: 390px;
	padding-bottom: 5px;
}

div#tellafriend table.tellafriend {
	width: 80%;
}

div#tellafriend table.tellafriend td{
	padding: 3px 0px 2px 5px;	
}

div#tellafriend table.tellafriend  td.tellafriendsubmit{
	margin-right: 30px; 
}

div#tellafriend table.tellafriend  input{
	vertical-align: middle;
}

#artikeldetail div.bestel{
	margin-bottom: 30px;
}

#artikeldetail div.bestel input#bestel{
	float:right;
	margin: 20px 20px 20px 0px;
}

#artikeldetail div.bestel table td{
	vertical-align: middle;
}

#artikeldetail div.bestel table td.prices, 
#artikeldetail div.bestel table td.onzeprijs{
	padding-right: 25px;
	text-align: right; 
	width: 30%;
}

#artikeldetail div.bestel table td.prijs_van{
	text-decoration: line-through;	
}

#artikeldetail td.onzeprijs, 
#artikeldetail span.onzeprijs {
	color:#F69A0B;
	font-weight: bold;
	font-size:120%;
}

#artikeldetail td.prices select{
	width: 72px;	
}

#artikeldetail tr.subtotaal td{
	padding-top: 20px;
}

#artikeldetail th {
	text-align:left;
	padding-top: 10px;
}
	
#artikeldetail div.titel{
	color: #2AC5F3;
	font-size:14px;
	font-weight:bold;
	padding: 10px 0px;
}

#artikeldetail div.productgroep{
	cursor: pointer;
	display:block;
	float: left;
	line-height: 20px;
	/*margin-left: 5px;
	margin-right: 5px;*/
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}

#artikeldetail div.productgroep div.bijproducten_tab_left{
	background: url("../img/tpl/tabs_nact_l.png") left no-repeat;
	height: 20px;
	left: 0px;
	position: absolute;
	top: 0px;
}

#artikeldetail div.productgroep_mouseover div.bijproducten_tab_left,
#artikeldetail div.productgroep_selected div.bijproducten_tab_left{
	background: url("../img/tpl/tabs_act_l.png") left no-repeat;
}

#artikeldetail div.productgroep div.bijproducten_tab_center{
	background: url("../img/tpl/tabs_nact_bg.png") left repeat-x;	
}

#artikeldetail div.productgroep_mouseover div.bijproducten_tab_center,
#artikeldetail div.productgroep_selected div.bijproducten_tab_center{
	background: url("../img/tpl/tabs_act_bg.png") left repeat-x;
}

#artikeldetail div.productgroep div.bijproducten_tab_right{
	background: url("../img/tpl/tabs_nact_r.png") right no-repeat ;
	height: 20px;	
	position: absolute;
	right: 0px;
	top: 0px;
}

#artikeldetail div.productgroep_mouseover div.bijproducten_tab_right,
#artikeldetail div.productgroep_selected div.bijproducten_tab_right{
	background: url("../img/tpl/tabs_act_r.png") right no-repeat;
}

#artikeldetail div.tab_tussenruimte{
	background: url("../img/tpl/tabs_tussenruimte.png") center no-repeat;
	display:inline;
	float:left;
	height: 20px;
	position: relative;
	top: 0px;
	width: 5px;	
}

#artikeldetail div.bottom_line{
	background: url("../img/tpl/tabs_tussenruimte.png") center repeat-x;
	display:inline;
	float:left;
	height: 20px;
	position:relative;
}

/*
#artikeldetail div.productgroep:hover{
	border-bottom: none;
	color: black;
	cursor: pointer;
	background: #EEEEEE;
}*/

#artikeldetail div.productgroep a{
	color: #262626;	
	height: 20px;
	padding: 0px 5px;
	text-decoration: none;
}

#artikeldetail div.productgroep_selected, 
#artikeldetail div.productgroep_mouseover{
	border-bottom: none;
}
	
#artikeldetail div.productgroep_selected a,
#artikeldetail div.productgroep_mouseover a{
	color: #393939;
	text-decoration: none;
}

#artikeldetail div.bestelknop{
	float:left;
	font-size:11px;
	height:20px;
	width:20px;
	background:url('../img/tpl/nav_active_blauw.gif') no-repeat center;
	font-weight:bold;
	margin-left: 2px;
	margin-right: 5px;
}

#footer{
	width: 100%;
	float: none;
	background-color:#F69A0B;
	position: absolute;
	bottom:0px;
	left:0px;
	margin: 0px;
	padding:20px 0px 20px 0px;
}

#footer div.content{
	width: 950px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 100%;
}

#footer div.blok{
	float:left;
	width:210px;
	padding-right:20px;
	line-height:18px;
}

#footer div.blok a{
	color:white;
	text-decoration:none;
}

#footer div.blok a:hover{
	text-decoration:underline;
}

#footer div#aanmelden_nieuwsbrief{
	dispplay: inline;
	float:left;
	position: relative;	
}

#footer div#aanmelden_nieuwsbrief h2{
	color: #FFFFFF;
	margin: 0;
}

#footer div.content div.logo{
	position:absolute;
	right:0px;
	top:20px;
}

#footer div.content div.xsarus{
	position:absolute;
	font-size:10px;
	color: #393939;
	right:0px;
	top:95px;
}
#footer div.content div.xsarus a{
	color: #393939;
	text-decoration:none;
}
#footer div.content div.xsarus a:hover{
	text-decoration:underline;
}

div#faq div.vraag{
	cursor: pointer;
}

div#faq div.selected{
	color: #F69A0B;
}

div#faq div.antwoord{
	margin-bottom:5px;
}

div#faq div.vraag span.nr{
	font-weight:bold;
	width:20px;
	display:block;
	float:left;
}

div#faq div.vraag div.antwoord{
	display: none;
	margin-left: 30px;
}

div#faq div.vraag div.antwoord a:hover{
	text-decoration: none;	
}

td.label{
	width: 							100px;
	padding-right:					20px;
	vertical-align:					middle;
	white-space: 					nowrap;
	height: 						22px;
}

td.label span.aanbieding_combinatie{
	color: #F69A0B;
	font-size: 16px;
}

#bestellen .kader .form table {
	font-size: 						12px;
	line-height:					20px;	
}

#bestellen div.buttons{
	padding-top: 25px;
	padding-bottom: 25px;	
}

#bestellen div.tab_left{
	background: #FF9900;
	display:inline;
	float:left;
	height: 30px;
	position: relative;
	width: 10px;
}

#bestellen div.korting .korting_titel{
	line-height: 20px;
}

#bestellen div.korting .korting_titel.error {
	color: #cc0000;	
}

#bestellen div.korting .input{
	width: 168px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 3px;		
}

div.tl_or{
	background: url('../img/tpl/bg_tl_or.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	top:0px;
}
div.bl_or{
	background: url('../img/tpl/bg_bl_or.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	bottom:0px;
}

#bestellen div#tabs{
	background: #FF9900;	
	display: inline;
	float:left;
	height: 30px;
	position:relative;
	
}

div#nactive{
	border: 1px solid #FFFFFF;	
}

#bestellen div#tabs a{
	color: #FFFFFF;	
}

#bestellen div#tabs div.tab{
	background: transparent url(../img/tpl/betaal_voortgang_bg.gif) repeat scroll 0 0;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	display:inline;
	float:left;	
	padding: 5px 20px;
	text-align: center;
	height: 20px;
}

#bestellen div#tabs div.active{
	background: #FF9900;	
}

#bestellen div.kader div.titel{
	clear: both;	
}

#bestellen div.tab_right{
	background: #393939;
	display:inline;
	float:left;
	height: 30px;
	position: relative;
	width: 10px;
}

#bestellen div.tab_right_active{
	background: #FF9900;
	display:inline;
	float:left;
	height: 30px;
	position: relative;
	width: 10px;
}

div.tr_or{
	background: url('../img/tpl/betaal_bg_tr.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	top:0px;
}
div.br_or{
	background: url('../img/tpl/betaal_bg_br.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	bottom:0px;
}

#bestellen div.tab_right_active{
	background: #FF9900;
	display:inline;
	float:left;
	height: 30px;
	position: relative;
	width: 10px;
}

div.tr_or_active{
	background: url('../img/tpl/bg_tr_or.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	top:0px;
}
div.br_or_active{
	background: url('../img/tpl/bg_br_or.gif');
	position: absolute;
	height:10px;
	width:10px;
	left:0px;
	bottom:0px;
}

div.bestellen_footer{
	background: url('../img/tpl/bestellen_bottom.gif') no-repeat;
	display:inline;
	float:left;
	margin-top: 2px;	
	position: relative;
	width: 100%;
}


/*Winkelwagen*/
table.itemlist{
	clear:both;
	width:100%;
}

table.itemlist a:hover{
	color: #F69A0B;
}

table.itemlist th,
table.itemlist td{
	padding-right:20px;
	vertical-align:middle;
}

table.itemlist tr.items td{
	height: 35px;	
}

table.itemlist th.right,
table.itemlist td.right{
	text-align:right;
	float:none;
}

table.itemlist th.left,
table.itemlist td.left{
	text-aling:left;
	float:none;
}

table.itemlist td.padding{
	padding-left:10px;
}

table.itemlist th.center,
table.itemlist td.center{
	text-align:center;
	float:none;
}
table.itemlist td.img{
	width:35px;
}

table.itemlist td.bold{
	font-weight:bolder;
}

table.itemlist td span.adviesprijs{
	text-decoration: line-through;	
}

div.row table#totaal{
	float:right;	
}

table.itemlist td.small, 
div.row table#totaal td.small{
	color: #ADADAD;
	font-size: 11px;
}

table.itemlist td.superbold, 
div.row table#totaal td.superbold{
	font-weight:bold;
	font-size:14px;
}

div.row table#totaal td.value{
	padding-right: 20px;	
}

table.itemlist a.remove{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	color:white;
	height:20px;
	width:20px;
	background:url('../img/tpl/nav_active_blauw.gif') no-repeat center;
}

table.itemlist a.remove:hover{
	background:url('../img/tpl/nav_active_oranje.gif') no-repeat center;
}

table.itemlist td.subitem_winkelmand{
	padding-left: 20px;	
}

.tt_template table {
	line-height: 20px;	
}

.tt_template table td p {
	margin: 0;	
}

.tt_template table.cm-formulier-form-table td.label{
	padding-right:30px;
}

.tt_template table.cm-formulier-form-table .buttoncontainer{
	float:right;
}
.tt_template table.cm-formulier-form-table .buttoncontainer .frm-button{
	margin-top:5px;
	width:120px;
	height:20px;
	background: url('../img/tpl/button_blauw_120.gif');
	color:white;
}

.cnt_grijs_kop {
	font-size:20px;
	line-height:30px;
	color:#707173;
	margin-bottom: 15px;
}
.cnt_grijs_16 {
	font-size:16px;
	color:#707173;
}
.cnt_grijs_12 {
	font-size:12px;
	color:#707173;
}
.cnt_grijs_11 {
	font-size:11px;
	color:#707173;
}
.cnt_grijs_10 {
	font-size:10px;
	color:#707173;
}

.cnt_zwart_kop {
	font-size:20px;
	line-height:30px;
	color:#000000;
	margin-bottom: 15px;
}
.cnt_zwart_17 {
	font-size:17px;
	color:#000000;
}
.cnt_zwart_12 {
	font-size:12px;
	color:#000000;
}
.cnt_zwart_11 {
	font-size:11px;
	color:#000000;
}
.cnt_zwart_10 {
	font-size:10px;
	color:#000000;
}

.cnt_rood_kop {
	font-size:20px;
	line-height:30px;
	color:#FF0000;
	margin-bottom: 15px;
}
.cnt_rood_16 {
	font-size:16px;
	color:#FF0000;
}
.cnt_rood_12 {
	font-size:12px;
	color:#FF0000;
}
.cnt_rood_11 {
	font-size:11px;
	color:#FF0000;
}
.cnt_rood_10 {
	font-size:10px;
	color:#FF0000;
}

.cnt_wit_kop {
	font-size:20px;
	line-height:30px;
	color:#ffffff;
	margin-bottom: 15px;
}
.cnt_wit_16 {
	font-size:16px;
	color:#ffffff;
}
.cnt_wit_12 {
	font-size:12px;
	color:#ffffff;
}
.cnt_wit_11 {
	font-size:11px;
	color:#ffffff;
}
.cnt_wit_10 {
	font-size:10px;
	color:#ffffff;
}

/*===========================Opslaan winkelmand============================*/
div#bestellen div#store_cart{
	border: 1px solid 
	float: left;
	margin: 20px 20px 10px 10px;
	width: 100%;
}

div#bestellen input#store{
	margin-left: 175px;
}
