/**
*  Product Listing
*/
#product_container{
    width:100%;
}
.item_column
{
    min-height:200px;
    padding: 10px 10px 20px;
    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: 14px;
    font-weight: bold;    
}
.thumb_div{
    margin:5px 0;
}
/* 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: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, .price {
    margin:0 auto;
    padding-top: 5px;    
    color: #1b5c64;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:-1px;
}
.thumb_price {
    float: left;
}
/* Single Image Per Row */
.detail_div{
    position: relative;
}
.out_stock{
    margin:10px 0 0 0;
    text-align:center;
}
.add_cart_button{
    display: inline;
    float: right;
}
.item_in_cart{
    float:left;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.total_in_cart{
    float:left;
    clear:both;
}
.cart_button{
    width: 102px; /*110-8=102*/
    height:21px; /*25-4=21*/
    background:url(images/viewcart.jpg) no-repeat;
    padding:4px 0 0 8px;
    position: absolute;
    top:8px;
    right:5px;
}
.cart_button a{
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#fff !important;
    text-shadow: 1px 1px 0 #595959;
    
}
#topcart_wrapper,
#login_wrapper{
    background: none repeat scroll 0 0 #f9edee;
    border-radius: 5px 5px 5px 5px;
    border:1px solid #fff;
    color: #595959;
    font-size: 12px;
    margin: 15px 0 0 10px;
    padding: 5px 10px;
    height:32px;/*42-5-5=32*/ 
    float:right;
    position:relative;
}
#login_wrapper{
    text-transform: uppercase;
    width: auto;
}
#topcart_wrapper .widget { 
    width:220px;
}
#topcart_wrapper .widget img {
    float:right;
    margin:8px 8px 0 0;
    border:none;
}
.button_user, .button_login, .button_register, .button_logout {
    float:left;
}
.button_login, .button_register, .button_logout {
    text-indent: -9999px;
    height:24px;    
    margin-top:3px;
}
.button_user{
    font-size: 14px;
    font-weight: bold;
    margin:8px 8px 0 0;
}
.button_logout{
    background:url(images/logout.jpg) no-repeat;
    width:60px;
    margin-left:10px;
}
.button_login{
    background:url(images/login.jpg) no-repeat;
    width:60px;
}
.button_register{
    background:url(images/register.jpg) no-repeat;
    width:80px;
    margin-left:10px;
}
/**
* Product detail
*/
.product_name{
    padding-bottom: 10px;
    color:#981C30;
    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 every shopping cart page title */
.nav_link{
    font-weight:bold;
    font-size:20px;
}

/* 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 Item
*/
table.cart_table tr th, table.cart_table tr td {
    padding: 10px;
    background: none repeat scroll 0 0 #3B3B3B;
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table.cart_table tr{
    width:950px !important;
}
table.cart_table tr td {
    background: none repeat scroll 0 0 #F0EFE2;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table.cart_table tr td input {
    margin:auto;
}
.cart_table{ 
    display:block;	
}
table.cart_table td{
    padding:10px;
}
.cart_subitem{
    text-align:center;
}
.cart_desc{
    width:410px !important;    
    text-align: left;
}
.cart_price, .cart_qty, .cart_subitem{
    width:150px !important;
}
.remove_title{
    width:80px !important;
    text-align:center !important;
}
.quantity input[type="button"].qty_plus, .quantity input[type="button"].qty_minus{
    width: 21px;
    height: 21px;
}
.quantity input[type="button"].qty_plus{
    background: url("images/qty_plus_icon.jpg") no-repeat 0 0;
}
.quantity input[type="button"].qty_minus {
    background: url("images/qty_minus_icon.jpg") no-repeat 0 0;
}
.cart_option{
}
.cart_item_img{
    font-size: 14px;
    font-weight: bold;
    color: #981C30;
}
.coupon_div {
    margin-top:8px;
}
/* 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;
}




 
