/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left:before,
#JT_arrow_left:after{content:"";display:block;border-width:10px;position:absolute; left:-20px; top:5px; border-style:dashed solid dashed dashed;border-color:transparent #B1B1B1 transparent transparent;font-size:0;line-height:0;}
#JT_arrow_left:after{left:-19px;border-color:transparent #F5F5F5 transparent transparent;}

#JT_arrow_right:before,
#JT_arrow_right:after{content:"";display:block;border-width:10px;position:absolute; right:-20px; top:5px; border-style:dashed solid dashed dashed;border-color:transparent transparent transparent #B1B1B1;font-size:0;line-height:0;}
#JT_arrow_right:after{right:-19px;border-color:transparent transparent transparent #F5F5F5;}


#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	border-radius:3px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4); -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); box-shadow:0 0 10px rgba(0,0,0,0.4);
}

#JT a:link {
	color: #0066CB;
	text-decoration: none;
}
#JT a:visited {
	text-decoration: none;
	color: #0066CB;
}
#JT a:hover {
	text-decoration: none;
	color: #0a0a0a;
}
#JT a:active {
	text-decoration: none;
	color: #FF9900;
}

#JT .JT_title{
    font-size:13px; color:#333; background-color:#F5F5F5;
}

#JT_copy{
	padding:10px 15px 10px 15px;
	color:#666;
}

.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: 10px;
	border-bottom:#e5e5e5 solid 1px;
	height:28px;
	line-height:28px;
	color:#666;
	font-weight:normal;
	background-color:#f5f5f5;
}

#JT_close_right{
	background-color: #F5F5F5;
	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 #EEE;
}

.JT_close{
	cursor:hand;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
	height:28px;
	background-position: 0px 6px;
	margin-right:5px;
	cursor:pointer;
}
.JT_close:hover{
    cursor:pointer;
	background-image: url(../images/delete2.png);
	background-repeat: no-repeat;
}

.jTip{
    cursor:pointer;
}
