label.invalid{ display:none !important; }

/* BUTTONS */

	.m_shop .button{
		text-align:center;
		color:#FFF;
		background-color:#5743C2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		cursor:pointer;
		padding:5px;
		
		/*behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js');*/ /* This lets IE know to call the script on all elements which get the 'box' class */
		/*position:relative;*/
		}
		
	.m_shop .button:hover{
		background-color:#4937C8;
		text-decoration:none;
		}
		
	.m_shop .button.disabled{
		background-color:#CCCCCC;
		}
			
	.m_shop a.button{
		display:block;
		float:right;
		}
				

/* TEXT */

	.m_shop h2{
		font-size:18px;
		text-transform:uppercase;
		}

	.m_shop .thumb_detail{
		width:165px;
		padding-top:5px;
		}

	.m_shop .thumb_detail p{
		line-height:16px;
		padding:0px 0px 5px 0px;
		}
		
	.m_shop .thumb_detail p.price{
		padding:0px 0px 10px 0px;
		}

	.m_shop .thumb_detail h2{
		color:#5743C2;
		padding:0px 0px 14px 0px;
		font-size:14px;
		text-transform:uppercase;
		}
		
	.m_shop .thumb_detail div.desc{
		height:25px;
		}			

/* IMAGES */

	.m_shop .img_frame{
		position:relative;
		padding:5px 0px 0px 5px;
		}

	.m_shop .img_frame .img_label{
		position:absolute;
		top:0px;
		left:0px;
		width:64px;
		height:64px;
		background-repeat:no-repeat;
		}
		
	.m_shop .content ul.products li .img_frame .img_hover{
		position:absolute;
		bottom:15px;
		left:30px;
		border:none;
	}
	.m_shop .content ul.products li .img_frame div{
		width:100px;
		height:100px;
		position:absolute;
	}
			

