.tooltip_pl {                                                                                                                                                                                                                                                                                                                                                                                                                
    position: absolute;
    display: none;
    color:#000000;
    -moz-border-radius: 6px;
}
#item_main {
display:block;
border:1px solid #B1B1B1;
width:200px;
-moz-border-radius: 4px;
margin:40px 0 0 30%;
}
#item_main_tooltip {
display:block;
border:1px solid #B1B1B1;
background-color:#000000;
width:200px;
/*-moz-opacity:0.9; //Mozilla*/
-moz-border-radius: 4px;
}
#item_name {
font-family:Tahoma;
font-size:15px;
font-weight:bold;
margin:4px 4px 4px 4px;
color:#00CC00;
}
#item_icon {
margin:4px 4px 4px 4px;
color:#FAFAFA;
}
#item_stats {
padding-top: 3px;
font-family:Tahoma;
font-size:10px;
margin:1px 0 0 8px;
color:#FAFAFA;
margin-left:20px;
}
#item_stats_per {
font-family:Tahoma;
font-size:10px;
margin:1px 0 0 8px;
color:#00CC00;
}
#item_dmg {
font-family:Tahoma;
font-weight:bold;
font-size:11px;
margin:0 0 10px 8px;
color:#FAFAFA;
}
#item_spell {
font-family:Tahoma;
font-size:11px;
margin:10px 0 5px 15px;
color:#0099FF;
text-decoration:none;
}
#item_add {
font-family:Tahoma;
font-size:10px;
margin:6px 0 10px 15px;
color:#0066CC;
}
#item_req {
font-family:Tahoma;
font-size:10px;
margin:6px 0 10px 15px;
color:#555;
}
.item_grey {
color:#666666;
}
.item_pic {
background-color:#FFFFFF;
border:1px solid #000000;
padding:2px;
-moz-border-radius:4px;
}
#item_type {
font-family:Tahoma;
font-weight:bold;
font-size:11px;
margin:0 0 10px 8px;
color:#CCCCCC;
text-decoration:none;
}

