
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../../gfx/tooltip/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(../../gfx/tooltip/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: 2px solid #cccccc;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
}

#JT_copy{
	padding:5px;
	color: #464646;
}

.JT_loader{
	background-image: url(../../gfx/tooltip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:23px;
}

#JT_close_left{
	background-color: #cccccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #414141;
}

#JT_close_right{
	background-color: #ccc;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #414141;
}
#JT_copy
{
	padding: 0px;
}
#JT_copy .inner
{
	padding: 5px;
}
#JT_copy p{
  margin:3px 0;
}

#JT_copy p.logo{
  margin:5px 0 10px 0;
  float: left;
	font-size: 12px;
	font-family: Arial;
	color: green;
}
#JT_copy p.desc
{
	clear: both;
	color: #838383;
	margin-top: 8px;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px 5px 5px 0px;
}
  #JT_copy .info
  {
    float: left;
    width: 200px;
  }
	#JT_copy .title
	{
		color: #414141;
		font-weight: bold;
		background-color: #cccccc;
		padding: 3px 3px 5px 3px;
	}
	#JT_copy img.serv_icon
	{
		border: none;
		float: left;
	}
	#JT_copy .hd 
	{
	  float: right;
	}
  #JT_copy .hd img
  {
    border: none;
    margin: 0px;
    padding: 0px;
  }