@charset "utf-8";

/*** Fonts ***/
@font-face {
	font-family: FuturaStdBook;
	src: url("../fonts/FuturaStdBook/futurastd-book-webfont.eot?v=20110922");
	src: url("../fonts/FuturaStdBook/futurastd-book-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FuturaStdBook/futurastd-book-webfont.woff?v=20110922") format("woff"),
		url("../fonts/FuturaStdBook/futurastd-book-webfont.ttf?v=20110922") format("truetype"),
		url("../fonts/FuturaStdBook/futurastd-book-webfont.svg#webfontRCgbJcEE") format("svg");
}

@font-face {
	font-family: MuseoSans500;
	src: url("../fonts/MuseoSans500/style_159303.eot?v=20110922");
	src: url("../fonts/MuseoSans500/style_159303.eot?#iefix") format("embedded-opentype"),
		url("../fonts/MuseoSans500/style_159303.woff?v=20110922") format("woff"),
		url("../fonts/MuseoSans500/style_159303.ttf?v=20110922") format("truetype"),
		url("../fonts/MuseoSans500/style_159303.svg#MuseoSans-500") format("svg");
}

/****************************
 * Defaults
 ****************************/
body, html, ul, ol, li {
	margin: 0;
	padding: 0;
	width: 100%;
}
html { margin-bottom: .4em; }
table { border-collapse: collapse; }

body {
	background: #fff url("../images/main_bg_sub.jpg?v=20110922") repeat-x;
	color: #222;
	font-family: MuseoSans500, Arial, sans-serif;
	line-height: 1.8em;
}
@media screen {
	body { font-size: 12px; }
}

/*** Forms ***/
form { margin: 0; padding: 0; }
fieldset { margin-bottom: .5em; }
input[type=text], input[type=password] {
	width: 11em;
}
input[type=text], input[type=password], select {
	border: 1px solid #b7b7b7;
}
input[type=text].wide input[type=password].wide { width: 40em; }
label {
	display: inline-block;
	vertical-align: top;
	width: 15em;
	margin-bottom: .3em;
}
legend {
	font-family: FuturaStdBook, Georgia, sans-serif;
	font-size: 1.4em;
	color: #0e465d;
}

/*** Links ***/
a { color: #000; }
a:active { outline: none; }
a:focus { outline: 1px dashed #222; }
a:hover { color: #0e465d; }
a img { border: none; }

/*** Headers **/
h1, h2, h3, h4, h5, h6 {
	font-family: FuturaStdBook, Georgia, serif;
	font-weight: normal;
	color: #0e465d;
}

h1 { display: none; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }

/*** Permalinks ***/
h1 > a, h2 > a, h3 > a, h4 > a { color: #0e465d; text-decoration: none; }
a.headerlink { visibility: hidden; font-weight: normal; font-size: .9em; padding: 0em .2em; }
h1:hover > a.headerlink, h2:hover > a.headerlink,
h3:hover > a.headerlink, h4:hover > a.headerlink,
h5:hover > a.headerlink, h6:hover > a.headerlink {
	visibility: visible;
	text-decoration: none;
	background-color: #ccc;
}
*:target {
	background-color: #ffd;
	color: #000;
	outline: 1px dashed #000;
}

/*** Misc. default ***/
pre {
	font-family: "Dejavu Sans Mono", "Consolas", mono;
	line-height: 1.1em;
	font-size: 13px;
	padding: .5em;
	background-color: #eee;
	border: 1px dotted #000;
}

/***********************
 * Website Layout
 ***********************/
#tocontent, #totop2 { position: absolute; left: -5000px; top: -5000px; }
#totop a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #b7b7b7;
	border: 1px solid #b7b7b7;
	padding-top: .3em;
	font-size: 1.5em;
	height: 1em;
	width: 190px;
	clear: both;
	float: left;
}

#totop a:hover {
	background-color: #b7b7b7;
	color: #fff;
	border: 1px solid #fff;
}

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 980px;
}

/* Sitemap */
#sitemap {
	clear: both;
	padding-top: .4em;
	position: relative;
	top: 1.5em;
	background-color: #eee;
	width: 972px;
	padding: .3em;
}

