/*@import url("https://fonts.googleapis.com/css?family=*/");
    /*@import url("https://fonts.googleapis.com/css?family=*/");
    
#search-form404 input::-ms-clear{
  width: 0;
  height: 0;
}

#search-form404 input::focus {
  outline: none;
}#offlajn-ajax-search404{
  width: 240px;
  float: left;}

#offlajn-ajax-search404 .offlajn-ajax-search-container{
  
  padding: 2px;
  margin:0;

  
}

#search-form404 div{
  margin:0;
  padding:0;
}

#offlajn-ajax-search404 .offlajn-ajax-search-inner{
  width:100%;
  
      
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    background:none;
}

#search-form404{
  margin:0;
  padding:0;
  position: relative;
  width: 230px;
  
  
}

#search-form404 input{
  background-color: #ffffff;
  /*font chooser*/
  padding-top: 1px;
    color: #b2b2b2;
  font-family: "Arimo",Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/
}

#search-form404 input:focus{
/*  background-color: #ffffff; */
}

.dj_ie7 #search-form404{
  padding-bottom:0px;
}

#search-form404 .category-chooser{
  height: 25px;
  width: 23px;
  border: 1px #b2c4d4 solid;
/*  border-right: none;*/
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0px;
  z-index: 5;
}

#search-form404 .category-chooser:hover{
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
/*  background-color: #ffffff;  */
}

#search-form404 .category-chooser.opened{
  height:26px;
  border-bottom: none;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ffffff;
}

#search-form404 .category-chooser .arrow{
  height: 25px;
  width: 23px;
  background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/arrow/arrow.png) no-repeat center center;
}

input#search-area404{
  display: block;
  position: relative;
  height: 27px;
  padding: 0 39px 0 5px;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box !important; /* css3 rec */
  -moz-box-sizing: border-box !important; /* ff2 */
  -ms-box-sizing: border-box !important; /* ie8 */
  -webkit-box-sizing: border-box !important; /* safari3 */
  -khtml-box-sizing: border-box !important; /* konqueror */
  
  border:1px #eaeaea solid;
  
  line-height: 27px;

    
  -moz-border-radius: 3px;
  border-radius: 3px;
    
  float: left;
  margin: 0;
  z-index:4;  
  /*if category chooser enabled*/
  
  }

.dj_ie #search-area404{
  line-height: 24px;
}

.dj_ie7 #search-area404{
  height: 25px;
  line-height: 25px;
}

input#suggestion-area404{
  display: block;
  position: absolute;
  height: 27px;
  width: 100%;
  top: 0px;
  left: 1px;
  padding: 0 60px 0 5px;
  box-sizing: border-box !important; /* css3 rec */
  -moz-box-sizing: border-box !important; /* ff2 */
  -ms-box-sizing: border-box !important; /* ie8 */
  -webkit-box-sizing: border-box !important; /* safari3 */
  -khtml-box-sizing: border-box !important; /* konqueror */
  color:rgba(0, 0, 0, 0.25);
  border: none;
  line-height: 27px;

    
  -moz-border-radius: 3px;
  border-radius: 3px;
    /* by homayoon 
  -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);    
  */
  float: left;
  margin: 0;
  z-index:1;
  /*if category chooser enabled*/
  
  }

.dj_chrome input#suggestion-area404,
.dj_ie input#suggestion-area404{
  top: 0px;
}

.dj_ie8 input#suggestion-area404{
  line-height: 25px;
}

.search-caption-on{
  color: #aaa;
}

#search-form404 #search-area-close404.search-area-loading{
  background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/loaders/fadingballs.gif) no-repeat center center;
}

#search-form404 #search-area-close404{
    background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/close/close_icon.png) no-repeat center center;
  background-image: url('/modules/mod_universal_ajaxlivesearch/cache/404/a0b92b972c648ded02639e28abb56be2.png');
    height: 16px;
  width: 22px;
  top:50%;
  margin-top:-8px;
  right: 0px;
  position: absolute;
  cursor: pointer;
  visibility: hidden;
  z-index:5;
}

#ajax-search-button404{
  height: 25px;
  width: 32px;
  border: 1px #40caf9 solid;
  -webkit-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4); 
  -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4); 
  box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4);
 /* by homayoon */
 display:none;
 /* end homayoon */
    
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
    
    background: none;
    
  float: left;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index:5;
}

