/*
    1. Basis elementen
*/

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a:focus, a:active {
	outline: none;
}

input:focus, textarea:focus {
	outline: none;
	background: #eee;
}

textarea {
	resize: none;
}

body {
	height: 100%;
    margin : 0;
    padding : 0;
    /*font : 12px/normal "Tahoma";*/
	font: 12px/normal "MS Trebuchet",Verdana;
	color: #333;
	background: url('/media/images/body.png') repeat-x 0 -3px #1FD229;
}

div.clear {
	clear: both;
}

a img{
	border: none;
}

input:focus, textarea:focus {
	outline: none;
	background: #eee;
}

div#header {
	height: 132px;
	width: 591px;
	margin: 0 30px;
	border-left: 4px solid white;
	border-right: 4px solid white;
	background: url('/media/images/header.png') repeat-x;
	border-bottom: 4px solid white;
}

div#header h1#logo {
	display: block;
	position: absolute;
	background: url('/media/images/joli_logo.png') 0 0px no-repeat;
	text-indent: -1000em;
	margin: 18px;
	width: 121px;
	height: 93px;
}

div#header h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

ul#menu {
	float:right;
	display: inline;
	margin-top: 59px;
	margin-right: 40px;
}

ul#menu li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 10px;
}

ul#menu li a {
	display: block;
	/*text-indent: -2000em;*/
}

ul#menu li a.button_newstyle {
	text-decoration: none;
	color: white;
	font-size: 1.3em;
}

ul#menu li a.button_newstyle:hover {
	color: #CCFF00;
}

body#home ul.content-list{
	list-style: none;
}

body#home ul.content-list li {
}

a#button_shop {
	background: url('/media/images/but_shop.png') 0 0px no-repeat;
	width: 53px;
}

a#button_blog {
	background: url('/media/images/but_news.png') 0 0px no-repeat;
	width: 60px;
}

a#button_contact {
	background: url('/media/images/but_contact.png') 0 0px no-repeat;
	width: 74px;
}

ul#menu li a:hover {
	background-position: 0 -39px;
}


div#container {
	width: 659px;
	margin: 0 auto;
	background: url('/media/images/content_bg.png') repeat-y;
	min-height: 100%;
}

div#content {
	background: url('/media/images/content.png') no-repeat 0 -147px;
	width: 591px;
	margin: 0 34px 0px 34px;
	min-height: 460px;
	display: block;
}

div#content div#text {
	padding: 30px;
}

div#content div#text p {
	font-size: 1.1em;
}

div#c_left {
	float: left;
	min-height: 100%;
	padding: 20px;
	width: 250px;
}

div#c_left a {
	color: #333;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	font-weight: bold;
}

div#c_left a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

div#c_right {
	margin: 0 0 0 20px;
}



img#zp {
	margin: 60px 0 0 0px;
}

p.recent{
	margin: 20px 0 5px 0;
}

span.front_thumbs {
	margin: 5px 40px 15px 0;
		float: right;
}

img.front_thumb {
	width: 120px;
	height: 120px;
	margin: 5px 10px 5px 0;
}

/*
	Shop
*/

div#image {
	display: inline;
	float: right;
	width: 340px;
}

div#image img{
	margin: auto;
	text-align: center;
	max-width: 300px;
	max-height: 300px;
}

div#thumbs {
	display: inline;
	float: left;
	margin: 20px 0 20px 20px;
	width: 568px;
}

div#thumbs img{
	display: inline;
	float: left;
	width: 127px;
	height: 127px;
	margin: 0px 15px 15px 0px;
}

/*img.onhold {
	opacity: .3;
}*/

div.shopinfo  {
	padding: 20px 20px 0px 20px;
}

div.shopinfo a {
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
}

div.shopinfo a:hover {
	border-bottom: 1px dotted #333;
}

/*
	Lightbox
*/

div#lb {
	top: 0;
	width: 100%;
	background: white;
	opacity: 0.85;
	position: fixed;
	z-index: 40;
	text-align: center;
	display: none;
}

div#lbimg {
	display: none;
	top: 0px;
	width: 100%;
	position: absolute;
	z-index: 50;
	text-align: center;
}

