/*	author: Simon Hellin
			webFizz.be
			simon@webfizz.be
*/
/*********************************************
					STYLE
/*********************************************/

/** SOME BASICS **/
/*********************************************/
html{
	background-image: url(assets/bg_html.png);
	background-image: url(assets/pattern.jpg);

}
body{
	font-size: 100%;
	background: url(assets/bg2.png) repeat-x;
	_background: url(assets/bg2.gif) repeat-x;
	font-family: Georgia, "Trebuchet MS", sans-serif;
}
/* get rid of the outline focus of input in safari en outline on links in FF */
input:focus,
a:focus{
	outline: none;
}
/** CLEARFIX **/
/** @see http://www.positioniseverything.net/easyclearing.html **/
/*********************************************/

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

/** FONTS **/
/*********************************************/

h1,h2,h3,h4,h5{
	font-family: Georgia, "Trebuchet MS", sans-serif;
	color: #000000;
	margin-bottom: .5em;
	font-style: italic;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.2em; /*18pt - 24px*/
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em; /*14pt - 19px*/
}
h5{
	font-size: 1.0em; /*12pt - 16px*/
}
p{
	font-size: 0.8em; /*10pt - 13px*/
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #888888;
	line-height: 1.4em;
}


.smaller{
	font-size: 0.6em;
}
.breadcrump{
	color: #aaaaaa;
	font-size: 0.7em;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.pink{
	color: #e51c8c;
}
.lightpink{
	color: #e51c8c;
}
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}

/** LINKS **/
/*********************************************/

p a:link,
p a:visited{
	text-decoration: none;
	border-bottom: 1px solid #f9c5dc;
	color: #666666;
}
p a:hover{
	color: #e51c8c;
	border-bottom: 1px solid #f39ec2;
}
/* aangepast door simon */
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited{
	text-decoration: none;
	border-bottom: 1px solid #f9c5dc;
	color: #000000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover{
	border-bottom: 1px solid #f39ec2;
	color: #e51c8c;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover{
	border-bottom: 1px solid #f39ec2;
	color: #e51c8c;
}

/** FLOAT **/
/*********************************************/

.floatright{
	float: right;
}
.floatleft{
	float: left;
}

/** DIVS **/
/*********************************************/
#container{
	margin: 0 auto 0;
	/*background: url(../grid16.png) repeat-y;*/

}
/** HEADER **/
/*********************************************/
#header{
	margin:0;
	height: 173px;
}
#logo{
	height: 180px;
	background: url(assets/logo2.png) no-repeat;
}
#headerimg{
	margin: 50px 0 0 0;
	height: 63px;
	/*background: #f39ec2 url(assets/bg_header.png);*/
}
#menu{
	margin: 0;
	height: 9px;
	margin-top:0px;
}

#menu li
{
	line-height: 30px;
}
#breadcrump{
	margin: 0;
	background: #ffffff;
	/* IE6 TWEAK */
	_padding: 4px 10px 0 10px;
	/* END IE6 TWEAK */
}
#search{
	margin: 0;
	background: #ffffff;
	/* IE6 TWEAK */
	_padding: 0 10px 0 10px;

	/* END IE6 TWEAK */
}

#search input[type=text]{
	*width:100px;
}


.button{
	padding: 0 10px;
	/* IE6 TWEAK */
	_padding: 0;
	/* END IE6 TWEAK */
	background: #e51c8c;
	color: #ffffff;
	text-decoration: none;
	height: 20px;
	border: none;
	cursor: pointer;
}
.button:hover{
	background: #e51c8c;
}
/** CONTENT **/
/*********************************************/
#contentwrapper{
	background: #ffffff;
		
	-webkit-box-shadow:0 0 15px #e51c8c; 
-moz-box-shadow: 0 0 15px #e51c8c; 
box-shadow:0 0 15px #e51c8c; 
}

