* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
a img {
	border: 0;
}
#wrapper {
	width: 960px;
	margin: 10px auto;
	text-align: left;
}
#header {
	background-image: url('/images/header.jpg');
	height: 78px;
	margin-bottom: 5px;
	position: relative;
}
#header h1 {
	background-image: url('/images/hapecologo.jpg');
	height: 78px;
	width: 264px;
	margin-left: 20px;
}
#header h1 span {
	display: none;
}
#header #contentmenu {
	position: absolute;
	top: 0;
	right: 10px;
}
#header #contentmenu li {
	display: inline;
	list-style: none;
	text-align: left;
}
#header #contentmenu li a {
	display: inline-block;
	height: 78px;
	line-height: 78px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
}
#header #contentmenu li a:hover, #header #contentmenu li.selected a {
	background-image: url(/images/header_hover.jpg);
}
#sidebar {
	width: 225px;
	float: left;
}
#content {
	width: 720px;
	float: right;
}
#content p, #content ul, #content ol, #content table {
	margin-bottom: 1em;
}
#content h1 {
	color: #0C86C6;
	font-size: 200%;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}
#content h2 {
	color: #0C86C6;
	font-size: 150%;
	margin-bottom: 0.2em;
	margin-top: 1.3em;
}
.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}
#order_btwnr_wrapper {
	clear: both;
}
#sidebar ul#menu {
	list-style: none;
}
#sidebar ul#menu li {
	margin-bottom: 1px;
}
#sidebar ul#menu li a {
	background-color: #D7F3FF;
	color: #0C86C6;
	text-decoration: none;
	padding: 4px 7px;
	display: block;
}
#sidebar ul#menu li a:hover {
	background-color: #B2EDFF;
}
#sidebar ul#menu li.selected a {
	background-color: #0C86C6;
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
}
#footer {
	margin-top: 1em;
	padding: 1em 0;
	border-top: 1px solid #0C86C6;
	background: url(/images/hapeco-footerlogo.gif) no-repeat 50% right;
	height: 28px;
}
#footer a {
	color: #4C4C4C;
	font-size: 90%;
}
#cart {
	border: 1px solid #A8EAFF;
	padding: 5px;
	margin: 5px 0;
	font-size: 90%;
	color: #4C4C4C;
}
#cart h2 {
	font-size: 120%;
}
#cart h2 a {
	color: #0C86C6;
}
#search {
	border: 1px solid #A8EAFF;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 90%;
	color: #4C4C4C;
}
#search #searchfield {
	border: 1px solid #E2E2E2;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	padding: 3px;
	width: 150px;
	margin-right: 5px;
}
#search #searchsubmit {
	border: 1px solid #E2E2E2;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	padding: 3px;
	width: 45px;
	background-color: #F7F7F7;
	*height: 24px;
}
.products .product {
	width: 326px;
	float: left;
	margin-bottom: 15px;
	border: 3px solid #E1F8FF;
	padding: 10px;
}
.products .product.first {
	margin-right: 15px;
}
.products .product .productimage {
	float: left;
	width: 175px;
	text-align: center;
	height: 175px;
}
.products .product .productimage.nopicture {
	background: url(/images/nopicture.gif) no-repeat center 45px;
}
.products .product .productinfo {
	width: 141px;
	float: right;
	font-size: 90%;
	color: #626262;
}
#content .products .product h2 {
	color: #0C86C6;
	font-size: 130%;
	margin-bottom: 0.4em;
	margin-top: 0;
}
.products .product h2 a {
	color: #0C86C6;
	text-decoration: none;
}
.products .product .putincart a {
	display: block;
	line-height: 16px;
	color: #333;
	font-size: 110%;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	padding: 4px 3px 2px 28px;
	margin-top: 1em;
	background: url(/images/addtocart.gif) no-repeat 3px 3px;
}
.caddraw a {
	display: block;
	line-height: 16px;
	color: #333;
	font-size: 110%;
	text-decoration: none;
	border: 1px solid #E6E6E6;
	padding: 4px 3px 2px 28px;
	margin-top: 0.5em;
	background: url(/images/vector.png) no-repeat 3px 3px;
}
#content .products .product p {
	margin-bottom: 0.5em;
}
#languages {
	position: absolute;
	top: 33px;
	left: 295px;
}
#languages ul {
	list-style: none;
	text-align: right;
}
#languages li {
	display: inline;
	margin-left: 3px;
}
.legenda {
	text-align: center;
	font-size: 90%;
	color: #4C4C4C;
}
.navigation {
	text-align: center;
	font-size: 90%;
	color: #4C4C4C;
}
.navigation a {
	color: #4C4C4C;
}
.price {
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin: 1em 0;
}
#accountinfo {
	float: right;
	padding: 4px 5px 6px 7px;
	margin-top: -5px;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	font-size: 90%;
	color: #666;
}
#accountinfo a {
	color: #666;
}
.cart, .orders {
	width: 100%;
	border-collapse: collapse;
}
.cart td, .cart th, .orders td, .orders th {
	padding: 3px 5px;
	border-bottom: 1px solid #E6E6E6;
}
.cart th.alignRight, .cart td.alignRight, .orders th.alignRight, .orders td.alignRight {
	text-align: right;
}
.cart .amount {
	width: 40px;
	text-align: right;
	border: 1px solid #CCC;
	padding: 2px;
	margin: -2px;
}
.cart a.delete {
	color: #F00;
	text-decoration: none;
}
.loginform {
	border-collapse: collapse;
}
.loginform td, .loginform th {
	padding: 2px 15px 2px 0;
}
.loginform input.text {
	border: 1px solid #B3B3B3;
	padding: 2px;
	width: 150px;
}

