/* ToolTips */

.banner-tip {
	width: 200px;
	color: #eee;
	text-align: left;
	line-height: 1em;
	overflow: hidden;
	z-index: 9999;
}
.banner-tip .banner-title {
	margin: 0;
	padding: 4px 6px 3px;
	font-weight: bold;
	font-size: 11px;
	color: #ffd49f;
	background-color: #000000;
}
.banner-tip .banner-text {
	margin: 0;
	padding: 3px 6px 4px;
	font-size: 10px;
	background-color: #333333;
}