#product_container{
    width:100%;
    margin-top: 0;
}

.item_column {
	padding: 0 9px;
	width: 22%;
	float:left;
	text-align: center;
	margin: 10px 0;
}

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

.list_product_name 
{
    font-size: 14px;
	font-weight:bold;
	color: #ed145b;
	text-align:center;
}

.thumb_div {
	padding: 10px 0;
	width: 100%;
	float:left;
	text-align:center;
	border-top: 1px solid lightgray;
}

#product_module
{
    margin:0px;   
} 

#product_module div
{
    margin:0px;   
} 

.thumb_div h2 {
	margin: 0;
	padding: 0;
}

.img_div {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: top;
}

.display_img
{
    width:100% !important;
	height: auto !important;
    display:block;
}

.thumb_promo_price  {
	width: 100%;
	height: 16px;
	float:left;
}

.thumb_price {
	width: 100%;
	clear: both;
	color: #3B3B3B;
	font-weight: bold;
	font-size: 18px;
}

.out_stock
{
    margin:10px 0 0 0;
	text-align:center;
}

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

.nav_cat
{
    padding-left:10px !important;
    padding-top:7px !important;
}

.product_name
{
    padding-bottom: 10px;
    color:#00aeef;
    font-size: 20px;
	font-weight: bold;
}

.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: 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;
    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:150px;
    padding: 3px;
    float:left;
    clear:both;
}
.row.span2{
    float:left;
}

/**
* 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:10px;
	margin-bottom: 50px;
	margin-top: 20px;
}

/* For every shopping cart page title */
.head_title{
    padding-bottom: 10px;
    cursor: pointer;
    font: 146% Lucida Sans;
    color:#7C8E8E;
}

.shipping_info
{
    margin: 10px;
}
.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:  #EFEFEF; 
    margin: 5px; 
    height: 100%; 
    color:black; 
    padding:5px 3px 5px 7px;
}

.checkout_bar a
{
    color:black !important;
    font: 15px Lucida Sans;
    font-weight: bold;
}

.clear_stage_icon
{
    float: right;
}

/* Position for each button */
.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase
{
    float:right;
    padding-left: 10px;
}
.back_cart
{
    float:left;
	margin:10px 0;
}
/**
* Cart Item
*/
.cart_table th{
    
    padding: 10px;
    background: none repeat scroll 0 0 #00aeef;
    color: #FFFFFF;
    text-align: left;
    border-bottom: thin solid black;
    
}

.cart_table table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
}
.cart_table
{ 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;

}
.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:680px !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
{
   display:none;
}

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

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

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

.add_cart_button {
	padding: 5px 0 0 0;
	width: 100%;
	border-bottom: 1px solid lightgray;
}

.nav_link {
  	color: #898989;
	font: normal 120% Lucida Sans, arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

.cart_item_img {
	font-weight: bold;
	padding: 10px 20px;
}

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

.module {
	margin: 0 !important;
	white-space: normal;
}

.large_detail_img {
	width: 100%;
	margin: auto;
	background: white;
	border: 1px dotted lightGrey;
}

.widget.scart {
	background: url(images/cart-bg.jpg) center 0 no-repeat #fff;
	width: 280px;
	height: 67px;
	color: #4cb1ca;
	text-align: left;
	float:right;
	padding: 8px 20px 0 0;
	margin: 15px 0 0 0;
}

.item_in_cart, .total_in_cart, .cart_button {
	margin-left: 6%;
	float: right;
	text-align: left;
}

.cart_button a {
	color: #4cb1ca;
}

.widget.userlog {
	float: left;
	max-width: 493px;
	padding-left: 30px;
}

.button_login {
	float: left;
	width: auto;
	padding: 9px 30px 0 0;
	margin: 5px 0 0 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	text-transform: uppercase;
}

.button_user {
	float: left;
	width: auto;
	padding: 9px 30px 0 0;
	margin: 15px 0 0 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	text-transform: uppercase;
}

.button_register {
	width: 80px;
	float: left;
	height: 22px;
	border: 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	margin: 14px 0 0 20px;
	text-transform: uppercase;
}

.button_logout {
	width: 80px;
	padding: 20px 0 0 0;
	float: left;
}

.button_logout input[type="submit"] {
	background: url(images/user-bg.jpg) center 0 no-repeat #fff;
	width:94px;
	height: 22px;
	border: 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

button {
	width: 80px;
	float: left;
	height: 22px;
	border: 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	margin: 14px 0 0 20px;
	text-transform: uppercase;
	text-shadow : none;
	background: none;
}

button:hover {
	background: none;
	color: #5d5d5d;
	text-shadow : none;
}

.button_setting {
	width: auto;
	float: left;
	margin: 20px 10px 0 0;
}

.login_reset {
	width: auto;
	float: left;
	height: 22px;
	border: 0;
	color: #5d5d5d;
    font: 0.875em Lucida Sans, arial, sans-serif;
	margin: 14px 0 0 20px;
	text-transform: uppercase;
}

#product_module {
	white-space: normal;
}
	
#add_cart_button {
	float: none;
}

.add_cart_button {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/**quantity buttons**/

.qty_plus {
	background: url(images/plus.jpg) center 0 no-repeat;
	border: 0;
	border-radius: 3px;
	width:18px;
	height:18px;
}

.qty_minus {
	background: url(images/minus.jpg) center 0 no-repeat;
	border: 0;
	border-radius: 3px;
	width:18px;
	height:18px;
}

.product_review {
	margin:15px 0;
}

.detail_info {
	width: 56%;
	float: left;
	padding-left: 2%;
	text-align: justify;
}

.detail_info p {
	padding:15px 0;
}

.add_to_cart {
	margin-top: 15px;
}

.detail_desc p {
	text-align:justify;
}

.review_box {
	border: 0 !important;
}

.nav_prev, .nav_next {
	padding: 10px 0;
	font-size: 0.85em;
}

.nav_prev a, .nav_next a { color: #898989; }

.nav_cat { padding-left:0 !important; }

.detail_desc {
	width: 98%;
	padding-right: 2%;
}

.line_through {
	text-decoration: line-through;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
}

.promo_price {
	font-size: 16px;
	font-weight: bold;
}

.thumb_promo_price {
	width: 100%;
	height: 20px;
	float: left;
}

/** order form **/

.back_store {
	margin: 20px 0 0 0;
}