/* -------------------------------------------------------------
 *	DEVICE-FILTER
 *
 *  This style sheet manages styles for the device selection filter and price range slider.
 *  These styles can be overloaded with styles for sections or pages.
 * -------------------------------------------------------------
 */
.search-bar-wrapper
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}

.search-bar
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.search-bar-bottom
{
	background-image: url(/images/backgrounds/bkgd-shop-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	font-size: 1px; /* for IE6 */
}

.search-bar-header
{
	padding: 10px;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
	font-weight: bold;
}

.search-bar-subheader, .search-bar-checkboxes, .search-bar-content
{
	padding: 5px 0px 5px 20px;
}

.search-bar-subheader, .search-bar-subheader-slider
{
	padding: 15px 0px 0px 20px;
	font-weight: bold;
	font-size: .825em; /* Equivalent for 11pt at 96 ppi - (11/12) * .9 = .825em */
}

.search-bar-checkboxes li
{
	padding: 6px 0px;
}

.search-bar-checkboxes input
{
	margin: 0 5px 0 0;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.search-bar-checkbox-image {
	width: 30px;
	float: left;
	display: inline; /* IE6 double margin hack */
	padding-right: 10px;
	text-align: right;
}
.search-bar-checkboxes label {
	font-size: .75em;
	margin: 0;
}

.search-bar-checkboxes label.active {
	font-weight:bold;
}

.search-bar-clear-filters {
	padding: 0 0 10px 25px;
}

/** search bar slider **/
.search-bar-content-slider
{
	width: 120px;
	font-size: .75em;
}

.search-bar-slider-price-min, .search-bar-slider-price-max
{
	font-size: 1.05em;
	margin-top: 6px;
}

.search-bar-slider-price-min
{
	float: left;
	display: inline; /* IE6 double margin bug hack */
}

.search-bar-slider-price-max
{
	float: right;
	display: inline; /* IE6 double margin bug hack */
}

#slider-range {
	height: 0.4em;
	margin-left: -0.2em;
}

.ui-slider .ui-slider-handle {
	background-color: #699b24 !important;
	background-image: none !important;
	width: 0.4em !important;
	margin-left: -0.1em !important;
	top: -0.4em !important;
}

.ui-slider a.ui-corner-all {
	border-style: none;
	border-width: 0; /* for IE */
}
/* Zip input styles */

.search-bar-zip-wrapper {
}

.search-bar-zip-text {
	font-size: 0.8em;
	padding: 0 8px 15px 5px;
}

.search-bar-zip-button {
	float: right;
	display: inline;
	margin-right: 15px;
}

.search-bar-zip-input {
	background: url(/images/backgrounds/bkgd-zip-natl-field-left.png) no-repeat;
	border-style: none !important;
	border-width: 0 !important;
	height: 14px;
	padding: 5px !important;
	width: 145px;
	float: left;
	display: inline; /* IE6 double margin hack */
}

.collapsable-filter-trigger {
	display: block;
	float: right; 
	width: 24px; 
	text-align: right; 
	margin-right: 1em;
	font-size: 0.825em;
	color: #333;
	font-weight: normal;
}

