div#right_main_container {
	background-color: #fafafa;
	float: left;
	width: 577px;
	height: auto;
}


div#title {
	padding-top: 10px;
	padding-left: 16px;
	
	height: 16px;
}

div#back {
	padding-top: 9px;
	padding-left: 10px;
	float: left;
}

div#count {
	float: right;
	padding-right: 32px;
}

table#count_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2a2a;
}

.count_id {
	width: 100px;
}

.result {
	font-weight: bold;
}

div#main_table {
	float: left;
	width: 538px;
	padding-left: 15px;
	padding-top: 12px;
}

table#addresses {
	width: 538px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#cart_table {
	width: 538px;
}

.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a71eb6;
	height: 22px;
}

.blank_space {
	height: 6px;
	background-color: #FFFFFF;
	border: none;
}

.table_row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2a2a;
	background-color: #f8eef7;
}

.default a {
	color: #2b2a2a;
	text-decoration: none; 
}

.default a:hover {
	text-decoration: underline;
}

table#buttons {
	margin-top: 7px;
	margin-left: -5px;
}

table#buttons td {
	padding-left: 7px;
	padding-right: 7px;
}

td#subtotal {
	background-color: #f9f9f9;
	color: #000000;
	font-weight: normal;
}

td a {
	color: #FFFFFF;
	text-decoration: none;
}

td a:hover {
	text-decoration: underline;
}

.buttons_row {
	background-color: #a71eb6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
/* TD Styles */
.image_td {
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7; 
	padding-left: 4px;
}
.blank_td {
	padding-top: 23px;
	padding-bottom: 23px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7; 
}

.product {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7; 
	width: 126px;
}

.quantity {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7;
}

.unitPrice {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7;
}

.price {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #fec1f7; 
}

.delete {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #fec1f7; 
}

div#shipping_matrix {
	position: absolute;
	margin-top:-30px;
	background: #A71EB6;
	color: #fff;
	padding:11px;
	font-size:11px;
	display: none;
}

div#shipping_matrix td {
	padding: 3px;
}
