/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background: url('../images/bg_gray.gif') bottom center;
	font-family: 'verdana';
	text-align: center;


}

h1 {
	font: normal 120% verdana;
	color: #660000;
}


h2, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover {
	font: normal 100% verdana;
	color: #ee8227;
}

h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover {
	font: normal 80% verdana;
	color: #ee8227;
}

p {
	font: normal 70% verdana;
	line-height: 150%;
	text-align: left;
	color: #660000;	
	margin: 10px 0 20px 0;
}


a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
 
a:hover, a:active  {
	color: #F9D7BA;
	text-decoration: none;
}

#contentcontainer {
	text-align: left;
	width: 755px;
	margin: 0 auto 20px auto;
}


/* 
 * Header 
 */
#flags {
	margin: 20px 0 10px 0;
	text-align: right;
	height: 15px;
}
#visual {
	height: 196px;
	background: #fff;
}


/*
 * Menu
 */
#menu {
	text-align: right;
	border: 4px solid #fff;
	background: #ee8227;
}
#menu a, #menu a:link, #menu a:hover, #menu a.section {
	color:#fff;
	font: bold 80% arial;
	padding: 3px 10px 3px 10px;
}
#menu a.current, 
#menu a.current:link, 
#menu a.current:hover {
	font: bold 80% arial;
	display: inline;
	background: #fff;
	color: #ee8227;
	padding: 3px 10px 3px 10px;
}


/* content  */

#content {
	width: 747px;
	border: 4px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
	overflow: hidden;
	background: url('../images/bgmain.jpg') no-repeat top right #f6f4f4;
}


#maincontent {
	position: relative;
	float: left;
	width: 517px;
	margin: 10px 20px 20px 10px;
}

.afbeelding {
	float:left;
	margin:0px 10px 10px 0px;
}

#sidebar {
	position: relative;
	float: left;
	padding: 10px;
	border-right: 4px solid #fff;
	background: #ee8227;
	width: 176px;
	overflow:hidden;


}

	#sidebar h1 {
		font: bold 80% arial;
		color: #fff;
		padding: 2px 0px 2px 9px;
		border: 2px solid #f7c193;
		background: #f19b52;
	}

	ul {
		list-style: none;
	}

	#sidebar p, #sidebar ul, #sidebar form {
		color: #fff;
		padding: 9px;
		margin: 5px 0 20px 0;
		border: 2px solid #f7c193;
		background: #f19b52;
		text-align: left;
	}

	#sidebar input, #sidebar label {
		color: #fff;
		border: 2px solid #f7c193;
		background: #f19b52;
		width: 145px;

	}

	#sidebar input#SearchForm_SearchForm_action_results {
		color: #fff;
		border: 2px solid #f9d7ba;
		background: #f7c193;
		padding: 1px;
		width: 153px;
		clear:both;
	}
	#sidebar a.contact {
		color:#fff;
	}



.item {
	margin: 10px 20px 20px 10px;
	clear: both;
}

.item a:link, .item a:active, .item a:hover, .item a:visited {
	color: #ee8227;
}

.imageleft {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #ee8227;
}

.imageright {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #ee8227;
}


/* PRODUCT OVERVIEW */
.products {
	width: 124px;
	*width: 114px;
	margin-left: 5px;
	height: 150px;
	float: left;
	position: relative;
}

.products p {
	text-align: left;
}


a.active {
	font-weight: bold;
}


/* PRODUCT DETAILS */
#productimage {
	float: left;
}

.productimage {
	margin: 0px 10px 5px 0;
}

#productimagesoverview {
	clear: both;
	float: none;
}

.clear {
	clear: both;
	float: none;
}



.details {
	float: left;
	position: relative;
}


#footercontainer {
	float:none;
	clear: both;
	width: 747px;
	border-bottom: 4px solid #fff;
	background: url('../images/bg_sidebar.jpg') repeat-y top left #f6f0f0;

}



#footer {
	position: relative
	width: 527px;
	background: #fff6ef;
	border-top: 1px solid #ee8227;
	margin-left: 200px;
	height: 60px;
}

#footer p.item{
	text-align: center;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}
