.styled-select select {
   background: transparent;
   width: 195px !important;
   /*padding: 5px;*/
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-indent: 5px;
    text-overflow: '';
    padding-right: 40px !important
   }
   
.styled-select {
   width: 195px;
   height: 34px;
   overflow: hidden;
   //background: url(/img/active_arrow.png) no-repeat right #fff;
   background: url(/img/trigger.png) no-repeat 157px center #fff;
   //border: 1px solid #ccc;
   border-radius: 5px;
   }
   
//.styled-select select[name="f3"] {
  // width: 175px !important;
   //}
   
.inactive {
   width: 195px;
   height: 34px;
   overflow: hidden;
   //background: url(/img/arrow.png) no-repeat right #fff !important;
   background: url(/img/triggerdisabled.png) no-repeat right #fff !important;
   //border: 1px solid #ccc;
   }
   
.secondary_radio {
float: left;
margin-left: -20px;
margin-top: 6px;
}

.styled-select select::-ms-expand {
    display: none; /* to ie 10 */
}

.styled-select select:focus {
    outline: none;
}

/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */

:-moz-any(.styled-select):before {
    background-color: #fff; /* this is necessary for overcome the caret default browser */
    pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
    z-index: 1; /* this is necessary for overcome the pseudo element */
}

@-moz-document url-prefix() {
    .styled-select select {
        width: 200px !important;
        padding-right: 20px !important;
    }
}

ul.ui-autocomplete {
    overflow-y: scroll;
    max-height: 250px;
    overflow-x: hidden;
}

/*.typeahead {
    padding: 5px;
    margin-top: 0px;
    float: left;
}*/

.typeahead {
    width: 610px;
    border-radius: 5px;
    line-height: 38px;
    height: 38px;
    border: none;
    font-size: 14px;
    float: left;
    text-indent: 10px;
}

.typeahead_img {
    float: left;
    cursor: pointer;
    height: 40px;
}

.ui-menu .ui-menu-divider {
    margin: 0 !important;
}

.search_block .footer {
    background: none;
}

.filter_submit {
    color: white;
    background: #1cf;
    padding: 10px 220px !important;
    border-radius: 5px;
    border: none;
    margin-left: 17% !important;
    margin-top: 2% !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

/*.filter_submit {
    background: url(../img/send2.png);
    padding: 21px 195px !important;
    border: none;
    margin: 14px 160px !important;
    cursor: pointer;
}

.filter_submit:hover {
    background: url(../img/send.png);
    padding: 20px 195px !important;
    border: none;
    margin: 14px 160px !important;
    cursor: pointer;
}*/

#ajaxSearch_submit {
    color: white;
    background: #1cf;
    padding: 10px 200px !important;
    border-radius: 5px;
    border: none;
    margin-left: 16% !important;
    margin-top: 5% !important;
    cursor: pointer;
font-weight: bold;
font-size: 15px;
}
}

.search_block .greyBg {
    margin-top: 15px;
}

.selectbox .select .text {
    min-height: 18px;
}

.reset_filter {
    color: #b0b0b0;
    //background: #1cf;
    background: #e5e5e5;
    padding: 10px 50px !important;
    border-radius: 5px;
    border: none;
    //margin-left: 33% !important;
    //margin-top: 1% !important;
    cursor: pointer;
    font-size: 13px;
    float: right;
    margin-top: -15px !important;

    /*background: url(../img/reset2.png);
    padding: 28px 126px !important;
    border: none;
    cursor: pointer;*/
}

/*.reset_filter:hover {
    background: url(../img/reset.png);
    padding: 27px 126px !important;
    border: none;
    cursor: pointer;
}*/

.search_block .footer {
height: 50px !important; 
}

.search_block .greyBg {
padding: 15px 0px !important;
}

.tab_name .footer {
height: 100px !important;
}

.search_block {
padding-bottom: 0px !important;
}

.tooltips {
  position: relative;
  display: inline;
}
.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltips:hover span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}

