
/*
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: #ccc url('search.png') no-repeat 10px 10px;
}
#tipue_drop_input:focus
{
     border-color: #ccc;
}
#tipue_drop_content
{
     display: none;
     position: absolute;
     margin: 13px 0 0 0;
     padding: 0 1px 1px 1px;
     background-color: #ccc;
     border: 1px solid #DA6D0D;
     z-index: 1000;
     width: 100%;
}

#tipue_drop_content a
{
     text-decoration: none;
     width: 12.5%;
}
.tipue_drop_item
{
     background-color: #ccc;
     text-align: center;
     border-radius: 1px;
     padding: 19px 10px;
     margin-top: 1px;
}
.tipue_drop_text
{
     font: 12px/1.6 'Open Sans', sans-serif;
	color: #333;
	padding: 13px 10px 0 10px;
}
#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: #ccc;
     opacity: .30;
     -webkit-opacity: .3;
     -moz-opacity: .3;
     z-index: 200;
}
.tipue_drop_image
{
     height: auto;
     margin: 0 auto;
     outline: 0;
     opacity: 1;
     transition: opacity .30s ease-in-out;
     -moz-transition: opacity .30s ease-in-out;
     -webkit-transition: opacity .30s ease-in-out;
}
.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: #ccc;
     border-top: 1px solid #e2e2e2;
}


