.tooltip{
position:relative;
width:300px;
}
.tt_content{
float:left;
}
.tooltip ul{
margin:0;
padding:0;
list-style:none;
}
.tt_top{
background: url('/img/strut/tt_top.gif') no-repeat 0 0;
width:344px;
height:4px;
}
.tt_center{
background: url('/img/strut/tt_center.gif') repeat-y 0 0;
width:334px;
padding-left: 10px;
min-height: 30px;
height: auto !important;
height: 30px;
}
.tt_bottom{
background: url('/img/strut/tt_bottom.gif') no-repeat 0 0;
width:344px;
height:4px;
}
.tt_right{
background: url('/img/strut/tt_right.gif') no-repeat 0 0;
width:11px;
height:23px;
position:absolute;
left:343px;
top:4px;
}