/* PAGINATION */

	.m_shop .pagination {
		background-color:#FFF;
		border:1px solid #d2d2d2;
		padding:5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		margin-bottom:10px;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}

	.m_shop .content div.pagenumbers_bottom{
		font-size:8pt;
		}
		
	.m_shop .content div.pagetotals_bottom{
		color:#666666;
		font-size:12px;
		}
		
	.m_shop .pagination .nav{
		background-repeat:no-repeat;
		border:1px solid #d2d2d2;
		background-color:#F7F8F2;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		margin:0px 1px 0px 1px;
		width:16px;
		height:16px;
		display:block;
		float:left;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}

	.m_shop .pagination .nav:hover{
		border:1px solid #666666;
		background-color:#e2e3dd;
		}
	
	.m_shop .pagination .text_first{
		background-image:url(../images/first_small.png);
		}	
	
	.m_shop .pagination .text_last{
		background-image:url(../images/last_small.png);
		}
		
	.m_shop .pagination .text_prev{
		background-image:url(../images/back_small.png);
		}	
	
	.m_shop .pagination .text_next{
		background-image:url(../images/play_small.png);
		}
		
	.m_shop .pagination .pagenumber{
		border:1px solid #d2d2d2;
		background-color:#F7F8F2;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		height:15px;
		width:16px;
		display:block;
		text-align:center;
		padding:1px 1px 0px 1px;
		margin:0px 1px 0px 1px;
		float:left;
		color:#666666;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}		
	
	.m_shop .pagination .pagenumber:hover{
		border:1px solid #666666;
		background-color:#e2e3dd;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}
		
	.m_shop .pagination .activenumber{
		border:1px solid #4937C8;
		background-color:#5743C2;
		color:#fff;
		line-height:10px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		height:13px;
		width:16px;
		display:block;
		text-align:center;
		padding:3px 1px 0px 1px;
		float:left;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}	

/* SHOP */
	
	.m_shop a,
	.m_shop a:link,
	.m_shop a:visited,
	.m_shop a:hover,
	.m_shop a:active{
		line-height:normal;
	}
	
	.m_shop .clear{
		clear: both;
		height: 0px;
		overflow: hidden;
	}

	.m_shop .clear {
		display:inline-block;
		}
	
	/* Hide from IE Mac \*/
	.m_shop .clear {
		display:block;
		}
	
	/* End hide from IE Mac */
	.m_shop .clear {
		height:0px;
		}
		
	.m_shop .clear.divider {
		background-image: url("../images/seperator.png");
		background-repeat: repeat-x;
		padding:5px 0;
		}

	.m_shop .strike{
		text-decoration:line-through;
		color:#F00;
		padding-right:10px;
		}
	
	.m_shop .strike span{
		color:#222222;
		}

	.m_shop img {
		border: none;
		}
	
	.m_shop .title{
		color:#666666;
		font-size:22px;
		text-transform:uppercase;
		margin-bottom:15px;
		}
		
	.m_shop .na{
		filter:alpha(opacity=40);
		opacity:.40;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		}
	.m_shop .no{
		filter:alpha(opacity=40);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		}		

/* CONTENT */

	.m_shop .content{
		position:relative;
	}
	
	.m_shop .content div.pages a:link,
	.m_shop .content div.pages a:visited,
	.m_shop .content div.pages a:hover,
	.m_shop .content div.pages a:active{
		text-decoration:none;
	}
	
	.m_shop .content ul.products {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.m_shop .content ul.products li {
		padding: 0;
		margin: 0;
		width:305px;
	}

/* PRODUCTLIST */

	.m_shop .categorydescription{
		}
		
	.m_shop .categorydescription p{
		padding:0px 0px 10px 0px;
		}
	
	.m_shop .categorydescription_body .desc{
		line-height:16px;
		}
		
	.m_shop .cat_list .nulniveau{
		width:195px;
		float:left;
		height:30px;
		padding:5px;
		margin:5px;
		border:1px solid #8CD24E;
		}
		
	.m_shop .cat_list .nulniveau a:link,
	.m_shop .cat_list .nulniveau a:active,
	.m_shop .cat_list .nulniveau a:visited,
	.m_shop .cat_list .nulniveau a:hover{
		text-decoration:none;
		text-transform:capitalize;
		display:block;
		height:30px;
		width:195px;
		}
		
	.m_shop .tab_header{
		width:100%;
		height:58px;
		}
		
	.m_shop .tab_header .tab{
		width: 133px;
		float:left;
		margin-right:7px;
		border:1px solid #dddddd;
		border-bottom:none;
		background-color:#f5f5f5;
		padding:55px 10px 0px 10px;
		background-repeat:no-repeat;
        background-position: top center;
		color:#999999;
		font-size:12px;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:normal;
		font-style:normal;
		position:relative;
        height: 45px;
		}
		
	.m_shop .tab_header .tab.tab_active,
	.m_shop .tab_header .tab:hover{
		background-color:#FFF;
		}
		
	.m_shop .tab_header .tab div{
		margin:5px 0;
		}
		
	.m_shop .tab_header .tab span{
		color:#000;
		}
		
	.m_shop .tab_header .tab.type1{
		background-image:url(../images/pilleke.png);
		}
	
	.m_shop .tab_header .tab.type2{
		background-image:url(../images/homeopatische-geneesmiddelen.png);
	}

	.m_shop .tab_header .tab.type3,
	.m_shop .tab_header .tab.type4{
		/*background-image:url(../images/blaadje.png);*/
		background-image:url(../images/voedingssupplementen.png);
		}
		
	.m_shop .tab_header .tab.type5{
		background-image:url(../images/medische-hulpmiddelen.png);
	}		
		
	.m_shop .tab_header .subtab{
		position:absolute;
		left:220px;
		top:70px;
		border:1px solid #dddddd;
		background-color:#f5f5f5;
		width:210px;
		}
	
	.m_shop .tab_header .subtab a:link,
	.m_shop .tab_header .subtab a:visited,
	.m_shop .tab_header .subtab a:active,
	.m_shop .tab_header .subtab a:hover{
		width:196px;
		float:left;
		padding:7px;
		height:20px;
		text-decoration:none;
		}
		
	.m_shop .tab_header .subtab a:hover{
		background-color:#FFF;
		}
		
	.m_shop .tab_description{
		border-top:1px solid #dddddd;
		border-left:1px solid #dddddd;
		border-right:1px solid #dddddd;
		padding:15px;
		}
	
	.m_shop .tabdescription{
		display:none;
		}
		
	.m_shop .tabdescription.tab_active{
		display:block;
		}
		
	.m_shop .tab_content{
		border-left:1px solid #dddddd;
		border-right:1px solid #dddddd;
		border-bottom:1px solid #dddddd;
		padding:15px;
		}

	.m_shop .content_block{
		background-color:#FFF;
		border:1px solid #d2d2d2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding:12px;
		
		/*behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js');*/ /* This lets IE know to call the script on all elements which get the 'box' class */
		/*position:relative;*/
		}
		
	.m_shop .content_block:hover{
		border:1px solid #4937C8;
		-moz-box-shadow:0px 0px 2px #4937C8;
		-webkit-box-shadow:0px 0px 2px #4937C8;
		box-shadow:0px 0px 2px #4937C8;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}

	.m_shop.productlist .content_block{
		margin:0px 0px 11px 0px;
		width:280px;
		height:145px;
		}
		
	.m_shop.productlist .cat_list ul{
		padding:0;
	}

/* BREADCRUMB */

	.m_shop .breadcrumb{
		background-color: #F5F5F5;
		line-height: 20px;
		margin-bottom:17px;
	}
	.m_shop .breadcrumb span.bc_first{
		background-image: url("../images/home.png");
		padding-left: 25px;
	}
	.m_shop .breadcrumb span{
		background-image: url("../images/next.png");
		background-position: 5px 50%;
		background-repeat: no-repeat;
		display: inline;
		padding-left: 20px;
	}
	.m_shop .breadcrumb span a {
		background-color: inherit;
		color: #929E6B;
		text-decoration:none;
	}
	
	.mask {
		display: block;
		height: 0;
		left: -999em;
		overflow-x: hidden;
		overflow-y: hidden;
		position: absolute !important;
		text-indent: -999em;
		top: -999em;
		width: 0;
	}



/* MENU */
	.m_shop .menu_title{
		background-color:#5743c2;
		color:#FFF;
		text-transform:uppercase;
		
		padding:15px;
		font-size:14px;
		font-weight:bold;

		-moz-border-radius-topleft: 		.6em /*{global-radii-blocks}*/;
		-webkit-border-top-left-radius: 	.6em /*{global-radii-blocks}*/;
		border-top-left-radius: 			.6em /*{global-radii-blocks}*/;
		
		-moz-border-radius-topright: 		.6em /*{global-radii-blocks}*/;
		-webkit-border-top-right-radius: 	.6em /*{global-radii-blocks}*/;
		border-top-right-radius: 			.6em /*{global-radii-blocks}*/;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
	}
	
	.m_shop .menu{
		background-color:#f0edf3;
		padding:5px;
	}
	
	.m_shop .menu ul{
		padding:0;
	}
	
	.m_shop .menu ul li{
		padding:5px 0;
		margin:0;
		background-image:url(../images/menu_li_background.png);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.m_shop .menu ul li:hover,
	.m_shop .menu ul li.active{
		
		}
		
	.m_shop .menu ul li a{
		font-size:12px;
		color:#3b3b3b;
		font-weight:bold;
		text-decoration:none;
		display:block;
		background-image:url(../images/bullet.png);
		background-repeat:no-repeat;
		background-position:5px center;
		padding:4px 0px 4px 21px;
		text-transform:capitalize;
	}	
		
	.m_shop .menu ul li:hover a,
	.m_shop .menu ul li.active a{
		color:#FFF;
		background-image:url(../images/bullet_hover.png);
		background-repeat:no-repeat;
		background-color:#b9b7bc;
		}

	.m_shop .menu ul li ul{
		display:none;
		background-color:#B9B7BC;
		margin:0;
		padding:1em 0;
		}
		
	.m_shop .menu ul li.active ul{ 
		display:block; 
		}

	.m_shop .menu ul li:hover ul li a,
	.m_shop .menu ul li.active ul li a{	
		background:none;
	}

	.m_shop .menu ul li ul li{
		padding:0px;
		margin:0px;
		background-image:none;
		}
		
	.m_shop .menu ul li ul li a{
		background:none;
		font-size:10px;
		color:#b76acb;
		}
	
/* CATEGORIELIST */

	.m_shop .listmenu li,
	.m_shop .listmenu li a:link,
	.m_shop .listmenu li a:active,
	.m_shop .listmenu li a:hover,
	.m_shop .listmenu li a:visited{
		font-size:16px;
		font-weight:bold;
		text-transform:capitalize;
		text-decoration:none;
		display:block;
		float:left;
	}
	
	.m_shop .listmenu li{
		text-align:center;
		padding:0;
		margin:0px 5px 10px 5px;
	}
	.m_shop .listmenu li a:link,
	.m_shop .listmenu li a:active,
	.m_shop .listmenu li a:hover,
	.m_shop .listmenu li a:visited{
		width:170px;
		height:170px;
	}
	
/* CART */	
	.m_shop #cart{
		position:relative;
		color:#FFFFFF;
		height:60px;
		padding-right:5px;
		margin:5px 0 15px 0;
		cursor:pointer;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;	
		
		background-image: -moz-linear-gradient(left, #8DD34F, #4EA501);
		background-image: -webkit-gradient(linear, left top, right top, from(#8DD34F), to(#4EA501));
		background-image: -o-linear-gradient(left, #8DD34F, #4EA501);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#8DD34F', endColorstr='#4EA501');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#8DD34F', endColorstr='#4EA501')";
		background-image: linear-gradient(left, #8DD34F, #4EA501);	
		
		behavior: url('../../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
	}
	.m_shop #cart #box{
		background-image:url('../images/basket.png');
		background-repeat:no-repeat;
		width:105px;
		height:96px;
		position:absolute;
		top:-25px;
		left:10px;
	}
	.m_shop #cart .cart{
		float:right;
		text-align:right;
		padding-top:5px;
		padding-right:5px;
		width:160px;
	}

.m_shop #cart .cart .title1{
	color:#ffffff;
	line-height:18px;
	font-weight:bold;
	text-transform:uppercase;
}
.m_shop #cart .cart .title2{
	color:#ffffff;
	font-size:12px;
	line-height: 14px;
}
.m_shop #cart .cart .content{
	color:#ffffff;
	font-size:12px;
	padding-top:3px;
	float:none;
}
.m_shop #cart .cart .content b{
	font-weight:bold;
}

.m_shop .content ul.products li .new div{
	background-image:url(../images/img_new.png);
}

.m_shop .products .img_frame.no .img_label.nl{}
.m_shop .products .img_frame.new .img_label.nl{ background-image:url('../images/nl_nieuw.png'); }
.m_shop .products .img_frame.onrequest .img_label.nl{ background-image:url('../images/nl_opaanvraag.png'); }	
.m_shop .products .img_frame.featured .img_label.nl{	background-image:url('../images/nl_speciaal.png'); }
.m_shop .products .img_frame.promo .img_label.nl{ background-image:url('../images/nl_promo.png'); }

.m_shop .products .img_frame.no .img_label.fr{}
.m_shop .products .img_frame.new .img_label.fr{ background-image:url('../images/fr_nieuw.png'); }	
.m_shop .products .img_frame.featured .img_label.fr{	background-image:url('../images/fr_speciaal.png'); }
.m_shop .products .img_frame.promo .img_label.fr{ background-image:url('../images/fr_promo.png'); }

.m_shop .products .img_frame.no .img_label.en{}
.m_shop .products .img_frame.new .img_label.en{ background-image:url('../images/en_nieuw.png'); }	
.m_shop .products .img_frame.featured .img_label.en{	background-image:url('../images/en_speciaal.png'); }
.m_shop .products .img_frame.promo .img_label.en{ background-image:url('../images/en_promo.png'); }

.m_shop .products .img_frame.no .img_label.es{}
.m_shop .products .img_frame.new .img_label.es{ background-image:url('../images/es_nieuw.png'); }	
.m_shop .products .img_frame.featured .img_label.es{	background-image:url('../images/es_speciaal.png'); }
.m_shop .products .img_frame.promo .img_label.es{ background-image:url('../images/es_promo.png'); }

.m_shop.productlist .products .label_discount{ left:0; top:0; position:absolute; background-repeat:no-repeat; }

/*.m_shop .products .label_discount.discount_amount.nl{ background-image:url('../images/list_nl_discount_amount.png'); }
.m_shop .products .label_discount.discount_amount.fr{ background-image:url('../images/list_fr_discount_amount.png'); }	
.m_shop .products .label_discount.discount_amount.en{ background-image:url('../images/list_en_discount_amount.png'); }
.m_shop .products .label_discount.discount_amount.es{ background-image:url('../images/list_es_discount_amount.png'); }

.m_shop .products .label_discount.discount_percentage.nl{ background-image:url('../images/list_nl_discount_percentage.png'); }
.m_shop .products .label_discount.discount_percentage.fr{ background-image:url('../images/list_fr_discount_percentage.png'); }	
.m_shop .products .label_discount.discount_percentage.en{ background-image:url('../images/list_en_discount_percentage.png'); }
.m_shop .products .label_discount.discount_percentage.es{ background-image:url('../images/list_es_discount_percentage.png'); }

.m_shop .products .label_discount.discount_product.nl{ background-image:url('../images/list_nl_discount_product.png'); }
.m_shop .products .label_discount.discount_product.fr{ background-image:url('../images/list_fr_discount_product.png'); }	
.m_shop .products .label_discount.discount_product.en{ background-image:url('../images/list_en_discount_product.png'); }
.m_shop .products .label_discount.discount_product.es{ background-image:url('../images/list_es_discount_product.png'); }

.m_shop .products .label_discount.discount_shipping.nl{ background-image:url('../images/list_nl_discount_shipping.png'); }
.m_shop .products .label_discount.discount_shipping.fr{ background-image:url('../images/list_fr_discount_shipping.png'); }	
.m_shop .products .label_discount.discount_shipping.en{ background-image:url('../images/list_en_discount_shipping.png'); }
.m_shop .products .label_discount.discount_shipping.es{ background-image:url('../images/list_es_discount_shipping.png'); }*/

/*
.m_shop.productlist .products .label_discount.discount_amount.nl{ background-image:url('../images/nl_promo.png'); }
.m_shop.productlist .products .label_discount.discount_amount.fr{ background-image:url('../images/fr_promo.png'); }	
.m_shop.productlist .products .label_discount.discount_amount.en{ background-image:url('../images/en_promo.png'); }
.m_shop.productlist .products .label_discount.discount_amount.es{ background-image:url('../images/es_promo.png'); }

.m_shop.productlist .products .label_discount.discount_percentage.nl{ background-image:url('../images/nl_promo.png'); }
.m_shop.productlist .products .label_discount.discount_percentage.fr{ background-image:url('../images/fr_promo.png'); }	
.m_shop.productlist .products .label_discount.discount_percentage.en{ background-image:url('../images/en_promo.png'); }
.m_shop.productlist .products .label_discount.discount_percentage.es{ background-image:url('../images/es_promo.png'); }

.m_shop.productlist .products .label_discount.discount_product.nl{ background-image:url('../images/nl_promo.png'); }
.m_shop.productlist .products .label_discount.discount_product.fr{ background-image:url('../images/fr_promo.png'); }	
.m_shop.productlist .products .label_discount.discount_product.en{ background-image:url('../images/en_promo.png'); }
.m_shop.productlist .products .label_discount.discount_product.es{ background-image:url('../images/es_promo.png'); }

.m_shop.productlist .products .label_discount.discount_shipping.nl{ background-image:url('../images/nl_promo.png'); }
.m_shop.productlist .products .label_discount.discount_shipping.fr{ background-image:url('../images/fr_promo.png'); }	
.m_shop.productlist .products .label_discount.discount_shipping.en{ background-image:url('../images/en_promo.png'); }
.m_shop.productlist .products .label_discount.discount_shipping.es{ background-image:url('../images/es_promo.png'); }
*/

.m_shop.productlist .products .label_discount.discount_amount,
.m_shop.productlist .products .label_discount.discount_percentage,
.m_shop.productlist .products .label_discount.discount_product,
.m_shop.productlist .products .label_discount.discount_shipping{background:none;}

.m_shop .products .img_frame img{
	border:1px solid #b3b3b3;
	cursor:pointer;
}


.m_shop .content ul.thumb_view li{
/*	padding:0 10px 10px 0;
	text-align:center;
	width:175px;
	height:210px;*/
}
.m_shop .content ul.thumb_view li .content_block{
	/*width:175px;
	height:210px;
	padding:5px;	*/
}
.m_shop .content ul.thumb_view li .content_block:hover{
}
.m_shop .content ul.thumb_view li div.list_detail{
	display: none;
}
.m_shop .content ul.thumb_view li div.thumb_detail{
	display: block;
}
.m_shop .content ul.thumb_view li div.thumb_detail H2{
	margin:0;
}
.m_shop .content ul.thumb_view li div.thumb_detail H3{
	margin:0;
	font-size:12px;
	color:#95C064;
}

/* PRODUCTDETAIL */

.m_shop.productdetail .title{
    font-size: 18px;
	}
	
.m_shop.productdetail .content .detail{
	background-color:#f7f7f7;
	border:1px solid #d2d2d2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	width:376px;
	/*height:217px;*/
	padding:15px;
	margin:0px 0px 18px 0px;
	
	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
}

.m_shop.productdetail .left,
.m_shop.productdetail .right{
	position:relative;
}
	
.m_shop.productdetail .label_discount{ left:-30px; bottom:-7px; position:absolute; background-repeat:no-repeat; display:block; width:133px; height:133px; }

.m_shop.productdetail .label_discount.discount_amount.nl{ background-image:url('../images/detail_nl_discount_amount.png'); }
.m_shop.productdetail .label_discount.discount_amount.fr{ background-image:url('../images/detail_fr_discount_amount.png'); }	
.m_shop.productdetail .label_discount.discount_amount.en{ background-image:url('../images/detail_en_discount_amount.png'); }
.m_shop.productdetail .label_discount.discount_amount.es{ background-image:url('../images/detail_es_discount_amount.png'); }

.m_shop.productdetail .label_discount.discount_percentage.nl{ 
	background-image:url('../images/detail_nl_discount_percentage.png'); 
	font-size:30px;
	color:#fff;
	text-align:center;
}
.m_shop.productdetail .label_discount.discount_percentage.nl p{
	padding:50px 0px 0px 0px;
} 
.m_shop.productdetail .label_discount.discount_percentage.fr{ background-image:url('../images/detail_fr_discount_percentage.png'); }	
.m_shop.productdetail .label_discount.discount_percentage.en{ background-image:url('../images/detail_en_discount_percentage.png'); }
.m_shop.productdetail .label_discount.discount_percentage.es{ background-image:url('../images/detail_es_discount_percentage.png'); }

.m_shop.productdetail .label_discount.discount_product.nl{ background-image:url('../images/detail_nl_discount_product.png'); }
.m_shop.productdetail .label_discount.discount_product.fr{ background-image:url('../images/detail_fr_discount_product.png'); }	
.m_shop.productdetail .label_discount.discount_product.en{ background-image:url('../images/detail_en_discount_product.png'); }
.m_shop.productdetail .label_discount.discount_product.es{ background-image:url('../images/detail_es_discount_product.png'); }

.m_shop.productdetail .label_discount.discount_shipping.nl{ background-image:url('../images/detail_nl_discount_shipping.png'); }
.m_shop.productdetail .label_discount.discount_shipping.fr{ background-image:url('../images/detail_fr_discount_shipping.png'); }	
.m_shop.productdetail .label_discount.discount_shipping.en{ background-image:url('../images/detail_en_discount_shipping.png'); }
.m_shop.productdetail .label_discount.discount_shipping.es{ background-image:url('../images/detail_es_discount_shipping.png'); }

.m_shop.productdetail .content .order_fields{
	background-color:#f7f7f7;
	border:1px solid #d2d2d2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	width:366px;
	height:27px;
	padding:8px 24px 8px 16px;
	position:relative;
	
	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
	}
	
.m_shop.productdetail a.button{
	width:120px;
	padding-left:14px;
	text-align:left;
	}

.m_shop.productdetail .cartbox{
	position:absolute;
	right:3px;
	top:-23px;
	width:100px;
	height:100px;
	background-image:url(../images/box.png);
	background-repeat:no-repeat;
	width:55px;
	height:66px;
	z-index:100;
	}	

.m_shop .content #productfiche .row1,
.m_shop .content #productfiche .row2{
	float:left;
	position:relative;
	width:100%;
}
.m_shop .content #productfiche .row2{
	padding-top:20px;
}
.m_shop .content #productfiche #product_image{
	float:left;
}
.m_shop .content #productfiche #product_image span{
	margin-left:15px;
	font-size:12px;
	color:#a5a5a5;
	float:right;
}
.m_shop .content #productfiche .jqgallery{
	position: relative;
	overflow: hidden;
	padding: 0px;
  
	width:280px;
	height:280px;
}
.m_shop .content #productfiche .jqgalleryBar {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 5px 7px;
  display:none;
  top:50px;
  background-color:#FFF;
}
.m_shop .content #productfiche .jqgalleryBar li {
  position: relative;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
}
.m_shop .content #productfiche .jqgalleryScreen,
.m_shop .content #productfiche .jqgalleryInfo {
	position: absolute;
	top: 0 !important;
	height: 50px !important;
	display:none !important;
}
.m_shop .content #productfiche .jqgalleryScreen {
 background-color: #F1F1F1;
}
.m_shop .content #productfiche .jqgalleryInfo {
 background-color: transparent;
	color: #000000;
 padding: 12px;
}
.m_shop .content #productfiche .jqgalleryTitle {
 font-size: 135%;
 font-weight: bold;
}
.m_shop .content #productfiche #product_image .img_frame{
	position:relative;
	width:270px;
	height:270px;
	
	border:5px solid #FFF;
	margin:5px 0 5px 7px;
	
	-moz-box-shadow: 0px 0px 10px #bbbbbb; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #bbbbbb; /* Safari and Chrome */
	box-shadow: 0px 0px 10px #bbbbbb; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.m_shop .content #productfiche #product_image .image_frame{
	position:relative;
	/*width:270px;
	height:270px;
	
	border:5px solid #FFF;
	margin:5px 0 5px 7px;*/
	
	/*-moz-box-shadow: 0px 0px 10px #bbbbbb; /* Firefox */
	/*-webkit-box-shadow: 0px 0px 10px #bbbbbb; /* Safari and Chrome */
	/*box-shadow: 0px 0px 10px #bbbbbb; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

	/*behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js');*/ /* This lets IE know to call the script on all elements which get the 'box' class */
}
.m_shop .content #productfiche .detail{
	/*float:left;
	background-color:#f1f1f1;
	border:1px solid #dfdfdf;
	padding:12px;
	width:355px;
	margin:5px 0px 0px 20px;
	height:279px;*/
}
.m_shop .content #productfiche .detail .h1{
	font-size:16px;
}
.m_shop .content #productfiche .detail .h1b{
	font-size:16px;
	font-weight:bold;
}
.m_shop .content #productfiche .detail .h2b{
	font-size:12px;
	font-weight:bold;
}
.m_shop .content #productfiche .detail p{
	margin:7px 0;
}
.m_shop .content #productfiche .detail .space{
	width:20px;
	display:inline-block;
}
.m_shop .content #productfiche .detail .attachments{
	margin-top:10px;
	}
