/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}


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

#JT_arrow_left
{
background-repeat: no-repeat;
background-position: left top;
position: absolute;
z-index:1011;
left:-12px;
height:23px;
width:10px;
top:-3px;
}

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

#JT
{
position: absolute;
z-index:1010;
border: 1px solid #bdd748 ;
background-color: #f6fae2;
font-family:arial, sans-serif;
font-size:11px;
color:#454545;
}

#JT_copy
{
border: 0px solid #bdd748 ;
padding:10px 10px 10px 10px;
color:#333333;
}

.JT_loader
{
border: 0px solid #bdd748 ;
width:100%;
height:200px;
}

#JT_close_left
{
background-color: #bdd748;
text-align: left;
padding-left: 8px;
padding-bottom: 5px;
padding-top: 2px;
font-family:arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#353535;
}

#JT_close_right
{
background-color: #bdd748;
text-align: left;
padding-left: 8px;
padding-bottom: 5px;
padding-top: 2px;
font-family:arial, sans-serif;
font-size:11px;
font-weight:bold;
color:#353535;
}

#JT_copy p
{
margin:3px 0;
}

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

.jTip
{
cursor:help;
}