/* CSS Document */
.tooltip 
	{
     display:none; 
	 width: 210px;
	 height: auto;
	 padding: 10px 15px 0px 28px;
	 background: url(../images/tip_top1.gif) left top no-repeat;
	 position: relative;
	 font-size: 11px;
	 line-height: 13px;
	 z-index: 500;
	 
	}

.tooltip img.bottom
	{
	 position: absolute;
	 bottom: -15px;
	 left: 0px;
	 width: 253px;
	 height: 15px;
	 border: 0px;
	 margin: 0px;
	 padding: 0px;
	}

.tooltip h2
	{
	 font-family: Arial;
	 font-size: 16px;
	 line-height: 16px;
	 color: #990000;
	 font-weight: bold;
	 margin: 5px 0px 8px 0px;
	 padding: 0px;
	}
	
.tooltip div.describe 
	{
	 background: #fefefe;
	 height: auto;
	 color:#666666;
	 width: 100%;
	 padding: 0px 0px 10px 0px;
	 margin: 0px 0px 5px 0px;
	 border-bottom: 1px solid #cccccc;
	}

table.companies
	{
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
	}

table.companies tr td
	{
	 height: 18px;
	 padding: 0px 0px 0px 10px;
	 margin: 0px;
	 color: #000000;
	}
table.companies tr td.item
	{
	 background: url(../images/ul_sq_small_marker.gif) 4px -3px no-repeat;
	}
	
table.companies tr td a
	{
	 color:#990000;
	 font-weight:bold;
	 text-decoration: underline;
	}
	
