/* @group • Essentials */

/* @group Library */

@import "lib/reset.css";

@import "lib/typography.css";

/* @end */

/* @end */

/* @group frame */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background-color: #d5dddf;
	font-size: 12px;
	color: #333333;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#fullbg{
	left: 0px; 
	top: 0px; 
	position: fixed; 
	z-index: -1; 
	overflow: hidden;
}

#checkers {
	left: 0px; 
	top: 0px; 
	position: fixed; 
	z-index: -1; 
	overflow: hidden;
	background-image: url(../img/checker-no-repeat.png);
}

#container {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin: 15px 0 0 -500px;
	padding: 0;
}

#header {
	float: left;
	width: 1000px;
	height: 144px;
	background: url(../img/header.png) no-repeat;
	margin: 0 0 0 0;
	padding: 0;
}

#main-menu {
	float: left;
	width: 970px;
	height: 50px;
	border-bottom: dashed 1px #999999;
	margin: 0 0 0 10px;
	padding: 0;
}

#main {
	float: left;
	width: 1000px;
	background: url(../img/container.png) repeat-y 0px 0px;
	padding: 5px;
}

#footer {
	float: left;
	margin: 0;
	width: 990px;
	height: 65px;
	background: url(../img/footer.png) no-repeat;
}

#footer_txt {
	float: left;
	display: inherit;
	width: 300px;
	height: 30px;
	color: #FFFFFF;
	font-size: 17px;
	padding: 20px 0 0 25px;
}

#breadcrumbs {
	padding: 15px 0 0 0;
	font-size: 10px;
	margin: 0 0 4px 0;
	display: block;
}

#breadcrumbs a {
	color: #666666;
	margin-right: 5px;
	text-decoration: none;
}

#mainfull {
	float: left;
	width: 1000px;
	min-height: 440px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

.fullsize #main_left {
	background: none;
	margin: 5px 0 0 0;
}

#main_left {
	float: left;
	width: 635px;
	background: url(../img/BG_content_left.gif) repeat-x;
	min-height: 440px;
	margin: 5px 0 0 10px;
	padding: 0px 20px 20px 20px;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

#main_right {
	width: 300px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	overflow: hidden;
}

.innerPage{
	margin: 20px 0 20px 25px;
	padding: 0px;
	width: 940px;
	height: 500px;
}

/* @end */

/* @group menus */

#menu_left {
	float: left;
	width: 670px;
	overflow: hidden;
}

#menu_left ul {
	margin: 15px 0 0 0;
	padding: 0;
}

#menu_left li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 0;
}

#menu_left li.menu-first {
	display: none;
}

#menu_left li.menu-current a {
	color: #000000;
	background: url(../img/menu_active_bullet.gif) no-repeat 10px 1px;
}

#menu_left li.menu-parent a {
	color: #000000;
	background: url(../img/menu_active_bullet.gif) no-repeat 10px 1px;
}

#menu_left li a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	color: #666666;
}

#menu_left li a:hover {
	text-decoration: none;
	color: #ccc;
}

#menu_right {
	float: right;
	margin: 0 20px 0 0;
}

#menu_right ul {
	margin: 2px 0 0 0;
	padding: 0;
}

#menu_right li {
	float: left;
	list-style-type: none;
	padding-left: 5px;
	width: 80px;
	text-align: center;
}

#menu_right li.menu-first {
	padding-left: 5px;
}

#menu_right li.menu-current a {
	color: #000000;
}

#menu_right li a {
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
	display: block;
	font-weight: bold;
}

#menu_right li a:hover {
	text-decoration: none;
	color: #ccc;
}

#menu_grijs ul {
	display: block;
	position: relative;
	width: 630px;
	overflow: hidden;
	list-style: none;
	margin: 20px 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #999;
}

#menu_grijs ul li {
	display: inline;
	float: left;
	width: 170px;
	height: 15px;
	padding: 0 10px 5px 0px;
	margin: 0;
	font-size: 11px;
}

