
.ToolTip
{
    width:150px;
    text-align:center;
    position:relative;
    display:block;
	margin:0 auto;
}
.ToolTipPrice
{  
    border-bottom:dotted 1px black;
    cursor:pointer;
	line-height:40px;
}
.ToolTipPopup
{
    
}
.ToolTipPopupActive
{
    background: url(images/img_tooltip_01.png) no-repeat;
    width: 180px;
    height: 55px;
    padding: 15px;
    display:none;
    position:absolute;
    z-index: 200;
    top:-130px;
    left:-15px;
}

#LAdUnit, #RAdUnit{
	width:120px;
	height:600px;
	position:absolute;
	top:5px;
	
}
#LAdUnit{
	left:-120px;
}
#RAdUnit{
	right:-120px;
}
#contentwrap{
	width:1014px;
	background:transparent url(images/contentbg.png) repeat-y bottom left;
	margin:0 auto;
	z-index:1;
	margin-top:-4px;
	margin-bottom:0;
	position:relative;
}
