@charset "UTF-8";


/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */

.iframeTooltip{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}


.ab_toolTip_wrapper .ab_toolTip_container{   
    width:398px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg/bg_tooltip_top.gif) no-repeat left top;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90; 
	padding-top: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}

.ab_toolTip_wrapper .ab_toolTip_inner{
	width:398px;
	margin: 0;
	padding:0;
	background-color:#999;
	background: url(../images/bg/bg_tooltip_tile.gif) repeat-y;
	padding-bottom: 5px;
}

.images-off .ab_toolTip_wrapper .ab_toolTip_inner{
	width:398px;
	margin: 0;
	padding:0;
	background-color:#6B6258;
	padding-bottom: 5px;
}

.ab_toolTip_wrapper .ab_toolTip_inner p{
	padding:5px 15px;
	font-size:11px;
	line-height:17px;
}

.ab_toolTip_wrapper .ab_toolTip_bottomBubble{   
    padding: 10px;
	background: url(../images/bg/bg_tooltip_bottomBubble.gif) no-repeat left bottom;
}


.ab_toolTip_wrapper_v2 .ab_toolTip_container{   
    width:423px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg/bg_tooltip_topBubble.gif) no-repeat left top;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90; 
	padding-top: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}

.ab_toolTip_wrapper_v2 .ab_toolTip_inner{
	width:423px;
	margin: 0;
	padding:0;
	margin-left: 25px;
	background-color:#999;
	background: url(../images/bg/bg_tooltip_tile.gif) repeat-y;
}

.images-off .ab_toolTip_wrapper_v2 .ab_toolTip_inner{
	width:423px;
	margin: 0;
	padding:0;
	margin-left: 25px;
	background-color:#6B6258;
	
}

.ab_toolTip_wrapper_v2 .ab_toolTip_inner p{
	padding:0 40px 5px 15px;
	font-size:11px;
	line-height:17px;

}

.ab_toolTip_wrapper_v2 .ab_toolTip_bottomBubble{   
    padding: 10px;
	background: url(../images/bg/bg_tooltip_bottom.gif) no-repeat left bottom;
}


#ab_toolTip_block .ab_toolTip_inner{
	padding:0 15px 10px 15px;
	width:368px;
}



#ab_toolTip_block .ab_toolTip_inner ol.seeServices{
	margin: 10px 0 0 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	
}

/*______________________________________________________________________________
                                  small tooltip and message for options ballon*/


#ab_toolTip_block_pf .ab_toolTip_inner{
	padding:0 15px 5px 15px;
	width:268px;
}  

#ab_toolTip_block_pf .ab_toolTip_container_pf{   
   /* width:192px;*/
   clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg/bg_tooltip_pfLeft.gif) no-repeat left top;
	-moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90; 
	margin: 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
	font-size:11px;
	text-align:center;
	height:24px;
	display: block;
    float: left;
	padding-left:4px;
}




#ab_toolTip_block_pf .ab_toolTip_container_pf  p{
	
	background: url(../images/bg/bg_tooltip_pfRight.gif) no-repeat top right;
	display: block;
	padding: 5px 5px 5px 0;
	text-align:center;
	color:#fff;
}

.images-off #ab_toolTip_block_pf .ab_toolTip_container_pf  p{
	background-color:#6B6258;
	display: block;
	padding: 5px 5px 5px 0;
	text-align:center;
	color:#fff;
}


#ab_toolTip_block_opts{
	padding:0;
}

.bg_ballonMessage{
	background:url(../images/bg/bg_compareTool_Message.gif) no-repeat left top;
	width:298px;
	height:125px;
    -moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90;
}

.images-off .bg_ballonMessage{
	background-color:#6B6258;
	width:298px;
	height:125px;
   
}

.bg_ballonError{
	background:url(../images/bg/bg_compareTool_Error.gif) no-repeat left top;
	width:298px;
	height:125px;
    -moz-opacity:.90; 
	filter:alpha(opacity=90); 
	opacity:.90;
}


.images-off .bg_ballonError{
	background-color:#CE7317;
	width:298px;
}



#inner_block_opts{
	padding:5px 15px 5px 20px;
	font-size:11px;
	line-height:17px;
	width:260px;
	color:#fff;
	text-align:left;
	
}

#ab_toolTip_block_opts  h2{
	font-weight:normal;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	background:url(../images/common/hr_tooltipHeader.gif) repeat-x left bottom;
	margin:10px 25px 5px 20px;
	display:blosk;
	padding-bottom:5px;
	text-align:left;
}