.dj_ie7 #ajax-search-button404{
  top: 1px;
  right: -1px;
}

.dj_opera #ajax-search-button404{
  border-radius: 0;
}

#ajax-search-button404 .magnifier{
    height: 26px;
  width: 32px;
  padding:0;
  margin:0;
}

#ajax-search-button404:hover{
  background: none;
  }

#ajax-search-button404:active{
  -webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.5);
  box-shadow: inset 2px 2px 3px rgba(0,0,0,0.4);
  border-bottom: none;
  border-right: none;
}

#search-results404{
  position: absolute;
  top:0px;
  left:0px ;
  margin-top: 2px;
  visibility: hidden;
  text-decoration: none;
  z-index:1000;
  font-size:12px;
  width: 450px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
	#search-results404{
      width: 260px !important;
      left: 50% !important;
	  transform: translate(-50%, 0);
    }
    #search-results404 .page-container{
      width: 260px !important;
    }
    #search-results-inner404{
      width: 260px !important;
    }
    #search-results404 .result-element span.title-desc{
        width: 150px !important;
        margin-right:30px;
       
    }
    #search-results404 .result-products  span.small-desc{
    

    	width: 330px !important;
        word-wrap: break-word;
        padding-right: 1em;
        line-height: 1.5em;
        max-height: 4.9em !important;
        display:inline-block;
        float:left;
        position:relative;
        overflow: hidden;
        text-overflow: ellipsis !important;  
        max-width: 150px !important;
        text-align:justify;
          
    }
   /* create the ... */
    #search-results404 .result-products span.small-desc:before {
      /* points in the end */
      content: '...';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of block */
      right: 0;
      bottom: 0;
      color:#7794aa;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    #search-results404 .result-products span.small-desc:after {
      /* points in the end */
      content: '';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of text */
      right: 0;
      /* set width and height */
      width: 1em;
      height: 1em;
      margin-top: 0.3em;
      /* bg color = bg color under block */
      background: white;
    }
}
@media only screen and (min-width : 480px) and (max-width : 550px) {
    #search-results404{
          width: 300px !important;
          left: 50% !important;
          transform: translate(-50%, 0);
        }
        #search-results404 .page-container{
          width: 300px !important;
        }
        #search-results-inner404{
          width: 300px !important;
        }
        #search-results404 .result-element span.title-desc{
            width: 190px !important;
            margin-right:30px;
           
        }
}
@media only screen and (min-width : 360px) and (max-width : 640px) {
	
    #search-results404 .result-products  span.small-desc{
    

    	width: 370px !important;
        word-wrap: break-word;
        padding-right: 1em;
        line-height: 1.5em;
        max-height: 4.9em !important;
        display:inline-block;
        float:left;
        position:relative;
        overflow: hidden;
        text-overflow: ellipsis !important;  
        max-width: 190px !important;
        text-align:justify;
          
    }
   /* create the ... */
    #search-results404 .result-products span.small-desc:before {
      /* points in the end */
      content: '...';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of block */
      right: 0;
      bottom: 0;
      color:#7794aa;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    #search-results404 .result-products span.small-desc:after {
      /* points in the end */
      content: '';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of text */
      right: 0;
      /* set width and height */
      width: 1em;
      height: 1em;
      margin-top: 0.3em;
      /* bg color = bg color under block */
      background: white;
    }
}
@media only screen and (min-width : 414px) and (max-width : 509px) {
	#search-results404{
      width: 370px !important;
    }
    #search-results404 .page-container{
      width: 370px !important;
    }
    #search-results-inner404{
      width: 370px !important;
    }
    #search-results404 .result-element span.title-desc{
        width: 250px !important;
        margin-right:30px;
       
    }
    #search-results404 .result-products  span.small-desc{
    

    	width: 250px !important;
        word-wrap: break-word;
        padding-right: 1em;
        line-height: 1.5em;
        max-height: 4.9em !important;
        display:inline-block;
        float:left;
        position:relative;
        overflow: hidden;
        text-overflow: ellipsis !important;  
        max-width: 260px !important;
        text-align:justify;
          
    }
   /* create the ... */
    #search-results404 .result-products span.small-desc:before {
      /* points in the end */
      content: '...';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of block */
      right: 0;
      bottom: 0;
      color:#7794aa;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    #search-results404 .result-products span.small-desc:after {
      /* points in the end */
      content: '';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of text */
      right: 0;
      /* set width and height */
      width: 1em;
      height: 1em;
      margin-top: 0.3em;
      /* bg color = bg color under block */
      background: white;
    }
}
@media only screen and (min-width : 510px)  {
	#search-results404{
      width: 440px !important;
    }
    #search-results404 .page-container{
      width: 440px !important;
    }
    #search-results-inner404{
      width: 440px !important;
    }
    #search-results404 .result-element span.title-desc{
        width: 315px !important;
        margin-right:30px;
       
    }
    #search-results404 .result-products  span.small-desc{
    

    	width: 315px !important;
        word-wrap: break-word;
        padding-right: 1em;
        line-height: 1.5em;
        max-height: 4.9em !important;
        display:inline-block;
        float:left;
        position:relative;
        overflow: hidden;
        text-overflow: ellipsis !important;  
        max-width: 420px !important;
        text-align:justify;
          
    }
   /* create the ... */
    #search-results404 .result-products span.small-desc:before {
      /* points in the end */
      content: '...';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of block */
      right: 0;
      bottom: 0;
      color:#7794aa;
    }
    /* hide ... if we have text, which is less than or equal to max lines */
    #search-results404 .result-products span.small-desc:after {
      /* points in the end */
      content: '';
      /* absolute position */
      position: absolute;
      /* set position to right bottom corner of text */
      right: 0;
      /* set width and height */
      width: 1em;
      height: 1em;
      margin-top: 0.3em;
      /* bg color = bg color under block */
      background: white;
    }
}
#search-results-moovable404{
  position: relative;
  overflow: hidden;
  height: 0px;
  background-color: #ffffff;
  border: 1px #e5e5e5 solid;
    
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    
}


