@charset "utf-8";
/* CSS Document */

.tipper {
	background-color: #AAA;
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
	}
	a.tipper {
		background-color: #FFF;
		color: #00F;
		}
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
	}
		 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
	}
	 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
	}

.tool-loading {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-image: url(ajax_load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

.custom-tip {
	color: #000;
	width: 400px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
	text-align:left;
}

.custom-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.custom-text ul {
	list-style:none;
}
.custom-text ul li { padding-top: 5px; padding-left: 30px; padding-right: 5px; background: url(http://fullstop.swidman.pl/swidman.pl/modules/package/images/rightarrowone.gif) 15px 10px no-repeat; }

.phone-tip {
	color: #000;
	width: 400px;
	z-index: 13000;
}

.phone-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #e1cda8;
	border-bottom: 1px solid #ea8916;
	text-align:left;
}
.phone-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #e4c383;
}
.phone-text ul {
	list-style:none;
}
.phone-text ul li { padding-top: 5px; padding-left: 30px; padding-right: 5px; background: url(http://fullstop.swidman.pl/swidman.pl/modules/package/images/rightarrowone.gif) 15px 10px no-repeat; }

.biznes-tip {
	color: #000;
	width: 400px;
	z-index: 13000;
}

.biznes-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #994017;
	border-bottom: 1px solid #893b15;
	text-align:left;
}
.biznes-text {
	text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #cf6126;
}
.biznes-text ul {
	list-style:none;
}
.biznes-text ul li { padding-top: 5px; padding-left: 30px; padding-right: 5px; background: url(http://fullstop.swidman.pl/swidman.pl/modules/package/images/rightarrowone.gif) 15px 10px no-repeat; }
