

.hotspot {
padding-bottom:1px; 
font-size:12px;
font-weight:normal;
line-height:19px;
border-bottom:1px; 
cursor:pointer;
font-weight: bold;
}

.hotspot:hover {
text-decoration: underline;
}

.hotspot2 {
  cursor:pointer;
}

#tt {
 position:absolute;
 display:block;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background-color: #070C20;
 overflow:hidden;
 	-moz-border-radius-topright: 4px;
 	-moz-border-radius-topleft: 4px;
 	-webkit-border-top-right-radius: 4px;
 	-webkit-border-top-left-radius: 4px;
 	opacity: 0.90;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 color:#fff;
 background-color: #070C20;
 opacity: 0.90;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background-color: #070C20;
overflow:hidden;
opacity: 0.90;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
}

#items_table table {
border-spacing:0;
border-left: 1px solid #C2D8EF;
}

#items_table th {
  background: #07366F url('../../images/wow/donation/th_bg.jpg') repeat-x;
  height: 40px;
  padding: 5px;
  color: #ffffff;
}

#items_table td {
  background-color: #DFEEFF;
  border-right: 1px solid #C2D8EF;
  border-bottom: 1px solid #C2D8EF;
  padding: 5px;
  color: #07366F;
}

#items_table td.server_total {
 background-color:#A7C3DF;
 border-right: 1px solid #A7C3DF; 
 color:#00305F;
}

#items_table td.cat {
 background-color:#A7C3DF;
 border-right: 1px solid #A7C3DF; 
 color:#00305F;
}