#search-results-inner404{
  position: relative;
  width: 450px; /**/
  overflow: hidden;
  }

.dj_ie #search-results-inner404{
  padding-bottom: 0px;
}

#search-results404 .plugin-title{
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);

  line-height: 26px;
  font-size: 14px;
  
    background: #eeeeee url('/modules/mod_universal_ajaxlivesearch/cache/404/ca9fdbe21efa76f17c0126a4069dce96.png') repeat-x ;
  background-size: auto 100%;
  background: -moz-linear-gradient(#eeeeee, #eeeeee); /* FF 3.6+ */  
  background: -ms-linear-gradient(#eeeeee, #eeeeee); /* IE10 */  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee)); /* Safari 4+, Chrome 2+ */  
  background: -webkit-linear-gradient(#eeeeee, #eeeeee); /* Safari 5.1+, Chrome 10+ */  
  background: -o-linear-gradient(#eeeeee, #eeeeee); /* Opera 11.10 */  
  background: linear-gradient( top, #eeeeee, #eeeeee );
    text-align: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #c2d5e1;
  font-weight: bold;
  height: 100%;
  margin:0;
  padding:0;
}

.dj_opera #search-results404 .plugin-title{
  background: #eeeeee ;
}

#search-results404 .plugin-title.first{
  -webkit-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.4);

    
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
    margin-top: -1px;
}

.dj_opera #search-results404 .plugin-title.first{
  background: #eeeeee url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQogICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogICAgd2lkdGg9IjEwMCUiDQogICAgaGVpZ2h0PSIxMDAlIg0KICAgIHZlcnNpb249IjEuMCINCiAgICA+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLnN0YXJ0IHsNCgkJCXN0b3AtY29sb3I6ICMxOw0KCQkJc3RvcC1vcGFjaXR5OiAxOw0KCQl9DQoJCS5lbmQNCgkJew0KCQkJc3RvcC1jb2xvcjogI2VlZWVlZTsNCgkJCXN0b3Atb3BhY2l0eTogMTsNCgkJfQ0KCTwvc3R5bGU+DQoJPGRlZnM+DQogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIGNsYXNzPSJzdGFydCIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBjbGFzcz0iZW5kIi8+DQogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPC9kZWZzPg0KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTIwJSIgLz4NCjwvc3ZnPg==);
}

.dj_ie #search-results404 .plugin-title.first{
  margin-top: 0;
} 

#search-results404 .ie-fix-plugin-title{
  border-top: 1px solid #B2BCC1;
  border-bottom: 1px solid #000000;
}