.m_shop .content #productfiche .detail table tr td{
	padding:5px 3px 5px 3px;
	vertical-align:middle;
	}
.m_shop .content #productfiche .detail table tr th{
	padding:3px;
	border-bottom:1px solid #e4e4e4;
	}
.m_shop .content #productfiche .detail table tr.even{
	background-color:#fbfbfb;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	}	
.m_shop .content #productfiche .detail table tr.odd{
	background-color:#f5f5f5;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	}
.m_shop .content #productfiche .order_fields{
	/*float:left;
	background-color:#f1f1f1;
	border:1px solid #dfdfdf;
	padding:12px;
	width:255px;
	margin-left:6px;
	height:85px;*/
}
.m_shop .content #productfiche .order_fields fieldset{
	border:none;
	margin:0;
	padding:0;
	/*height:35px;*/
	position:relative;
	width:100%;
	color:#222222;
	font-size:12px;
}
.m_shop .content #productfiche .order_fields fieldset label{
	font-size:14px;
	font-weight:bold;
}
.m_shop .content #productfiche .order_fields form{
	/*clear:both;
	height:35px;
	display:inline;
	margin-bottom:0px;
	float:right;*/
}
.m_shop .content #productfiche .order_fields input{
	border:1px solid #C6C6C6;
	font-size:13px;
	/*margin:5px 0px 5px;
	*margin:0px;
	padding:5px;*/
	width:60px;
}

