/**
*  Product Listing
*/
#product_container{
    width:100%;
}
.item_column
{
    min-height:200px;
    padding: 10px;
    float:left;
    text-align: center;
}
/* Product Name h2 for multiple h3 for single product*/
.item_column h2
{
    line-height:1;
    position: relative;
	background: #29a437;
    padding: 0px 15px 4px 15px;
    z-index: 1;
    margin: 0;
    margin: -40px 9px 0 -6px;
    height: 20px;
    overflow: hidden;
}
.item_column h3 a:hover
{
    color: #29a437;   
}
.list_product_name 
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;    
}
.item_column a:hover
{
    color: #FFFFFF;   
}
.shadowproduct {
    background:url(images/shadowproduct.png) no-repeat;
    height: 6px;    
    width: 6px;
    z-index: 0;
    position: relative;
    margin: 0px 0 0 -6px;	
}
/* Product Image */
.img_div
{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    background:white;
    border:1px solid #cccccc;    
}
.display_img
{
    width:100%;
    display:block;
}

/* Multiple product per row */
.thumb_price {
    width:100%;
	margin:5px 0 5px 0;
    clear:both;
    color: #222;
    font-size: 12px;
    text-align:center;
	margin:45px 0 0 0;
}
/* Single Image Per Row */
.detail_div
{
    position: relative;
}
.out_stock
{
    display:none;
    margin:10px 0 0 0;
	text-align:center;
}
#add_cart_button
{
    width: 100px;  
}
.add_cart_button
{
    display:none;
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:orange;
    font-size: large;
    font-weight: bold;
}
/* Mainly for SKU label */
.label_detail_info
{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}
/**
* Cart Listing/Order Listing
*/
.error
{
    color: #FF0000;
}
/* For every shopping cart page title */
.nav_link{
    font-weight:bold;
    font-size:20px;
}
/* All shopping cart page cover by wrapper*/
.wrapper{
   width:630px;
   float:left; 
}
/* Position for each button */
.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase, .back_cart
{
	margin:10px 0 0 10px;
    float:right;
    text-decoration: none;
}
.back_cart
{
    float:left;
}
/**
* Cart Item
*/
.cart_table tr th, .cart_table tr td, .order_row tr th, .order_row tr td {
    padding: 10px;
    background: none repeat scroll 0 0 #3B3B3B;
    color: #FFFFFF;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cart_table tr td, .order_row tr td {
    background: none repeat scroll 0 0 #F0EFE2;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart_table
{ 
    width:650px;
    display:block;	
}
table.cart_table td
{
    padding:10px;
}
.cart_subitem
{
    text-align:center;
}
.cart_desc
{
    width:300px;
}
.cart_qty
{
    width:60px;
}
.cart_option{
}
/* hides the text of the Remove Product Icon */
button.negative.button, button.negative.button:hover
{
	visibility:hidden;
	display:none;
}
/* Inserts the Icon for the Remove Product */
table.cart_table a.remove
{
    width:16px;
    height:16px;
    margin:auto;
    display:block;
    background:url(images/delete.png) no-repeat;
}
/**
* Ship Info
*/
.row
{
    width:100%;
    margin:4px;
    padding:3px;
    float:left;
}
.row label{
    width:150px;
    padding: 3px;
    float:left;
    clear:both;
}
.row.span2{
    float:left;
}
/* For each title info display below each shopping cart */
.confirm_title{
    padding-top:10px;
    clear:both;
    font-weight:bold;
    font-size:18px;
}
/* Offline Payment info */
.payment_info{
    clear:both;
    padding: 5px;
}

/*   template base css on product detail page */

/** large image  css1 **/

.large_detail_img
{
    width:100%;
    margin:auto;
    background:white;
}

.selected_image
{
    text-align: center;
}


/** thumbnail css **/


.left_container
{
    width:45%;
    float:left;
    text-align: center;
}

.detail_thumb_img
{
    width: 100%;
    margin: auto; 
    margin-top: 10px;
    text-align: center;
    float: left;
}

.detail_row
{
    padding-bottom:3px;
}



.selected_detail_img
{
    text-align: center;
    display: table-cell;
    vertical-align:middle;
}


/** product detail css **/

.detail_info
{
    width:50%;
    float:right;
    min-height: 300px;
    padding:15px;
}

.label_detail_info
{
    width:30%;
    padding:3px;
    display:inline-block;
}

.label_qty
{
    width:30%;
    padding:3px;
    display:inline-block;
}

.attribute_label
{
    display: inline-block;
    width:30%;
    padding:3px;
}

.right_span
{
    padding:3px;
    display:inline-block;
}


.property_input select
{
    width:100px;
}

.form_inner
{

}

#qty
{
    width:100px;
}

.add_to_cart
{
    padding-top:10px;
}


/** related product css **/

.related_product
{
    width:100%;
}


