/* tooltip styling */
.tooltip {
	display: none;
	background: url('../images/tooltip/black_arrow_big.png');
	height: 166px;
	padding: 30px 30px 10px 30px;
	width: 310px;
	font-size: 11px;
	color: #fff;
}

.tooltip_wine {
	display: none;
	background: url('../images/tooltip/black_arrow_big.png');
	height: 166px;
	line-height: 15px;
	padding: 30px 30px 10px 30px;
	width: 310px;
	font-size: 11px;
	color: #fff;
}

.mobile-tip {  
	background: url('../images/mobile-tooltip.png') no-repeat; 
	width: 174px;  
	height: 49px;  
	display: none; 
}

/* a .label element inside tooltip */
.tooltip .label, .tooltip_wine .label  {
	color: yellow;
	width: 35px;
}

.tooltip a, .tooltip_wine a {
	color: #ad4;
	font-size: 11px;
	font-weight: bold;
}

a.has_tooltip {
	/*border-bottom: 1px dotted #0d2e4c;*/
	text-decoration: none;
}

a.has_tooltip:hover {
	border-bottom: 0;
	text-decoration: none;
}

img.wine_hour_img	{
	border: 1px solid #f3f3f3;
	float: left;
	margin: 0 10px 0 0;
}