
.tooltip .roundcont { 
	
 display:none; 
position:absolute;
border-spacing:0px;
border:0px;
margin:0px;
padding:0px;
text-align:left; 
z-index:5;
	
}

.tooltip .rounddet { 
	

 width:200px; 
background:#f90;


text-align:left; 
z-index:5;
font-size:10px;
}


.tooltip .rounddet ul {

padding-left:15px;
}





.tooltip .roundtopleft { 
	background: url(pics/tl.gif) no-repeat;

width:15px;
height:15px;
}

.tooltip .roundtopright { 
	background: url(pics/tr.gif) no-repeat; 

width:15px;
height:15px;
}

.tooltip .roundbottomleft {
	background: url(pics/bl.gif) no-repeat; 

width:15px;
height:15px;
}

.tooltip .roundbottomright {
	background: url(pics/br.gif) no-repeat; 

width:15px;
height:15px;
}

.tooltip .top {
border-top:1px solid #000;
background:#f90;
font-size:5px
}

.tooltip .left {
border-left:1px solid #000;
background:#f90;
font-size:5px
}

.tooltip .bottom {
border-bottom:1px solid #000;
background:#f90;
font-size:5px
}

.tooltip .right {
border-right:1px solid #000;
background:#f90;
font-size:5px
}