/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	min-width: 1000px;
	background-color: #ffffff;
}


/* DEFAULT TABLE STYLES */
table, table td {
	border-collapse: collapse;
	border: 0px solid #dddddd;
	vertical-align: top;
	text-align: left;
}


/* CORE TABLE STYLES */
.resulttable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.resulttable td {
	color: #333333;
	border-bottom: 1px solid #cccccc;
	padding-right: 20px;
}
.resulttable tr:first-child td {
	
}
.resulttable tr:first-child td, .resulttable tr:first-child td * {
	font-weight: normal;
}
.resulttable .edittd {
	padding-right: 0px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 3px;
}
.resulttable .editpos {
	position: relative;
}
.resulttable .editpos .editdiv {
	position: absolute;
	top: 2px;
	right: 0px;
}
.resulttable .righttd {
	padding-right: 0px;
	text-align: right;
}
/* don't show border on inner tables */
.resulttable table td {
	border-bottom: 0px;
	padding-right: 0px;
}
.resulttablenav {
	margin-bottom: 10px;
}
.resulttable table td.resultrow {
	color: #333333;
	border-bottom: 1px solid #cccccc;
	padding-right: 20px;
}


/* TEMPLATE ELEMENTS */
#tpl_body {
	position: relative;
	min-width: 1000px;
	overflow: hidden;
}
#tpl_header, #tpl_menu, #tpl_productgroepen, #tpl_footer {
	position: relative;
	width: 940px;
	margin: 0px auto 0px auto;
}
#tpl_header, #tpl_header_flash {
	height: 160px;
}
	#tpl_header a, #tpl_header a:hover {
		text-decoration: none;
	}
	#tpl_header_media {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 970px;
		height: 160px;
		overflow: hidden;
		margin-left: -30px;
		z-index: 100;
	}
		#tpl_logo {
			position: absolute;
			left: 13px;
			top: 75px;
			z-index: 400;
			display: none;
		}
		#tpl_logo_text {
			position: absolute;
			left: 30px;
			top: 55px;
			z-index: 500;
			display: none;
		}
		#tpl_logo_text h2 {
			color: #ffffff;
			font-size: 30px;
			line-height: 30px;
		}
		#tpl_header_cycle {
		}
		#tpl_header_flash {
			height: 160px;
		}
			#tpl_header_flash img {
				margin-left: 30px;
				margin-top: 50px;
			}
#tpl_menu {
	min-height: 40px;
	position: relative;
}
#tpl_search {
	position: absolute;
	top:  10px;
	right: 20px;
}
	#tpl_search .formline {
		width: 184px;
		color: #666 !important;
	}
	#tpl_search .formbut {
		width: 30px;
		padding: 0px;
	}
#tpl_productgroepen {
	clear: both;
	padding: 40px 0px 0px 0px;
}
	#tpl_loginbox {
		position: absolute;
		z-index: 100;
		top: 13px;
		left: 0px;
	}
	#tpl_loginbox * {
		font-size: 11px;
		line-height: 15px;
	}
	#tpl_categorycol1 {
		float: left;
		width: 180px;
	}
	#tpl_categorymenu {
		padding: 20px 0px 20px 30px;
		margin-left: -30px;
		background-color: #eeeeee;
	}
	#tpl_categorynews {
		margin-top: 30px;
		margin-left: -30px;
	}
		.tpl_pagenews {
			position: relative;
			height: 70px;
			margin-bottom: 10px;
		}
			.tpl_pagenews .image {
				position: absolute;
				top: 0px;
				left: 0px;
			}
			.tpl_pagenews .text {
				position: absolute;
				top: 0px;
				left: 70px;
				width: 140px;
				color: #999;
			}
			.tpl_pagenews .text b {
				color: #333;
			}
			.tpl_pagenews .text, .tpl_pagenews .text * {
				line-height: 15px;
				font-size: 11px; 
			}
			.tpl_pagenews .text a {
				background-position: right 2px;
			}
	#tpl_categorycontent {
		float: left;
		width: 700px;
		margin-left: 40px;
	}
		.tpl_articlesearchtable td {
			border-bottom: 2px solid #eee;
		}
		.tpl_articlesearchtable .label {
			background-color: #ccc;
			padding: 0px 6px;
			width: 80px;
		}
		#tpl_articlesearch, #tpl_articlesearchfp, #tpl_articlesearchplugin {
			background-color: #eee;
			padding: 10px;
			margin-bottom: 20px;
			position: relative;
			min-height: 80px;
		}
		#tpl_articlesearchtitle {
			display: inline-block;
			padding: 0px 10px;
			color: #fff;
			line-height: 30px;
			font-weight: bold;
		}
		#tpl_articlesearchbutton {
			border-width: 0px;
			position: absolute;
			z-index: 200;
			top: 25px;
			right: 50px;
			line-height: 20px;
			font-weight: bold;
			height: 30px;
			width: 120px;
			text-align: center;
		}
		#tpl_articlesearchdescription {
			border-width: 0px;
			position: absolute;
			z-index: 300;
			bottom: 0px;
			right: 0px;
			line-height: 13px;
			height: 30px;
			width: 210px;
			text-align: center;
			font-size: 10px;
			padding: 3px 5px 1px 5px;
			background-color: #999;
			color: #fff;
		}
		#tpl_articlesearchdescription_bg {
			border-width: 0px;
			position: absolute;
			z-index: 100;
			top: 0px;
			right: 0px;
			line-height: 13px;
			height: 100%;
			width: 200px;
			text-align: center;
			font-size: 10px;
			padding: 0px 10px;
			background-color: #ddd;
		}
		#tpl_articlesearch .label, #tpl_articlesearchfp .label, #tpl_articlesearchplugin .label {
			background-color: #ddd;
			padding-left: 30px;
			width: 115px;
		}
		#tpl_articlesearchemail {
			position: absolute;
			z-index: 400;
			top: -28px;
			right: 0px;
		}
		#tpl_articlesearcherror {
			/*position: absolute;
			z-index: 400;
			top: 60px;
			right: 10px;
			width: 210px;
			font-size: 10px;*/
			line-height: 40px;
			border: 1px dashed #000000;
			text-align: center;
			margin-bottom: 20px;
			padding: 3px 0px;
			font-size: 13px;
		}
			#tpl_articlesearcherror img {
				margin-right: 10px;
			}
		#tpl_articlesearchinfo {
			line-height: 40px;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			text-align: center;
			margin-bottom: 20px;
			padding: 3px 0px;
			font-size: 13px;
		}
			#tpl_articlesearchinfo img {
				margin-right: 10px;
			}
	#tpl_shopbaskettopsummary_steps {
		background-color: #eee;
		margin-bottom: 20px;
		position: relative;
	}
		#tpl_shopbaskettopsummary_steps a {
			padding: 0px 4px;
			display: inline-block;
			height: 30px;
		}
		#tpl_shopbaskettopsummary_steps a.selected {
			font-weight: bold;
			text-decoration: none;
			color: #000;
			background-image: url(../image/web/tab/selected_bg.gif);
			background-position: center bottom;
			background-repeat: no-repeat;
		}
		#tpl_shopbaskettopsummary_steps * {
			line-height: 30px;
		}
	#tpl_shopbaskettopsummary_title {
		display: inline-block;
		padding: 0px 10px;
		color: #fff;
		line-height: 30px;
		font-weight: bold;
	}
