/**
*  Product Listing
*/
#product_container{
    width:100%;
}
.item_column
{
    height:340px;
    padding: 10px;
    float:left;
    text-align: center;
}
/* Product Name h2 for multiple h3 for single product*/
.item_column h2 {
    background: none repeat scroll 0 0 #025771;
    height: 20px;
    line-height: 1;
    margin: -40px -4px 0 -6px;
    overflow: hidden;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
}

.item_column h3 a:hover
{
    color: #29a437;   
}
.list_product_name 
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;    
}
.item_column a:hover
{
    color: #FFFFFF;   
}
.shadowproduct {
    background:url(images/shadowproduct.png) no-repeat;
    height: 6px;    
    width: 6px;
    z-index: 0;
    position: relative;
    margin: 0px 0 0 -6px;	
}
/* Product Image */
.img_div {
    background: none repeat scroll 0 0 white;
    border: 3px solid #9E9FA2;
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    width: inherit;
}
.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;
	margin:45px 0 0 0;
}
/* Single Image Per Row */
.detail_div
{
    position: relative;
}
.out_stock
{
    display:none;
    margin:10px 0 0 0;
	text-align:center;
}
#add_cart_button
{
    width: 100px;  
}
.add_cart_button
{
    display:none;
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:#fff;
    font-size: large;
    font-weight: bold;
}
/* 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 pagination */
.nav_cat{
visibility: hidden;
}

/* 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
{
	margin:10px 0 0 10px;
    float:right;
    text-decoration: none;
}
.back_cart
{
    float:left;
}
/**
.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{
}
/* 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:30%;
    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;
}



.selected_detail_img
{
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    border: 1px solid #4D4D4D;
}


/** product detail css **/

.detail_info
{
    width:620px;
    float:right;
    padding:15px;
}

.label_detail_info
{
    width:10%;
    padding:3px;
    display:inline-block;
}

.label_qty
{
    width:60px;
    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%;
}

/** add quantity **/
.form_inner input.qty_plus[type="button"] {
    background: url("http://mobipot.com/cart_asset/qty-more.png") repeat scroll 0 0 transparent;
    border: medium none;
    width: 18px;
}
/** minus quantity **/
.form_inner input.qty_minus[type="button"] {
    background: url("http://mobipot.com/cart_asset/qty-less.png") repeat scroll 0 0 transparent;
    border: medium none;
    width: 18px;
}

a#add_card_button.button{
	
	width:110px;
}

a.button, button {
    background: url("images/css3buttons_backgrounds.png") no-repeat scroll 0 0 #ECECEC;
    border: 1px solid #CACACA;
    border-radius: 2px 2px 2px 2px;
    color: #3C3C3D;
    cursor: pointer;
    display: inline-block;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    line-height: 1.11;
    outline: medium none;
    overflow: visible;
    padding: 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    white-space: nowrap;
    
}

a.button span.icon.plus, button span.icon.plus {
    background-position: 0 -616px;
}
a.button span.icon, button span.icon {
    background-image: url("images/css3buttons_icons.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    margin: auto 7px auto auto;
    position: relative;
    top: 0;
    width: 14px;
}

/** minus quantity **/
a.button span.icon.plus, button span.icon.plus { background-position: 0 -616px }

a.button:hover span.icon.plus, button:hover span.icon.plus { background-position: 0 -631px }

button:focus,a.button:hover, 

button:hover { color: #FFFFFF; border-color: #388AD4; text-decoration: none; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); background-position: 0 -40px; background-color: #2D7DC5; }
/** minus quantity end **/