#sitemap div.sitemap {
	float: left;
	clear: right;
	width: 175px;
	margin: .3em;
	padding: .3em;
}

#sitemap a {
	display: block;
	list-style: none;
	font-size: .9em;
	padding-left: .3em;
	text-decoration: none;
}
#sitemap a.subarrow {
	line-height: .5em;
	height: 1.2em;
}

#sitemap strong {
	font-family: FuturaStdBook, Georgia, serif;
	font-weight: normal;
	color: #0e465d;
}

/* Contact onder sitemap */
#contact {
	text-align: right;
	clear: both;
	position: relative;
	top: 1.6em;
	margin-bottom: 2em;
	padding-right: .5em;
}
#contact a { text-decoration: none;  }

/* Header & hoofdmenu */
#header {
	background-image: url("../images/images.png?v=20110922");
	width: 980px;
	height: 118px;
	z-index: 1;
	position: relative;
}
#header .logo {
	margin-top: 31px;
	margin-left: 200px;
	width: 265px;
	height: 65px;
	display: inline-block;
	background: url("../images/images.png?v=20110922") -0px -118px;
}
#header a:focus { outline: none; }

#introblock {
	position: relative;
	top: -12px;
	width: 980px;
}
#headerimage {
	width: 788px;
	height: 229px;
	float: right;
}

#menu {
	padding-top: 9px;
	width: 192px;
	float: left;
	line-height: 28px;
}

#menu a {
	display: block;
	height: 28px;
	padding: 8px 0 8px .5em;
	color: #777;
	font-size: 1.2em;
	font-family: FuturaStdBook, Georgia, serif;
	text-transform: uppercase;
	text-decoration: none; 
	border-left: 2px dashed transparent;
}
#menu a.selected {
	color: #111;
	background-color: #eee;
	border-left: 2px solid #000;
}
#menu a:hover, #menu a:focus {
	color: #375c6f;
	border-left: 2px solid #0e465d;
}
#menu a:active {  outline: none; }
#menu a:visited {  outline: none; }
#menu a:focus { outline: none; }

/* "naar webshop" knop & zoeken */
#naarwebshop {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 10;
	width: 100px;
	height: 75px;
	text-align: center;
	background: url("../images/images.png?v=20110922") -265px -118px;
}
#naarwebshop a {
	line-height: 1.1em;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	height: 65px;
	width: 100px;
}
#naarwebshop input {
	position: absolute;
	right: -3px;
	bottom: -23px;
	width: 94px;
	height: 16px;
	padding: 2px 6px 2px 6px;
	border: none;
	background: transparent url("../images/images.png?v=20110922") no-repeat -365px -148px;
}
/* XXX Dit is eigenlijk buiten de #container, enig alternatief is links van input veld en dat zuigt
 * IMHO nog erger ... */
#naarwebshop button {
	position: absolute;
	right: -52px;
	top: 75px;
}

/* Voor de zoekmachine: Zorg dat deze tekst eerst komt en dus op de
 * "frontpage" terecht komt */
#introtekst { display: none; }

/**************************
 * Submenu 
 *************************/
#sub_menu {
	width: 192px;
	min-height: 500px;
	margin: 4px 1em 0 0;
	padding: 1em 0 1em 0;
	float: left;
	background-color: #fff;
	line-height: 22px;
}

#sub_menu a {
	height: 22px;
	color: #222;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	width: 186px;
	padding: 5px 0 5px 5px;
	border-left: 2px dashed transparent;
}
#sub_menu a.selected {
	color: #000;
	border-left: 2px solid #000;
	background-color: #eee;
	position: relative;
}
#sub_menu a.subarrow {
	line-height: 1em;
	height: 1em;
	padding: 1px 0 1px 1em;
}
#sub_menu a:hover, #sub_menu a:focus {
	color: #375c6f;
	border-left: 2px solid #0e465d;
}
#sub_menu a:active {  outline: none; }
#sub_menu a:visited {  outline: none; }
#sub_menu a:focus { outline: none; }