#menu_grijs ul li a {
	color: #333333;
	text-decoration: none;
}

#menu_grijs ul li a:hover {
	color: #999;
	text-decoration: none;
}

#menu_grijs ul li.menu-current a {
	color: #000000;
	text-decoration: none;
}

#footer_menu {
	display: inherit;
	float: right;
}

#footer_menu ul {
	margin: 25px 25px 0 0;
	padding: 0;
}

#footer_menu li {
	display: inline;
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

#footer_menu li a {
	padding-left: 10px;
	font-size: 10px;
	color: #cccccc;
	display: block;
}

#footer_menu li a:hover {
	color: #fff;
}

/* @end */

/* @group headings */

#header h1#logo {
	float: left;
	margin: 25px 0 0 15px;
	width: 500px;
	height: 100px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}

#header h1#logo a {
	display: block;
	width: 500px;
	height: 100px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}

#header h1#logo.algemeen {
	background: url(../img/logo_woonmagazine.gif) no-repeat;
}

#header h1#logo.haard {
	background: url(../img/logo_haard.gif) no-repeat;
}

#header h1#logo.keuken {
	background: url(../img/logo_keuken.gif) no-repeat;
}

#header h1#logo.badkamer {
	background: url(../img/logo_badkamer.gif) no-repeat;
}

#header h1#logo.vloer {
	background: url(../img/logo_vloer.gif) no-repeat;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 a {
	color: #333333;
}

a:hover {
	color: #999999;
}

/* @end */

/* @group anchors */

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/* @end */

/* @group images */

.space_right {
	margin: 0 20px 0 0;
}

.space_left {
	margin: 0 0 0 20px;
}

/* @end */

/* @group News module */

.left_col {
	float: left;
	width: 410px;
}

.right_col {
	float: right;
	margin: -40px 0 0 0;
	width: 200px;
	border-left: 1px dashed #999999;
}

.right_col h2 {
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0;
	padding: 0 0 10px 10px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #999999;
}

.right_col ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.right_col ul li {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.right_col ul li a {
	color: #333;
}

.news_item {
	position: relative;
	width: 630px;
	margin: 10px 0 10px 0;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.news_item h3{
	color: #333333;
}

.news_item img {
	float: left;
	padding-right: 20px;
	margin: 0;
}

.news_item .news_btn {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#page-navigation a.fwd{
	float: left;
	margin: 0 0 15px 15px;
	background-color: #fff;
	color: #999;
	padding: 3px 5px 3px 5px;
	border: 1px solid #999;
}

#page-navigation a.fwd:hover{
	background-color: #999;
	color: #fff;
	border: 1px solid #fff;
}

#page-navigation a.rwnd{
	float: left;
	margin: 0 20px 15px 0;
	background-color: #fff;
	color: #999;
	padding: 3px 5px 3px 5px;
	border: 1px solid #999;
}

#page-navigation a.rwnd:hover{
	background-color: #999;
	color: #fff;
	border: 1px solid #fff;
}



#page-navigation .nrd{
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}

#page-navigation .nrd a{
	float: left;
	margin: 0 5px 0 0;
	background-color: #fff;
	color: #999;
	padding: 3px 8px 3px 8px;
	border: 1px solid #999;
}

#page-navigation .nrd a.current{
	color: #fff;
	background-color: #e1e1e1;
}

#page-navigation .nrd a:hover{
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}

.fullitem{
	position: relative;
	padding: 0 0 140px 0;
}

.fullitem h2{
	width: 540px;
}

.fullitem a.back{
	float: left;
	color: #999;
	padding: 0;
}

.fullitem .newsBtns{
	position: relative;
	width: 650px;
	float: left;
	border-bottom: 1px solid #ccc;
}

.fullitem .info_btn{
	position: absolute;
	bottom: 0px;
}

.shareTop{
	position: absolute;
	right: 0px;
	top: 0px;
}

