/** screen **/

@media screen, projection, tv {

html, body {
	padding: 0;
}

html {
	background: url('../images/backgroundRepeatX.gif') repeat-x left top #a7a7a7;
	margin: 0;
	height: 100%;
}

body {
	background: url('../images/backgroundRepeatY.gif') repeat-y left top;
	margin: 0 auto;
	width: 999px;
	min-height: 100%;
}

#wrapper {
	background: url('../images/backgroundTop.gif') no-repeat left top;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

.toegankelijkheid {
	display: none;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana;
}

h1 {
	margin: 0 0 0 0;
	font-size: 25px;
	font-weight: bold;
}
h1.text2image {
	visibility: hidden;
}
h2 {
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	text-align: justify;
	margin-top: 0px;
}

h5 {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #ec1f27;
}
a img {
	border: 0;
}

p, ul, ol, th, td {
	margin-top: 0;
	font-family: Verdana;
	font-size: 12px;
}
th {
	text-align: left;
}

hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #999;
	border-style: dotted none none;
}

dl {
    float: left;
    margin: 0;
}
dd {
    margin: 0;
    padding: 0;
}


/* photoflip */

#photoflip {
	position: relative;
	top: 161px;
	left: 50px;
	width: 900px;
	height: 120px;
	background: #888;
}

#sidebarmodules {
	position: absolute;
	top: 430px;
	left: 65px;
	z-index: 19;
}

/* iDEAL box*/
#idealbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	text-align: center;
	padding-bottom: 20px;
}

#idealbox img {
	margin: 5px;

}
/* loginbox */

#loginbox {
	width: 180px;
}

#loginbox form {
    margin: 0;
}

#loginbox a {
    color: #e5d51d;
    font-weight: bold;
}

#loginboxInner {
	background-color: #4b4b4b;
	padding: 5px;
    width: 170px;
	overflow: hidden;
	color: white;
	font-family: Arial;
	font-size: 12px;
}

#loginbox #loginfields {
    background: url(../images/loginboxBack.gif) no-repeat left top;
	overflow: hidden;
}

#loginbox label {
	float: left;
	width: 80px;
	margin-right: 12px;
	font-family: Arial;
	font-size: 12px;
	height: 16px;
}

#loginbox br {
	clear: left;
}

#loginbox input.fields {
	float: left;
	width: 70px;
	height: 13px;
	border: none;
	background: white;
	margin-bottom: 4px;
	margin-top: 1px;
	font-size: 10px;
}

#loginbox #submit {
    float: right;
    margin-top: 5px;
    margin-right: 12px;
}

#loginboxTop {
	background: url('../images/loginboxTop.gif');
	height: 5px;
	font-size: 0;
}

#loginboxBottom {
	background: url('../images/loginboxBottom.gif');
	height: 5px;
	font-size: 0;
}

/* Topmenu */

#menu {
	list-style: none;
	position: absolute;
	left: 50px;
	top: 130px;
	margin: 0;
	padding: 0;
	background: url('../images/backgroundTopmenu.gif');
	width: 900px;
	border-bottom: 1px solid #404041;
	z-index: 20;
}
#menu li {
	width: 149px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #404041;
}
#menu li:first-child {
	border-left: 0;
	padding-left: 1px;
}
#menu li.actief, #menu li.actief:hover {
	background: url('../images/backgroundTopmenuSelected.gif');
}
#menu li.actief a {
	color: white;
	font-weight: bold;
}
/*
#menu li:hover {
	background: url('../images/backgroundTopmenuActive.gif');
}*/
#menu li a {
	display: block;
	text-align: center;
	font-family: Arial;
	color: black;
	font-family: Times;
	padding-top: 9px;
}

/* Submenu's */
div.submenuTop {
	background: url('../images/submenuTop.gif') no-repeat left top;
	height: 5px;
	font-size: 0;
}
#menu li ul {
	position: absolute;
	top: 225px;
	left: 15px;
}
#menu li ul li ul {
	position: static;
}
#menu li ul a {
	font-family: Arial;
	font-size: 14px;
	line-height: 150%;
	padding-top: 0;
}

#menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
}

#menu ul li, #menu ul li:hover, #menu ul ul li.actief:hover {
	background: url('../images/submenuMiddle.gif') no-repeat left top black;
	padding-bottom: 20px;
	border: none;
	list-style: none;
	font-size: 0;
}
#menu ul li.actief, #menu ul li.actief:hover {
	background: url('../images/submenuMiddle.gif') no-repeat left top black;
	padding-bottom: 10px;
}
#menu ul li li.actief:hover {
	background: black;;
}
#menu ul li.actief a {
	padding-bottom: 20px;
	color: #e5d51d;
}
#menu ul li.actief ul a {
	color: white;
}
#menu ul li a:hover, #menu ul li.actief a:hover, #menu ul li li a:hover {
	color: #ec1f27;
}
#menu ul li.actief ul li {
	background: black;
}
#menu ul li.actief ul li a {
	padding-bottom: 0;
}
#menu ul ul li, #menu ul ul li:hover {
	padding-bottom: 0;
}
#menu ul ul li a {
	padding-left: 25px;
	text-align: left;
	font-size: 12px;
}
#menu ul ul li.actief, #menu ul ul li.actief:hover {
	padding-bottom: 0;
}
#menu ul ul li.actief a {
	color: #e5d51d;
}
#menu ul ul li.actief div.bullet {
	position: absolute;
	width: 20px;
	height: 18px;
	display: block;
	left: 4px;
	background: url('../images/bullet.gif') no-repeat;
}

#menu li.actief ul {
	display: block;
	background: url('../images/submenuBottom.gif') no-repeat left bottom;
	padding-bottom: 5px;
}
#menu li.actief ul ul {
	display: none;
	background: black;
}

#menu ul li {
	width: auto;
	height: auto;
	float: none;
}
#menu ul li.actief ul {
	display: block;
}

/* search */

#zoekformulier {
	position: absolute;
	display: block;
	left: 790px;
	top: 57px;
	padding: 0;
	margin: 0;
}

#zoekformulier input {
	width: 120px;
	height: 18px;
	float: left;
	border: none;
	background: white;
	margin: 0;
	padding: 0;
}

#zoekformulier button {
	float: left;
	width: 25px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

#zoekformulier button img {
	width: 25px;
	height: 18px;
}

/* content */
#sidebar {
	position: absolute;
	width: 210px;
	height: 600px;
	margin: 280px 0 0 50px;
}

#content {
	border-left: 210px solid #f1f1f1;
	padding: 20px 15px 15px 15px;
	margin: 160px 10px 0 50px;
	min-height: 600px;
	width: 660px;
	background: white url('../images/backgroundContent.gif') no-repeat bottom right;
	overflow: hidden;
}

#content ul, #content ol {
	padding-left: 10px;
	margin-left: 10px;
}
#content li {
	margin-bottom: 5px;
}

#content ul#breadcrumbs, #breadcrumbs li {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 25px;
	color: #999;
}
#breadcrumbs li {
	float: left;
	margin-right: 5px;
}

#contentfooter {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}

#vorige, #volgende {
    float: left;
    width: 245px;
    color: #888888;
    margin-top: 20px;
}

#decoration {
    float: left;
	background: url('../images/decorationBottom.gif') no-repeat center bottom;
	width: 165px;
	height: 55px;
}

/* collectie details */

#collectie {
    width: 100%;
    overflow: auto;
}
#collectie .item {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    background: #fffce2;
    text-align: center;
    height: 195px;
}
#collectie .item.small {
	height: 115px;
}
#collectie .item img {
    margin-bottom: 10px;
}
#collectie .item p {
    width: 145px;
}

/* productCollectieOverzicht details */

#productCollectieOverzicht table {
    border-collapse: collapse;
}

#productCollectieOverzicht th {
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
}

#productCollectieOverzicht td {
    margin: 0;
    padding: 10px;
    background: #fffce2;
    text-align: center;
}


/* productAfbeelding details */

