body {
	text-align: center;
	background: url(../images/bg_repeat.png) top left repeat-x #0781C4;
}

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

body,tr,th,td,input,select,textarea {
	font: normal 11px verdana,helvetica,arial,sans-serif;
	color: #424242;
}


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;
	border-bottom:2px solid #0380C2;
    font-size: 12px;
}


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

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



/*********** 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: 900px;
	margin: 10px auto;
	border:1px solid #0380c2;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
}
/* header */
#header {
	height: 123px;
}

/* navigation */
#navigation {
	background: url("../images/navbar.png") repeat-x scroll left top transparent;
    color: #FFFFFF;
    height: 56px;
    line-height: 36px;
    padding: 0px 10px 0;
}

#navigation a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

.loggedin {
	font-weight: bold;
	float:right;
}

.loggedmenu {
	font-size: 12px;
	font-weight: bold;
	float: left;
}


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

#logo img {
	padding-top:20px;
}

#minicart_hor {
	padding-top:40px;
	text-align:right;
	font-weight:bold;
	position: absolute;
	right: 0;
	width: 350px;
	margin-right: 10px;
}

#minicart {
float:right;
margin-right:15px;
margin-top:10px;
}


#minicart_hor a{
	text-decoration:none;	
}
/* topmenu */
#topmenu {
	float:right;
	padding-top:9px;
	position:relative;
	z-index:100;
	padding-right: 11px;
}
	#topmenu ul li {
		float: left;
		padding-left: 2px;
	}
	#topmenu ul li a {
		display: block;
		padding: 5px 4px;
		/* background-color: #e0e0e0; */
		color: #424242;
		text-decoration: none;
		font-size: 12px;
		font-weight: normal;
	}
	#topmenu ul li a:hover {
		/* background-color: #333333; */
		/* color: #fff; */
		color: #3082BF;
	}
	
	
	#cats {float: left; width: 150px; padding-right: 17px;}
	#contentdiv {
		border-left: 1px solid #EDEDED;
    float: left;
    min-height: 300px;
    padding-left: 17px;
    width: 695px;
}


ul.bottom_info {
	border-top:1px solid #dadbdb;
	height:25px;
	border-bottom:1px solid #dadbdb;
}

ul.bottom_info li{
	float:left;
	padding:5px;
	color: #424242;
}

ul.adv_categories li.search_hor {
	float:right;
	text-align:right;
	width:230px;
}

ul.adv_categories {
	height:22px;
	padding:0;
	margin:0;
	margin-top: 10px;
	font-weight:bold;
	font-size:11px;
	color: #999
}

ul.adv_categories li{

}


ul.adv_categories li a{
	text-decoration:none;
	font-size:11px;
	line-height:22px;
	display:block;
	padding: 0px 15px 0px 0px;
	color: #424242;
	font-weight: normal !important;
}

ul.adv_categories li ul li{
	background-image:url("../images/bullet.gif");
	background-position:left 0.35em;
	background-repeat:no-repeat;
	padding: 0px 15px 0px 20px;
}

#first_page, #welcome_mail {width: 376px !important;}

ul.adv_categories li a:hover {
	color: #3082BF;
	text-decoration: underline;

}

ul.adv_categories li.search_hor  a:hover{
	background:none;
	text-decoration: underline;

}
ul.adv_categories li a.active_root, ul.adv_categories li a.active_root:hover, ul.adv_categories li a.active_sub, ul.adv_categories li a.active_sub:hover  {
	font-style:italic;
	border: none;
	font-weight: bold !important;
}

.submenu_hor_wrapper {
	border-bottom: 1px solid #eee;
	padding:5px 5px 10px 0;
}


productsearchform a:hover{
 background: none;
}

ul.submenu_hor {
	background:#fff;
	margin:2px 20px 2px 0;
	font-size:10px;
	font-weight: bold;
	float: left;
}

ul.submenu_hor li a{
	text-decoration:none;
	text-transform:capitalize;
	font-size:10px;
	
}

ul.submenu_hor li a:hover{
	text-decoration:none;
	color: #2b6c84;
}