a#lbclose {
	background: url('/media/images/close.png') 0 0px no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px 0 0 0px;
	position: relative;
	margin: 70px auto 0px;
	left: -255px;
	text-indent: -1000em;
}

a#lbclose:hover {
	background: url('/media/images/close.png') 0 -30px no-repeat;
}

div#lbimg img#lbimgimg {
	margin: 0px 70px 5px 70px;
	max-height: 540px;
}

div#imageinfo {
	text-align: left;
	color: #333;
	margin: auto;
	display: none;
}

div#imageinfo #left {
	float: left;
	width: 74%;
	margin-left: 1%;
}

div#imageinfo #right {
	text-align: right;
	float: right;
	width: 24%;
	margin-right: 1%;
}

div#imageinfo h2 {
	color: #000;
	font-size: 1.5;
}

div#imageinfo span.price {
	color: #333;
	font-weight: normal;
	font-size: 1.1em;
	float: right;
	margin: 5px 0px 0 0;
}

div#imageinfo p {
	color: #333;
}

/**
	News
**/

body#news ul.content-list {
	list-style-position: outside;
	margin: .5em 0 0 0;
	line-height: 1.5em;
}

body#news ul.content-list li {
	margin: 0 0 0 2.3em;
	list-style-type: decimal;
}


div.blog_item a {
	color: #333;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	font-weight: bold;
}

div.blog_item a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

/**
	Form
**/

/**
	Order
**/

div#o_left {
	float: left;
	min-height: 100%;
}

div#o_left_result {
	float: left;
	padding: 0 0 0 20px;
	min-height: 100%;
}

div#o_right {
	float: right;
	min-height: 100%;
}

form#imageorder {
	height: 450px;
	min-height: 100%;
	padding: 20px;
}

div#o_right img {
	max-width: 150px;
	width: 150px;
	margin: 23px 23px 0 0;
}

form#imageorder p{
	display: block;
	clear: both;
}

form#imageorder p label {
	width: 100px;
	line-height: 22px;
	border: none;
	margin: 3px 2px;
	padding: 2px 5px 2px 2px;
	float: left;
	text-align: right;
	color: #666;
}

form#imageorder p input,form#imageorder p textarea {
	width: 250px;
	line-height: 22px;
	height: 22px;
	border: none;
	margin: 3px 2px;
	padding: 2px;
	float: left;
	background: #fff;
}

form#imageorder p textarea {
	height: 80px;
}

#form_street {
	width: 180px !important;
}

#form_streetnumber {
	width: 34px !important;
}

#form_streetadd {
	width: 20px !important;
}

.formerror {
	color: #FF9999 !important;
	text-align: right;
	display: block;
	background: red;
	width: 10px;
	height: 10px;
}

span.errmsg {
	display: none;
}

#o_left_result h1.result {
	width: 350px;
	margin: 20px 20px 0 20px;
	line-height: 1.5em;
}

#o_left_result p {
	width: 350px;
	margin: 20px;
	line-height: 1.5em;
}

p.checkbox {
	line-height: 28px;
	height: 28px;
}

span.voorwaarden {
	width: 242px;
	line-height: 28px;
	height: 28px;
	border: none;
	margin: 3px 2px;
	padding: 0 6px;
	float: left;
	height: 28px;
	background: white;
}

span.voorwaarden a {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}

input.checkbox {
	width: 28px !important;
	line-height: 28px;
	height: 28px;
}

a.order {
	text-indent: -1000px !important;
	display: block;
	position: relative;
	width: 57px;
	height: 29px;
	clear: both;
	background: url('/media/images/bestel.gif') 0 0px no-repeat;
	border: none;
	text-decoration: none;
}

a.order:hover {
	background: url('/media/images/bestel.gif') 0 -29px no-repeat;
}

/**
	Blog
**/

div#blog_content {
	/*clear: both;*/
}

div.blog_item {
	padding: 20px;
	line-height: 1.5em;
}

div.blog_item h2 {
	
}

div.blog_item h2 a {
	text-decoration: none;
	color: #000;
}

div.date {
	padding: 1em 0px;
	color: #666;
	font-size: 0.9em;
}

