/****************			MENU LAYOUT		*******************/

#your_cart{
	width: 185px; 
	height: auto;
	background: url('../images/modul_right_bg.gif') repeat-y top left;
	margin-bottom: 20px;
}

#your_cart .empty{
	display: none;
}

#your_cart .moduletable{	
	width: 100%;
	min-height: 100px; height: auto !important; height: 100px;		
	background: url('../images/modul_right_bottom.gif') no-repeat bottom left; 
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#your_cart .moduletable table{
	background: none;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#your_cart .moduletable table td{
	border-bottom: 1px solid gray;
	width: auto;
}

#your_cart a.miniCartName{
	display: block;
	width: 77px;
	overflow: hidden;
}

#your_cart span.miniCartQuantity{
	display: block;
	width: 30px;
}
#your_cart span.miniCartUnit {
	display: block;
	width:24px;
}
#your_cart span.miniCartPrice {
	display:block;
	float:right;
	margin:0 2px 0px 1px;
	width:36px;
	text-align: right;
}

#your_cart div.vmCartModule{
	background:transparent none repeat scroll 0;
	margin:0 0 0 6px;
	width:174px;
}
#your_cart div.vmCartModule div{
	background: #ffffff;
	height:20px;
	line-height:20px;
	width:100%;
}

#your_cart div.vmCartModule div a{
	background:transparent url(../images/minicart_addbasket.jpg) no-repeat scroll left center;
	display: block;
	width: 100%;
}
#your_cart .vmCartModule  a{
	color:#000000;
	font-weight:bold;
	
}
#your_cart .vmCartModule hr{
display:none;
}
#your_cart .miniCart a, 
#your_cart div.vmCartModule div,
#your_cart .miniCart span{
	color:#000000;
	font-family: Arial; /* Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size:9px;
	font-weight: normal;
}

.miniCartTotalProducts, .miniCartTotalPrice {
	color:#000000;
	font-size:11px;
	line-height:30px;
}

.miniCartTotalPrice {
	float:right;
	margin-right:2px;
	text-align:right;
}

/*****************		 FEATURED PRODUKTS			**************/
.vm_featured table span {	
	color:#ff0000;
}
.vm_featured  table{	
	padding-bottom:20px;

}

/****************		CHECKOUT - FINAL CONFIRMATION	**************/
.formField{
	margin: 0; padding: 0;
	float: none;
	width:100%;
}

textarea.formField{
	margin: 0 0 10px; padding: 0;
	width: 99%;
	height: 130px;
}

div.liefer_values br {
	display: none;
}

#vm_liefertag_div{
	display: none;
}

#vm_liefertag_input{
	margin: 0px;
}

p.delivery_day {
	height:20px;
	line-height:20px;
	margin:5px 0 0;
	padding:0;
}

#vm_liefertag_input .inputbox{
}

#vmMainPage h5.checkout_review{
	margin: 0; padding: 0;
}

#checkout_login label{
	display:block;
	float:left;
	width:90px;	
}

table.shipping_payment {
	visibility: hidden;
}

#min_order {
	color: #ff0000;
	margin: 0px; padding: 0px;
	font-size: 11px;
}
.hide { 
	visibility: hidden;
	height: 3px;
	line-height: 3px;
}

.show { 
	visibility: visible;
}

p.show {
	font-style: italic;
	color: #cc0000;
	font-size: 12px;
}
