/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
	background: #fff url(images/bg-planken.jpg);
}

body
{
    font-size: 1.2em;
    color: #212121;
    height: 100%;
}

#container {
	width: 960px;
	margin: 25px auto 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#top {
	background-image: url(images/bg-header.png);
	background-repeat:no-repeat;
	background-position: left top;
	height: 32px;
}


a
{
    color: #DA2458;
    text-decoration: none;
}

a:hover
{
	color: #DA2458;
	text-decoration: underline;	
}

table, table td {
	border:0;
	vertical-align: top;
}

img {
	border:0;
}


#main h1{
	font-size: 20px;
	font-weight: normal;
	color: #1093CF;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #1093CF;
	line-height:1.4;
}

#sidebar h3{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #1093CF;
	border-bottom: 1px solid #1093CF;
	padding: 0 0 15px 0;
}





/******************* main text area elements *******************/


#text p, #text ul, #text ol{
    line-height: 1.4; 
    padding: 0 0 15px 0;
    color: #212121;
}

#text ul, #text ol{
    padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}



#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

#text img{
    border: 1px solid #1093cf;
    padding: 2px;
}


/***************************** layout divs *******************/

#wrapper{
	width: 945px;
	padding: 0 7px 0 8px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#FFFFFF;
}

#header{
	padding: 20px 15px 0 20px;
}

#logo{
    width: 300px;
    float: left;
}

#contacts{
	width: 200px;
	float: right;
	margin: 0 5px 0 0;
	font-size: 0.9em;
	text-align: right;
	line-height: 1.4;
}

#text{
    width: 580px;
    float: left;
    margin: 0 0 40px 50px;
    padding: 0 0 0 0;
	vertical-align:top;
}

#route {
	margin-top: 20px;
}

/********************** boxes on homepage ***************/

#boxes {
	width: 600px;
	margin:0;
	padding:0;
}

.box {
	float:left;
	background: #fff url(images/bg-box2.gif) no-repeat;
	width: 199px;
	height: 306px;
	cursor: pointer;
	cursor:hand;
	line-height:1.4;
}

.boxfoto {
	margin: 18px 14px 0 14px;
	width: 172px;
	height: 114px;
}

#text .boxtext, a #text .boxtext {
	margin: 0 19px;
	width: 162px;
	height: 156px;
	overflow:hidden;
	font-size: 0.9em;
}


#text .boxtext p {
	margin:0;
	padding:0;
}
.boxtext h3 {
	font-weight: normal;
	font-size: 1.7em;
	margin: 4px 0;
	color:#1093CF;
	padding:0;
	text-align: center;
}

/********************** main horizontal menu ***************/

#mainmenu{
    float: right;
    list-style: none;
    position: relative; top: 13px; right: 6px;
    z-index: 1;
	margin-right: 6px;
}

#mainmenu li{
    float: left;
    width: 100px;
    height: 35px;
    background: url(images/mainmenu-back.gif);
}

#mainmenu li a{
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    background: url(images/mainmenu-back.gif);
    display: block;
    width: 100px;
    height: 25px;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    
}

#mainmenu li a:hover{
    text-decoration: none;
    background: url(images/mainmenu-back-hover.gif);
    height: 20px;
    padding: 15px 0 0 0;
}


/******************* headers with slogan and header for inner pages **********************/

.panel{
    width: 945px;
    height: 250px;
}


.panel .show-next-banner{width: 20px; height: 100px; display: block; float: right; position: relative; top: 130px;}



/******************* left sidebar **********************/

#sidebar{
    width: 260px;
    float: left;
    padding: 0 0 0 20px;
	line-height: 1.4; 
	font-size: 11px;
}

#sidebar ul{
	line-height: 1.4; 
	padding: 0 0 15px 0;
	color: #000;

}

#sidebar ul{
    list-style-image: url(images/tick.gif);
    padding: 0 0 15px 25px;
}

#sidebar ul li{padding: 0 0 5px 5px;}

#sidebar img{
    border: 1px solid #1093cf;
    padding: 2px;
}

#sidebar strong{
    text-transform: uppercase;
}

#sidebar #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#sidebar #sidemenu li a{
    color: #798263;
}

#sidebar table td {
	border:0;
	padding:0;
}

/******************* footer *****************************/

#foot {
	background-image: url(images/bg-footer.png);
	background-repeat:no-repeat;
	background-position: left top;
	height: 86px;
	text-align:center; 
	line-height: 1.4;
	font-size: 0.9em;
	color: #555;
	padding: 12px 0 0 0;
}





