@charset "utf-8";

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background:#FFF url('../../images/skin/default/back.jpg') repeat-x;
	color:#111;  
	padding:0px;
	margin:0px;
}

object, button, form, a {
	outline:none;
}	

#centreren{
	width:1000px;
	margin:0px auto;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding : 8px 0px 8px 0px;
	margin : 0px;
}


h2 {
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	padding : 0px 0px 8px 0px;
	margin : 0px;
}

a, object {
	outline:none;
}

.hidden {
	display:none;
}


#knoppen{
	background:url("../../images/skin/default/ide_1-7_slice_02.jpg");
	background-repeat: no-repeat;
	width:770px;
	height:30px;
	padding-left:230px;
	padding-top:7px;
	color:#201f24;
}

#knoppen ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#knoppen li{
	display:inline;
}
#knoppen a:link, #knoppen a:visited, #knoppen a:active{
	padding: 0px 20px 0px 10px;
	color:#FFF;
	text-decoration: none;
}
#knoppen a:hover{
	padding: 0px 20px 0px 10px;
	color:#FDF2DE;
	text-decoration: none;
}

/*middendeel */
#midden{
	background:#FFF;
	border:1px solid #3eb28b;
	border-top:0px;
	border-bottom:0px;
	width:801px;
	min-height:300px;
	margin-left:100px;
}

#footer {
	border-top:1px solid #3eb28b;
	text-align:center;
	font-size:11px;
	color:#fff;
	padding-top:10px;

}

#footer .footer {
	text-align:left;
	width:800px;
	margin:0 auto;
}

#footer span {
	color: #3eb28b;
}

/* knoppenlinks opmaak */
#footer a:link, #start a:link{
	color:#3eb28b;
	text-decoration: none;
}
#footer a:visited, #start a:visited{
	color:#3eb28b;
	text-decoration: none;
}
#footer a:hover, #start a:hover{
	color:#3eb28b;
	text-decoration: underline;
}
#footer a:active, #start a:active {
	color:#3eb28b;
	text-decoration: none;
}


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

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}

#clear , .clear {
	clear:both;
	margin:0px;
	padding:0px;
}


img, div , a ,li { 
	border: 0px;
	behavior: url('../../../iepngfix.htc'); 
}

form {
	margin:0px;
	padding:0px;
}


#page {
	padding:20px;
	padding-right:30px;
}

.searchProduct {
	color: #63756f;
	background-color: #ebf7f3;
	border:1px solid #a1b3ad;
	padding: 5px 10px 5px 10px;
}

.searchProduct input[type="text"]{
	float: left;
	display:block;
	width: 160px;
	padding:3px;
	margin-right: 5px;
	margin-top: 1px;
	font-size:11px;
}
.searchProduct input[type="submit"] {
	float: left;
	width: 80px;
	background:#fffdff;
	border:1px solid #a1b3ad;
	margin-right: 5px;
	margin-top:1px;
}

.searchProduct select {
	float: right;
	width: 200px;
	margin-right: 0px;
	height: 21px;
	margin-top: 1px;
}

.searchProduct .searchIcon{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 1px;
	float: left;
}

.searchProduct label {
	float: left;
	padding: 4px 0px 0px 0px;
	width: 50px;
	margin-right: 5px;
}

#breadcrumbs {
	background-color: #e4e4e4;
	padding: 3px 10px 3px 10px;
	font-size: 11px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active{
color:#818181;
text-decoration: none;
font-size: 11px;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}

#breadcrumbs a:hover{
color:#019b67;
font-size: 11px;
text-decoration: none;
background-image: url('../../images/skin/default/arrow_breadcrumb.png');
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 5px 0px 9px;
margin-left: 5px;
}

#pageContent {
	padding: 10px 10px 10px 10px;
}

#pageContent .pageContentLeft {
	width: 188px;
}

#pageContent .pageContentRight {
	width: 555px;
}

#pageContent .pageContentLeft2 {
	width: 365px;
}

#pageContent .pageContentRight2 {
	width: 360px;
}

.shoppingCartShort{
	padding-top: 10px;
}



.shoppingCartShort a {
	color: #818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_cart2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 23px;
	height: 18px;
	width: auto;
}

.shoppingCartShort a:hover{
	background-image: url('../../images/skin/default/icon_cart2_over.png');
	color: #019b67;
}

.shoppingCartShort a.logout, a.logout {
	color: #818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_del.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 15px;
	height: 18px;
	width: auto;
}

#catalogueOverview {
	padding: 10px 0px 10px 0px;
}

#catalogueOverview .catalogueOverviewCategory {
	width: 178px;
	float: left;
}

#catalogueOverview .categoryPic {
	
	width: 168px;
	height: 126px;
	overflow: hidden;
	border: 1px solid #309e79;
	background:#FFF;
}



#catalogueOverview .categoryPic div {
	margin:10px;
	width: 148px;
	height: 106px;
	overflow: hidden;
}

#catalogueOverview .categoryPic:hover {
	border: 1px solid #019b67;
}

#catalogueOverview .categoryName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