.active_sub {
	font-weight:bold;
}


#search {
	float: right;
}

#search {
	float: right;
	margin-top: 10px;
	position:relative;
	z-index: 100;
	padding: 0 10px 0 10px;
}


.zoekknop {
	background: url("../images/orange-arrow.gif") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #ffffff;
	float: left;
	font-weight: bold;
	height: 17px;
	margin: 2px 0 0 5px;
	padding: 0 0 3px;
	width: 9px;
}

.zoekvlak {
	background: url("../images/orange-textinput-left.gif") 0 0 no-repeat;
	width: 129px;
	height: 20px;
	border: 0px;
	float: left;
	margin-right: -2px;
	margin-top: 2px;
	color: #fff;
	line-height: 20px;
	padding-left: 3px;
}

#langselect {
	float: right;
}

/* main area */
#main-wrapper {

}
#main {
	clear: both;
	margin: 3px 0 0 0;
}

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

.NavigationTitle {
position: absolute;
right: 0px;
}

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

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

/* menu blocks */
.menublock {
	margin: 0 0 10px 0;
	line-height: 16px;
	float: left;
	width: 100%;
}
	.menublock h4 {
		height: 27px;
		font-weight: bold;
		padding: 0 5px;
		line-height: 27px;
		color: #333;
		font-size: 16px;
		text-transform: uppercase;
		
	}
	.menublock h4 img {
		vertical-align: middle;
	}
.menucontent {
	padding: 10px;
}
	
    .menucontent ul {
		list-style: square outside;
        margin: 0 0 0 14px;
	}
	.menucontent ul li {
		/*padding-left: 5px;*/
	}
    


#maincontent {
	float: left;
	width: 880px;
	margin: 0px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
/* content blocks */
.contentblock {
	clear: both;
	line-height: 16px;
	padding-bottom: 15px;
	margin:0px 0 10px 0;
	
}
	.contentblock h1 {
		font-weight: normal;
		font-size: 24px;
		line-height:24px;
		padding: 0px 0 10px 0;
		color: #3082BF;
		/* background-color: #e0e0e0; */
		/*background-color: #d7e4ef;*/

	}
	
	
	.MagicThumb-expanded {
	z-index: 10000;
	position: absolute;
	}
	
	
.div.MagicToolboxContainer  {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
overflow:visible !important;
padding:0;
position:absolute !important;
text-align:left;
width:280px;
z-index:999;
}
.MagicThumb-caption {
display: none;
}

.content {
	padding: 0px;
}
	.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;
text-decoration: none;		
	}


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



/* footer 
#footer {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.footerlinks {
background: black;
}

.paypal {
float: right;
}

	#copyright {

		margin:auto;
		width:255px;
		margin-top: 10px;
	}
	#footermenu {
		float: left;
	}
		#footer ul li {
			float: left;
		}
		#footer ul li a {
			text-decoration: none;
		}
		#footer ul li a:hover {
			text-decoration: underline;
		}

*/

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

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

.productlist-page {
	text-align: center;
}

.content ul.productlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.productlist li {
	float: left;
	display: inline;
	width: 165px;
	margin: 0 10px 10px 0;
	text-align: center;
}
ul.productlist li.productlist-first-in-row {
}

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

.productlist h2 {
	text-align:center;
	padding-right:3px;
}
.productlist h2 a {
	color:#333;
	text-decoration: none;
}
.productlist-thumb {
	width: 165px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
}
.productlist-thumb img {
	width: 165px;
	height: auto;
}
.productlist-listprice {
	text-decoration: line-through;
}

.product_venster {
	width:100%;
	padding-bottom:10px;
	height:255px;
	border:1px solid #dcdddd;
}

.productlist-price {
	color: #0380C2;
	font-size: 18px;
	text-align:right;
	padding-right:3px;
}
.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;
}


td .NavigationCell {
margin-left: 5px;
}

