/*
// 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;
	color #333333;
}
dl.tabsheets dt,
dl.tabsheets dd{
	background-color: #FFFFFF;
	color: ButtonText;
	border-bottom: 1px solid #999999;
}
.tabsheets{
	position: relative;
	padding: 0;  /* не изменять */
	height: 99px; /* это для object-inspector.js ищи строку tabsheets- */
	margin-bottom: 10px;
}
.tabsheets dt{
	float: left;
	padding: 0.2em 1em;
	cursor: default;
	white-space: nowrap;
	margin-top: 2px;
	margin-bottom: -0.2em;
	line-height:100%;	
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 1px;
}
.tabsheets dt.active{
	border: 2px solid #999999;
	border-width: 2px 0 0 0;	
	background-color: #EEEEEE;
	color: #333333;
	margin-top: 0;
	padding-bottom: 0.3em;
	line-height:100%;
	font-weight: bold;
}
.tabsheets dd{
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	margin: 1.6em 0 1em 0;
	padding: 0; /* не изменять */
}
.tabsheets dd .reducer{
	margin: 5px 10px;
}
.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: 2px 2px 0 2px;
}