/* RELATED ITEMS */

.m_shop .content #productfiche .related_items .img_frame span{
	/*float:left;
	font-weight:bold;
	margin-top:7px;
	text-align:center;
	width:100%;*/
}

	.m_shop.productdetail .related_items{
		background-color:#f7f7f7;
		border:1px solid #d2d2d2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding:18px;
		margin:25px 0px 0px 0px;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
		}
		
	/*.m_shop.productdetail .related_items .horislider{ width:580px; }	*/
	
	.m_shop.productdetail .related_items .title{
		background:none;
		border:none;
		font-weight:bold;
		font-size:18px;
		margin:0px;
		padding:0px 0px 15px 0px;
		}
	
	.m_shop.productdetail .related_items .relproduct{
		float:left;
		margin:0px 10px 0px 10px;
		width:100px;
		cursor:pointer;
		}

/* SEARCH */

	.m_shop .search{
		padding:0px 0px 10px 0px;	
		}
	
	.m_shop.search .title{
		font-weight:bold;
		color:#7a4b6a;
		margin:0px;
		background:none;
		border:none;
		}
	
	.m_shop.search #search-input{ width:155px; display:inline; }
	.m_shop.search a.searchbox{ margin:0px; padding-left:3px; padding-right:3px; }


	.m_shop .search h2{
	}
	.m_shop a.button.searchbox{
	}
	.m_shop .search input[type=text]{
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:1px solid #D2D2D2;
		font-size:13px;
		padding:5px;
		
		behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
		position:relative;
	}
