/* jTip */
#JT {
	position: absolute;
	z-index: 5001;
	border: 1px solid #FFF;
	background: url('../img/page/bg/context_help_box.gif') repeat-x;
	background-color:#C0C0C0;
	
	display: none;
	font-size: 12px;
	line-height: 1.5em;
	color: #3c494e;
}

#JT h2 {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

#JT_copy {
	display: none;
	padding: 10px 10px 10px 10px;
}

.JT_loader {
	background-image: url('../img/page/lightbox-ico-loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 32px;
}

.jTip {
	
	padding-left: 15px;
	text-decoration: none;
	padding-top: 3px;
	margin-left: 2px;
	line-height: 14px;
	font-size: 10px;
	background-image: url('../img/page/buttons/question_mark.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.jTip_big
{
	margin-left: 10px;
	padding-top:9px;
	padding-left: 21px;
	line-height:12px;
	margin-top:14px;
	float:right;
	background-image: url('../img/page/buttons/question_mark_big.png');
}

.jTip:hover,.jTipActive,.question_mark_right,.question_mark_left {
	background-position: 0px -15px;
}

.jTip_big:hover, .jTip_big.jTipActive, .jTip_big.question_mark_right, .jTip_big.question_mark_left {
	background-position: 0px -21px;
}

.jTipActive {
	z-index: 5002;
	position: relative;
}

.jTip_big.jTipActive
{
	z-index:5007;
}

.question_mark_right,.question_mark_left {
	height: 15px;
	width: 15px;
	z-index: 5006;
	background-image: url('../img/page/buttons/question_mark.png');
	position: absolute;
	cursor: pointer;
	top: -8px;
}

.question_mark_right {
	right: -7px;
}

.question_mark_left {
	left: -7px;
}

.jTfix{
	display: inline;
	font-size:1px;
}

#JT_close_right,#JT_close_left{
	background-image: url(../img/page/buttons/close_small.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 5007;
	
	height:15px;
	width:15px;
    top:5px;
    cursor:pointer;
}
#JT_close_right:hover,#JT_close_left:hover{
	background-position: 0 -15px;
	
	}
#JT_close_right{
	right:5px;
	}
	
#JT_close_left{
	left:5px;
	
}
.tool_tip_help_content{
	margin-top:10px;
	margin-right:0px;
	}