/* BTW "switcher" */
#switchbtw {
	padding: .5em 0 1em .5em;
	margin-top: 1em;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}

/* Meer info aanvragen */
#meerinfoside {
	border-top: 1px solid #b7b7b7;;
	border-bottom: 1px solid #b7b7b7;;
	padding: 13px 3px;
	margin-top: 4em;
	background-color: #fff;
	position: absolute;
}
#meerinfoside label { width: 75px; }
#meerinfoside button {
	margin-left: 75px;
	background-color: #0e465d;
	color: #fff;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}
#meerinfoside input { width: 100px; }
#meerinfoside select { width: 105px; }
#meerinfoside .err {
	position: absolute;
	padding: 0px 2px;;
	background-color: #fff;
	border: 1px solid red;
	right: -9em;
	width: 10em;
}
#meerinfoside .turingtest {
	color: #666;
	font-style: italic;
}

/*******************************
 * Content
 ******************************/
#content {
	float: left;
	padding: 10px 0 0 0;
	margin-top: 10px;
}
.content { width: 500px; }
.content_webshop { width: 776px; }

/* content + submenu */
#content_sub_container { clear: both; }

#content p, #content li, #content blockquote {
	text-align: justify;
	font-size: 14px;
}

#content li {
	padding-left: .2em;
	margin-left: 2em;
}

#side_pic {
	float: right;
	padding: 150px 25px 0 0;
}
#side_pic2 {
	float: right;
	padding: 30px 0 0 0;
}

#side_pic div { margin-bottom: 5em; }

/*************************
 * Buttons
 ************************/
.button {
	background: transparent url("../images/images.png?v=20110922") -365px -118px;
	font-family: FuturaStdBook, Georgia, serif;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	width: 120px;
	height: 30px;
	border: none;
}
/** Kopie van .button ... Apart omdat IE6 het anders niet begrijpt */
input[type=submit] {
	background: transparent url("../images/images.png?v=20110922") -365px -118px;
	font-family: FuturaStdBook, Georgia, serif;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	width: 120px;
	height: 30px;
	border: none;
}

a.button, span.button {
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	display: inline-block;
}
a.button:hover { color: #fff; }

.buttonsmall {
	text-decoration: none;
	cursor: pointer;
	background-color: #0e465d;
	color: #fff;
	padding: .2em .4em;
	margin: .1em .5em .3em 0em;
}
.buttonsmall:hover { color: #bbb; }

/***************************
 * Print
 ***************************/
@media print {
	body, * { background-image: none; }
	body, #content p { font-size: 18px; }

	#header, #introblock, #footer, #naarwebshop, #sub_menu, #side_pic, #sitemap, #contact, #totop, #totop2, #tocontent, .noprint {
		display: none;
	}

	h1 {
		position: static;
		color: #000;
		line-height: 1em;
		margin: 0;
		clear: both;
	}

	#printfooter {
		display: block;
		margin-top: .5em;
		width: 90%;
		margin-top: 1em;
	}
	#printfooter p { font-size: 1.2em; }
}

/***********************
 * Home pagina
 ***********************/
#home_quote {
	clear: both;
	display: block;
	color: #222;
	font-family: FuturaStdBook, Georgia, serif;
	font-size: 2.5em;
	line-height: 35px;
	height: 108px;
	padding: 15px 0 0 195px;
	letter-spacing: 1px;
	font-weight: normal;
}

#content_home_container { clear: both; }

#home_tekst {
	float: left;
	width: 301px;
	height: 400px;
	padding: 8px 20px 0 0;
	text-align: justify;
}

#home_nieuws {
	float: left;
	width: 311px;
	height: 400px;
	background-image: url("../images/home_nieuws_bg.jpg?v=20110922");
	background-repeat: repeat-x;
	padding: 5px 35px 0 35px;
	margin-top: 4px;
}
#home_nieuws div {
	border-bottom: 2px dotted #bbb;
	padding-bottom: .4em;
}
#home_nieuws p {
	text-align: justify;
	margin: 0;
}
#home_nieuws h3 {
	margin-bottom: 1px;
	font-size: 1.25em;
}

