* {
	margin:				0;
	padding:			0;
	border:				0;
}

body {
	background-color:	#fff;
	font:				11px/20px Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
	color:				#64624A;
}

img {
	display:			block;
}

ul {
	list-style:			none;
}

a {
	text-decoration:	none;
	color:				#00BBE7;
	font-weight:		bold;
}

a:hover {
	text-decoration:	underline;
}

h3 {
	color:				#64624A;
	font-size:			12px;
	font-weight:		bold;	
}

label {
	color:				#64624A;
	font-size:			11px;
	font-weight:		bold;
	float:				left;
}

.clear {
	clear:	 			both;
	height:				0;
	font:				0/0 Serif;
}

.line {
	height: 			0;
	font: 				0/0 serif;
	border-top: 		1px solid #999;
	margin: 			10px 0;
}

.spacer {
	height:				20px;
}

.wrapper {
	position:			relative;
	background:			url(../image/bg-rabbit-footer.gif) no-repeat bottom left;
	width:				750px;
	padding:			5px 0 0 155px;
	margin:				0 auto;
}

.left {
	float:				left;
	width:				400px;
	padding:			0 0 50px 0;
}

.right {
	float:				left;
	padding:			20px 0 0 25px;
}

/* header */

#header img.flower {
	position:			absolute;
	right:				0;
	top:				52px;
}

/* logo */

.logo {
	width:				755px;
	height:				67px;
	float:				left;
	margin-bottom:		10px;
}

.logo img {
	float:	left;
}

.logo img.slogan {
	margin:				20px 0 0 190px;
}

/* language */

.language {
	width:				755px;
	height:				18px;
}
.language ul {
	float:				right;
	margin-right:		132px;
}

.language ul li {
	float:				left;
	margin-left:		8px;
}

.language ul li a {
	display:			block;
	height:				18px;
	width:				22px;
	overflow: 			hidden;
	font-size: 			0;	
}

.language ul li.es a { background: url(../image/lang-es.gif) no-repeat top right; margin-top: 10px; }
.language ul li.fr a { background: url(../image/lang-fr.gif) no-repeat top right; margin-top: 5px; }
.language ul li.du a { background: url(../image/lang-de.gif) no-repeat top right; margin-top: 5px; }
.language ul li.en a { background: url(../image/lang-en.gif) no-repeat top right; }
.language ul li.nl a { background: url(../image/lang-nl.gif) no-repeat top right; }
.language ul li a:hover { background-position: top left; }
.language ul li a.active { background-position: top left; }

/* menu */

#menu {
	float:				left;
}

#menu ul li {
	float:				left;
}

#menu ul li a {
	background:			url(../image/bg-seperator.gif) no-repeat right 3px;
	color:				#00BBE7;
	padding:			0 10px 0 0;
	margin:				0 10px 0 0;	
	font-weight:		bold;
	display: 			block;
	float: 				left;
	font-size:			12px;
	outline: 			none;
}

#menu ul li a:hover {
	text-decoration:	underline;
	color:				#99ff00;
}

/* header END */

/* form */

.error {
	color:				#FF0000;
	line-height:		24px;
	margin-bottom:		20px;
	font-weight:		bold;
}

.text-page form {
	display:			block;
	float:				left;
	width:				400px;
}

.text-page input {
	background:			#FFFFFF none repeat scroll 0 0;
	border:				1px solid #C4BD8F;
	height:				18px;
	padding:			2px 0 0 2px;
	margin:				0 10px 20px 0;
}

.text-page .submit {
	padding:			0;
	height:				22px;
	cursor:				pointer;
}


.formulier form {
	display:			block;
	float:				left;
	width:				400px;
}

.formulier span {
	float:				left;
	width:				30px;
}

.formulier div.checkboxes {
	width: 				250px;
	float: 				left;
}

.formulier span.normal {
	display: 			block;
	width: 				100%;
}

.order select,
.order input,
.formulier input {
	background:			#FFFFFF none repeat scroll 0 0;
	border:				1px solid #C4BD8F;
	height:				18px;
	padding:			2px 0 0 2px;
	margin:				0 10px 10px 0;
	float:				left;
	width:				200px;
}

.formulier select {
	width: 				204px;
	border:				1px solid #C4BD8F;
	height: 			20px;
	margin:				0 10px 10px 0;
	padding: 			2px;
}

#content textarea {
	width:				200px;
	height:				150px;
	background:			#FFFFFF none repeat scroll 0 0;
	border:				1px solid #C4BD8F;
	padding:			2px 0 0 2px;
	margin:				0 10px 10px 0;	
}

.order select {
	padding:			2px 0 0 2px;
	height:				22px;
	width:				204px;		
}

.order input.radio,
.formulier input.radio,
.order input.checkbox,
.formulier input.checkbox {
	height:				13px;
	width:				13px;
	margin-right:		10px;
}
.order .submit,
.formulier .submit {
	background:			url(../image/btn-verzenden.gif) no-repeat top left;
	padding:			0;
	height:				23px;
	cursor:				pointer;
	border:				0;
	width:				93px;
	float:				right;
	margin-right:		85px;
	font: 				0/0 serif;
}

