/* QUICKFIND STYLES */
/* Document Version 1.3 */



#bubbleWrap {
	margin-left: 25px;
	width:700px;
	height: 70px;
	position:relative;
	z-index: 2; 
	background: #ffffff url(../../images/quickfind/gb/quickfind_bg.gif) left 0px no-repeat;
	}
	
	#bubbleWrap .bubbleTitle {
		height:25px; 
		overflow:hidden;
		}
	
		#bubbleWrap ul {
			margin:0;
			padding:0;
			list-style:none;
			}
		#bubbleWrap li {
			display:block;
			float:left;
			margin-right:20px;
			padding:0;
			}
		#bubbleWrap li.last { margin-right:0px }
/*		#bubbleWrap li a {
			}
*/

		
.bubbleTip {				/* javascript looks for all elements of this class */
	position: relative;		/* this line is necessary */
	}
/*	.bubbleTip a {
	}
*/
.trigger {					/* javascript looks for all elements of this class */
}





.popup {					/* javascript looks for all elements of this class */
	position: absolute;		/* this line is necessary */
	display: none;			/* this line is necessary, keeps the popup hidden if no JS available */
	width: 16em; 			/* as ems so that it's expandable with increased text size */
	height: auto;
	float: left;
	background: #000000 url(../../images/bubbletop_01.gif) left top no-repeat;  /* #303030 */
	padding: 20px 16px 12px 16px;
	text-align: left;
	color:#FFFFFF;
	}

	.wide {
		width: 21em;
		}
	.popup p {
		font-weight:bold;
		}
		
	.popup li a {
		color:#FFFFFF !important;
		font-weight:normal !important;
		text-decoration:none !important;
		padding:2px 5px 2px 0px;
		display: block;
		}
/*		.popup li a:focus {
			background:#006699 url("../../images/link_arrow_black.gif") 98% 50% no-repeat;
			}
*/		.popup li a:link {
			background-color:#000000; /* #303030 */
			}
		.popup li a:visited {
			background-color:#000000; /* #303030 */
			}
		.popup li a:hover {
			background:#006699 url("../../images/link_arrow_black.gif") 98% 50% no-repeat !important;
			}
		.popup li a:active {
			background:#006699 url("../../images/link_arrow_black.gif") 98% 50% no-repeat;
			}
			
	.popup ul {
		margin: 0 0 1em 0;
		list-style-type: none;
		font-size: 0.92em;
		padding: 0 0 0.4em 12px;
		}
	.popup li {
		float:none !important;
		list-style-type: none;
		background: url(../../images/link_arrow_grey.gif) 0 0.4em no-repeat;
		padding: 0 0 0.4em 12px !important;
		margin-right:0px !important;
		}

