﻿/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left {
background-image:url(../../img/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:url(../../img/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:2px solid #59A42B;
background-color:#fff;
}

#JT_copy {
color:#333;
padding:10px;
}

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

#JT_copy p {
margin:3px 0;
}

#JT_copy img {
border:1px solid #CCC;
padding:1px;
}

.jTip {
cursor:help;
}

.jTip img {
border:none;
}

.jTipContent {
display:none;
}

#JT_close_left,#JT_close_right {
background-color:#EAFFEB;
border-bottom:1px solid #59A42B;
font-weight:700;
padding-bottom:5px;
padding-left:8px;
padding-top:2px;
text-align:left;
}