/* div jftbutton style Image background */
.jftshowbutt-l, .jftshowbutt-r {
	width: 8px;
	height: 22px;
	float: left;
	cursor: pointer;
}

.jftshowbutt-l {
	background: url(images/jftshowbutt_lg.png) 100% 0 no-repeat;
	float: left;
}
.jftshowbutt-m {
	width: 72px;
	height: 22px;
	background: url(images/jftshowbutt_mg.png) 100% 0 repeat-x;
	float: left;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.jftshowbutt-r {
	background: url(images/jftshowbutt_rg.png) 100% 0 no-repeat;
}

/* additional style for jftpanel */
#jftpanel {
text-transform: uppercase;
}
/* additional style for jftbutton */
#jftbutton a{
text-decoration: none;
}
/* additional style for jftcontent */
#jftcontent a{
	text-decoration: none;
}

.jftitem{
padding: 2px 2px 2px 5px;
width: 99,9%;
height: 40px;
border: 1px solid #999900;
/*overflow: hidden;*/
}
.jftitem1{
float: left;
width: 33%;
}
.jftitem2{
padding-top:8px; 
float: left;
width: 33%;
}
.jftitem3{
float: left;
width: 33%;
}