a.tab{
	background:#0066cc;
	color:#fff;
	padding:3px 5px;
	text-decoration:none;
}
/****Cart****/
span.cart_description{
	font-size:0.9em;
	width:78%;
	float:left;
}
span.cart_cost{
	width:20%;
	float:right;
	font-weight:bold;
	font-size:0.9em;
}
span.cart_total{
	font-weight:bold;
	font-size:1.2em;
}

/***** MINI CART *****/
div.mini_cart{
}
.cart{
	float:left;
	clear:none;
	position:relative;
	margin:0;
	padding:0;
}
.cart_wrapper{
	width:467px;
	float:left;
}
.cart small{
	font-size:0.7em;
}
.cart.header{
	margin-bottom:1em;
	text-align:center;
}
.cart.row{
	width:467px;
	text-align:center;
	border:1px solid #ddd;
	margin-bottom:-1px;
	border-style:solid none;
	padding:5px 0;
}
.cart.right{
	clear:left;
	float:left;
	text-align:right;
	margin-top:0.7em;
	width:95%;
}

.totals_wrapper{
	position:relative;
	width:100%;
	float:left;
}
.cart.navigation{
	width:95%;
	margin-bottom:2em;
	float:left;
	width:100%;
	clear:left;
}
.cart.shopMore{
	width:20%;
}
.cart.minimum_order{
	width:50%;
	font-size:0.8em;
}
.cart.checkout{
	width:30%;
	float:right;
	text-align:right;
}
.cart.delete{
	width:28px;
	clear:left;
}
.cart.quantity{
	width:80px;
}
.cart.quantity input{
	width:25px;
}
.cart.sku{
	width:90px;
}
.cart.name{
	width:225px;
}
.cart.image{
	width:40px;
}
.cart.image a:link, .cart.image a:visited{
	width:100px;
}
.cart.option{
	width:110px;
}

.option select{
	width:110px;
}
.cart.discounted{
	width:80px;
}
.cart.custom_discount{
	width:100px;
}
.cart.custom_price{
	width:100px;
}
.cart.price{
	width:70px;
	text-align:right;
}
.cart.coupon{
	clear:right;
	float:right;
	text-align:right;
	margin-top:0.7em;
	width:60%;
}
.cart.coupon span#coupon_input{
	margin:0.5em 0;
	display:block;
}
.cart.coupon span.clear{
	margin:0.5em 0;
	display:block
}
.cart.notes{
	width:99%;
	margin-top:20px;
}
.cart.update{
	width:30%;
	margin-top:0.5em;
	text-align:left;
}

/*Backend Styles*/
.cart.smaller{
	font-size:0.8em;
}
.col1 .cart.row{
	width:100%;
}
.col1 .cart.right{
	float:left;
	clear:left;
}
.cart.add_product_backend{
	clear:both;
	margin:1em 0;
}
.cart.how_found{
	width:18%;
}
.cart.ship_to{
	width:25%;
	display:none;
}
.cart.bill_to{
	width:25%;
}
.cart.order_info_backend{
	width:14%;
}
.cart.customernotes{
	width:35%;
	float:right;
	clear:right;
}

.cart.order_info_summary{
	width:80%;
	text-align:center;
	margin-bottom:0.8em;
}
.backendcheckout{
	width:100%;
	text-align:left;
	clear:both;
}

#checkout_button{
}

#checkout_button_disabled{
}

/****Checkout****/
a#add_new_address{
	display:block;
	background: url(../images/newAddress.gif) 0 0 no-repeat;
	width:150px;
	height:22px;
}

a#add_new_credit_card{
	display:block;
	background: url(../images/newCreditCard.gif) 0 0 no-repeat;
	width:150px;
	height:22px;
}

div#order_notes{
	float:right;
	width:35%;
}
div#order_notes textarea{
	width:95%;
}

.print_hidden{
	display:none;
}

span.bottom_border{
	border-bottom:1px solid #000;
	width:20px;
	display:inline-block;
}

a.edit_link{
	display:inline;
	width:8px;
}

a.delete_link{
	width:12px;
	display:inline;
}

div.bill_to{
	width:49%;
	float:left;
}

div.credit_card{
	width:49%;
	float:left;
}


