
/* Algemene onderdelen */

html, body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #555555;
	 background: #FFFFFF;
	margin: 0px;
	text-align: center;
}

table {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #555555;
}

input, select, textarea {
	 font-size: 12px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	width: auto;
	margin: 0px;
	border: 1px solid black;
	padding: 1px 5px;
	color: black;
	background-color: white;
	overflow: visible;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	border: 1px solid lightgray;
	background-color: lightgray;
	cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
	margin: 0px;
	border: 1px solid lightgray;
	padding: 1px;
	background-color: white;
}

fieldset {
	width: 95%;
	margin: 20px 0px;
	border: none;
	padding: 5px 0px 15px;
}

legend {
	color: gray;
}

h1 {
  font-size: 150%;
	margin: 0px 0px 20px 0px;
	border: none;
	padding: 0;
	font-weight: normal;
}

h2 {
	 font-size: 16px;
	 color: #666688;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	 font-size: 14px;
	 color: #000000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a:link {
	 color: #555555;
	text-decoration: none;
}
a:visited {
	 color: #555555;
	text-decoration: none;
}
a:hover {
	 color: #555555;
	text-decoration: underline;
}
a:active {
	 color: #555555;
	text-decoration: none;
}

hr {
	height: 0px;
	border: none;
	border-top: 1px solid black;
	padding: 0px;
}

/* Styles zonder scope */

.button {
	display: inline;
	margin: 0px;
	border: 1px solid gray;
	padding: 1px 4px;
}

.tooltip {
	width: 112px;
	display: none;
	margin: 0px;
	border: 1px solid black;
	padding: 10px;
	color: #fff;
	background: gray;
	text-align: center;
}

.tooltip img {
	padding-bottom: 10px;
}

.sephorizontal {
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	border: none;
	padding: 0px;
}

/* Sitestructuur */

#pageholder {
	 width: 1206px;
	 margin: 5px auto;
	 border-color: #000000;
	text-align: left;
}	

/* Banner */

#banner {
	 width: 1206px;
	height: 80px;
	clear: both;
	margin: none;
	border: none;
	padding: none;
}

#banner .logo {
	float: left;
	margin: 0px 70px 0px 0px;
	border: none;
	padding: none;
}

#banner ul {
	float: left;
	width: 780px;
	margin: none;
	padding: none;
	ouline: none;
}

#banner ul li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 20px 40px;
}

#banner ul li.linebreak {
	clear: left;
	margin: 0px 0px 0px 40px;
}

#banner ul li.search {
	float: right;
}

/* Tabs */

#tabnav {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	border: 0px;
	background-color: white;
}

#tabnav ul.tabs { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;	
	height: 30px;
}

#tabnav ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#tabnav ul.tabs a { 
	background: url(images/common/tabsprite.png) no-repeat -420px 0;
	display: block;
	height: 30px;  
	line-height: 30px;
	width: 134px;
	text-align: center;	
	text-decoration: none;
	color: #333333;
	text-shadow: 1px 1px white;
	padding: 0px;
	margin: 0px;	
	position: relative;
	top: 1px;
}

#tabnav ul.tabs a:active {
	outline: none;
}

#tabnav ul.tabs a:hover {
	background-position: -420px -31px;	
	color: #FFFFFF;
	text-shadow: none;
}

/* Search bar */

#announcement {
	float:left;
	clear: both;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: none;
	border-bottom: 1px solid #818181;
	padding: 0px;
	color: red;
	text-align: center;
	font-size: 125%;
	background-color: #CDD4E0;
}

/* Left pane */

#leftpane {
	float: left;
	 width: 200px;
	margin: 0px;
	border: none;
	padding: 0px;
}

#leftpane .head {
	margin: 0px;
	border: none;
	border-bottom: 1px solid white;
	padding: 5px 10px;
	color: white;
	background-color: black;	
	font-size: 140%;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#leftpane .content {
	margin: 0px 0px 20px 0px;
	border: 1px solid lightgray;
	padding: 5px;
	background: url(images/common/Gray_Gradient.jpg) repeat-x 0px -100px;
}

#leftpane .content .specialoffer {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#leftpane .content .specialoffer .price {
	font-size: 150%;
}

#leftpane .content .specialoffer .oldprice {
	color: red;
	text-decoration: line-through;
}

#leftpane .content .newproduct {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#leftpane .content .newproduct .price {
	font-size: 150%;
}

#leftpane .link:hover {
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

#leftpane .item {
	clear: both;
	margin: 0px 10px;
	border: none;
	padding: 4px;
}

/* Right pane */

#rightpane {
	float: right;
	 width: 200px;
	margin: 0px;
	border: none;
	padding: 0px;
}

#rightpane .head {
	margin: 0px;
	border: none;
	border-bottom: 1px solid white;
	padding: 5px 10px;
	color: white;
	background-color: black;	
	font-size: 140%;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

