.cart {

}
.cart table {
}
.cart h1 {
	font-size: large;
	line-height: 125%;
	background: #BAE573;
	border-top: 2px solid #91AD63;
	border-bottom: 2px solid #91AD63;
	color: #116603;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
}
.cart h2 {
	color: #116603;
	font-size: medium;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
.cart ul {

}
.cart li {
	font-size: xx-small;
}
.cart-display {
	border: 1px solid #91AD63;
	width: 500px;
}
.cart-display td {
	font-size: x-small;
}
.photo img {
	border: 1px solid #000000;
}
.search-results {
	margin: 0px;
	padding: 0px;
	width: 500px;

}
.search-results td {
	text-align: center;
}
.search-results img {
	border: 1px solid #91AD63;
}
.review-summary {
	width: 500px;
	border: 1px solid #91AD63;
	background-color: #FFFFFF;
}
.review-status {
	width: 500px;
}
.check-out h2 {
	border-bottom: 2px solid #91AD63;
}
.category-browse li {
	font-size: x-small;
}