#submenu{
	width: 158px;
	background: #e51c8c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#left{	

}
.krul{
	margin: 10px 0 10px 0;
	height: 28px;
	background: url(assets/krul.png) no-repeat;
}
.krulcenter{
	margin: 15px 0;
	height: 19px;
	background-image: url(assets/krul_center.png);
}
#right{
	_padding-right: 0;
}

/** CONTENT CENTER **/
/*********************************************/
#center{

}
#most{
	margin: 20px 0 0 0;
	width: 534px;
}
#mosttop{
	background: #e51c8c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.tab-menu
{
		background: #e51c8c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.tab-menu  li
{
	display: inline;
	padding: 0 15px 0 15px;
	font-size: 0.8em; /*10pt - 13px*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px solid #f9c5dc;

}

.tab-menu  li a:link,
.tab-menu  li a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.tab-menu  li a:hover
{
	color: #000000;
}

.tab-menu  li.tab-selected a {
	color: #000000;
}


#mosttop ul li{
	display: inline;
	padding: 0 15px 0 15px;
	font-size: 0.8em; /*10pt - 13px*/
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px solid #f9c5dc;
}
#mosttop ul li a:link,
#mosttop ul li a:visited{
	color: #ffffff;
	text-decoration: none;
}
#mosttop ul li a:hover{
	color: #000000;
}
#mosttop ul li a:link.active{
	color: #000000;
}

/** PRODUCTS **/
/*********************************************/
/*aangepast simon*/
.product{
	padding: 10px;
	/* IE6 TWEAK */
	_padding: 0 4px 10px 0;
	/* END IE6 TWEAK */
	width: 149px;	
	height: 350px;
}
/*aangepast simon*/
.productimg{
	padding: 10px;
	width: 149px;
	height: 115px;
	background: url(assets/bgproduct.png) no-repeat;
	margin-bottom: 10px;
}
.lastprod{
	margin: 0;
}
/*aangepast simon*/
.producttext{
}
.producttext p{
	font-style: italic;
}
#productdetailwrapper h4,
.producttext h4 a:link,
.producttext h4 a:visited{
	font: bold 0.75em/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
}

em
{
	font-style: italic;
}

b, strong
{
	font-weight: bold;
}

#productdetailwrapper li
{
	font-size: 12px;
	color:#888888;
font-family:Arial,Helvetica,sans-serif;
font-size:0.8em;
line-height:1.4em;
margin-bottom:0.5em;
	list-style-type: disc;
	list-style-position: inside;
}

.producttext h4 a:hover{
	color: #e51c8c;
}
.productfooter a:link.price,
.productfooter a:visited.price{
	font: bold 0.8em/1.4em Arial, Helvetica, sans-serif;
	padding: 3px 7px 3px 7px;
	background: #e51c8c;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	font-weight: bold;
	border: 1px solid #e51c8c;
}
.productfooter a:link.promo,
.productfooter a:visited.promo{
	text-decoration: line-through;
}
.productfooter a:link.promoprice,
.productfooter a:visited.promoprice{
	background: white;
	color: #e51c8c ;
	border: 1px solid;
}
.productfooter
{
	padding: 0 0 0 22px;
	background: url(assets/shoppingbagsmall.png) no-repeat 0 0;
}
/** CONTENT RIGHT **/
/*********************************************/

#bag{
	
}
#themes{
	
}
.theme{
	
}
.righttitle{
	background: #e51c8c;
	padding: 3px 10px;

	margin: 5px 0 10px 0;
}
.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.righttitle p{
	color: white;
	margin: 0;
	
}
.righttext p{
	padding: 0 0 0 10px;
	font-size: 0.8em;
}

/** FOOTER **/
/*********************************************/
#footer{
	height: 67px;
	background: url(assets/bgfooter.png) repeat-x;
	background: white;
		
	-webkit-box-shadow:0 0 15px #e51c8c; 
