
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

#industrialpreview{font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:13px;}
#industrialpreview ul{ margin:0; }
#industrialpreview li { list-style-type: square;  font-size:10px;}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(/walkerindustrial/images/arrow_left2.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:50px;
	height:15px;
	width:45px;
    top:-17px;
}

#JT_arrow_right{
	background-image: url(/walkerindustrial/images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:50px;
	height:15px;
	width:45px;
    top:-17px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #a2a2a2;
	background-color: #fff;
	margin-top: 35px;
	margin-left: -120px;

}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/walkerindustrial/images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color:#000;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
}

#JT_close_right{
	background-color: #808080;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}

#JT_copy p{
	margin:3px 0;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;

}



#JT_copy img{
	padding: 1px;
	border: 1px solid #808080;
}

.jTip{
cursor:help;

}