/* CHECKOUT */

.m_shop.checkout {
	border:1px solid #EAEAEA;
	padding:5px;
	width:630px;
	margin:0px 5px 0px 5px;
	}

.m_shop.checkout .content {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    /*width: 702px;*/
	float:none;
}

.m_shop.checkout p{
	padding:2px 0px 2px 0px;	
}

.m_shop #checkout .checkoutSteps{
	/*float: left;*/
    padding-top: 60px;
    position: relative;
    width: 700px;
	font-size: 14px;
	line-height: 14px;
    text-align: left;
	color: #3F4144;
    font-family: 'Droid Sans','Lucida Grande',Arial,Helvetica,sans-serif;
}
.m_shop #checkout .checkoutSteps #checkout-step-1-head{
	left: 0px;
	width: 109px;	
}
.m_shop #checkout .checkoutSteps #checkout-step-2-head{
	left: 125px;
	width: 109px;	
}
.m_shop #checkout .checkoutSteps #checkout-step-3-head{
	left: 250px;
	width: 109px;	
}
.m_shop #checkout .checkoutSteps #checkout-step-4-head{
	left: 375px;
	width: 109px;	
}
.m_shop #checkout .checkoutSteps #checkout-step-5-head{
	left: 500px;
	width: 109px;	
}
.m_shop #checkout .checkoutSteps .head {
    background-image: url("../images/checkout_tabs.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 40px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 8px 6px 8px;
    position: absolute;
    top: 0;
    width: 100px;
}
.m_shop #checkout .checkoutSteps .section .head {
    background-color: #EFE9F2;
}
.m_shop #checkout .checkoutSteps .allow .head {
    background-color: #5743C2;
    cursor: pointer;
}
.m_shop #checkout .checkoutSteps .active .head {
    background-color: #E6D8F3;
}
.m_shop #checkout .checkoutSteps .section .head h3 {
    color: #BBBBBB;
    font-size: 0.95em;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 93px;
}
.m_shop #checkout .checkoutSteps .allow .head h3 {
    color: #FFFFFF;
}
.m_shop #checkout .checkoutSteps .active .head h3 {
    color: #5743C2;
}
.m_shop #checkout .checkoutSteps .head h3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.m_shop #checkout .checkoutSteps .section .head span {
    color: #BBBBBB;
    display: block;
    font-size: 2.7em;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 12px;
}
.m_shop #checkout .checkoutSteps .allow .head span {
    color: #FFFFFF;
}
.m_shop #checkout .checkoutSteps .active .head span {
    color: #5743C2;
}
.m_shop #checkout .checkoutSteps .head a {
    display: none;
}
.m_shop #checkout .address{
	padding:5px;
	margin:10px;
	width:45%;
}
.m_shop #checkout .address h2{
    color: #454545;
    font-family: "Titillium999","Trebuchet MS",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.m_shop #checkout .adresses label.invalid{
	display:none !important;
}
.m_shop #checkout .adresses input[type=text],
.m_shop #checkout .adresses input[type=text].valid,
.m_shop #checkout .adresses select{
	border:1px solid #5743C2;
	padding:2px 5px;
	float:right;
}
.m_shop #checkout .adresses select{
	width:140px;
}
.m_shop #checkout .adresses input[type=text].invalid{
	border:1px solid #c7168c;
	background-color: #fbd0eb;
}
.m_shop #checkout .address table tr td,
.m_shop #checkout .address table tr th {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	line-height: normal;
	text-align: left;
	}
