
/* CSS Document */

/*body{font-family:arial; font-size:11px; color:#4D4B4B;}*/
#popup { color: #000;  }

#popup a, #popup a:visited {
position: relative;
display: block;
width: 175px;
line-height: 15px;
text-align: left;
margin: 0;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

#popup a span {display: none;}

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #FFFFFF;
text-indent: 0; /* added the default value */
}


#popup a:hover span{
display: block;
position: absolute;
top: 85px;
left: 0px;
width: 300px;
margin: 0px;
padding: 10px;
color: #000000;
font-weight: normal;
background: #e8e8e8;
text-align: left;
border: 2px solid #666;
}


/* */

#website{width:170px;float:left; }
#website a span {display: none;}
#website a, #website a:visited {
position: relative;
display: block;
line-height: 15px;
text-align: left;
margin: 0;
text-decoration: none;
font-size: 11px;
font-weight: normal;

}

#website a:hover	{
z-index:1;
text-indent: 0; /* added the default value */
}


#website a:hover span{
display:block;
position: absolute;
top: 25px;
left: 50px;
width: 250px;
height:auto;
margin: 0px;
padding: 0px;
color: #000000;
border:1px solid #CCCCCC;
background: #F5F5F5;
text-align: left;
z-index:1px;
}





