/* Product Listing
-----------------------------*/         

 
.product-thumbnail {
  width:50px;
  height:50px;
  }

#addtocart {border:0px solid #000; height:25px;}

.forminputqty
{	
	border-left:1px solid #8E8E8E;
	border-top:1px solid #8E8E8E;
	border-bottom:1px solid #8E8E8E;
	border-right:1px solid #8E8E8E;
    color:#515151;
    font-size:90%;
    height:15px;
	width:35px;
}

/* View Product
-----------------------------*/

#view-product-desc {
  width:49%;
  float:left; 
  border-right: thick dotted #c0c0c0;
}

#view-product-image {
  width:49%;
  float:left;   
}

#view-product-image img {
  width:350px;
  }

.view-product-item_code, .view-product-customer_part_no, .view-product-item_description, .view-product-intro_text {
  font-size:14px;
  padding-bottom:10px;
  }

#view-product label {
  font-size:14px;
  font-weight: bold;
  } 
  
.view-product-product_price {
  font-size:16px;
  font-weight: bold;
  color:#c4dd0f;
  padding-bottom:10px;
  } 
    





/* Mini Cart
-----------------------------*/

#vc-mini-cart {
  width: 170px;
  padding-top: 0px;
  clear: right;  
  }
  
#vc-mini-cart-inner {
  background: #ececec;
  border: 1px solid #ccc;
  }  

 
.vc-mini-cart-block-title-bar {
  display: inline;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
  }
  
#vc-mini-cart-header a:hover {
  color: #ffffff;
} 

table.mini-cart-items {
  border:0;
}

table.mini-cart-items td {
  padding:0;
}  

table.mini-cart-items td.first {
  width:15%;
}
  
.vc-mini-cart-block-summary {
  border: 0; 
  border-top: 1px solid #ccc;
}

.vc-mini-cart-block-summary th {
  padding:0;
}

  
.cart-block-icon-full,
.cart-block-icon-empty {
  float: left;
  height: 16px;
  margin: 2px 6px 0 0;
  width: 16px;
}

.cart-block-icon-full {
  background: transparent url(images/cart-full.png) no-repeat left center;
}

.cart-block-icon-empty {
  background: transparent url(images/cart-empty.png) no-repeat left center;
}
  
  
.cart-block-summary td {
  padding-right: 2px;
  }
  
.cart-block-summary-items {
  width: 5px; 
}



/* Cart
-----------------------------*/

#cart {
  width:100%;
  border:0px solid #000;
}

#cart_checkout   { 
  width:100%;
  border:solid 0px #000; 
 // float:left; 
}
  
#cart_table table {
  border:0;
}  

td.cellblank {
  background: #ffffff;
  border:0;
}

td.sublabel {
  text-align:left;
} 

td.subvalue {
  text-align:right;
  padding-right:5px;
}  
 

td.subfirst {
  border-top:1px #ccc solid;
}   


/* Order History
-----------------------------*/
.ordhist tr:hover { 
  background: #c0c0c0;
}

.ordhist td a { 
  display: block; 
  border: 0px solid black;
  padding: 0px; 
}
.ordhist td a:hover { 
  color: #fff;
}  

/* Form Input
-----------------------------*/