-moz-box-shadow: 0 0 15px #e51c8c; 
box-shadow:0 0 15px #e51c8c; 
display: none;
}
#footerlogo{
	width: 520px;
	height: 30px;
	padding: 31px 0 0 0;
	text-align: center;
	margin: 0 auto 0;
	
}
#footertext{
	padding: 32px 10px 10px 30px;
}

#pagination{
	background: #e51c8c;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 10px 0;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#pagination a
{
	text-decoration: none;
	color: white;
}

.blogpost
{
	margin:0 0 40px 0;
}

.blogpost img,
.blogcontent img
{
	padding: 10px;
}

#commentform
{
	margin: 20px 0 0 0;
}

#commentform input[type=text]
{
	width: 200px;
}

#commentform textarea
{
	width: 400px;
	height: 100px;
	padding: 5px;
	resize:none;
}

form label span
{
	color: #afafaf;
	font-size: 10px;
}
/** FORM BESTELLING **/
/*********************************************/

label{
	width: 10em;
	float: left;
	text-align: left;
	margin-right: 2em;
	display: block
}
.bestelling{
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
	padding: 10px 10px 8px 10px;
	margin-bottom: 15px;
}

.frmerrors{
	border: 1px solid #f39ec2;
	background: rgba(243,158,194,0.19);
	padding: 10px 10px 8px 10px;
	margin-bottom: 15px;
}

.frmsuccess{
	border: 1px solid #f39ec2;
	background: rgba(12,100,0,0.28);
	padding: 10px 10px 8px 10px;
	margin-bottom: 15px;
}


/** BLOG REACTION **/
/*********************************************/
.reactie{
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
	padding: 10px 10px 8px 10px;
	margin-bottom: 15px;
}

/** OVERZICHT WINKELMANDJE **/
/*********************************************/
.product_bag{
	padding: 10px 0 8px 10px;
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.productimg_bag{
	border: 1px solid #dfdfdf;
	float: left;
	margin-right: 25px;
}
.productbeschrijving_bag{
	float: left;
	width: 270px;
}
.productaantal_bag{
	float: left;
	width: 100px;
}
.productprice_bag{
	float: left;
	width: 100px;
}
.producttotal_bag{
	float: right;
	border: 1px solid #f39ec2;
	background: white;
	padding: 5px 5px 0 5px;
	margin-right: 25px;
}
.productsettings_bag{
	padding: 5px 0 1px 10px;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
}
.total_bag{
	padding: 5px 0 1px 10px;
	background: #e51c8c;
	margin-bottom: 10px;
}
/** ZOEKRESULTATEN **/
/*********************************************/
.zoekresultaat{
		padding: 10px 10px 8px 10px;
	border: 1px solid #dfdfdf;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.productimg_zoek{
	border: 1px solid #dfdfdf;
	float: left;
	margin-right: 25px;
	width: 75px;
	height: 52px;
}
.zoekresultaat_beschrijving{
	float: left;
	width: 350px;
}
p.error /* door frederik */
{
	padding: 10px 10px 10px 35px;
	border: 1px solid #f39ec2;
	background: url(assets/shoppingbagsmall.png) no-repeat 10px 10px;

}

.overzicht h2
{
	height: 50px;
}
.overzicht td
{
	padding: 0 10px 0 0;
}
#added_to_cart
{
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	padding: 5px;
	font-size: .8em;
	color: #888888;
	padding: 10px 10px 10px 35px;
	border: 2px solid #f39ec2;
	background:white url(assets/shoppingbagsmall.png) no-repeat 10px 10px;
	margin: 0 0 auto -125px;
	left: 50%;
	top: 50%;
	display: none;
	width: 250px;
}

#bag{
background: url(assets/shoppingbagbig.png) no-repeat;
padding: 0 0 0 40px;
height: 31px;
margin: 0 0 15px 0;
}
#bag p{
line-height: 1.1em;
font-size: 0.7em;
}

#righter
{
	float: right;
	width: 150px;
}

.center{
	text-align: center;
}

