DIV.tabpanel{
	padding-left:20px;
//	width:100%;
	height:49px;
	background:url(/$files/img/tab-bg.png);
}

DIV.tabpanel DIV{
	float:left;
	background:url(/$files/img/tab-left.png) no-repeat;
	padding-left:15px;
	height:49px;
	margin-right:5px;
	cursor:hand;
}

DIV.tabpanel DIV DIV{
	background:url(/$files/img/tab-right.png) no-repeat right;
	padding:0 15px 0 0;
	margin:0;
	height:49px;
	line-height:23px;
	float:left;
	color:#7f7f7f;
}

DIV.tabpanel DIV.selected{
	background:url(/$files/img/tab-left-select.png) no-repeat;
}

DIV.tabpanel DIV.selected DIV{
	background:url(/$files/img/tab-right-select.png) no-repeat right;
	color:#464646;
}


DIV.tabpanel2{
	f2loat:left;
}

DIV.tabpanel2 DIV{
	padding-left:15px;
	height:22px;
	cursor:hand;
	overflow:hidden;
}

DIV.tabpanel2 DIV DIV{
	height:22px;
	line-height:22px;
	padding-left:0px;
	overflow:hidden;
	cursor:hand;
	white-space:nowrap;
//	white-space:normal;
}

DIV.tabpanel2 DIV.selected{
	background:url(/$files/img/tab2-left-select.png) no-repeat;
}

DIV.tabpanel2 DIV.selected DIV{
	background:url(/$files/img/tab2-right-select.png) no-repeat right top;
}
