.account {
	display: block;
	color: #535353;
	margin: 3px 0;
}
.account:hover { color: #009898; }



/**
 **
 	CART
 **
**/

.cart_heading {
	float: left;
	font-weight: bold;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FFF;
}
.cart_col {
	float: left;
	font-size: 13px;
}
.master_item {
	float: left;
	clear: both;
	width: 99%;
	padding: 5px;
	background: #e6e6e6;
	border-bottom: 1px solid #d9d9d9;
}
.master_item:nth-child(2n) { background: #ececec; }
.product_items {
	float: left;
	width: 650px;
}
.col1 { width: 110px; }
.col2 { width: 200px; }
.col3 { width: 200px; }
.col4 { width: 75px; } /* price */
.col5 { width: 200px; } /* qty */
.col6 { width: 75px; color: #009898; }
.col7 { width: 100px; }

input.qty { width: 50px; }

.cp_name { color: #b91313; }
.cp_name:hover { color: #fe0000; }

.button {
	color: #fff;
	border: none;
	margin: 0;
	cursor: pointer;
	font-family: "Delicious", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px #9d0c0c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #006363;
}
.update:hover { background: #009898; }
.update:active { background: #535353; }
.remove {
	text-shadow: 0px 0px 8px #9d0c0c;
	background: rgb(211,28,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,28,28,1) 0%, rgba(186,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,28,28,1)), color-stop(100%,rgba(186,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31c1c', endColorstr='#ba1313',GradientType=0 ); /* IE6-9 */
}
.continue {
	float: left;
	background: #009898;
	font-size: 14px;
	text-align: center;
	line-height: 30px;	
}
.continue:hover { background: #006363; }

.grand_totals {
	background: #FFF;
	padding: 10px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.checkout_row { border-bottom: 1px solid #CCC; padding: 3px 0; }
div.checkout_row:nth-last-child(2) { border: none; }
.checkout_row.total { background: #eeeeee; color: #009898; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; border: none; }
.checkout_label {
	width: 750px;
	float: left;
	margin: 0 15px 0 0;
	text-align: right;
	color: #a5a5a5;
	font-weight: bold;
}
.total .checkout_label { color: #009898; }

.checkout_result { width: 200px; float: left; text-align: right; }

.checkout_btn { float: right; }

.tax_message {
	text-align: right;
	font-size: 12px;
	margin: 10px 0 0 0;
	color: #b91313;
}

/**
 **
 	CHECKOUT
 **
**/
.billing_info {
	width: 48%;
	padding: 1%;
	float: left;
	background: #eee;
	font-size: 13px;
}
.billing_title {
	font-weight: bold;
	color: #006363;
}
.edit { float: right; margin: 20px 0; }

.shipping_error {
	display: none;
	color: #900;
	padding: 10px 20px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
}

/**
 **
 	ORDER HISTORY
 **
**/

.history_titles {
	float: left; width: 100%; font-weight: bold;
	border-bottom:1px solid #000;
	margin-bottom: 5px;
}
.history_col { float: left; }
.history_row { float: left; clear: both; padding: 3px 0; border-bottom: 1px solid #aaa }
a.dwnld_inv, a.view { color: #b91313; }
a.dwnld_inv:hover, a.view:hover { color: #009898; }

/**
 **
 	VIEW HISTORY
 **
**/

.order_row.header {
	float: left; clear: both; font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.order_row { float: left; clear: both; }
.order_col { float: left; }
.viewhistorytotals {
	float: right;
	width: 300px;
}
.viewhistorytotals .label { float: left; clear: both; width: 150px; }
.viewhistorytotals .amount { float: left; width: 130px; margin-left: 20px; }
.historytotals { margin-top: 5px; padding-top: 5px; border-top: 1px solid #000; float: left; clear: both; font-weight: bold; }