.m_shop #checkout .top,
.m_shop #checkout .grid{
	/*float:left;
	padding-bottom:15px;
	position:relative;
	width:100%;	*/
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
}
.m_shop #checkout .top div{
	color:#95C064;
	display:block;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	float:left;	
}
.m_shop #checkout .top div h2{
	color:#343434;
	font:normal 11pt Verdana,Arial,Helvetica,sans-serif;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	width:450px;
}
.m_shop #checkout .top .currency{
	float:right;
}
.m_shop #checkout .top .info{
	color:#666666;
	font:normal 8pt Verdana,Arial,Helvetica,sans-serif;
	height:8pt;
	line-height:8pt;
}
.m_shop #checkout .grid{
	/*border:1px solid #EAEAEA;
	background-color:#FFFFFF;
	width:697px;*/
}

.m_shop #checkout .grid.login-left{
	float:left;
	width:100%;
	border:1px solid #CCC;
	height:170px;
	position:relative;
}
.m_shop #checkout .grid.login-right{
	float:right;
	width:100%;
	border:1px solid #CCC;
	height:170px;
	position:relative;
}
.m_shop #checkout .grid.login-right .form-list{
	padding-left:0px;
}
.m_shop #checkout .grid.login-left .submit,
.m_shop #checkout .grid.login-right .submit{
	padding-right:15px;
	position:absolute;
	bottom:10px;
	right:10px;
}
.m_shop #checkout .grid.list,
.m_shop #checkout .grid.info,
.m_shop #checkout .grid.products,
.m_shop #checkout .grid.payment{
	/*margin-top:10px;*/
	background-color:#ffffff;
}
.m_shop #checkout .grid.payment .paymentmethod{
	position:relative;
	float:left;
	width:100%;
	margin:5px 0;
	background-color:#E7E7E7;
}
.m_shop #checkout .grid.payment .paymentmethod div{
	padding:3px;
	display:block;
	float:left;
	color:#343434;
	font:normal 8pt Verdana,Arial,Helvetica,sans-serif;
}
.m_shop #checkout .paymentmethod div.cell1 a.payment_select {
	display:block;
	height:24px;
	line-height:24px;
	background-image:url(../images/checkbox_no.png);
	background-repeat:no-repeat;
	background-position:center left;
	width:24px;
	padding:2px 0;
	margin:20px 0 0 0;
	text-decoration:none;
	cursor:pointer;	
}
.m_shop #checkout .paymentmethod div.cell1 a.payment_select.checked {
	background-image:url(../images/checkbox_yes.png);
}
.m_shop #checkout .paymentmethod div.cell2{
	width:140px;
}
.m_shop #checkout .paymentmethod div.cell3{
	width:440px;
	padding-right:10px !important;
}
.m_shop #checkout .paymentmethod div.cell4{
	text-align:right;
	width:65px;
}
.m_shop #checkout .grid .header{
	/*float:left;
	position:relative;*/
	width:100%;
	background-color:#b9b9b9;
	height:23px;
	line-height:23px;
}

.m_shop #checkout .grid .header th{
	color:#FFF;
	font-weight:normal;
	padding:0px 5px 0px 5px;
}

.m_shop #checkout .grid .header span{
	color:#FFFFFF;
}
.m_shop #checkout .grid span{
	padding:0 10px;
	display:block;
	float:left;
	color:#343434;
	font:normal 8pt Verdana,Arial,Helvetica,sans-serif;
	height:23px;
	line-height:23px;
}
.m_shop #checkout .grid span.cellfull{
	width:680px;
	font-size:7pt;
	font-weight:bold;
}
.m_shop #checkout .grid span.cell1{
	width:30px;
}
.m_shop #checkout .grid.products span.cell1{
	width:50px;
}
.m_shop #checkout .grid.shipment p,
.m_shop #checkout .grid.payment p{
	padding:10px;
}
.m_shop #checkout .grid.shipment span.cell1{
	/*width:40px;*/
	width:50px;
}
.m_shop #checkout .grid span.cell2,
.m_shop #checkout .grid span.cell2 span.line1,
.m_shop #checkout .grid span.cell2 span.line2{
	width:269px;
}
.m_shop #checkout .grid.products span.cell2{
	width:170px;
}
.m_shop #checkout .grid.shipment span.cell2,
.m_shop #checkout .grid.shipment span.cell2 span.line1,
.m_shop #checkout .grid.shipment span.cell2 span.line2{
	width:180px;
}
.m_shop #checkout .grid span.cell2 span.line1,
.m_shop #checkout .grid span.cell2 span.line2{
	float:left;
	line-height:20px;
	height:20px;
}
.m_shop #checkout .grid span.cell2 span.line1{
	font-weight:bold;
}
.m_shop #checkout .grid span.cell2 span.line2{
	font-size:7pt;
}
.m_shop #checkout .grid span.cell3{
	width:50px;
}
.m_shop #checkout .grid.shipment span.cell3{
	width:105px;
}
.m_shop #checkout .grid span.cell4{
	width:80px;
	text-align:right;
}
.m_shop #checkout .grid.products span.cell4{
	width:70px;
	text-align:left;
}
.m_shop #checkout .grid.shipment span.cell4{
	width:69px;
}
.m_shop #checkout .grid span.cell5{
	width:75px;
}
.m_shop #checkout .grid.products span.cell5{
	width:70px;
}
.m_shop #checkout .grid.shipment span.cell5{
	width:90px;
	text-align: right;
}
.m_shop #checkout .grid span.cell6{
	width:76px;
	text-align:right;
}
.m_shop #checkout .grid.products span.cell6{
	width:80px;
}
.m_shop #checkout .grid.shipment span.cell6{
    /*padding-right: 20px;*/
	width:76px;
    text-align: right;
    /*width: 85px;*/
}
.m_shop #checkout .grid.products span.cell7{
	width:80px;
}
.m_shop #checkout .grid .content{
	float:left;
	position:relative;
	/*padding:0 15px;
	width:684px;*/
}
.m_shop #checkout .grid.login-left .content,
.m_shop #checkout .grid.login-right .content{
	width:365px;
	padding:8px 15px;
}
.m_shop #checkout .grid.login-left .content p,
.m_shop #checkout .grid.login-right .content p{
	padding:5px 0px 15px 0px;
	text-align:justify;
	font-weight:bold;
}
.m_shop #checkout .grid.login-left .content ul{
	padding:5px 0px 5px 15px;
}
.m_shop #checkout .grid.login-left .content ul li{
	list-style:disc;
	padding:2px 0px 2px 0px;
	/*list-style-position:inside;*/
}
.m_shop #checkout .grid.login-right .input-box {
	float:left;
	padding-bottom:5px;
}
.m_shop #checkout .grid.login-right label {
	padding: 5px;
	line-height: normal;
	text-align: left;
	display:block;
	width:150px;
	float:left;
}
.m_shop #checkout .grid.login-right input[type=text],
.m_shop #checkout .grid.login-right input[type=password]{
	float:left;
	border:1px solid #8E567B;
	padding:2px 5px;
	width:143px;
}
.m_shop #checkout .grid.products .content{
	float:left;
	position:relative;
	padding:0;
	width:100%;	
}
.m_shop #checkout .grid.shipment .content{
	float:left;
	position:relative;
	padding:0 15px 0 0;
	width:684px;
}
/*.m_shop #checkout .grid .content .row{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #EAEAEA;
}*/

