/* Presentation Stylesheet */

a { color: #0d64a2; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #000; background: transparent; font-weight: normal; text-decoration: none;}
a.highlight { color: #0d64a2; background: transparent; font-weight: normal; text-decoration: none;}


#top_right a { color: #676656; text-decoration: none; }
#top_right a:hover { color: #676656; text-decoration: underline; }

#top_right span { color: #e34526; text-decoration: bold; }

#ftr a:link, #ftr a:visited, #ftr a:active  { color: #972b16; text-decoration: none; }
#ftr a:hover { color: #972b16; text-decoration: underline; }
#ftr a#webdesign { color: #676656; }

h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/	
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0!important;
	color: #e34526;
	font-weight: normal;	
	line-height: 26px;
}

h2 {
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px 0px 7px 0px;
	color: #e34526;	
}

h3 {
	font-size:14px;
	margin: 0px 0px 10px 0px;
	/* color: #FC1921; */
	color: #CC5D12;	
}

p {	padding: 0; margin: 5px 0px 5px 0px; }
#cont p { line-height: 20px; }

br.break { clear: both; }

img { border: 0px solid black; margin: 0px; }
img.product-border { border: 1px solid #e1dec1; margin: 0px; }
img.nobg { background: none; border: 0px solid black; }
img.nomargin { margin: 0px 0px 0px 0px; }
.img_content { padding: 3px; border: 1px solid #CCC; margin: 0px 10px 5px 0px; clear:right; background: #FFFFFF; }

.red { color: red; } 

div.error {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  margin: 5px 0px 5px 0px;
  padding: 15px;  
}


/* SEARCH BOX */

#search {
	width: 373px;
	height: 32px;
	margin: 13px 0 0 0;
	background: url(../images/search_bg.jpg) no-repeat;
	text-align: left;
	padding: 6px;
	
	/*background: red;*/
}

form.zoekbox { 
  background: none; 
  border: 0px solid #EEE;
  margin: 0px;
  padding: 0px;  
}

form.zoekbox input {
	background: #FFF; 
	color: #868686;
	font-size: 14px;
	width: 125px;
	padding: 4px;
	border:1px solid #a7a484; 
	margin: 0 0 0 0;
}

form.zoekbox #home-search-submit {
	padding: 2px 0 4px 0;
	*padding-bottom: 2px;
	height: 27px;
	margin: 0px 0 0 0;	
	width: 85px;
	background: url(../images/button_bg.gif) top left repeat-x;
 	background-color: #38678b;
 	border: 1px solid #0f4c7b!important;
 	color: #FFF;
 	font-weight: bold;
 	font-size: 13px;
 	cursor:pointer;
}



/* NAVIGATION */

#navigation ul {
	margin: 0px 0 0 7px;
	padding: 0;
	list-style:none;	
	overflow: hidden;
	
	float: left;	
	width: 690px;
	height: 48px;
}

#navigation li {
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
	display: block;
	height: 48px;
	text-transform: uppercase;
	line-height: 48px;		
}

#navigation li a {  
	color: #FFF; 
	text-decoration: none;
	padding:12px 19px 11px 19px; 
	margin-right: 2px;
	/*background: red;*/
}

#navigation li a:hover { 
	color: #FFF; 
	text-decoration: underline;
}	


/* FLAGS */

#flags {
	float: right;
	margin: 15px 15px 0 0;
	height: 30px;
	width: 100px;
	text-align: right;
}

#flags a { margin: 0 4px 0 0; }

/* CATEGORIEN */

#cats ul { list-style: none; margin: 0 0 0 0; padding: 0 0 0 0; text-indent: -1em; }
#cats ul li { background: transparent url(../images/icons/arrow.png); background-repeat: no-repeat; background-position: 0px 5px; padding: 1px 0 3px 26px; }
#cats ul li.catselected a, #cats ul ul li.catselected a  { color: #e34526; }
#cats ul li.catunselected a { color: #0d64a2!important; }
#cats ul ul { margin: 0 0 0 0; padding: 0 0 0 0; margin: 3px 0 -3px -12px; }
#cats ul ul li { background-position: 0px 5px; padding: 1px 0 3px 26px; }

#paypal-ideal { text-align: center; margin: 10px 4px 0 0; }

/* BOXES */

