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

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

}

#JT_arrow_right{
	background-image: url(../images_alt/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:5px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #ffa13d;
	background: #ffa13d url(../images_alt/tooltip_bg.gif) repeat-x bottom left;
	-moz-box-shadow:2px 2px 5px #232323;
	-webkit-box-shadow:2px 2px 5px #232323;
	box-shadow:2px 2px 5px #232323;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#232323', Direction=135, Strength=3);
}

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

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

#JT_close_left{
	background-color: #ffa13d;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
}

#JT_close_right{
	background-color: #ffa13d;
	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 #CCCCCC;
}

.jTip{
cursor:help;
}

