/*  Global stylesheet by IntraServe. Only values that need to be overruled are defined here
 *  Version: 1.70
 *  Date: 06-05-2009
 *
 *  Structure of document:
 *  1. Global layout styles
 *    1a. Global styles
 *    1b. Pre-defined classes
 *    1c. Container elements
 *    1d. Box elements
 *    1e. Navigations
 *  2. Text layout styles
 *    2a. Content
 *    2b. Headers
 *    2c. Footers
 *    2d. Navigations	
 */

/* ----- Start of styles ----- */

/* ----- 1. Global layout styles ----- */

/* 1a. Global styles */

body {
	margin: 0px;
	font-family: Trebuchet MS;
	background:#fff;
}

input,select,textarea {
	border: 1px solid #000000;
	margin:1px 15px 0 5px;
}

input.button {
	border: 1px solid #000000;
	background-color: #999999;
}

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

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

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}

input{
	height:13px;
	margin:1px 15px 0 5px;
	padding-left:5px;
	font:11px arial;
	color:#808285;
	border:1px solid #808285;
	font-weight:bold;
}


#wrapper{
	width:1000px;
	height:auto;
	background:#f1f2f2;
	margin:0 auto;
}

	#inner-wrap{
		width:988px;
		height:auto;
		margin:0 auto;
	}
	
#top{
	width:988px;
	height:81px;
	background:transparent url("images/header.png") no-repeat;
	position:relative;
}

#top-nav{
	width:988px;
	height:32px;
	background:transparent url("images/top-nav.png") repeat-x;
}

#top-shade{
	width:988px;
	height:40px;
	background:transparent url("images/shade.png") repeat-x;
}

#content-wrap{
	width:988px;
	height:auto;
}

#left-nav{
	width:165px;
	height:auto;
	float:left;
}


#content{
	width:630px;
	height:auto;
	margin:0 9px 0 9px;
	float:left;
	font:12px Arial;
	line-height:24px;
}

#content h1{
	font:30px Arial;
	color:#000;
}

#content h2{
	font:24px Arial;
	color:#000;
}

#content h3{
	font:20px Arial;
	color:#000;
}

#tabs1 ul {
	padding: 10px 0 0 30px;
	list-style: square;
}

#right-nav{
	width:175px;
	height:auto;
	float:left;
}


#footer{
	width:100%;
	padding:25px 0 25px 0;
	margin-top:15px;
	text-align:center;
	font:10px Arial;
}



#top a.logo-link-2{
	position:absolute;
	width:238px;
	height:30px;
	left:31px;
	top:16px;
	display:block;
	overflow:hidden;
}
#top a.logo-link{
	position:absolute;
	width:238px;
	height:16px;
	left:31px;
	top:48px;
	display:block;
	overflow:hidden;
}
#top a.logo-link:hover{
	background:url("../../../images/logo-hover.png") no-repeat bottom;

}
#top a.cart{
	float:right;
	margin:10px 25px 0 0;
	width:121px;
	height:30px;
	overflow:hidden;
}

#top a.cart:hover{
	background:url("../../../images/cart-hover.png") no-repeat;
	background-position:-2px -4px;
	padding-top:30px;
	width:121px;
	height:0px;
	overflow:hidden;
}

#top-nav-content{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}

#top-nav-content li{
	width:164px;
	height:auto;
	margin-top:10px;
	float:left;
}

#top-nav-content li a{
	font:11px Trebuchet MS;
	color:#797979;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}

	#top-nav-content li a:hover{
		color:#000000;
	}
	


#left-nav-content{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	list-style:none;
}

#left-nav span{
	width:145px;
	height:auto;
	display:block;
	padding:2px 0 2px 20px;
	margin-bottom:10px;
	background:#00b9f2 url("images/aro-down-span.png") no-repeat;
	background-position:6px 6px;
	font:11px Arial;
	font-weight:bold;
	color:#fff;
}

#left-nav-content li{
	width:100%;
	height:auto;
	border-bottom:1px solid #d4d4d4;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}

#left-nav-content li.first{
	border-top:1px solid #d4d4d4;
}