@-moz-document url-prefix() { 
  .styled-select select {
      width: 210px !important;
      padding-right: 20px !important;
  }
}

.big {
  width: 50%;
  float: left;
}

.search_params_result span {
//color: #0b85ff;
font-size: 18px;
}

.search_params_result {
margin-bottom: 25px;
display: block;
margin-top: 10px;
}

.search_params_description {
//color: #0b85ff;
}

.search_block .itemContainer .item {
margin: 0 35px !important;
vertical-align: bottom;
}

.itemContainer .item.jsHasRadio {
    background-color: #e5e5e5;
}

.itemContainer .item.jsHasRadio.checked {
background-color: #01b0df;
}

.show_filter_button {
	cursor:pointer;
	width:250px;
	height:56px;
	background:url(../img/pod.png) no-repeat;
	border:none;
	text-indent:-9999px;
	display:block;
	margin:20px auto !important
}
.show_filter_button:hover{
	background-position:left bottom
}

.results .header {
color: #000 !important;
margin-bottom: 10px;
font-weight: bold !important;
font-size: 18px !important;
}

.no_results_link {
cursor: pointer;
}

.safari .search_block .greyBg {
margin-top: 15px !important;
}

.safari input[type="submit"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

.item_col b {
//color: #ff6508;
color: #003399;
font-size: 16px;
//font-weight: bold;
font-weight: normal;
}

.main .results .item .price {
width: 73px !important;
}

.item_col {
text-align: left;
position: relative;
margin: 10px 0;
//padding: 5px 5px 5px 45px;
padding: 5px 0px 5px 23px;
background-color: #fff;
float: left;
width: 90px;
margin-top: 0;
}

.main .results .item .title {
width: 197px !important;
}

.main .cards .item .image a.price-link {
width: 77px !important;
}

.item_title {
width: 172px !important;
}

.item_price {
width: 100px !important;
}

.item_head .item_col, .item_head .item_title, .item_head .item_price {
font-weight: bold;
}
.normal table tr td, .normal table tr th{
 
font-size:14px
}

.item_col_f2 {
padding-left: 30px;
width: 60px;
}

.item_col_f2_title {
margin-left: -21px;
margin-right: 13px;
}

.safari .search_block .title {
text-shadow: none;
}

span.jsOpenTab {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.search_block .propContainer.jsTab.active {
border-radius: 10px;
}

.normal table tr td, .normal table tr th{text-align:center;}


/* 

    REGIONS

*/
.header{
  position: relative;
}


.region-dialog{
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.bRegions{
  padding: 10px;
  color: #fff;
  background-color: #5f7aa1;
}

.bRegions a{
  color: inherit;
}

.bRegions a.active{
  background: blue;
}

/*.ch{
  border: 1px solid red !important;
}*/

.desc_cont{
  display: none;
  margin-bottom: 20px;
}
.title_cont{
  font-size: 18px;
  color: #003399;
  cursor:pointer;

}
.title_cont:before{
  display: inline-block;
  content: "+";
  padding-right: 8px
}
.title_cont.open:before{
  display: inline-block;
  content: "-";
  padding-right: 8px
}
.select-city{
  text-align: center;
  position: fixed;
  top: 0px;
  left: 30px;
  width: 219px;
z-index:3;
  /*border: 1px solid red;*/
  line-height: 1;

font-weight:700;
padding-bottom:2px;
left:50%;
top:0;
margin-left:-470px
}
.select-city span{
display:inline-block;
padding:0 0px 4px 0px;
background:#fff;
border-radius:0 0 2px 2px;
width:100%
}
.select-city b a{
  color:#ff6508;
  font-size: 21px
}

.main .navbar .menu ul a {
   position:relative
}

.main .navbar .menu ul a.new:after{
position:absolute;
width:40px;
height:40px;
content:'';
display:block;
background:url(../images/new.png) no-repeat;
top:-4px;
right:0
}

