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


#tipue_drop_input
{
	position: fixed;
    font: 12px/19px 'Montserrat', sans-serif;
	color: #333;
	padding: 7px 7px 7px 30px;
	width: 300px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	opacity: 0.8;
	background: #fff url('search.gif') no-repeat 10px 11px;
	     z-index: 1;
}
#tipue_drop_input:focus
{
	position: fixed;
     border-color: #c3c3c3;
     -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
     box-shadow: 0 0 3px rgba(0,0,0,.2); 
          z-index: 1;
}
#tipue_drop_content
{

     display: none;
	position: fixed;
     max-width: 300px;
     margin-top: 40px;
     background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
     box-shadow: 2px 2px 2px #eee;
     padding: 1px 0;
	opacity: 1;
     z-index: 1;
}
.tipue_drop_item
{
	background-color: #fff;
     margin: 5px 0;
     padding: 13px;
}
.tipue_drop_item:hover
{
     background-color: #f7f7f7;
}
.tipue_drop_image
{
     width: 48px;
     height: 48px;
     outline: none;
}
.tipue_drop_left
{
     clear: left;
     float: left;
     width: 48px;
}
.tipue_drop_right
{
     float: left;
     max-width: 203px;
     padding: 0 10px 0 13px;
}
.tipue_drop_right_title
{
     font: 13px/1 'open sans', sans-serif;
	color: #333;
}
.tipue_drop_right_text
{
     font: 300 14px/1.5 lato, sans-serif;
	color: #111;
	padding-top: 6px;
     overflow: hidden;
}
.tipue_drop_no_items
{
     font: 13px/1.6 'open sans', sans-serif;
	color: #333;
     padding: 13px 15px;
}


