/*a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
*/

/*
====
seach
====
*/ 
.head_btn_seach{
	background: url('img/icon_seach.png') no-repeat top left #2d5b98;
	width: 35px;
	height: 35px;
	cursor: pointer;
	float: right;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.head_btn_seach:hover{
	background: url('img/icon_seach.png') no-repeat top left #ff8500;
}

.head_btn_seach2{
	background: url('img/icon_seach2.png') no-repeat top left #2d5b98;
	width: 35px;
	height: 35px;
	cursor: pointer;
	float: right;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.seach_block{
	display: none;
	
}

.head_seach{
	margin: 0;
}

.head_search_submit{
	height:35px;
	width:35px;
	float: right;
	position: relative;
	margin: 0px 0px -35px 0px;
	border:none;
	background: url('img/icon_seach.png') no-repeat top left #2d5b98;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.head_search_submit:hover, .head_search_submit:focus{
	background: url('img/icon_seach.png') no-repeat top left #ff8500;
	border: none;
	box-shadow: none;
	outline: 0px;
}

.seach{
/*	height: 65px;
	margin: 0px 1px 0px 0px;
	
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #2d5b98;*/
}
.form-group {
	width:100%;
}
.form-group .seach_input{
	width: 100%!important;
	height: 35px;
	border: solid 1px #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	
}
.form-group input.seach_input:focus{
	outline-color: #ff8500;
	border-color: #ff8500;	
	
	border: solid 1px #edcba6;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 133, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 133, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(255, 133, 0, 0.75);
}


/*
====
seach THE END
====
*/

/**/.bx-searchtitle {
	margin: 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 8px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	/*min-width: 370px;*/
	margin-top:-3px;
	background-color: #FFF;
	padding: 8px;
	
	/*display: block!important;*/
	  -webkit-box-shadow: 0px 3px 10px 0px rgba(255, 133, 0, 0.6);
    -moz-box-shadow: 0px 3px 10px 0px rgba(255, 133, 0, 0.6);
        box-shadow: 0px 3px 10px 0px rgba(255, 133, 0, 0.6);
}

div.title-search-fader {
	display:none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
    background: #fafafa;
    display: table-cell;
    width: 67px;
    padding: 5px 10px;
    text-align: center;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
}
.bx_searche .bx_img_element img{
	max-width: 100%;
	max-height: 50px;
}

.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
    display: table-cell;
    /* width: 100%; */
    display: table-cell;
    vertical-align: middle;
}
.bx_searche .bx_item_hr hr{
	margin: 0;
	margin-top: 10px;
	border: none;
	border-bottom: 1px solid #d9d9d9;
}
.bx_searche .bx_item_element a{
    /* margin-top: 10px;
    display: inline-block;
    color: #494949;
    font-size: 13px;
    text-decoration: none; 
    color: #494949;
    font-size: 14px;
    font-family: roboto_condensedregular;   
    */   
    font-size: 14px;
    color: #406596;
    text-decoration: none;
    line-height: 12px;
}
.bx_searche .bx_item_element a b{color: #494949;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{
	text-decoration: none; 
	color: #ff8500;
	border-bottom:solid 1px #ff8500;
}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
    min-height: 0;
    padding: 0 0 12px;
    width: 100%;
}

.bx_item_block.others_result_row{
    display: table-row;
}

.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #494949;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{
	line-height: 20px;
    color: #406596;
    font-size: 13px;
    font-family: scadabold;
    text-decoration: none;
    border-bottom: dashed 1px #CBD8EA;
}
.bx_item_block.all_result .all_result_title a:hover{
	color:#ff8500;
	border-bottom:solid 1px #ff8500;
}
.bx_item_block.all_result a{
	margin-top: 0;
}


