body {
	text-align: center;
	margin-top: 0;
}

/*********** General ***********/

body,tr,th,td,input,select,textarea {
	font: normal 11px Tahoma, Verdana, sans-serif;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;	
}
em, i {
    font-style: italic;
}
b, strong {
	font-weight: bold;
}

h2 {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 12px;
}


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

#leftcol a, #rightcol a {
	text-decoration: none;
    vertical-align:top;    
}
#leftcol a:hover, #rightcol a:hover {
	text-decoration: underline;
}

hr {
    color: #D7D8D6;
}

/*********** End: General ***********/




/*********** Global additional classes ***********/

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/*********** End: Global additional classes ***********/



/*********** Layout ***********/

/* container */
#container {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
  
}

#main_border{
     border-left: 1px solid #d0d0d0;
     border-right: 1px solid #d0d0d0;    
     padding: 5px;
     margin: 0;
}


/* header */
#header {
	height: 140px;    
    background: url(../images/header_bg.gif) repeat-x;    
    position: relative;
            
}

/* logo */
#logo {
}
	#logo h1 {
		position: absolute;
		top: 7px;
		left: 0px;
		text-indent: -999em;
		background: url(../images/logo.png) no-repeat;
		width: 528px;
		height: 137px;       
	}
	#logo h1 a {
		display: block;
		overflow: hidden;
		height: 100%;
	}

/* topmenu */
#topmenu {
	float: right;
    position: absolute;
    bottom: 1px;
    right: 0;
    margin-right: 10px;    
}
	#topmenu ul li {
		float: left;
        margin-left: 2px;
        height: 23px;
        background: url('../images/topmenu_btn_bg.gif') repeat-x;  
	}
	#topmenu ul li a {
		color:#FFFFFF;
        display:block;  
        padding:5px 10px;
        text-decoration:none;
                        
	}
	#topmenu ul li a:hover {
		/* background-color: #ff8f00; */
		/* color: #fff; */
        background: #FFB664;        
	}

/* navbar */
#navbar{
	height: 20px;
   	background: url(../images/navbar_bg.gif) repeat-x;
	padding: 5px 10px;
    color: #000;
}

.search_btn{
    background: #61A117;
    border: 1px solid #90C353;
    color: #fff;
    cursor: pointer;
}

#search {
	float: left;
}

#langselect {
	float: right;
}

/* main area */
#main-wrapper {

}
#main {
	clear: both;
}

#breadcrumbs {
	clear: both;
	/* text-transform: lowercase; */
	margin: 5px 0 0 160px;
	font-size: 10px;
	font-weight: normal;
} 

.welcome_text{
    color:#074204;
    font-size:13px;
    font-weight:bold;
    line-height:20px;
}

/* columns */
#leftcol {
	float: left;
	width: 150px;
}

#rightcol {
	float: right;
	width: 150px;
}

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
    border-bottom: 2px solid #9FDD55;

}
	.menublock h4 {
        background-color: #9FDD55;
		height: 20px;
		font-weight: bold;
		padding: 0 5px;
		line-height: 18px;
		color: #074204;
        
	}
	.menublock h4 img {
		vertical-align: middle;
	}
.menucontent {
	padding: 5px 5px 10px 5px;
}
	
    .menucontent ul {
		list-style: square outside;
        margin: 0 0 0 14px;
	}
	.menucontent ul li {
		/*padding-left: 5px;*/
	}
    


#maincontent {
	float: left;
	width: 662px;
	margin: 0px 10px 20px 10px;
}

#homenav_wrapper{
    width:100%;
    margin-top: 10px;
    overflow: hidden;
}

.homenav_items{
    float: left;
    display: block;
    margin-left: 50px; 
    position: relative;   
    border: 1px solid #D7D8D6;
}

.homenav_last{
    margin-right: 0px; 
}


.homenav_text a{
    text-decoration: none;
    margin-left: 5px; 
    font-size: 20px;
    font-weight: bold;
    font-family: verdana;
    color: #fff;   
}

.homenav_text{
    background: url(../images/trans_bg.png) repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    
}

.homenav_pijltje{
    background: url(../images/pijltje.png) no-repeat;
    position: absolute;
    bottom: 5px;
    right:5px;
    width: 22px;
    height: 16px;
}

