
/** 
 * @description Best of Answers: Homepage module that the Editorial team uses to surface 
 *              good and promotional content
 * @namespace #boa
 * @see /css/k-search-blue-styles #899 for ft-action-area
 */
#boa { position: relative; width:510px; margin-bottom:10px; height:13.5em; overflow: hidden;
	background: url(OneClick/boamod_mid.gif); }
#boa-top { position: absolute; left:0; top:0; width:510px; height:28px; 
	background: url(OneClick/boamod_top.gif); }
#boa-lshade { position:absolute; z-index:15; width:5px; height:160px; top:28px; left:0; background-color:#fff; 
	background: url(OneClick/boamod_mid.gif) repeat-y 0px 0px; }
#boa-rshade { position: absolute; z-index: 15; width: 10px; height: 160px; top: 28px; right: 0px; 
	background-color: #fff; background: url(OneClick/boamod_mid.gif) repeat-y; 
	background-position: -510px 0px; _background-position: -510px 0px; }
#boa-content { position: absolute; top:24px; left:15px; width:455px; height:10em; 
	margin-top:5px; overflow:visible; z-index:1; }
#boa-top h1 { border:0; margin:0; padding:0; font-size:110%; position:absolute; left:15px; top:5px;}
#boa-bottom { position: absolute;left:0; bottom: 0px; height: 28px; width: 510px; /**z-index:0!important; */
	background: url(OneClick/boamod_btm.gif); }
#boa-controls { position: absolute; bottom: 10px; right: 8px; z-index: 20; }
#boa-controls img { margin: 0px 0px; width: 16px; height: 16px; border: 0px; }
#boa-controls #ctrl-prev { background: url(OneClick/revarrow2.gif) no-repeat; }
#boa-controls #ctrl-prev:hover { background: url(OneClick/revarrow_hover.gif) no-repeat; }
#boa-controls #ctrl-next { background: url(OneClick/fwdarrow2.gif) no-repeat; }
#boa-controls #ctrl-next:hover { background: url(OneClick/fwdarrow_hover.gif) no-repeat; }
#boa-controls .pause { background: url(OneClick/pause2.gif) no-repeat; }
#boa-controls .pause:hover { background: url(OneClick/pause_hover.gif) no-repeat; }
#boa-controls .play { background: url(OneClick/play.gif) no-repeat; }
#boa-controls .play:hover { background: url(OneClick/play_hover.gif) no-repeat; }
#boa-progress { position:absolute; top:5px; right:10px; }
#boa-progress ul { margin:0;  }
#boa-progress ul li {display:inline;list-style:none;cursor:hand;}
#boa-progress ul li .spacer { width:8px; height:8px; border:1px #999 solid; margin-left:3px; background-color:#fff; }
#boa-progress ul li.active .spacer { background-color: #ccc; }
/* footer content */
#boa .ft-content { position:absolute; top:0; left:0; *z-index:5; width: 455px; background-color: #fff; height: 10em; }
/** @author walter punsapy (wally yahoo-inc com)
 *  @modified udi falkson (udif yahoo-inc com)
 */

/*Set font defaults*/
body { color: #666; font-family: arial,san-serif; cursor:default; }

/* base HTML elements*/
a:hover img, a img:hover {background:none;}
.FAQText
{
	font-family:Arial;font-size:12px;text-decoration:none;text-align:justify;line-height:25px;
}