#home_shop {
	float: right;
	width: 268px;
	height: 400px;
	background-image: url("../images/home_shop_bg.jpg?v=20110922");
	background-repeat: repeat-x;
	color: #000;
	margin-top: 4px;
	padding: 5px 0px 0 10px;
}

#home_shop h2 { font-size: 1.5em; }

#home_shop span.indent { display: block; }

.netviewer_home {
	text-align: center;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	padding: .5em;
	margin: 1em;
	margin-right: 1.5em;
	cursor: pointer;
}
.netviewer_home a { text-decoration: none; }

/**********************************************
 * zoeken
 ********************************************/
.zoekresultaten .zoekheader > input {
	width: 25em;
	margin-right: 1em;
}

/***************************
 * over_aragorn/partners.php pagina
 ****************************/
div.partners { text-align: center; }
div.partners img {
	width: 110px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2em;
}
div.partners .desc > p {
	max-width: 30em;
}

/***************************
 * NetApp pagina
 **************************/
#netapp li {
	margin-bottom: .2em;
	width: 92%;
}
#netapp span {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
#netapp div.hide {
	border: 1px solid #b7b7b7;
	cursor: default;
	padding: .5em;
	position: relative;
	margin-top: 1.5em;

	box-shadow: 4px 4px 8px #b7b7b7;
	-moz-box-shadow: 4px 4px 8px #b7b7b7;
	-webkit-box-shadow: 4px 4px 8px #b7b7b7;
}
#netapp div.hide:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	left: .1em;
	top: -2em;
	border: 1em solid transparent;
	border-bottom-color: #666;
}
#netapp > div.hide > p:first-child {
	margin-top: 0;
}
#netapp > div.hide img {
	max-width: 100%;
}

#netapp h3 { margin-bottom: 0; }
#netapp .pagemenu {
	position:  absolute;
	left: 180px;
	margin-top: 1.1em;
	text-decoration: none;
	font-size: 1.5em;
}

#netapp .toc {
	padding-right: 1em;
	border: 1px solid #b7b7b7;
	padding: .4em;

	box-shadow: 4px 4px 8px #b7b7b7;
	-moz-box-shadow: 4px 4px 8px #b7b7b7;
	-webkit-box-shadow: 4px 4px 8px #b7b7b7;
}
#netapp > .toc li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-bottom: .5em;
}
#netapp > .toc p { margin-top: 0; }

/***
 * contact pagina
 **/
blockquote {
	margin-left: 1em;
	margin-bottom: .1em;
}

/*******************************
 * nieuws
 ********************************/
.nieuws {
	border-bottom: 2px dotted #bbb;
	padding-bottom: .4em;
	margin-bottom: 2em;
}
.nieuws p {
	margin: 0;
	padding-left: 2em;
}
.nieuws h2 { margin-bottom: .1em; }

.nieuwstext img {
	padding: 2px;
	margin: 0 0 0 .5em;
}

.nieuwstext li {
	margin-bottom: 1em;
	text-align: justify;
}

/*******************************************
 * Webshop
 *******************************************/

/***
 * Generic stuff
 ***/
