.alxTabContent  
{
	padding:14px 19px;
	display: none;
	clear:both;
	border:1px solid #ccc;
	position:relative;
	z-index:2;
}
.alx-tabs
{
	padding: 0px;
	margin: 0px;
}
.alx-tabs a 
{
	display: block; 
	float:left;
	margin-right:2px;
	text-decoration: none;
	position:relative;
	top:1px;
	z-index:1;
	padding: 1px 1px 0px 1px;
	background-image: url(images/bg_tab.png);
	background-repeat:0px 0px;
	background-repeat:repeat-x;
	text-shadow: 1px 1px 0px #4b4b4b;
}
.alx-tabs a span
{
	display:block;
}
.alx-tabs a.active, .alx-tabs a.active:hover
{
	text-shadow: 1px 1px 0px #fff;
	font-weight:bold;
	padding: 0px 0px 1px 0px;
	border:1px solid #ccc;
	z-index:3;
	border-bottom:0px !important;
}
.alx-tabs a:hover 
{
	background-image:url(images/bg_tab_hover.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
/*цвет задается в параметрах  не активной плашки 2*/
}