/*
Tipue drop 3.1
Copyright (c) 2013 Tipue
Tipue drop is released under the MIT License
http://www.tipue.com/drop
*/
#kywdwrapper{
	position:absolute;
	top:63px;
	right:37px;
	width:235px;
	height:36px;
	z-index:300000;
	overflow:visible;
}

#dropsearchwrapper{
		
	padding:0px 2px 2px 2px;
	/*background-color:#fff;*/
	border: 1px solid #e2e2e2;
	border-radius:6px;
	z-index:300000;
}

/*#search_input
{
     font: 14px/1.7 'Open Sans', sans-serif;
	 font-weight:normal;
	color: #929195;
	padding: 2px 2px 2px 2px;
	width: 220px;
	border: 0;
	border-radius: 0px;
	-moz-appearance: none;
	-webkit-appearance: none;
     box-shadow: none; 
	outline: 0;
	margin-left:0;
	text-align:center;
	background: #fff url(../search/search.png) no-repeat 10px 10px;
}*/

#search_input
{
	display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 2.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}

#search_input:focus
{
     border-color: #ccc; 
}
#search_content
{
	display:none;
	width:auto;
	position: absolute;
	margin: 5px 20px 0 0;
	padding: 0 1px 1px 1px;
	background-color: #e2e2e2;
	border-radius: 3px;
	z-index:300001;
	 
}

#search_content a
{
     text-decoration: none;
}
.search_drop_item
{
     background-color: #4061CF;	 
     text-align: left;
     border-radius: 3px;
     padding: 5px 5px;
     margin-top: 1px;	 
	       
}

.search_drop_item:hover
{
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
     opacity: 0.7;
}

.search_drop_text
{
     font: 13px/1.6 'Open Sans', sans-serif;
	 font-weight:500;
	 color: #FFF;
	 padding: 5px 10px 0 10px;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto; 
}
#search_point
{
     position: absolute;
     margin-left: 20px;
     margin-top: -4px;
     width: 19px;
     height: 7px;
    /* background-image: url('point.png');*/
     z-index: 1;
}
#search_drop_fade
{
     display: none;
     position: absolute;
     top: 0;
     left 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     opacity: .30;
     -webkit-opacity: .3;
     -moz-opacity: .3;
     
}

.search_no_items
{
     font: 14px/1.7 'Open Sans', sans-serif;
	 color: #333;
     padding: 5px 5px 7px 5px;
     background-color: #fff;
     border-top: 1px solid #e2e2e2;
}