.shareBottom{
	position: absolute;
	right: 10px;
	bottom: 5px;
}

/* @end */


/* @group Product in beeld module */

.btn_pib {
	position: absolute;
	height: 75px;
	width: 181px;
	top: 142px;
	left: 460px;
}

#info_knop {
	display: block;
	text-indent: -999px;
	height: 75px;
	width: 290px;
}

#pib_button {
	background: url(../img/BTN_pib.png) no-repeat;
	display: block;
	text-indent: -999px;
	height: 84px;
	width: 181px;
}

/* @end */

/* @group banners */

#ads {
	float: left;
	width: 630px;
	position: relative;
	margin: 10px 0 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#ads .banner {
	float: left;
	margin: 0 15px 0 15px;
}

.ad_title {
	position: absolute;
	top: -10px;
	left: 10px;
	background: #fff;
	padding: 0px 5px;
	color: #666;
}

.banner {
	float: left;
}

.banner.header {
	float: right;
	width: 420px;
	height: 100px;
	margin: 15px 15px 0 0;
	overflow: hidden;
}

.banner.sidebar_smal {
	width: 250px;
	margin: 15px 0 0 25px;
}

.banner.sidebar {
	width: 250px;
	margin: 15px 0 0 25px;
}

.banner.footer {
	width: 180px;
	height: 50px;
	overflow: hidden;
}

.banner-container {
	float: left;
	width: 630px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
}

.banner-container .banner {
	margin: 0 29px;
}

#col_single .banner-container .banner {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E1E1E1;
}

#col_single .banner-container .banner.first-child {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #E1E1E1;
}

#col_single .banner-container .banner.last-child {
	margin: 0 0 0 0;
	border: none;
}

.banner-container .banner.first-child {
	margin: 0 8px 0 8px;
}

.banner-container .banner.last-child {
	margin: 0 0 0 8px;
}

.banner-container .banner.last-child.first-child {
	margin: 0 8px 0 0;
}

/* @end */

/* @group Informatie aanvragen */

.informatieaanvragen {
	padding: 10px 0 0 20px;
}

.informatieaanvragen .head {
	border-bottom: 1px dashed #999999;
	float: left;
	height: 118px;
	width: 950px;
}

.informatieaanvragen .head h2 {
	margin: 10px 0 20px 0;
}

.informatieaanvragen .overview {
	position: absolute;
	right: 20px;
	top: 5px;
	background-color: #EEEEEE;
	width: 250px;
	border-left: 1px dashed #999999;
	margin: 0 0 5px 0;
}

.informatieaanvragen .list-wrapper {
	float: left;
}

.informatieaanvragen .footer {
	float: left;
}