/* TABLE */

.m_shop #checkout .grid table{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.m_shop #checkout .grid tr td{
	padding:0px 5px 0px 5px;
	font-size:9px;
}

.m_shop #checkout .grid tr.row{
	border-bottom:1px solid #EAEAEA;
	height:40px;
	line-height:40px;
}

.m_shop #checkout .grid tr.total{
	height:22px;
	line-height:22px;	
}


.m_shop #checkout .grid.info .content div,
.m_shop #checkout .grid.payment .content div{
	/*line-height:40px;*/
	/*float:left;*/
}
.m_shop #checkout .grid.products .content .row{
	height:20px;
	line-height:20px;
	border-bottom:1px solid #EAEAEA;
	float:left;
	margin-left:5px;
}
.m_shop #checkout .grid.products .row.payment{
	border-bottom:0px;
	background-color:#EBEFE0;
	margin-top:2px;
	height:22px;
	line-height:22px;	
}
.m_shop #checkout .grid.products .row.total{
	border-bottom:0px;
	background-color:#E3EDC4;
	margin-top:2px;
	height:22px;
	line-height:22px;		
}
.m_shop #checkout .grid.products .content .row.total span{
}
.m_shop #checkout .grid .content .row span,
.m_shop #checkout .grid .content .row span a{
	height:40px;
	line-height:40px;
}
.m_shop #checkout .grid .content .row span select{
	margin-top:10px;
}
.m_shop #checkout .grid.products .content .row span{
	height:20px;
	line-height:20px;
}
.m_shop #checkout .grid .content .row span a:link,
.m_shop #checkout .grid .content .row span a:visited,
.m_shop #checkout .grid .content .row span a:hover,
.m_shop #checkout .grid .content .row span a:active{
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	color:#95C064;
	text-decoration:none;
	line-height:40px;
}
.m_shop #checkout .grid .row input[type=text],
.m_shop #checkout .grid .row .textfield {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #C6C6C6;
	font-size:8pt;
	padding:5px;
	width:35px;
	/*margin:8px 0px 8px;*/
	
	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
}
.m_shop #checkout .grid .row a.delete {
	display:block;
	height:16px;
	width:16px;
	background-image:url('../images/delete.png');
	background-repeat:no-repeat;
	background-position:center left;
	text-decoration:none;
	cursor:pointer;
}
.m_shop #checkout .grid .row a.update {
	display:block;
	height:16px;
	width:16px;
	background-image:url('../images/update.png');
	background-repeat:no-repeat;
	background-position:center left;
	text-decoration:none;
	cursor:pointer;	
}

