@charset "utf-8";

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

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:#000;  /* #f8931d;*/
	height:100%;
}

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

#intro {
	width:754px;
	position:absolute;
	height:490px;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-377px;
	background-image: url('../../images/skin/default/back-intro.png');
	
}

#logo {
	position:absolute;
	margin-left:270px;
	margin-top:8px;
}

#txtBox {
	background-image: url('../../images/skin/default/box.png');
	width:400px;
	height:65px;
	padding:20px;
	position:absolute;
	margin-left:290px;
	margin-top:80px;
}



#frame {
	background-image: url('../../images/skin/default/kader.png');
	width:169px;
	height:339px;
	padding-right:70px;
	padding-left:25px;
	position:absolute;
	margin-left:5px;
	margin-top:30px;
}

.frame3 {
	background: url('../../images/skin/default/kader.png') no-repeat;
	width:169px;
	height:339px;
	padding-right:70px;
	padding-left:25px;

	margin-left:5px;
	margin-top:5px;
	padding-top:20px;
}


#frame2 {
	background: url('../../images/skin/default/frame2.png') no-repeat;
	width:117px;
	height:258px;
	padding-right:90px;
	padding-left:25px;
	margin-left:50px;
	margin-top:0px;
}

#frame2 ul {
	margin-top:20px;
	margin-left:35px;
	text-align:center;
	padding-top:60px;
}


#frame2 ul li {
	font-size:13px; 
	font-weight:bold;
	margin:3px 0px;
	padding:1px 0px;
}

#frame2 ul li a:hover {
	text-decoration:underline;
}



ul.navIntro {
	margin-top:90px;
	margin-left:30px;
	text-align:center;
}


ul.navIntro li {
	font-size:13px; 
	font-weight:bold;
	margin:10px 0px;
	padding:1px 0px;
}

ul.navIntro li a:hover {
	text-decoration:underline;
}

#main {
	width:945px;
	margin:0 auto;

	padding:10px 20px;

	/*background: url('../../images/skin/default/main.png') no-repeat; */
	
}


#page {
	margin:0px;
	margin-right:0px;
	margin-left:30px;
	width:915px;
	margin-top:-8px;
	min-height:500px;
	
	background: url('../../images/skin/default/page-back.png') repeat-y;
	
	
}

#logo-petitfours {
	margin-top:3px;
	margin-left:45px;
}

#wolk {
	margin-top:0px;
	margin-left:0px;
	height:101px;
	background: url('../../images/skin/default/wolk.png') no-repeat ;
}

#nav {
	margin-top:0px;
	margin-left:45px;
	background: url('../../images/skin/default/nav-balk.png') no-repeat;
	width:452px;
	height:43px;
}

#nav ul {
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-left:10px;
}

#nav ul li {
	display:block;
	float:left;
	padding:0px 0px;
	
}

#nav ul li a {
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:5px 6px;
	border-right:1px solid #187785;
	text-transform:lowercase;
}

#nav ul li a:hover {
	background:#e9fcff;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding : 8px 0px 8px 0px;
	margin : 0px;
}
h2 {
	padding: 1px 5px 1px 10px;
	font-weight: bold;
	margin:1px 0px;
	font-size: 16px;
	background-image: url('../../images/skin/default/icon_h2.png');
	background-repeat: no-repeat;
	background-position: 0px center;
}


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

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer-wrap {
	
}

#footer {
	background:  url('../../images/skin/default/carpet.jpg') no-repeat left 0px;
	margin-left:30px;
	font-size:10px;
	width:915px;
	overflow:hidden;
	padding:3px 0px;
	color:#484848;
	padding-top:53px;
	border-top: 1px solid #f7931c;
	
}

.footer {
	border-top: 1px solid #f7931c;
	background:#FFF;
	padding:3px 10px;
}

#footer  span {
color:#000;
}

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

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



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

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

.searchProduct {
	color: #FFF;
	background-color: #eb9935;
	padding: 2px 10px 2px 10px;
}

.searchProduct input[type="text"]{
	float: left;
	display:block;
	width: 160px;
	height: 15px;
	margin-right: 5px;
	margin-top: 1px;
	font-size:11px;
}
.searchProduct input[type="submit"] {
	float: left;
	width: 80px;
	margin-right: 5px;
}

.searchProduct select {
	float: left;
	width: auto;
	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: auto;
	text-align:right;
	margin-right: 5px;
	margin-left: 5px;
}

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

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


