.smartsearch{
	height: 100%;
    margin-bottom: 10px;
    position: relative; 
}
.btnsearch_adv{
	border:0px;
	background: transparent;
	cursor: pointer; 
	float:left;
        padding:0px;
        margin:0px;
}
#button-avd{
    top: 5px;
    margin-left: 75%;
    position: absolute;
}
.spacelabel{
margin-left:10px;
}
.keyword{
	height: 30px;   
}
.borderinput_adv{ 
border: 1px solid #e5e5e5;
max-width: 96%;
margin: 5px;
padding: 0.2em 0;
height: 26px;
background-color: #FFF;
}
.borderinput_adv label{display: none;}

.chzn-container{
padding:1px 4px 8px 4px;
margin-left:5px;
}
.chzn-drop{
margin-left:4px;
}
.active-result{
line-height:120%;
}
.btsmartsearch
{
border:1px solid #CCCCCC;
width:auto;
height:auto;
z-index: 9000;
background:#FFFFFF;
box-shadow: 4px 4px 0 0 #999;
max-width:200px;
margin-left:30px;
}
.btsmartspace{
margin:5px auto 5px 10px;
padding:5px;
}
.btsmartspace label{
  margin: 2px 5px 4px 9px;
}
.inputboxsearch{	
    width:76%;	
    background-color: #FFFFFF;
    border: none;  
    color: #666666;
    display: inline-block;
    height: 26px !important;
    line-height: 29px;  
    transition: border 0.2s linear 0s, box-shadow 0.1s linear 0s;
    text-indent: 3px;
    padding: 0 !important;
}
.inputboxsmart{			
    float:left;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px; 
    color: #666666;
    display: inline-block;
    height: 27px;
    line-height: 30px;
    margin: 6px 0px 10px 12px; 
	width:150px;
    padding: 4px 2px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;		
}
.option-results{
padding:6px 4px;
}
.autocompleter-choices{
line-height:25px;
}
.autocompleter-queried{
width:100%;
}
#btss-advanced{
cursor: pointer; 
position:absolute;
top: 5px;
left: 86%;
}

div.tooltipsmartseach {  
  color: White;
  position: absolute;
  left: -30px;
  top: -50px;
  height:30px;
  width: 110px;
  border-radius: 5px; 
  background:#545454;
}
div.tooltipsmartseach:before {
  border-color:  #545454 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  content: "";
  height: 0px;
  width: 0px;
  line-height: 0;
  position: absolute;
  top: 100%;
  left: 40px;
    
}
div.tooltipsmartseach p {
  margin: 1px;
  color: #FFFFFF;
 
}
#search-dialog-box{
    margin-left: 86%;
    margin-bottom: 0px;
    top: -10px;
    position: absolute;
}
#search-dialog-box img{
		background: url("../images/advanced_search_dialog_box.png") no-repeat scroll 0 0 transparent;
}
  
 .show_hide{
		float: right;
		position: relative;
		right:0px;
}
