/**
*  Product Listing
*/
#product_container{
    width:705px;
    border:thin solid #D9D9D9;
    margin-top: 0;
    padding: 5px;
}

.item_column
{
    min-height:200px;
    padding: 8px;
    float:left;
    text-align: center;
    border-left:thin solid #D9D9D9;
}

.item_column:nth-child(1)
{
    border-left: none;
}
.item_column:nth-child(5)
{
    border-left: none;
}

.item_column:nth-child(9)
{
    border-left: none;
}

/* Product Name h2 for multiple h3 for single product*/
.item_column h3
{
    width:100%;
    float:left;
    text-align:left;
}
.list_product_name 
{
    font-size: 16px;
    font-weight: bold;
}
/* Product Image */
.img_div
{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    background:white;  
}
.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
{
    margin:20px;
}
.detail_div
{
    position: relative;
}
.out_stock
{
    margin:10px 0 0 0;
	text-align:center;
}
#add_cart_button
{
     
}

.product_sort
{
    margin-top: -30px;
    padding-right:20px;
    width:100px;
}

.nav_cat
{
    background-color: black;
    color:white;
    padding-left:10px !important;
    padding-top:7px !important;
    border:thin solid black;
}
.nav_cat a
{
    color:white !important;
}
/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:gray;
    font-size: 20px;
}
/* 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{
    padding-bottom: 10px;
    font-weight:bold;
    font-size:20px;
}
/* All shopping cart page cover by wrapper*/
.wrapper{
    margin:20px;
    width:658px;
}
/* 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
*/
.wrapper table tr th{
    
    padding: 10px;
    color: black;
    text-align: left;
    border-bottom:thin solid black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
}

.wrapper table tr td {
    background: none repeat scroll 0 0 white;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cart_table
{ 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;

}

.cart_table th 
{ 
    border-bottom:thin solid black;

}
table.cart_table td
{
    padding:10px;
}
.cart_subitem
{
    text-align:center;
}
.cart_desc
{
    width:380px !important;
}
.cart_qty
{
    width:60px;
}
.cart_option{
}

.ship_info_div
{
    padding:10px;
    float:left;
    border-right: thin solid #D9D9D9;
    width: 50%;
}

.delivery_div
{
    padding:10px;
    float: left;
}

.cart_button_bar
{
    
}

.clear_stage_icon
{
    float: right;
}


.checkout_process
{
    background:url('http://mobipot.com/cart_asset/checkout_process.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.checkout_process2
{
    background:url('http://mobipot.com/cart_asset/checkout_process2.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.checkout_process3
{
    background:url('http://mobipot.com/cart_asset/checkout_process3.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.checkout_process4
{
    background:url('http://mobipot.com/cart_asset/checkout_process4.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}

.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;
}

.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;
}
/* 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;
}

.order_detail_left_div
{
    width: 40%;
    padding: 10px;
    float: left;
    
}
/**
* Ship Info
*/
.row
{
    width:100%;
    margin:1px 4px 1px 4px;
    padding:1px 4px 1px 4px;
    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;
}

/******* new **********/
/* All shopping cart page cover by wrapper*/
.checkout_wrapper
{
    width: 658px; 
    margin: auto;
    margin-bottom: 15px; 
    border: 1px solid #353535;
}
/* For every shopping cart page title */
.head_title{
    padding-bottom: 10px;
    cursor: pointer;
    font: 146% Tahoma;
    color:#7C8E8E;
}

.shipping_info
{
    margin: 10px;
}
.short_ship_info
{
    padding: 3px 0 5px 13px;
}
.select_ship_method
{
    margin: 10px;
}

.selected_shipper,.selected_payment
{
    padding: 3px 0 5px 13px;
}

.select_payment
{
    margin: 10px;
}


.comfirm_order
{
    margin: 10px;
}

.agreement
{
    text-align: right;
}

/* For every checkout div bar */
.checkout_bar
{
    background-color:  #353535; 
    margin: 5px; 
    height: 100%; 
    color:white; 
    padding:5px 3px 5px 7px;
}

.checkout_bar a
{
    color:white !important;
    font: 15px Tahoma;
    font-weight: bold;
}

/**
* Cart Item
*/
.checkout_wrapper table tr th, .wrapper table tr th {
    
    padding: 10px;
    border-bottom:thin solid black;
    color: black;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    
}

.checkout_wrapper table tr td {
    background: none repeat scroll 0 0 white;
    color: black;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cart_subtotal td
{
    border-top:thin solid black;
    border-bottom:thin solid black;
}

.wid_border
{
    border:thin solid #D9D9D9;
}

.manufacture_label
{
    background-color:black;
    padding: 4px 10px;
    display:block;
    height:25px;
    font-size: 18px;
    color:white;
}

/* order listing table */
.order_list_tbl
{
    
    width: 100%;
    border-spacing: 0px;
}
.order_list_tbl th
{
    background: none repeat scroll 0 0 black;
    color: white !important;
    padding: 5px;
}

.order_list_tbl td
{
    padding: 5px;
    border-bottom:thin solid black;
}

.order_detail_div
{
    padding:10px;
}
