#Filters {
	padding: 10px;
}

#Filters div.Scrollable-Window {
	width: 100%;
	height: 150px;
	overflow: auto;
	border: 1px solid #cccccc;
}

#Filters div.Scrollable-Window div {
	width: 88%;
}

#Filters ul {
	list-style: none;
	list-style-type: none;
}

#Filters li {
	text-align: left;
	padding: 0 0 10px 2px;
	border-bottom: 1px solid #999999;
}

#Filters li h2 {
	text-align: left;
	font-size: 1.0em;
	color: #666666;
}

#Filters li h3 {
	text-transform: uppercase;
	text-align: left;
	font-size: 0.9em;
	color: #666666;
	padding: 12px 0;
}

#Filters li h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

#Filters li h4.left {
	float: left;
	padding: 8px 0 0 0;
}

#Filters li h4.right {
	float: right;
	padding: 8px 0 0 0;
}

#Filters table {
	width: 100%;
	font-size: 0.7em;
	color: #666666;
}

#Filters table.Single-Column th {
	width: 15%;
}

#Filters table.Single-Column td {
	width: 85%;
}

#Filters table.Double-Column th {
	width: 15%;
}

#Filters table.Double-Column td {
	width: 35%;
}

.clear {
	clear: both;
}

/* Misc visuals
 ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Component containers
 ----------------------------------*/
.ui-widget-content {
	border: 1px solid #5d8bdd;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 1px solid #e78f08;
	background: #a1bceb;
	color: #ffffff;
	font-weight: bold;
}

.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
 ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	background: url(https://images.esellerpro.com/2515/images/objects/slider-handle.gif);
	font-weight: bold;
	color: #1c94c4;
	outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
	outline: none;
}

.ui-slider {
	position: relative;
	width: 98%;
	height: 6px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 15px;
	cursor: default;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.ui-slider-handle {
	top: -0.2em;
}

.ui-slider-range {
	top: 0;
	height: 6px;
}

.ui-slider-horizontal {
	top: 0;
	height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.2em;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.UseFilters td {
	color: #777777;
}

.UseFilters .hover {
	color: #000000;
	background-color: #eaeaea;
}