.informatieaanvragen ul.main-cat {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.informatieaanvragen .main-cat li {
	float: left;
	width: 125px;
	margin-right: 10px;
	height: 20px;
}

.informatieaanvragen .main-cat a {
	line-height: 20px;
	display: block;
	width: 105px;
	padding: 0 10px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.informatieaanvragen .keuken {
	background: #b2e0c1;
}

.informatieaanvragen .keuken.active {
	background: #0db04b;
}

.informatieaanvragen .keuken h5 {
	color: #0db04b;
	font-size: 12px;
}

.informatieaanvragen .bad {
	background: #b2d1f0;
}

.informatieaanvragen .bad.active {
	background: #0071bb;
}

.informatieaanvragen .bad h5 {
	color: #0071bb;
	font-size: 12px;
}

.informatieaanvragen .vloer {
	background: #d1c1e0;
}

.informatieaanvragen .vloer.active {
	background: #542784;
}

.informatieaanvragen .vloer h5 {
	color: #542784;
	font-size: 12px;
}

.informatieaanvragen .haard {
	background: #f0c1c1;
}

.informatieaanvragen .haard.active {
	background: #b7282f;
}

.informatieaanvragen .haard h5 {
	color: #b7282f;
	font-size: 12px;
}

/* @group overview */

.informatieaanvragen .overview {
	width: 250px;
	background: #eee;
	padding: 10px;
}

.informatieaanvragen .overview h4 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin: 0 0 5px 0
}

.informatieaanvragen .overview ul {
	font-size: 10px;
	line-height: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.informatieaanvragen .overview li {
	background: none;
}

.informatieaanvragen .overview .name {
	float: left;
	width: 80px;
}

.clear_div {
	
}

/* @end */

.informatieaanvragen .list-wrapper {
	background-color: #fff;
	padding: 10px 0 0 0;
	float: left;
	font-size: 12px;
}

.informatieaanvragen .list-wrapper td {
	border: navajowhite;
}

.informatieaanvragen .list-wrapper p {
	margin: 0;
	padding: 18px 0 0 0;
	border-bottom: 1px dashed #999;
}

.informatieaanvragen .list-wrapper td {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.informatieaanvragen .list-wrapper .sub-cat h5 {
	width: 135px;
	margin-right: 10px;
	position: absolute;
	top: 10px;
}

.informatieaanvragen .list-wrapper .sub-cat {
	width: 450px;
	position: relative;
	padding: 10px;
	margin: 0;
	min-height: 30px;
}

.check_error {
	font-size: 12px;
	color: red;
	font-style: italic;
	font-weight: normal;
	padding: 5px 0 0 20px;
}

.check_error1 {
	font-size: 12px;
	color: red;
	font-style: italic;
	font-weight: normal;
	padding: 5px 0 0 20px;
}

.informatieaanvragen .form label.error {
	margin-left: 155px;
	width: 220px;
	font-size: 12px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

.informatieaanvragen .list-wrapper .sub-cat h5 input {
	float: left;
	margin: 0 5px 30px 0;
}

.informatieaanvragen .list-wrapper .sub-cat ul {
	width: 66%;
	position: relative;
	left: 33%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.informatieaanvragen .list-wrapper .sub-cat li {
	width: 49%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	height: 22px;
	line-height: 18px;
}

.informatieaanvragen .list-wrapper .sub-cat li:hover {
	color: #fff;
}

.keuken .sub-cat li:hover {
	background: #0db04b;
}

.bad .sub-cat li:hover {
	background: #0071bb;
}

.vloer .sub-cat li:hover {
	background: #542784;
}

.haard .sub-cat li:hover {
	background: #b7282f;
}

.informatieaanvragen .list-wrapper .sub-cat li label {
	display: block;
	height: 22px;
	width: 150px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

.informatieaanvragen .list-wrapper .sub-cat li label input {
	position: relative;
	top: 2px;
}

/* @end */

/* @group Informatie aanvragen form */

#return_form {
	width: 480px;
	float: left;
	background: url(../img/BG_content_left.gif) repeat-x;
	padding: 20px;
	font-size: 12px;
}

#return_form h2{
	margin: 0 0 20px 0;
}

#return_form fieldset {
	width: 480px;
}

#return_form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#return_form ol li {
	margin: 2px 0 2px 0;
	float: left;
}

#return_form ol li label {
	float: left;
	width: 170px;
	font-weight: normal;
}

#return_form ol li .labels_double {
	width: 170px;
	float: left;
}

#return_form ol li .labels_double label {
	float: left;
	width: auto;
}

#return_form ol li select {
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 2px;
	float: left;
	font-size: 12px;
	height: 22px;
	width: 222px;
}

#return_form ol li input {
	border: 1px solid #cccccc;
	margin: 2px;
	padding: 2px;
	float: left;
	font-size: 12px;
	height: 16px;
	width: 215px;
}

#return_form ol li input.input_small {
	width: 60px;
	margin: 2px 8px 2px 2px;
}

#return_form ol li input.input_medium {
	width: 100px;
	margin: 2px 8px 2px 2px;
}

#return_form ol li input.input_large {
	width: 140px;
	margin: 2px 8px 2px 2px;
}

#return_form ol li .input_radio {
	width: auto;
	float: left;
}

