﻿/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left, #JT_arrow_right{
	/* background: url(/images/tip_top.png) no-repeat left top; */
	/* position: absolute; */
	z-index:101;
	left:0px;
	height:44px;
	width:229px;
    top:0px;
    overflow:auto;
}

/* #JT_arrow_right{
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
} */

#JT {
	position: absolute;
	z-index:100;
	border: none;
	width:229px;
	padding: 6px 3px 10px;
}
.jt_content { background: url(/images/tip_bottom.png) no-repeat; }

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

h5 {
	background-color: none;
	color:#ffffff;
	font-size:140%;
	text-align: left;
	padding:2px 15px 0 25px;
	font-weight:bold;
}

/* #JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
} */

#JT_copy p{
color:#666;

line-height:1.2em;
margin:0 20px 15px 15px;
padding-left: 3px;
}


#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
border-bottom:dotted 1px #666;
color:#666;
/* cursor:help; */
text-decoration:none;
white-space: nowrap;
}

