.cart { }
.cart table { }
.cart h1 { }
.cart h2 {
	color: #116603;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.cart ul { }
.cart li { }
.cart-display {
	width: 95%;
	border: 1px solid #91AD63;
}
.cart-display td { }
.photo img {}
.search-results {
	margin: 0px;
	padding: 0px;
	width: 95%;
}
.search-results td {
	text-align: center;
}
.search-results img {}
.review-summary {
	border: 1px solid #91AD63;
	background-color: #FFFFFF;
	width: 95%;
}
.review-status {}
.check-out h2 {
	border-bottom: 2px solid #91AD63;
}
.category-browse li {}

/* ---- POST CHECK OUT PAGE ---- */
.order_info {
	width: 95%;
}
.order_summary {
	width: 95%;
}#cart_notice {
	background: #FFCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CC0000;
}
#cart_notice h3 {
	margin: 0px;
	color: #990000;
	font: italic 2.0em "Times New Roman", Times, serif;
}
#cart_notice p { margin-bottom: 0; }

