div.product{
	border:none;	
}

.browseProductImage{
	max-height:100%;	
}

.browseProductImage img{
	width:100%;
	height:auto;	
}

.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer{
	padding:0;	
}

div[class*="-view"] .row {
	margin-left:-15px;
	margin-right:-15px;
}

.ot-custom-vmproduct .product-image-price-sale {
	border: 1px solid #eceae8;
	overflow: hidden;
}

.ot-custom-vmproduct .product-name {
	background: none;
	margin: 10px 0px 0px 0px;
	min-height: 35px;
	padding: 5px 0px;
}

.ot-custom-vmproduct .product-name, .ot-custom-vmproduct .product-name a {
	color: #196aa2;
	font-size: 18px;
	line-height: normal;
	text-transform: none;
}

.ot-custom-vmproduct .product-s-desc{
	margin-top:10px;		
}

.ot-custom-vmproduct .product-price{
	float: left;
	font-family: "Trebuchet MS";
	line-height: normal;
	margin: 0;
	min-height: 38px;
	padding: 10px 2%;
	text-align: left;
	width: 65%;	
}

.ot-custom-vmproduct .product-price .product-price-i{
	display:inline-block;	
}

.ot-custom-vmproduct .PricesalesPrice{
	font-size:25px;		
}

.ot-custom-vmproduct .product-price em.tax-included {
	padding-left: 5px;
	padding-top: 10px;
}

.ot-custom-vmproduct .product-sale{
	background: #c0d2de;
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	width: 34%;
	padding:5px 0;
	float: right;
}

.ot-custom-vmproduct .product-sale span.discount-percent {
	font-size: 30px !important;
	line-height: 90%;
	color: #FFFFFF !important;
}

.ot-custom-vmproduct .product-sale span.percent {
	color: #FFFFFF !important;
	line-height: normal;
	font-size: 15px !important;
}

.ot-custom-vmproduct .product-sale span.saveup{
	font-weight:bold;	
	color: #FFFFFF !important;
	font-size: 15px !important;
}

.vm-pagination {
    float: inherit;
}

.productdetails h1 {
	color: #2773A7;
	font-family: 'Oswald';
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}

.product-description span.title{
	font-weight:bold;	
}

span.quantity-controls{
	width:auto;	
}

span.quantity-box {
	margin: 0 0 0 0px;
	padding: 0;
}

span.quantity-box input.quantity-input {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 0;
    text-align: center;
    width: 32px !important;
	height: 32px !important;
}

span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus {
	background: url(../images/plus-minus-icon.jpg) no-repeat 0 0;
	border: none;
	border-radius: 0 0 0 0;
	cursor: pointer;
	display:inline-block;
	padding: 0;
	margin: 0 0 0 3px;
	width: 32px;
	height: 32px;
}

span.quantity-controls input.quantity-minus {
	background-position: 0 -32px;
}

span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button{
	padding: 6px 10px;
	margin-left:3px;
	border-radius: 0;
	letter-spacing: normal;
}

div.PricebasePrice{
	margin:10px 0;	
}

.vm-product-details-container .vm-price-desc{
	font-weight:bold;	
}

.vm-product-details-container span.PricebasePrice,
.vm-product-details-container span.PricesalesPrice{
	color: #2773a7;
    font-family: "Oswald";
    font-size: 18px;
}

#fancybox-content{
	width:100% !important;
	background:#fff !important;
}

#fancybox-content h4{
	margin-top:20px;	
}

.orderby-displaynumber {
    margin: 15px 0;
    padding: 15px 0;
}

.horizontal-separator{
	margin:15px 0;	
}