﻿.tabsLine{
    width:481px;
    height: 8px;
    background:#B5E352;
    font-size:1px;
}

.clsTab,.clsTabSel
{
	padding-top:2px;
	vertical-align:top;
	width: 85px;
	height:21px;
	color: #96997F;
	font-size:smaller;
	font-weight:bold;
	text-align:center;
	background: url(../img/tab-unselected.gif);
	background-repeat: no-repeat;
	cursor:pointer;
}
.clsTabSel
{
	color: #364710;
	height:26px;
	background: url(../img/tab-selected-income.gif);
}

.clsTabSp
{
	width:3px;
	border-top:1px solid #BFC39E;
}