#left-nav-content li a{
	font:11px arial;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-left:20px;
}

#left-nav-content li a.active{
	background:transparent url("images/aro-down.png") no-repeat;
	background-position:4px 2px;
	color:#00aeef;
}

#left-nav-content li a.inactive{
	background:transparent url("images/aro-right.png") no-repeat;
	background-position:4px 2px;
}

	#left-nav-content li a:hover{
		color:#00aeef;
	}
	
	img.list-image{
		margin:3px 3px 0 0;
		float:left;
	}
	
ul#left-nav-sub{
	width:auto;
	height:auto;
	list-style:none;
	margin:0;
	padding:0;
	font-weight:normal;
}	

ul#left-nav-sub li{
	border:0;
}	

ul#left-nav-sub li a{
	font-weight:normal;
}


#right-nav-search{
	width:175px;
	height:20px;
	background:#00b9f2;
	
}

#right-nav-search input{
	width:125px;
	height:13px;
	float:left;
	margin:1px 10px 0 5px;
	padding-left:5px;
	font:11px arial;
	color:#808285;
	border:1px solid #808285;
	font-weight:bold;
}

#right-nav-search a{
	float:right;
}

#right-nav-login{
	width:175px;
	height:auto;
	background:#dcddde;
	margin-top:10px;
	font:11px arial;
	color:#000;
}

#right-nav-login span{
	font:11px Arial;
	color:#808285;
	font-weight:bold;
	padding-left:5px;
	margin-bottom:5px;
	display:block;
}

#right-nav-login input{
	width:155px;
	height:13px;
	float:left;
	margin:1px 15px 5px 5px;
	padding-left:5px;
	font:11px arial;
	color:#808285;
	border:1px solid #808285;
	font-weight:bold;
}

a.right-nav-link{
	font:11px Arial;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#9d9d9d;
	margin:5px 0 5px 0;
	padding-left:14px;
	background:transparent url("images/aro-right.png") no-repeat;
	background-position:0 1px;
}

a:hover.right-nav-link{
	color:#000;
}

#right-nav-cart{
	width:175px;
	height:auto;
	background:#fff url("images/right-nav-cart.png") no-repeat;
	background-position:7px 5px;
	margin-top:20px;
}

#right-nav-cart span{
	font:11px Arial;
	color:#000;
	font-weight:bold;
	display:block;
	padding:10px 0 0 40px;
	margin-bottom:15px;
}

#right-nav-cart b{
	color:#00b9f2;
}

.right-nav-cart-1{
	width:55px;
	height:auto;
	float:left;
	margin-left:14px;
	font:11px Arial;
}

.right-nav-cart-2{
	width:105px;
	height:auto;
	float:right;
	font:11px Arial;
	margin-bottom:10px;
}

img#right-nav-sum{
	margin-top:20px;
}



.product-row{
	width:637px;
	height:auto;
	margin-bottom:10px;
	margin-left:-7px;
	overflow:hidden;
}

.catname{
	font:30px arial;
	color:#000;
	margin:0;
	margin-bottom:15px;
	padding:0;
}

.product-display{
	width:150px;
	height:328px;
	border:1px solid #c6c7c9;
	float:left;
	background:#fff;
	margin-left:7px;
	margin-bottom:10px;
	overflow:hidden;
	display:block;
}

.product-display.last{
	margin-right:0;
}

