/*
Tipue drop 1.0
Tipue drop Copyright (c) 2011 Tri-State Consultants
Tipue drop is free for both both commercial and non-commercial use and released under the MIT License.
For the latest release, documentation and licence see http://www.tipue.com/drop
*/


#tipue_drop_input
{
	font-family: 'lucida grande', tahoma, helvetica, sans-serif;
	font-size: 9px;
	color: #404040;
	padding: 6px 3px 3px 25px;
	width: 80;
	border: 1px solid #b6b5b5;
	border-radius: 19px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	z-index: 1000;
	background-color: #f1f0f0;
	background-image: url(search.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}

#tipue_drop_dropdown
{
     display: none;
     font-family: 'lucida grande', tahoma, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
     position: absolute;
     width: 290px;
     margin: 5px 0 0 7px;
     background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
     box-shadow: 2px 2px 2px #eee;
     opacity: 0.93;
	 z-index: 1000;
}

#tipue_drop_close
{
     text-align: right;
     padding: 9px 9px 7px 0;
}

#tipue_drop_items
{
     padding-bottom: 9px;
}
#tipue_drop_items a
{
     display: block;
     clear: left;
     height: 68px;
     padding-right: 10px;
     text-decoration: none;
}
#tipue_drop_items a:hover
{
     background-color: #4a88d9;
}
#tipue_drop_items a img
{
     float: left;
     padding: 10px;
     width: 48px;
     height: 48px;
}
#tipue_drop_items a span.tipue_drop_title
{
     display: block;
     font-weight: bold;
     padding-top: 10px;
     color: #131313;
     line-height: 15px;
}
#tipue_drop_items a:hover span.tipue_drop_title
{
     color: #eee;
}
#tipue_drop_items a span
{
     color: #444;
     line-height: 15px;
}
#tipue_drop_items a:hover span
{
     color: #dbe3ed;
}

#tipue_drop_no_items
{
     font-weight: bold;
     margin: -10px 0 3px 10px;
     color: #131313;
}
