/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	background-image: url(../img/ttip_left.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index:100;
	border: none;
	width:170px;
	height:80px;
	padding:20px 20px 0px 10px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
}
#JTie {
	position: absolute;
	width:170px;
	height:80px;
	margin: -20px 0px 0px -10px;
	padding:20px 20px 0px 10px;
}

#JT_copy{
	position: absolute;
	padding:10px 10px 10px 10px;
	color:#fff;
	z-index:101;
	line-height: 14px;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	text-align: left;
	padding-left: 24px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-weight:normal;
}

#JT_close_right{
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 0px;
}

#JT_copy p, #JT_copy h2, #JT_close_right, #JT_close_right p, #JT_close_left, #JT_close_left p{
	margin:0px;
	font-weight:normal;
	color:#fff;
	line-height: 14px;
}

#JT_copy img{
	padding: 1px;
}

[tip]{
cursor:help;
}
