/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 240px;
border: 1px solid #6b594d;
padding: 6px 0px 0px 10px;
background-color: #fff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 13px;
color: #6b594d;
margin-right:10px;
}

.rpPrice {
        color: #DE78B0;;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        border-top: 1px dotted #6b594d;
        padding-top: 5px;
}

