#main {
	background: #800000;
	width: 714px;
	padding-top: 10px
}
#content p.sub_title {
	font-weight: bold;
	font-size: 14px;
	color: #3d0000;
}
#cart p {
	padding-left: 17px;
	text-align: left;
}
#cart p.sidebar_title {
	font-weight: bold;
	color: #900;
	font-size: 17px;
	text-align: center;
	padding-bottom: 13px;
	padding-left: 0;
}
#cart p.sub_title, #cart p.just_added {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #3d0000;
}
#cart p.just_added {
	padding-bottom: 3px;
}
#cart button {
	margin-bottom: 17px;
}
ul {
	padding-bottom: 13px;
}
li {
	padding-bottom: 3px;
}
li strong {
	font-weight: bold;
	color: #000;
}
#purchasing {
	padding-left: 218px;
	margin-top: 14px;
	height: 184px;
}
#purchasing p strong, label {
	font-weight: bold;
	color: #900;
}
#purchasing p {
	padding-bottom: 11px;
}
.cookie_wrap {
	background: url(/images/prod_cookies_bg.jpg) no-repeat;
}
.asst_cookie_wrap {
	background: url(/images/prod_cookies_asst_bg.jpg) no-repeat;
}
.brownie_wrap {
	background: url(/images/prod_brownies_bg.jpg) no-repeat;
}
.card_wrap {
	background: url(/images/prod_cards_bg.jpg) no-repeat;
}
.address_wrap {
	background: url(/images/edit_address_bg.jpg) no-repeat;
	height: 400px;
}
table {
	border-collapse: collapse;

}
th {
	text-align: center;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #3d0000;
	padding-bottom: 8px;
}
th.cart_prod {
	text-align: left;
}
tr.alt {
	background: #ededed;
}
td {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	text-align: left;
	padding: 4px 0;
	vertical-align: middle;
}
td.cart_prod {
	padding-left: 8px;
}
td.cart_each {
	width: 54px;
	text-align: center;
}
td.cart_qty {
	text-align: center;
	width: 41px;
	padding-right: 3px;
}
td.cart_remove {
	text-align: center;
	width: 90;
}
td.cart_linetotal {
	width: 60px;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 16px;
}
td.right {
	text-align: right;
	padding-top: 0;
	padding-bottom: 16px;
}
td.right_title {
	text-align: right;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 13px;
	color: #3d0000;
	padding-top: 0;
	padding-bottom: 16px;
}
td.button {
	text-align: right;
	padding-top: 0;
	padding-bottom: none;
}
td.updatecart_button {
	text-align: right;
	padding-top: 16px;
	padding-bottom: none;
}
#address_entries {

}
#address_entries p {
	padding-bottom: 9px;
}
#address_entries p.city {
	padding-bottom: 16px;
}
#address_entries label {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: #13px;
	color: #000;
}
#address_left {
	float: left;
}
#address_right {
	float: right;
}