/**************** contact form **************************/

#contactform table{padding: 0 0 15px 0;}

#contactform th, #contactform td{
  padding: 5px 0;
  text-align: left;
 	margin: 1px;
}

input, select, option{
  /* height: 18px; */
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(images/contact-input-back.gif) repeat-x;
	width: 370px;
	/* float:right; */
}

option{background: white;}

textarea{
	width: 570px;
	background: transparent url(images/contact-textarea-back.gif) repeat-x left bottom;
}

.send {
	text-align:right;
}

input#sendBtn{
	width: 103px;
	height: 30px;
	border: 0;
	color: white;
	font-weight: bold;
}


/**************** scrolling effect **********************/
#slider {
	width: 945px;
	position: relative;
}

.scroll {
	height: 250px;
	width: 945px;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	margin: 0 0 20px 0;
	z-index: 0;
}

.scrollContainer div.panel {
  width: 945px;
  height: 250px;
  z-index: 0;
}

/*====================== TRANSMENU ==========================================*/
.transMenu {
	margin-top: 0px !important;
}
.transMenu .content{
	text-align: left !important;
}
.transMenu .item.hover td {
	background:#0099cc;
	color:#fff;
	}

.transMenu .item td {
    color:#fff;
	padding:6px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.transMenu .background {
	background-color: #003399 !important;
}


/*============== sitemap ==================*/
div.sitemap {
	margin-top: 20px;
}

div.sitemap a {
	font-weight: bold;
}

div.sitemap li a {
	font-weight: normal;
} 

div.sitemap ul, div.sitemap li  {
	margin-top: 2px;
}

div.sitemap li  {
	margin-left: 20px;
}



/* ------------- Fieldvalidation errors ------------------------ */
#errormsg {
	display: none;
	color: red;
	padding: 0 4px;
}
input.error, select.error, textarea.error  {
	border:1px solid red;
}
label.error {
	color:red;
	display:block;
	font-style:italic;
	font-weight:normal;
	clear: both;
}



/*============== catalogus ==================*/
#catalogus {
	border-collapse: separate;
	width: 580px;
}

#catalogus td {
	border-collapse: separate;
	width: auto;
}

#catalogus td.thumbs {
	width:124px;
	height:124px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #1093CF;
}

#catalogus td p {
	margin: 2px 0;
}

#catalogus td.thumbs a, #catalogus td.thumbs a img {
	border:0;
}

#catalogus td.thumbs a:hover, #catitem td.thumbs a:hover, td.thumbs a:hover img {
	cursor: url("images/magplus.cur"), pointer;
	border:0;
}

#catalogus tr.emptyrow, #catalogus tr.emptyrow td {
	height: 3px;	
	font-size:1px;
	line-height:1px;
}

#catalogus h2 {
	font-size:12px;
	font-weight:bold;
	color:#1093CF;
	margin:0;
}

#catalogus tr.emptyrow td {
	border-bottom: 1px dotted #999;
}

#catalogus .more-link {
	float: right;
}



/* ---- Portfolio item ---- */

#catitem-table, #catitem-table td {
	border-collapse: separate;
}

#catitem-table #thumb-big img {
	width: 120px;	
}

#catitem td.thumbs {
	width:124px; 
	height:124px; 
	text-align:center; 
	vertical-align:middle;
	border: 1px solid #1093CF;
}

#catitem .thumbs img {
	width:120px;
	border:0;
}

#catitem .thumbs a, #catitem .thumbs a img {
	border:0;
}


#catitem-table a {
	text-decoration: none;
}

#catitem-table a:hover {
	text-decoration: underline;
}


#catitem #back-link {
	display: none;	
}

#back {
	float: right;
	margin-top: 10px;
}
/* ------ WEBWINKEL PRODUCT OVERZICHT -------- */
.product {
	float: left;
	width: 285px;
	margin: 15px 0;
}

.clearblock {
	clear:both;
	display:block;
	border-bottom:1px dotted #1093CF;
	margin:8px 0;
}
.product .prod-img {
	width: 100px;
	height: 100px;
	float:left;
	border: 1px solid #1093CF;
	margin:0 5px 5px 0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.product .prod-img table{
	width:100px;
}
.product .prod-img table td{
	height:100px;
	vertical-align:middle;
}

#text .product .prod-img img{
	padding:0;
	border:0;
	margin: auto 0;
}

.product .prod-info {
	width: 173px;
	float:left;
	font-size: 12px;
	font-weight:normal;
}

.product .prod-info .prod-title a{
	font-size: 12px;
	font-weight:bold;
	color: #1093CF;
}


