@charset "utf-8";

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

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background:#FFF;
	color:#000; 
}

body.intro {
	background: url('../../images/skin/default/intro-back.png');
	background-repeat: repeat-x;
	background-position:0px 60px;
	width:100%;
	height:100%;
	
}

.intro .img {
	margin:0 auto;
	width:614px;
	padding-top:55px;
	
}

#introLng {
	position:absolute;
	z-index:2;
	left:50%;
	top:200px;
	margin-left:130px;
	width:200px;
	
}

#introLng .introLng {
	background: url('../../images/skin/default/langBlock.jpg') no-repeat;
	width:93px;
	height:33px;
	color:#FFF;
	margin-bottom:10px;
	padding:14px 10px;
	padding-right:15px;
	text-align:center;
}

.introLng a {
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

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



#logo {
	
	position:absolute;
	left:50%;
	top:10px;
	margin-left:150px;
}

#header {
	
	background:#0061aa;
	height:50px;
}



#main {
	width:920px;
	border-left:1px solid #0061aa;
	border-right:1px solid #0061aa;
	margin:0 auto;
	
}

.middle {
	width: 660px;
	padding-left:25px;
	padding-top:35px;
}

#nav {
	background: #054c81 url('../../images/skin/default/back-nav.jpg') no-repeat;
	width:211px;
	height:370px;
	padding-top:55px;
}

#nav ul {
	margin:0px;
	padding:0px;

}

#nav ul li {
	display:block;
	padding:0px 0px;
	border-bottom:1px solid #0660a4;
	background: url('../../images/skin/default/smallnav.jpg') repeat-x;
}

#nav ul li.big  {
	display:block;
	padding:0px 0px;
	border:0px;
	background: url('../../images/skin/default/bignav.jpg') repeat-x;
}

#nav ul li:hover , #nav ul li.active {
	background:#d2e5f3;
}


#nav ul li.big:hover ,  #nav ul li.bigactive {
	background:#085792;
}

#nav ul li.spacer {
	background:#0b3354;
	height:20px;
}

#nav ul li a {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:4px 10px;
	padding-left:24px;
	background: url('../../images/skin/default/nav-bullet2.jpg') no-repeat 10px center;
	color:#000;
}


#nav ul li.big a , #nav ul li.bigactive a {
	padding:8px 10px;
	padding-left:24px;
	background: url('../../images/skin/default/nav-bullet.jpg') no-repeat 10px center;
	color:#FFF;
	font-size:13px;
}

#nav ul li a:hover {

	
}

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



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


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

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer {
	font-size:12px;
	padding:3px 10px;
	color:#000;
	margin-top:10px;
	border-top:1px solid #ecc163;	
}

#footer  span {
	color:#000;
}

/* knoppenlinks opmaak */
#footer  a {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}


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


a {
	color:#484846;
	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;
}

.marginRight30{
	margin-right: 30px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}

.marginBottom5{
	margin-bottom:5px;
}


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




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


input, select, textarea {
	padding:3px;
	font-size:11px;
}

#cataloog {
	border:10px solid #f0c465;
	background:#FFF;
}

.searchProduct {
	color: #4a4a49;
	position:absolute;
	width:240px;
	font-size:12px;
	margin-top:-33px;
	background-color: #a9c9e1;
	padding: 2px 2px 4px 10px;
}

.searchProduct input{
	float: left;
	display:block;
	border:1px solid #0061aa;
	width: 160px;
	height: 17px;
	margin-right: 1px;
	margin-top: 1px;
	font-size:11px;
}

.searchProduct input[type="submit"], .searchProduct .searchButton {
	float: left;
	
	background: url('../../images/skin/default/search.png') no-repeat ;
	width: 62px;
	height:26px;
	margin-left: 2px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	padding:3px 0px;
	border:0px;
	
}


blockquote {
	margin-left:10px;
	font-style:italic;
	margin-top:3px;
}

.searchProduct label {
	float: left;
	padding: 4px 0px 0px 0px;
	width: auto;
	text-align:right;
	margin-right: 5px;
	margin-left: 5px;
	font-weight:bold;
}





