/**
 * @version		$id: $
 * @author		Joomseller!
 * @package		Joomla!
 * @subpackage	AJAX Search for Fileseller
 * @copyright	Copyright (C) 2008 - 2011 by Joomseller Solutions. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL version 3, See LICENSE.txt
 */


#zj_searchform{
  padding: 0px;
  margin:0;
  position: relative;
}

.zj_search {
    
}

#offlajn-ajax-search{
    background: none repeat scroll 0 0 #9A9A9A;
    padding:5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#zj_searchbutton {
    left: -5px;
    position: relative;
    text-align: center;
}

#zj_searchform input {
    float: left;
    height: 31px;
	line-height:31px;
    padding: 0px 7px;
}

.dj_ie7 #zj_searchform{
  padding-bottom:0px;
}

.search-caption-on{
  color: #aaa;
}

.search-area-loading{
  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/images/loading2.gif) no-repeat right center !important;
  height:16px;
  display:block;
}

#zj_searchclosebutton {
    background: url("../images/fileclose2.png") no-repeat scroll center center !important;
    cursor: pointer;
    height: 16px;
    position: absolute;
    top: 7px;
    visibility: hidden;
    width: 16px;
}

#zj_searchbutton {
    background: url("http://joomseller.com/modules/mod_zj_fileseller_search/assets/images/button_search.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #F5F4F4;
    font-family: "Arial";
    font-size: 12px;
    padding-left: 13px !important;
    text-align: center;
    text-transform: uppercase;
    width: 68px !important;
	box-shadow:none !important;
}

#zj_searcharea {
    width: 200px !important;
}

#search-results {
    left: 0;
    margin-top: 2px;
    position: absolute;
    text-decoration: none;
    top: 0;
    visibility: hidden;
    z-index: 1000;
}

#results_moovable{
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px #E5E5E5 solid;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  border-radius: 9px 9px 0px 0px;
/*  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6); */
}


#results_inner{
  position: relative;
  overflow: hidden;
}

.dj_ie #results_inner{
  padding-bottom: 0px;
}

#search-results .plugin-title{
  
/*  background-color:#C2D5E1;*/
  background: -moz-linear-gradient(center top , #E4EAEE, #E4EAEE) repeat scroll 0 0 transparent;
  line-height: 26px;
  font-size: 14px;
  /* Firefox */
/*  color: #1A1B1A;*/
  color: #4E6170;
  text-align: left;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #C2D5E1;
  font-weight: bold;
  height: 100%;
  margin:0;
  padding:0;
  margin-top: -1px;
}

.dj_opera #search-results .plugin-title{
  background: #E4EAEE;
/*  border-radius: 0;*/
}

#search-results .plugin-title.first{
    margin-top: -1px;
}

.dj_opera #search-results .plugin-title.first{
  background: #E4EAEE;
}

.dj_ie #search-results .plugin-title.first{
  margin-top: 0;
} 

#search-results .ie-fix-plugin-title{
  border-top: 1px solid #B2BCC1;
  border-bottom: 1px solid #000000;
}


#search-results .plugin-title-inner{
  padding-left:10px;
  padding-right:5px;
  float: left;
  cursor: default;
}

#search-results .pagination{
  margin: 8px;
  margin-left: 0px;
  float: right;
}


#search-results .pager{
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/images/page_navigation.png) no-repeat;
  float: left;
  padding:0;
}

#search-results .pager:hover{
  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/images/page_navigation.png) no-repeat;
  cursor: pointer;
}


#search-results .pager.active,
#search-results .pager.active:hover{
  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/images/page_navigation_hover.png) no-repeat;
  cursor: default;
}


#search-results .page-container{
  position: relative;
  overflow: hidden;
}

#search-results .page-band{
  position: absolute;
  left: 0;
  width: 10000px;
}

#search-results .page-element{
  float: left;
  left: 0;
  cursor: hand;
}

#search-results #results_inner .result-element:hover,
#search-results #results_inner .selected-element{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #4E6170;


/*  border-top: 1px solid #188dd9;*/
  border-top: none;
  padding-top: 1px;
}

.dj_opera #search-results #results_inner .result-element:hover,
.dj_opera #search-results #results_inner .selected-element{
  background-color:#efefef;
/*  border-radius: 0;*/
}


#search-results .result-element{
  display: block;
  /*width: 300 px; /**/
  color: #4E6170;
  font-weight: bold;
/*  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/css/style.css) no-repeat right center;*/
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #C2D5E1;
  overflow: hidden;
}

#search-results .result-element img{
  display: block;
  float: left;
  padding: 2px;
/*  padding-right:10px;*/
  border: 1px dotted #DDDDDD;
}

#zj_searchform .ajax-clear,
#search-results .ajax-clear{
  clear: both;
}

#search-results .result-element span{
  display: block;
  float: left;
  margin-left:5px;
  margin-right:12px;
  line-height: 14px;
  text-align: left;
  cursor: pointer;
  margin-top: 5px;
}

#search-results .result-element span.small-desc{
  margin-top : 2px;
  font-weight: normal;
  line-height: 13px;
  color: #4E5051;
}

#search-results .result-element:hover span.small-desc,
#search-results .selected-element span.small-desc{
  color: #DDDDDD;
}

#search-results .result-products span{
/*  text-align: center;*/
  margin-top: 5px;
}

#search-results .no-result{
  display: block;
  height: 30px; /*height*/
  color: #1A1B1A;
  font-weight: bold;
/*  background: url(http://joomseller.com/modules/mod_zj_fileseller_search/assets/css/style.css) no-repeat right center;*/
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #C2D5E1;
  overflow: hidden;
  text-align: center;
  padding-top:10px;
}

#search-results .no-result span{
  line-height: 20px;
  text-align: left;
  cursor: default;
}