@import url("fckstyles.css");
/* nodig voor editor */

/* DEFAULT TEMPLATE STYLES */
body, html {
	width: 100%;
	height: 100%;
}
#sitebody, #sitehtml {
	width: 100%;
	height: 100%;
	background-color: #010b14;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/* stond in syles.css, met aanpassingen */
.Toolbar {
	background-color: #DEDEDE;
	width: 18px;
	text-align: center;
	vertical-align: middle;
	/*border: 1px black solid;*/
}

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

/* TABLE STYLE IN CONTENT */
#tpl_content_var table.ParagraphTableBrdr, #tpl_content_var table.ParagraphTableBrdr td {
	border: 1px solid #cccccc;
}


/* TITLE STYLE IN CONTENT */
/* moet ook beschikbaar zijn in editor, daarom ook binnen Item class */
#tpl_content_var .Koptekst, #tpl_content_var .Koptekst *,
.Item .Koptekst, .Item .Koptekst * {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
}
#tpl_content_var .Normaal, #tpl_content_var .Normaal *,
.Item  .Normaal, .Item  .Normaal * {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
}
#tpl_content_var .Bijschrift, #tpl_content_var .Bijschrift *,
.Item  .Bijschrift, .Item  .Bijschrift * {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
}


/* TEMPLATE ELEMENTS */
#tpl_body {
	position: relative;
	padding-bottom: 20px;
	min-width: 1000px;
}
.tpl_wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
}
.tpl_wrapper#tpl_top {
	height: 100px;
}
#tpl_menu {
	position: absolute;
	z-index: 200;
	bottom: 0px;
	left: 215px;
	width: 495px;
	height: 40px;
	overflow: hidden;
}
#tpl_menu ul, #tpl_menu li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	float: left;
}
#tpl_menu ul {
	margin-left: -1px;
}
#tpl_logo {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 0px;
	width: 265px;
	height: 100px;
	overflow: hidden;
}
#tpl_submenu {
	width: 200px;
	float: left;
}
#tpl_submenu .item {
	background-color: #1e466a;	
	margin-top: 20px;
	padding: 20px;
}
#tpl_content {
	width: 700px;
	padding: 30px 30px;
	background-color: #fff;
	float: left;
}
	#tpl_content_dynamic {
		
	}
	#tpl_content_category {
		padding-top: 15px;
	}
		.tpl_content_category_box {
			position: relative;
			width: 220px;
			height: 210px;
			float: left;
			margin-left: 20px;
			background-color: #eeeeee;
			background-color: #dddddd;
		}
		.tpl_content_category_box, .tpl_content_category_box * {
			cursor: pointer;
		}
		.tpl_content_category_box.first {
			margin-left: 0px;
		}
		.tpl_content_category_box h2 {
			/*background-color: #eeeeee;
			background-color: #dddddd;*/
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 8px 10px;
			z-index: 200;
		}
		.tpl_content_category_box .intro {
			background-color: #eeeeee;
			background-color: #dddddd;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 200px;
			padding: 5px 10px;
			z-index: 300;
		}
		.tpl_content_category_box .border {
			background-color: #ffffff;
			background-repeat: no-repeat;
			background-position: top;
			position: absolute;
			top: 5px;
			left: 5px;
			width: 210px;
			height: 200px;
			z-index: 100;
		}
	#tpl_content_brand {
		padding-top: 30px;
		padding-bottom: 15px;
	}
		.tpl_content_brand_box {
			position: relative;
			width: 700px;
			height: 100px;
			background-color: #eeeeee;
			background-color: #dddddd;
		}
		.tpl_content_brand_box, .tpl_content_brand_box * {
			cursor: pointer;
		}
		.tpl_content_brand_box h2 {
			/*background-color: #eeeeee;
			background-color: #dddddd;*/
			position: absolute;
			top: 0px;
			left: 0px;
			padding: 8px 10px;
			z-index: 200;
		}
		.tpl_content_brand_box .intro {
			background-color: #eeeeee;
			background-color: #dddddd;
			position: absolute;
			bottom: 0px;
			right: 0px;
			padding: 5px 10px;
			z-index: 300;
			display: none;
		}
		.tpl_content_brand_box .border {
			background-color: #ffffff;
			background-repeat: no-repeat;
			background-position: top;
			position: absolute;
			top: 5px;
			left: 5px;
			width: 690px;
			height: 90px;
			z-index: 100;
		}
	#tpl_content_footer {
		background-color: #1a1a1a;
		padding: 25px;
		margin: 0px -25px 0px -25px;
	}
		#tpl_content_footer h2 {
			color: #fff;
		}
