#cart { }
#cart table { }
#cart ul {
	list-style-image:  url(../images/arrow.gif);
}
#cart li {
	font-size: 1em;
}
#cart hr {
	color: #FFCC00;
	height: 1px;
	width: 100%;
	margin: 0px;
	text-align: right;
	padding: 10px 0px;
}
#cart h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#cart h2 {
	color: #B6B6B6;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#cart img {
	border: 1px solid #FFCC00;
}
#cart th {
	background: #FFCC00 url(../images/gold-fade.gif) repeat-x bottom;
	color: #000000;
}
#cart input,
#cart select, 
#cart textarea {
	border: 1px solid #8D8D8D;
	color: #000000;
	background: #FFCC00 url(../images/gold-fade.gif) repeat-x bottom;
}
.category-browse li {
	font-size: 2em;
}
.product-form {
	margin: 0px;
	padding: 2px;
	width: 550px;
	border: 0px;
}
.options-table {
	font-size: 0.9em;
	margin: 0px;
	padding: 2px;
	border: 0px;
}
.search-results {
	text-align: center;
}
.search-results img {
	margin: 5px;
	border: 1px solid #000000;
}
.review-status {
	width: 100%;
}
.review-summary,
.review-detail {
	width: 475px;
}
.cart-display {
	width: 475px;
	margin-bottom: 5px;
}
.cart-display td {
	padding-top: 6px;
	padding-bottom: 4px;
}
.payment {
	border: 0px none #000000;
	background: #FFFFFF;
}