/*
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change	
*/
.rounded-top-left, .rounded-top-right, .rounded-bottom-left, .rounded-bottom-right { 
	background-image: url('../images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.rounded-top-left, .rounded-bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.rounded-top-right, .rounded-bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.rounded-top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.rounded-bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.rounded-bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.rounded-inside {
	border-left: 1px solid #dbdadb; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #dbdadb;/* YCC: color & properties of the right-borderline */
	background: #FFF url(../images/boxbg_small.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px 7px;
	/* min-height: 150px; */
	}

.rounded-inside-cats {
	background: #f5f4ec url(../images/boxbg.gif) no-repeat;
	background-repeat: repeat-x;
	background-position: top left;
}

.cart-home {
	background: #FFF url(../images/boxbg_carthome.gif);
	background-position: bottom left;
}

.rounded-notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.rounded-nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.rounded-inside h2 { margin-top: 0px; padding: 0 0 0 0; }

.boxdivider { height: 15px; }

/* /BOXES */



/* HOME - CTA */

#cta {
	height: 215px;
	margin: 0px 0 8px 0;
	padding: 6px;	
	background: #FFF url(../images/cta_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#cta-content {
	display: block;
	width: 360px; 
	/* height: 213px; */	
	padding: 24px 0 0 5px;	
	line-height: 19px;
	float: left;
	overflow: hidden;
	text-align: center;
	
}	

#cta-content p {
	font-size: 15px;
	border: 0;
	text-align: center;
	line-height: 26px;
	padding-top: 5px;
}

#cta-content h1 { font-size: 33px; }

#cta-content strong { color: #232323; }

#cta-big-button_nl { display: block; width: 173px!important; height: 36px; margin: 15px 0 0px 90px; background: url(../images/cta-big-button.jpg) no-repeat; }
#cta-big-button_nl:hover { background: url(../images/cta-big-button-over.jpg) no-repeat; }

#cta-big-button_de { display: block; width: 173px!important; height: 36px; margin: 15px 0 0px 90px; background: url(../images/cta-big-button-de.jpg) no-repeat; }
#cta-big-button_de:hover { background: url(../images/cta-big-button-over-de.jpg) no-repeat; }

#cta-big-button_en { display: block; width: 173px!important; height: 36px; margin: 15px 0 0px 90px; background: url(../images/cta-big-button-en.jpg) no-repeat; }
#cta-big-button_en:hover { background: url(../images/cta-big-button-over-en.jpg) no-repeat; }

#cta-big-button{
	*margin-left: 0px;
}


#cta-slide { float: right; margin: 0px 0px 0px 0; }

#cta-goal { margin: 11px 0 0px 0px; line-height: 23px; }
#cta-goal a { text-decoration: underline; }


/* HOME - BOXES */

#spotlight {
	width: 454px;
	height: 289px;
	float: left;
	overflow: hidden;
}

.home-box {
	width: 294px;
	float: right;
	margin: 0 0 8px 0px;
	overflow: hidden;
}

.home-box-last { margin: 0 0 0 0; }

#blok-home-cart { overflow: hidden; }
#blok-home-cart img { padding: 3px 0 0 3px; }
#blok-home-cart p { padding: 1px 0px 8px 4px; margin: 4px; float: left; }

#blok-home-inspiratie { overflow: hidden; }
#blok-home-inspiratie-tekst { width: 170px; float: left; line-height: 18px; }
#blok-home-inspiratie-tekst p { margin: 0 0 0 0; text-align: right; }

#blok-home-nieuws { color: #7b7b7b; line-height: 19px; }

#overbeadit { margin: 8px 0 0 0; width: 454px; float: left; }
#overbeadit p { line-height: 18px; }


/* BREADCRUMB */

#breadcrumb {margin:0px 2px 20px 0px; padding: 4px 0 0 0; background:#fff; color:#888; font-size: 13px;}
#breadcrumb a {color:#888; text-decoration:underline;}
#breadcrumb a:hover {text-decoration:underline; color: #000;}


/* SHOPPING CART */

#blok-cart img { margin: 6px 12px 0 3px; }
#blok-cart p { line-height: 18px; margin: 0 0 8px 0; }

#cart-content { 
	background: transparent url(../images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 2px 0 3px 13px;
	margin: 0px 0 0 2px;
}

/* WINKEL */

