body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
	
p	{
	margin-top: 0;
	padding: 0;
	}

h1	{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #7d308e;
	font-size: 14px;
	font-weight: bold;
	}
	
h2 	{
	margin: 0;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #118ABC;
	}
	
h3 	{
	margin: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #7d308e;
	}
	
a:link {color: #118abc; text-decoration: none}
a:visited {color: #118abc; text-decoration: none}
a:hover {color: #118abc; text-decoration: underline}
a:active {color: #118abc; text-decoration: underline}
	
.blue_bold	{
	color: #118abc;
	font-weight: bold;
	}
	
.float-right {
	float: right;
	}
	
.hr {
	height: 20px;
	width: 100%;
	background: url(../images/hr.gif) center repeat-x;
	}
	
#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_left_60.jpg);
	background-repeat: no-repeat;
	width: 100%;
	}

#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_right_60.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFF;
	}
	
#bg_links {
	width: 60px;
	height: 895px;
	float: left;
	}
#main {
	margin: 0;
	margin-left: 62px;
	margin-right: 61px;
	}

#bg_rechts {
	width: 60px;
	height: 895px;
	float: right;
	}

#banner1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 134px;
	}	

#banner2 {
	margin: 0;
	padding: 0;
	background-image: url(../images/banner_logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFF;
	z-index: -1;
	}

/* Winkel menu rechtsboven */
#banner_logo {
	width: 150px;
	max-height: 129px;
	padding-top: 5px;
	padding-left: 84px;
	float: right;
	}

#banner_logo a {
	display: block;
	height: 17px;
	width: 121px;
	color: #118abc;
	text-decoration: none;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 28px;
	margin-bottom: 1px;
	}

#banner_logo a.klantgegevens {
	background: url(../images/icons/user.png) 5px 2px no-repeat;
	}
	
#banner_logo a.winkelwagen {
	background: url(../images/icons/cart.png) 5px 2px no-repeat;
	}
	
#banner_logo a.key {
	background: url(../images/icons/key.png) 5px 2px no-repeat;
	}
	
#banner_logo a:hover {
	background-color: #efefef;
	}
/* --------------------------- */	


#banner_wit_paars {
	margin: 0;
	margin-left: 417px;
	margin-right: 234px;
	height: 134px;
	background-image: url(../images/banner_wit_paars.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}

#banner_text {
	width: 417px;
	height: 134px;
	float: left;
	}
	
#content {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	}

#menu_container {
	width: 200px;
	float: left;
	}
	
.menu_top {
	width: 193px;
	height: 10px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
	}
	
.menu_bottom {
	width: 193px;
	height: 10px;
	padding-bottom: 10px;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat;
	}
	
.menu_mid {
	width: 193px;
	padding: 0;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-image: url(../images/menu_mid.jpg);
	background-repeat: repeat-y;
	}
		
#eigenschappen ul {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-top: 5px;
	width: 160px;
	font-size: 11px;
	text-decoration: none;
	}

#eigenschappen li {
	padding-top: 0px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	list-style-type: none; 
	}

.menu_hr {
	width: 178px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -8px;
	background-image: url(../images/menu_hr.png);
	}
	
/* Item lijst */
#itemlist {
	margin-top: 0px;
	margin-left: 18px;
	padding-bottom: 20px;
	float: left;
	}
	
#items_gevonden {
	width: 250px;
	height: 20px;
	margin-top: 3px;
	margin-left: 32px;
	}
	
.item {
	width: 177px;
	height: 170px;
	background-image: url(../images/item_bg.jpg);
	border: 1px solid #d8d7d7;
	margin-left: 14px;
	margin-top: 14px;
	float: left;
	font-size: 11px;
	}
	
.item:hover {
	border: 1px solid #118abc;
	background-image: url(../images/item_bg_h.jpg);
	}
	
.item_info_artikelnr a {
	color: #118abc;
	text-decoration: none;
	padding-right: 12px;
	}
	
.item_info_artikelnr a:hover{
	text-decoration: underline;
	background: url(../images/icons/bullet_add.png) right no-repeat;
	}
	