.storeLine {
	margin:5px 0px;
	margin-bottom:10px;

}

.shoppingCartShort{
	padding-top: 5px;
}

.shoppingCartShort a {
	color: #101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_cart2.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 5px 8px 35px;
	width: auto;
	display:block;
	margin-right:15px;
}

.shoppingCartShort a.list {
background-image: url('../../images/skin/default/icon_list.png');
}

.shoppingCartShort a.logout {
background-image: url('../../images/icons/delete.png');
}


.shoppingCartShort a:hover{
	color: #154a52;
}

.catalogueOverviewCategory {
	width: 193px;
	float: left;
	padding:1px;
	border: 1px solid #FFF;
}

.categoryPic {

	width: 138px;
	height: 126px;
	padding:7px 27px;
	overflow: hidden;
	background:#FFF;
}

.catalogueOverviewCategory:hover {
	border: 1px solid #f79624;
}

.categoryName{
	padding: 3px 5px 3px 10px;
	font-weight: bold;
	font-size: 12px;
	margin-left:0px;
	background: #FFF;
	margin-top:-21px;
	position:relative;
}

#catalogue {

	padding: 20px 20px 20px 30px;
}

#catalogue .sideBar {
	width: 356px;
}

.categorySelector {
	background-color: #fdf2de;
	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: 0px 5px 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productcategory_off.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color:#101010;
}

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



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

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

 .categorySelector a.sub:link, .categorySelector a.sub:visited, .categorySelector a.sub:active{
	padding: 0px 5px 0px 25px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_productsubcategory_off.png');
	background-repeat: no-repeat;
	background-position: 17px 4px;
	color: #f8931d;
}

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



.myShoppingCart{
}

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

#catalogue .myShoppingCart a:link, #catalogue .myShoppingCart a:visited, #catalogue .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;
}

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

#catalogue .myShoppingCartTitle, .title {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 28px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #f8931d;
	color: #ffffff;
	width: 145px;
	border: 1px dotted #6bc5d2;
	margin-bottom: 5px;
}

#catalogue .myShoppingCartItems{
}

#catalogue .myShoppingCartTotal{
}

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

#catalogue .products {
	width: 800px;
}

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

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

#catalogue .productPic , .productPic {
	width: 156px;
	height: 116px;
	padding:7px 17px;
	overflow: hidden;
	border: 1px solid #6bc5d2;
	background:#FFF;
	
}

.productPicLarge {
	width: 440px;
	height: 400px;
	padding:5px 5px;
	overflow: hidden;
	border: 1px solid #6bc5d2;
	background:#FFF;
}

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

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

#catalogue .productTag{
	padding: 3px 5px 2px 5px;
	border: 1px dashed #6bc5d2;
	margin-top: 3px;
	background-color: #fdf2de;
	font-weight: bold;
}

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

}

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

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

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

	margin-top: 5px;
}

#catalogue .productContact a:link, #catalogue .productContact a:visited, #catalogue .productContact a:active{
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	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;
	height: 18px;
}

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

#catalogue .productSold{
	height: 45px;
	width: 45px;
	margin-top: -10px;
	margin-left: 122px;
	position: relative;
	z-index:1;

}

#catalogue .productBadge{
	height: 45px;
	width: 45px;
	margin-top: -10px;
	margin-left: 122px;
	position: relative;
	z-index:1;

}

#catalogue .productSold2{
	height: 45px;
	width: 45px;
	margin-top: 0px;
	margin-left: 122px;
	position: relative;
	z-index:1;
}

#catalogue .productBadge2{
	height: 45px;
	width: 45px;
	margin-top: 0px;
	margin-left: 122px;
	position: relative;
	z-index:1;
}

#catalogue .productTag .price{
	width: 50px;
	padding-top: 1px;
} 

#catalogue .productTag .order{
	width: 75px;
} 

.catDescription {
	width:340px;
}


#catalogue .productTag a:link, #catalogue .productTag a:visited, #catalogue .productTag a:active{
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#101010;
}

#catalogue .productTag a:hover{
	color:#154a52;
}

#catalogue .productInfo{
	width: 320px;
}

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

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

#catalogue .productInfo .orderBig{
	padding: 5px 5px 5px 5px;
	border: 1px solid #6bc5d2;
	margin-top: 5px;
	background-color: #96d5de;
	font-weight: bold;
}

