@charset "UTF-8";

body {
	background: #FFFFFF;
}
#container {
	width: 986px;
	margin: 15px auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#top {
	background: none;
	height: 105px;
}

#top .wrapper {
	width: auto;
	height: 105px;
}
#top #logo {
	display: block;
	margin: 20px 0 0 20px;
	float: left;
}
#top #logo a {
	display: block;
	width: 140px;
	height: 55px;
	background: url(img/logo_dier_en_zorg.gif) no-repeat;
}

#top #theme_logo {
	padding: 0;
	float: right;
	background: none;
	width: 255px;
	height: 83px;
	margin: 10px 15px 0 0;
}
#top #theme_logo a {
	display: block;
	width: 255px;
	height: 83px;
	background: url(img/pp/logo.gif) no-repeat;
}


#top #site_search {
	clear: right;
	padding: 0;
	margin: 0 10px 0 0;
	display: none;
}
.crumb {
	display: none;
}
.left_home {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.right_home {
	width: 350px;
	float: right;
	height: 400px;
	margin: 0px;
	padding: 0px;	
}
#content {
}
#content .wrapper {
	padding: 50px 0;
}

#content .left_home .wrapper {
	width: 450px;
	padding: 0px;
}

/* NAVIGATION */


#nav {
	background: #ee2d24;
	height: 35px;
}
#nav .wrapper {
	width: auto;
}
#nav ul {
	padding: 0px;
	height: 35px;
}
#nav ul li {
	height: 35px;
	display: inherit;
	float: left;
	margin: 0px;
}
#nav ul li a {
	color: #FFFFFF;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
#nav ul li.active {
	background: #9f1b33;
}
#nav ul li.active a,
#nav ul li a:hover {
	background: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}


/* TEXT */
h1, h2, h3, h4 {
	color: #000000;
}
a {
	color: #ee2d24;
}

/* PRODUCTS */
.product_wrapper {
	position: relative;
	width: 165px;
	float: left;
	overflow: hidden;
}
.product {
	width: 165px;
	float: left;
	margin: 0 5px 0 0;
}
.product .price {
	width: 155px;
}
.product .image {
	display: none;
}
.product .price .prefix {
	font-size: 1em;
	bottom: 8px;
	color: #999999;
}
.product .price .amount {
	font-size: 2em;
	margin-left:45px;
	color: #ee2d24;
}
.product_properties {
	width: 155px;
	clear: left;
}
.product_properties ul {
	padding: 0 0 0 0;
}
.product_properties ul li {
	background: none;
	font-size:1.1em !important;
	line-height:1.4em !important;
	margin-bottom:10px;
	padding: 0 0 0 10px;
	list-style-type:disc !important;
}
.product a.aanvragen {
	color: #FFFFFF;
	background-color: #ee2d24;
	display: block;
	width: 155px;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.product a.aanvragen:hover {
	background-color: #9f1b33;
}



/* FORMS */

input.submit,
a.primary {
	background: #ee2d24 !important;
}
input.submit:hover,
input.submit:focus,
a.primary:hover {
	background: #9f1b33 !important;
}

div.radio_group label {
	float:left;
	text-align:left;
	width:180px;
}
div.radio_group {
	float:left;
	width:120px;
}

#fq_inp_ras {
	width: 220px;	
}

#questions .question {
	border-top:1px dashed #FFFFFF;
}