#filters {
	z-index: 20;
	padding: 10px 0 40px 0;
	background: #f3f3f3;
	padding: 10px;
	color: black;
	font: 11px Arial;
	text-align: center;
	vertical-align:top;
}

#filters select {
	margin: 0 0 0 6px;
	
}

#filters table {

	margin:0 auto;
	position:relative;
	margin-bottom:12px;
}


#filters input.text {
	border: #aaaaaa 1px solid;
	font: 11px Arial;
	color: black;
	padding: 2px;
	width: 50px;
}


#category_select {
	margin: 0 0 16px 0;
	position:relative;
	font: 11px Arial;
	color: black;
}

#filterbyParams {
	position:relative;
	margin: 0 auto;
	width: 350px;
	text-align: left;

}

.FilterSubmitBtn {
	background: url(../gfx/layout/button_buy.gif) no-repeat top left;
	color: #f1f1f1;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: 60px;
	padding: 2px 0 4px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.OptName {
	padding: 3px 11px 3px 2px;
	float: left;
	font: 11px Arial;
	width: 149px;
	border: 0;
	margin: 0 9px 7px 0; 

}
.noborder {
	border: 0;
}

.OptVal {
	display: none;
	position: absolute;
	background: #eeeeee;
	z-index: 21;
	padding: 12px 8px 12px 8px;
	border: #dddddd 1px solid;
	font: 11px Arial;
	color: black;
	filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
}


.vis {
	display: block;
}


.OptName span {
	cursor: pointer;
	display: block;
	white-space: nowrap;
	margin:0;
}

.OptName span b {
	font-weight: normal;
	margin:0;

}

.OptName span img {
	display: none;
	margin: 0;
}



.OptName span.active {
	padding: 0;
	color: #387c9b;
	background: none;

}

.OptName span.active img {
	display: inline;
	position: relative;
	margin: 0;
	padding:0;
	float: left;
}



.OptName span.active b {
	position: relative;
	top: -8px;
	left: -5px;
}

.OptName span.active b {
	top: 0;
}

.OptName span.clicked {
	background: url(../gfx/layout/filter_active.gif) no-repeat center left;
	padding: 0 0 0 11px;
	color: #387c9b;
	
}

.OptName span.clicked b {
	position: relative;
	top: 0;
	left: 0;
}

.OptName span.clicked img {
	display: none;
}






#filters_order {
	color: black;
	background: #eeeeee;
	font: 11px Arial;
	padding: 3px 3px 3px 12px;
	position: relative;
	margin: 0 0 16px 0;
	
}
#filters_order table {
	width:100%;
}
#filters_order td {
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	height: 23px;
}
#filters_order td#fo1 {
	width: 90px;
}
#filters_order td#fo2 {
	text-align:center;
}
#filters_order td#fo3 {
	width: 80px;
}

#filters_order td#fo2 a {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	position: relative;
	margin: 0 9px 0 9px;
	cursor: pointer;
}

#filters_order td#fo2 a:hover,
#filters_order td#fo2 a.active {
	text-decoration: underline;
}

#filters_order a.sort_down {
	width: 16px;
	height: 16px;
	display: block;
	margin: 1px 3px 0 3px;
	float: left;
	cursor: pointer;
	background: url(../gfx/global/sort_down.gif) no-repeat 0 1px;
}

#filters_order a.sort_up {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 3px 0 3px;
	background: url(../gfx/global/sort_up.gif) no-repeat 0 0;
}

#filters_order a.sort_remove {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 2px 36px 0 3px;
	background: url(../gfx/sport/remove.gif) no-repeat 0 0;
}


#filters .checkbox_list {
	width: 136px;
}

#filters label {
	display: block;
	padding: 0;
}

#filters .text {
	margin: 0 3px 0 5px;
}

#filters label span {
	right: 5px;
	left: 5px;
	position: relative;
	padding: 1px 0 0 0;
}