
/*
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
{
     font: 12px/19px 'open sans', sans-serif;
	color: #333;
	padding: 7px 7px 7px 30px;
	width: 320px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #fff url('search.gif') no-repeat 10px 11px;
}
#tipue_drop_input:focus
{
     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); 
}
#tipue_drop_content
{
     display: none;
     position: absolute;
     max-width: 500px;
     margin-top: 5px;
     background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
     box-shadow: 2px 2px 2px #eee;
     padding: 1px 0;
     z-index: 1;
}
#tipue_drop_content.front{ margin-left: 220px;margin-top:50px;z-index:101; }
#frontSearch{margin-left: 220px;position: absolute;margin-top: 9px;}
.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: 403px;
     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 'open sans', 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;
}


