#usermodule3 div.moduletable #contentlist{
	padding:0px;
}
#usermodule3  div#contentlist ul{
	padding-top:0px;
	padding-bottom:0px;

}
div#usermodule3 div.moduletable h3{
	padding:0px 5px 0px 15px;
	font-size:14px;
	font-weight:bold;
	color:#518E05;
	

}
#usermodule3 div#contentlist a.titlelink{
	font-size:11px;
	color:#000;
}
#usermodule3 div#contentlist a:hover{
	color:#0099FF;
	background:#EEEEEE;
}
#usermodule3 div#contentlist a:active{
	color:#333;
}
#usermodule3 div#contentlist span.htitle{
	padding:0px 20px;
	color:#666;



}

.nifty{
margin: 0 10%;
background: #EEEEEE;
width:18%;
float:right;

}

b.rtop, b.rbottom{
display:block;
background: #FFF;
}

b.rtop b, b.rbottom b{
display:block;
height: 1px;
overflow: hidden; 
background: #EEEEEE;
}

b.r1{
margin: 0 5px;
}

b.r2{
margin: 0 3px;
}
b.r3{
margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4{
margin: 0 1px;
height: 2px
}


/*tooltip 1*/
* {
		font-family:"MS Sans Serif",Tahoma, Arial Narrow, Helvetica, Arial, sans-serif;
	}
a:hover {
	/*background:#ffffff;*/
	text-decoration:none;
	} /*BG color is a must for IE6*/
a.tooltip span {
	display:none; padding:2px 3px; margin-left:8px; width:130px;
	}
a.tooltip:hover span{
	display:inline; position:absolute;
	border:1px solid #cccccc;
	background:#ffffff; 
	color:#6c6c6c;
	}

/*tooltip 2*/



/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
   
/*	font-weight:bold;*/
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{

z-index:25;

background:none;

}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 80px 0;
    background: url(../images/bubble.gif) no-repeat top;
	
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
ul li.boolet{
	background:url(../images/bullet-5.png) no-repeat 0 2px;
} 