/**
*  Product Listing
*/
#product_container {
width: 94%;
padding: 3%;
}

.item_column
{
    float:left;
    text-align: center;
	border:1px solid #8c6239;
	background: white;
	min-height: 320px;
}

.related_product .item_column
{
    width:120px !important;
    border: none;
}


/* 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;
    display: table-cell;
    vertical-align: middle;
    background:white;
    height:150px !important;
    border:none;
    /*border:8px solid #fff;*/ 
}

/* 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
{
    padding:10px 10px 0 10px; 
}
.out_stock
{
    margin:10px 0 0 0;
	text-align:center;
}

.product_sort
{
    padding:0 3%;
	width: 94% !important;
	float:left;
}

.nav_cat
{
    padding:10px !important;
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:gray;
    font-size: 20px;
}

/* slash price */ 

.slash_through
{
    text-decoration: line-through;
}

.review_text_area
{
    width:500px !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;
    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;
}

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

.checkout_bar a
{
    color:#f1ebe3!important;
    font-weight: bold;
}

.clear_stage_icon
{
    float: right;
}

.coupon_div
{
    padding-top:10px;    
}

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

/**
* Cart Item
*/
.cart_table th{    
    padding: 10px;
    background: none repeat scroll 0 0 #dadb8c;
    color: #5b6e00;
    text-align: left;
    
}

.cart_table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #dadb8c;
}

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

.cart_table td {
    padding:10px;
}

.cart_table td div{
    color: #FEB300;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.cart_subitem {
    text-align:center;
}

.cart_desc {
    width:480px !important;
}

.cart_qty {
    width:80px;
}

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

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

/* For every shopping cart page title */
.nav_link{
    font-weight:bold;
    font-size:25px;
    font-family:Tahoma, Arial, sans-serif;
    color: #995A00;
}


/* All shopping cart page cover by wrapper*/
.wrapper {
   width:580px;
   float:left; 
}

/* Position for each button */
.cart_button_div {
    width:auto;
    height:auto;
}

.checkout, .clear_cart, .update_cart, .confirm_payment, .confirm_purchase, .back_cart {
    margin:10px 0 0 10px;
    float:right;
    display:block;    
    text-decoration: none;
}

.confirm_next
{
	margin:10px 35px 0 10px;
	float:right;
    display:block;    
    text-decoration: none;
}

.back_cart
{
    float:left;
}


/**
* Cart Item
*/
.cart_table th{    
    padding: 10px;
    background: none repeat scroll 0 0 #754c24;
    color: #C7B299;
    text-align: left;
    
}

.cart_table tr td{
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #754c24;
}

.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_table td div{
    color: #754C24;
    font-size: 12px;
	text-align:left;
}

.cart_subitem {
    text-align:center;
}

.cart_desc {
    width:480px !important;
}

.cart_qty {
    width:80px;
}

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

.nav_link
{
	font-size:16px;
	font-weight:bold;
	color:#AC3010;
}

.total_in_cart,.cart_button {
margin:0 0 0 40px;
}

.wrapper,.shipping_info,.search_form,.contact_detail_block,.contact_form_div,.row.contact_desc {
padding:10px;
width:880px;
}
/**extra**/
.item_in_cart {
margin:13px 0 0 40px;
}

.cart_sub_total_lbl {
font-weight:bold;
}

.item_image {
width:50%;
}

.head_title {
color:#ac3010;
padding:10px 0;
}

.button_logout input[type="submit"] {
border:0;
background:none;
color:#a67c52;
font:12px Georgia, sans-serif;
font-weight:bold;
}

.widget.right-cart {
text-align:left;
background:#e4d8cb;
border:1px solid #8c6239;
border-width:0 1px 1px;
margin:10px 0 0;
padding:0 0 10px;
}

.widget.right-cart h3 {
background:url(images/cart-header-bg.jpg) no-repeat;
width:302px;
height:47px;
padding:15px 0 0 10px;
}

.widget.right-cart ul {
padding:0 0 0 10px;
}

#cart_total_item {
font-weight:bold;
color:#ac3010;
}

.module.featuredblock {
text-align:left;
width:180px;
}

.module.featuredblock h3 {
background:url(images/featured-header-bg.jpg) no-repeat;
width:580px;
height:47px;
padding:15px 0 0 10px;
}

#product_module {
float:left;
}

.thumb_price {
font-weight: bold;
color: #AC3010;
padding: 5px 0 10px 0;
float: left;
width: 100%;
font-size: 16px;
}

.add_cart_button
{
padding:0 0 10px 0;}

.feature_product a {
color:#C7B299;
font-size:14px;
}

h1,.shipping_info_ahref a {
color:#ac3010;
font-size:20px;
font-weight:bold;
}

.row,.right-img {
padding:5px 0;
}

.detail_row.product_name
{
font-weight:bold;
font-size:16px;
color: #ac3010;
text-align:left;
}


.cart_item_img {
text-align: left;
}

.display_img
{
width:150px !important;
height: 150px;
}

/** Position for each button **/
.cart_button_div {
    width:auto;
    height:auto;
}

.checkout, .clear_cart, .update_cart, .confirm_payment, .confirm_purchase, .back_cart {
    margin:20px 0 0 10px;
    float:left;
    display:block;    
    text-decoration: none;
}

.coupon_div
{
    float:left;
	padding:10px 0 10px 0;
	color:#754C24;
}


/* checkout process */

.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;
    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;
    display: none;
}

.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;
    display: none;
}

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

.row
{
width:100%;}

.row label {
width: 150px;
padding: 3px;
float: left;
clear: both
}

.clear_div {
clear: both;
}

.review_box
{ display:none;}

.nav_pro{
height: 19px;
margin:0 10px 10px 10px;
clear: both;
background:#754c24;
}

.nav_pro a
{
	color:#f1ebe3;
}

.nav_prev, .nav_next {
padding: 2px 0 0 0;
}

.selected_image {
width: 100%;
margin: 20px 0 0 30px;
}

.detail_wrapper {
min-height: 260px;
}

.nav_cat {
margin: 10px 0 0 0;
}

.detail_desc {
padding: 0 20px 0 20px;
}

.validation
{ padding:20px 0 0 10px;}

.list_product_name, .list_product_name a {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 0;
	float: left;
	text-align: center;
	width: 100%;
}

.promo_price {
	font-size: 22px;
	height:23px;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}

.line_through {
text-decoration: line-through;
}

.back_cart {
margin: 20px 0 0 0 !Important;
float: left;
}
