#container {
width: 100%;
margin: 0 auto;
font: 18px arial;

}


#tooltiper a {
color: #ffffff;
font-weight: bold;
text-decoration:none;
font-size:19px;
}

#tooltiper a:hover {
color: #999;
text-decoration:underline;
font-size:19px;
}

#tooltip {
width: 230px;
position: absolute;
z-index: 1;
background-color: #ffffff;
font: 12px arial;
color: #000000;
padding: 5px;
opacity: 0.75;
}

#tipleft
{
background:url('/images/toolbox_bg_red.png') repeat-x;
float:left;
width:33%;
height:67px;
padding-top:2px;

}
#tipright
{
background:url('/images/toolbox_bg_red.png') repeat-x;
float:left;
width:34%;
height:67px;
padding-top:2px;


}
#tipcenter
{
background:url('/images/toolbox_bg_gray.png') repeat-x;
float:left;
width:33%;
height:67px;
padding-top:2px;
}
.icon
{
float:left;
margin-left:50px;
margin-right:5px;
margin-top:-1px;
}
.img_icon
{
float:left;
margin-top:20px;
}

.a_ico
{
float:left;
margin-top:23px;
}