.m_shop #checkout .grid .info{
	/*float:left;*/
	width: 670px;
	padding-top:10px;
}
.m_shop #checkout .grid .info .adress{
	background-color:#EAEAEA;
	padding:8px;
}
.m_shop #checkout .grid .info .adress h3{
	padding-bottom:5px;
}
.m_shop #checkout .grid .comment textarea{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #C6C6C6;
	font-size:8pt;
	width:615px;
	padding:5px;
	height:50px;
	
	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
}
.m_shop #checkout .grid .comment textarea.default{
	color: #a1a1a1; font-style: italic;
}
.m_shop #checkout .grid .totals{
	float:right;
	position:relative;
	border-top:2px solid #EAEAEA;
}
.m_shop #checkout .grid.shipment .totals{	
	width:250px;
}
.m_shop #checkout .grid .totals span{
	padding:0 10px 0 0;
	display:block;
	float:left;
	color:#343434;
	font:normal 8pt Verdana,Arial,Helvetica,sans-serif;
	height:22pt;
	line-height:22pt;
}
.m_shop #checkout_success .top{
	float:left;
	padding-bottom:15px;
	position:relative;
	width:100%;	
}
.m_shop #checkout_success .top div{
	color:#95C064;
	display:block;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	float:left;	
}
.m_shop #checkout_success .top div h2{
	color:#709448;
	font:normal 11pt Verdana,Arial,Helvetica,sans-serif;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0;
	width:450px;
}
.m_shop #checkout_success .top .currency{
	float:right;
}
/* Stylesheet for javscript error box, IE6 error box */
.m_shop #loginblock .box,#block .box,#iedetectblock .box { 
	position: absolute;
	left: 50%;
	top: 50%;	

}
.m_shop #loginblock .box ol,#block .box ol,#iedetectblock .box ol{ padding-left:20px;}
.m_shop #loginblock .box h2,#block .box h2,#iedetectblock .box h2 {
	font-size: 15px;
	line-height: 43px;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	background-image: url('../../../shop/images/header.png');
	background-repeat: repeat;
	background-position: center top;
	height: 43px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	margin: 0px;
}
.m_shop #loginblock .form,
.m_shop #block .form {
	display: none;
	width: 387px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	/* Half the width of the DIV tag which is 388 pixels */
	margin-left: -194px;
	/* Half the height of the DIV tag which is also 216 pixels */
	margin-top: -108px;	
	margin-right: auto;
	margin-bottom: 0;
}
.m_shop #loginblock .formcont,
.m_shop #block .formcont {
	margin: 0px;
	overflow: hidden;
	position: relative;
}
.m_shop #loginblock .formfooter,
.m_shop #block .formfooter {
	background-image: url('../../../shop/images/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 13px;
}
.m_shop #loginblock #js_menu,
.m_shop #block #js_menu {
	border:none;
	text-align:left;
	margin: 0px;
	color:#333;
	font-size:12px;
	background-image: url('../../../shop/images/form-bg.png');
	background-repeat: repeat-y;
	background-position: center bottom;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 180px;
}
.m_shop #loginblock #js_menu a,
.m_shop #block #js_menu a {
	color:#086C8F;
	text-decoration:none;
}
.m_shop #loginblock #js_menu p,
.m_shop #block #js_menu p {
	margin:10px 0 10px;
	*margin:5px 0 5px;
	clear: both;
}
.m_shop #loginblock #js_menu .message,
.m_shop #block #js_menu .message {
	display:block;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.m_shop_popup {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
.m_shop_popup div.title{
	display:none;
}
.m_shop .related_items div.title{
	/*display:none;*/
}
.m_shop_popup .na{
	filter:alpha(opacity=40);
	opacity:.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.m_shop_popup .no{
	filter:alpha(opacity=40);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.m_shop_popup .img_frame{
	float:left;
	position:relative;
	width:120px;
	height:120px;
	cursor:pointer;
}
.m_shop_popup .img_frame .img_hover{
	position:absolute;
	bottom:5px;
	left:23px;
}
.m_shop_popup .img_frame div{
	width:120px;
	height:120px;
	position:absolute;
}
.m_shop_popup .image_view{
	float: left;
	padding:0 10px 10px 0;
	margin: 0;
	text-align:center;
	width:120px;
	height:170px;
	display: block;
}
.m_shop_popup .image_view span{
	font-size:12px;
	float:left;
	width:120px;
	padding-top:10px;
	font-weight:bold;
}
.m_shop_popup .text_view{
	width:350px;
}
.m_shop_popup .text_view H2{
	font:11pt Verdana, Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	font-weight: bold;
	margin: 0;
}
.m_shop_popup .text_view a.button{
	float:right;
	clear:both;
	padding:2px 6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #D7E3C9;
	background-color:#95C064;
	margin:5px 0;
	cursor:pointer;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
	
	behavior: url('../../../../../../../assets/Scripts/IE-hack/CSS3/PIE.js'); /* This lets IE know to call the script on all elements which get the 'box' class */
	position:relative;
}
.m_shop_popup .text_view a.button.disabled{
	border:1px solid #999999;
	background-color:#CCCCCC;
}
.m_shop_popup .text_view .text{
	text-align:justify;
	line-height:16px;
	padding-top:10px;
}
.m_shop_popup .new div{
}
.m_shop_popup H2{
	margin:0;
	font-size:9pt;
}
.m_shop_popup H3{
	margin:0;
	font-size:7pt;
	color:#95C064;
}
.shop_popup_view .shop_popup_box { 
	position: absolute;
	left: 50%;
	top: 50%;
	width: 745px;
	padding: 0px;
	/* Half the width of the DIV tag which is 388 pixels */
	margin-left: -312px;
	/* Half the height of the DIV tag which is also 216 pixels */
	margin-top: -108px;	
	margin-right: auto;
	margin-bottom: 0;
	opacity: 100;
}
.shop_popup_view .shop_popup_boxoverlay { 
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0pt;
	left: 0pt;
	background-color: #000000;
	
	filter:alpha(opacity=60);
	opacity:.60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	
	
	cursor: wait;
	position: fixed;
}
.shop_popup_view .shop_popup_boxclearzone { 
	z-index: 1001;
	position: fixed;
	padding: 0px;
	margin: 0px;
	width: 100%;
	top: 30%;
	left: 0pt;
	color: #000000;
	border: 0px none;
	background-color: #FFFFFF;
	cursor: default;
}
.shop_popup_view .shop_popup_boxtitle { 
	background-image: url('../../images/header_info.png');
	background-repeat: repeat;
	background-position: center top;
	height: 43px;
	position:relative;
}
.shop_popup_view .shop_popup_box h5 {
	font-size: 15px;
	line-height: 43px;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	padding: 0 0 0 20px;
	margin: 0;
	float:left;
}
.shop_popup_view .shop_popup_box .close {
	padding: 12px 20px 0 0;
	margin: 0;
	float:right;
	cursor: pointer;
}
.shop_popup_view .shop_popup_boxcont {
	margin: 0px;
	overflow: hidden;
	position: relative;
	border:none;
	text-align:left;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	background-image: url('../../images/form-bg_info.png');
	background-repeat: repeat-y;
	background-position: center bottom;
	overflow: hidden;
	padding: 20px 23px 0 23px;
	height: 465px;
	/*width: 690px;
	margin-left: 4px;*/
}
.shop_popup_view .shop_popup_boxcont .shop_popup_box_left,
.shop_popup_view .shop_popup_boxcont .shop_popup_box_right{
	float:left;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_box_left{
	width:250px;
	padding-right:15px;
	padding-bottom:10px;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_box_right{
	width:299px;
}
.shop_popup_view .shop_popup_box_info{
	padding:10px;
	background-color:#DCDCDC;
	margin-right:3px;
	height:80px;
	margin-bottom:0px;
}
.shop_popup_view .shop_popup_box_info .shop_popup_box_left{
	width:240px;
	padding-right:15px;
	padding-bottom:0px;
}
.shop_popup_view .shop_popup_box_info .shop_popup_box_right{
	width:290px;
}
.shop_popup_view .shop_popup_boxcont .na{
	filter:alpha(opacity=40);
	opacity:.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.shop_popup_view .shop_popup_boxcont .img_frame{
	float:left;
	width:250px;
	height:250px;
}
.shop_popup_view .shop_popup_boxcont .img_frame div{
	width:250px;
	height:250px;
	position:absolute;
}
.shop_popup_view .shop_popup_boxcont .relproduct .img_frame div{
	width:70px;
	height:70px;
	position:absolute;
}
.shop_popup_view .shop_popup_boxcont .new div{

}
.shop_popup_view .shop_popup_boxcont H2{
	font:11pt Verdana, Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	font-weight: bold;
	margin: 0;
}
.shop_popup_view .shop_popup_boxcont H3{
	margin:0 0 5px 0;
	font-size:7pt;
	color:#95C064;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_price_na{
	color:#FF0000;
}
.shop_popup_view .shop_popup_boxcont #shop_popup_image span{
	line-height:16px;
	font-size:10px;
	text-align:center;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_order{
	position:relative;
	float:left;
	width:290px;
	padding-top:30px;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_price{
	font-size:12pt;
	float:left;
	font-weight:bold;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_price span{
	font-size: 8pt;
	font-weight:normal;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_calltoaction{
	float:right;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_detail{
	position:relative;
}
.shop_popup_view .shop_popup_boxcont .scrollpane{
	overflow:auto;
	height:150px;
	width:100%;
	position:relative;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_box_info .shop_popup_box_left span,
.shop_popup_view .shop_popup_boxcont .shop_popup_box_info .shop_popup_box_right span{
	font-weight:bold;
}
.shop_popup_view .shop_popup_boxcont .shop_popup_box_info .shop_popup_box_right span{
	text-decoration:underline;
}
.shop_popup_view .shop_popup_boxfooter {
	background-image: url('../../images/footer_info.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 13px;
}
.m_shop .scrollpane-inner{
	padding-right:10px;
	text-align:justify;
	line-height:16px;
}
.m_shop .jspVerticalBar{
	width:3px;
}
.m_shop .jspHorizontalBar{
	height:3px;
}
.m_shop .jspDrag{
	background-color:#616060;
}
.m_shop .jspTrack{
	background-color:#F3F0F0;
}