.toolTipProduct
{
    position: relative;
    width: auto;
}

.tooltipThumb 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
}

.toolTipContent 
{
    position: absolute;
    top: 20px;
    left: 70px;
    display: block;
}

.toolTipProductName 
{
    color: #CC0033;
    font-weight: bold;
    font-size: 12px;
}

.toolTipProductDetails 
{
    color: #336699;
    font-size: 12px;
    text-decoration: underline;
}

#tooltip 
{
    font-size: 11px;
	position: absolute;
	z-index: 90000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty 
{
    font-size: 11px;
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	background: url('/includes/js/jquery/shadow.png');
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/includes/js/jquery/shadow.png');
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.pretty div { width: 220px; text-align: left; }




#tooltip.prettyWide {
	font-family: Arial;
	border: none;
	width: 275px;
	padding:20px;
	height: 165px;
	background: url('/includes/js/jquery/shadow_wide.png');
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/includes/js/jquery/shadow_wide.png');
}

#tooltip.prettyWide h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}

#tooltip.prettyWide div { width: 275px; text-align: left; }
