@charset "iso-8859-1";
/* Extended-Search */
	#divExtendedSearchContainer {
		position:absolute;
		z-index:100;
		top:68px;
		left:0px;
		width:806px;
		height:347px;
		visibility:hidden;
	}
	#divExtendedSearch {
		width:800px;
		height:340px;
		border:1px solid #999999;
		background-color:#f1f1f1;
		background-image:url(/img/extendedSearchTopBg.gif);
		background-repeat:repeat-x;
	}
	#divExtendedSearchHeader {
		background-image:url(/img/extendedSearchArrow.gif);
		background-repeat:no-repeat;
		background-position:8px 13px;
		border-bottom:1px solid #999999;
		height:32px;
	}
	#divExtendedSearchHeader h3 {
		margin:0px;
		padding:0px;
		margin-top:5px;
		padding-left:25px;
		float:left;
		font-size:18px;
		font-weight:bold;
	}
	#divExtendedSearchHeader p {
		margin-top:8px;
		padding-right:15px;
		float:right;
	}
	#divExtendedSearchHeader p a {
		text-decoration:none;
	}
	#divExtendedSearchHeader img {
		vertical-align:text-top;
	}
	#divExtendedSearchBody {
		padding-left:7px;
	}
	#divExtendedSearchBody div.spacer {
		height:10px;
		line-height:1px;
		font-size:1px;
	}
	#divExtendedSearchBody div.indent {
		padding-left:9px;
	}
	#divExtendedSearchBody div.line {
		margin-top:12px;
		border-bottom:1px dotted #b6b6b6;
		margin-bottom:8px;
	}
	#divExtendedSearchBody h4 {
		font-size:16px;
		margin:0px;
		margin-bottom:3px;
		padding:0px;
	}
	#divExtendedSearchBody fieldset {
		margin:0px;
		margin-top:12px;
		padding:0px;
		padding-left:8px;
		padding-right:21px;
		border:0px;
		float:left;
		border-right:1px dotted #b6b6b6;
		height:288px;
	}
	#divExtendedSearchBody fieldset.first {
		width:230px;
	}
	#divExtendedSearchBody fieldset.second {
		width:245px;
	}
	#divExtendedSearchBody fieldset.third {
		width:230px;
	}
	#divExtendedSearchBody fieldset td {
		vertical-align:middle;
		white-space:nowrap;
	}
	#divExtendedSearchBody fieldset.first table input {
		border:0px;
		margin-top:2px;
		margin-bottom:2px;
		background-image:none;
	}
	#divExtendedSearchBody fieldset.third {
		border-right:none;
		padding-right:12px;
	}
	#divExtendedSearchBody fieldset.third input {
		border:0px;
		margin-top:2px;
		margin-bottom:2px;
	}
	#divExtendedSearchBody fieldset.third .greyBox {
		margin-top:15px;
	}
	#divExtendedSearchBody fieldset.third .greyBox td {
		vertical-align:top;
	}
	#divExtendedSearchColors {
		background-image:url(/img/extendedSearchBgColors.gif);
		background-repeat:no-repeat;
		width:245px;
		height:69px;
	}
	#divExtendedSearchColors div {
		padding-left:25px;
		padding-top:12px;
	}
	#divExtendedSearchColors td {
		text-align:center;
		width:26px;
	}
	#divExtendedSearchColors div input {
		margin:0px;
		padding:0px;
		margin-top:3px;
		border:0px;
	}
	#tblToggleExtendedSearch input {
		margin-top:1px;
	}