#productAfbeelding {
	background: url('../images/shadowBottomRight.gif') no-repeat bottom right;
	float: left;
}
#productAfbeelding img {
	display: block;
}
#productAfbeelding #topRight, #productAfbeelding #bottomLeft {
	height: 10px;
}
#productAfbeelding #topRight {
	background: url('../images/shadowTopRight.gif') no-repeat top right;
	position: absolute;
}
#productAfbeelding #bottomLeft {
	background: url('../images/shadowBottomLeft.gif') no-repeat bottom left;
}
#productAfbeelding p {
    margin: 0;
    padding: 0;
}

/* productBeschrijving details */

#productBeschrijving, #metadata, div#prijs {
    margin: 0;
    padding: 10px;
    float: left;
    background-color: #fffce2;
}

#metadata p, div#prijs p {
    margin-bottom: 0;
}

#metadata, div#prijs {
	margin-top: 10px;
}

span#prijs {
    font-size: 18px;
}

#productBeschrijving h1, #productBeschrijving h2, #productBeschrijving h3, #productBeschrijving h4, #metadata h2 {
    font-size: 12px;
    font-family: verdana;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#metadata h2 {
	font-weight: bold;
}

/* shoppingcart button */

#shoppingcartlink button {
	position: absolute;
	top: 180px;
	right: 65px;
	border: none;
	background: none;
	cursor: pointer;
	width: 130px;
}

#shoppingcartlink button img {
	width: 120px;
	height: 40px;
}

#shoppingcart table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#shoppingcart table td, #shoppingcart table th {
    padding: 4px 3px;
    vertical-align: bottom;
}

#shoppingcart table td {
    border-top: 1px solid #f0f0f0;
    background: #fffce2;
}

#shoppingcart input.small {
    width: 30px;
}

#shoppingcart .right {
    text-align: right;
}

#shoppingcart .total {
    border-top: 1px solid black;
}

button.medium, input.medium {
    width: 200px;
}

#shoppingcart #conditions {
    border: gray solid 1px;
    width: 650px;
    height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.error {
    font-weight: bold;
    color: #E96730
}

/* bottom */

#bottom {
      width: 920px;
	height: 50px;
	background: url('../images/backgroundBottom.gif') no-repeat;
	padding-top: 15px;
	margin-left: 40px;
	text-align: center;
	color: #555;
}
#bottom a {
	color: #555;
}
#bottom a:hover {
	color: white;
}

/* form */

fieldset {
	font: 12px verdana;
	border: solid 2px #d3d3d3;
	width: 365px;
	margin: 0;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #b0b0b0;
	margin: 8px;
	padding: 3px;
	font-size: 15px;
	font-family: verdana, arial;
}

label {
      font: 12px verdana;
	font-weight: bold;
}

input.formInputText, input.formInputCheckbox, select.formSelect, textarea.formTextarea {
	font: 13px verdana;
	color: black;
	background: #d4e5fc;
	border: solid 1px #6991c8;
	margin: 3px 5px 5px 0;
}

input.formInputCheckbox {
	margin: 0px 5px 1px 0px;
}

input.formInputText:hover, input.formInputCheckbox:hover, select.formSelect:hover, textarea.formTextarea:hover {
	background: #ffdaa6;
	border: solid 1px #ff9600;
	color: #000;
	cursor: pointer;
}

input.formInputText:focus, input.formInputCheckbox:focus, textarea.formTextarea:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #ff9600;
	cursor: text;
}

input.formInputButton {
	cursor: pointer;
	background: #d4e5fc;
	padding: 0;
	margin: 0;
	border: solid 2px #6991c8;
}

input.formInputButton:hover {
	background: #ffdaa6;
	border: solid 2px #ff9600;
}

input#submitButton {
	margin: 10px 0;
}


} /** end screen **/

/** print **/

@media print {

html {
	font: 1em/1.4em Arial, Helvetica, sans-serif;
}

.noprint {
	display: none;
}

a {
	text-decoration: underline;
	color: black;
}

a:after {
	content: ' [' attr(href) '] ';
	font-style: italic;
	text-decoration: none;
}

th {
	text-align: left;
}

} /** end print **/

