
/*
Tipue drop 5.0
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: 13px 0 0 0;
	line-height: 0;
	padding: 0 0px;
	z-index: 1000;
}

.tipue_drop_box 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.tipue_drop_box:after, .tipue_drop_box:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipue_drop_box:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 40px;
	margin-left: -8px;
}
.tipue_drop_box:before 
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 40px;
	margin-left: -9px;
}

#tipue_drop_wrapper
{
     display: table;
     margin: 20px 20px 0;
    
}
#tipue_drop_wrapper a
{
     text-decoration: none;
     display: block;
     margin-bottom: 15px;
}
.tipue_drop_item
{
  display: block;
  background-color: #fff;
  vertical-align: middle;
  line-height: 40px;
}
.tipue_drop_item:hover
{
     background-color: #f7f7f7;
}
.tipue_drop_left
{
     display: table-cell;
     padding: 7px;
}
.tipue_drop_image
{
     width: 50px;
     height: 50px;
     border: 3px solid #fff;
     border-radius: 28px;
}
.tipue_drop_right
{
	display: table-cell;
	vertical-align: middle;
	width: 525px;
	padding: 0;
	color: #333;
}
