body {
	background-color: #86776e; 
}

form {
	margin: 0px;
	padding: 0px;
	
}

#inner_table_cell { background-color: #a39288; padding: 30px 30px 0px 30px;}
#main_table { background-color: #fff;  }
#main_table .nav {background-image: url(/images/nav_repeat.gif); background-repeat:repeat-x; background-color: #d0eceb;}
.content, .content a {
	font-family: trebuchet MS, trebuchet, arial, helvetica;
	font-size: 12px;
	color: #A89694;
}
.content strong, .content strong a {
	color: #8a7873;
}

.price, .product_name {
	font-family: trebuchet MS, trebuchet, arial, helvetica;
	font-size: 11px;
	color: #A89694;
}
.select { width: 100px; font-size: 9px; color: #A89694;}
.select2 { width: 100px; font-size: 7pt; color: #A89694; font-family: arial; font-weight: bold;}
.price {color: #89CAC5; font-weight: bold;}
.product_name {font-weight: bold;}
.number { margin: 0px 0px 7px 0px; }
.sizing_chart { margin: 13px 25px 0px 0px; }
.view_all_designs { margin: 13px 12px 0px 0px; }
.title {font-size: 11px; color: #6abfb1; font-weight: bold;}

#shopping_cart_table .header td {
	background-color: #f6f4f3;
	color: #a29387;
	font-size: 9px;
	line-height: 13px;
	font-family: Trebuchet MS, arial;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#shopping_cart_table .item td {
	color: #6abfb1;
	font-size: 11px;
	font-family: Trebuchet MS, arial;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
}

#shopping_cart_table .item .quantity_table td {
	padding: 0px;
	margin: 0px;
}

#shopping_cart_table .item .quanity_box {
	background-color: #ffffff;
	border: 1px solid #dad4cf;
	text-align: center;
	width: 22px;
	color: #6abfb1;
	font-size: 10px;
	line-height: 13px;
	font-family: Trebuchet MS, arial;
	font-weight: bold;
	margin: 0px;
}


#shopping_cart_table .top_dots {
	background-image: url(/images/shoppingbag/table_dots_top.gif);
	padding:0px;
}

#shopping_cart_table .bottom_dots {
	background-image: url(/images/shoppingbag/table_dots_bottom.gif);
	padding:0px;
}


#totals_table td {
	font-family: Trebuchet MS, arial;	
	color: #6abfb1;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}


