.backgroundSideMenu {
	background:#858D08 url(../Images/product/bg_sidemenu.gif) no-repeat scroll 0 0;
       overflow:hidden;
     padding:0 0 0;
     width:201px;
}
.shadowSideMenu {
	background:url(../Images/product/bg_prod_menu_btm.png) no-repeat;
	height:48px;
     overflow:hidden;
	width:201px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/product/bg_prod_menu_btm.png',sizingMethod='scale');
}
.SideMenuTitle {
	display:block;
	padding: 10px 0 10px 0;
	width:180px;
	position:relative;
}
.backgroundSideMenu ul {
	width:180px;
}
.backgroundSideMenu ul li{
	background:url(../Images/product/hr_product.gif) bottom repeat-x;
	cursor:pointer;		
	list-style:none;
	padding:8px 0;	
}
.backgroundSideMenu ul li a {
	font:15px arial;
	color:white;
	text-decoration:none;
}
.backgroundSideMenu ul li a:hover {
	color:#ffcd60;
}
.backgroundSideMenu ul li.last {
	background:none;
}
.backgroundSideMenu ul li.selected a {
	color:#ffcd60;	
}

.productItem li{
	list-style:none;
	/*margin-left:20px;*/
}
.productItem li{
	background:url(../Images/product/product-frame-long.gif) no-repeat left top;
	color:#4a4a49;
	float:left;
	/*text-align:center;*/
	padding:5px 14px 16px 5px ;
	/*margin:0 10px 10px 0 ;*/
    /*height:165px;*/
	height:270px;
}
.productItem li img {
	border:0;
	display:block;
	margin-bottom:10px;
}
.productItem li a {
	color:#671900;
	font-weight:bold;
	text-decoration:none;
}
.productItem li a:hover {
	color:#902300;
	text-decoration:none;
}

.productList {
	/*width:740px;*/
}
.productList ul{
	list-style:none;
	/*margin-left:20px;*/
}
.productList ul li {
	background:url(../Images/product/product-frame.gif) no-repeat left top;
	color:#4a4a49;
	float:left;
	text-align:center;
	padding:5px 14px 6px 5px ;
	/*margin:0 10px 10px 0 ;*/
}
.productList ul li img {
	border:0;
	display:block;
	margin-bottom:10px;
}
.productList ul li a {
	color:#671900;
	font-weight:bold;
	text-decoration:none;
}
.productList ul li a:hover {
	color:#902300;
	text-decoration:none;
}
.prodName {
	display:block;
	text-align:center;
}
.prodDescription {
       overflow:hidden;
       width:159px;
}
.productDetail {
}
.productDetail .picture {
	float:right;
}
.productDetail .wrapperProd {
	color:#671900;
	font:22px arial;	
}
.productContent {	
	color:#4a4a49;
	font:12px arial;
	margin:8px 0 0 2px;
}

.productContent h5{
	font-size:12px;
	margin-bottom:4px;
}

.productContent a, .productContent a:visited {
	color:#671900;
	text-decoration:none;
}
.productContent a:hover {
	text-decoration:underline;
}
.productContentTitle {
	color:#671900;
	font-weight:bold;
	display:block;
}
.ribbon {
	display:block;
	background:url(../Images/product/product-ribbon.gif);	
	height:26px;
	width:483px;
}
.Ingredient {
	margin:30px 0 15px -10px;
	width:480px;
}
.Ingredient .alignLeft {
	float:left;
	margin:0 8px 5px 0;
}
