﻿.tip-yellowsimple {
	z-index:99000;
	text-align:left;
	min-width:50px;
	max-width:270px;
	color:#000;
	background-color:#fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellowsimple b{ display:block; font-size: 14px; padding: 0 10px; line-height: 40px; font-weight: normal; border-bottom: 1px #eee solid; color: #333; background-color: #f8f8f8;}
.tip-yellowsimple ul{ padding: 10px; font-size: 14px; color: #ff0000; line-height: 25px;}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-6px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:6px;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:6px;
	height:9px;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:6px;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:6px;
	height:9px;
}