#catalogue .productInfo .orderBig a:link, #catalogue .productInfo .orderBig a:visited, #catalogue .productInfo .orderBig a:active{
	padding: 5px 5px 0px 35px;
	display: block;
	height: 19px;
	font-weight: bold;
	font-size: 12px;
	background-image: url('../../images/skin/default/icon_cart_big.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#ffffff;
}

#catalogue .productInfo .orderBig a:hover{
	color:#154a52;
}

.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 {

}

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

.relatedProducts .moreProducts {

	margin: 0px 10px 0px 10px;
	
} 

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

.CproductPic {
	width: 128px;
	height: 96px;
	overflow: hidden;
	border: 1px solid #f8931d;
	background:#ededed;
}



.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 #6bc5d2;
	margin-top: 5px;
	background-color: #fdf2de;
	font-weight: bold;
}

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

#shoppingBadge {
	width: 406px;
	height: 82px;
	background-image: url('../../images/skin/default/badge_shopping_bg.png');
	background-repeat: no-repeat;
	position:absolute;
	text-align: center;
	padding-left:40px;
	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-top: 15px;
	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;
}

#shoppingBadge .shoppingBadgeOptions a:hover{
	color:#154a52;
}

.shopList {
	width: 505px;
}

.shopList2 {
	width: 555px;
}



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

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

.shopList .bringBack {
	padding: 0px 5px 0px 0px;
	margin-left:-5px;
}


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

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

.shopListHeader {
	font-weight: bold;
	background-color: #6bc5d2;
	color: #FFF;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;

	border: 1px solid #6bc5d2;
}

.shopListHeader2 {
	font-weight: bold;
	background-color: #f8931d;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dotted #6bc5d2;
}

.shopListRow {
	background-color: #fdf2de;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	border: 1px dashed #6bc5d2;
}

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

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

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

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

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

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

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

.shopList .next {
	text-align:right;
}

.shopList .next a, .shopList .next a:link, .shopList .next a:visited, .shopList .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;
}

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

 .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: #154a52;
}

.shopOrder {
	
}

.steps {

	
	margin-top:30px;
	
} 

.step {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 6px 0px 0px 44px;
	font-weight: bold;
	height: 37px;
	width: 165px;
	background-color: #f3f3f3;
	border:1px solid #bbbbbb;
	
	
} 

.activeStep {
	border:1px solid #6bc5d2;

	background-color:#FFF;
	width: 184px;
	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;
} 


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

}

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

.shopForm .formContent {
	padding: 5px;
	background:#FFF;
}

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

.shopForm label {
	display: block;
	width: 95px;
	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: 95px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #939393;
	font-weight: normal;
}


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

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

.shopForm textarea {
	height: 60px;
}

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

.shopForm .formContentSmall {
	background-color:#f2f2f2;
	border: 1px solid #6bc5d2;
	padding: 10px 10px 10px 10px;
}

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

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

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

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


.subscribeForm label {

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

.subscribeForm input {
	border:1px solid #6bc5d2;
	float: left;
	margin-bottom: 8px;
	width: 200px;
}

.shopInvoice  {
}

.shopInvoice .invoiceHeader {
	
	border: 1px dotted #6bc5d2;
	
	
	padding: 2px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6bc5d2;
	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 #6bc5d2;
}

.shopInvoice .invoiceContent {
	background-color:#FFF;
	border: 1px dashed #6bc5d2;
	border-left:0px;
	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: #3b7988;
}

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

#sitemap li.cat a:hover {
	color:#f8931d;
	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:#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: 530px;
}

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

.okForm {
	background:#7abf78;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #5e9c5d;
}

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


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

#map {
	padding:10px;
	margin:5px 0px;
	width: 840px;
	height: 385px;
	color:#000;
	border:1px solid #f79624;
}

.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:10px;
}

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

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

.lostPass a {
	color:#3b7988;
}

.buttonSend {
	margin-left:105px;
}

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

#pageContent {
		padding: 20px 20px 20px 30px;
}	

.cadeaubon {
	background:#d6eff3;
	padding:10px;
}

.cadeaubon label {
	margin-right:10px;
	margin-bottom:5px;
}

.cadeaubon button {
	margin-left:50px;
}

.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;
	width:440px;
}

.smallPic {
	width:98px;
	margin-right:10px;
	height:70px;
	margin-bottom:10px;
	border: 1px solid #6bc5d2;
	overflow:hidden;
}

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


.tab a {
	background: #292929;
	color: #FFF;
	display:block;
	margin:3px;
	width:auto;
	float:left;
	padding:5px 10px;
}