.item_img {
	text-align: center;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.item_info_titel {
	text-align: left;
	padding-left: 10px;
	margin-top: 12px;
	height: 30px;
	font-weight: bold;
	}
	
.item_info_titel a {
	color: #000;
	text-decoration: none;
	}
	
.item_info_titel a.link-underline {
	color: red;
	text-decoration: underline;
	}
	
.item_info_artikelnr {
	text-align: left;
	padding-left: 10px;
	height: 15px;
	}
/* --------------------------- */

/* Baardsleutels lijst */
.item_baardsleutels {
	width: 96%;
	background: url(../images/item_baard_bg.jpg) bottom left repeat-x;
	border: 1px solid #d8d7d7;
	margin-left: 14px;
	margin-top: 14px;
	padding-bottom: 10px;
	float: left;
	font-size: 11px;
	background-color: #FFF;
	}

.baard_hoofditem_wrap {
	height: 180px;
	width: 180px;
	float: left;
	}
	
.baard_subitem_wrap {
	float: left;
	}
	
.baard_subitem {
	height: 68px;
	width: 68px;
	float: left;
	background-color: red;
	margin-right: 10px;
	margin-top: 10px;
	}
	
.item_baard_img {
	margin-left: 20px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* --------------------------- */	

.categorie {
	width: 177px;
	height: 170px;
	background-image: url(../images/categorie_bg.jpg);
	border: 1px solid #d8d7d7;
	margin-left: 14px;
	margin-top: 14px;
	float: left;
	font-size: 11px;
	}
	
.categorie:hover {
	border: 1px solid #118abc;
	background-image: url(../images/categorie_bg_h.jpg);
	}
	
.categorie_info_titel {
	text-align: center;
	padding-left: 0px;
	margin-top: 20px;
	height: 30px;
	color: #03507d;
	font-weight: bold;
	}
	
.categorie_info_titel a{
	color: #03507d;
	text-decoration: none;
	}

#f1	{
	padding: 0;
	margin: 0;
	}

.selectie {
	margin-left: 3px;
	padding-left: 20px;
	font-size: 11px;
	color: #118abc;
	text-decoration: none;
	background: url(../images/icons/refresh_small.png) left no-repeat;
	}

/* Zoeken */
.form_zoeken {
	margin-bottom: 5px;
	padding: 3px;
	height: 14px;
	width: 152px;
	font-size: 11px;
	font-weight: bold;
	color: #03507D;
	}
	
.submit_zoeken_xs {
	margin-top: 5px;
	}
	
.zoeken_select {
	height: 20px;
	width: 162px;
	font-size: 11px;
	}
	
#itemlist_zoekresultaten {
	margin-top: 0px;
	margin-left: 32px;
	padding-bottom: 20px;
	float: left;
	}
	
.table_zoekresultaten img {
	margin-right: 20px;
	}
	
.table_zoekresultaten td {
	vertical-align: top;
	}
	
.menu_mid form {
	margin: 0;
	margin-top: 7px;
	padding: 0;
	}
	
.vergrootglas {
	padding: 0;
	margin-left: 5px;
	vertical-align: middle;
	}
	
.menu_mid form a {
	margin-top: 30px;
	font-size: 11px;
	color: #118abc;
	text-decoration: none;
	}
	
.menu_mid form a:hover{
	text-decoration: underline;
	}

/* Product detailpagina */
.detail_left_wrapper {
	padding-right: 35px;
	height: 100%;
	}

#content_det {
	margin-left: 25px;
	}

#detail_header {
	height: 100%;
	}
	
#detail_header h1. #detail_informatie h1{
	color: #7c2f8c;
	font-size: 18px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	}
	
#detail_header h2{
	color: #118abc;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.det_foto_small {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	}
	
#det_foto_big {
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
.detail_informatie {
	float: left;
	margin-top: 15px;
	padding-right: 20px;
	}
	
a.afbeelding_vergroten {
	display: block;
	width: 173px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	font-size: 11px;
	text-indent: 45px;
	border: 1px solid #eaeaea;
	background: url(../images/icons/vergrootglas.png) 25px 4px no-repeat;
	background-color: #f9f9f9;
	}
	
a.afbeelding_vergroten:hover {
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px solid #118abc;
	}
/* --------------------------- */

/* Tabel opmaak downloads/prijs */
.table-width_180 {
	width: 180px;
	}
	
table.data_table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #2F4F4F;
	margin-bottom: 5px;
	}
	
table.data_table caption {
	font-weight: bold;
	background: #079cd8 url(../images/tabel_hoek.gif) no-repeat right top;
	border-bottom:2px solid #0080c4;
	color: #FFF;
	text-transform:uppercase;
	padding:5px;
	}
	
