/*
// 2005-03-21
// Copyright (c) Art. Lebedev | http://www.artlebedev.ru/
// Author - Vladimir Tokmakov
*/

.tabsheets,
.tabsheets dt,
.tabsheets dd
{
margin: 0;
padding: 0;
width: auto;
border: none;
}
dl.tabsheets dt,
dl.tabsheets dd
{
background-image:url('pics/bluetex.gif');
}
.tabsheets
{
position: relative;
padding: 1px;  /*  θημε */
}
.tabsheets dt
{
float: left;
cursor: default;
white-space: nowrap;
width: 120px;
height: 20px;
text-align: center;
background: url('pics/tabbgnd.png') 0 0 no-repeat;
}
.tabsheets dt.active
{
float: left;
cursor: default;
white-space: nowrap;
width: 120px;
height: 20px;
text-align: center;
background: url('pics/tabbgnd_active.png') 0 0 no-repeat;
}
.tabsheets dd
{
position: absolute;
width: 100%;
display: block;
left: 0;
top: 0;
margin: 21px 0 0 0;
padding: 0; /*  θημε */
}
.tabsheets dd .reducer
{
margin: 4px;
background-color: #1E314C;
}
.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: 4px;
background-color: #1E314C;
}

