/*-----------------------------------------------------------
 * Author:Gross Anton, http://www.italia-ru.it/users/ainur
------------------------------------------------------------*/
/**
** Normal Tabs
**/
ul.secondary {
	font-size:90%;
	padding-bottom:10px;
	border-bottom:1px solid #50a029;
}
ul.secondary li {
	padding:0 3px 0 3px;
	border-right:1px solid #50a029;
}
ul.secondary li.active {
	cursor:default;
}

/* Skin */
#leftcolumn ul.primary {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
#leftcolumn ul.primary {
    list-style:none;
    margin:0;
    padding:0 0 0 5px !important;
	white-space:nowrap;
	border-bottom:1px solid #519e2d !important;
}
#leftcolumn ul.primary:after { /* clearing without presentational markup, IE gets extra treatment */
	display:block;
	clear:both;
	content:" ";
}
#leftcolumn ul.primary li {
	float:left;
	margin:3px 0 -3px 1px;
	padding:0;
	font-weight:bold;
}
#leftcolumn ul.primary li.active {
	margin-top:0 !important;
}
#leftcolumn ul.primary span a, ul.primary span {
	float:left; /* fixes dir=ltr problem and other quirks IE */
	padding:0 5px 0 5px;
	background:url(../images/tabs.png) no-repeat;
	border:none !important;
	height:22px;
	margin:0;
}
#leftcolumn ul.primary span a {
    margin:-1px 0 0 0 !important; /* position:relative makes opacity fail for disabled tab in IE */
    padding-left:0;
    background-position:100% 0;
    text-decoration:none;
    white-space:nowrap; /* @ IE 6 */
    outline:0; /* @ Firefox, prevent dotted border after click */    
}
ul.primary a:link, ul.primary a:visited {
    color:#fff;
}
ul.primary span.active a {
	position:relative;
	z-index:2;
	background-position:100% -23px !important;
	padding-bottom:5px !important;
}
ul.primary span.active {
	padding:1px 0 2px 5px;
	height:27px;
	background-position:0 -23px;
	line-height:27px;
	padding-bottom:1px;
}
ul.primary span {
    padding-top:1px;
    padding-right:0;
    height:20px;
    background-position:0 0;
    line-height:20px;
}
ul.primary a.active a:link, ul.primary a.active a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor:text;
}
ul.primary a:hover, ul.primary a:focus, ul.primary a:active,
ul.primary .ui-tabs-unselect a:hover, ul.primary .ui-tabs-unselect a:focus, ul.primary .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor:pointer;
}
.ui-tabs-disabled {
    opacity:.4;
    filter:alpha(opacity=40);
}
ul.primary .ui-tabs-disabled a:link, ul.primary .ui-tabs-disabled a:visited {
    color:#000;
}
.ui-tabs-panel {
    padding:5px 0 5px 0;
    background:#fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding:0 0 0 20px;
    background:url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html ul.primary { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display:inline-block;
}
*:first-child+html ul.primary  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display:inline-block;
}