.product-display a.product-display-name{
	width:135px;
	height:34px;
	padding-left:5px;
	display:block;
	font:14px Arial;
	color:#969696;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

.product-display a:hover.product-display-name{
	color:#000;
}
.product-display a.product-display-name span{
	font:12px Arial;
	color:#969696;
	font-weight:bold;
	display:block;
}

.product-display-sum{
	width:135px;
	height:35px;
	padding-left:15px;
	margin:5px 0 5px 0;
	position:relative;
}

	.product-display-sum a{
		float:left;
		height:19px;
		overflow:hidden;
		display:block;
	}

	.product-display-sum a:hover{
		background:url("../../../images/cart-small-hover.png") no-repeat;
		height:0px;
		padding-top:19px;
	}

	.product-display-sum span.price{
		float:right;
		font:20px Arial;
		color:#000;
		margin-right:5px;
	}

	.product-display-sum span.btw{
		display:block;
		font:10px Arial;
		clear:both;
		letter-spacing:-0.05em;
		color:#696969;
		position:absolute;
		right:5px;
		bottom:0px;
	}

.product-display-rating{
	width:135px;
	height:21px;
	padding-left:15px;
	background:#e5e5e5;
}

	.product-display-rating span{
		font:10px Arial;
		color:#000;
		font-weight:bold;
		padding-top:4px;
		float:left;
		margin-right:10px;
	}
	
	.product-display-rating img{
		float:left;
	}
	
	
img.product-page-img{
	width:390px;
	height:400px;
	float:left;
	border:1px solid #c6c7c9;
	background:#fff;
}

.product-page-sum{
	width:230px;
	height:400px;
	float:right;
	border:1px solid #c6c7c9;
	position:relative;
}

h1#producttitle{
	width:210px;
	margin-top:15px;
	color:#000;
	padding: 0 10px 10px 10px;
	font-size: 24px;
	font: Arial;
}

.headerdevider {
	border-bottom:1px solid #c6c7c9;
	width:230px;
	height: 1px;
	font-size: 0px;
}

.product-page-sum h1 span{
	display: block;
	font:20px Arial;
}


.product-display-rating.product-page{
	margin-top:20px;
	margin-left:10px;
	background:transparent;
}

.product-page-sum a.product-page-review{
	display: block;
	font:11px Arial;
	font-weight:bold;
	margin-left:25px;
	padding-left:15px;
	color:#727272;
	background:transparent url("images/aro-right.png") no-repeat;	
	background-position:0 2px;
	margin-bottom:5px;
	margin-top:10px;
}

.product-page-sum a:hover.product-page-review{
	color:#000;
}

.product-page-price{	
	width:210px;
	height:auto;
	position:absolute;
	bottom:0;
	text-align:right;
	font:10px Arial;
	color:#949494;
	padding-right:20px;
}

.product-page-price h1{	
	border:0;
	margin:0;
	padding:0;
	width:auto;
	color:#000;
}

.product-page-tabs{
	width:100%;
	height:auto;
	margin-top:30px;
}

	.product-page-tabs a{
		font:12px Arial;
		color:#000;
		font-weight:bold;
		display:block;
		float:left;
		margin-right:35px;
		margin-left:15px;
	}
	
	.product-page-tabs a.inactive{
		color:#b4b4b4;
	}
	
	.product-page-tabs a:hover.inactive{
		color:#000;
		text-decoration:none;
	}
	

hr{
	width:100%;
	height:1px;
	clear:both;
	color:#c0c0c0;
	background:#c0c0c0;
	margin-bottom:15px;
}
	

.tabbertab p#tabcontent{
	font:12px Arial;
	line-height:18px;
	margin:0 0 10px 0;
}

.tabbertab p.tabspace {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

.tabbertab hr {
	height:1px; 
	background:#c0c0c0; 
	color:#c0c0c0;
	border: none;  
	margin: 0 0 10px 0;
}
.tabbertab a {
	font-weight:bold;
}

.product-row hr {
	height:1px; 
	background:#c0c0c0; 
	color:#c0c0c0;
	border: none;  
	margin: 10px 0 10px 0;
}

span.padding{
	margin-left:15px;
	font:12px Arial;
	font-weight:bold;
	color:#000;
}

.product-rate{
	text-align:center;
	margin-bottom:20px;
	background:#fff;
	font:12px Arial;
	color:#000;
	padding:10px 0;
}
.select{
	font:12px Arial;
	height:20px;
}
.submit{
	height:20px;
	background:#FF6000;
	border:1px solid #fff;
	font:12px Arial;
	color:#fff;
}

.review{
	font:20px arial;
	color:#efefef;
	background:#00B9F2;
	color:#fff;
	display:block;
	margin-bottom:10px;
}

.post{
	font:11px arial;
	color:#000;
}

.post input{
	margin:0;
	color:#000;
	font-weight:normal;
}

#review_message{
	height:100px;
	display:block;
	border:1px solid #808285;
	padding:0 5px;
}

