/*
// 2005-03-21
// Copyright (c) Art. Lebedev | http://www.artlebedev.ru/
// Author - Vladimir Tokmakov
*/

.tabsheets,
.tabsheets dt,
.tabsheets dd
{
margin: 0 0 0 0;
padding: 0 0 0 0;
width: auto;
border: none;
}
dl.tabsheets dt,
dl.tabsheets dd
{
color: ButtonText;
border: 0px solid ThreeDFace;
border-top-color: ThreeDHighlight;
border-left-color: ThreeDHighlight;
}
.tabsheets
{
position: relative;
padding: 0 0 0 0;  
margin: 0 0 0 0;  
height: 99px; 
}
.tabsheets dt
{
float: left;
font-size:11px;
padding: 0 5 0 25;
cursor: pointer;
text-decoration: underline;
white-space: nowrap;

}
.tabsheets dt.active
{
margin-top: 0;
padding-bottom: 2;
font-weight: bold;
text-decoration: none;
font-size:13px;
}
.tabsheets dd
{
position: absolute;
width: 100%;
display: block;
left: 0;
margin: 15 0 0 0;
padding: 0; 
}
.tabsheets dd .reducer
{
margin: 0 0 0 0;
}
.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: 0;
}