.catalogueOverviewCategory {
	width: 200px;
	float: left;
	height:160px;
	padding:5px;
	text-align:center;
	
}

.categoryPic {
	width: 170px;
	height: 135px;
	overflow: hidden;
	text-align:center;
	background:#FFF;
	border:1px solid #a9c9e1;
	padding:4px;
}


.catalogueOverviewCategory:hover {
	
}

.categoryName {
	width: 155px;
	padding: 3px 0px;
	font-weight: bold;
	font-size: 12px;
	padding-left:25px;
	text-align:left;
	text-transform:uppercase;
	background :#a9c9e1 url('../../images/skin/default/icon_productcategory.png')  10px center no-repeat;
} 

.categoryName  a {
	display:block;
	width:164px;
}



.sideBar {
	width: 211px;
}

.myShoppingCart {
	margin-bottom:10px;
}

 .myShoppingCartDetails{
	background-color: #f0c465;

	margin-right: 0px;
	padding: 8px 5px 8px 5px;
	
}

 .myShoppingCart a:link,  .myShoppingCart a:visited,  .myShoppingCart a:active{
	color:#101010;
	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;
}

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

 .myShoppingCartTitle, .title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background-color: #0061aa;
	color: #ffffff;
	margin-bottom: 2px;
}


 .myShoppingCartTotal .total{
	font-weight: bold;
	background:none;
}

.product {
	width: 200px;
	float: left;
	
	padding:5px;
	text-align:center;
}

 .productPic {
	width: 170px;
	height: 135px;
	overflow: hidden;
	text-align:center;
	background:#FFF;
	border:1px solid #a9c9e1;
	padding:4px;
		
}

 .productPic2 {
	width: 240px;
	height: 165px;
	overflow: hidden;
	text-align:center;
	background:#FFF;
	border:1px solid #a9c9e1;
	padding:4px;
		
}

.productPic:hover, .productPic2:hover {
	border:1px solid #f0c465;
}


 .productName{
	width: 140px;
	padding: 5px 10px;
	height:45px;
	font-weight: bold;
	padding-left:30px;
	font-size: 12px;
	background:  #f0c465 url('../../images/skin/default/icon_next_01.png') no-repeat 10px 6px ;
	text-align:left;

}

 .productBack{
	padding: 10px 6px 4px 6px;

}

 .productBack a:link,  .productBack a:visited,  .productBack a:active{
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;

	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 24px;
	display: block;
	height: 18px;
}

 .productBack a:hover{

	color: #a59f8a;
}



 .productSold{
	height: 45px;
	width: 45px;
	margin-top: -10px;
	margin-left: 102px;
	position: absolute;
	z-index:1;

}

 .productBadge{
	height: 105px;
	width: 105px;
	margin-top: -5px;
	margin-left: 150px;
	position: absolute;
	z-index:1;

}

 .productBadge2{
	height: 50px;
	width: 50px;
	margin-top: -2px;
	margin-left: 133px;
	position: absolute;
	z-index:1;

}

 .productBadge3{
	height: 50px;
	width: 50px;
	margin-top: -2px;
	margin-left: 63px;
	position: absolute;
	z-index:1;

}





.price{
	text-align:left;
	padding-top:3px;
} 


.catDescription {
	width:450px;
}


.center {
	text-align:center;
}

 .productInfo{
	width: 370px;
}

.techInfo label {
	width:100px;
	background:#a9c9e1;
	display:block;
	float:left;
	padding:2px;
	margin:2px 0px;
	font-weight:bold;
	
}

.techInfo label.txt {
	background:#FFF;
	float:left;
	width:200px;
	margin-left:5px;
}


 .productInfo .description{
	width:350px;
}

 .orderBig , .productContact {
	
	margin-top: 15px;
	font-weight: bold;
	background: url('../../images/skin/default/order.png') no-repeat ;
	width:182px;
	height:49px;
	
}

 .orderBig a , .productContact a {
	display: block;
	font-weight: bold;
	padding-left:50px;
	padding-top:10px;
	font-size: 16px;
	color:#714d00;
	
}

 .productContact  {
 	background: url('../../images/skin/default/question.png') no-repeat ;
 }


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