.formulier .submit-left {
	background:			url(../image/btn-verzenden.gif) no-repeat top left;
	padding:			0;
	height:				23px;
	cursor:				pointer;
	border:				0;
	width:				93px;
	float:				left;
	margin-right:		85px;
	font: 				0/0 serif;
}

.nlsubmit { background: url(../image/btn-verzenden-nl.gif) no-repeat top left !important; width: 115px !important; }
.ensubmit { background: url(../image/btn-verzenden-en.gif) no-repeat top left !important; width: 78px !important; }
.dusubmit { background: url(../image/btn-verzenden-du.gif) no-repeat top left !important; width: 90px !important; }
.essubmit { background: url(../image/btn-verzenden-es.gif) no-repeat top left !important; width: 82px !important; }
.frfinish, .frsubmit { background: url(../image/btn-verzenden-fr.gif) no-repeat top left !important; width: 94px !important; }

.dufinish { background: url(../image/btn-du-finish.gif) no-repeat top left !important; width: 206px !important; }
.enfinish { background: url(../image/btn-en-finish.gif) no-repeat top left !important; width: 88px !important; }

.order .submit {
	margin-right:		35px;
}

.formulier label {
	width:				130px;
	float:				left;
	text-align:			right;
	padding:			0 10px 0 0;
	font-size: 			10px;
}
.order label span,
.formulier label span {
	color:				#FF0000;
	font-size:			10px;
	float:				none;
	width:				auto;
}

.order label {
	width:				150px;
	float:				left;
	text-align:			right;
	padding:			0 10px 0 0;	
}

.order .street {
	width:				141px;
	margin-right:		5px;
}

.order .number {
	width:				50px;
}


/* content */

#content {
	padding:			15px 0 50px 0;
}

#content h1 {
	background:			url(../image/h1-titel.gif) no-repeat 0 0;
	font-size:			14px;
	color:				#64624A;
	padding:			5px 0 10px 30px;
	margin-left: 		-30px;
}

#content h2 {
	background:			url(../image/h2-item.gif) no-repeat 0 1px;
	font-size:			14px;
	color:				#64624A;
	padding:			0 0 20px 30px;
}

#content .overons h2 {
	background:			url(../image/h2-item.gif) no-repeat 0 0;
	font-size:			14px;
	color:				#64624A;
	padding:			0 0 20px 30px;
	line-height:		14px;
}

#content .overons h2 a {
	display:			block;
	font-size:			11px;
	float:				left;
}

#content .blue {
	font-size: 			13px !important;
	color: 				#00BBE7 !important;
}

#content h2 a {
	display:			block;
}

#content p {
	margin-bottom:		20px;
}

#content h2 a {
	display:			block !important;
}

#content h2 a,
#content li a,

#content p a {
	padding:			0;
	margin:				0!important;
	display:			inline !important;
}

#content .text-page a {
	display:			block;
}

/* shopping-cart */

.shopping-cart {
	padding:			20px 0 60px !important;
}

.shopping-cart h1 {
	margin:				0 0 10px 90px;
}

.shopping-cart .cart-buttons {
	margin:				20px 0 0 210px;
}

.shopping-cart .cart-buttons a {
	float:				left;
	margin-right:		20px;
}

.shopping-cart table {
	margin:				0 0 0 90px;
	width:				450px
}

.shopping-cart .toprow {
	background-color:	#e0ddca;
	font-weight:		bold;
	height:				30px;

}

.shopping-cart table tr td {
	padding:			0 5px 0 5px;
	border-bottom:		1px solid #c4bd8f;	
}

.shopping-cart table tr.productrow td {
	height:				35px;
}

.shopping-cart table tr.productrow td.empty {
	text-align: 		center;
	line-height: 		35px;
}

.shopping-cart table tr.totalrow td {
	height:				30px;
	color:				#00BBE7;
	font-weight:		bold;	
}

.shopping-cart table tr td a{
	float:				left;
}

.shopping-cart table tr td input {
	border:				1px solid #C4BD8F;
	width:				24px;
	height:				22px;
	padding:			3px 0 0 2px;
	float:				left;
	margin:				0 3px 0 0;
}


/* text-page */

#content ul.textlist {

}

#content ul.textlist li {
	background: 		url(../image/bg-textpage-listitem.gif) no-repeat 0 8px;
	padding:			0 0 0 20px;	
}
.text-page h3 {
	margin:				0 0 15px 0;
}


/* pers-page */

.pers-page {

}

.pers-page h2 {
	margin-bottom:		20px;
}

.persitem {
	border:				1px solid #9e9e9e;
	float:				left;
	margin:				0 22px 22px 0;
	padding:			6px;
	width:				125px
}

.persitem  h3 {
text-align:center;
}

.persitem  img {
	margin:				0 auto;
	margin-bottom:		10px;

}

.persitem  a {
	display:			block;
}

/* experiance-page */

.post {
	background:			url(../image/bg-message.gif) no-repeat top left;
	float:				left;
	width:				312px;
	padding:			10px 10px 20px 10px;	
}

