/* classes for tooltips */

.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
	/*width: 225px;
	height:180px;
    background: url('../img/block_mini_info.png') no-repeat;
	padding:25px; */
	font-size: 12px;
	z-index: 100;
	margin-left:25px;
	margin-top:-120px;
	
	}
.hovertip_target {
				 
}
 .hovertip_target:hover {
						text-decoration: none;
					  	cursor:point;
}

ul.hovertip li {
	display:inline;
	list-style:none;
}

ul.hovertip, div.hovertip {display:block}

.hovertip table { width: 280px; margin:0;}
.hovertip table  td { padding:3px;  border-color: #dedede;}

.block11 {width: 350px; text-align: left;}
.block11 .top { width:100%; height:15px; background: url(/img/block11_top2.png) no-repeat left; margin-right: 23px;}
.block11 .top .in { width:23px; height:19px; float:right; background: url(/img/block11_top_r.png) no-repeat;}
.block11 .bg_arrow_l {  background: url(/img/block11_left2.png) no-repeat left center;} 
.block11 .bg_right { background: url(/img/block11_right.png) repeat-y right;}
.block11 .content {  margin:0 13px 0 20px; padding: 5px 19px; text-align:left; background: #fff;}
.block11 .content p {margin:0;}
.block11 .content .caption { font-size:17px; font-family:Tahoma, Geneva, sans-serif; padding-bottom:10px;}
.block11 .content a.butt { background:url(/img/butt_yell.gif) no-repeat top left; }
.block11 .bottom { width:100%; height:16px; background: url(/img/block11_bottom2.png) no-repeat top left; margin-right:23px;}
.block11 .bottom in { width:23px; height:20px; float:right; background: url(/img/block11_bottom_r.png) no-repeat top ;}
.block11 ul {font-size:11px; padding:0 0 0 20px; margin:0;}
