.filter {
	position: relative;
	z-index: 4;
	margin-top: 1px;
	background-color: #fff;
}

.filter .selectors {
	position: relative;
	z-index: 3;
	height: 44px;
	margin: 0 20px;	
}

.filter .selectors td {
	position: relative;
	z-index: 2;
}

.filter .selectors td a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	margin: 12px 36px 0 15px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0 0;
	background: url(arrow_down_medium.gif) no-repeat right;
	text-decoration: none;
}

.filter .selectors td a.disabled {
	color: #e9e9e9;
	background-image: url(arrow_down_medium_gray.gif);
	cursor: default;
}

.filter .selectors td a.first {
	margin-left: 0px;
}

.filter .selectors td a.last {
	margin-right: 0;
}

.filter .selectors td .wrapList {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

.filter .selectors td .list {
	display: none;
	position: absolute;
	z-index: 10;
	top: 7px;
	left: 0;
	width: 270px;
}

.filter .selectors td .listDouble {
	width: 300px;
}

.filter .selectors td .firstList {
	left: -15px;
}

.filter .selectors td .list .listName {
	position: absolute;
	z-index: 101;
	top: 0;
	display: inline-block;
	line-height: 20px;
	height: 25px;
	border: 1px solid #d1d1d1;
	border-bottom: none;
	background-color: #fff;
}

.filter .selectors td .noContent .listName {
	border: 1px solid #d1d1d1;
}

.filter .selectors td .list .listName a {
	margin: 4px 10px 0 14px;
}

.filter .selectors td .list .listShadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 6px;
	height: 100%;
	width: 100%;
	background: url(shadow.png);
}

.filter .selectors td .list .nameShadow {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: -7px;
	height: 14px;
	width: 6px;
	background: url(shadow.png);
}

.filter .selectors td .list .nameShadow2 {
	display: none;
}

.filter .selectors td .noContent .nameShadow {
	height: 16px;
}

.filter .selectors td .noContent .nameShadow2 {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -7px;
	left: 7px;
	height: 6px;
	width: 100%;
	background: url(shadow.png);
}

.filter .selectors td .list .listContent {
	display: none;
	position: relative;
	z-index: 100;
	top: 25px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	text-align: left;
	padding: 10px 0 10px 0;
}

.filter .selectors td .list .listContent .content {
	margin: 15px 15px 15px 30px;
	max-height: 200px;
	overflow: auto;
}

.filter .selectors td .listDouble .listContent .content {
	margin: 0;
	max-height: 500px;
	overflow: hidden;
}

.filter .tabButtons {
	height: 30px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10px;
}

.filter .tabButtons .tabButton {
	position: relative;
	float: left;
	width: 140px;
	height: 30px;
	text-align: center;
}

.filter .tabButtons .tabButton span {
	cursor: pointer;
	padding: 5px;
	line-height: 24px;
}

.filter .tabButtons .tabButton b {
	display: none;
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(arrow_down_gray_white.gif) no-repeat center top;
}

.filter .tabButtons .active span {
	background-color: #790000;
	color: #fff;
}

.filter .tabButtons .active b {
	display: block;
}

.filter .tabContent .items {
	margin: 0 0 0 20px;
	overflow: auto;
	height: 450px;
}

.filter .tabContent .items b {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.filter .tabContent .items i {
	font-style: normal;
	font-size: 12px;
	cursor: pointer;
	line-height: 20px;
	cursor: pointer;
}

.filter .tabContent .letters {
	float: right;
	width: 50px;
	text-align: center;
}

.filter .tabContent .letters div {
	cursor: pointer;
	line-height: 17px;
}

.filter .tabContent .letters div.none {
	color: #707070;
	cursor: default;
}

.filter .selectors td .list .listContent a {
	display: inline-block;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	background: none;
}

.filter .selectors td .list .listContent a:hover {
	text-decoration: underline;
}

.filter .selectors .arrowDownGray {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: -11px;
	height: 11px;
	width: 100%;
	background: url(arrow_down_gray_white.gif) no-repeat center;
}

.filter .selected {
	display: none;
	position: relative;
	margin: 0 20px;
	min-height: 44px;
	overflow: hidden;
	color: #707070;
	border-top: 1px solid #d1d1d1;
}

.filter .selected .selector {
	float: left;
	height: 44px;
	line-height: 44px;
	margin-right: 30px;
}

.filter .selected .selector b {
	font-weight: bold;
	color: #000;
}

.filter .selected .selector a {
	padding-right: 10px;
	background: url(close.gif) right 2px no-repeat;
}

.filter .selected .selector a:hover {
	text-decoration: none;
}

.filter .selected .clearAll {
	float: left;
	height: 20px;
	width: 76px;
	margin: 11px 0;
	background: url(btn_clear_all.gif) center center no-repeat;
	cursor: pointer;
}

.catalog {
	position: relative;
	margin-top: 1px;
	margin-bottom: 30px;
	z-index: 3;
}

.catalog .item, .productLine .item {
	position: relative;
	height: 150px;
	border: 1px solid #d1d1d1;
	vertical-align: top;
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 0 5px 5px 5px;
}

.pager {
	position: relative;
	height: 50px;
	background-color: #fff;
	color: #707070;
	line-height: 40px;
	padding: 0 20px;
}

.pager table {
	width: 100%;
	height: 50px;
}

.pager table td {
	line-height: 40px;
	white-space: nowrap;
	padding-right: 20px;
}

.pager .pages .leftArrow {
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	height: 13px;
	width: 7px;
	background: url(left_page.gif) no-repeat;
	cursor: pointer;
}

.pager .pages .leftArrowGray {
	background-image: url(left_page_gray.gif);
	cursor: default;
}

.pager .pages .rightArrow {
	display: block;
	position: absolute;
	right: 0;
	top: 14px;
	height: 13px;
	width: 7px;
	background: url(right_page.gif) right no-repeat;
	cursor: pointer;
}

.pager .pages .rightArrowGray {
	background-image: url(right_page_gray.gif);
	cursor: default;
}

.pager .pages .links {
	position: relative;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}

.pager .pages .links a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	width: 30px;
	text-align: center;
	margin-top: 10px;
}

.pager .pages .links a.selected {
	background-color: #790000;
	color: #fff;
}

.pager input.inp {
	width: 32px;
	height: 14px;
}

.pager .go {
	width: 26px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent url(go.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}

.pager .sorter {
	width: 100%;
	text-align: right;
	padding-right: 0;
}

.pager select.inp {
	width: 44px;
	margin-right: 20px;
	border: 1px solid #bbb;
}

.pager input, .pager select  {
	margin-left: 10px;
}

.pagerLast {
	margin-top: -10px;
}

.productLine {
	background-color: #fff;
	padding: 0 40px 10px 45px;
	height: 152px;
}

.productLine td {
	width: 326px;
	padding: 0 5px;
}

.catalog .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(loader130x90.gif) no-repeat center 150px;
	z-index: 99;
}

.filter .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 101;
}
