.filter {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,209,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */

	border: 1px solid #D1D0D1;
	padding: 15px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.filter input#name {
	/*width: 200px;*/
	width: 286px;
    /*margin: 0 15px 0 0;*/
}

.filterLeft {
	float: left;
	margin-right: 13px;
    position: relative;
}

.filterLeft * {
	vertical-align: middle;
}

.filterRight {
	float: right;
	margin-top: -16px;
}

#priceMin, #priceMax {
	width: 50px;
}

select#cat {
	/*width: 200px;*/
	/*width: 255px;*/
	width: 375px;
}

select#brand {
	/*width: 100px;*/
	width: 210px;
}

.showButton {
	font-size: 10px !important;
	height: 12px !important;
	position: relative;
	top: 2px;
	margin-top: -5px;
}

.filterCheckboxes {
	#margin-top: -12px;
	margin-bottom: -9px;
}
.substrate {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	background: url(/images/ie.png) no-repeat left top;
	/*opacity: 0;*/
    position: absolute;
    top: 0;
    /*right: 0;
    bottom: 0;*/
    left: 0;
    cursor: pointer;
    z-index: 5;
}
.window-header {
    font-size: 21px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #ff7b1e;
    text-align: center;
}
.window-body {
    padding: 18px 0 26px 0;
	
    background: #fff;
}
.window-body.win-cat {
	padding: 3px 0 26px 0;
}
.window-body ul {
    /*padding: 42px 0 0 110px;*/
	padding: 0 0 0 110px;
    width: 420px;
	position: relative;
}
.window-body ul li {
    float: left;
    width: 210px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.window-body.win-cat ul li {
    width: auto;
    font-size: 14px;
	line-height: 20px;
	height: 20px;
    margin: 0 16px 0 0;
    text-decoration: underline;
}
.window-body ul li:first-of-type {
    position: absolute;
    top: -18px;
    left: 108px;
    width: 316px;
    height: 40px!important;
    line-height: 40px!important;
    text-decoration: underline;
    border-bottom: 1px solid #e9e9e9;
	
	display: none;
}
.window-body.win-cat ul li:first-of-type {
    width: 880px;
    left: 34px;
}
.window-body ul li:hover,
.window-body.win-cat ul li:hover {
	color: #eb690b;
	text-decoration: none;
}
.win-cat.window-body ul {
    /*padding: 42px 0 0 32px;*/
	padding: 0 0 0 32px;
    width: 898px;
}
.areaClean {
    background: url(/images/clean.png) no-repeat center #fff;
    position: absolute;
    z-index: 10;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 20px;
    cursor: pointer;
    display: none;
}
.areaClean.active {
    display: block;
}


/*.window-body.win-cat ul li[data-xmlid^='SECTION'] {*/
.window-body.win-cat ul li[data-xmlid^='G'] {
    float: none;
    clear: both;
    font-size: 15px;
    font-weight: bold;
	cursor: default;
	text-decoration: none;
	color: #3f3f3f;
    text-transform: uppercase;
	padding: 20px 0 10px 0;
}

input#title-filter-input {
    width: 286px;
    outline: none;
}
div#title-filter {
    float: right;
    margin: 0 0 0 4px;
}


.title-search-result tr td span.drop-a-style {
    display: block;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 18px;
    color: #52514f;
	cursor: pointer;
}
.title-search-result tr td span.drop-a-style:hover {
    background: #fa8a41;
    color: #fff;
}




















