#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 85px;
	opacity: 0.95;
	background: url(../images/tooltip/shadow2-2line.png);
}

#tooltip.line3 {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 110px;
	opacity: 0.95;
	background: url(../images/tooltip/shadow2-3line.png) !important;
}

#tooltip.line4 {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.95;
	background: url(../images/tooltip/shadow2-4line.png) !important;
}

#tooltip.line5 {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 160px;
	opacity: 0.95;
	background: url(../images/tooltip/shadow2-5line.png) !important;
}

#tooltip.line17 {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 320px;
	opacity: 0.95;
	background: url(../images/tooltip/shadow2-17line.png) !important;
}

#tooltip.pretty h3 {
	margin-top: 2.7em;
	.margin-top: 3.8em;
	_padding-top:2.7em !important;
	margin-bottom: 0.2em;
	font-size: 1em;
	font-weight:normal;
	color: #00b3cd;
	width: 220px;
	text-align: left;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.area1, #tooltip.area2 {
	background: url(../images/tooltip/shadow2.png);
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-2line.png);
}

#tooltip.fancy.viewport-bottom {
	background: url(../images/tooltip/shadow2-2line-down.png);
}

#tooltip.fancy.viewport-bottom.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-2line-down.png);
}

#tooltip.fancy.viewport-bottom.viewport-right h3,
#tooltip.fancy.viewport-bottom h3,
#tooltip.line3.viewport-bottom.viewport-right h3,
#tooltip.line3.viewport-bottom h3,
#tooltip.line4.viewport-bottom.viewport-right h3,
#tooltip.line4.viewport-bottom h3,
#tooltip.line5.viewport-bottom.viewport-right h3,
#tooltip.line5.viewport-bottom h3,
#tooltip.line17.viewport-bottom.viewport-right h3,
#tooltip.line17.viewport-bottom h3
{
    margin-top: 0.8em;
}

#tooltip.line3.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-3line.png) !important;
}

#tooltip.line3.viewport-bottom {
	background: url(../images/tooltip/shadow2-3line-down.png) !important;
}

#tooltip.line3.viewport-bottom.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-3line-down.png) !important;
}

#tooltip.line4.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-4line.png) !important;
}

#tooltip.line4.viewport-bottom {
	background: url(../images/tooltip/shadow2-4line-down.png) !important;
}

#tooltip.line4.viewport-bottom.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-4line-down.png) !important;
}


#tooltip.line5.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-5line.png) !important;
}

#tooltip.line5.viewport-bottom {
	background: url(../images/tooltip/shadow2-5line-down.png) !important;
}

#tooltip.line5.viewport-bottom.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-5line-down.png) !important;
}


#tooltip.line17.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-17line.png) !important;
}

#tooltip.line17.viewport-bottom {
	background: url(../images/tooltip/shadow2-17line-down.png) !important;
}

#tooltip.line17.viewport-bottom.viewport-right {
	background: url(../images/tooltip/shadow2-reverse-17line-down.png) !important;
}


#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }
