/* overall tags */

html{
	font-family:verdana;
	font-size:12px;
}

body{
	line-height:16px;
}

a{
	text-decoration:underline;
	color:#989898;
}

p{
	margin-bottom:8px;
}

h1{
	display:block;
	width:740px;
	color:black;
	background-color:#CCCCCC;
	height:20px;
	padding:10px;
	margin-bottom:20px;
}

h4{
	display:block;
	width:100%;
	color:black;
	background-color:#CCCCCC;
	height:20px;
	padding:10px;
	margin-bottom:20px;
}

table tr td{
	vertical-align:top;
}
/* global divs */

#container{
	width:1058px;
	margin:0px auto;
}

#center{
	width:1058px;
	height:auto;
	position:relative;
	float:left;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-y;
	padding-left:39px;
	padding-right:39px;
}

#header{
	width:980px;
	height:120px;
	height:auto;
	position:relative;
	float:left;
	padding-bottom:20px;
}

#menu{
	width:180px;
	height:auto;
	position:relative;
	float:left;
}

#content{
	width:760px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	height:auto;
	position:relative;
	float:left;
}

#content ul li{
	list-style-type:disc;
	margin-left:15px;
}

#footer{
	width:1058px;
	padding-top:10px;
	height:30px;
	color:white;
	position:relative;
	float:left;
	background-image:url("images/foot.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

/* menu opmaak */
#menu ul{
	width: 180px;
	float:left;
}

#menu ul li{
	width:180px;
	float:left;
	padding-top:1px;
	padding-bottom:1px;
}

#menu ul li a{
	display:block;
	width:180px;
	height:18px;
	color:white;
	text-decoration:none;
	padding-left:15px;
	font-size:11px;
	background-image:url("images/menuback.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:1px;
}

#menu ul li a:hover{
	display:block;
	width:180px;
	height:18px;
	color:white;
	text-decoration:none;
	padding-left:15px;
	font-size:11px;
	background-image:url("images/menubackhover.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:1px;
}

/* catalogus opmaak */
.roundProd{
	position:relative;
	float:left;
	width:180px;
	height:180px;
	margin-top:8px;
	margin-right:8px;
	border: 1px solid #dddddd;
}

.roundProd a{
	color:black;
	font-size:12px;
	text-decoration:none;
}

.prodTitle{
	width:180px;
	padding-top:5px;
	height:25px;
	text-align:center;
	position:relative;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

.prodImg{
	width:180px;
	height:105px;
	text-align:center;
	padding-top:15px;
	position:relative;
	float:left;
}

.prodPrijs{
	font-size:12px;
	width:180px;
	height:45px;
	position:relative;
	float:left;
	text-align:center;
	text-transform:none;
}

.itemContainer{
	position:relative;
	float:left;
	width:760px;
}

.itemLeft{
	position:relative;
	float:left;
	width:500px;
}

.itemPic{
	position:relative;
	float:left;
	width:500px;
}

.itemThumb{
	position:relative;
	float:left;
	width:500px;
	padding-top:15px;
}

.itemLeft img{
	margin-right:5px;
}

.itemRight{
	position:relative;
	float:left;
	width:220px;
	padding-left:20px;
	padding-right:20px;
}

.itemPijlen{
	position:relative;
	float:left;
	width:220px;
}

.itemDetails{
	position:relative;
	float:left;
	width:220px;
}

.itemPrijs{
	position:relative;
	float:left;
	width:180px;
	padding:20px;
	margin-top:20px;
	background-color:#CCCCCC;
}

.promo{
	color:red;
	text-transform:uppercase;
	font-weight:bold;
}


/* header catalog: search, sort, list */
#headCatalogHolder{
	width:760px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	height:auto;
	position:relative;
	float:left;
}

.sort_on_text{
	float:left;
	width:100px;
}

.sort_on_form{
	float:left;
	width:100px;
}

.sort_on_select{
	float:left;
}

#searc_cat{
	float:left;
	padding-left:20px;
	width:300px;
}

.seach_input{
	float:left;
	margin-right:20px;
}

.search_submit{
	padding-left:20px;
	float:left;
}

.even{
	background-color:white;
}
.odd{
	background-color:#DDDDDD;
}

#lijstentable tbody tr td{
	padding-top:5px;
	padding-bottom:5px;
}

#lijstentable tbody tr td a{
	color:black;
	text-decoration:none;
}

.sold{
	background-color:blue;
	color:white;
	padding:5px;
}