.homenav_items:hover, .homenav_text a:hover{
    color: #9FDD55;
}


/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	border-top: none;
	margin-bottom: 10px;
}
	.contentblock h1 {
		height: 20px;
		font-weight: bold;
		font-size: 13px;
		padding: 0 5px;
		line-height: 20px;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		/*background: #9FDD55;*/
        color: #074204;
       	/*border-top: 1px solid #9FDD55;*/
        /*border-bottom: 1px solid #9FDD55;*/

	}

.content {
	padding: 10px;
    /*border: 1px solid #D7D8D6;*/

}
	.content p {
		margin: 0 0 5px 0;
	}
	#static-page .content ul {
		list-style: disc outside;
		margin: 10px 0 10px 14px;			
	}
    #static-page .content ol {
		list-style: decimal outside;
		margin: 10px 0 10px 14px;			
	}


/* login */
#login input.logintextfield {
	width: 145px;
	margin-bottom: 5px;
}

/* footer196C18 */
#footer {
	clear: both;
    height: auto;
    background: url(../images/footer_bg.gif) repeat-x;
    background-color: #186C18;
}

#footer, #footer a{
    color: #fff;
    text-decoration: none;
}

#footer ul{
    margin-left: 50px;
}

#footer li a:hover{
    color: #000;
}

#footer h2{
    padding-left: 49px;
    margin-bottom: 5px;    
}

#left_column{
    margin: 10px;
    width: 317px;
    height: 85%;
    float: left;  
}

#mid_column{
    border-left: 2px solid #8cbb6e;
    margin: 10px 10px 10px 0;
    width: 317px;
    height: 85%;
    float: left;
}

#mid_column ul{
    margin-left:50px;
    list-style:none outside none
}

#right_column{
    border-left: 2px solid #8cbb6e;
    margin: 10px 10px 10px 0;
    width: 317px;
    height: 85%;
    float: left;
}

#copyright {
    clear: both;
    margin: 0 auto;
    width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#copyright img {
    margin-left: -225px;
}

#copyright ul{
    margin: 0 auto;
}

#copyright ul li{
    display: inline; 
}


/*********** End: Layout ***********/

		
/*********** Productlist ***********/

.productlist-page {
	width: 656px;
	margin: 0 auto;
	text-align: center;
    margin-top: 10px;
}

.content ul.productlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
ul.productlist li {
	border: 1px solid #D7D8D6;
	float: left;
	display: inline;
	width: 186px;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
}
ul.productlist li.productlist-first-in-row {
	clear: both;
}

ul.productlist li.productlist-last-in-row {
	margin-right: 0;
}

.productlist h2 {
	height: 35px;
}
.productlist h2 a {
	text-decoration: none;
    color: #074204;
}
.productlist-thumb {
	width: 120px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 120px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #ff8f00;
	font-size: 14px;
}
.productlist-details {
	display: block;
	clear: left;
}
.productlist-nav {
	clear: both;
	margin-bottom: 10px;
}
.productlist-resultpages {
	float: left;
	margin-bottom: 10px;
}
.productlist-resultpages ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
	border: 1px solid #e0e0e0;
}
.productlist-resultpages ul li.descr {
	border: none;
}
.productlist-resultpages ul li.act {
	font-weight: bold;
	background-color: #e0e0e0;
}
.productlist-orderby {
	float: right;
}
.productlist-orderby ul li {
	float: left;
	padding: 0 5px;
	margin-right: 3px;
}

.productlist-orderby ul li.act {
	font-weight: bold;
}

.NavigationCellSel, .NavigationCell{
    padding:0 3px;
}
/*********** End: Productlist ***********/




/*********** Productdetail ***********/

#productdetail {
	position: relative;
}
#productdetail h2 { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}
#productdetail ul {
	list-style: square inside;
}
#productdetail-leftcol {
    float: left;
    width: 260px;
}
#productdetail-rightcol {
    float: right;
    width: 350px;
}
#product-thumb {
	/*float: left;*/
	width: 250px;
	/*padding: 15px;*/
	overflow: hidden;
	/*border: 1px solid #e0e0e0;*/
	text-align: center;
	/*margin: 0 15px 15px 0;*/
}
.detailed_images a {
    text-decoration: none;
}
ul#det-images {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#det-images li {
    float: left;
    padding: 3px;
}