.zend_form dd {
	margin-bottom: 1em;
}
.zend_form label {
	color: #4C4C4C;
	font-weight: bold;
}
.zend_form dd label, .zend_form label.normal {
	color: #000;
	font-weight: normal;
}
input.text, select.text, textarea.text, input.largefield, select.largefield, textarea.largefield {
	border: 1px solid #5D93C5;
	width: 300px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
input.password, select.password, textarea.password, input.smalltext {
	border: 1px solid #5D93C5;
	width: 200px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
input.smallfield, select.smallfield, textarea.smallfield {
	border: 1px solid #5D93C5;
	width: 100px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
textarea.smallfield {
	border: 1px solid #5D93C5;
	width: 300px;
	height: 100px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
.zend_form input.dayfield {
	border: 1px solid #5D93C5;
	width: 30px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
.zend_form input.yearfield {
	border: 1px solid #5D93C5;
	width: 50px;
	margin-right: 15px;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
.zend_form input.datefield {
	border: 1px solid #5D93C5;
	padding: 3px;
	margin-top: 2px;
	font-size: 110%;
}
.zend_form input.imagesize {
	border: 1px solid #5D93C5;
	width: 50px;
	padding: 3px;
	font-size: 110%;
}
.zend_form textarea.largefield {
	width: 500px;
	height: 300px;
}
.zend_form textarea.mediumfield {
	width: 500px;
	height: 100px;
}
.zend_form input.locked {
	border: 1px solid #C4C4C4;
	background-color: #F9F9F9;
	color: #595959;
}
.zend_form fieldset {
	border: 1px solid #C5C5C5;
	padding: 10px;
}
.zend_form fieldset legend {
	font-weight: bold;
	color: #004080;
	padding: 0 5px;
	margin-left: -5px;
}

ul.errors {
	border: 1px solid #F66;
	padding: 5px 15px 5px 25px;
	background-image: url(../images/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	list-style: square;
	font-weight: bold;
	color: #800000;
	margin-top: 5px;
}
.error {
	border: 1px solid #F66;
	padding: 5px 10px;
	font-weight: bold;
	color: #800000;
}
#shortsearch h2 {
	display: none;
}
span.attribuut img {
	height: 10px;
}
span.attribuut {
	padding-right: 7px;
	white-space: nowrap;
}
.description {
	color: #666;
	font-style: italic;
}
#content ul {
	margin: 0 0 1em 2em;
}

table.events {
	border-collapse: collapse;
	width: 100%;
}
table.events th, table.events td {
	padding: 3px 5px;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: top;
}
table.events th a {
	color: #000;
}
#content table.events h2 {
	margin: 0;
	font-size: 110%;
}

.order_evenement {
	width: 310px;
	float: left;
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin-right: 45px;
}

.order_locatie {
	float: left;
	width: 310px;
	border: 1px solid #E6E6E6;
	padding: 10px;
}
#orderplaatsendiv {
	position: relative;
}
#orderplaatsendiv .iconOr {
	position: absolute;
	top: 75px;
	left: 347px;
	font-size: 120%;
	font-weight: bold;
}
.grey {
	color: #999;
}
.itemsperpage {
	text-align: center;
	margin-bottom: 1em;
}