#cart_progess {
	height:28px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
}
#progress_items {
	height:28px;
	float:right;
}
.progress_item {
	color:#837F69;
	padding-left:10px;
	padding-right:12px;
	font-size:11px;
	font-weight:bold;
	background-color:#ddddd2;
	line-height:28px;
	float:left;
	margin-right:5px;
}
.progress_item_selected {
	color:#837F69;
	padding-left:10px;
	padding-right:12px;
	font-size:11px;
	font-weight:bold;
	background-color:#c5c9b4;
	line-height:28px;
	float:left;
	margin-right:5px;
}
.cart_title_large {
	float:left;
	height:28px;
	width:500px;
	line-height:28px;
}
.cart_title_small {
	float:left;
	height:28px;
	width:100px;
	line-height:28px;
	text-align:center;
}
#cart_headings {
	margin-right:5px;
	background-color: #837f69;
	padding-right: 10px;
	padding-left: 10px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	height:28px;
}
.cart_item_large {
	float:left;
	height:28px;
	width:300px;
	line-height:28px;
}
.cart_item_small {
	float:left;
	height:28px;
	width:100px;
	line-height:28px;
	text-align:center;
}
#cart_item_cover {
	clear:both;
	height:25px;
}
#cart_items_cover {
	margin-top: 5px;
	margin-right:5px;
	background-color: #dedcd9;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 6px;
	margin-bottom:5px;
}
#cart_spacer {
	height:2px;
	clear:both; 
	background-color:#FFF;
}
#totals_container {
	padding-top:12px;
	padding-bottom:12px;
}
.total_label {
	float:left;
	width:90px;
}
.total_item {
	float:left;
}
#total_items {
	height:23px;
	line-height:23px;
	padding-left:540px;
	font-weight:bold;
}
#button_item {
	height:33px;
	padding-left:540px;
	font-weight:bold;
}
.red_totals {
	color:#C00;
}
#continue_buttons {
	margin:0px auto;
	padding-left:39px;
}
.continue_button_left, .continue_button_right {
	float:left;
	width:314px;
	height:102px;
}
.continue_button_left a, .continue_button_right a {
	color:#C00;
}
.continue_button_left {
	margin-right:8px;
}
#button_1 {
	background:url(/images/cart/continue_real.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#button_2 {
	background:url(/images/cart/continue_emp.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#button_3 {
	background:url(/images/cart/continue_market.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#button_4 {
	background:url(/images/cart/continue_grapes.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#con_button_text {
	padding-top:50px;
	padding-left:15px;
}
#con_button_text a {
	color:#cc0000;
	text-decoration:underline;
	display:block;
	font-size:11px;
	line-height:20px;
}
#con_button_text a:hover {
	color:#333333;
	text-decoration:underline;
	font-size:11px;
	line-height:20px;
}
