@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 {
margin:0 0 10px 5px;
text-align:right;
width:100%;
}

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:75%;
  text-align:center;
}

.additional_images {
  float:right; 
  width:25%;
}

.vmcartbox {
  float: right;
  vertical-align: middle;
}

/* Product name Beginning */
.productname_box {
  width:100%;
  float:left;
}

.productname_right{
  background:url(images/product_name_right.png) right no-repeat;
}

.productname_left {
  background:url(images/product_name_left.png) left no-repeat;
}

.productname_title {
  text-align:center;
  font-size:14px;
  font-weight:bold;
  height:25px;
  color:#000;
  padding:3px 0px 0px 0px;
}


/* Product description Beginning */
.product_description {
  width:100%; 
  float:left; 
  margin:0px 0px 0px 0px; 
  border-bottom: 1px; 
  border-bottom-style:dashed; 
  border-bottom-color:#999;
}


/* Child list/ product attributes Beginning */
.product_packaging {
  width:100%; 
  float:left;
}


/* Product Add to cart & price Beginning */
.cart_price_border {
  float: left; 
  width:100%; 
  border-bottom: 1px; 
  border-bottom-style:dashed; 
  border-bottom-color:#999; 
}

.price_box {
  float:left; width:40%;
}

.product_price_lbl {
  text-align:center;
}

.product_price {
  text-align:center; 
  color:#F00; 
  font-weight:bold; 
  font-size:14px;
}

.addtocart {
  width:60%; 
  float:right; 
  text-align:right; 
  margin-bottom:15px;
}

/* Availability Beginning */
.availability_box {
  float: left; 
  width:100%; 
  margin-top:15px;
}

.availability {
  float:right; 
  text-align:center; 
  width:50%; 
  margin-bottom:15px;
}

/* Ask a question Beginning */
.ask_seller_box {
  width:50%; 
  float:left; 
  text-align:left; 
  margin:0px 0px 0px 0px;
  }

.ask_seller {
  margin-top: 15px; 
  margin-bottom: 15px;
  background:url(images/question.png) left no-repeat;
  padding-left:25px;
  height:2em;
  
}

/* 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:100%; float:left; text-align:center;
}

.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:none;
  border:0px;
  color:#000;
  font-weight:bold;
  text-decoration:none;
  font-size:10px;
}
div div a.button:hover, div div a.button:focus {
  background:none;
  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 {
  vertical-align: middle;
  border: 0px solid #000;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 2px;
  float:left;
  width:auto;
}

/*Hacked Inputbox*/
input.inputboxquantity {
  margin-top: 3px;
  vertical-align: middle;
  padding: 0px;
}

input.quantity_box_button {
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  height:17px;
  vertical-align:middle;
  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;
}