.relatedProducts {
 text-align:center;
 width:360px;
 margin: 0 auto;
}


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

.Cproduct2 {
	width: 200px;
	float: left;
}

.CproductPic {
	width: 100px;
	height: 75px;
	overflow: hidden;
	text-align:center;
	background:#FFF;
	border:1px solid #a9c9e1;
	padding:4px;
}


.CproductPic2 {
	width: 160px;
	height: 150px;
	overflow: hidden;
	text-align:center;
	background:#FFF;
	padding:0px;
	margin-bottom:40px;
}


.CproductName{
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	width:155px;
	margin-bottom:5px;


}

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

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

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

#shoppingBadge {
	width: 326px;
	height: 82px;
	background-image: url('../../images/skin/default/badge_shopping_bg.png');
	background-repeat: no-repeat;
	position:absolute;

	padding-left:120px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 35px;
	top:50%;
	left:50%;
	color:#FFF;
	z-index:999;
	margin-top:-46px;
	margin-left:-223px;
}

#shoppingBadge .shoppingBadgeOptions {
	padding: 5px 0px;
	font-size: 12px;
}

#shoppingBadge .shoppingBadgeOptions a, #shoppingBadge .shoppingBadgeOptions a:link, #shoppingBadge .shoppingBadgeOptions a:visited, #shoppingBadge .shoppingBadgeOptions a:active{
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
}



.shopListOrder button.order {
	padding: 3px;
	padding-left:20px;
	font-weight: bold;
	font-size: 12px;
	background: url('../../images/skin/default/icon_cart.png');
	background-color: none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color:#101010;
	border:0px;
	margin-top: -6px;
}

 .shopListOrder button.order:hover {
	cursor:hand;
	cursor:pointer;
}



.spec{
	margin-bottom:2px;
	padding: 5px;
	width: 88px;
	margin-right: 2px;
	background-color: #eeeeee;
}

.specInfo, .advInfo {
	margin-bottom:3px;
	padding: 5px;
	width: 250px;

}

.advInfo {
	width: 100%;
}

.shopListProduct a:link, .shopListProduct a:visited, .shopListProduct a:active{
	padding: 0px 5px 0px 20px;
	display: block;
	height: 15px;
	font-weight: bold;
	font-size: 12px;
	
	color:#f8931d;
}


.shopListHeader {
	font-weight: bold;
	background-color: #f0c465;
	color: #FFF;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px solid #edbb50;
}



.shopListRow {
	background-color: #d7e7f3;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px solid #94bad7;
}

.shopListRow:hover {
	background-color: #a9c9e1;
	
}

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

.shopListPrice {
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border-top:1px solid #6a6a69;
	background-color:#FFF;
}

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

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

.txtMargin {
	padding-top: 6px;
}

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

.shopListRow .thumb {
	width: 100px;
	height: 75px;
	overflow: hidden;
	text-align:center;
	border:1px solid #a9c9e1;
	background:#FFF;
}

 .next {
	text-align:right;
}

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

 .next a:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #a59f8a;
}

 .prev {
	text-align:left;
}

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

.prev a:hover {
	background-image: url('../../images/skin/default/icon_prev_01_over.png');
	color: #a59f8a;
}



.steps {
	width:100%;

} 

.step {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 6px 2px 0px 44px;
	font-weight: bold;
	height: 37px;
	width: 116px;
	background-color: #a9c9e1;
	border:1px solid #0061aa;
	
	
} 

.activeStep {
	border:1px solid #0061aa;

	background-color:#f0d18d;
	width: 116px;
	height: 37px;
	padding: 6px 0px 0px 44px;

}

.step1 {
	background-image: url('../../images/skin/default/step_01.png');
}

.step2 {
	background-image: url('../../images/skin/default/step_02.png');
}

.step3 {
	background-image: url('../../images/skin/default/step_03.png');
}

.step4 {
	background-image: url('../../images/skin/default/step_04.png');
}

.step1Active {
	background-image: url('../../images/skin/default/step_01_active.png');
}

