#vm-header{
	width: 440px;
	min-height: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

#vm-order{margin-bottom:4px;}
#vm-search{margin-bottom:9px;}

.vm-row, .vm-rowl{
	float:left;
	margin-right: 29px;
	margin-bottom: 29px;
	background: url(../images/bg-pritem.png) #4c4c4c no-repeat;
	width: 180px;
	height: 215px;
}

.vm-rowl{
	margin-right: 0px;
}

.vm-pritem-image{
	width: 180px;
	height: 120px;
}

.vm-pritem-title{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.vm-pritem-title a{
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}

.vm-pritem-oldprice, .vm-pritem-productPrice{
	font-size: 16px;
	color: #E6B803;
}

.vm-pritem-oldprice{
	color: #fff;
	display: block;
	text-decoration: line-through;
}

.vm-pritem-price{
	text-align:center;
}

.vm-pritem-title a:hover, .vm-pritem-title a:active, .vm-pritem-title a:focus{
	color: #E6B803;
}

/* product detail */
#vm-prdetail1{
	width: 441px;
}
#vm-prcomimage{
	width: 231px;
	margin-right: 10px;
	float: left;
}
#vm-prcommon{
	width: 200px;
	float: left;
}

#vm-primage{
	width:220px;
	height:160px;
	background-position: center center;
	background-repeat: no-repeat;
}

#vm-primages{
	width: 230px;
	margin-top: 8px;
}
.vm-primages{
	float: left;
	height: 27px;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 38px;
	text-align:center;
}
.vm-primages-hidden{
	width: 220px;
	display:none;
}
.vm-pttext, #vm-prdetail2, #vm-prdetail2-1{
	color: #fff;
	font-size: 13px;
}
#vm-prdetail2, #vm-prdetail2-1{
	padding-top: 15px;
}
.inputboxquantity{
	width:22px;
	border:1px solid #000;
	text-align:center;
}
.addtocart_button{
	margin-top: 10px;
	background: url(../images/bg-addtocart.png) no-repeat top left;
	border:none;
	cursor:pointer;
	height:29px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:181px;
}

#vm-relatedproducts, #similiarproduct{
	padding-top: 15px;
}

#vm-productdetail h2 {
	padding-bottom: 10px;
}

/*------------cart------------*/
#vm-cart{
	color: #fff;
	margin-top:20px;
}

.cart-header, .cart-footer{
	background: #3f3f3f;
	height: 28px;
	color: #fff;
	margin-bottom: 3px;
}
.cart-header div{
	text-transform:uppercase;
	text-align: center;
	padding-top: 5px;
	float: left;
}

.cart-row div{
	float:left;
	text-align: center;
	vertical-align: middle;
	/*line-height: 95px;*/
	padding-top: 35px;
	min-height: 60px;
}

.cart-image{width: 130px;padding-right: 5px; padding-top: 0px !important;}
.cart-pname{width: 280px;padding-right: 5px;}
.cart-price{width: 110px;padding-right: 5px;}
.cart-quant{width: 110px;padding-right: 5px;}
.cart-fprice{width: 136px;}

.cart-row{
	min-height: 95px;
	border-bottom: 1px solid #272727;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.cart-lastrow{
	border-bottom: 0px;
	padding:0px;
	margin-bottom: 3px;

}

.cart-lcolumn, .cart-arow2{ padding-right: 20px;}
.cart-lcolumn{
	text-align: right !important;
	font-weight: bolder;
}
.cart-price-row{
	font-size: 14px;
}
.cart-update{
	background:#fff;
	border:1px solid #1D1D1D;
	color:#000;
	text-align:center;
	width: 20px;
	height: 17px;
	line-height: 17px;
}
.cart-bupdate{
	position: relative;
	top:-4px;
}
.cart-bdelete{
	position: relative;
	top:-6px;
}
.cart-after, .cart-button{
	margin: 5px 0px 5px;
	width: 100%;
}
.cart-button{
	padding-bottom: 20px;
	height:31px;
}
.cart-button div{
	float: right;
}
.cart-arow2{width:100px;}
.cart-arow1{padding-right: 5px;}
.cart-arow2, .cart-arow1{
	float: right;
	text-align: right;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
.cart-fprice-text{
	font-size: 18px;
	color: #E6B803;
}
.cart-bcheckout{ background: url(../images/cart-checkout.png) no-repeat top left;}
.cart-bback{ background: url(../images/cart-back.png) no-repeat top left;}
.cart-bcontinue{ background: url(../images/cart-continue.png) no-repeat top left;}
.cart-bnext{ background: url(../images/cart-next.png) no-repeat top left;}
.cart-bsave{ background: url(../images/cart-save.png) no-repeat top left;}
.cart-bremove{ background: url(../images/cart-remove.png) no-repeat top left;}
.cart-bconfirm{ background: url(../images/cart-confirm.png) no-repeat top left;}
.cart-bcheckout, .cart-bback, .cart-bcontinue, .cart-bnext, .cart-bsave, .cart-bremove, .cart-bconfirm{
	border:none;
	cursor:pointer;
	height:31px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:183px;
	margin-left: 10px;
}

/*--------------------*/
.vm-required{
	color:#E6B803;
	font-size: 12px;
	padding:15px 0px 0px;
}

.vm-bregistration{
	background: url(../images/bg-registration.png) no-repeat top left;
	height:31px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	width:183px;
	border:0px;
	cursor:pointer;
}

.vm-bar, vm-bar a{
	font-size: 11px;
}
a.vm-bar-active{
	color:#E6B803;
}
.vm-shiptor{
	width:70px;
	padding-right:5px;
	font-weight: bolder;
}

.vm-ch-main{
	width:420px;
	padding-top:10px;
	min-height:200px;
}

.vm-creditcard, .vm-creditcard option{
	width: 145px !important;
}

.vm-seldate select, .vm-seldate select option{
	width: 68px !important;
}

.vm-div-font12 a{
	font-size:12px;
}

#vm-prod-desc, #vm-shop-secure{ float: left;}
#vm-shop-secure{ width: 225; padding-left:5px;}
#vm-prod-desc{ width: 503px;}

textarea.inputbox{background:transparent !important;}