/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #55550F;
	font: 13px Arial, Helvetica, sans-serif;
	color: #55550F;
}

a {
	color: #AFAD36;
	text-decoration: none;
}

a:hover {
	color: black;
}

blockquote {
	margin: 10px 30px;
}

div#print {
display:none;
}

div#background img {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #55550F;
}

h1 {
	margin: 0 0 12px;
	font-size: 34px;
}

h2 {
	margin: 0 0 10px;
	font-size: 30px;
}

h3 {
	margin: 0 0 8px;
	font-size: 26px;
}

h4 {
	margin: 0 0 6px;
	font-size: 22px;
}

h5 {
	margin: 0 0 4px;
	font-size: 18px;
}

h6 {
	margin: 0 0 2px;
	font-size: 14px;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 130%;
	color: #55550F;
	font-size: 13px;
}

p.intro {
	font-size: 14px;
	color: #C0BE37;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
	overflow: hidden;
}

form li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #55550F;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	margin: 0;
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #55550F;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #BD3E27;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	font-size: 14px;
	color: #999;
}

.hidden {
	visibility: hidden;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#page {
	position: relative;
	padding-top: 89px;
	width: 100%;
}

* html #page {
	position: absolute;
	top: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}

#header {
	background-color: #C0BE37;
	width: 100%;
	/*margin: 89px 0 0 0;*/
	padding: 5px 0 0 0;
	border-bottom: 5px solid #858521;
}

#navbar {
	background: #55550F;
	height: 35px;
}

#header-content {
	position: relative;
	margin: -35px auto 0 auto;
	width: 940px;
	z-index: 3;
}

#main {
	overflow: hidden;
}

#sidebar {	
	width: 189px;
	margin: 20px 0 20px 20px;
}

#home-content {
	width: 730px;
	margin: 20px 0;
}

#content {
	background: #FFF;
	width: 670px;
	padding: 20px 30px;
	margin: 20px 0;
}

#inner-content {
	width: 485px;
}

#inner-content a{
	color:#666;
	text-decoration:underline;
}

#inner-content a:hover{
	text-decoration:none;
}

#thumbs {
	margin: 0 0 0 20px;
	padding-top: 50px;
	width: 165px;
}

.column {
	float: left;
	overflow: hidden;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#header-content #logo {
	position: absolute;
	display: block;
	width: 165px;
	height: 124px;
	background: #55550F url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	top: -89px;
	left: 0;
}

#header-content #topmenu {
	position: absolute;
	top: -30px;
	right: 20px;
	color: #FFF;
}

#header-content #topmenu a {
	font-size: 11px;
	color: #FFF;
}

#header-content #topmenu a:hover {
	color: #555;
}

#header-content #tagline {
	position: absolute;
	top: -40px;
	left: 205px;
	font-size: 24px;
	color: #FFF;
}


/* Category images */

#category-images {
	width: 100%;
	height: 100px;
	background-color: white;
}

#category-images img {
	display: block;
	float: left;
}


/**
 * HOME CONTENT ELEMENTS
 * ----------------------------------------
 */

#new-arrivals {
	width: 306px;
	height: 196px;
	padding: 0 0 0 59px;
	background: #FFF url(../img/new-arrivals.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

#seizoen-trends {
	width: 286px;
	height: 196px;
	padding: 0 0 0 59px;
	margin: 0 0 0 20px;
	background: #FFF url(../img/seizoen-trends.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

#filialen {
	width: 225px;
	height: 158px;
	padding: 0 0 0 59px;
	margin: 20px 0 0 0;
	background: #FFF url(../img/filialen.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

#actueel {
	width: 367px;
	height: 158px;
	padding: 0 0 0 59px;
	margin: 20px 0 0 20px;
	background: #FFF url(../img/actueel.png) 0 0 no-repeat;
	float: left;
}

#actueel img {
	display: block;
}

.jcarousel {
	margin: 0;
	padding: 0;
	list-style: none;
}

#new-arrivals .jcarousel-item {
	width: 306px;
	height: 196px;
}

#seizoen-trends .jcarousel-item {
	width: 286px;
	height: 196px;
}

#filialen .jcarousel-item {
	width: 225px;
	height: 163px;
}

#new-arrivals li a,
#seizoen-trends li a,
#new-arrivals img,
#seizoen-trends img {
	display: block;
}

#new-arrivals, 
#seizoen-trends, 
#filialen {
	overflow: hidden;
}

.controls {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 6px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 3px;
	z-index: 3
}

.controls li {
	float: left;
	text-indent: -9999px;
	margin: 0 0 0 5px;
}

.controls li a {
	outline: 0;
	display: block;
	width: 6px;
	height: 6px;
	background: url(../img/controls-sprite.gif) 0 0 no-repeat;
}

.controls li a.selected {
	background: url(../img/controls-sprite.gif) 0 -6px no-repeat;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#brand-header {
	width: 100%;
	height: 60px;
}

#brand-header h1 {
	float: left;
}

#brand-header img {
	float: right;
}


/* Overview wrapper */

#content .overview {
	float: left;
	width: 680px;
}


/* Product blocks */

.product-block {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 160px;
	height: 165px;
	text-align: center;
	cursor: pointer;
}