.section_help h1 {
	font:30px Arial;
	margin: 0 0 30px 0;
	color:#000;
}

.section_help h1 span {
	display: block;
	font:20px Arial;
}

.section_help {
	font:12px Arial;
	line-height:24px;
}

.section_help p {
	margin: 0 0 20px 0;
	font:12px Arial;
	line-height:24px;
}

.section_help ul {
	list-style: square;
	padding: 20px 0 0 30px;
	margin: -20px 0 10px 0;
}

.section_help ol {
	list-style: decimal;
	padding: 0 0 0 30px;
	margin: -20px 0 10px 0;
}

.section_help input {
	width: 490px;
	padding: 3px;
	border: 1px solid #808285;
}
.contact_list {
	width: 498px;
	padding: 3px;
	height: 21px;
	margin: 0 0 0 5px;
	border: 1px solid #808285;
}
.contact_message {
	width: 490px;
	height: 150px;
	padding: 3px;
	margin: 0 0 0 5px;
	border: 1px solid #808285;
}


.aantal{
	background:#00B9F2;
	font:12px arial;
	color:#fff;
	height:15px;
	padding:2px 10px;
	font-weight:bold;
}
	.gevonden{
		float:left;
	color:#fff;
	}
	.weergeven{
		float:right;
	color:#fff;
	}	
	
.sort{
	background:#fff;
	margin:20px 0px;
	padding:10px 5px;
	font:14px arial;
}	
	.sort a{
		padding:0px 10px;
		text-decoration:none;
	}	

.section_register input {
	width: 490px;
	padding: 3px;
	border: 1px solid #808285;
}
input.none {
	width: inherit;
	border: none;
}
.section_register select {
	width: 498px;
	padding: 3px;
	height: 21px;
	margin: 2px 0 2px 5px;
	border: 1px solid #808285;
}

.error-message-min-order {
	width: 610px;
	background: #fff;
	padding: 10px;
	border: 2px solid #00B9F2;
	margin-bottom: 20px;
}

#flash-banner {
	margin: 0 0 10px 0;
}

.order_message_dialog {
	background: #fff;
	padding: 10px;
}

.reviews {
	margin: 0 0 0 0;
	overflow: auto;
}

.reviewbox1 {
	width: 294px;
	padding: 0 10px 10px 10px;
	float: left;
	border-right: 1px solid #c9c9c9;
}

.reviewbox2 {
	width: 295px;
	padding: 0 10px 10px 10px;
	float: left;
}

.review_author {
	color: #8b8b8b;
	font-weight: bold;
}

.reviewbox1 p, .reviewbox2 p {
	line-height: 18px;
}

.review_add {
	width: 610px;
	border-top: 1px solid #c9c9c9;
	padding: 10px;
	clear: both;
}

.review_add .review_add_title{
	font-size: 16px;
	font-weight: bold;
}

strong{ font-weight:bold; }

#tabs1 .ratingprod{ width:150px; height:20px; display:block; margin:20px 0 20px 0;}	
#tabs1 .ratingprod ul, .ratingprod li{ list-style:none; margin:0; padding:0; width:auto; height:20px;}
#tabs1 .ratingprod span{ float:left; margin-right:10px;}

.aanmelden-als{
	width:175px;
	height:105px;
	background:transparent url("images/aanmelden-als.jpg") no-repeat;
	margin:15px 0;
	position:relative;
	}
.aanmelden{ font:11px Arial; color:#fff; text-decoration:none; display:block; position:absolute; bottom:48px; left:20px;}
.aanmelden.meer{bottom:19px;}

.pagi{ height:40px; width:auto; }
.pagi a{ display:block; font:11px Arial; color:#000; padding:0 5px 0 5px; text-decoration:none; border:1px solid #00B9F2; float:left; text-decoration:none; margin:0 5px 0 5px;}
.pagi a:hover{ background:#00B9F2; color:#fff; }
.pagi a.active{ background:#00B9F2; color:#fff;}
.pagi span{ float:left; font:11px Arial; margin-top:1px;}

