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

#tipue_drop_content
{
     display: none;
     position: relative;
     background-color: #fff;
	border: 1px solid #e2e2e2;
	margin: 0;
	z-index: 999;
	max-width:100%;
}
#tipue_drop_wrapper
{
     display: table;
     margin-bottom: 7px;
}
#tipue_drop_wrapper a
{
     text-decoration: none;
}
.tipue_drop_item
{
     display:block;
	background-color: #fff;
}
.tipue_drop_item:hover
{
     background-color: #f7f7f7;
}
#tipue_drop_head
{
     display: table-row;
	background-color: #fff;
}
#tipue_drop_head_text
{
     display: table-cell;
     vertical-align: top;
     padding: 10px 15px;
     color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tipue_drop_image
{
     width: 60px;
     height: auto;
     outline: none;
}
.tipue_drop_left
{
     display: table-cell;
     vertical-align: middle;
     padding: 15px;
}
.tipue_drop_right
{
     display: table-cell;
     vertical-align: middle;
     max-width: 250px;
     padding: 15px 15px 15px 15px;
}
.tipue_drop_right_title
{
	color: #333;
}
.tipue_drop_right_text
{
	color: #555;
     padding-top: 5px;
}