.product-block img {
	display: block;
	margin: 0 auto;
}

.product-caption {
	position: absolute;
	display: block;
	padding: 5px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #C0BE37 url(../img/bottom-right-corner.gif) no-repeat 100% 100%;
	font-size: 12px;
	color: white;
}

.product-block:hover .product-caption {
	background-color: #60601C;
}


/* Toolbars */

.toolbar {
	width: 670px;
	height: 20px;
	overflow: hidden;
}

.toolbar a {
	float: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}


/* Thumbnails */

#thumbs a {
	margin-bottom: 15px;
}

#thumbs a,
#thumbs a img {
	display: block;
}


/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

.sidebar-block {
	background-color: #C0BE37;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#onze-merken,
#jan-pas-selectie {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 189px;
	height: 40px;
	text-indent: -9999px;
}

#onze-merken {
	background: url(../img/onze-merken.gif) no-repeat;
}

#jan-pas-selectie {
	background: url(../img/jan-pas-selectie.gif) no-repeat;
}

.brands {
	position: relative;
	overflow: auto;
	width: 189px;
}

.sidebar-block .jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 24px;
	background: url(../img/block-arrows.png) 0 0 no-repeat;
	display: block;
	width: 28px;
	height: 16px;
}

.sidebar-block .jScrollArrowDown {
	position: absolute;
	bottom: 0;
	right: 24px;
	background: url(../img/block-arrows.png) 0 -16px no-repeat;
	display: block;
	width: 28px;
	height: 16px;
}

.sidebar-block .jScrollPaneTrack {
	display: none;
}

.brands ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.brands ul li a {
	display: block;
	padding: 0 20px;
	width: 149px;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
}

.brands ul li:hover a,
.brands ul li.sfhover a {
	background: #60601C;
}

.sidebar-block .large {
	height: 200px;
}

.sidebar-block .medium {
	height: 136px
}

.sidebar-block .small {
	height: 98px;
}

/**
 * PRODUCT DETAIL ELEMENTS
 * ----------------------------------------
 */

#product-wrapper {
	width: 675px;
	background: #FFF;
	overflow: hidden;
}

#product-content {
	position: relative;
	float: left;
	background: url(../img/product-content-bg.gif) right repeat-y;
	width: 500px;
	height: 440px;
	padding: 30px 145px 30px 30px;
}

#product-content img {
	display: block;
}

#product-controls {
	position: absolute;
	top: 30px;
	right: 32px;
	list-style: none;
	text-align: right;
}

#product-controls li {
	margin: 0 0 10px 0;
}

#product-controls li a {
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 40px 0 0;
}

#product-controls #volgende {
	background: url(../img/product-control-volgende.png) 100% 50% no-repeat;
}

#product-controls #vorige {
	background: url(../img/product-control-vorige.png) 100% 50% no-repeat;
}

#product-controls #sluiten {
	background: url(../img/product-control-sluiten.png) 100% 50% no-repeat;
}

#product-content #product-print {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

#product-content #product-number {
	position: absolute;
	right: 70px;
	bottom: 20px;
	margin: 0;
	font-size: 11px;
}

#product-footer {
	float: left;
	background: #DDDEDA;
	height: 230px;
	width: 675px;	
}

#product-form {
	float: left;
	width: 287px;
	height: 215px;
	border-right: 1px solid #C0C0B1;
	padding: 15px 20px 0 30px;
}

#product-form h2 {
	height: 25px;
	text-indent: -9999px;
	background: url(../img/stel-uw-vraag.gif) no-repeat;
}

#question-form {
	margin: 0;
}

#question-form li {
	margin-bottom: 2px;
}

#question-form .text,
#question-form textarea {
	width: 275px;
	color: #888;
}

#question-form textarea {
	height: 60px;
}

#question-submit {
	float: right;
	margin-top: 8px;
	width: 144px;
	height: 31px;
	background: url(../img/submit-sprite.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

#question-submit:hover {
	background-position: 0 -31px;
}

#product-contact {
	float: left;
	width: 277px;
	height: 205px;
	padding: 15px 30px 10px 30px;
}

#product-contact h2 {
	height: 25px;
	text-indent: -9999px;
	background: url(../img/bel-met-filiaal.gif) no-repeat;
}

#product-contact table {
	margin: 0 0 15px;
}

#product-contact table td {
	padding: 1px;
	font-size: 12px;
	color: #999;
}

#product-contact table th {
	width: 150px;
	padding: 1px;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}


/**
 * ALBUM COLORBOX
 * ----------------------------------------
 */

#album-wrapper {
	width: 675px;
	height: 611px;
	background-color: white;
	overflow: hidden;
}

#album-content {
	position: relative;
	padding: 30px 145px 30px 30px;
	width: 500px;
	background: url(../img/product-content-bg.gif) right repeat-y;
}

#photo-holder {
	position: relative;
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#photo-holder img {
	display: block;
	margin: 0 auto;
}

#loading-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: white url(../img/album-loading.gif) no-repeat 50% 50%;
}


/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
}

#service-navigation li a {
	text-decoration: none;
	color: #888;
}

#service-navigation li a:hover {
	color: #555;
}