div#paging {
	padding: 0 20px 50px;
	clear: both;
}

a#p_next,a#p_last {
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #999;
	text-decoration: none;
	color: #999;
}

a#p_next:hover,a#p_last:hover {
	background: white;
	border: 1px solid white;
	color: #999;
}

a#p_next {
	float: right;
}

a#p_last {
	float: left;
}

/**
	Algemene Voorwaarden
**/

body#voorwaarden h3 {
	margin: 0 0 -1em 0;
}

body#voorwaarden ul.content-list {
	list-style-position: outside;
	margin: .5em 0 0 0;
	width: 450px;
	line-height: 1.5em;
}

body#voorwaarden ul.content-list li {
	margin: 0 0 0 2.3em;
	list-style-type: decimal;
}

body#voorwaarden ul.content-list li a, body#voorwaarden div#content a {
	color: #333;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

body#voorwaarden ul.content-list li a:hover,body#voorwaarden div#content a:hover {
	color: white;
	background: #333;
}

/**
	Contact
**/



div#contact {
	
}

div#contact p{
	display: block;
	clear: both;
}

div#contact p label {
	width: 100px;
	line-height: 22px;
	border: none;
	margin: 3px 2px;
	padding: 2px 5px 2px 2px;
	float: left;
	text-align: right;
	color: #666;
}

div#contact p input,div#contact p textarea{
	width: 250px;
	line-height: 22px;
	height: 22px;
	border: none;
	margin: 3px 2px;
	padding: 2px;
	float: left;
	background: #fff;
}

input.submitbut {
	width: 254px !important;
	background: #999;
}

div#contact p textarea {
	height: 13em;
}

/**
	Footer
**/

div#footer {
	bottom: 0;
	padding: 20px 0px 5px 0px;
	line-height: 22px;
	clear: both;
	bottom: 0;
	position: relative;
	text-align: center;
}

div#footer a {
	display: inline-block;
	text-indent: -1000em;
	height: 24px;
}

div#footer a.twitter {
	background: url('/media/images/twitter1.png') 0 0px no-repeat;
	width: 24px;
}

div#footer a.rss {
	background: url('/media/images/rss.png') 0 0px no-repeat;
	width: 24px;
}

/**
	Contact
**/

div#contactleft {
	float: left;
}

div#contactright {
	float: right;
	width: 200px;
}

div#contactright a {
	display: block;
	padding: 0 0 0 30px;
	margin: 5px;
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	color: #333;
}

div#contactright a:hover {
	color: white;
	font-weight: bold;
}

div#contactright a.twitter {
	background: url('/media/images/twitter1.png') 0 0px no-repeat;
	width: 24px;
}

div#contactright a.rss {
	background: url('/media/images/rss.png') 0 0px no-repeat;
	width: 24px;
}

span.captchaimg {
	width: 225px;
	line-height: 22px;
	height: 22px;
	border: none;
	margin: 3px 2px;
	float: left;
	height: 28px;
	background: white;
}

span.captchaimg img {
	background: white;
	width: 225px;
	height: 28px;
	float: left;
}

span.captchaimg:hover {
}

input.captchainput {
	margin: 3px 0 1em 2px !important;
	width: 250px !important;
}

a.recaptcha {
	margin: 3px 0 0 -2px;
	display: block;
	float: left;
	height: 28px;
	width: 29px;
	background: url('/media/images/arrow2.png') 0 0 no-repeat #fff;
}

span.captcha_explain {
	display: none;
	position: absolute;
	width: 260px;
	padding: 9px;
	border: 3px solid #222;
	top: 393px;
	margin: 0;
	margin: -59px 0 0 90px;
	text-align: center;
	float: left;
	background: #333;
	color: #FFF;
	opacity: .8;
}

span.captchaq {
	display: block;
	color: white;
	line-height: 28px;
	height: 28px;
	width: 8px;
	text-align: center;
	float: left;
	z-index: 0;
	margin: 3px 3px 3px 5px;
	font-weight: bold;
}

/*a.recaptcha:hover {
	background: url('/media/images/arrow2.png') 0 -28px no-repeat;
}*/

