.shop_cart {
	width: 191px;
	margin: 0 auto;
	display: block !important;

}
.shop_cart h3 {
	background: url(../images/top.png) no-repeat center top;
	color: #515151;
	height: 30px;
	width: 186px;	
	font-size: 13px;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 0px;
	text-indent: 10px;
}
.vmCartModuleBottom {
    background: url(../images/bottom.png) no-repeat scroll left 100% transparent;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 3px;
    width: 186px;
}
.vmCartModule {
	width: 186px;
	display: inline-block;
	background: url(../images/bg_cart.png) no-repeat top left;
}
.vmCartModule .vm_cart_prod {
	background: transparent;
	margin: 0px;
	color: #515151;
	border: none;	
}

.vmCartModule .vm_cart_prod a
{
	font-family: FuturaHeavy;
}

.vmCartModule .vm_cart_quantity
{
	margin-right: 0px;
}

.vmCartModule .vm_cart_quantity,
.vmCartModule .vm_cart_prod a {
	color: #515151;
	font-size: 12px !important;	
}


.vmCartModule .vm_cart_prod > div 
{
	float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 120px;
	text-overflow: ellipsis;
}
.vmCartModule .vm_cart_totalprice 
{
	color: #515151;
	font-family: FuturaHeavy;
	font-size: 16px;
	padding-right: 6px;
}

.vmCartModule .total
{
	color: #515151;
	font-size: 11px;
	padding: 6px;
}
.vmCartModule .vm_cart_prod .vm_cart_price
{
	float: right;
    font-size: 11px;
	text-align: right !important;
    width: 54px;
}
.vmCartModule .vm_cart_prod .vm_cart_price .vm_cart_quantity
{
	margin-right: 5px;
}

.vmCartModule .vm_cart_showcart a,
.vmCartModule .vm_cart_showcart a:hover
{
	background: url("../images/btn_knc.png") no-repeat scroll left top transparent;
    color: #515151 !important;
	font-weight: bold;
    font-size: 10px !important;
    height: 21px !important;
	line-height: 16px;
    padding-bottom: 3px !important;
    text-align: center !important;
    text-transform: lowercase !important;
    width: 79px !important;
	float: right; 
}