.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
}

.prod-item-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	font-weight: bold;
	font-variant: normal;
	color: #793A2D;
	text-transform: capitalize;
}
.menuSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCC99;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1;
	color: #793A2D;
	text-transform: capitalize;
}

h2
{
	/*	font-family: Arial, Helvetica, sans-serif; */
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1;
	color: #763B2F;
}

/* For the wine listings */
.clearfix {
    display: inline-block;
}
/* Wine Product Listings - etc */
.result
{
	display: inline-block;
	margin: 0.75em 0px;
	padding: 0px;
	float: inherit;
}
.result .productimg {
float: left;
margin: 0px 0.25em;
padding: 0.5em 0px 0px 0px;
text-align: center;
width: 46px;
}
.result .result-desc {
	border-right: 1px solid rgb(236, 224, 202);
	float: left;
	margin: 0 0 0 30;
	width: 20em;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0px;
	padding-left: 0em;
}

.result .result-info {
float: right;
margin: 0px 0px 0px -1px;
padding: 0px 0px 0px 0.3em;
}

.result-info .price {
display: block;
font-size: 1.15em;
margin-bottom: 0.35em;
}

#product-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.product-name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}
.prod-item-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: .8em;
}
.result .productimgbig {
left: 28px;
position: relative;
float: none;
margin: 0px 0.25em;
padding: 0.5em 0px 0px 0px;
text-align: center;
width: 46px;
}

