<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#filtered-search-results {
    /*border: 1px solid #dedee0;*/
	float: left;
    position: relative;
    width: 553px;
} * html #filtered-search-results { w\idth: 555px; width: 553px; }


#filtered-search-results #paginator {
    border-left: 1px solid #DEDEE0;
    border-right: 1px solid #DEDEE0;
    border-bottom: 1px solid #DEDEE0;
}

div#filtered-search-results a#media-next {
    left: 520px;
}

ul#filtered-product-list {
    margin: 0;
    padding: 0;
}

ul#filtered-product-list,
ul#filtered-product-list li {
    float: left;
}

#filtered-product-list li {
    width: 110px;
	line-height: 14px;
    height: 180px;
    vertical-align: middle;
    overflow: hidden;
}
#filtered-product-list li.bottom-border-false {
    border-bottom: 1px solid #FFFFFF;
}
#filtered-product-list li.bottom-border-true {
    border-bottom: 1px solid #DEDEE0;
}

#filtered-product-list li div {
    text-align: center;

}

#filtered-product-list li div img {
    max-width: 110px; /* this is only good for development, the real images are probably going to be the right size */
}

/* This restricts "viewport" of non-scene7 image should max-width not work correctly. */
div#filtered-product-list li div.restrict-dimensions {
	width: 110px;
	height: 90px;
	overflow: hidden;
}

#filtered-search-form {
}

#filtered-search-form label {
    display: inline;
    cursor: pointer;
    white-space: nowrap;
}

#filtered-search-form dt {
    font-weight: normal;
    clear: left;
}

#filtered-search-form dt.filter-reset {
    display: none;
}

#filtered-search-form.show-reset dt.filter-reset {
    display: block;
}

#paginator a {
    color: #555555;
    padding-right: 5px;
}

#paginator a:link, #paginator a:visited {
    color: #555555;
}

#paginator a.page-current, #paginator a.page-current:link, #paginator a.page-current:visited {
    color: #257fba;
}


/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	/*background: #ffffff url(../images/filtered_search/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;*/
    background: #ffffff url(../images/filtered_search/slider-background.gif) 0% 50% repeat-x;
	/*border: 1px solid #aaaaaa;*/
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	/*top: -3px;*/
    top: 0px;
	width: 10px;
	height: 10px;
	/*background: #e6e6e6 url(../images/filtered_search/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;*/
    background: transparent url(../images/filtered_search/slider-handle.png) 0 50% no-repeat;
	/*border: 1px solid #d3d3d3;*/
}

.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	/*background: #dadada url(../images/filtered_search/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;*/
	position: absolute;
	/*border: 1px solid #d3d3d3;*/
	border:0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}

.slider-labels {
    margin: 0; padding: 0; list-style-type: none;
    margin-top: 5px;
    width: 100%;
    clear: left;
    line-height: normal;
}

.slider-labels,
.slider-labels li {
    float: left;
}

li.filtered {
    display: none;
}

dd.become-slider ol.slider-labels {
    padding-bottom: 10px;
}

span.checkbox-replacement {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: transparent url(../images/filtered_search/checkbox-replacement-unchecked.png) 0 0 no-repeat;
}


span.checkbox-replacement.checked {
    background: transparent url(../images/filtered_search/checkbox-replacement-checked.png) 0 0 no-repeat;
}
span.checkbox-replacement.disabled {
    background: transparent url(../images/filtered_search/checkbox-replacement-CBCBCB.png) 0 0 no-repeat;
}

div.no-matching-items {
    margin: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}</pre></body></html>