#search-results404 .plugin-title-inner{
/* -moz-box-shadow:0 1px 2px #B2BCC1 inset;*/
  -moz-user-select:none;
  padding-left:10px;
  padding-right:5px;
  float: left;
  cursor: default;

  /*font chooser*/
    color: #4E6170;
  font-family: "Arimo",Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
    text-shadow: #ffffff 1px 1px 0px;
    text-decoration: none;
  text-transform: 27px;
  line-height: left;
  text-align: center;
  /*font chooser*/
  
}

#search-results404 .pagination{
  margin: 8px;
  margin-left: 0px;
  float: right;
  float: right;
  width: auto;
  height: auto;
}


#search-results404 .pager{
  width: 10px;
  height: 10px;
  margin: 0px 0px 0px 5px;
    background-image: url('/modules/mod_universal_ajaxlivesearch/cache/404/8f43dd299c723ed2172122ec4d3688ff.png');
    float: left;
  padding:0;
}

#search-results404 .pager:hover{
    background-image: url('/modules/mod_universal_ajaxlivesearch/cache/404/836b07ecae4b18ba4426c78ddd84c75d.png');
    cursor: pointer;
}


#search-results404 .pager.active,
#search-results404 .pager.active:hover{
    background-image: url('/modules/mod_universal_ajaxlivesearch/cache/404/836b07ecae4b18ba4426c78ddd84c75d.png');
    cursor: default;
}


#search-results404 .page-container{
  position: relative;
  overflow: hidden;
  height: 414px; /* 66x num of elements */
  width: 450px; /**/
}

#search-results404 .page-band{
  position: absolute;
  left: 0;
  width: 10000px;
}

#search-results404 .page-element{
  float: left;
  left: 0;
  cursor: hand;
}

#search-results404 #search-results-inner404 .result-element:hover,
#search-results404 #search-results-inner404 .selected-element{
  text-decoration: none;
  
    background: #40caf9 url('/modules/mod_universal_ajaxlivesearch/cache/404/fadb6ab58b21abf2b66a31a2cd822a5a.png') repeat-x ;
  background-size: auto 100%;
  background: -moz-linear-gradient(#40caf9, #40caf9); /* FF 3.6+ */  
  background: -ms-linear-gradient(#40caf9, #40caf9); /* IE10 */  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40caf9), color-stop(100%, #40caf9)); /* Safari 4+, Chrome 2+ */  
  background: -webkit-linear-gradient(#40caf9, #40caf9); /* Safari 5.1+, Chrome 10+ */  
  background: -o-linear-gradient(#40caf9, #40caf9); /* Opera 11.10 */  
  background: linear-gradient( top, #40caf9, #40caf9 );
  
/*  border-top: 1px solid #188dd9;*/
  border-top: none;
  padding-top: 1px;
  /* disabled by homayoon
  -webkit-box-shadow: inset 0px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: inset 0px 2px 3px rgba(0,0,0,0.7);
  box-shadow: inset 0px 2px 3px rgba(0,0,0,0.7);*/
  
}

#search-results404 #search-results-inner404 .result-element:hover span,
#search-results404 #search-results-inner404 .selected-element span{
  /*font chooser*/
    color: #ffffff;
  font-family: "Arimo",Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/  

}

#search-results404 #search-results-inner404 .result-element:hover span.small-desc,
#search-results404 #search-results-inner404 .selected-element span.small-desc{
  /*font chooser*/
    color: #ffffff;
  font-family: "Arimo",Arial, Helvetica;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/  

}

.dj_opera #search-results404 #search-results-inner404 .result-element:hover,
.dj_opera #search-results404 #search-results-inner404 .selected-element{
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iDQogICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyINCiAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogICAgd2lkdGg9IjEwMCUiDQogICAgaGVpZ2h0PSIxMDAlIg0KICAgIHZlcnNpb249IjEuMCINCiAgICA+DQoJPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkJLnN0YXJ0IHsNCgkJCXN0b3AtY29sb3I6ICMxOw0KCQkJc3RvcC1vcGFjaXR5OiAxOw0KCQl9DQoJCS5lbmQNCgkJew0KCQkJc3RvcC1jb2xvcjogI2VlZWVlZTsNCgkJCXN0b3Atb3BhY2l0eTogMTsNCgkJfQ0KCTwvc3R5bGU+DQoJPGRlZnM+DQogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIGNsYXNzPSJzdGFydCIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBjbGFzcz0iZW5kIi8+DQogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPC9kZWZzPg0KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTIwJSIgLz4NCjwvc3ZnPg==);
  border-radius: 0;
}


