/**
 * Default HTML tags
 * -----------------
 */
*{
	margin:0;
	padding: 0;
} 

body{
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background-color: #f7f8f8;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	color: #000;
}

h1{
	margin: 5px 0;
	font-size: 16px;
	color: #555;
	border-bottom: 1px solid #555;
	text-decoration: underline;
	text-decoration: none;
}

h2{
	margin: 20px 20px 0 15px;
	font-size: 15px;
	color: #666;
}

h2 a{
	text-decoration: underline;
}

ul{
	margin: 5px 0 5px 50px;
}

ul li{
	list-style: square;
}

p{
	margin: 10px 0;
	text-align: justify;
}

a{
	color: #8ea435;
	text-decoration: none;	
}

a:hover{
	color: #555;
	text-decoration: none;
}

img{
	border: none;
	text-decoration: none;
}

/**
 * Page structure 
 * --------------
 */ 
#container{
	text-align:left;
	margin: 0 auto;
	width: 990px;
}

#header{
	float: left;
	display: block;
	width: 590px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: none;
}

#header a{
	display:block;
	width: 590px;
	height: 100px;
}

#header span{
	display:none;
}

#subheader{
	float: right;
	display: block;
	width: 350px;
	height: 70px;
	margin: 0;
	padding: 30px 0 0 50px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #444;
}

#content{
	float: left;	
	margin: 0;
	width: 595px;
	padding: 0;
}

#footer{
	clear: both;
	margin: 0 auto 20px auto;	
	width: 966px;
	text-align: right;
	padding: 7px 10px;
	border: 2px solid #e7e8e8;
	background-color: #FFF;
	color: #777;
}

#footer a{
	color: #777;
	text-decoration: underline;
}


#footer a:hover{
	text-decoration: none;
}

.clearboth{
	clear: both;
}


/**
 * Language bar
 * ------------
 */
#lang{
	float: right;
	text-align: right;
	width: 990px;
	height: 19px;
}

#lang li{
	display: inline;
	padding: 0 5px;
	color: #FFF;
}

#lang li a{
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#lang .active a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#lang li a:hover{
	text-decoration: none;
	color: #FFF;
}

/**
 * Navigation
 * ----------
 */
#navigation{
	float: left;
	font-size: 15px;
	margin: 3px 0 0 0;
	width: 990px;
	height: 30px;
	text-align: center;
}

#navigation li{
	display: inline-block;
}

#navigation li a{
	padding: 2px 0;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 135px;
	border-left: 2px solid #416010;
}

#navigation li:first-child a{
	border: none;
}

#navigation a:hover{
	color: #CCC;
}

#navigation .active a{
	text-decoration: underline;
	font-weight: bold;
}

/**
 * Subnavigation
 * -------------
 */
#subnavigation{
	float: left;
	margin: 0 10px 15px 0;
	padding: 0 0 0 20px;
	text-align: left;
	width: 165px;
	font-size: 15px;
	border: 2px solid #e7e8e8;
	min-height: 500px;
	background-color: #FFF;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat-x;
}

#subnavigation li{
	list-style-type: none;
	margin: 7px 0 0 7px;
	font-size: 12px;
}

#subnavigation .cat0{
	list-style-type: disc;
	margin-left: 0px;
	font-weight: bold;
}

#subnavigation .cat0 a{
	color: #000;
}

#subnavigation .cat1 a{
	color: #8ea435;
}

#subnavigation .cat2 a{
	color: #8ea435;
}

#subnavigation .cat3 a{
	color: #8ea435;
}

#subnavigation .cat4 a{
	color: #8ea435;
}

#subnavigation .cat1{
	list-style-type: circle;	
	margin-left: 20px;
	color: #8ea435;
}

#subnavigation .cat2{
	list-style-type: none;
	margin-left: 30px;
	color: #000;
}

#subnavigation .cat3{
	list-style-type: none;
	margin-left: 40px;
	color: #000;
}

#subnavigation .cat4{
	list-style-type: none;
	margin-left: 50px;
	color: #000;
}

#subnavigation li a{
	color: #888;
	display: block;
}

#subnavigation li a:hover{
	color: #777;
}

/**
 * specials
 * --------
 */
#specials{
	float: right;
	margin: 0 0 0 10px;
	text-align: left;
	width: 180px;
	font-size: 12px;
	border: 2px solid #e7e8e8;
	min-height: 100px;
	background-color: #FFF;
	background-image: url(../images/subnav_bg.gif);
	background-repeat: repeat-x;	
}

#specials .specialitem{
	margin: 10px 0 20px 0;
	display: block;
	width: 160px;
	margin-left: 10px;
	border: 2px solid #e7e8e8;
}

#specials .special_title{
	color: #FFF;
	background-color: #8ea435;
	display: block;
	width: 160px;
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
}

#specials .special_title a{
	color: #FFF;
	text-decoration: underline;
}

#specials .special_title a:hover{
	color: #FFF;
	text-decoration: none;
}

#specials ul{
	margin-left: 17px;
}

/**
 * Links page
 * ----------
 */
.intext{	
	margin: 3px 7px 0 0;
}

.link p{	
	margin-left: 20px;	
}

