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


#tipue_drop_content
{
    display: none;
    position: absolute;
	margin: 0px;
	line-height: 0;
	z-index: 1000;
}

.tipue_drop_box 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	box-shadow: 2px 2px 5px #f9f9f9;
}

.tipue_drop_box:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 42px;
	margin-left: -8px;
}


#tipue_drop_wrapper
{
     margin: 6px;
}
#tipue_drop_wrapper a
{
     text-decoration: none;
}
.tipue_drop_item
{
     background-color: #fff;
}
.tipue_drop_item:hover
{
     background-color: #f7f7f7;
     cursor: pointer;
}
.tipue_drop_left
{
     display: table-cell;
     padding: 7px;
	 width: 30%;
}
.tipue_drop_image
{
     width: 100%;
     /*height: 100%;*/
     border: 2px solid #fff;
}
.tipue_drop_right
{
     display: table-cell;
     vertical-align: middle;
     font: 300 14px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;     
     width: 70%;
     padding: 0 7px;
}

.h5searchtitle {
    vertical-align: middle;
    font: 300 14px / 1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    padding: 0 7px;
}

#helpbutton{
     font-size: 13px!important;
     color: #666!important;
}