

/* Start:/bitrix/templates/.default/components/bitrix/catalog.search/seedspost_s1/style.css?1571114533120*/
.search-no-results {
	padding: 25px 10px 25px 10px;
	font-size: 17px;
	background: #edf4ed;
	margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/templates/.default/components/itc/catalog.section.search/catalog_search_s1/style.css?15590094015663*/
.item-img {
	height:160px;
}
img.in-backet{
	float:right;
	margin:2px 6px;
}
.cat-item{
	margin-bottom:14px;
}
.catalog-section{
	padding-top:10px;
}
.description-sect{
	margin:5px 0px 15px 0px;
}
.filter-block{
	/*background:url(/images/bg_filter.jpg) repeat-y top;
	width:541px;
	margin-bottom:14px;*/
}
.bg-filter-bott{
	background:url(/images/bg_filter_bottom.jpg) no-repeat bottom;
}
.bg-filter-top{
	background:url(/images/bg_filter_top.jpg) no-repeat top;
}
.paging-bg{
}
.paging{
	background:url(/images/bg_nav.gif) no-repeat center;
	height:38px;
	line-height:38px;
	vertical-align:middle;
	padding:0px 16px;
	color:#F96736;
	font-weight:bold;
}
.paging .set_sort{
	width:100px;
	font-size:11px;
}
.paging a,
.paging span{
	color:#34332E;
	font-size:11px;
}
.paging a.arrow{
	text-decoration:none;
}
#filter{
	height:0px;
	overflow:hidden;
}
.padd-filter{
	padding-bottom:10px;
}
.filter-content{
	height:140px;
}
.alfavit{
	padding:10px 16px;
	background-color:#FFE1BD;
	width:505px;
	margin:auto;
}
.alfavit .all{
	padding-left:5px;
}
.alfavit a.selected{
	color:#ff6600;
}
.alfavit a{
	font-size:13px;
	font-weight:bold;
	color:#00AA00;
	padding-right:4px;
}

.search_button{background:url('/images/search_button_b.jpg');width:73px; height:22px;  cursor:pointer; margin-right:10px;}
.reset_button{background:url('/images/reset_button.png') no-repeat;width:62px; height:22px; border:0; cursor:pointer; }
/* Dropdown control */
.selectBox-dropdown {
	position: relative;
	border: none;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	color: #969696;
	outline: none;
	vertical-align: middle;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #f7fcf4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f7fcf4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7fcf4', GradientType=0);
	-moz-box-shadow:
	0px 1px 2px rgba(000,000,000,0.5),
	inset 0px 0px 0px rgba(255,000,217,0);
	-webkit-box-shadow:
	0px 1px 2px rgba(000,000,000,0.5),
	inset 0px 0px 0px rgba(255,000,217,0);
	box-shadow:
	0px 1px 2px rgba(000,000,000,0.5),
	inset 0px 0px 0px rgba(255,000,217,0);
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: inline-block;
	cursor: default;
	padding: 4px 20px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.selectBox-dropdown .selectBox-label {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Arial";
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 10px;
	width: 23px;
	height: 100%;
	background: url(/bitrix/templates/.default/components/itc/catalog.section.search/catalog_search_s1/../img/select-arrow.png) 50% center no-repeat;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	background-color: #f7fcf4;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: #f7fcf4;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 16px;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

/*available block*/
.available-block-outer{
	position: absolute;
	background-image: url('/images/available1.png');
	width: 201px;
	height: 69px;
	margin-top: -67px;
	margin-left: -40px;
	display:none;
	z-index:15;
}
.available-block-outer > div{
	padding: 11px 18px;
	font-family: tahoma;  
	font-size: 13px;  
	text-align: center;
	color: white;
}
.available-block-outer .quantity-available{
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	display: block;
	text-align: center;
								
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.search/seedspost_s1/style.css?1571114533120 */
/* /bitrix/templates/.default/components/itc/catalog.section.search/catalog_search_s1/style.css?15590094015663 */
