.tooltip {
	width: 430px;
    font-size: 11px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	display: inline;
	padding-bottom:5px;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	background:#fff;
}

.tttop {
	position: relative;
	width: 430px;
	height: 2px !important;
	border-top: 1px solid #8F8F8F;
	background:#fff;
}

.ttimage {
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
	width:244px;
}

#ttservice{
	font-size:17px;
	font-weight:bold;
	color:#FE9901;
	padding-left:25px;
	width: 23px;
	white-space: nowrap;
}
h2#ttservice{
	float:none;
}

.ttbody{
	margin-top: 5px;
	padding: 0 0 5px 5px;
	float: left;
	width:176px;
	text-align:left;
}

.ttbody span{
	display:inline;
}

.ttbody h3{
	color:#FF9900;
	font-size:16px;
}

.ttbody div{
	margin: 0;
	padding: 0;
}

.ttbody_text{
	font-weight: bold;
	margin: 1px;
	font-size:11px;
}
.ttbody .inline{
	display:inline;
}
.ttbody .border{
	margin-top:10px;
}

.ttbody .speech_mark_l{
	margin-top:10px;
	background:url(/assets/images/site_setup/speech_icons.gif) no-repeat 0px 0px;
	width:21px;
	height:16px;
}
.ttbody .speech_mark_r{
	background:url(/assets/images/site_setup/speech_icons.gif) no-repeat -20px 0px;
	width:21px;
	height:16px;
	float:right;
	margin-right:5px;
}

