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

.item_column{
    min-height:279px;
    margin:9px;
    float:left;
    text-align: left;
    background: #fff;
    border:solid 1px #d3d3d3;
}

/* Product Name h2 for multiple h3 for single product*/
.item_column h2{
    width:100%;
    text-align:left;
}
.list_product_name {
    font-family:Helvetica, Arial, sans-serif;
    line-height: 15px;
    color:#3a3a3a;
}
h2 a.list_product_name {
    font-size: 12px;
}
h3 a.list_product_name {
    font-size: 16px;
}
/* Product Image */
.img_div{
    width:inherit;
    display: table-cell;
    vertical-align: middle;
    background:white;
    overflow:hidden;
}
.display_img{
    display:block;
}
.thumb_div h2 {
    margin-bottom:0px;
}

/* Multiple product per row */
.thumb_div, .thumb_price, .thumb_promo_price, .add_cart_button, .img_div{
    padding:0 10px;
}
.thumb_price {
    font-family: 'Rokkitt',Helvetica,Arial,sans-serif;
    font-size: 20px;
    margin:5px 0 5px 0;
    clear:both;
    color: #222;    
    text-align:left;
    
}
/* Single Image Per Row */
.detail_wrapper{
    padding-top: 15px;
    clear:both;
}
.out_stock{
    text-align:center;
    color:#fec500;
}

