/** search **/

#sidebar {
	float:right;
	width:275px;
	padding: 20px 5px 1em 0;
	z-index: 0;
}

#loader {
	position: relative;
	width: 200px;
	margin: 1em auto;
	padding-bottom:400px;
	text-align:center;
	font: normal 11px/18px Arial,sans-serif !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #003280;
}

#material-options .title { cursor: pointer; }
#feature-options .title { cursor: pointer; }
#detail-options .title { cursor: pointer; }

#sidebar form {
	position: relative;
	margin: 5px 0 0;
	background: #d1dbe4;
	padding:1px;
}
#sidebar form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#sidebar form legend {
	font-weight: bold;
}
#sidebar form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar form ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	overflow:hidden;
}
#sidebar form dl {
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #fff;
/*	border:1px solid #d6dfe6;*/
}
#sidebar form dl dd {
	margin: 0 0 1px 0;
	padding: 5px;
	color: #070707;
}
#sidebar form div.title {
	display: block;
	background: #1d3758;
	color: #fff;
	border-bottom: 2px solid #8893a3;
	padding: 3px 5px 0;
	font:  bold 1em Arial,sans-serif;
	letter-spacing: -1px;
}
#sidebar form div.toggle {
	background: #1d3758 url('../images/shared/toggle.gif') no-repeat 246px 0px;
	cursor: pointer;
}

#sidebar form div.popup {
	background: #456a99 url('../images/shared/popup_info.gif') no-repeat 220px 0px;
	cursor: pointer;
}

#sidebar form a.popuplink {
	text-decoration:none;
}

#sidebar form a.infolink {
	background: transparent url('../images/shared/new_window.gif') no-repeat right center;
	text-decoration:none;
	font-size: 12px;
	margin-bottom:10px;
	padding-right: 18px;
	color: #555;
	white-space:nowrap;
	cursor: pointer;
}




#sidebar form label {
	width: 160px;
	white-space:nowrap;
	margin-right: 3px;
	font: normal 11px Arial,sans-serif;
	color: #555;
}
#sidebar form em {
	font-size: 10px;
}
#sidebar form input,
#sidebar form select {
	font-size: 10px;
	vertical-align:middle;
}
#sidebar form select.full {
	width: 100%;
}
#sidebar form label.fixed {
	display: inline-block;
	padding: 0 5px 0 0;
	width: 85px;
}
#sidebar form fieldset.radio {
	margin: 4px 0 0;
	padding: 0;
}
#sidebar form fieldset.radio br {

}
#sidebar form fieldset.radio label {

}
#sidebar form fieldset.radio select {
	width: 50px;
	margin-right: 3px;
}
#sidebar form .buttonset {
	padding: 5px;
	text-align: center;
}
#material-options select {
	width: 90%;
}
#search-result-count {
	padding: 5px;
	text-align: center;
	color: #070707;
}

