.CssProductCategoryTeaserContainer {
	width: 740px;
	height: 165px;
	background: #4B5258;
	border-bottom: solid 3px black;
	font-size: 1px;
}


.CssProductListContainer {
    background: #4B5258;
    padding: 0px 20px 0px 20px;
	border-top: 1px solid #6D7073;
	position: relative;
}

.CssProductListContainer table td {
	padding: 15px;
	font-size: 11px;
}

.ProductTypeHeader {
	height: 41px; 
	background: url(ProductTypeImageHandler_bg.jpg) repeat-x; 
	font: bold 18px Verdana, sans-serif; 
	color: #f5e200; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	padding-left: 20px;
}

.ProductTypeHeader em {
	position:relative; top: 9px;
}

.CssProductListTable {
	background: #4B5258;
}

.CssProductListItem {
	background: url("ProductListBackgr.gif") repeat-x left top;
	position: relative;
}

/* ---------------------------------------------------------------------------------------------
ToolTip
--------------------------------------------------------------------------------------------- */

#dhtmltooltip {
    position: absolute;
    width: 190px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    visibility: hidden;
    color: #B8B7B5 !important;
    font-size: smaller;
	-moz-opacity: 0.8; opacity: 0.8; filter:alpha(opacity=80);
    z-index: 100;
}

.tooltipTitle {
    font-weight: bold !important;
	font-size: 11px;
    color: #000066 !important;
    margin-bottom: 10px !important;
}
/*
.CssProductListItem a span {
	display: none;
}

.CssProductListItem a:hover span {
    position: absolute;
    width: 190px;
    border: 0px;
    padding: 10px;
    background-color: #1E2327;
    color: #B8B7B5 !important;
    font-size: smaller;
    z-index: 999999999999;
}

.tooltipTitle {
    font-weight: bold !important;
    color: #E9D401 !important;
    margin-bottom: 10px !important;
}*/

/* ---------------------------------------------------------------------------------------------
ToolTip End
--------------------------------------------------------------------------------------------- */

.CssProductListProductName {
	padding: 5px 0px 5px 0px;
	background: #6D7174;
}

.CssProductListProductNameLink 
{
    color: White;
    text-decoration: none !important;
}

.CssProductCategoryName {
    width: 740px;
    height: 40px;
    background: #4B5258;
}

.CssProductButtonsContainer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.CssProductButtonsContainer hr {
	border: none;
	border-top: 1px solid #97989B;
	height: 0px;
	margin: 15px 0px;
}

.CssProductIngredients {
	margin: 15px 18px;
	display: block;
	clear: both;
	color: #FFF;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.CssProductIngredients hr {
	border: none;
	border-top: 1px solid #97989B;
	height: 0px;
	margin: 0px 0px 15px;
	width: 703px;
}

.CssProductIngredients p {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.CssProductIngredients h3 {
	font-size: 14px;
	margin: 0px 0px 10px;
	padding: 0px;
}

.CssProductIngredients ul {
	margin: 0px 0px 12px;
	padding: 0px;
}

.CssProductIngredients li {
	margin-left: 15px;
}

.CssProductSpecialOfferContainer {
    background-color: #5C6165;
    border-left: solid 20px #4B5258;
    padding: 10px;
    margin-top: 5px;
    width: 220px
}

.CssProductSpecialOfferText 
{
    margin-bottom: 10px;
}