body {
	text-align: center;
}

/*********** 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, .bold {
	font-weight: bold;
}

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


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

#leftcol a, #rightcol a {
	text-decoration: none;
}
#leftcol a:hover, #rightcol a:hover {
	text-decoration: none;
}



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




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

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.f-right_cart{
	float: right;
	margin-top: -42px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

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



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

/* container */
#container {
	position: relative;
	width: 996px;
	margin: 0 auto;
	text-align: left;
	
}
/* header */
#header {
	height: 100px;
	background: url("../images/header.png") bottom center no-repeat;
	z-index: 999;
	position: absolute;
	width: 996px;
	top: 0;
	left: 0;
}

/* logo */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	/*text-indent: -999em;*/
	/*background: url(../images/logo.gif) no-repeat;*/
	width: 147px;
	height: 64px;
	margin-top: 10px;
	margin-left: 30px;
}
	#logo a {
		display: block;
		overflow: hidden;
		height: 100%;
	}

/* topmenu */
#topmenu {
	float: right;
	padding-top: 17px;
}
	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		display: block;
        border: 1px solid #b5bcc6;
		padding: 5px 10px;
		/* background-color: #e0e0e0; */
		background: url('../images/tab_bg.gif') repeat-x;	
		color: #253161;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		/* background-color: #ff8f00; */
		/* color: #fff; */
	}

/* navbar */
#navbar {
	height: 40px;
	padding: 8px 10px;
	z-index: 1;
	margin: 0px auto;
	margin-top: -20px;
	text-align: center;
	width: 100%;
}

	#navbar a{
		color: #0099d9;
		font-size: 14px;
	}

	.menubar{
		display: block;
		text-align: center;
		width: 480px;
		height: 49px;
		margin: auto;
	}

	.menubar_left {
		background: url("../images/menubalk_left.png") bottom right no-repeat;
		width: 22px;
		height: 49px;
		float: left;
	}

	.menubar_middle {
		background: url("../images/menubalk_middle.png") repeat-x scroll center bottom transparent;
		float: left;
		height: 49px;
		padding: 0px;
		z-index: 999;
	}
		.menubar_middle ul {
			display: inline;
			margin-top: 0px;
			height: 49px;
			padding: 0px;
		}
		
		.menubar_middle ul li {
			float: left;
			height: 49px;
			line-height: 49px;
			padding: 0 20px;
		}

		.menubar_middle ul li a{
			float: left;
			height: 49px;
			margin: 20px 0 0 0;
		}
		
	.menubar_right {
		background: url("../images/menubalk_right.png") bottom left no-repeat;
		width: 22px;
		height: 49px;
		float: left;
	}
	
	.menu_button a{
	}
	
	.menu_button a:hover{
		background: #FF00FF;
	}
	
#search {
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	text-align: center;
	height: 50px;
	width: 960px;
}

input.zoekbalk{
	width: 165px;
	height: 21px;
	background: url("../images/searchbar.png") top left no-repeat transparent;
	padding: 4px 10px 2px 10px;
	border: 0px;
	font-size: 10px;
	float: right;
}

input.zoekknop{
	width: 34px;
	height: 37px;
	background: url("../images/searchbutton.png") top left no-repeat transparent;
	border: 0px;
	float: right;
	margin-top: -5px;
	margin-right: 5px;
}

#minicart {
	float: right;
	margin-right: 20px;
	margin-top: -13px;
	text-align: right;
	height: 50px;
}

.cart_txt {
	width: 165px;
	height: 18px;
	background: #bcbdc0;
	padding: 5px 10px 2px 10px;
	border: 0px;
	font-size: 11px;
	float: right;
	text-align: left;
	line-height: 14px;
	color: #FFF;
}

.cartknop{
	width: 34px;
	height: 37px;
	background: url("../images/searchbutton.png") top left no-repeat transparent;
	border: 0px;
	float: right;
	margin-top: -5px;
	margin-right: 5px;
}

#langselect {
	float: right;
}

/* main area */
#main-wrapper {
	margin-top: 100px;
	float: left;
}
#main {
	clear: both;
}

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

#welcome{
	width: 100%;
	z-index: 990;
}

.register{
	background: url("../images/register.png") 0 0 no-repeat;
	width: 215px;
	height: 278px;
	float: left;
}

.catbar{
		background: url("../images/catbar_bg.png") bottom center no-repeat;
		width: 846px;
		min-height: 65px;
		height: auto;
		float: left;
		z-index: 1;
		padding: 0px;
		margin: -10px 0 0 0;
}

	.catbar ul{
		margin: 0px 0 0 100px;
		list-style:none;
		float: left;
		display: inline;
		z-index: 2;
		background: transparent;
		position: relative;
}

	 .catbar li {
		background: transparent;
		padding: 0px;
		float: left;
		display: inline;
		/*background: url("../images/cat_btn.png") -15px 5px no-repeat;*/
	 }
	
	.catbar ul li a{
		font-size:12px;
		line-height:40px;
		padding:0 30px 1px;
		text-align:center;
		width:108px;	
		z-index: 3;
		font-weight: bold;
		color: #000;
		background: url("../images/vink.png") 2px 0 no-repeat;
}

	.catbar ul li a:hover{
		color: #0099d9;
		z-index: 4;
}

.catbar div{
		background: url("../images/subcatbar_bg.png") bottom center no-repeat;
		width: 846px;
		height: auto;
		float: left;
		z-index: 1;
		padding: 0px;
}
	
		.catbar ul div ul{
		list-style: none;
		z-index: 2;
		background: transparent;
		position: relative;
		margin: 0 0 0 60px;
}

	 .catbar ul li div ul li {
		background: transparent;
		padding: 0px;
		float: left;
		display: inline;
	 }
	 
	 .catbar ul li div ul li a{
		font-size:12px;
		line-height:40px;
		padding:0 10px 0;
		text-align:center;
		width:108px;	
		z-index: 3;
		font-weight: bold;
		color: #000;
		background: none;
}

	.catbar a:hover div a:hover{
		color: #FF00FF;
		z-index: 4;
}
	
