css
/*
// 2005-03-21
// Copyright (c) Art. Lebedev | http://www.artlebedev.ru/
// Author - Vladimir Tokmakov
*/

.tabsheets,
.tabsheets dt,
.tabsheets dd
{
margin: 0;
padding: 0;
width: 53px; 
border: none;
height:65px;
}
dl.tabsheets dt,
dl.tabsheets dd
{
    width:53px;
	height:65px;
	background: url(../images/archive-first.gif) no-repeat;
	float:left;
	margin:10px 5px 0 0;
	clear:left;
	text-align:center;
}
dl.tabsheets dt p, dl.tabsheets dd p{
	font-family: Arial, Helvetica, Garuda, san-serif;
	font-size:12px;
	color:#3d3832;
	margin:0;
	padding:0 5px 0 5px;
}
dl.tabsheets dt p a:link, dl.tabsheets dd p a:link, dl.tabsheets dt p a:visited, dl.tabsheets dd p a:visited{
	color:#3d3832;
}
.tabsheets
{
position: relative;
padding: 0;  /* ­? ?§¬?­??? */
margin-bottom: 10px;
}
.tabsheets dt
{
float: left;
padding: 0.2em 1em;
cursor: default;
white-space: nowrap;
margin-top: 0.1em;
margin-bottom: -0.2em;
}
.tabsheets dt.active
{
margin-top: 0;
padding-bottom: 0.3em;
}
.tabsheets dd
{
position: absolute;
width: 100%;
display: block;
left: 0;
margin: 1.6em 0 1em 0;
padding: 0; /* ­? ?§¬?­??? */
}
.tabsheets dd .reducer
{
margin: 1em;
}
.tabsheets dd.inactive
{
display: none;
}
.tabsheets dd.inactive iframe,
.tabsheets dd.inactive select,
.tabsheets dd.inactive textarea,
.tabsheets dd.inactive input
{
display: none ! important;
}
.tabsheets dd.active
{
display: block;
}
.tabsheets .reducer
{
margin: 1em;
}