@charset "UTF-8";
/* CSS Document */

.clear {
	clear: both;
	height: 0;	
}


/* Pathway Beginning */
.pathway {
	width:100%;
}

/* Navi Beginning */
.navigation {
	width:100%;
}

.next_page_ilvm {
	background: url(images/next.png) no-repeat right;
	padding-right: 25px;
	line-height: 20px;
	float: right;
	width: auto;
}

.previous_page_ilvm {
	background: url(images/previous.png) no-repeat left;
	padding-left: 25px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* The PDF, Email and Print buttons Beginning */
.buttonheader {
	float: left; 
	width:100%;
}

div div.buttons_heading {
float:right;
margin:0px 0px 10px 5px;
}

div div.buttons_heading a img {
	padding: 2px;	
}

/* Product image and additional images Beginning */
.products {
	float: left; 
	width: 100%; 
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 15px;
	
}
.product_image {
	float:left; 
	width:350px;
	text-align:center;
}

.additional_images {
	
	width:100%; 
	margin:20px;
	
}

.vm_more_images img {
padding: 1px;
background-color: white;
margin: 10px;
}

.vmcartbox {
	float: left;
}

/* Product name Beginning */
.productname_box {
	width:100%;
	float:left;
}



.productname_title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	height:25px;
	color:#ffffff;
	padding:3px 0px 0px 0px;
}


/* Product description Beginning */
.product_description {
	width:100%; 
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:0px 10px 0px 0px; 
	border-bottom: 0px; 
	border-bottom-style:dashed; 
	border-bottom-color:#999;
}


/* Child list/ product attributes Beginning */
.product_packaging {
	width:100%; 
	float:left;
	font-size: 12px;
	color: #BE9F79;
}


/* Product Add to cart & price Beginning */
.cart_price_border {
	float: left; 
	width:100%; 

}

.price_box {
	float:left; width:100%;
}

.product_price_lbl {
	text-align:left;
}

.product_price {
	text-align:left; 
	color:#fff; 
	font-weight:bold; 
	font-size:16px;
}

.addtocart {
	
	width:100%; 
	float:left; 
	text-align:left; 
	margin-bottom:15px;
	margin-top:15px;

}

/* Availability Beginning */
.availability_box {
	float: left; 
	width:100%; 
	margin-top:15px;
}

.availability {
	float:left; 
	text-align:left; 
	width:50%; 
	margin-bottom:15px;
}

/* Ask a question Beginning */
.ask_seller_box {
	width:100%; 
	float:left; 
	text-align:left;
	margin:0px 0px 0px 0px;
	}

.ask_seller {
	
	margin-top: 15px; 
	margin-bottom: 15px;
	
	
}

/* Vendor Beginning */
.manufacturer {
	margin-bottom:15px;
	background:url(images/manufacturer.png) left no-repeat;
	padding-left:29px;
	
}

div.manufacturer a, div.manufacturer a:active, div.manufacturer a:focus {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
}

div.manufacturer a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.vendor {
	background:url(images/vendor.png) left no-repeat;
	padding-left:29px;
}

div.vendor a, div.vendor a:active, div.vendor a:focus {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
}	
div.vendor a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

/* Product Review Beginning */
.review {
	width:100%; float:left; margin-top:15px;
}

/* Related Products */
.related_products {
	width:350px; float:left; text-align:center;padding-top:0px; color:#000000;
}

.other {
	width:100%; 
	float:left;
}

/* theme css */

div.product_image a, div.product_image a:hover, div.product_image a:active, div.product_image a:focus {
	text-decoration:none;
}

div div a.button {
	background:#fff;
	border:0px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
div div a.button:hover, div div a.button:focus {
	background:#fff;
	border:0px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

 /* Cart Container */
div.vmCartContainer {	
	width: auto;
	float: left;
	background: none;
	border: 0px solid #000;
	padding: 1px;
}
 /* Container for the Child Product */
 div.vmCartChild {
	
	border: 0px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;
	width:auto;
}



/*Hacked Inputbox*/
input.inputboxquantity {
	margin-top: 3px;
	padding: 0px;
}

input.quantity_box_button {
	background-position:center;
	background-repeat:no-repeat;
	border: none;
	height:17px;
	width:17px;
	background-color: transparent;
	margin-right: 5px;
}

input.quantity_box_button_up {
	background-image:url(images/plus.png);
}
	
input.quantity_box_button_down {
	background-image:url(images/minus.png)
}

/* MISC */
.file_list { 
	font-style: italic;
}