body {text-align:center;}

.interior { background-color:#e0e0e0;}

#wrapper {
	width: 799px;
	/*height: 630px;*/
	margin: 35px auto 0;
	background-color: #fff;
}

#wrapper img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	
}
#header img { float: left;}

#gourmetProducts {
	height: 18px;
	float: right;
	padding-top: 7px;
	padding-bottom: -2px;
	position: relative;
	top:14px;
	left: -14px;
}

#gourmetProducts ul {
	list-style-type: none;
}

#gourmetProducts ul li {
	float: left;
}

#gourmetProducts a, table tr td.headerNavigation a {
	height: 18px;
	background-color: #dedede;
	border: 3px solid #bfbfbf;
	text-decoration: none; 
	color: #000;
	font-size: 8pt;
	padding: 3px 5px;
	margin: 0 3px;
}

#gourmetProducts a:hover, table tr td.headerNavigation a:hover {
	background-color: #d1a354;
	border: 3px solid #ae7514;
}

#pageTitle {
	margin: 0 !important;
}

#content {
	clear:both;
	height:481px;
	background-repeat:no-repeat;
	/*margin-bottom: 10px;*/
	text-align:left;
	font-size:10pt;
	background-image: url('../images/products-bg.jpg');
}

#displayContent{
	width: 650px;
	height:375px;
	position:relative;
	left:79px;
	top:28px;
	font-size:9pt;
	padding-right: 43px;
	overflow: scroll;
	
}

.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

.item {
	width: 208px;
	height: 245px;
	margin-bottom: 17px;
	font-size: 8pt;
	line-height: 11pt;
	float: left;
	margin-right: 20px;
}

.item p {
	height: 60px;
}

.detail {
	width: 208px;
	
	margin-bottom: 17px;
	font-size: 8pt;
	line-height: 11pt;
	margin-right: 45px;
}

.item h2, .detail h2 {
	font-size: 8pt;
	color: #d1a354;
	font-weight: bold;
}

.price{
	font-size: 11pt;
	font-weight: bold;
	float: left;
}

.more{
	text-decoration: none;
	color: black;
	font-size: 8pt;
	padding-top: 4px;	
}

.cart {
	width: 78px;
	height: 12px;
	color: white;
	text-decoration: none;
	display: block;
	float: right;
	background-color: #d1a354;
	padding: 2px 1px 2px 5px;
	margin-bottom: 5px;
}

hr {
	color: white;
	background-color: white;
	border-top: 1px #c1c1c1 dashed;
	clear: both;
}

#footer {
	clear: both;
	position: relative;
	margin: 0px auto;
	
}

#footer ul li{
	float:left;
	margin: 0;
	display: block;
	padding: 5px 8px 0;
}


.active {
	background-color: #d1a354;
}

#footer ul li a {
	color: #000;
	text-decoration:none;
	font-size:9pt;
}

#notScrolling {
position:relative;
left:79px;
top:15px;
}
/*
td.smallText {
margin-bottom: 10px;
height: 100px;
}
*/

ul {
	list-style-position: inside;
list-style-type: disc;
padding: 6px;
margin: 2px;
font-size: 8pt;
line-height: 11pt;
}

td.smallText a {
font-size:9pt;
color: #000;
}

td.smallText a img {
margin-right: 6px !important;

}

td.productListing-heading{
font-size:10pt;
height:22px;
}

td.productListing-heading a{
color:#000;
font-size:10pt;
}

table.productListing {
margin-bottom: 7px;
}

td.productListing-data{
border-bottom: 1px solid #e6e6e6;
padding: 5px 0 5px 5px;
}

tr.productListing-even {
background-color:#ececec;
border-bottom:1px solid #fff;

}

td.productListing-data a {
color:#000;
}

tr.headerError, td.headerError {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 15px 0;
}