#return_form ol li .input_radio label {
	width: auto;
	float: left;
}

#return_form ol li .input_radio input {
	width: auto;
	float: left;
	margin: 0 5px 0 0;
	border: none;
}

#return_form .req {
	font-size: 10px;
}

#return_form .error {
	border: 1px solid red;
}

/* @end */

/* @group Informatie aanvragen knop */

a.info_btn{
	float: left;
	width: 290px;
	height: 75px;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px;
}

.algemeen a.info_btn{
	background: url(../img/meer-info-algemeen.gif) no-repeat;
}

.haard a.info_btn{
	background: url(../img/meer-info-haarden.gif) no-repeat;
}

.keuken a.info_btn{
	background: url(../img/meer-info-keuken.gif) no-repeat;
}

.badkamer a.info_btn{
	background: url(../img/meer-info-badkamer.gif) no-repeat;
}

.vloer a.info_btn{
	background: url(../img/meer-info-vloer.gif) no-repeat;
}

div.infoBtn{
	position: absolute;
	width: 218px;
	height: 57px;
	right: 15px;
	top: -5px;
}

div.infoBtn a.info_btn{
	width: 218px;
	height: 57px;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px;
}

.algemeen .infoBtn a.info_btn{
	background: url(../img/info_btn_algemeen.png) no-repeat;
}

.haard .infoBtn a.info_btn{
	background: url(../img/info_btn_haard.png) no-repeat;
}

.keuken .infoBtn a.info_btn{
	background: url(../img/info_btn_keuken.png) no-repeat;
}

.badkamer .infoBtn a.info_btn{
	background: url(../img/info_btn_badkamer.png) no-repeat;
}

.vloer .infoBtn a.info_btn{
	background: url(../img/info_btn_vloer.png) no-repeat;
}



/* @end */

/* @group Dealer vinden knop */

a.dealer_btn{
	float: left;
	width: 237px;
	height: 75px;
	text-indent: -999px;
	overflow: hidden;
	margin: 10px;
}

.algemeen a.dealer_btn{
	background: url(../img/dealer-vinden-algemeen.gif) no-repeat;
}

.haard a.dealer_btn{
	background: url(../img/dealer-vinden-haard.gif) no-repeat;
}

.keuken a.dealer_btn{
	background: url(../img/dealer-vinden-keuken.gif) no-repeat;
}

.badkamer a.dealer_btn{
	background: url(../img/dealer-vinden-badkamer.gif) no-repeat;
}

.vloer a.dealer_btn{
	background: url(../img/dealer-vinden-vloer.gif) no-repeat;
}


/* @end */

/* @group Fullsize modules */

.fullsize #main_left {
	border-right: 1px dashed #999999;
}

.fullsize h2 {
	margin: 22px 0 0 0;
}

.fullsize #main_left h2 {
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #999999;
}

#main_right h2 {
	margin: 22px 0 0 15px;
	padding: 0 0 8px 0;
	border-bottom: 1px dashed #999999;
}

.haard #main_right h4 span {
	color: #b7282f;
}

.keuken #main_right h4 span {
	color: #0db04b;
}

.badkamer #main_right h4 span {
	color: #0071bb;
}

.vloer #main_right h4 span {
	color: #542784;
}

/* @end */

/* @group Dealer vinden */

#main_right ul {
	list-style: none;
	margin: 5px 0 30px 0px;
	padding: 0;
}

#main_right ul li {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
}

#map_holder {
	height: 700px;
}

#map_canvas {
	width: 637px;
	height: 450px;
	background-color: #fff;
	margin: 15px 0 10px 0;
}

#seach_results {
	border-top: 1px dashed #999999;
	padding: 10px 0 0 0;
	margin: 20px 20px 0 17px;
}

#main_right div.search_form {
	margin: 15px 0 0 15px;
	padding: 0;
}