#search-results404 .result-element{
  display: block;
  width: 450px; /**/
  height: 104px; /*height*/
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #c2d5e1;
  overflow: hidden;
}

#search-results404 .result-element img{
  display: block;
  float: left;
  padding: 2px;
  padding-right:10px;
  border: 0;
}

.ajax-clear{
  clear: both;
}

#search-results404 .result-element span{
  display: block;
  float: left;
  width: 433px;   /*  margin:5+12 */
  margin-left:5px;
  margin-right:12px;
  line-height: 14px;
  text-align: left;
  cursor: pointer;
  margin-top: 5px;

  /*font chooser*/
    color: #4e6170;
  font-family: "Arimo",Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/
  
}

#search-results404 .result-element:hover span{
  color: #ffffff;
}

#search-results404 .result-element span.small-desc{
  margin-top : 2px;
  font-weight: normal;
  line-height: 13px;
  /*font chooser*/
    color: #7794aa;
  font-family: "Arimo",Arial;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/
}

#search-results404 .result-element:hover span.small-desc,
#search-results404 .selected-element span.small-desc{
  color: #DDDDDD;
}

#search-results404 .result-products span{
/*  text-align: center;*/
  width: 321px;   /* padding and pictures: 10+2+60, margin:5+12  */
  margin-top: 5px;
}

#search-results404 .no-result{
  display: block;
  width: 450px; /**/
  height: 30px; /*height*/
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #c2d5e1;
  overflow: hidden;
  text-align: center;
  padding-top:10px;
}

#search-results404 .no-result-suggest {
  display: block;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #c2d5e1;
  overflow: hidden;
  text-align: center;
  padding-top:10px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
}

#search-results404 .no-result-suggest a {
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  padding-left: 4px;
}

#search-results404 .no-result-suggest,
#search-results404 .no-result-suggest a{
  /*font chooser*/
    color: #4e6170;
  font-family: "Arimo",Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/
}

#search-results404 .no-result-suggest a:hover {
  text-decoration: underline;  
}

#search-results404 .no-result span{
  width: 433px;   /*  margin:5+12 */
  line-height: 20px;
  text-align: left;
  cursor: default;
  -moz-user-select:none;
}

#search-categories404{
  border: 1px #b2c4d4 solid;
  border-top: none;
  background-color: #f2f2f2;
  position: absolute;
  top:0px;
  left:0px;
  visibility: hidden;
  text-decoration: none;
  z-index:1001;
  font-size:12px;
    
  -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius-bottomleft: 5px;
  border-radius-bottomright: 5px;
  }

#search-categories404 .search-categories-inner div{
  padding:7px 15px 5px 30px;
  border-bottom: 1px #b2c4d4 solid;
  cursor: default;

  /*font chooser*/
    color: #4e6170;
  font-family: "Arimo",Arial, Helvetica;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
    text-shadow: #ffffff 1px 1px 0px;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  /*font chooser*/

  background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/selections/unselected.png) no-repeat 5px center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
  
#search-categories404 .search-categories-inner div.last{
  border:none;
    
  -webkit-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-radius-bottomleft: 5px;
  border-radius-bottomright: 5px;
    
}

#search-categories404 .search-categories-inner div.selected{
  background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/selections/selected.png) no-repeat 5px center;
  background-color: #ffffff;
}






#search-results-inner404.withoutseemore{
  padding-bottom: 10px;
}

#search-results404 .seemore{

  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;  
  /*border-bottom: 1px solid #B2BCC1;*/
  background-color: #ffffff; /*f2f2f2*/
  text-align: center;
  padding-right: 10px;
  background-color: #eeeeee;
}
#search-results404 .seemore:hover{
  background-color: #40CAF9;
}

#search-results404 .seemore:hover span{
  /*font chooser*/
    color: #ffffff;
  font-family: "Arimo",Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
    text-shadow: none;
    text-decoration: none;
  text-transform: none;
  line-height: left;
  text-align: center;
  /*font chooser*/
  
}

#search-results404 .seemore span{
  /*font chooser*/
    color: #4E6170;
  font-family: "Arimo",Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
    text-shadow: #ffffff 1px 1px 0px;
    text-decoration: none;
  text-transform: 27px;
  line-height: left;
  text-align: center;
  /*font chooser*/
  
}