.label { display: inline-block; width: 15em; }
.labellarge { display: inline-block; width: 25em; }
.labelverylarge { display: inline-block; width: 35em; }
.labelmedium { display: inline-block; width: 13em; }
.labelsmall { display: inline-block; width: 9em; }
.floatleft { float: left; }
.floatright { float: right; }
img.floatright { margin-left: 1em; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.border { border: 1px solid #b7b7b7; }
div.border { padding: .4em; }
.border td, .border th { border: 1px solid #000; }
.borderbottom { border-bottom: 1px solid #b7b7b7; padding-bottom: .5em; }
.bordertop { border-top: 1px solid #b7b7b7; padding-bottom: .5em; }
.halfwidth { width: 48%; }
.fullwidth { width: 98%; }
.indent { padding-left: 1em; }
.inline { display: inline; }
.small { font-size: .9em; font-weight: normal; }
.large { font-size: 1.2em; }
.verylarge { font-size: 2em; }
.invert { background-color: #000; color: #fff; }
.pointer { cursor: pointer; }
.notice {
	padding: .5em;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	width: 97%;
}
.error {
	padding: .5em;
	border: 1px solid red;
	background-color: #eee;
	width: 97%;
	margin-top: 1em;
}

.nobullet { list-style: none; }
.left { text-align: left; }
.center { text-align: center !important; }
.right { text-align: right; }
.clearboth { clear: both; }
.red { color: red; }

.smallbutton {
	padding: .1em; font-size: .8em;
}
.hide { display: none; }

/*** webshop index ***/
.webshop_button {
	width: 10.7em;
	height: 11em;
	background-color: #fafafa;
	font-size: 1.3em;
	text-align: center;
	float: left;
	margin: .2em;
	margin-left: .1em;
	padding: 1em .5em 1em .5em;
	border: 1px solid #ccc;
}
.webshop_button:hover { cursor: pointer; }
.webshop_button img { max-width: 9em; max-height: 9em; margin-bottom: 1em; }
.webshop_button a { text-decoration: none; color: #000; }
.webshop_button a:hover { background-color: transparent; }
.webshop_button a:active { color: #000; }
.webshop_button a:visited { color: #000; }

#webshop_button_onderdelen {
	cursor: default;
	padding-top: 3em;
	height: 9em;
	width: 11.0em;
	padding-left: .2em;
}
#webshop_button_onderdelen a { font-size: .7em; text-decoration: underline; }

/* Table voor lijst met onderdelen */
table.onderdelen { font-size: .9em; width: 99%; }
table.onderdelen tr > td { border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }
table.onderdelen img.foto { max-width: 2.5em; max-height: 2.5em; cursor: pointer; }
table.onderdelen th { border-bottom: 2px solid transparent;  }
table.onderdelen .omschrijving { padding-left: .4em; cursor: pointer; }
table.onderdelen .specs { cursor: pointer; }
table.onderdelen .img { width: 3em; text-align: center; cursor: pointer; }
table.onderdelen .artnr { width: 5.5em; text-align: center; border-right: 1px solid #b7b7b7; }
table.onderdelen .prijs { width: 5.5em; text-align: right; border-left: 1px solid #b7b7b7; }
table.onderdelen td.winkelmand { width: 3em; text-align: center; cursor: pointer;}
table.onderdelen a { text-decoration: none; }
table.onderdelen .omschrijving:hover > a { color: #0e465d; }

table.onderdelen tr.shade1 { background-color: #fff; }
table.onderdelen tr.shade2 { background-color: #eee; }
table.onderdelen tr.subcat { border-top: 1px solid #b7b7b7; }
h2.onderdelen { margin-bottom: 0; font-size: 1.3em; }

/* Systemen */
div.systeem {
	margin-bottom: .5em;
	padding: 0em 1em .5em 1em;
	background-color: #fff;
	max-width: 45em;
	border: 1px solid #b7b7b7;
}
div.systeem .prijs { font-size: 1.4em; font-weight: normal; margin-left: 5em; padding-top: .1em; }
div.systeem img.systeem { float: right; width: 10em; }
div.systeem p { margin-top: 0em; }
div.systeem h2 { margin-bottom: .1em; }

div.systeem_compact p { margin: 1px; padding: 1px;  }

h2.catnaam { margin-bottom: .1em; }
p.catnaam { margin-top: .1em; }
p.catnaam select { min-width: 60%; }

/***************
 * Notebooks
 ***************/
div.notebook {
	margin-bottom: .5em;
	padding: .5em 1em .5em 1em;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	width: 750px;
	overflow: hidden;
}
div.notebook table { width: 65%; }
div.notebook th { text-align: left; }
div.notebook th, div.notebook td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div.notebook .prijs { font-size: 1.4em; margin-left: 39%; }
div.notebook img { float: right; cursor: pointer; }
div.notebook a.zoom { width: 200px; }
#volgende { float: right; }
#vorige { float: left; }
div.notebook h2 { margin-bottom: .3em; }
div.notebook tr > td { border-bottom: 1px solid #b7b7b7; }

.specslang span.row, .specskort span.row {
	display: block;
	border-bottom: 1px solid #b7b7b7;
}
.specslang span.label, .specskort span.label {
	font-weight: bold;
}

/* Totaal */
#prijs { margin-left: 50%; margin-top: 2em; }
#totaalprijs { font-weight: bold; font-size: 1.5em; }

/*** winkelmand ***/
.winkelmand_systemen { width: 100%; }
/*.winkelmand_systemen td { border: 1px solid red; }*/
.winkelmand_systemen .tfoot { text-align: right; padding: .3em; }
.winkelmand_systemen .subtotaal { width: 2.5em; text-align: right; padding: .3em; }
.winkelmand_systemen .prullenbak { width: 2.5em; text-align: center; }
.winkelmand_systemen .regel { border-bottom: 1px solid #b7b7b7; }
.winkelmand_systemen th { text-align: left; }
.winkelmand_systemen input { width: 2em; }
.winkelmand_systemen tr.hide {
	display: none;
	border: 1px solid #b7b7b7;
	background-color: #fff;
}
.winkelmand_systemen tr > td {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}

.winkelmand_systemen .details td { background-color: #eee; }
.winkelmand_systemen .details img { display: none; }
.winkelmand_systemen .details .systeem {
	border: none;
	float: left;
	border-right: 1px solid #b7b7b7;
	margin-right: 1em;
	background-color: #eee;
}
.winkelmand_systemen .details .systeemright {
	float: right;
	padding-right: .5em;
}
.winkelmand_systemen .details p {
	margin: 1px 1px 1px 1em;
}
.winkelmand_systemen .details strong.large {
	display: block;
	clear: both;
	float: left;
}
.winkelmand_systemen .details a.button {
	float: right;
}

.winkelmand_onderdelen { width: 100%; }
.winkelmand_onderdelen .prullenbak { width: 2em; text-align: center; }
.winkelmand_onderdelen .subtotaal { width: 4em; text-align: right; }
.winkelmand_onderdelen .stukprijs { width: 4em; text-align: right; }
.winkelmand_onderdelen .omschrijving { cursor: pointer; }
.winkelmand_onderdelen .omschrijving a { text-decoration: none; }
.winkelmand_onderdelen .omschrijving:hover > a { color: #0e465d; }
.winkelmand_onderdelen .tfoot { text-align: right; padding: .3em; }
.winkelmand_onderdelen input { width: 2em; }
.winkelmand_onderdelen th { text-align: left; }
.winkelmand_onderdelen tr > td {
	border-top: 1px solid #b7b7b7;
}
td.prullenbak { width: 3em; text-align: center; cursor: pointer;}

/*** mijn account ***/
table.orderoverzicht { width: 90%; }
#mijn_account_menu {
	margin-bottom: 0px;
	padding-left: 5px;
}
#mijn_account {
	background-color: #f9f9f9;
	padding: 1em;
	padding-top: 2em;
	margin-top: 0px;
	border: 1px solid #b7b7b7;
}
#mijn_account_menu a {
	border: 1px solid #b7b7b7;
	border-bottom: 2px solid transparent;
	padding: .3em;
	margin-right: 1em;
	text-decoration: none;
	background-color: #f9f9f9;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
}
#mijn_account_menu a.active {
	font-weight: bold;
	font-size: .9em;
}

/* artikel */
.artikel {
	margin-bottom: .5em;
	padding: .5em 1em .5em 1em;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	width: 750px;
}

#imagelist {
	padding: 0;
	margin: 0
	text-align: center;
	float: right;

	/** IE7 hack **/
	max-width: 45%;
}

#indeximage {
	cursor: pointer;
	float: left;
	padding: .3em;
}

#moreimageswrap {
	float: right;
	border: 1px solid #b7b7b7;
	padding: .3em;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 15em;
	text-align: center;
	/** Width is voor IE8: Rekent de scrollbar niet mee met width: auto **/
	width: 5em;
}

#moreimageswrap div { cursor: pointer; }

.specwrapper { float: left; }
.specwrapper table {
	width: 30em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.artikel th {
	background-color: #eee;
	margin-top: 1em;

}
.artikel td, .artikel th {
	border: 1px solid #b7b7b7;
}

.orderoverzichttooltip { padding: .4em; }

.orderoverzichttooltip .arrow {
	font-size: 1.5em;
	position: absolute;
	right: -.5em;
	top: 1.75em;
}

.netviewer {
	padding: .5em;
	padding-top: 3em;
	padding-bottom: 3em;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	width: 31em;
	text-align: center;
}

.warning {
	border: 1px solid red;
	position: absolute;
	top: 10px;
	left: 10px;
}

/***
 * Print
 */
#printfooter { display: none; }

/***
 * araadmin
 */
#editnieuws #synopsis {
}
#editnieuws #text {
	width: 100%;
	height: 500px;
	margin-right: 1em;
}
#editnieuws input { width: 28.4em; }

.admin_submenu {
	display: none;
	border: 1px solid #b7b7b7;
	margin-left: 1em;
	padding: .3em;
}

#groepen th.percent, #groepen td.percent {
	width: 4em;
}
#groepen input {
	width: 90%;
}
#groepen td.percent > input {
	width: 2em;
}

#hoofdmenu {
}

#menuhelp {
	padding-left: .5em;
	border: 1px solid #b7b7b7;
}

#hoofdmenu td, #submenu td, #hoofdmenu th, #submenu th { padding: .1em .5em; border: 1px solid #b7b7b7; }

#hoofdmenu .positie, #submenu .positie { width: 4em; }
#hoofdmenu .inmenu, #submenu .inmenu { width: 4em; }
#hoofdmenu .widepage, #submenu .widepage{ width: 4em; }

#content_bare {
	padding: .1em .5em;
}
#txt2tags {
	width: 100%;
	height: 600px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: "DejaVu Sans Mono", Consolas, monospace;
	font-size: 13px;
	line-height: 1.2em;
}

#txt2tagstoolbar {
	border: 1px solid #b7b7b7;
	padding: .4em .5em;
	margin-bottom: .3em;
	background-color: #666;
}
#txt2tagstoolbar span {
	display: inline-block;
	height: 1.6em;
	padding: .1em .5em;
	border: 1px solid #b7b7b7;
	background-color: #eee;
	text-align: center;
	font-weight: bold;
	margin-right: .3em;
	cursor: pointer;
}
#txt2tagstoolbar span:hover {
	background-color: #ccc;
}

