
/*
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-size: 8pt;
     color: #333;
     padding: 1px 1px 1px 20px;
     width: 80px;
     border: 1px solid #e2e2e2;
     border-radius: 0;
     -moz-appearance: none;
     -webkit-appearance: none;
     box-shadow: none; 
     outline: 0;
     margin: 0;
     background: #fff url('/Images/Icons/search_tipue.png') no-repeat 2px 2px;
}
#tipue_drop_input:focus
{
     border-color: #ccc; 
}
#tipue_drop_content
{
     display: none;
     position: absolute;
     margin-top: 11px;
     margin-left: -155px;
     padding: 0 1px 1px 1px;    
     border-radius: 1px;
     z-index: 1000;  
}
#tipue_drop_content a
{
     text-decoration: none;
}
.tipue_drop_item
{
    min-width: 270px;
    height: 70px;
    background-color: #fff;
    background-color: #f5f8f9;
    text-align: left;
    border-radius: 1px;
    padding: 19px 10x;
    color: #333;
    border: 1px solid #f5f8f9;
}
.tipue_drop_item_additional
{
    height: 20px;
}
.tipue_drop_text
{
     font-size: 8pt;
     font-weight: bold;
     letter-spacing: 0.2px;
     padding: 3px 5px 0 5px;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto; 
}
.tipue_drop_text_sub
{
     font-size: 9pt;
     padding: 3px 5px 0 5px;
     word-break: break-all;
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     hyphens: auto; 
}
.tipue_drop_text_additional
{
    letter-spacing: -0.1px;
}
#tipue_drop_point
{
     position: absolute;
     margin-left: 175px;
     margin-top: -7px;
     width: 19px;
     height: 9px;
     background-image: url('/Images/Icons/point_tipue.png');
     z-index: 1000;
}
#tipue_drop_fade
{
     display: none;
     position: absolute;
     top: 0;
     left 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     opacity: .30;
     -webkit-opacity: .3;
     -moz-opacity: .3;
     z-index: 200;
}
.tipue_drop_image
{
     width: 51px;
     padding: 4px 4px;
     height: 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;
     float: left;
}
.tipue_drop_image:hover
{
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
     opacity: 0.7;
}
.tipue_drop_no_items
{
    width: 270px;
     font-size: 9pt;
	color: #333;
     padding: 11px 11px 12px 11px;
     background-color: #fff;
     border-top: 1px solid #e2e2e2;
}