.product .merk {
	margin-bottom: 12px;
}

.product .voordeel {
	color:#F00;
	display:block;
	font-weight:normal;
	margin-top:12px;
}

#prod-ovz-paging {
	clear: both;
	margin: 12px 0;
	float: left;
	width: 580px;
}

#prod-ovz-paging a.page {
	padding: 1px 4px;
	text-align: center;
	border: 1px solid #1093CF;
	color: #1093CF;
	text-decoration:none;	
}

#prod-ovz-paging a.page:hover {
	text-decoration: none;
	color: #DA2458;
	border:1px solid #DA2458;
}

#prod-ovz-paging .active {
	color: #000;
	border:1px solid #000;
	padding: 1px 4px;
}


/* --- product detail info -- */
#prod-info-td {
	vertical-align:top;
	padding-left: 10px;
}

#prod-img-info {
	width:250px;
	height: 250px;
	border: 1px solid #1093CF;
	text-align:center;
	vertical-align:middle;
}

#text #prod-img-info img {
	border:0;
	padding:0;
}

#prod-gegevens-table td{
	padding: 4px;	
}

#prod-gegevens-table td.label {
	font-weight: bold;
	width:140px;
}

#prod-gegevens-table tr.info-adviesprijs td {
	padding-top:20px;
}

#prod-gegevens-table tr.info-adviesprijs td.val {
	text-decoration:line-through;
}
#prod-gegevens-table tr.info-prijs td.val {
	font-weight: bold;
	font-size:1.2em;
}

#prod-gegevens-table tr.voordeel td {
	color:#F00;
	font-weight:bold;
}

#prod-gegevens-table tr.info-kleur td {
	padding-top: 20px;
}

#prod-gegevens-table td.val select {
	width: 100px;
	border: 1px solid #ddd;
	float: left;
}

#prod-gegevens-table tr.info-quantity td {
	padding-top: 20px;
}

#prod-gegevens-table tr.info-quantity input {
	width: 30px;
	border: 1px solid #ddd;
	float:left;
}

#prod-info-nav {
	padding-left:10px;
	vertical-align:bottom;
	width:100%;
}

#text #prod-info-nav img {
	border:0;
}

#prod-info-nav #nav-shop {
	float:left;
	width:103px;
}

#prod-info-nav #nav-add-cart {
	float:right;
	text-align:right;
	width:110px;
}

input.add-cart-btn {
	background:#fff url(images/add-cart-button.png) left top no-repeat;
	width:103px;
	height:30px;
	border:0;
	padding:0;
	cursor:pointer;
}

input.back-shop-btn {
	background:#fff url(images/winkelen-button.png) left top no-repeat;
	width:110px;
	height:30px;
	border:0;
	padding:0;
	cursor:pointer;
}

#prod-info-imgs {
	margin:10px 0;	
}

#prod-info-imgs .info-img-small {
	float:left;
	width:70px;
	height:70px;
	border: 1px solid #d9c8d6;
	text-align:center;
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
}

#prod-info-omschr {
	width:100%;
	clear:both;
}
#prod-info-omschr h2 {
	font-size:12px;
	line-height:1.4;
	color:#0cf;
	font-style:italic;
	margin-top:12px;
}

#nav-prev-next {
	width: 100%;
	margin: 20px 0;
	font-weight:bold;

}

#nav-prev-next a {
	/* font-size:0.85em; */
}

.nav-shop.fl-left, .nav-next.fl-right {
	width:110px;
}

.fl-left {
	float:left;
}

.fl-right {
	float:right;
	text-align:right;
}

/* ---- Webwinkel Cart ---- */
#cart-table {
	width:580px;
	margin:0;
	padding:0;
}
#cart-table td {
	vertical-align: middle;
}

#cart-table tr.cart-table-header td {
	color: #1093CF;
	font-weight:bold;
	border-bottom:1px solid #1093CF;
	padding-bottom:4px;
}

#cart-table tr.cart-table-header td.cart-del-icon {
	background: transparent url(images/bin.gif) right -3px no-repeat;	
}

#cart-table tr.cart-row-odd td {
	border-bottom: 1px dotted #1093CF;
}

#cart-table tr.cart-row-even td {
	border-bottom: 1px dotted #1093CF;
}

#cart-table tr.last td {
	border-bottom: 1px solid #1093CF;
}

#cart-table td.cart-img {
	width: 100px;
	vertical-align:middle;
	text-align:center;
	padding:4px 0;
}

#cart-table td.cart-img img {
	border:0;
	padding:0;
}