#product-info {
	float: left;
}

#product-info li {
	margin-left: 14px;
}

#productdetail-table {
	/*margin-top: 20px;*/
}
	#productdetail-table td {
		vertical-align: middle;
		padding: 0;
	}
/*
.discount-img {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
	width: 57px;
	height: 57px;
	background: transparent url(../../images/save_money.gif) no-repeat;
}
.discount-img div {
	position: relative;
	padding: 25px 0 0 13px;
	color: #fff;
	font-weight: bold;
}
*/

.productdetail-lbl {
	font-weight: bold;
	font-size: 14px;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #ff8f00;
	color: #fff;
	font-weight: bold;
	width: 100px;
	height: 30px;
}
*/
.product-fulldescr {
	clear: both;
}


/*********** Menu addons ***********/
#today_news {
	padding: 0 0 5px 0;
}


td.FormButton { 
	padding: 10px 10px 0 0;
	font-weight: bold;
}
/*********** End: Menu addons ***********/




/*********** Cart ***********/

#cart-items-wrapper {
	clear: both;
	margin: 0 0 15px 0;
}

#cart-items-wrapper h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0;
}

.cart-item  {
	position: relative;
	/*
    width: 100%;
    min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
    */
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.cart-thumb {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 0 10px 10px 0;
}
.cart-thumb img {
	width: 80px;
	height: auto;
}
.cart-product-price {
	font-weight: bold;
	font-size: 14px;
	color: #ff8f00;
}

/*********** End: Cart ***********/



/*********** Buttons ***********/

/* general button style */
a.adv_button {
	/* background-color: #ff8f00; */
	background: url('../images/btn_buy_bg.gif') repeat-x;
	color: #000;
	padding: 3px 5px;
	border: 1px solid #DEDEDE;
	border-top: none;
	text-decoration: none;
	line-height: 22px;
    color: #fff;
}
a.adv_button:hover {
	/* background-color: #fff; */
	/* color: #ff8f00; */
	text-decoration: underline;
}

/* action buttons for cart items */
.cart-item a.adv_button {
    padding: 2px 5px;
    line-height: 20px;
    background: #fff none;
	font-size: 10px;
	font-weight: normal;
	/* background-color: #fff; */
	border: 1px solid #0d5daa;
	color: #000;
}

.cart-item a.adv_button:hover {
	/* 	
	background-color: #0d5daa;
	color: #fff; 
	*/
}
/*
#rightcol input, #leftcol input {
	margin-bottom: 5px;
}
*/

table input, table select {
	margin-bottom: 5px;
}
/*********** End: buttons ***********/


/* categories */
#categories .menucontent ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}
#categories .menucontent ul li {
    margin: 0;
    padding: 0 0 0 13px;                                            
    background: url('../images/category_bullet.gif') no-repeat left 3px;
}


#leftcol ul li, #rightcol ul li {
	line-height: 20px;
}

/* Subcategories page */
.subcategorylist li {
	float: left;
	padding: 20px;
    border: 1px solid #D7D8D6;
    margin-left: 18px;
    margin-bottom: 15px;
}

.subcategorylist li:hover {
	border: 1px solid #9FDD55;
}

.subcategorylist h2 a{
    color: #074204;
	font-weight: bold;
}
.maincat-descr {
	margin-bottom: 10px;
}
.maincat-icon {
	float: left;
	padding: 0 10px 10px 0;
}


/* modules */

ol#bestsellers li {
}
li.bestsellers-with-img {
	margin-bottom: 15px;
}
li.bestsellers-with-img .bestseller-content {
}
/* modules */

/*
#dialog-message-inner {
	position: relative;
}
.dialog-message-close {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	margin-right: 5px;
}
*/


.SearchSortCell {
    padding: 0 0 0 5px;
}
.SearchSortLink {
    padding: 0 0 0 10px;
}
.searchresult-page-nav td {
    padding: 0 5px 0 0;
}

div#sitemap ul {
    list-style: none;
    margin: 0 0 10px 10px;
}
div#sitemap ul li a {
    font-size: 12px;
}
div#sitemap ul li li a {
    font-size: 12px;
}
div#sitemap ul li li li a {
    font-size: 12px;
}