.step2Active {
	background-image: url('../../images/skin/default/step_02_active.png');
}

.step3Active {
	background-image: url('../../images/skin/default/step_03_active.png');
}

.step4Active {
	background-image: url('../../images/skin/default/step_04_active.png');
}

.shopOrder .stepInfo {
	font-weight: normal;
	color: #101010;
} 


.formHeader {
	padding: 2px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #f0c465;
	margin-bottom: 2px;

}

.formSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #a7a18b;
	margin-bottom: 5px;
	margin-top: 5px;
}

.shopForm .formContent {
	background-color:#f6ecd7;
	color:#f0c465;
	border: 1px solid ;
	padding: 5px;
}

.shopForm .formContent img {
	border:1px solid #a7a7a7;
}

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

.shopForm label .smallLabel {
	display: block;
	width: 125px;
	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: 8px;
	width: 380px;
}

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

.shopForm textarea {
	height: 60px;
}

.shopForm select {
	width: 388px;
	margin-right:0px;
}

.shopForm .formContentSmall , .shopForm .formContentSmall2 {
	background-color:#f6ecd7;
	color:#f0c465;
	border: 1px solid ;
	padding: 5px;
}

.shopForm .formContentSmall2  {
	width:344px;
}

.shopForm .formContentSmall input , .shopForm .formContentSmall textarea {
	float: left;
	margin-bottom: 8px;
	width: 350px;
}


.shopForm .formContentSmall2 input , .shopForm .formContentSmall2 textarea {
	float: left;
	margin-bottom: 8px;
	width: 250px;
}

.shopForm .formContentSmall2 label {
width: 70px;
}

.shopForm .formContentSmall label {
width: 80px;
}

.shopForm .formContentSmall  button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-left:90px;

}

.shopForm .formContentSmall2  button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-left:80px;

}

.shopForm .formCheck {
	padding: 2px 10px 5px 10px;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../../images/skin/default/icon_formcheck.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.shopForm .checkFalse {
	background-image: url('../../images/skin/default/icon_formcheck_false.png');
}

.shopForm .checkTrue {
	background-image: url('../../images/skin/default/icon_formcheck_true.png');
}

.shopForm .formColumn {
	width:50%;
}

.shopForm .next {
	text-align:right
}

 button {
	color:#FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
}

.shopForm button:hover {
	color: #FFF;
	background:#000;
}

.shopInvoice  {
}

.shopInvoice .invoiceHeader {
	
	border: 1px solid #e7b548;
	
	
	padding: 2px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #f0c465;
	margin-bottom: 2px;
}

.shopInvoice .invoiceSubHeader {
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #101010;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px dotted #6a6a69;
}

.shopInvoice .invoiceContent {
	background-color:#FFF;
	border: 1px solid #e7b548;
	padding: 10px 10px 10px 10px;
}


.shopInvoice .invoiceContent .invoiceContactData {
	width: 200px;
}

.shopInvoice .invoiceContent .invoiceDeliveryData {
	width: 200px;
}

#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: #000;
}

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

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:13px;
	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:#101010;
}

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

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

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	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:#101010;
}

#sitemap li.subcat2 a:hover {
	color:#f8931d;
	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: #101010;
	font-style: italic;
}

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

.agendaText {
	width: 450px;
	text-align:justify;
}

.agendaPic {
	width: 128px;
	height: 108px;
	overflow: hidden;
	border: 4px solid #6a6a69;
	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;
}


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

#map {
	margin:15px 0px;
	
	height: 255px;
	color:#000;
	border:1px solid #a7a18b;
}

.sizeBox {
	margin:2px 0px;
}

.sizeBox label {
	float:left;
	width:50px;
	background:#96d5de;
	padding:2px;
	margin-right:5px;
	
}

#overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.sizeCard {
	font-style:italic;
}

#pagination {
	font-size:11px;
	
	margin-top:15px;
	padding:5px;
}

#pagination span {
	padding-right:20px;
}

.lostPass {
	font-size:10px;
	font-style:italic;
	margin-left:135px;
}

.lostPass a {
	color:#3b7988;
}

