/* CSS Document */
#content {
	float: left;
	position: relative;
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
}
#shopping-banner {
	width: 560px;
	height: 150px;
	margin-bottom: 5px;
	background: transparent url(/assets/photos/data/banners/banner-bg.jpg) no-repeat;
}
#shopping-banner img {
	margin: 5px;
}
.product {
	margin: 5px 0 20px 0;
	clear: both;
}
.product-image {
	float: left;
	width: 130px;
	height: 130px;
	padding: 3px 3px 3px 0;
	margin: 0;
	background-color: #fff;
}
.product-block-content {
	padding-left: 130px;
}
.product h3 {
	margin-bottom: 5px;
	text-transform: capitalize;	
}
.product-block-content h3 {
	/* border-bottom-width: 0; */
	border-bottom: 1px solid #782727;
	margin-bottom: 16px;
}
.product h3 span {
	position: absolute;
	right: 10px;
}
#weather {
	height: 53px;
}
#cat-nav li.sel a:link,
#cat-nav li.sel a:visited {
	color: #E9E3D9;
	background-color:#93987A;
	line-height: 20px;
}
#cat-nav li.sel a:active,
#cat-nav li.sel a:hover {
	color: #E9E3D9;
	background-color:#93987A;
	line-height: 20px;
}
#cat-nav ul ul {
	display: none;
}
#cat-nav ul li.sel ul {
	display: block;
	width: 147px;
	margin: 0 0 5px 0;
	padding: 4px 0 10px 16px;
	font: 11px tahoma, arial, sans-serif;
	background-color: #F4F1EB;
}
#cat-nav li.sel ul a:link,
#cat-nav li.sel ul a:visited,
#cat-nav li.sel ul a:active,
#cat-nav li.sel ul a:hover
 {
	height: 14px;
	background-color: #F4F1EB;
}

#cat-nav li.sel ul li a:link,
#cat-nav li.sel ul li a:visited {
	color: #797E60;
	text-decoration: none;
}
#cat-nav li.sel ul li a:hover,
#cat-nav li.sel ul li a:active {
	color: #796353;
	text-decoration: underline;
}
#orderForm {
	margin-top: 20px;
}

.price {
color: #990000;
background-color: inherit;
}