#cart-table td.cart-quantity {
	width: 30px	
}

#cart-table .cart-quantity input {
	width: 30px;	
}

#cart-table td.cart-prijs {
	width: 80px;	
}

#cart-table td.cart-prijstot {
	width: 100px;	
}

#cart-table td.cart-delete {
	width: 30px;	
}

#cart-table .cart-delete input {
	width: 20px;	
}

#cart-table div.cart-title {
	font-weight:bold;	
}

#cart-table div.cart-title a {
	color:#1093CF;
	text-decoration:none;
}
#cart-table div.cart-title a:hover {
	color:#1093CF;
	text-decoration:underline;
}

#cart-table tr.cart-row-pricetot td {
	font-weight:bold;
	padding: 4px 0;
}

#cart-update {
	margin: 8px 0;
	float:right;	
}

#cart-nav {
	width: 580px;
	margin: 40px 0;
	padding:0;
}

input.next-order-btn {
	background:#fff url(images/volgende-button.png) left top no-repeat;
	width:103px;
	height:30px;
	border:0;
	padding:0;
	cursor:pointer;
}

input.prev-order-btn {
	background:#fff url(images/vorige-button.png) left top no-repeat;
	width:103px;
	height:30px;
	border:0;
	padding:0;
	cursor:pointer;
}

/* ---- NAW Bestelgegevens ---- */
.shop-naw-table {
	width: 580px;
}

.shop-naw-table td {
	padding: 5px;
}

.shop-naw-table td.naw-label {
	width:188px;
	vertical-align:top;
}

.shop-naw-table tr.naw-bericht textarea {
	height: 100px;
	width: 370px;
}



#shop-naw-choice-table tr.naw-choice td.naw-val, .shop-naw-table tr.naw-shipping td.naw-val{
	/* line-height: 24px; */
	vertical-align:top;
}
#shop-naw-choice-table tr.naw-choice input, .shop-naw-table tr.naw-shipping input {
	width: 20px;
	/* float:left; */
	vertical-align:middle;
	margin:4px 0;
	border:0;
}

#shopnawform h2 {
	font-size:12px;
	line-height:1.4;
	color:#0cf;
	font-style:italic;
	margin-top:12px;
}

#shopnawform input.submitBtn {
	background: #fff url(images/volgende-button.png) top left no-repeat;
	width:110px;
	height:29px;
	border:0;
	padding:0;
}

.shop-verplicht {
	text-align:right;
	margin: 10px 0;
}

#shopnawform label.error {
	display:none;
	clear: both;
	width: 370px;
}


/* --- BESTELOVERZICHT --- */
#shop-checkout-naw {
	float: left;
	width:358px;
	margin:0 0 20px 0;
}
#shop-checkout-post {
	float: left;
	width:222px;
	margin:0 0 20px 0;
}

#shop-checkout-naw h2, #shop-checkout-post h2 {
	font-size:12px;
	line-height:1.4;
	color:#0cf;
	font-style:italic;
	margin-top:12px;
}

#shopcheckoutform span {
	font-weight: bold;
	width: 150px;
	display: block;
	float:left;
}

#shopcheckoutform #cart-table {
	clear: both;
}

#shopcheckoutform input.submitBtn {
	background: #fff url(images/bestellen-button.png) top left no-repeat;
	width:110px;
	height:29px;
	border:0;
	padding:0;
}

#shop-checkout-shipping {
	clear:both;
	width:580px;
	float: left;
	margin: 0 0 20px 0;	
}

#shop-checkout-shipping span {
	width: 150px;	
}

#shop-checkout-voorw input {
	width: 20px;
	float:left;
}

#shop-checkout-voorw h2 {
	font-size:12px;
	line-height:1.4;
	color:#0cf;
	font-style:italic;
	margin-top:12px;
}


/* SHOP CONTENT MENU */
ul#shop-content-list {
	padding-left:0;
}

ul#shop-content-list li {
	list-style:none;
	padding-left:0;
}

ul#shop-content-list li a {
	color:#1093CF;
}
/* --- pages counter --- */
.pages {display:inline;clear:both;font-size:11px;color:#000;padding:5px 0;margin:0 16px;}
.pages .label {color:#000;font-size:11px;float:left;margin:0 5px 0 0}
#footerpaging .pages .label {display:none;}
.pages a {margin:0;}
.pages .numbers {float:right;}
.pages .numbers a {text-decoration: none;}
.pages .numbers .current {color:#000;font-size:11px;}
.pages .numbers a:hover {color:#000;text-decoration:none;}