.product_sort{
    margin-top: -30px;
    padding-right:20px;
    width:100px;
}
.wrapper,
.nav_cat {/*same as articles_view in style.css*/
    background: url(images/title_leave_icon.png) no-repeat right top;
    padding:0 0 10px!important;
}
.nav_link,
.nav_cat,
.nav_cat a { /*same as h2 in style.css*/
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    font-size:22px;
    font-weight:bold;
    color:#c8341c!important;   
    text-decoration: none;
}
.nav_link,
.nav_cat a {
    margin-bottom:30px;
}
.nav_cat a:hover {
    color:#fff;
    text-decoration:underline;
}
.nav_separator {
    color: #3a3a3a;
}
/**
* Product detail
*/
.product_name{
    padding-bottom: 10px;
    font-size: 20px;
    color: #C8341C !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}
.price {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color:#fff;
    background: #3b3b3b;
    padding:8px 12px;
}
.detail_div {
    margin-top:20px;
}
/* slash price */ 
.slash_through{
    text-decoration: line-through;
}

.review_text_area{
    width:95% !important;    
}

/* Mainly for SKU label */
.label_detail_info, .attribute_label, .label_qty{
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}
.custom_detail {
    margin-top: 20px;
}
/*  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{
    background:#fff;
    width: 100%; 
    margin: auto;
    margin-bottom: 15px; 
    border: 1px solid gray;
}
.coupon_div{
    padding-top:10px;    
}

/* For every shopping cart page title */
.head_title{
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 150%;
    font-weight: 700;
    color:#C8341C;
}
.shipping_info{
    margin: 10px;
}
.short_ship_info, .selected_shipper, .selected_payment {
    color:#1F1F1F;
}
.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{
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    background-color:#DADADA; 
    margin: 5px; 
    height: 115%; 
    color:#1F1F1F !important; 
    padding:5px 3px 5px 7px;
}
.checkout_bar a{
    font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
    color:#1F1F1F !important;
    font-size: 120%;
    font-weight: 700;
}
.clear_stage_icon{
    float: right;
}

/* Position for each button */

#add_cart_button, .add_cart_button, .back_cart, .clear_cart, .update_cart, .checkout, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase{
    height:25px;/*30-5=25*/
    padding:5px 5px 0 25px;
    font-size: 90%;
    color:#fff !important;
}
#add_cart_button a, .add_cart_button a, .back_cart a, .clear_cart a, .update_cart a, .checkout a, .update_cart a, .confirm_next a, .confirm_payment a, .confirm_purchase a{
    color:#fff !important;
    text-decoration: none;

}
#add_cart_button a:hover, .add_cart_button a:hover, .back_cart a:hover, .clear_cart a:hover, .update_cart a:hover, .checkout a:hover, .update_cart a:hover, .confirm_next a:hover, .confirm_payment a:hover, .confirm_purchase a:hover{
    text-decoration: underline;
}
#add_cart_button{
    padding: 6px 30px 8px;
}
#add_cart_button .plus {
    display:none;
}
.checkout, .clear_cart, .update_cart, .confirm_next, .confirm_payment, .confirm_purchase{
    float:right;
}
.clear_cart, .update_cart {
    margin-right:10px;
}
.back_cart{
    float:left;
}
.wrapper .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -279px;
    width:125px;/*155-25-5=125*/
}
.clear_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 0px;
    width:80px;/*110-25-5=80*/    
}
.update_cart, .shipping_info .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -31px;
    width:85px;/*115-25-5=85*/
}
#add_cart_button, .add_cart_button{
    margin: 6px 10px 15px;
    background: url(images/cartbutton_bg.png) no-repeat 0 -93px;
    width:95px;/*125-25-5=95*/
}
.confirm_next, .comfirm_order .confirm_purchase{
    margin: auto;
    background: url(images/cartbutton_bg.png) no-repeat 0 -93px;
    width:95px;/*125-25-5=95*/    
}
.checkout, .select_ship_method .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -372px;
    width:140px;/*170-25-5=140*/
}
.confirm_next{
    margin: auto;
    background: url(images/cartbutton_bg.png) no-repeat 0 -124px;
    width:100px;/*130-25-5=100*/    
}
.select_payment .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -496px;
    width:165px;/*195-30=165*/
}
.select_payment .confirm_payment{
    background: url(images/cartbutton_bg.png) no-repeat 0 -217px;
    width:115px;/*145-25-5=115*/
}
.comfirm_order .back_cart{
    background: url(images/cartbutton_bg.png) no-repeat 0 -186px;
    width:110px;/*140-25-5=110*/
}
/**
* Cart Item
*/
.cart_table th{    
    padding: 10px;
    background: none repeat scroll 0 0 #dadada;
    color: #1f1f1f;
    text-align: right;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    border-bottom: thin solid black;
}
.cart_table tr{    
    width:100%;
}
.cart_table table tr td{
    background: none repeat scroll 0 0;
    border-top: 1px solid #FFFFFF;
    color: #1f1f1f;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}
.cart_table{ 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;    
    font-size: 90%;
}
.cart_subtotal {
    background: none repeat scroll 0 0 #dadada;
    color: #1f1f1f;
    font-weight: bold;
}
.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:400px !important;
    text-align: left !important;
}
.cart_price,
.cart_qty,
.cart_subitem{
    width:14% !important;
}
.quantity input.qty_plus[type="button"] {
    background: url("images/icons/qty_plus.jpg") no-repeat 0 0 !important;
}
.quantity input.qty_minus[type="button"] {
    background: url("images/icons/qty_minus.jpg") no-repeat 0 0 !important;
}
.quantity input[type="button"] {
    border: medium none !important;
    cursor: pointer;
    height: 18px;!important;
    margin: 0 !important;
    padding: 0 !important;
    width: 18px !important;
}
table.cart_table a.remove {
    background: url("images/icons/delete.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    margin: auto;
    width: 16px;
}
.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: 20px;
}
/* cart bottom button div */ 
.cart_button_div{
    display: block;
    width: 100%;
    margin:10px 0 10px 0;
}
/* checkout process */
.checkout_process,
.checkout_process2,
.checkout_process3,
.checkout_process4{
    padding: 80px 35px 20px;
    height:30px;
    width:500px;
    margin:auto;    
}
.checkout_process{
    background:url('images/checkout_process.jpg') no-repeat;
}
.checkout_process2{
    background:url('images/checkout_process2.jpg') no-repeat;
}
.checkout_process3{
    background:url('images/checkout_process3.jpg') no-repeat;
}
.checkout_process4{
    background:url('images/checkout_process4.jpg') no-repeat;
}
.checkout_process div, .checkout_process span,
.checkout_process2 div, .checkout_process2 span,
.checkout_process3 div, .checkout_process3 span,
.checkout_process4 div, .checkout_process4 span{
    margin-right: 12px;
    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;
}