.buttonSend {
	margin-left:135px;
}

.borderLine {
	padding:0px 50px;
	border-right:1px solid #f4aa50;
}

#formKorting {
	width:220px;
	padding:5px;
	float:right;
	background :#f1f1f0;
	border:1px solid #b8b8b8;
}

.small {
	font-size:9px;
}

	


.promoOk {
	background-image: url('../../../data/images/icons/default_16.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:10px;
	padding-left:25px;
	margin-top:5px;
	background-color:#e1f1f3;
}

.promoFalse {
	background-image: url('../../../data/images/icons/delete_16.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:10px;
	margin-top:5px;
	padding-left:25px;
	background-color:#e1f1f3;
}	

.total {
	font-weight:bold;
	margin:5px 0px;
	background:#e2f3f5;
	padding:5px;
}

.extraPictures {
	margin:2px 0px;
	padding:0px;
}

.smallPic {
	width:76px;
	height:60px;
	overflow:hidden;
	padding:2px;
	margin-right:2px;
	margin-bottom:3px;
	text-align:center;
	border:1px solid #a9c9e1;
}

.promoPrice {
	color:#cc0000;
	padding:2px 0px;
	font-weight:bold;
	
}

.promoPrice span {
	color:#cc0000;
	text-decoration:line-through;
}

.promoPrice span.now {
	color:#000;
	text-decoration:none;
	padding-left:3px;
}


.greyBlock {
	padding:10px;
	background:#6a6a69;
	color:#FFF;
}


.tel {
	font-weight:bold;
	margin-top:20px;
	font-size:13px;
	text-align:center;	
}


.randomBeeld {
	width:196px;
	height:293px;
	overflow:hidden;
}



.prevProduct {
	width:35px;

}

.nextProduct {
	
	width:35px;
}

.more {
	background-image: url('../../../data/images/skin/default/icon_next_01_over.png');
	background-color:#a7a18b;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding:3px;
	padding-left:20px;
	margin:5px 0px;
	color:#FFF;
	width:70px;
}

.more a {
	color:#FFF;
}



#lang {
	font-size:110%;
	width:920px;
	margin: 0 auto;
	margin-top:20px;
	font-weight:bold;
	color:#FFF;
}

#lang a {
	color:#FFF;
}

.wimpel {
	background:url("../../images/skin/default/wimpel.jpg") no-repeat;
	width:270px;
	height:142px;
}

.badge {
	background:url("../../images/skin/default/badge.jpg") no-repeat;
	width:270px;
	height:142px;
	

}

.wimpel:hover, .badge:hover {
	cursor:hand;
	cursor:pointer;
}

.home {
	background: #e8be62 url("../../images/skin/default/schaduw_home.png") no-repeat 10px 10px;
	width:633px;
	padding:5px 5px 5px 25px;
	height:306px;

}

.homeRot {
	padding:10px 0px 0px 10px;

}

.backBorder {
	border-top:1px dotted #0061aa;
	margin-top:5px;
	padding-top:5px;
}

.back {
	border-top:1px dotted #0061aa;
	margin-top:10px;
	padding-top:5px;
	padding-left:24px;
	background: url("../../images/icons/previous.gif") no-repeat 10px 7px;
}
.back a {

	font-size:10px;
}

.blue {
	background:#a9c9e1;
	padding:5px;
}

.navArrows {
	width:55px;
	margin-top:230px;
}

.file {
 padding:14px 10px;
 background: #f3efdf url('../../images/icons/pdf.png') no-repeat 10px 10px;
 padding-left:44px;
 margin:10px 0px;
 min-height:14px;

 
}

.file a {
	text-decoration:underline;
}

.file a:hover {
	text-decoration:none;
}

.wimpel div, .badge div {
	padding-left:15px;
	padding-top: 25px;
	width:125px;
	text-align:center;
}

button.orange {
	background: url('../../images/skin/default/button.png') no-repeat ;
	width:82px;
	height: 33px;
	color:#000;
	margin-left:35px;
}

.subscribeForm label {
	color:#FFF;
}

.homeP {
	width:320px;
}