.divHelp {
				position:absolute;
				background-color:#F3F7FA;
				background-image:url(../images/bg_bluebox.gif);
				background-repeat:repeat-x;
				border:1px solid #D2D7E4;
				top:0;
				left:0;
				padding:10px;
				display:none;
				margin-right:10px;
				color:#000;
				text-align:left;
				z-index:100;
			}
			.divHelpArrow {
				position:absolute;
				background:url(../images/arrow_facet_box_left.png) no-repeat center;
				top:0;
				left:0;
				width:20px;
				height:20px;
				display:none;
				z-index:101;
			}
			.divHelpClose {
				float:right;
				width:23px;
				height:20px;
				background:url(../images/close.gif) no-repeat center;
				cursor:pointer;
			}
			a.help:active, a.help:focus{
				outline:none;
			} 
			.divHelp h1, .divHelp h2, .divHelp h3 {
				color:#0a8cb0;
				font-size:1.5em;
				line-height:1;
				margin-bottom:1em;
			}
			.divHelp h1 {
				font-size:1.8em;
			}