@CHARSET "UTF-8";

#productFilter {
	position: relative; 
	width: 509px;
	display: block; 
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}
.filterOption { float: left; margin-left: 4px; margin-top: 5px; }
.filterOption h4, .filterResultCounter h4 { padding: 0; margin: 0; }
.clearboth { clear: both; height: 0px; font-size: 0px; }
#amount { border:0; color:#f6931f; font-weight:bold; background-color: none; background: transparent; margin-bottom: 5px; }
#slider { width: 200px; }
.leftpaddedMsg { float: left; padding-left: 5px; padding-right: 7px; }
.show_filter_results_btn, .reset_filter_results_btn { float: left; padding: 5px; }
.filterResultCounter { float: left; width: 100%;}
.paddedButton { margin-top: 6px; margin-left: 10px; margin-right: 5px; }
.sortInputs { margin-left:4px; margin-top: 6px;}
.notPadd { margin-left: 0px; }

.twoCols {
	float: left;
	width: 50%;
	display: block;	
}

.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(img/dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(img/dropdown_hover.png);
	border-color: #5794bf;
}

.ui-dropdownchecklist-text {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item {

}

.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}
.ui-dropdownchecklist-dropcontainer-wrapper { z-index: 10; }
.ui-dropdownchecklist-wrapper { margin-right: 4px !important; }

#processing_overlay {
	position: absolute;
	z-index: 99998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity=50);
	cursor:wait;
}						

#processing_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #669900;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#processing_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	background-color:#669900;
	color: #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#processing_content {
	text-align: center;
	padding: 1em 1.75em;
	margin: 0em;
}

#processing_message {
	text-align:center;
	vertical-align:middle;
}