#tt {
width: 300px;
position: absolute;
display: block;
background:url('/images/cards/bg-tt-top-left.gif') 0 top no-repeat;
z-index: 10;
}

#tttop {
position: relative;
z-index: 2;
display: block;
background: url('/images/cards/bg-tt-top-right.gif') 100% top no-repeat;
margin: 8px 0 0 0;
overflow: hidden;

padding: 7px 0 0 0;
}

#ttcont {
background: url('/images/cards/bg-tt-bottom-right.gif') 100% bottom no-repeat;
padding: 0 0 7px 0;
font-size: 0.8em;
}

#ttbot {
background: #d6d6d6;
display: block;
font-size: 1.1em;
overflow: hidden;

padding:2px 12px 8px 8px;
color: #000;
position: relative;
/* CSS3 standard */
opacity: 1;
/* for Mozilla */
-moz-opacity: 1;
/* for IE */
filter:alpha(opacity=100);

}

#ttbot strong{
font-weight: bold;
}

.tip{
display: none;
}

/* For ie6 select-over-absolute bug */
#tt iframe {
display: block;
position: absolute;/*must have*/
top: 16px;/*must have*/
left: 0;/*must have*/
z-index: 1;/*must have*/
background: transparent;
width:300px;/*must have for any big value*/
height:400px;/*must have for any big value*/

}