.noMargin {
	margin:0px;
	
}

#catalogue {
	padding: 10px 0px;
}

#catalogue .sideBar {
	width: 177px;
	margin-right:10px;
}

.categorySelector {
	background-color: #e6ecea;
	width: 168px;
	margin-right: 10px;
	padding: 5px 5px 10px 5px;
}

 .categorySelector ul ,  .categorySelector ul li{
	list-style-type:none;
	margin:3px 0px 3px 0px;
	padding:0px;
}
.categorySelector a:link,  .categorySelector a:visited,  .categorySelector a:active{
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	display:block;
	font-size: 12px;
	background: #b5ccc3 url('../../images/skin/default/icon_productcategory_off.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	color:#565656;
	border-bottom:1px solid #497262;
}

.categorySelector a:hover{
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#019b67;
}



.categorySelector a.sub:hover{
	background-image: url('../../images/skin/default/icon_productsubcategory.png');
	color:#019b67;
}

.categorySelector a.active {
	background-image: url('../../images/skin/default/icon_productcategory.png');
	color:#019b67;
	font-size: 13px;
	background-position: 5px 10px;
}

 .categorySelector a.sub:link, .categorySelector a.sub:visited, .categorySelector a.sub:active{
	padding: 3px 5px 3px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #dadedc url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 7px;
	color: #201f24;
	border-bottom:1px solid #9f9f9f;
}

 .categorySelector a.active2 {
	color:#019b67;
	padding: 0px 5px 0px 25px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
}



#catalogue .myShoppingCartDetails{
	background-color: #e4e4e4;
	width: 166px;
	margin-right: 10px;
	padding: 8px 5px 8px 5px;
	border: 1px dashed #c1c1c1;
}

#catalogue .myShoppingCart a:link, #catalogue .myShoppingCart a:visited, #catalogue .myShoppingCart a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_viewcart_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	margin-top: 6px;
	display: block;
	height: 18px;
}

#catalogue .myShoppingCart a:hover{
	background-image: url('../../images/skin/default/icon_viewcart_01_over.png');
	color: #019b67;
}

#catalogue .myShoppingCartTitle, .title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 08px;

	background-color: #309e79;
	color: #ffffff;

	border: 1px solid #c1c1c1;
	margin-bottom: 5px;
}

#catalogue .myShoppingCartItems{
}

#catalogue .myShoppingCartTotal{
}

#catalogue .myShoppingCartTotal .total{
	font-weight: bold;
}

#catalogue .products {
	width: 555px;
}

#catalogue .product {
	width: 178px;
	float: left;
}

#catalogue .productClose {
	background-color: #e4e4e4;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

#catalogue .productPic , .productPic {
	width: 168px;
	height: 126px;
	overflow: hidden;
	border: 1px solid #309e79;
	background:#FFF;
}

#catalogue .productPic:hover {
	border: 1px solid #019b67;
}

#catalogue .productName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 14px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#catalogue .productTag{
	padding: 4px 5px 2px 5px;
	border: 1px dashed #c1c1c1;
	margin-top: 5px;
	background-color: #e4e4e4;
	font-weight: bold;
}

.productBack{
	padding: 5px 6px 4px 16px;

}

.productBack a:link, .productBack a:visited, .productBack a:active{
	color:#818181;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_back_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
}

.productBack a:hover{
	background-image: url('../../images/skin/default/icon_back_01_over.png');
	color: #019b67;
}

#catalogue .productContact{
	padding: 5px 6px 4px 6px;

	margin-top: 5px;
}

#catalogue .productContact a:link, #catalogue .productContact a:visited, #catalogue .productContact a:active{
	color:#818181;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_ask_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;

}

#catalogue .productContact a:hover{
	background-image: url('../../images/skin/default/icon_ask_01_over.png');
	color: #019b67;
}


#catalogue .productTag a:hover{
	color:#019b67;
}

#catalogue .productInfo{
	width: 550px;
}

.productPicLarge {
	width: 540px;
	height: 195px;
	margin-bottom:10px;
	overflow: hidden;
	border: 1px solid #309e79;
	background:#ededed url('../../images/skin/default/back-pic.jpg');
}

.spec {
	
	margin-bottom:2px;
	padding: 3px;
	width: 88px;
	font-weight:bold;
	margin-right: 2px;
	background-color:#e4e4e4;
}

.specInfo, .advInfo {
	margin-bottom:3px;
	padding: 3px;
	width: 447px;
	background-color: #eeeeee;
}

.specInfo a {
	margin-top:2px;
}

.specInfo a:hover {
	color:#019b67;
}

.advInfo {
	width: 100%;
}

#catalogue .productInfo .description{
	padding: 5px;
}