.link{	
	min-height: 140px;
	border-bottom: 1px solid #8ea231;
}

/**
 * product page
 * ------------
 */
.categoryItem{
	float: left;
	width: 125px;
	height: 155px;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 6px 0 6px 11px;
	background-image: url(../images/category_item.png);
}

.categoryItem a{
	color: #000;
}

.categoryItem a:hover{
	color: #777;
}

.productItem{
	float: left;
	width: 125px;
	height: 155px;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 2px;
	background-image: url(../images/product_item.png);
}

.productItem a{
	color: #000;
}

.productItem a:hover{
	color: #777;
}

.itemTitle{
	display: block;
	height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

.itemPrice{
	display: block;
	height: 30px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: right;
	width: 110px;
	font-weight: bold;
	font-size: 14px;
}

/**
 * product detail
 * --------------
 */
#itemPrices{
	width: 210px;
	float: left;
	display: block;
	text-align: right;
	margin: 0;
	padding: 22px 15px 25px 0px;
	background-image: url(../images/price_bg.png);
	background-repeat: no-repeat;
	margin-left: 30px;
}

#itemPrices .excl{
	display: block;	
	font-size: 20px;
	color: #000;
}

#itemPrices .incl{
	display: block;	
	font-size: 15px;
	margin-top: 7px;
	color: #222;
}

#itemForm{
	width: 220px;
	float: left;
	display: block;
	padding: 0;
	background-repeat: no-repeat;
	margin: 0;
	margin-left: 30px;
}

#itemUrlVideo{
	width: 200px;
	float: left;
	display: block;
	text-align: right;
	margin: 0;
	padding: 20px 0 20px 20px;	
}

#itemUrlPhoto{
	width: 330px;	
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

#itemText{
	clear: both;
	padding: 10px 0;
	margin: 0;
	width: 580px;
	border-top: 1px solid #f78723;
}

#itemRelated{
	clear: both;
	padding: 10px 0;
	margin: 0;
	width: 580px;
	border-top: 1px solid #f78723;
}

#itemRelated h3{
	padding: 0 0 10px 17px;
}

/**
 * breadcrumb
 * ------------
 */
#breadcrumb{
	clear: both;
	margin: 0;
}

.arrow{
	font-size: 14px;
	padding: 0 10px;
}

/**
 * cart
 * ----
 */
#cartOverview{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 160px;
}

#cartOverview .aantal{
	width: 30px;
	padding: 0;
}

#cartOverview a{
	color: #000;
	text-decoration: underline;
	padding: 0 0 0 5px;
}

#cartOverview a:hover{
	color: #000;
	text-decoration: none;
}

#cartOverview td{
	vertical-align: middle;
	width: 130px;
}

#cartOverview tfoot{
	text-align: right;
	font-size: 13px;
}

#cartOverview tfoot td{
	padding: 9px 5px 0 0;
	height: 45px;
}

#cartOverview tfoot a{
	padding: 0;	
	text-decoration: none;
}

#cartTotal{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 10px 0 0;
}

/**
 * Dealer page
 * -----------
 */
.dealertable{
	margin: 10px 0 20px 0;
	border-collapse: collapse;
}

.dealertable td{
	padding: 2px 0;
}

.dealertable .dealername{
	padding: 5px 0;
}

.dealertable th{	
	width: 150px;	
	font-weight: bold;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #000;
}

#slideshowhomepage{
	margin: 1px 0 0 3px;
}

/**
 * Image galery
 * ------------
 */
#slideshow, .image-wrapper, .advance-link{
	text-align: center;
	width: 360px;
}

#thumbs{
	text-align: center;
}

#thumbs ul{
	width: 360px;	
	margin: 0;
	padding: 0;
}

#thumbs ul li{
	padding: 0 2px 0 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#thumbs .thumb{
	padding: 0;
	margin: 0;
}
 
#gallery .controls{
	display: none;
}
 
.top{
	margin: 0 0 10px 0;
}

.top a{
	padding: 5px;
}

/**
 * spotlight
 * ---------
 */
.spotlightitem{
	float: left;
	width: 235px;
	height: 155px;
	display: block;
	text-align: center;
	padding: 10px 20px;
	margin: 5px 11px 15px 11px;
	background-image: url(../images/spotlight_bg.png);
}

.spotlightitem .title{
	display: block;
	width: 235px;
	text-align: left;
	font-weight: bold;
	color: #90a435;
	font-size: 15px;
	border-bottom: 2px solid #90a435;
	margin-bottom: 5px;
}

.spotlightitem a:hover{
	color: #555;
	border-bottom: 2px solid #555;
}

.spotlightitem img{
	margin-top: 2px;
	float: left;
}

.spotlightitem p{
	float: right;
	width: 130px;
	height: 115px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.spotlightitem .spotlightprice{
	clear: both;
	display: block;
	width: 235px;
	text-align: right;
	font-weight: bold;
}

.ogoneMessage{
	display: block;
	width: 500px;
	height: 75px;
	margin: 50px;
	border: 2px solid #8ea32e;
}

.ogoneStatusImg{
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}

.ogoneStatusp{
	width: 400px;
	float: left;
}