#tpl_sitenav {
	margin-bottom: 20px;	
}
#tpl_search {
}
#tpl_search .formline, .formline.formlineshort {
	width: 130px;
	border-color: #fff;
}
#tpl_search .formbut {
	width: 20px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0px;
	line-height: 0px;
}
#tpl_footer {
	
}


/* FORM STYLES */
.formbut {
	color: #ffffff; 
	background-color: #1a1a1a;
	border: 1px solid #1a1a1a;
	height: 20px; 
	line-height: 16px;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
}
.formline {
	border: 1px solid #CCCCCC;
	height: 14px;
	background-color: #FFFFFF;
	width: 260px;
	line-height: 14px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 3px;
}
.formarea { 
	border: 1px solid #CCCCCC;
	padding: 2px 3px 2px 3px;
	background-color: #FFFFFF;
	width: 400px;
	height: 100px;
	margin-bottom: 3px;
}
.formline:focus, .formarea:focus, .formline.focus, .formarea.focus {
	border-color: #000;
}
.formbut:hover,.formbut.hover {
	background-color: #000;
	border-color: #000;
}
input[type=radio] {
	margin: 0px 4px 0px 4px;
}
.formtable {
}
.formtable td {
	border-bottom: 2px solid #fff;
}
td.formlabel {
	background-color: #eeeeee;
	background-color: #dddddd;
	border-right: 2px solid #fff;
	padding: 0px 5px;
	width: 110px;
	width: 160px;
	border-bottom: 2px solid #fff;
}
td.formrequired {
	background-color: #cccccc;
}
.formnotify {
	border: 1px dottet #000;
	margin-bottom: 20px;
}
td.formextra {
	padding-top: 5px;
}
td.formextra .formbut {
	float: right;
}


/* MENU STYLES */
.menu0, .menu0selected, .menu0:hover, .menu0selected:hover {
	display: block;
	text-decoration: none;
	background-color: #1e466a;
	color: #fff;
	font-size: 20px;
	padding: 0px 15px;
	line-height: 40px;
	border-left: 1px solid #4b6b88;
}
.menu0:hover {
	background-color: #1a1a1a;
}
.menu0selected, .menu0selected:hover {
	color: #1a1a1a;
	background-color: #fff;
}
.menu1, .menu1selected, .menu1Selected, .menu1:hover, .menu1selected:hover, .menu1Selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 26px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	font-size: 14px;
	border-bottom: 1px solid #355979;
	/* margin-bottom: 1px; */
}
.menu1:hover {
	background-color: #1a1a1a;
}
.menu1selected, .menu1selected:hover, .menu1Selected, .menu1Selected:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-bottom-color: #eee;
}
.menuKopselected {
	display: none;
}
.menu2, .menu2selected, .menu2:hover, .menu2selected:hover, .menuKop, .menuKopselected, .menuKop:hover, .menuKopselected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 2px 0px 2px 30px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #355979; /* BLAUW */
	background-color: #666;
	border-bottom: 1px solid #4b6b88; /* BLAUW */
	border-bottom: 1px solid #777;
	/* margin-bottom: 1px; */
}
.menu2:hover, .menuKop:hover {
	color: #fff;
	background-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
.menu2selected, .menu2selected:hover, .menu2Selected, .menu2Selected:hover, .menuKopselected, .menuKopselected:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-bottom-color: #eee;
}
.menu3, .menu3selected, .menu3:hover, .menu3selected:hover,
a.menuKopselected ~ a.menu2, a.menuKopselected ~ a.menu2selected, a.menuKopselected ~ a.menu2Selected,
a.menuKopselected ~ a.menu2:hover, a.menuKopselected ~ a.menu2selected:hover, a.menuKopselected ~ a.menu2Selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 1px 0px 1px 40px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #355979; /* BLAUW */
	background-color: #888;
	border-bottom: 1px solid #4b6b88; /* BLAUW */
	border-bottom: 1px solid #999;
	font-size: 12px;
	/* margin-bottom: 1px; */
}
.menu3:hover,
a.menuKopselected ~ a.menu2:hover {
	background-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
.menu3selected, .menu3selected:hover, .menu3Selected, .menu3Selected:hover,
a.menuKopselected ~ a.menu2selected, a.menuKopselected ~ a.menu2Selected,
a.menuKopselected ~ a.menu2selected:hover, a.menuKopselected ~ a.menu2Selected:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-bottom-color: #eee;
}
.menu4, .menu4selected, .menu4:hover, .menu4selected:hover,
a.menuKopselected ~ a.menu3, a.menuKopselected ~ a.menu3selected, a.menuKopselected ~ a.menu3Selected,
a.menuKopselected ~ a.menu3:hover, a.menuKopselected ~ a.menu3selected:hover, a.menuKopselected ~ a.menu3Selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	color: #1a1a1a;
	padding: 0px 0px 0px 50px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #4b6b88; /* BLAUW */
	background-color: #ccc;
	border-bottom: 1px solid #627e97;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	/* margin-bottom: 1px; */
}
.menu4:hover,
a.menuKopselected ~ a.menu3:hover {
	color: #fff;
	background-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
.menu4selected, .menu4selected:hover, .menu4Selected, .menu4Selected:hover,
a.menuKopselected ~ a.menu3selected, a.menuKopselected ~ a.menu3Selected,
a.menuKopselected ~ a.menu3selected:hover, a.menuKopselected ~ a.menu3Selected:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-bottom-color: #eee;
}
.menu5, .menu5selected, .menu5:hover, .menu5selected:hover,
a.menuKopselected ~ a.menu4, a.menuKopselected ~ a.menu4selected, a.menuKopselected ~ a.menu4Selected,
a.menuKopselected ~ a.menu4:hover, a.menuKopselected ~ a.menu4selected:hover, a.menuKopselected ~ a.menu4Selected:hover {
	display: block;
	text-decoration: none;
	color: #fff;
	color: #1a1a1a;
	padding: 0px 0px 0px 60px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #4b6b88; /* BLAUW */
	background-color: #ccc;
	border-bottom: 1px solid #627e97;
	border-bottom: 1px solid #ddd;
	font-size: 10px;
	/* margin-bottom: 1px; */
}
.menu5:hover,
a.menuKopselected ~ a.menu4:hover {
	color: #fff;
	background-color: #1a1a1a;
	border-bottom-color: #1a1a1a;
}
.menu5selected, .menu5selected:hover, .menu5Selected, .menu5Selected:hover,
a.menuKopselected ~ a.menu4selected, a.menuKopselected ~ a.menu4Selected,
a.menuKopselected ~ a.menu4selected:hover, a.menuKopselected ~ a.menu4Selected:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-bottom-color: #eee;
}


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