#rightpane .content {
	margin: 0px 0px 20px 0px;
	border: 1px solid lightgray;
	padding: 5px;
	background: url(images/common/Gray_Gradient.jpg) repeat-x 0px -100px;
}

#rightpane .link:hover {
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

#rightpane .content ul {
	list-style-position: outside;
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 15px;
}

/* Content */

#content {
	 width: 760px;
	 margin: 0px 21px;
	float: left;
	padding: 0px;
	border: none;
}

/* Homepage */

#home .head {
	clear: both;
	margin: 0px 0px 20px 0px;
	border: none;
	padding: 0px;
	font-size: 150%
}

#home .welcome {
	clear: both;
	margin: 0px 0px 20px 0px;
	border: 1px solid gray;
	padding: 10px;
	background: url(images/common/Gray_Gradient.jpg) repeat-x 0px -150px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#home .categories {
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#home .image {
	margin: 15px;
	border: none;
	padding: 0px;
}

/* Breadcrumbs */

#crumbs {
	margin: 0px;
	border: none;
	padding: 0px 0px 20px 0px;
	color: black;
	background-color: white;
}

/* Productgrouplist */

#productgrouplist {
	width: 100%
}

#productgrouplist .head {
	clear: both;
	margin: 0px 0px 20px 0px;
	border: none;
	padding: 0px;
	text-align: right;
}

#productgrouplist .head .groupimage {
	margin: 0px;
	border: none;
	padding: 0px;
}

#productgrouplist .head .groupname {
	float: left;
	margin: 0px;
	border: none;
	padding: 0px;
}

#productgrouplist .head .pagenav {
	float: left;
	clear: left;
	margin: 10px 0px 0px 0px;
	border: none;
	padding: 1px;
	text-align: right;
}

#productgrouplist .imagebox {
	float: left;
	width: 210px;
	margin: 10px;
	border: 1px solid lightgray;
	padding: 20px 10px;
	text-align: center;
}

#productgrouplist .imagebox:hover {
	border: 1px solid lightgray;
	background: lightgray;
	cursor: pointer;
}

#productgrouplist .imagebox .image {
	border: none;
	padding: 10px;
}

/* Productlist */

#productlist {
	width: 100%
}

#productlist .head {
	clear: both;
	margin: 0px 0px 20px 0px;
	border: none;
	padding: 0px;
	text-align: right;
}

#productlist .head .groupimage {
	margin: 0px;
	border: none;
	padding: 0px;
}

#productlist .head .groupname {
	float: left;
	margin: 0px;
	border: none;
	padding: 0px;
}

#productlist .subgroups {
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 0px;
}

#productlist .subgroups .image {
	margin: 0px;
	border: 0px;
	padding: 0px 10px 10px 0px;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0
}

#productlist .subgroups .image:hover {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5
}

#productlist .product {
	float: left;
	width: 338px;
	height: 220px;
	margin: 0px 0px 20px 0px;
	border: 1px solid lightgray;
	overflow: hidden;
	padding: 15px;
}

#productlist .right {
	float: right;
}

#productlist .product .imagebox {
	float: left;
	width: 175px;
	height: 175px;
	margin: 0px 20px 20px 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#productlist .product .imagebox:hover {
	cursor: pointer;
}

#productlist .product .textbox {
	float: left;
	width: 143px;
	height: 175px;
	margin: 0px 0px 20px 0px;
	border: none;
	padding 0px;
	text-align: left;
}

#productlist .product .textbox .head {
	display: inline;
	margin: 0px;
	border: none;
	padding: 0px;
	color: black;
	font-size: 110%;
}

#productlist .product .buttonbox {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: right;
}

#productlist .product .buttonbox input {
	width: 132px;
	height: 28px;
	margin: none;
	border: none;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background: url(images/common/in_shoppingcart.png) no-repeat;
}

#productlist .product .buttonbox input:hover {
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

#productlist .head .pagenav {
	float: left;
	clear: left;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 3px;
	text-align: left;
}

.pagenav .pagelink {
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
	padding: 2px 6px;
	color: black;
	background: white;
	text-align: center;
}

.pagenav .pagelink:hover {
	border: 1px solid lightgray;
	color: black;
	background: lightgray;
	cursor: pointer;
}

.pagenav .pagecurrent {
	margin: 0px 10px 0px 0px;
	border: 1px solid black;
	padding: 2px 6px;
	color: white;
	background: gray;
	text-align: center;
}

.euros {
	font-family: Arial;
	font-size: 200%;
}

.cents {
	 font-size: 50%;
	 vertical-align: top;
}

.oldprice {
	color: red;
	text-decoration: line-through;
}

/* Productinfo */

#productinfo {
	margin: 0px;
	border: none;
	padding: 0px;	
}

#productinfo .leftpane {
	float: left;
	width: 402px;
	margin: 0px;
	border: none;
	padding: 0px;
}

