

/*		new search box design		*/

#search-results {
	display: none;
	position: absolute;
	width: 660px;
	z-index: 4;
}

#search-box2 {
	overflow: hidden;
    position: absolute;
    width: 660px;
    z-index: 4;
}
#search_box_outer {
    position:relative;
    top:40px;
    left:170px;
    left: 0 !ie; /* Зеленый цвет */
    width:660px;
}

#search-box2 #sb-top {
	background: url('../../../img/search-result_tbx/search_box_top_bg_tbx_right.png') 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 25px;
}

#search-box2 #sb-bottom {
	background: url('../../../img/search-result_tbx/search_box_bottom_bg_tbx.png') 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 45px;
	position: relative;
}

#search-box2 #sb-body {
	background: url('../../../img/search-result_tbx/search_box_line_bg_tbx.png') 0 0 repeat-y;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
    z-index: 5;
}


#search-box2 #sb-body .search-results-list-viewport {
	max-height: 400px;
	overflow: auto;
	margin: 0 18px;
	position: relative;
    z-index: 5;
}

#search-box2 #sb-body .bottom-opacity {
	background: url('../../../img/search-result_tbx/search_box_bottom_opacity_tbx.png') 0 0 repeat-x;

	position: absolute;
	bottom: 1px;
	height: 45px;
	left: 19px;
	right: 45px;
	z-index: 10;
}

#search-box2 #sb-body .frame {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 18px;
	right: 44px;
	background-color: #5496e0;
	z-index: 10;
}

#search-box2 #sb-body .frame.frame-top {
	bottom: auto;
	height: 1px;
}

#search-box2 #sb-body .frame.frame-bottom {
	top: auto;
	height: 1px;
}

#search-box2 #sb-body .frame.frame-left {
	right: auto;
	width: 1px;
}

#search-box2 #sb-body .frame.frame-right {
	left: auto;
	width: 1px;
}

#search-box2 #sb-body ul.search-results-list {
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
    text-align: left;
}

#search-box2 #sb-body ul.search-results-list > li {
	background-color: #fff;
	border-top: 4px solid #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
    max-width: 557px;
}

#search-box2 #sb-body ul.search-results-list > li.dummy-li {
	height: 39px;
}
#search-box2 #sb-body ul.search-results-list > li.dummy-li:hover {
	background-color: #fff;
	cursor: default;
}

#search-box2 #sb-body ul.search-results-list > li.search-result-book {
	padding: 15px 0 15px 50px;
}

#search-box2 #sb-body ul.search-results-list > li a {
	text-decoration: none;
}

#search-box2 #sb-body ul.search-results-list > li:hover {
	background-color: #e9f7ff;
}

#search-box2 #sb-body ul.search-results-list > li span {
	display: block;
	font: bold 16px Arial;
	color: #333438;
}

#search-box2 #sb-body ul.search-results-list > li a span.search-result-cat {
	font: normal 14px Arial;
	color: #52545c;
	margin-bottom: 4px;
}

#search-box2 #sb-body ul.search-results-list > li a strong {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	bottom: 0;
	/*margin-right: 10px;*/
}

#search-box2 #sb-body ul.search-results-list > li a strong img {
	height: 50px;
	max-width: 30px;
}

#search-box2 #num-of-results {
	font: bold 12px Arial;
	color: #333;
	position: absolute;
	right: 45px;
	top: 12px;
}

#search-box2 .sb-top-left {
    background: url('../../../img/search-result_tbx/search_box_top_bg_tbx.png') 0 0 no-repeat !important;
}
