/**
*  Product Listing
*/
#product_container {
    width:100%;
}
.item_column,
.three_single_column{
    padding:9px;
    float:left;
    text-align: center;
    border:thin solid #E6E7E9;
    position:relative;
}

.item_column {
    min-height:350px;
}

/**
*  Rellated Product
*/
.related_product {
    margin-bottom:20px;
}

.product_related .item_column {
    min-height:375px;/* if change this, must change .related_product .product_related .item_column .prod_desc .short_desc */
}

.product_related .thumb_div {
    margin:0;
}

.related_product .product_related .item_column .img_div {
    height:120px !important;
}

.related_product .product_related .item_column h3 {
    padding:0 0 10px;
}

.related_product .product_related .item_column h3 .list_product_name {
    font-size:13px;
}

.related_product .product_related .item_column .prod_desc .short_desc {
    height:200px; /* if change this, must change .item_column */
}

.related_product .product_related .item_column .prod_desc a.read_more {
    display: block;
    position:relative;
    left:0;
}

.related_product .product_related .item_column .prod_desc .request_quote_button {
    left: 9px;
}

/* For every checkout div bar */
.checkout_bar
{
    background-color:  #EFEFEF; 
    margin: 5px; 
    height: 100%; 
    color:black; 
    padding:5px 3px 5px 7px;
}
/* Product Name h2 for multiple h3 for single product*/
.item_column h3 {
    width:100%;
    padding: 10px 0;
    float:left;
    text-align:left;
    font-family: Arial;
}
.list_product_name {
    font-size:14px;
    font-weight:bold;
    color:#FEB300;
    font-family:Arial;
    line-height:0;
}

/* Product Image */
.img_div {
    width:inherit;
    height:135px !important;
    display:table-cell;
    vertical-align:middle;
    background:white;
    border:none;
    /*border:8px solid #fff;*/ 
}
.display_img {
    width:100%;
    display:block;
}

/* Multiple product per row */
.thumb_div {
    height:auto;
    /*margin:20px 0 0;*/
    text-align:left;
}

.thumb_title {
    width:70%;
    margin:5px 0 5px 0;
    float:left;
    color:#3c3c3c;
    font-size:12px; 
    font-weight:bold;
    text-align:left;
}

.thumb_title a.list_product_name {
    color:#3c3c3c;
    text-decoration:none;
}

.thumb_title a.list_product_name:hover {
    color:#981c30;
    text-decoration:none;
}

.thumb_price {
    margin:5px 10px 5px 0;
    float:left;
    color:#89941e;
    font-size:16px;
    font-weight:bold;
    text-align:right;
    letter-spacing:-1px;
}
.add_cart_button, .thumb_moreinfo {
    float:left;
}
.item_column .add_cart_button{
    font-size: 90%;
    margin-right:15px;
}
.item_column .add_cart_button a#add_cart_img {
    
}
.item_column .add_cart_button a#add_cart_img span.plus {
    display:none;
}
.thumb_moreinfo a.moreinfo {
    background-position:0 -41px;
    background-image: url(images/css3buttons_backgrounds.png);
    background-repeat:no-repeat;
    font-family:Tahoma, Arial, sans-serif;
    overflow:visible;
    text-decoration:none;    
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    outline:none;
    position:relative;
    line-height:1.11;
    display:inline;
    vertical-align:middle;
    padding: 7px 10px;
    color:#fff;
}
.thumb_moreinfo a.moreinfo:hover {
    text-decoration: underline;
}
.thumb_moreinfo a.moreinfo:active{
    background-position:0 -81px;
}
/* Single Image Per Row */
.detail_div {
    position:relative;
}

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

#add_cart_button {
    width:100%;    
}

.request_quote_button {
    position:absolute;
    right:9px;
    bottom:9px;
}

/**
* Product detail
*/
.prod_desc {
    text-align:left;
}

.short_desc {    
    height:auto;
}

.prod_desc a.read_more{
    /*display:block;*/
    margin:15px 0 0;
    font-style:normal;
    font-weight:bold;
    text-decoration:none;
    position:absolute;
    left:6px;
    bottom:20px;
}

.prod_desc a:hover{
    
}

.product_name {
    padding-bottom:10px;
    color:#feb300;
    font-size:large;
    font-weight:bold;
}

/* Navigator */
.nav_pro {
    height:19px;
    margin-bottom:10px;
    clear: both;
    background:url("images/yellow_stripe.png");
    border-top:1px solid #f4bc36;
    border-bottom:1px solid #f4bc36;    
}

.nav_pro a {
    color:#995a00;
}

/* 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 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:630px;
   float:left; 
}

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

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

.back_cart
{
    float:left;
}


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

.wrapper {
    width:auto;
}

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


/** product detail css **/

.detail_info {
    width:620px;
    float:right;
    min-height:300px;
    padding:15px;
}

.label_detail_info {
    width:10%;
    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;
}

/**
* 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_table { 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;
    border-bottom: 2px 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;
    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;
}

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

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

.order_detail_div
{
    padding:10px;
    border: thin solid #EBEBEB;
}
 
/*  clear div */
.clear_div
{
    clear: both;
    height:20px;
}