#productinfo .leftpane .prevnextbox {
	clear: both;
	margin: 0px;
	border: none;
	padding: 0px;
}

#productinfo .leftpane .prevnextbutton {
	margin: 0px 0px 10px 0px;
}

#productinfo .leftpane .imagebox {
	clear: both;
	margin: 0px 0px 10px 0px;
	border: 1px solid lightgray;
	padding: 0px;	
	text-align: center;
}

#productinfo .leftpane .thumbnailbox {
	clear: both;
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 0px;	
	text-align: center;
}

#productinfo .leftpane .thumbnail {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid lightgray;
	padding: 0px;	
	text-align: center;
}

#productinfo .rightpane {
	float: right;
	width: 330px;
	margin: 0px;
	border: none;
	padding: 0px;	
}

#productinfo .rightpane .pricebox {
	float: left;
	margin: 0px;
	border: none;
	padding: 0px;
}

#productinfo .rightpane .pricebox .price {
	color: black;
	font-size: 175%;
}

#productinfo .rightpane .pricebox .oldprice {
	color: red;
	text-decoration: line-through;
}

#productinfo .rightpane input {
	width: 132px;
	height: 28px;
	margin: 20px 0px 0px 0px;
	border: none;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background: url(images/common/in_shoppingcart.png) no-repeat;
}

#productinfo .rightpane input:hover {
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	cursor: pointer;
}

#productinfo .rightpane .grouplogo {
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 0px;
	text-align: right;
}

#productinfo .rightpane .productname {
	clear: both;
	margin: none;
	border: none;
	padding: none;
}

#productinfo .rightpane .description {
	clear: both;
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 10px;
	background: lightgray;
}

#productinfo .rightpane .specs {
	clear: both;
	margin: 0px 0px 10px 0px;
	border: none;
	padding: none;
}

#productinfo .rightpane .specs .heading {
  text-decoration: underline;
}

#productinfo .categorybox {
	clear: both;
	margin: 0px;
	border: none;
	border-top: 1px solid lightgray;
	padding: 10px 0px 0px 0px;
}

#productinfo .categorybox .categoryname {
	clear: both;
	margin: 0px;
	border: none;
	padding: 10px 0px;
	font-size: 150%;
}

#productinfo .categorybox .category {
	float: left;
	width: 175px;
	min-height: 280px;
	margin: 0px 6px;
	border: 1px solid lightgray;
	padding: 10px 0px;	
	overflow: clip;
	text-align: center;
}

#productinfo .categorybox :hover {
	cursor: pointer;
}

#productinfo .categorybox .category .image {
	min-height: 175px;
	margin: 0px 0px 10px 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#productinfo .categorybox .category .price {
	color: black;
	font-size: 150%;
}

#productinfo .categorybox .category .oldprice {
	color: red;
	text-decoration: line-through;
}

/* jQuery Lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Shoppingcart */

#shoppingcart {
}

#shoppingcart .productbox {
	clear: both;
	height: 77px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid lightgray;
	padding: 15px 0px;
}

#shoppingcart .productbox .image {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

#shoppingcart .productbox .product {
	float: left;
	width: 300px;
	height: 25px;
	margin: 0px;
	border: none;
	padding: 25px 0px 25px 25px;
	text-align: left;
}

#shoppingcart .productbox .price {
	float: left;
	width: 75px;
	height: 25px;
	margin: 0px;
	border: none;
	padding: 25px 0px;
	text-align: right;
}

#shoppingcart .productbox .number {
	float: left;
	width: 80px;
	height: 25px;
	margin: 0px;
	border: none;
	padding: 25px 0px;
	text-align: right;
}

#shoppingcart .productbox .subtotal {
	float: left;
	width: 100px;
	height: 25px;
	margin: 0px;
	border: none;
	padding: 25px 0px;
	text-align: right;
}

#shoppingcart .productbox .delete {
	float: left;
	width: 80px;
	height: 25px;
	margin: 0px;
	border: none;
	padding: 25px 0px 25px 20px;
	text-align: center;
}

#shoppingcart .bottom {
	border: none;
}

#shoppingcart .buttonbox {
	clear: both;
	margin: 30px 0px;
	border: none;
	padding: 0px;
}

/* Miscellaneous */

#googlemap {
	 width: 660px;
	 height: 660px;
	margin: 0px 49px;
	border: solid black 1px;
}

#footer {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 30px 0px 0px 0px;
	border: none;
	padding: 20px 0px;
	background-color: lightgray;
}

#footer .infobox {
	float: left;
	width: 200px;
	min-height: 110px;
	margin: 0px 10px;
	border: none;
	padding: 0px 10px;
	border-right: 1px solid gray;
}

#footer .noborders {
	border: none;
}

#footer .contact {
	clear: both;
	margin: none;
	border: none;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

