/* Tips CSS */
* {margin:0px; padding:0px}

.tool-tip {
	color: #000;
	/*width: 224px;*/
	z-index: 13000;
	text-align:left;
	border:1px solid #d9d9d9;
	background:#FFF;
}
 
.tool-title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	color: #a4db26;
	padding: 4px 10px 2px 12px;
	/*background:url(../images/tipsBG4.png) top left;*/
}

/* html .tool-title {background:url(../images/tipsBG4.gif) top left;}*/

.tool-text {
	font-size:1.1em;
	padding: 2px 10px 4px 12px;
	/*text-align:justify;*/
	/*background:url(../images/tipsBG4.png) bottom right;*/
}

* html .tool-text {background:url(../images/tipsBG4.gif) bottom right;}

.tool-text ul {padding:0 0 0 17px}
.tool-text ul li {list-style-type:disc}

.custom-tip {
	color: #000;
	width: 130px;
	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;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