.post span {
	display:			block;
	width:				312px;
}

.experiance-page form {
	margin-bottom:		20px;
}

/* product-page */

.product-page {

}
.pers-page h1,
.product-page h1 {
	margin-bottom:		10px;
}

.product-page .product {
	float:				left;
	margin:				0 13px 10px 0;
	padding:			6px;
	width:				145px;
	background-color:	#fff;
	/*border: 			1px solid #9E9E9E;*/
}

.product-page .product .prod-image {
	height: 			160px;
	width: 				150px;
	overflow: 			hidden;
}

.product-page .product h3 {
	text-align:			center;
	height:				40px;
	font-size: 			12px;
}

.product-page .product img {
	margin:				0 auto;
	margin-bottom:		10px;

}

.product-page .product a {
	display:			block;
	text-align:			center;
}

/* catagorie-page */

#content .catogorie-page {
	padding-bottom:		70px;
}

.catogorie-page .product {
	background:			url(../image/bg-pricetag.gif) no-repeat bottom left;
	float:				left;
	margin:				0 31px 30px 0;
	position:			relative;
	width:				120px;
	height:				300px;
}

#content .catogorie-page h1 {
	margin-bottom:		30px;
}

.catogorie-page .product img {
	margin-bottom:		5px;
}

.catogorie-page .product .pricetag {
	position:			absolute;
	bottom:				25px;
	left:				0;
}

.catogorie-page .product .pricetag span {
	font-size:			13px;
	color:				#64624A;
	font-weight:		bold;
	display:			block;
	text-align:			center;
	width:				120px;
}	

#content .catogorie-page .product .pricetag a {
	padding:			0;
	text-align:			center;
	display:			block;
}

/* detail-page */


.detail-page .left .detail-buttons {
	float:				left;
	margin-bottom:		20px;
}

.detail-page .left .detail-extra {
	float:				left;
}

.detail-page .left .detail-buttons a {
	float:				left;
	margin-right:		5px;
}
#content .detail-page div.prod-info h2 {
	font-size: 			11px;
	background: 		none;
	padding: 			0;
}
		
.detail-page .price {
	font-size:			16px;
	color:				#00BBE7;
	font-weight:		bold;
}

.detail-page h3 {

}


#content .detail-page div.prod-info ul
{
	margin-bottom: 		20px;
}

#content .detail-page div.prod-info ul li
{
	padding: 			0px 10px 0px 15px;
	background: 		url(../image/ico_faq_question.gif) no-repeat left 6px;	
}

#content .detail-page .textlist {
	margin-bottom:		20px;
}

#content .detail-page .left .image-buttons {
	position:			absolute;
	right:				0;
	top:				22px;
}

#content .detail-page .left .image-buttons a {
	margin:				0 0 2px 0;
}

#content .detail-page .left {
	position:			relative;
	width:				260px;
	padding:			20px 0 50px 0;

}

.detail-page .left img.product-picture {
	margin:				0 0 20px 0;
}

.detail-page .right {
	width:				355px;
}

.detail-buttons {
	float:				right;
}

/* sidemenu */

#sidemenu {
	margin:				0 0 20px 20px;
	width: 				250px;
}

#sidemenu li {
	font-weight:		bold;
	color:				#00BBE7;
	margin:				0 0 0 18px;
}

#sidemenu li.parent {
	background:			url(../image/bg-sidemenu-parent.gif) no-repeat 0 10px;
	padding:			0 0 0 15px;
	margin:				0;
}



#sidemenu li.active {
	color:				#64624A;
}

#sidemenu li.active a {
	color:				#64624A;
}



#accordion {
	margin-top: 		-20px;
}

#accordion h3 {
	padding: 			20px 0 2px;
}

#accordion h4.faqquestion {
	margin-top: 		2px;
	padding: 			0px 10px 0px 15px;
	background: 		url(../image/ico_faq_question.gif) no-repeat left 6px;
	cursor: 			pointer;
	color: 				#00BBE7;
}

#accordion div.faqanswer {
	padding: 			25px 15px;
}

#accordion div.faqanswer p {
	padding: 			0;
	margin: 			0;
}

/* news-item */

.news-item {
	margin-bottom:		30px;
}

#content .news-item h2 {
	padding:			0 0 10px 30px;
}

.popup {
	width: 				500px;
	padding: 			10px 50px;
	text-align: 		center;
}

.popup img {
	margin: 			0 auto;
}

.print {
	display: 			inline;
}

/* content  END */

/* footer */

#footer {
	float:				right;
	margin:				0 117px 30px 0;
}

#footer ul li {
	float:				left;
	margin:				0 0 0 20px;
}

#footer ul li a {
	text-align:			center;
	color:				#878467;
	display:			block;
}


#footer ul li a:hover {
	text-decoration:	none;
}

#footer ul li a:hover span {
	text-decoration:	underline;
}

#footer ul li a img {
	display:			inline;
}

/* footer END */

.iDEALeasy {
	background-color:	#fff;
	border:				1px solid #C4BD8F;
	margin:				0 0 0 265px;
}