#tpl_spacer {
	height: 90px;
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
}
#tpl_footer_fixed {
	height: 60px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
#tpl_footer {
	height: 60px;
}
	#tpl_footer * {
		color: #fff !important;
	}
	#tpl_footer_contact {
		padding: 10px 30px;
		height: 40px;
		width: 150px;
		margin-left: -30px;
		/*background-image: url(../image/web/productgroepen/fade_10_bg.png);
		background-image: url(../image/web/productgroepen/fade_15_bg.png);*/
		background-image: url(../image/web/productgroepen/fade_20_bg.png);
		/*background-image: url(../image/web/productgroepen/fade_25_bg.png);
		background-image: url(../image/web/productgroepen/fade_30_bg.png);*/
	}
	#tpl_footer_links {
		position: absolute;
		z-index: 100;
		left: 220px;
		top: 10px;
		width: 450px;
	}
	#tpl_footer_links h2 a {
		font-size: 12px !important;
		font-weight: normal !important;
	}
	#tpl_footer_newsletter {
		position: absolute;
		z-index: 200;
		right: 20px;
		top: 0px;
		padding: 10px 30px;
		height: 40px;
		width: 160px;
		/*background-image: url(../image/web/productgroepen/fade_10_bg.png);
		background-image: url(../image/web/productgroepen/fade_15_bg.png);*/
		background-image: url(../image/web/productgroepen/fade_20_bg.png);
		/*background-image: url(../image/web/productgroepen/fade_25_bg.png);
		background-image: url(../image/web/productgroepen/fade_30_bg.png);*/
	}
	#tpl_footer_newsletter .formline {
		width: 120px;
		color: #666 !important;
	}
	#tpl_footer_newsletter .formbut {
		width: 30px;
		padding: 0px;
	}