.product { 
	border: 1px solid #e1dec1;
	float: left;
	margin: 12px;
	width: 122px;
	height: 92px;
}

.product-big { 
	border: 1px solid #e1dec1;
	float: left;
	margin: 6px;
	width: 250px;
}

.product-home {
	margin: 7px 16px 10px 5px;	
}

#winkel-nieuw { float: left; width:374px; margin: 0 0 10px 0; } 
#winkel-actie { float: left; width:374px; margin: 0  0 10px 10px; }
.winkel-nieuw-hoogte { height: 60px; }

.product-info { float: left; width: 440px; padding: 6px 0 0 8px; } 
.product-noimage { float: left; }

.img_content_product { float: left; padding: 2px; border: 1px solid #e1dec1; margin: 0px 210px 15px 0px; clear:right; background: #FFFFFF; }

#product-afmeting { margin: 18px 0 0 0; }
#product-hoeveelheid { margin: 18px 0 18px 0; }

#product-prijs { margin: 18px 0 22px 0; }
#product-prijs span { font-size: 17px; font-weight: bold; color: #e34526; }

#product-aantal { float: left; margin: 5px 10px 0 0; }
#product-button_nl { display: block; width: 137px!important; height: 32px; border: 0px; background: url(../images/cart-add-button.jpg) no-repeat; }
#product-button_nl:hover { background: url(../images/cart-add-button-over.jpg) no-repeat; cursor: pointer; }

#product-button_de { display: block; width: 137px!important; height: 32px; border: 0px; background: url(../images/cart-add-button-de.jpg) no-repeat; }
#product-button_de:hover { background: url(../images/cart-add-button-over-de.jpg) no-repeat; cursor: pointer; }

#product-button_en { display: block; width: 137px!important; height: 32px; border: 0px; background: url(../images/cart-add-button-en.jpg) no-repeat; }
#product-button_en:hover { background: url(../images/cart-add-button-over-en.jpg) no-repeat; cursor: pointer; }

.cartbutton, .cartbutton:hover {
	background-image: url(../images/button_bg.gif);
 	background-repeat: repeat-x;	
 	background-position: top left;  
 	border: 1px solid #0f4c7b;
 	color: #FFF;
 	font-size: 13px;
 	padding: 4px 12px;	
}

.cartbutton:hover { text-decoration: underline; }

.tool-tip {
	color: #fff;
	width: 189px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 4px;
	background: url(/images/bubble.png) top left;
	/*text-transform: uppercase;*/
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/bubble.png) bottom right;
	/*text-transform: uppercase;*/
}


/* INSPIRATIE */

.img_inspiratie { padding: 3px; border: 1px solid #e1dec1; margin: 0px 10px 5px 0px; background: #FFFFFF; }


/* CONTACT */ 

div.block_left { float:left; width:300px; margin: 5px 0px 0px 0px; }
div.block_right { float:left; margin: 5px 0px 0px 0px; }





/* FORM */

input { background-color: #fff; font-family: Arial; font-size: 12px; font-weight: normal; color: #000; padding: 3px; border:1px solid #a7a484; }
input.radio { vertical-align: middle; background-color: #F7F7F7; border-style: none;}
input.checkbox { margin: 0 0.25em 0 0; vertical-align: middle; background-color: #fff; border-style: none;}

form { margin: 0 0 0 0; }

textarea {
background-color: #fff; font-family: Arial; font-size: 12px; font-weight: normal; color: #000; padding: 3px; border:1px solid #a7a484;
height: 120px;
width: 370px;
}

.button {
	background: url(../images/button_bg.gif) top left repeat-x;
 	background-color: #38678b;
 	border: 1px solid #0f4c7b!important;
 	color: #FFF;
 	font-weight: bold;
 	font-size: 13px;
 	padding: 3px 15px 4px 15px;
 	*padding: 3px 10px 2px 10px;
 	cursor:pointer;
}
 

/* DATATABLE */
table.datatable {
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;	
}

table.datatable td { padding: 5px; margin: 0; vertical-align: top; }
table.datatable tr.odd { background: #F7F7F7; }
table.datatable thead th { font-size:11px; font-weight: bold; background: #E5E5D3; margin: 0; padding: 3px; border: 1px solid #CCCCCC; }


/* { border: 1px solid #F00; }

