/* GENERAL TABLE STYLES */
table.inner_table tr.table_row {
	background-color: #f8f3dd;
	padding: 16px 0 16px 0;
}

table.inner_table tr.table_row td {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-size: 16px;
	color: #000000;
}

table.inner_table th {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #7f0d12;
	line-height: 40px;
	color: #ffffe7;
}

table.inner_table tr.spacer {
	height: 16px;
	background-color: #f8f3dd;
}

/* PRODUCT TABLE STYLES */
table#product_table {
	width: 940px;
	margin: 20px 0 0 0;
}

table#product_table th.first_cell,
table#product_table td.first_cell {
	width: 57px;
	padding: 0 10px 0 9px;
}

table#product_table th.second_cell,
table#product_table td.second_cell {
	width: 375px;
	padding: 0 36px 0 0;
}

table#product_table th.third_cell,
table#product_table td.third_cell {
	width: 65px;
	padding: 0 24px 0 0;
}

table#product_table th.fourth_cell,
table#product_table td.fourth_cell {
	width: 90px;
	padding: 0 24px 0 0;
}

table#product_table th.fifth_cell,
table#product_table td.fifth_cell {
	width: 92px;
	padding: 0 26px 0 0;
	text-align: center;
}

table#product_table th.sixth_cell,
table#product_table td.sixth_cell {
	width: 94px;
	padding: 0 34px 0 0;
	text-align: right;
}

table#product_table td.second_cell a {
	color: #000000;
	text-decoration: none;
}

table#product_table td.second_cell a:hover {
	text-decoration: underline;
}

table#product_table td.first_cell a img {
	border: 0px;
}

/* FORM STYLES */
div#page_content form {
	margin: 0px;
	padding: 0px;
}

div#page_content form input.input_text {
	width: 42px;
	background-color: #f4f4f4;
	border: 1px solid;
	border-color: #030303;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 5px 3px 5px 3px;
}

p#subtotal {
	text-align: right;
	width: 913px !important;
	padding: 18px 26px 30px 0 !important;
}

div#options_container {
	float: left;
	width: 940px;
	padding: 0 0 64px 0;
}

a.cart_options {
	display: block;
	text-indent: -9999px;
	float: right;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.cart_options:hover {
	background-position: 0px -33px;
}

a#continue_shopping {
	width: 219px;
	background-image: url(../../assets/images/continue_shopping.jpg);
	margin: 0 4px 0 0;
}

a#update {
	width: 144px;
	background-image: url(../../assets/images/update.jpg);
	margin: 0 4px 0 0;
}

a#check_out {
	width: 144px;
	background-image: url(../../assets/images/checkout.jpg);
}