/* OLD SHOP HTML */
.WebshopProductListKop {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 10px;
}
.WebshopProductListSubkeuzeItem {
	padding-bottom: 20px;
}
.WebshopProductListSubkeuzeItemBody {
	position: relative;
	width: 160px;
	height: 160px;
	height: 180px;
	background-color: #eee;
	background-color: #ddd;
}
.WebshopProductListSubkeuzeItemBody, .WebshopProductListSubkeuzeItemBody * {
	cursor: pointer;
}
.WebshopProductListSubkeuzeItemKop {
	position: absolute;
	top: 125px;
	left: 0px;
	z-index: 300;
	background-color: #eee;
	background-color: #ddd;
	padding: 5px 10px;
	width: 140px;
}
	.WebshopProductListSubkeuzeItemKop a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
	}
.WebshopProductListSubkeuzeItemBodyImage {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 120px;
	background-color: #fff;
	z-index: 100;
	text-align: center;
}
.WebshopProductListSubkeuzeItemBodyImage img {
	max-width: 140px !important;
	max-height: 110px !important;
	margin: 5px;
}
.WebshopProductListSubkeuzeItemBodyLink {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 400;
	background-color: #eee;
	background-color: #ddd;
	padding: 5px 10px;
	display: none;
}
.SearchKop, .WebbasketColKop, .WebbasketColProdKop, .WebbasketColProd, .WebbasketColPrijs, .WebbasketColProdKop2, .WebbasketColPrijs2, .WebbasketColPrijs3, .WebbasketColProdKop3, .WebbasketColPrijsB {
	color: #fff;	
}