#txt2tagstoolbar span.sep {
	padding: 0;
	height: 1em;
	background-color: transparent;
	border: none;
	border-left: 2px solid #fff;
}
#txt2tagshelp {
	display: none;
	border: 1px solid #b7b7b7;
	background-color: #eee;
}

#opgeslagen {
	display: none;
	position: fixed;
	top: 0px;
	left: 40%;
	padding: 1em 8em;
	font-size: 1.2em;
	border: 1px solid #b7b7b7;
	background-color: lightgreen;
	z-index: 100;
}

.aliasrow {
	margin-bottom: .5em;
	padding: .5em;
	border: 1px solid #b7b7b7;
}
.aliasrow input {
	width: 30em;
}
.aliasrow span {
	display: block;
	font-family: monospace;
}
#subject { width: 42em; }

/* formhelp */
span.formhelp {
	display: none;
	position: relative;
	margin-left: .5em;
	padding: .1em .3em .1em 1em;
	font-size: 12px;

	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 2px 2px 8px #000;
}

span.formhelp:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	left: -1em;
	top: .2em;
	border: .5em solid transparent;
	border-right-color: #000;
}

div.err {
	display: none;
	position: relative;
	margin-left: 15.2em;
	padding-left: .3em;
	border: 1px solid red;
	background-color: #eee;
	width: 25em;
}

