/* 
    Document   : hotlist
    Created on : Nov 15, 2009, 4:12:12 PM
    Author     : teguhkukuh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.banner { height: 85px; background-image:url('../images/meridian3.gif');
        background-repeat:no-repeat;
        width: 300px; padding-top: 5px;
        padding:20px
    }
.service{
    color:#5bcc10;font-size:11px; font-weight:bold;
}
.serviceh a:hover{
    color:blue;
    

    cursor:pointer;

     
}
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}

.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

.banner li{
    list-style:inside;
}