#catbar2{
		width: 846px;
		min-height: 85px;
		height: auto;
		margin: 20px 0 0 20px;
		float: left;
		}
	#catbar2 ul, #catbar2 li {
		padding: 5px 0 0 7px;
		list-style:none;
		float: left;
		display: inline;
		margin-top: 18px;
}
	
	#catbar2 a{
		font-size:12px;
		height:54px;
		line-height:54px;
		padding:0 12px 0 11px;
		text-align:center;
		width:158px;	
}

	#catbar2 a:hover{
		color: #FFF;
}
	
/* columns */
#leftcol {
	float: left;
	width: 150px;
}

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

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 25px;
}
	.menublock h4 {
		/* background-color: #e0e0e0; */
		background: url('../images/dialog_bg.gif') bottom left repeat-x;
		height: 27px;
		font-weight: bold;
		padding: 0 5px;
		line-height: 27px;
		color: #fff;
	}
	.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: 976px;
	margin: 0 0 0 10px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	border-top: none;
	margin-bottom: 5px;
	border: 1px solid #bcbdc0;
}
	.contentblock h1 {
		height: 32px;
		font-weight: bold;
		font-size: 20px;
		padding: 15px 5px 0 ;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/
		background: url('../images/dialog_bg.gif') bottom left repeat-x;
		text-align: center;
		color: #0099d9;
	}

.content {
	padding: 10px 10px 10px 20px;
}
	.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;
}

/* footer */
#footer {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
	#copyright {
		float: right;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: none;
		}



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

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

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

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

.productlist h2 {
	height: 35px;
	color: #0099D9;
	overflow:hidden;
}
.productlist h2 a {
	text-decoration: none;
	color: #0099D9;
	font-size: 12px;
}
.productlist-thumb {
	width: 100px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.productlist-thumb img {
	width: 100px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}
.productlist-price {
	font-weight: bold;
	color: #0099D9;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.productlist-details {
	display: block;
	clear: left;
	margin-top: -15px;
	padding: 0 0 10px 0;
}

.productlist-details a{
	color: #0099D9;
}

.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;
}

/*********** End: Productlist ***********/




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

#productdetail {
	position: relative;
}
#productdetail  { 
	margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
}
#productdetail ul {
	list-style: square inside;
}
#productdetail-leftcol {
    float: left;
    width: 530px;
}
#productdetail-rightcol {
    float: right;
    width: 390px;
}
#product-thumb {
	margin: auto;
	overflow: hidden;
	text-align: center;
	width: 250px;
}
.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: 5px 5px 15px 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: #0099D9;
}
.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: #0099D9;
}



.cart-totals {
    float: right;
    margin-bottom: 20px;
}
.tbl-cart-totals td {
    line-height: 20px;    
}
.totals-line-seperator {
    border-bottom: 1px solid #000;
}

td.tbl-label {
    padding: 0 2px 0 0;
}
td.tbl-value {
    text-align: right;
    padding: 0 0 0 5px;
}
.totals-label, .totals-value {
    font-weight: bold;
}


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



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

/* general button style */
a.adv_button {
	/* background-color: #ff8f00; */
	color: #0099D9;
	padding: 3px 5px;
	border-top: none;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.adv_button:hover {
	/* background-color: #fff; */
	/* color: #ff8f00; */
	text-decoration: underline;
}

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

/* 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;
	color: #0099D9;

}
.subcategorylist h2 {
	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: 14px;
}
div#sitemap ul li li a {
    font-size: 12px;
}
div#sitemap ul li li li a {
    font-size: 10px;
}


/* Easy Slider */

	#slider{
		background: url("../images/slider_bg.png") 0 0 no-repeat;
		width: 696px;
		height: 300px !important;
		margin: -10px 0 0 0px;
		float: left;
		z-index: 800;
		}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:710px;
		height:289px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		left: 0;
		margin: 150px 0 1em 677px;
		padding: 0;
		position: absolute;
		top: 0;
		width: 28px;
		z-index: 1000;
		}
	ol#controls li{
		margin:10px 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#78c3e3;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		font-weight: bold;
		}
	ol#controls li.current a{
		background:#0099d9;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.slide_img{
		float: left;
		height: 286px;
		margin: 10px 0 0 118px;
		overflow: hidden;
		text-align: left;
		width: auto;
		z-index: 999;
		}

	.slide_txt{
		width: 195px;
		height: 274px;
		z-index: 1001;
		float: left;
		margin: -286px 0 0 430px;
		background-color: #000;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
		text-align: left;
		padding: 5px;
	}
		.slide_txt a{
			color: #FFF;
			text-decoration: none;
			}
			
		.slide_txt a:hover {
			text-decoration: none;
		}

.adv_categories_description{
	color: #FFF;
	font-weight: normal;
	font-style: italic;
	padding: 5px;
}
	
/* // Easy Slider */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left:-255px;
	width: 467px;
	height: 250px;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	background:url("../images/info.png") top left no-repeat;
}
.info{
width: 250px;
margin-top: 25px;
text-align: left;
margin-left: 175px;
}

a.close{
height: 32px;
width: 32px;
background:url("../images/close.png");
position: absolute;
top: 0;
right: 0;
margin: 10px 10px 0 0;
}

.login{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 60px 20px 0 0;
	
}
