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


#tipue_drop_input
{
	color: #717375;
	padding: 3px 3px 3px 30px;
	width: 150px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #fff url('search.gif') no-repeat 7px 6px;
	/* Rounded corners */
	
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	font-family: 'open sans', sans-serif;
	font-size: 12px;
	line-height: 19px;
}
#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;
     width: 300px;
     margin-top: 5px;
     background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
     box-shadow: 2px 2px 2px #eee;
     padding: 1px 0;
}
.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;
     border-radius: 3px;
}
.tipue_drop_left
{
     clear: left;
     float: left;
     width: 48px;
}
.tipue_drop_right
{
     float: left;
     width: 203px;
     padding: 0 10px 0 13px;
}
.tipue_drop_right_title
{
     font: 13px/21px 'open sans', sans-serif;
	color: #333;
}
.tipue_drop_right_text
{
     font: 13px/21px 'open sans', sans-serif;
	color: #333;
	font-weight: 300;
     overflow: hidden;
}
.tipue_drop_no_items
{
     font: 13px/21px 'open sans', sans-serif;
	color: #333;
     padding: 13px 15px;
}


.memberlogin {
	color: #990000;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.headlink {
	color: #990000;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.headlink:Hover {
	color: #333333;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.headlink_hit {
	color: #333333;
	font-family: "Lucida Sans Unicode", "Myriad Pro", "Myriad Condensed Web", Arial;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