table.data_table thead th {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#666666;
	text-align:center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
table.data_table td.links{
	width: 100px;
	font-weight: bold;
	vertical-align: middle;
	}
	
table.data_table tr {
	background-color:#FFF;
	text-align:center;
	}
	
table.data_table tr.odd {
	background: #f6f6f6;
	border-top:1px solid #FFF;
	text-align:center;
	}
	
table.data_table td {
	border: 1px solid #FFF;
	vertical-align: top;
	padding: 5px;
	vertical-align: middle;
	}
	
table.data_table a {
	text-decoration: none;
	color: #118abc;
	}
	
table.data_table a:hover {
	text-decoration: underline;
	}
/* --------------------------- */

/* Bestellen */
.bestellen-wrapper {
	width: 168px;
	padding: 5px;
	padding-bottom: 8px;
	border: 1px solid #dadada;
	background-color: #f2f2f2;
	}
	
.bestellen-wrapper .aantal {
	float: left;
	color: #118abc;
	font-weight: bold;
	margin-top: 5px;
	}
	
.bestellen-wrapper .input-aantal {
	margin: 0;
	padding: 0;
	padding: 4px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-top: 4px;
	width: 25px;
	float: left;
	border: 1px solid #cccccc;
	font-size: 11px;
	text-align: right;
	}
	
.bestellen-wrapper .input-aantal:hover {
	border: 1px solid #118abc;
	}
	
.bestelbutton {
	padding: 4px;
	padding-bottom: 3px;
	padding-left: 20px;
	float: left;
	color: #118abc;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 8px;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: url(../images/icons/cart_put.png) 3px 3px no-repeat;
	background-color: #FFF;
	cursor: pointer;
	cursor: hand;
	overflow: visible;
	}
	
.bestelbutton:hover {
	border: 1px solid #118abc;
	}
/* --------------------------- */

/* Uitvoeringen */
table.uitvoeringen {
	margin-top: 15px;
	}

table.uitvoeringen td.td_test {
	vertical-align: top;
	border-bottom: 1px solid #e2e1e1;
	padding-bottom: 10px;
	padding-top: 10px;
	}

table.uitvoeringen img {
	margin-right: 20px;
	}
	
table.uitvoeringen td.uitvoering_details {
	width: 300px;
	vertical-align: top;
	border-bottom: 1px solid #e2e1e1;
	padding-bottom: 10px;
	padding-top: 10px;
	}	

table.uitvoeringen h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #118abc;;
	font-size: 14px;
	font-weight: bold;
	}
/* --------------------------- */

/* Geavanceerd zoeken */
.geavanceerdzoeken-wrap {
	padding-left: 40px;
	padding-top: 18px;
	}
	
.geavanceerdzoeken_table td.zoeken-lable {
	width: 100px;
	vertical-align: top;
	}
	
.geavanceerdzoeken_table td select {
	font-size: 12px;
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
	}
	
.ColorsGroup {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #7d308e;
	background-color: #efefef;
	}
	
.ColorsGroup option {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
	padding-left: 15px;
    }
	
.geavanceerdzoeken_table h2 {
	padding: 0;
	}
	
/* --------------------------- */

/* Snel zoeken */
#itemlist_snelzoeken {
	margin-top: 0px;
	margin-left: 32px;
	padding-bottom: 20px;
	float: left;
	}
	
#snelzoek_artikel {
	position: relative;
	float:left;
	width:210px;
	height:210px;
	z-index: 1;
	margin-right: 14px;
	margin-bottom: 14px;
	border: 1px solid #D8D7D7;
	background: url(../images/snelzoeken_bg.png) left bottom repeat-x;
	}
	
.snelzoek_artikel_hoverbox {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 180px;
	height: 180px;
	padding: 15px;
	text-align: right;
	display: none;
	z-index: 2;
	border: 1px solid #118ABC;
	background: url(../images/snelzoeken_h.png) left bottom repeat-x;
	background-color: #fff;
	}
	
.img-wrap {
	margin-top: 10px;
	margin-bottom: 4px;
	height: 160px;
	text-align: center;
	}
	
input.snelzoeken {
	height: 16px;
	width: 100px;
	}
	
#snelzoek_artikel .snelzoeken_merk {
	padding-left: 10px;
	font-weight: bold;
	color: #000;
	}
	
#snelzoek_artikel .snelzoeken_type {
	padding-left: 10px;
	color: #000;
	}
	
/* Frezen dropdown */
.frezen_dropdown {
	background-color: #EFEFEF;
	border: 1px solid #7f9db9;
	}
	
.frezen_dropdown .lichtgeel {
	height: 18px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #FFF;
	}
	
.frezen_dropdown .input
{
background-color: #118ABC;
font-family: Tahoma, Arial, Helvetica;
font-size: 8pt;
font-weight: bold;
line-height: 10 pt;
}

.frezen_dropdown .fullspecs
{
background-color: #FF0000;
color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica;
font-size: 8pt;
font-weight: bold;
line-height: 10 pt;
border-bottom: 1px solid #FFF;
border: outset 1px #FF0000;/*for demonstration only*/
}