r#stippellijn {
	border-bottom: 1px dotted #fff;
	height: 1px;
	overflow: hidden;
	margin: 10px 0px;
}
.WebshopActieBlok {
	padding: 10px 0px;
	position: relative;
}
.WebshopActieBlokWrapper {
	border: 5px solid #eeeeee;
	border: 5px solid #dddddd;
	position: relative;
	height: 160px;
	margin-right: 15px;
}
.WebshopActieBlokWrapper, .WebshopActieBlokWrapper * {
	/*cursor: pointer;*/
}
.WebshopActieBlokImage {
	position: absolute;
	white-space: nowrap;
	top: 25px;
	right: 5px;
	z-index: 100;
}
.WebshopActieBlokOrder {
	position: absolute;
	white-space: nowrap;
	bottom: 3px;
	left: 5px;
	z-index: 600;
}
.WebshopActiePrijsBrand {
	position: absolute;
	white-space: nowrap;
	top: 25px;
	left: 5px;
	z-index: 300;
}
.WebshopActiePrijsLabel1 {
	position: absolute;
	white-space: nowrap;
	bottom: 70px;
	left: 5px;
	z-index: 400;
}
.WebshopActieKortingLabel {
	position: absolute;
	white-space: nowrap;
	bottom: 50px;
	left: 5px;
	z-index: 500;
}
.WebshopActiePrijsLabel2 {
	position: absolute;
	white-space: nowrap;
	bottom: 30px;
	left: 5px;
	z-index: 200;
}
.WebshopActieBlokName {
	position: absolute;
	background-color: #eee;
	background-color: #ddd;
	padding: 0px 10px 5px 5px;
	white-space: nowrap;
	top: 0px;
	left: 0px;
	z-index: 800;
}
.WebshopActieBlokMore {
	position: absolute;
	background-color: #eee;
	background-color: #ddd;
	padding: 5px 5px 0px 10px;
	white-space: nowrap;
	bottom: 0px;
	right: 0px;
	z-index: 900;
}
.WebbasketTableProd td {
	border-bottom: 1px solid #ddd;
	padding: 4px 0px;
}
.WebbasketTableHeader {
	border-bottom: 1px solid #fff;
	padding: 4px 5px;
	background-color: #ddd;
	font-size: 14px;
}
.WebbasketNav {
	border-top: 1px solid #ddd;
	padding: 4px 5px;
}
.WebbasketTab {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.WebbasketTabItem {
	padding: 5px 15px 5px 0px;
}
.WebbasketTabItemSelected {
	padding: 5px 10px;
	background-color: #ddd;
	border-right: 15px solid #fff;
}
.WebshopProductTwoColumn {
	margin-right: 20px;
	height: 150px;
	background-color: #eee;
	background-color: #ddd;
	position: relative;
}
.WebshopProductTwoColumn.Login {
	height: 150px;
}
.WebshopProductTwoColumn, .WebshopProductTwoColumn * {
	cursor: pointer;
}
.WebshopProductTwoColumn.Login, .WebshopProductTwoColumn.Login * {
	cursor: auto;
}
.WebshopProductTwoColumnImage {
	width: 110px;
	padding-top: 10px;
	height: 130px;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	text-align: center;
}
.WebshopProductTwoColumn.Login .WebshopProductTwoColumnImage {
	height: 130px;
}
.WebshopProductTwoColumnHead {
	width: 205px;
	position: absolute;
	top: 5px;
	left: 122px;
	z-index: 200;
}
.WebshopProductTwoColumnHead * {
	line-height: 16px;
}
.WebshopProductTwoColumnName * {
	margin-bottom: 2px;
}
.WebshopProductTwoColumnDescription {
}
.WebshopProductTwoColumnPrice {
	width: 205px;
	position: absolute;
	bottom: 29px;
	left: 122px;
	z-index: 400;
}
.WebshopProductTwoColumnPrice, .WebshopProductTwoColumnPrice * {
	font-size: 11px;
	line-height: 14px;
}
.WebshopProductTwoColumnDiscount {
	width: 205px;
	position: absolute;
	bottom: 60px;
	left: 122px;
	z-index: 400;
	font-size: 11px;
	line-height: 15px;
}
.WebshopProductTwoColumnMore {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 500;
}
.WebshopProductTwoColumnOrder {
	position: absolute;
	bottom: 5px;
	left: 122px;
	z-index: 600;
}
.WebbasketText {
	padding: 15px 0px;	
}
.paymentmethod {
	border: 1px solid #ddd;
	width: 120px;
	height: 80px;
	margin-right: 15px;
}
.WebbasketPrice2 {
	text-align: right;
}
.WebshopProductListMerkkeuzeItem {
	padding: 4px 10px;
}


/* SEARCH HINTS */
.tpl_searchhints {
	border: 1px solid #222;
	padding: 5px 0px;
	position: relative;
}
.tpl_searchhints_close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #222;
	color: #FFF;
}
.tpl_searchhints_close a {
	display: block;
	background-color: #222;
	color: #FFF;
	padding: 0px 5px;
	text-decoration: none;
}
.tpl_searchhints_close a:hover {
	background-color: #cc0000;
}
.tpl_searchhints_title {
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
	margin: 0px 10px -1px 10px;
}
.tpl_searchhints_result {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
.tpl_searchhints_result.odd {
	background-color: #ddd;
}
.tpl_searchhints_moreresults {
	text-align: right;
	margin: 0px 10px;
}
.tpl_searchhints_noresult {
	padding-top: 5px;
	height: 25px;
	margin: 0px 10px;
}
.tpl_searchhints_moreresults {
	padding-top: 5px;
	height: 25px;
	margin: 0px 10px;
}


@media Print {
	html, body, #tpl_body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, h4, h5, ul, li, ol, sub, sup {
		/*color: #000000;*/
	}
	.menu1, .menu1selected, .menu2, .menu2selected, .menu3, .menu3selected {
		/*color: #000000;*/
	}
	.noprint {
		display: none;
	}
}
