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

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:11px;
    margin-top: -7px;
}

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

#JT {
	position: absolute;
	z-index:100;
	background: fff;
	/*Transparency*/
	width: 223px;
	margin: auto;
	
}

#JT img {position: relative; top: -2px;}
#JT h4 {background: #7192a9; color: #fff; margin: -5px 0px 0px -2px; width: 201px;  padding: 3px; font-size: 1.2em; text-transform: lowercase;}
body.product-details #JT h4 {font-size: .9em;}

#JT_copy{width: 200px; margin: auto; padding: 5px; background: url(/assets/images/tooltip/bg.png) 0 17px repeat-y; display: block; padding: 0 10px ;}

#bottom {background: url(/assets/images/tooltip/bottom.png); width: 223px; height: 7px;  position: absolute; bottom: -7px; left: -0px ;}

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

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight:bold;
}


