/* ---------->>> jtip <<<---------------------------------------------------------------*/

.shadow { width: 436px; height: 10px; position: absolute; top: -17px; left: 0; background: #eee; border-top: 7px solid #ddd; border-right: 7px solid #ddd; border-left: 7px solid #ddd; border-bottom-style: none; border-bottom-width: 0; }

.shadow-top {
	width:11px;
	height: 17px;
	background: url(../images/jtip/tooltip-shadow-top.png) no-repeat;
	position: absolute;
	right: -18px;
	top: -7px;
}

#JT_arrow_left{
	background-image: url(../images/jtip/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(../images/jtip/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: 7px solid #f3f7f7;*/
/*	background-color: #fff;*/
	background: url(../images/jtip/tooltip-shadow.png) right bottom no-repeat;
	padding: 0 11px 13px 0;
}

#JT_copy{ padding: 10px 20px; color:#565656; background: #f8f8f8; font-size: 11px; line-height: 1.5em; border-left: 7px solid #ddd; border-bottom: 7px solid #ddd; border-right: 7px solid #ddd; border-top-style: none; border-top-width: 0; }

.JT_loader{
	background-image: url(../images/jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left, #JT_close_right{ background-color: #eee; text-align: left; font-weight:bold; color: #850b0b; font-size: 13px; padding: 0 20px 10px; border-left: 7px solid #ddd; border-right: 7px solid #ddd;border-top-sty;le: none; border-top-width: 0; border-bottom-style: none; }

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{

}