/*********** 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;
	position: relative;
}
#productdetail-rightcol {
    float: left;
    width: 350px;
	margin-left: 25px;
	z-index: 1;
}
#product-thumb {
	/*float: left;*/
	/*padding: 15px;*/
	/*border: 1px solid #e0e0e0;*/
	text-align: center;
	/*margin: 0 15px 15px 0;*/
}

#product-thumb img{
max-width: 250px;
height: auto;

}


.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: 2px;
	}
/*
.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;
	float: left;
}
#product_price {
	font-weight: bold;
	font-size: 14px;
	color: #888;
}
.product-listprice {
	text-decoration: line-through;
}
/*
.product-buy {
	float: right;
}
.product-buy input {
	background-color: #333333;
	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: 150px;
	overflow: hidden;
	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: #999;
}


.cart-product-info {
	float: left;
	width: 600px;
	}



.cart-product-info p{
	padding-right: 200px;
	}


.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 ***********/

.searchButton {
background: #999;
color: white;
border: none;
padding: 1px;
margin-top: 2px;
margin-bottom: 2px;
cursor: pointer;
}

.searchbox {
height: 10px;
}


a:hover.searchButton {
	text-decoration: none;
	background: black;
	color: white;
}

/* general button style */
a.adv_button {
	/* background-color: #333333; */
	background: #3082BF;
	border:1px solid #175888;
	color: #fff;
	padding: 3px 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
a.adv_button:hover {
	/* background-color: #fff; */
	/* color: #333333; */
	text-decoration: none;
	background: #333;
	color: white;
}



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

.cart-item a.adv_button:hover {
	text-decoration: none;
	background: black;
	color: white;
}
/*
#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;
}
.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;
}


.upselDIV {
float: right;
margin-top: -10px;
width: 200px;
}


.upselDIV h1{
text-align: right;
}


.upselDIV ul.productlist li {
float: right;
}

.loginform {
right:20px;
overflow: hidden;
margin-top: -7px;
position: absolute;
z-index: 30;
}


.loginform  ul {
float: right;
display: inline;
list-style-type: none;
display: none;
}

.loginform  ul  li {
display: inline;
padding: 5px;
}

.loginform  ul  li  a{
text-decoration: none;
}


.password, .username {
background: #eee;
margin-left: 8px;
margin-right: 5px;
}



.lbpassword, .lbusername {
float: left;
margin-top: 3px;
}

.logins {
float: left;
width: 500px;
}


.lastView {
float: left;
width: 100%;
background: #f8f8f8;
border:1px solid #ededed;
}

.TBox {
float: left;
color: white;
}

.lvThumb {
background: #fff;
float: left;
margin: 10px 10px 10px 20px;;
height: 130px;
padding:23px;
position: relative;
overflow: hidden;
}


.lvThumb :first-child {
}

.lvThumb img{
width: 85px;
z-index: 100;
}

.lvThumb #product_price {
	font-weight: bold;
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	margin-top: 2px;
	margin-left: 30px;
	height: 20px;

}
.TBox #tax_1, .product_alt_price {
margin-top: -10px;
font-size: 10px;
display: none;
}


.paypal {
float: right;
margin-right: 35px;
margin-top: -20px;
display: none;
}

.ideal {
float: right;
margin-top: -24px;
display: none;
}

.pay {
float: right;
text-align: right;
display: none;
}


.paymethods {
float: right;
display: inline;
}

.clients_table  {width: 100%; clear: both;}
.clientstd {
	background:none repeat scroll 0 0 #EEEEEE;
	float:left;
	margin-bottom:20px;
	margin-right:10px;
	width:322px;
	height: 95px;
}
.clientstd img {
	float:left;
	margin-right:10px;
	max-height:95px;
	padding:5px;
	width:175px;
}

a.clientslink  {text-decoration: none; font-weight: bold; color: #777; float: left; max-width: 110px; margin-top: -10px;}


.factuurprijs {
	float: right;
	text-align: right;
	}
	
	.factuurprijs1 {
	float: right;

		text-align: right;
	}
	
	.factuurprijs2 {
	float: right;

		text-align: right;
	}
	
	.factuurprijs3 {
	float: right;
	text-align: right;
	}
	
	.factuurprijs4 {
	float: right;
	text-align: right;

	}
	
	.totalprice {
	float: right;
	font-weight: bold;
	}
	
	
	
#footer {
	clear: both;
}

#footer ul {
	float:right;
}

#footer li{
	float:left;
	color:#fff;
}

#footer li a {
	color:#fff;
}
	
/*
#footer{
	height: 70px;
	clear: both;
}

.werk #footer{
	background-image: url(../images/red-footer.gif);
}

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


#footer li.separator{
	text-indent: -10000px;
	width: 5px;
	height: 43px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}


#footer li a{
	height: 43px;
	display: block;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: none;
}

#fDisclaimer{
	width: 61px;
}

#fLinks{
	width: 37px;
}

#fSitemap{
	width: 53px;
}

#fLeveringsvoorwaarden{
	width: 124px;
}

#fPrivacy{
	width: 45px;
}

#fHKZ{
	width: 53px;
}

#fWHO{
	width: 45px;
}

#fUnicef{
	width: 82px;
}

#fCopyright{
	width: 77px;
	height: 43px;
	background-image: url(../images/footer.gif);
	background-position: -500px 0;
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#fDisclaimer,
.werk #fDisclaimer:hover{
	background-position: 0 0;
}

#fLinks,
.werk #fLinks:hover{
	background-position: -61px 0;
}

#fSitemap,
.werk #fSitemap:hover{
	background-position: -98px 0;
}

#fLeveringsvoorwaarden,
.werk #fLeveringsvoorwaarden:hover{
	background-position: -151px 0;
}

#fPrivacy,
.werk #fPrivacy:hover{
	background-position: -275px 0;
}

#fHKZ{
	background-position: -320px 0;
}

#fWHO{
	background-position: -373px 0;
}

#fUnicef{
	background-position: -418px 0;
}

#fDisclaimer:hover,
.werk #fDisclaimer{
	background-position: 0 -43px;
}

#fLinks:hover,
.werk #fLinks{
	background-position: -61px -43px;
}

#fSitemap:hover,
.werk #fSitemap{
	background-position: -98px -43px;
}

#fLeveringsvoorwaarden:hover,
.werk #fLeveringsvoorwaarden{
	background-position: -151px -43px;
}

#fPrivacy:hover,
.werk #fPrivacy{
	background-position: -275px -43px;
}

.werk #fCopyright{
	background-position: -500px -43px;
}

*/

/*--------------
 - Tabbed menu -
 --------------*/
#tabs{
	position: absolute;
	top: 140px;
	left: -31px;
	width: 31px;
}

