/**
*  Product Listing
*/
#product_container{
    width:912px;
}

.item_column {
	min-height: 200px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #555;
	margin: 5px;
	width: 192px !important;
}
/* Product Name h2 for multiple h3 for single product*/
.item_column h3
{
    width:100%;
    float:left;
    text-align:left;
}
.list_product_name 
{
    font-size: 16px;
    font-weight: bold;
}
/* Product Image */
.img_div
{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    background:white;
    border:1px solid #cccccc;    
}
.display_img
{
    width:100%;
    display:block;
}

/* Multiple product per row */
.thumb_price {
    width: 100%;
	margin: 5px 0 5px 0;
	clear: both;
	color: #fff;
	font-size: 16px;
	border-top: 1px solid #333;
	padding: 10px 0;
	font-weight: bold;
	height:20px;
}
/* Single Image Per Row */
.detail_div
{
    position: relative;
}
.out_stock
{
    margin:10px 0 0 0;
	text-align:center;
}
#add_cart_button
{
    width: 100px;  
}

/**
* Product detail
*/
.product_name
{
    padding-bottom: 10px;
    color:orange;
    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;
}
/* 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
{
    float:right;
    text-decoration: none;
	margin: 0 10px;
}

.back_cart {
float: left;
}

.cart_button_div {
width: 912px;
padding: 15px 0;
}

.coupon_div {
width: 912px;
float: left;
padding: 50px 0 15px 0;
}

/**
* Cart Item
*/
.wrapper table tr th, .wrapper table tr td {
    padding: 10px;
    background: none repeat scroll 0 0 #3B3B3B;
    color: #FFFFFF;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.wrapper table tr td {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.cart_table {
width: 902px;
display: block;
background: #333;
padding: 5px;
}

table.cart_table td
{
    padding:10px;
}
.cart_subitem
{
    text-align:center;
}

.cart_desc {
width: 600px !important;
}

.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;
}

.product_sort {
	width: 200px;
	float: left !Important;
	margin: 20px 0;
}

.checkout_wrapper {
background: #111;
padding: 15px;
margin: 10px 0;
width:912px;
float:left;
}

.shipping_info_ahref a {
	font-size:24px;
	padding:5px 0;
}

.cart_button_div {
width: 912px;
padding: 0;
margin: 60px 0 10px 0;
float: left;
}

.checkout_bar {
width: auto;
margin: 30px 0;
}

.checkout_bar a {
background: #333;
padding: 10px;
width: 892px;
float: left;
margin: 3px 0;
}

.logout {
margin: 10px 0 0 0;
}