

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../ps_images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-11px; /* side position of arrow */
	height:25px;
	width:10px;
    top:-1px; /* top position of arrow */
}


#JT {
	position: absolute;
	margin-top: 6px;
	font:12px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	z-index:100;
	border: 1px solid #CCCCCC;
	background-color: #000;	
	padding-bottom: 15px;
}

#JT ul {
	font:11px Tahoma, "Lucida Sans", "Trebuchet MS", Arial;
	margin:10px 0px 0px 10px;
	padding:0;
	margin-right:30px;
	color:#CCCCCC;	
	width:360px; /* max size of the bullet list */
}

#JT ul li {
 list-style: none;
 	 background-image: url(../ps_images/blt_panel_clps.gif);
 	 background-position: left top;
 	 background-repeat: no-repeat;
 	 padding-left: 25px;  /* space for the image */
	 margin-left: -15px;
	 line-height:15px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../ps_images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #999;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #999;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