#tabs li {
	margin: -2px 0 0 0;
	width: 31px;
}

#tabs li a{
	border: 0;
	display:block;
	text-indent: -10000px;
	position: relative;
	float:right;
	width: 31px;
}

/* Custom tab styling */
#mwerk a{
	z-index: 1;
	background: url(../images/werk.gif) right -191px no-repeat;
	height: 184px;
}

#mhome a{
	z-index: 2;
	background: url(../images/home.gif) right 0 no-repeat;
	height: 131px;
}

.werk #mwerk a{
	z-index: 2;
	background-position: right 0;
	height: 191px;
}

.werk #mhome a{
	z-index: 1;
	background-position: right -138px;
	height: 131px;
	/*margin-bottom: -11px;
	top: -11px; */
}

.home_pagina {
	width:100% !important;
	border-left:0 !important;
}

.login_blok {
	border:1px dotted #999;
	padding:10px;
	background:#eeeeff;
	margin:70px auto;
	width:200px;
}


.login_blok_secure {
	border:1px dotted #999;
	padding:10px;
	background:#eeeeff;
	width:320px;
	margin:70px auto;
}

.login_blok_secure input{
	width:187px;
}

ul.top_menu {
	float:right;
}

ul.top_menu li {
	float:left;
	border-left:1px solid #0380c2;
	padding:0 15px;
}

.melding_loginpage {
margin: 0 auto;
width: 222px;
position: relative;
bottom: 162px;
left: 25px;
}