/*Закладки*/
.TTabSheets_tabsset{
	height:30px;
}
.TTabSheets_tab{
	padding:5px;
	line-height:15px;
	float:left;
	width: 70px;
	text-align: center;
	vertical-align: abstop;
}
.TTabSheets_tab a{
	text-decoration: none;
}
.TTabSheets_tab_act{
	float:left;
	padding:5px;
	width: 70px;
	height: 16px;
	line-height:16px;
	background-image: URL('/templates/browse/image/lbc_tsa.gif');
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	vertical-align: abstop;
	z-index:50;
	
}
.TTabSheets_tab_act a{
	text-decoration: none;
}
/*Поля*/
.TTabSheets_workplace{
	border-left: 1px solid #98b1cf;
	border-right: 1px solid #98b1cf;
	background-image: URL('/templates/browse/image/lbc_fone.gif');
	background-repeat: repeat-x;
	min-height: 340px;
	overflow: hidden;
	width:258px;
}
.TTabSheets_work{
	display: none;
}
.TTabSheets_work_act{
	display: block;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

/*Верхние закругления*/

.TTabSheets_top{
	position: relative;
	height: 4px;
	top: 26px;
	z-index:10;
	font-size: 4px;
	width: 260px;
	overflow: hidden;
}

.TTabSheets_btop{
	background-image: URL('/templates/browse/image/tbg.gif');
	background-repeat: repeat-x;
	width: 252px;
	height: 4px;
	font-size: 4px;
	float:left;
}
.TTabSheets_ltop{
	float:left;
	width:4px;
	height:4px;
	background-image: URL('/templates/browse/image/ttl.gif');
	background-repeat: no-repeat;
	font-size: 4px;
}
.TTabSheets_rtop{
	float:right;
	width:4px;
	height:4px;
	background-image: URL('/templates/browse/image/ttr.gif');
	background-repeat: no-repeat;
	font-size: 4px;
}
/*Нижние закругления*/
.TTabSheets_bottom{
	height: 4px;
	font-size: 4px;
	width: 260px;
}

.TTabSheets_bbot{
	float:left;
	width: 252px;
	height: 3px;
	font-size: 3px;
	background-color: white;
	border-bottom:1px solid #98b1cf;
}

.TTabSheets_lbot{
	float:left;
	width:4px;
	height:4px;
	background-image: URL('/templates/browse/image/tbl.gif');
	background-repeat: no-repeat;
	font-size: 4px;
}
.TTabSheets_rbot{
	float:right;
	height:4px;
	width:4px;
	background-image: URL('/templates/browse/image/tbr.gif');
	background-repeat: no-repeat;
	font-size: 4px;
}