/**
*  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 h3
{
    width:100%;
    float:left;
    text-align:left;
}
.list_product_name 
{
    font-size: 16px;
    font-weight: bold;
}
/* Product Image */
.img_div
{
    width:inherit;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    background:white;
    border:8px solid #fff;    
}
.display_img
{
    width:100%;
    display:block;
}

/* Multiple product per row */
.thumb_title {
    width:100%;
    margin:5px 0 5px 0;
    float:left;
    color: #3c3c3c;
    font-size: 12px; 
    font-weight: bold;
    text-align:left;
}

.thumb_price {
    width:100%;
    margin:5px 0 5px 0;
    float:right;
    clear:both;
    color: #1b5c64;
    font-size: 12px;
    font-weight: bold;
    text-align:right;
}
/* Single Image Per Row */
.detail_div
{
    position: relative;
}
.out_stock
{
    margin:10px 0 0 0;
    text-align:center;
}
#add_cart_button
{
    width: 100px;  
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:#007998;
    font-size: large;
    font-weight: bold;
}
/* Mainly for SKU label */
.label_detail_info
{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}

.custom_detail {
    margin-top:15px;
}
.detail_desc ul{
    margin-left: 10px !important;
}
.detail_desc ul li{
    padding-left:10px !important;
    list-style: none;
    line-height: 1.9em !important;
    margin-bottom: 0 !important;
    background:url("images/bullet_solid_blue.png") left 8px no-repeat !important;
}
.detail_desc h3{
     border-bottom: none !important;
}
/**
* 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
{
    float:right;
    text-decoration: none;
}

.confirm_purchase,.confirm_next
{
    margin-top: 10px;
}
.back_cart
{
    float:left;
    margin-top:10px !important;
}




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

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

.cart_button_bar
{
    
}

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

.checkout_process2 div
{
    display: inline-block;
    text-align: center;
    display: none;
}

.checkout_process3 div
{
    display: inline-block;
    text-align: center;
    display: none;
}

.checkout_process4 div
{
    display: inline-block;
    text-align: center;
    display: none;
}
/**
* 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 #FFFAED;
    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{
}

.customer_remark
{
    float: left; 
    width: 50%;
}

.customer_remark textarea
{
    width: 95%;
    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;
}
/**
* 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;
}
.detail_row .download {
    background:url(images/icon/download_pdf.png) no-repeat 5px 5px #b9e7ff;
    margin-top:5px;
    padding:12px 12px 12px 39px;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
}
.detail_row .download:hover {
    background-color:#4d4e50;     
}
.detail_row .download:hover a{
    color:#fff !important;     
}
.detail_row .download a:hover{
    color:#fff !important; 
    text-decoration: underline;
}
.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%;
}
.each_child{
    height: 180px;
    float: left;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.each_child:nth-child(3n+1) {
    border-top:none !important;
    border-bottom:1px dashed #d8d8d8 !important;
    border-left:none !important;
    border-right:1px dashed #d8d8d8 !important;
}
.each_child:nth-child(3n+2) {
    border-top:none !important;
    border-bottom:1px dashed #d8d8d8 !important;
    border-left:none !important;
    border-right:none !important;
}
.each_child:nth-child(3n+3) {
    border-top:none !important;
    border-bottom:1px dashed #d8d8d8 !important;
    border-left:1px dashed #d8d8d8 !important;
    border-right:none !important;
}
.each_child a, .cat_label {
    display: block;
}

/******* 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 18px;
}
.select_ship_method
{
    margin: 10px;
    margin-bottom: 18px;
}

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

.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 td {
    
    padding: 10px;
    background: none repeat scroll 0 0 #FFFAED;
    color: black;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: thin solid black;
    
}

.checkout_wrapper table tr td {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* cart bottom button div */ 
.cart_button_div
{
    display: block;
    width: 100%;
    margin:10px 0 10px 0;
    clear: both;
}

.clear_div
{
    clear:both;
}

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

.clear_stage_icon
{
    float: right;
    margin: -8px 8px 0 0;
}

