﻿.MouseOverLayer
{
    background-image:url(../images/roll_over_tag_bg.png); 
    background-repeat:no-repeat; 
    width:388px; 
    height:198px;
    display:none; 
    position:absolute; 
    padding: 5px;    
    text-align:left;
}
.MouseOverLayerTitle
{
    position:relative;
    font-size: 11px;
    font-family: Verdana ;
    font-weight:bold;
    color: #006699;
    padding-top: 3px;
    padding-left:15px;
    width: 200px;
}
.MouseOverLayerDescription
{
    position:relative;
    font-family:Verdana;
    font-size:9px;
    color: #0099cc;   
    padding-left:15px;
    width: 200px;
}
.MouseOverLayerPrice
{
    position:relative;
    font-family:Verdana ;
    font-size:10px;
    color: #0099cc;   
    font-weight:bold;
    padding-left:15px;
}
.HideModalPopUp
{
    position:absolute ;
    top: 1000px;
    z-index: 1;
}
