
/*
Tipue drop 3.1
Copyright (c) 2013 Tipue
Tipue drop is released under the MIT License
http://www.tipue.com/drop
*/


#tipue_drop_input
{
     font: 12px/1.7 'Open Sans', sans-serif;
	color: #333;
	padding: 8px 8px 8px 33px;
	width: 150px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
     box-shadow: none; 
	outline: 0;
	margin: 0;
	background: #fff url('search.png') no-repeat 10px 10px;
}
#tipue_drop_input:focus
{
     border-color: #ccc; 
}
#tipue_drop_content
{
     display: none;
     position: absolute;
     margin: 13px 20px 0 0;
     padding: 0 1px 1px 1px;    
     background-color: #e2e2e2;
     border-radius: 1px;
     z-index: 1000;  
		 min-width: 400px;
}

@media screen and (max-width: 420px) {
	#tipue_drop_content {
		 min-width: 93%;
	} 
}

#tipue_drop_content a
{
     text-decoration: none;
}
.tipue_drop_item
{
     background-color: #fff;
     text-align: center;
     border-radius: 1px;
     padding: 10px 10px;
     margin-top: 1px;        
}

#tipue_drop_content a:hover , .tipue_drop_item:hover
{
     background-color: #efefef;
}

.tipue_drop_text
{
/*  font: 12px/1.6 'Open Sans', sans-serif;*/
	color: #333;
	padding: 0px 10px 0 10px;
/*     word-break: break-all;
     word-break: break-word;
*/
     word-break: normal;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto; 
}
#tipue_drop_point
{
     position: absolute;
     margin-left: 20px;
     margin-top: -8px;
     width: 19px;
     height: 9px;
     background-image: url('point.png');
     z-index: 1000;
}
#tipue_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;
     z-index: 200;
}
.tipue_drop_image
{
     width: auto; /* 85px; */
     height: 23px;
     outline: 0;
     opacity: 1;
     transition: opacity .30s ease-in-out;
     -moz-transition: opacity .30s ease-in-out;
     -webkit-transition: opacity .30s ease-in-out;
/*		 float: left; */
}
.tipue_drop_image_div {
    width: 100px;
    float: left;
}
/*
.tipue_drop_image:hover
{
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
     opacity: 0.7;
}
*/
.tipue_drop_no_items
{
     font: 12px/1.6 'Open Sans', sans-serif;
	color: #333;
     padding: 11px 11px 12px 11px;
     background-color: #fff;
     border-top: 1px solid #e2e2e2;
}


