@charset "utf-8";

.quickSearch {
	position: static;
	clear: both;
	width: auto;
	height: 50px;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;

	background-color: #e2e2e2;
}
	.quickSearch h3 {
		float: left;
		height: 14px;
		margin: 0;
		padding: 6px 8px 6px 10px;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
	}
	.quickSearch p.leadcopy {
		float: left;
		height: 14px;
		margin: 0;
		padding: 6px 0 6px 12px;
		font-size: 12px;
		line-height: 14px;
	}
	.quickSearch ul#qs-parent {
		clear: both;
		margin-bottom: 0;
		padding: 0 0 0 0;
		height: 24px;
		background-color: #f2f2f2;
	}
		.quickSearch ul#qs-parent li {
			float: left;
			height: 18px;
			font-size: 12px;
			line-height: 14px;
			margin: 0 10px 0 0;
			padding: 4px 4px 5px 0;
		}
			.quickSearch ul#qs-parent li a {

				height: 14px;
				margin: 0 0 3px;
				padding: 0 14px 0 10px;

				font-size: 12px;
				line-height: 14px;
				text-decoration: none;
				background-image: url(../images/quickSearch_li_point.gif);
				background-repeat: no-repeat;
				background-position: right center;
			}		
		.quickSearch ul#qs-parent li.actv {
			background-color: #000;
		}
			.quickSearch ul#qs-parent li.actv a {
				color: #fff;
				background-image: url(../images/quickSearch_li_point_actv.gif);
			}


	#qs-child-wrapper {
		position: relative;
		width: 940px;
		height: 0;
		margin: 0 0 0;
		padding: 0;
		font-size: 1px;
		line-height: 1px;
	}

	div#qs-child {
		display: none;
		position: absolute;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		margin: -1px 0 0 0;
		padding: 0 4px 4px;
		border: 2px solid #000;
		background-color: #fff;
	}
		div#qs-child div.child {
			display: none;
		}
		div#qs-child ul {
			float: left;
			width: 100px;
			height: auto;
			margin: 0;
			padding: 0;
			background-color: #fff;
		}
			div#qs-child li {
				width: 100px;
				height: auto;
				margin: 0;
				padding: 4px 4px 4px 12px;
				font-size: 10px;
				line-height: 12px;
				background-image: url(../images/qs-child_li_point.gif);
				background-repeat: no-repeat;
				background-position: left top;			
			}
			
			#qs-close {
				position: absolute;
				display: block;
				right: 0;
				top: 0;
				height: 12px;
				margin: 0;
				padding: 3px 3px 5px 20px;
				color: #eee;
				font-size: 10px;
				line-height: 12px;
				text-decoration: none;
				background-color: #222;
				background-image: url(../images/qs-close.gif) ;
				background-repeat: no-repeat;
				background-position: 5px center;			
				cursor: pointer;
			}
			#qs-close:hover {
				color: #999;
			}