div.err:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: -1em;
	border: .5em solid transparent;
	border-bottom-color: #000;
}

/*** tooltip ***/
.tooltip {
	display: inline;
	position: absolute;
	white-space: pre-line;
	z-index: 400;
	margin: .2em;
	padding: .4em;

	border: 1px solid #ccc;
	color: #000 !important;
	background-color: #ffd;

	font-family: sans-serif;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 2px 2px 6px #333;
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
}

/***** dialogs *****/
.confirmdialog {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: .2em .5em;
	background-color: #fff;
	width: 200px;

	border: 1px solid #ccc;
	box-shadow: 2px 2px 6px;
	-moz-box-shadow: 2px 2px 6px;

	text-align: center;
}

.jsonly { display: none; }
.widetextarea {
	width: 100%;
	margin-bottom: .5em;
}

/*********** oldie ******************/
#oldie {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	background-color: #fcffca;
	border-bottom: 1px solid #000;
	width: 101.5%;
	padding: .5em 1em;
	z-index: 90;
}

#oldie button {
	float: right;
	cursor: pointer;
}

/*********************************************
 * Notebook accu's & adapters
 **********************************************/
/* Notebook accu pagina */
#configurator select {
	width: 20em;
}

#findoptions_partnr span, #findoptions_model span {
	display: inline-block;
	width: 10em;
	margin-bottom: 1em;
}