/* PRODUCTS */
.tpl_shoparticle {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tpl_shoparticle_image {
	border: 5px solid #eee;
}
.tpl_shoparticle_extended {
	position: relative;
}
.tpl_shoparticle_extended_buttons {
	overflow: hidden;
	height: 35px;
	width: 320px;
	margin-bottom: 15px;
	margin-right: -20px;
}
.tpl_shoparticle_extended_pictures {
	width: 310px;
	margin-right: -10px;
}
.tpl_shoparticle_extended_pictures .tpl_shoparticle_image {
	float: left;
	margin-bottom: 13px;
}
.tpl_shoparticle_extended_name {
	display: inline-block;
	z-index: 100;
}
.tpl_shoparticle_extended_price {
	/*position: absolute;*/
	padding-left: 10px;
	display: inline-block;
	z-index: 100;
	top: 0px;
	/*left: 401px;*/
}
.tpl_shoparticle_extended_option {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}
	.tpl_shoparticle_extended_option img {
		border: 5px solid #eee;	
	}
.tpl_shoparticle_category {
	width: 220px;
	height: 250px;
	border: 1px solid #ddd;
	margin: 0px 18px 18px 0px;
	float: left;
	position: relative;
}
.tpl_shoparticle_category, .tpl_shoparticle_category * {
	cursor: pointer;
}
.tpl_shoparticle_category_name {
	background-color: #ddd;
	padding: 3px 10px 2px 10px;
}
.tpl_shoparticle_category_name, .tpl_shoparticle_category_name * {
	color: #333;
}
.tpl_shoparticle_category_image {
	
}
.tpl_shoparticle_category_intro {
	padding: 7px 10px 0px 10px;
}
.tpl_shoparticle_category_link {
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: 10px;
}
.tpl_shoparticle_category_wrapper {
	width: 103%;
	margin-right: -3%;
}
.shoparticle_oldprice {
	text-decoration: line-through;
}
.shoparticle_incbtwprice {
	font-size: 9px;
	color: #999999;
}
.shoparticle_option_avail {
	color: #999999;
}
.shoparticle_option_avail_name {
	color: #666666;
}
.button, .button:hover {
	padding: 2px 14px 6px 24px;
	background-position: 12px 7px;
	line-height: 20px;
	margin: 6px 16px 6px 0px;
	text-decoration: none;
	white-space: nowrap;
}


/* CATEGORY MENU */
.tpl_categorymenuarticles {
	
}
.tpl_categorymenuarticles {
	padding-bottom: 15px;
	padding-left: 5px;
}


/* PROMOTIEBEHEER */
table.tpl_promotiebeheer td {
	border: 1px solid #ddd;
	width: 150px;
	height: 100px;
	padding: 11px;
}


/* 24-7huren */
.tpl_247huren {
	border: 1px solid #ddd;
	width: 348px;
	height: 126px;
	float: left;
	position: relative;
	margin-right: -1px;
	margin-bottom: -1px;
}
	.tpl_247huren .image {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.tpl_247huren .content {
		position: absolute;
		top: 10px;
		left: 170px;
		z-index: 2;
		width: 170px;
		height: 106px;
		line-height: 15px;
		font-size: 11px;
	}
	.tpl_247huren .morelink {
		position: absolute;
		bottom: 10px;
		right: 190px;
		z-index: 3;
	}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #999;
	border: 1px solid #999;
	height: 22px; 
	line-height: 14px;
	cursor: pointer;
	padding: 0px 10px 2px 10px;
	display: inline-block;
}
.formline {
	border: 1px solid #CCCCCC;
	height: 16px;
	background-color: #FFFFFF;
	width: 292px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 0px;
}
select.formline {
	margin-bottom: 0px;
	line-height: 23px;
	height: 23px;
	padding: 0px;
	width: 300px;
}
.formarea { 
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 292px;
	height: 100px;
	margin-bottom: 0px;
}
.formline:focus, .formarea:focus,.formline.focus, .formarea.focus {
	border-color: #000;
}
.formbut:hover,.formbut.hover {
	background-color: #000;
	border-color: #000;
}
a.formbut {
	display: inline-block;
	line-height: 16px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	overflow: hidden;
	text-decoration: none;
	padding: 0px 10px 0px 10px !important;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
	min-width: 400px;
}
.formtable td {
	border-bottom: 2px solid #fff;
}
td.formlabel {
	background-color: #eeeeee;
	border-right: 2px solid #fff;
	padding: 0px 5px;
	width: 130px;
}
td.formrequired {
	background-color: #cccccc;
}
.formnotify {
	border: 1px dottet #000;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 5px;
}
td.formextra .formbut {	
	margin-right: 5px;
}


/* MENU STYLES */
.menu1, .menu1selected {
	display: block;
	float: left;
	line-height: 30px;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	padding: 0px 12px;
	background-color: #000000;
}
.menu1 {
	color: #ffffff;
}
.menu1selected {
	background-color: #ffffff;
}
.menu2, .menu2selected {
	display: block;
}
.menu3, .menu3selected {
	display: block;
}


/* ExtraZake FUNCTION STYLES */
.highlight {
	border-bottom: 1px dashed #333333;
}
.photothumb {
	width: 77px;
	height: 77px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

.framed {
	border: 1px dashed #cccccc;
	margin-bottom: 10px;
	margin-top: 5px;
}


@media Print {
	/*html, body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
		position: relative;
		height: auto !important;
	}*/
	html, body, #tpl_body, #tpl_body_wrapper {
		width: 1000px !important;
		min-width: 1000px !important;
		max-width: 1000px !important;
		overflow: hidden;
	}
	#tpl_body {
		position: relative;
		overflow: visible !important;
		/*height: auto !important;*/
	}
	#tpl_footer_fixed {
		position: relative;
	}
	/*body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sub, sup {
		color: #000000;
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		color: #000000;
	}*/
	.noprint {
		display: none;
	}
}
@media only screen and (max-device-width: 480px) {
	#tpl_footer_fixed {
		position: relative;
	}
}