#main_right div.search_form h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#main_right div.search_form h4 span {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#main_right div.search_form select {
	border: 1px solid #ccc;
	height: 22px;
	padding: 2px 0 0 0;
	float: left;
	width: 250px;
}

#main_right div.search_form label {
	float: left;
	width: 280px;
	margin: 0 0 13px 0;
}

#main_right div.search_form input {
	width: 190px;
	border: 1px solid #ccc;
	height: 18px;
	padding: 2px 0 2px 5px;
}

#main_right div.search_form .send_btn {
	width: 92px;
	height: 20px;
	margin: 10px 0 0 0px;
	border: none;
}

#main_left .dealer_info {
	border: 1px solid #CCCCCC;
	width: 612px;
	padding: 10px;
	display: inline-block;
}

#main_left .dealer_naw ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_left .dealer_naw ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_left .dealer_naw {
	float: left;
	width: 600px;
	padding: 0 10px 0 0;
}

#main_left .dealer_txt {
	float: left;
	width: 600px;
	padding: 0 10px 0 0;
}

#main_left .dealer_image {
	float: right;
}

/* @end */

/* @group Product in Beeld */

#main_right ul {
	list-style: none;
	margin: 5px 0 30px 0px;
	padding: 0;
}

#main_right ul li {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
}

#seach_results {
	border-top: 1px dashed #999999;
	padding: 10px 0 0 0;
	margin: 20px 20px 0 17px;
}

#main_right div.search_form {
	margin: 15px 0 0 15px;
	padding: 0;
}

#main_right div.search_form h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#main_right div.search_form select {
	border: 1px solid #ccc;
	height: 22px;
	padding: 2px 0 0 0;
	float: left;
	width: 250px;
}

#main_right div.search_form label {
	float: left;
	width: 280px;
	margin: 0 0 13px 0;
}

#main_right div.search_form input {
	width: 190px;
	border: 1px solid #ccc;
	height: 18px;
	padding: 2px 0 2px 5px;
}

#main_right div.search_form .send_btn {
	width: 92px;
	height: 20px;
	margin: 10px 0 0 0px;
	border: none;
}

#main_right div.search_form #catbox label {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
}

#main_right div.search_form #catbox input {
	margin: 0 5px 0 0;
	padding: 0;
	width: 15px;
	float: left;
	border: none;
}

#main_right #catbox {
	float: left;
	margin: 0 0 15px 0;
}

#main_left #results {
	margin: 15px 0 0 0;
}

#main_left h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #ccc;
	font-size: 14px;
	padding: 1px 0 0 5px;
	float: left;
	width: 630px;
}

#main_left .product {
	width: 295px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: none;
}

#main_left .product img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 5px 0 0;
}

#main_left .product h4 {
	font-weight: bold;
	font-size: 12px;
	background-color: none;
	margin: 0;
	padding: 0;
}

#main_left .product h5 {
	font-weight: normal;
	font-size: 12px;
	background-color: none;
	margin: 0;
	padding: 0;
}

.clearfix {
	display: inline-table;


/* Hides from IE-mac \*/
	height: 1%;
	display: block;

/* End hide from IE-mac */
}

html>body .clearfix {
	height: auto;
}

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

#main_left .product_controls{
	float: left;
	width: 470px;
	margin: 10px 0 10px 0;
}

#main_left .product_desc{
	float: left;
	width: 470px;
	margin: 10px 0 10px 0;
}

#main_left .product_images{
	position: absolute;
	left: 535px;
	top: 68px;
	width: 120px;
}

#main_left .product_images img{
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#main_left .product_info{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 15px 0 0 0;
	float: left;
	width: 476px;
}

#main_left .product_info ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_left .product_info li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_left .product_info li span{
	width: 150px;
	display: block;
	float: left;	
}

/* @end */

/* @group Adverteerders beheer */

.adv_container{
	margin: 10px 30px 0 20px;
}

.adv_left{
	float: left;
	width: 180px;
}

.adv_right{
	float: left;
	width: 750px;
}

/* @end */


