.rarity1 {
color:#AAAAAA;
}
.rarity2 {
color:#8bfa5e;
}
.rarity3 {
color:#709ff9;
}
.rarity4 {
color:#800066;
}
.itemTitle{
font-weight:bold;
text-align:center;
font-size:14px;
margin-bottom:10px;
}
.dropMode{
margin-top:-10px;
text-align:center;
margin-bottom:10px;
}
.stats{
}
.stats td{
background: no-repeat;
}
.descriptor{
color:#fe5200;
margin-right:20px;
}
.moddesc{
vertical-align:top;
}
.positive{
color:#8bfa5e;
}
.negative{
color:#fd1d1d;
}
.proc{
color:#fe5200;
text-decoration:underline;
}
.itemLayer {
display:block;
width:400px;
color:#DDDDDD;
position:relative;
z-index:1;
filter:alpha(opacity=90);
opacity:0.9;
}

.itemLayer table{
margin:0;
padding:0;
border-collapse:collapse;
line-height:18px;
}
.tooltipFrame{
background:transparent url(../img/tooltip.png) repeat scroll 0 0;
padding:8px;
font-size:12px;
height:10px;
}
#itemLayerRightTop{
background-position:right top;
}
#itemLayerLeftBottom {
background-position:left bottom;
}
#itemLayerRightBottom{
background-position:right bottom;
}
