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

.item_column {
	float: left;
	margin:10px;
	min-height:308px;
    float:left;
    text-align: center;
	width:200px;
}

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

.item_column p
{
text-align:center;
}

.list_product_name 
{
    font-size: 12px;
	font-family: arial;
	color: #736357;
}

.thumb_div {
	height:auto !important;
	padding: 0 8px;
	border-top: 1px solid #CCC;
}

.thumb_div h2 {
	margin: 0;
	padding: 0;
	font-size:18px;
}

/* Product Image */
.img_div
{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}


.display_img
{
    width:100%;
    display:block;
}

.thumb_promo_price {
	padding: 0 8px;
}

/* Multiple product per row */
.thumb_price {
    width:100%;
	margin:0px 0 10px 0;
    clear:both;
    color: red;
	font-weight:bold;
    font-size: 12px;
    text-align:center;
	padding: 0 8px;
}
/* Single Image Per Row */
.detail_wrapper
{
}
.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;

}

.nav_cat a
{	color:white !important;
	background: #0BF;
	padding: 13px 13px 12px 13px;
	text-decoration: none;
	color: #444;
	position: relative;
	font-size: 14px !important;
}


.nav_cat a::before
{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #0BF #0BF #0BF transparent;
  left: -1em;
}

.nav_cat a::after
{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #0BF;
  right: -1em;
}



.nav_pro
{
display:none !important;
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:#0BF;
    font-size: 15px;
	font-weight: bold;
}

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

/* 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 Tahoma;
    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;
}
/**
* Cart Item
*/
.cart_table th{
    
    padding: 10px;
    background: none repeat scroll 0 0 #0BF;
    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;
	height: 350px !important;
}

.add_cart_button {
width: 100%;

}

.nav_link {
  	padding: 0;
	margin: 0 0 20px 0;
	font: 20px MiloSerifOffcMedium,serif;
	line-height: 20px;
}

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

.left_container {
width: 40%;
float: left;
text-align: center;
}
.module {
margin: 20px 0 0 0;
}

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


.module_title
{
background-color:#0BF;
color: white;
padding: 5px 10px 5px 10px;
}

.article_title
{
background-color:transparent;
color: white;
padding: 1px;
font-weight:bold;
}



.article_title:after {
    content: "";
	background: url(http://mobipotcms.com/template/free/surf/css/images/smalltriangle.png);
   position: absolute;
	width: 25px;
	height: 15px;
	top: 32px;
	left: 50px;
    /*border-left: 10px solid transparent;
    border-right: 10px solid transparent;    
    border-top: 10px solid #0BF;*/
}

.featureblock:after 
{
	content: "";
	background: url(http://mobipotcms.com/template/free/surf/css/images/smalltriangle.png);
	position: absolute;
	width: 25px;
	height: 15px;
	top: 42px;
	left: 50px;
}

.feature_product h2 a
{
background-color: #0BF;
color: white;
padding: 5px 10px 5px 10px;
font-size: 24px;
}


.feature_product h2 a::after {
content: "";
	background: url(http://mobipotcms.com/template/free/surf/css/images/smalltriangle.png);
	position: absolute;
	width: 25px;
	height: 15px;
	top: 42px;
	left: 50px;
}