@charset "utf-8";
/* CSS Document */

.tool1-tip, .tool2-tip, .tool3-tip, .tool4-tip {
	color: #CCC;
	width: 160px;
	z-index: 13000;
	line-height: 13px;
}
 
.tool1-title, .tool2-title, .tool3-title, .tool4-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #FFF;
	padding: 14px 8px 4px 12px;
	background: url(../images/bg_tooltip_top.png) top right no-repeat;
}
 
.tool1-text, .tool2-text, .tool3-text, .tool4-text {
	font-size: 10px;
}

.tool1-text {
	padding: 0px 24px 95px 12px;
	background: url(../images/bg_tooltip_bottom_banner.png) bottom right no-repeat;
}

.tool2-text {
	padding: 0px 70px 46px 12px;
	background: url(../images/bg_tooltip_bottom_rollerbanners.png) bottom right no-repeat;
}

.tool3-text {
	padding: 0px 105px 46px 12px;
	background: url(../images/bg_tooltip_bottom_wraps.png) bottom right no-repeat;
}
 
.tool4-text {
	padding: 0px 24px 158px 12px;
	background: url(../images/bg_tooltip_bottom_display.png) bottom right no-repeat;
}
