p.title
{
	font-weight:bold;
	margin-bottom:0;
}
/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 0.75em;}
#JT_copy p, #JT_copy ul{font-size: 0.75em;}
#JT_copy p {padding-left:12px;xtext-transform:uppercase;}
/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT_arrow_left{
	background-image: url(images.css/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-10px;
	height:23px;
	width:10px;
    top:-2px;
}

#JT_arrow_right{
	background-image: url(images.css/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: 1px solid #e2d4a3;
	background-color: #fafafa;
}

#JT_copy{
	padding:10px 10px 10px 0;
	color:#333;
	text-align:left;
}

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

#JT_close_left{
	background-color: #e2d4a3;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#000;
}

#JT_close_right{
	background-color: #e2d4a3;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#000;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #ccc;
}

.jTip{
cursor:help;
}

a.jTip {
	background:#f3f0df url(images.css/i_icon.gif) right center no-repeat;
	text-decoration:none;
	width:12px;
	height:13px;
	padding-left:3px;
	display:inline-block;
	vertical-align: middle;
}
/* For IE 7 */
.ie7 a.jTip {
	zoom: 1;
	display: inline;
}