.relatedProductsTitle {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px 2px 20px;
	background-color: #818181;
	color: #FFF;
	background-image: url('../../images/skin/default/icon_products_more.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}


.relatedProducts {

}

.relatedProducts .navArrows {
	width: 20px;
	padding: 65px 0px 0px 0px;
} 

.relatedProducts .moreProducts {
 	width:620px;
	margin: 0px 10px 0px 10px;
	
} 

.Cproduct {
	width: 138px;
	float: left;
}

.CproductPic {
	width: 128px;
	height: 96px;
	overflow: hidden;
	border: 1px solid #309e79;
	background:#FFF;
}

.CproductPic:hover {
	border: 1px solid #019b67;
}

.CproductName{
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productcategory.png');
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

.CproductBadge{
	height: 30px;
	width: 30px;
	margin-top: -10px;
	margin-left: 112px;
	position: absolute;
}

.CproductTag{
	padding: 4px 5px 4px 5px;
	border: 1px dashed #c1c1c1;
	margin-top: 5px;
	background-color: #e4e4e4;
	font-weight: bold;
}

.CproductTag .Cprice{
	padding-top: 1px;
	text-align:center;
} 


.shopList {
	width: 555px;
}


.shopList .shopListProduct a:link, .shopList .shopListProduct a:visited, .shopList .shopListProduct a:active{
	padding: 0px 5px 0px 20px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_product_more.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color:#201f24;
}

.shopList .shopListProduct a:hover{
	color:#019b67;
	background-image: url('../../images/skin/default/icon_product_more_over.png');
}

.shopListHeader {
	font-weight: bold;
	background-color: #309e79;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border: 1px solid #c1c1c1;
}

.shopListHeader2 {
	font-weight: bold;
	background-color: #309e79;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px solid #c1c1c1;
}

.shopListRow {
	background-color: #e4e4e4;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dashed #c1c1c1;
}

.shopListRow select {
	margin: 0px;
	padding: 0px;
}

.shopListPrice {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border: 1px dashed #c1c1c1;
	background-color:#e4e4e4;
}

.shopList .cell {
	padding: 5px 5px 5px 5px;
}

.shopList .picMargins {
	margin: 2px 0px 0px 0px;
}

.shopList .txtMargin {
	padding-top: 22px;
}

.shopList .txtMargin2 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.shopList .thumb {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: 1px solid #818181;
	background:#ededed;
}



#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapcategory_01.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #201f24;
}

#sitemap a:hover {
	color: #c71642;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:12px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:25px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#818181;
}

#sitemap li.cat a:hover {
	color:#201f24;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

#sitemap li.subcat {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:85%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 a, #sitemap li.subcat2 a:link, #sitemap li.subcat2 a:visited, #sitemap li.subcat2 a:active {
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color:#818181;
}

#sitemap li.subcat2 a:hover {
	color:#201f24;
	background-image: url('../../images/skin/default/icon_sitemapsubcategory_01_over.png');
}

.agendaItem {
}

.agendaTitle {
	padding: 0px 5px 5px 10px;
	font-weight: bold;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.agendaDate {
	padding: 0px 5px 5px 10px;
	font-size: 9px;
	color: #818181;
	font-style: italic;
}

.agendaContent {
	padding: 0px 10px 0px 10px;
}

.agendaContentHome {
	padding:10px 5px;
	background:#e8e8e8;
}

.agendaText {
	width: 550px;
}

.agendaPic {
	width: 128px;
	height: 128px;
	overflow: hidden;
	border: 1px solid #309e79;
	background:#ededed;
	margin-right:10px;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}




.videoPlayer {
	background-color: #309e79;
	padding: 4px;
}

.video {
	background-color: #309e79;

}


.contentBox {
	padding: 0px 5px 5px 5px;
}




.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

.readMore {

	margin-top:10px;

}

.readMore a {
	background-image: url('../../images/skin/default/nav_arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}

.readMore a:hover {
	background-image: url('../../images/skin/default/nav_arrow_over.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	color:#019b67;
}

#pagination {
	padding: 0px 5px 5px 10px;
	font-size: 10px;
	color: #818181;
	font-style: italic;
}

#pagination span {
	padding-right:10px;
	font-weight:bold;
}

#map {
	margin:5px 0px;
	width: 742px;
	height: 200px;
	color:#000;
	border:1px solid #019b67;
}


.shopForm  {

}

.shopForm .formHeader {
	padding: 2px 10px;
	width:720px;
	font-weight: bold;
	color: #FFF;
	background-color: #309e79;
	margin-bottom: 2px;
	border: 1px solid #c1c1c1;
}

.shopForm .formSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #101010;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #c1c1c1;
}

.shopForm .formContent {
	background-color:#f2f2f2;
	border: 1px solid #c1c1c1;
	padding: 10px 10px 10px 10px;
}

.shopForm label {
	display: block;
	width: 120px;
	float:left;
	margin-bottom: 10px;
	font-size:11px;
	color: #3f4345;
	font-weight: bold;
}

.shopForm label .smallLabel {
	display: block;
	width: 120px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}





.shopForm input[type="text"], .shopForm select ,.shopForm textarea, .shopForm input[type="password"] {
	float: left;
	margin-bottom: 10px;
	width: 240px;
}

.shopForm input[type="radio"] {
	margin-top:0px;
}

.shopForm textarea {
	height: 100px;
}

.shopForm select {
	width: 202px;
	margin-right:2px;
}
