/**
*  Product Listing
*/
#product_container{
    width:100%;
    margin-top: 0;
}

.item_column{
    min-height:200px;
    padding: 8px;
    float:left;
    text-align: center;
}

.item_column p
{
   padding: 0 !important; 
}

/* Product Name h2 for multiple h3 for single product*/
.item_column h2{
    width:100%;
    text-align: center;
}
.list_product_name {
    font-size: 15px;
}

/* Product Image */
.img_div{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}
.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;
}
/* Single Image Per Row */
.detail_wrapper{
    clear:both;
}
.out_stock{
    text-align:center;
    color:#fec500;
}

.product_sort{
    margin-top: -30px;
    padding-right:20px;
    width:100px;
}
.wrapper,
.nav_cat {/*same as articles_view in style.css*/
    background: url(images/title_leave_icon.png) no-repeat right top;
    padding:0 0 10px!important;
}
.nav_link,
.nav_cat a { /*same as h2 in style.css*/
    font-size:22px;
    font-weight:bold;
    color:#598a27 !important;
    margin-bottom:30px;    
    text-decoration: none;
}
.nav_cat a:hover {
    color:#fff;
}
/**
* Product detail
*/
.product_name{
    padding-bottom: 10px;
    font-size: 20px;
}

/* slash price */ 
.slash_through{
    text-decoration: line-through;
}

.review_text_area{
    width:95% !important;    
}

/* Mainly for SKU label */
.label_detail_info{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}

/*  clear div */
.clear_div{
    clear: both;
}
/* 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 !important;
    background:url(images/delete.png) no-repeat;
}

/**
* Ship Info
*/
.row{
    width:100%;
    margin:4px;
    padding:3px;
    float:left;
}

.row a{
    color:black;
}
.row label{
    width:120px;
    padding: 3px;
    float:left;
    clear:both;     
}
.row.span2{
    float:left;
}
.span2 input,select
{
    width:150px !important;
}

/**
* Cart Listing/Order Listing
*/
.error{
    color: #FF0000;
}
/* All shopping cart page cover by checkout_wrapper*/
.checkout_wrapper{
    width: 100%; 
    margin: auto;
    margin-bottom: 15px; 
    border: 1px solid gray;
}
.coupon_div{
    padding-top:25px;    
}

/* For every shopping cart page title */
.head_title{
    padding-bottom: 10px;
    cursor: pointer;
    font: 146% Tahoma;
    color:#8dc63f;
}
.shipping_info{
    margin: 10px;
}
.short_ship_info, .selected_shipper, .selected_payment {
    color:#fff;
}
.short_ship_info{
    padding: 3px 0 5px 15px;
}
.select_ship_method{
    margin: 10px;
}
.selected_shipper,.selected_payment{
    padding: 3px 0 5px 15px;
}
.select_payment{
    margin: 10px;
}
.comfirm_order{
    margin: 10px;
}
.agreement{
    text-align: right;
}

/* For every checkout div bar */
.checkout_bar{
    background-color:#537039; 
    margin: 5px; 
    height: 100%; 
    color:#111111; 
    padding:5px 3px 5px 7px;
}
.checkout_bar a{
    color:black !important;
    font: 15px Tahoma;
    font-weight: bold;
}
.clear_stage_icon{
    float: right;
}

/* Position for each button */

#add_cart_button, .add_cart_button, .back_cart, .clear_cart, .update_cart, .checkout, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase{
    height:25px;/*30-5=25*/
    padding:5px 0 0 30px;
    font-size: 90%;
}
#add_cart_button{
    padding: 6px 20px 8px 35px;
}
#add_cart_button .plus {
    display:none;
}
.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase{
    float:right;
}
.clear_cart, .update_cart {
    margin-right:10px;
}
.back_cart{
    float:left;
}
.wrapper .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -280px;
    width:125px;/*155-30=125*/
}
.clear_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 0px;
    width:80px;/*110-30=80*/    
}
.update_cart, .shipping_info .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -31px;
    width:85px;/*115-30=85*/    
}
#add_cart_button, .add_cart_button, .confirm_next, .comfirm_order .confirm_purchase{
    margin: auto;
    background: url(images/cartbutton_bg.png) no-repeat 0 -93px;
    width:95px;/*125-30=95*/    
}
.checkout, .select_ship_method .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -373px;
    width:140px;/*170-30=140*/
}
.confirm_next{
    margin: auto;
    background: url(images/cartbutton_bg.png) no-repeat 0 -124px;
    width:100px;/*130-30=100*/    
}
.select_payment .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -499px;
    width:165px;/*195-30=165*/
}
.select_payment .confirm_payment{
    background: url(images/cartbutton_bg.png) no-repeat 0 -218px;
    width:115px;/*145-30=115*/
}
.comfirm_order .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -186px;
    width:110px;/*140-30=110*/
}
/**
* Cart Item
*/
.cart_table th{    
    padding: 10px;
    background: none repeat scroll 0 0 #dbfab5;
    color: #091200;
    text-align: left;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    border-bottom: thin solid black;
    opacity:0.5;
    filter:alpha(opacity=50);
}
.cart_table table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}
.cart_table{ 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;    
    font-size: 90%;
}
.cart_subtotal {
    background: none repeat scroll 0 0 #dbfab5;
    color: #111111;
    font-weight: bold;
    opacity:0.3;
    filter:alpha(opacity=30);
}
.cart_subtotal td{
    border-top:thin solid black;
    border-bottom:thin solid black;
}
.cart_table td{
    padding:10px;
}
.cart_subitem{
    text-align:center;
}
.cart_desc{
    width:380px !important;
}
.cart_qty{
    width:60px;
}
.customer_remark{
    float: left; 
    width: 50%;
}
.customer_remark textarea{
    width: 350px;
    height: 100px;
}
.customer_remark label{
    margin: 10px 0 10px 0;
    display: block;
}
.cart_calculation{
    float: right; 
    width: 45%; 
    text-align: right; 
    padding-right: 10px;
}
/* cart bottom button div */ 
.cart_button_div{
    display: block;
    width: 100%;
    margin:10px 0 10px 0;
}
/* checkout process */
.checkout_process,
.checkout_process2,
.checkout_process3,
.checkout_process4{
    padding: 80px 35px 20px;
    height:30px;
    width:500px;
    margin:auto;    
}
.checkout_process a,
.checkout_process2 a,
.checkout_process3 a,
.checkout_process4 a{
    color:#091200 !important;
}
.checkout_process{
    background:url('images/checkout_process.jpg') no-repeat;
    display: none;
}
.checkout_process2{
    background:url('images/checkout_process2.jpg') no-repeat;
    display: none;
}
.checkout_process3{
    background:url('images/checkout_process3.jpg') no-repeat;
    display: none;
}
.checkout_process4{
    background:url('images/checkout_process4.jpg') no-repeat;
    display: none;
}
.checkout_process div{
    display: inline-block;
    text-align: center;
}
.checkout_process2 div{
    display: inline-block;
    text-align: center;
}
.checkout_process3 div{
    display: inline-block;
    text-align: center;
}
.checkout_process4 div{
    display: inline-block;
    text-align: center;
}
/* order listing table */
.order_list_tbl{
    
    width: 100%;
    border-spacing: 0px;
}
.order_list_tbl th{
    background: none repeat scroll 0 0 #72A1D4;
    color: white;
    padding: 5px;
}
.order_list_tbl td{
    padding: 5px;
    border-bottom:thin solid black;
}












