
.Tooltip {
	display: block;
	width: 350px;
	z-index: 13000;
}

.Tooltip .TipHeader {
	display: block;
	clear: both;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background: transparent url(../../images/layout/bg_tooltip_top.png) no-repeat bottom center;
}

.Tooltip .TipContent {
	display: block;
	clear: both;
	padding: 10px 27px;
	background: transparent url(../../images/layout/bg_tooltip_content.png) no-repeat bottom center;
}

.Tooltip .TipFooter {
	display: block;
	clear: both;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	background: transparent url(../../images/layout/bg_tooltip_bottom.png) no-repeat top center;
}
 
.Tooltip .TipTitle {
	font-family: Georgia, "Times", "Times New Roman", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 36px;
	
	display: block;
	clear: both;
	margin-left: -10px;
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
	background: transparent url(../../images/layout/bg_line.png) no-repeat bottom left;
}
 
.Tooltip .TipText {
	display: block;
	clear: both;
	font-family: Georgia, "Times", "Times New Roman", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 18px;
}