#findoptions_partnr input, #findoptions_model input {
	margin-right: 1em;
}

#tbresults {
	border: 1px solid #ddd;
	background-color: #fff;
}
#tbresults td, #tbresults th{
	border: 1px solid #b7b7b7;
	padding: .3em;
}

#tbresults th { background-color: #ddd; color: #000; }
#tbresults .group { padding: .5em 0; }

#tbresults .artcode { width: 8em; }
#tbresults .price { width: 6em; }
#tbresults .voorraad { width: 10em; }
#tbresults .bestel { padding-top: 1em; }
#tbresults .instock { background-color: green; font-weight: bold; color: #fff; text-align: center; }
#tbresults .nostock { background-color: red; font-weight: bold; color: #fff; text-align: center; }

.floatimage {
	border: 1px solid #b7b7b7;
}

#block_1 h2 a {
	text-decoration: underline;
}

#accusnel {
	border: 1px solid #b7b7b7;
	padding: .3em;
}
#accusnel strong {
	display: block;
}
#accusnel a {
	display: inline-block;
	margin-right: 1em;
}

/*******************************
 * BTO
 *******************************/
.btodesc {
	padding: .3em;
	text-align: center;
	margin-bottom: 2em;
}
.btodesc img {
	margin-right: .5em;
}
.btoconfig .row {
	display: block;
	border-bottom: 1px solid #b7b7b7;
	margin: .1em 0;
	padding: .1em 0;
}

.btoconfig select, #btoconfig .option {
	width: 75%;
	border: 1px solid #000;
	background-color: #ddd;
	color: #000;
}
.btoconfig .option {
	display: inline-block;
	padding: 0 .5em;
}

.bto img {
	width: 180px;
	background-color: #fff;
}
.bto .prijs {  margin-left: 34% !important; }

/******************************
 * fancyzoom
 ******************************/
#zoombox {
	display: none;
	background-color: #fff;
	padding: 15px;
	z-index: 42;

	border: 1px solid #b7b7b7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 4px 4px 8px #b7b7b7;
	-moz-box-shadow: 4px 4px 8px #b7b7b7;
	-webkit-box-shadow: 4px 4px 8px #b7b7b7;
}

#zoombox .close, #socialmedia_popup .close {
	position: absolute;
	right: -.5em;
	top: -.5em;
	z-index: 44;
	cursor: pointer;

	font-weight: bold;
	font-size: 26px;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	padding: 0;
	border-radius: .5em;
	-moz-border-radius: .5em;

	color: #fff;
	background-color: #666;
	font-family: Arial, sans-serif;
}

#logviewer {
	background-color: #fff;
	line-height: 1em;
}
#logviewer span { padding: .2em .1em; margin: 0; display: block; }
#logviewer .shade1 { background-color: #ccc; }
#logviewer .shade2 { background-color: #eee; }

