
/* корневые части закладок*/
ul.css-tabs {
	margin:0 !important;
	padding:0;
	height:15px;
	border-bottom:1px solid #ced4da;
	width : 576px;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}


/* закладки */
ul.css-tabs a {
	float:left;
	font-size:11px;
	display:block;
	padding:5px 5px;
	/* растояния внутри закладки */
	text-decoration:none;
	border:1px solid #ced4da;
	border-bottom:0px;
	height:15px;
	background-color: #f9fafa;
	color:#777;
	margin-right:2px;
	/* между закладками*/
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;
	margin-bottom : -1px;
}
/* при наведегии на заклудку */
ul.css-tabs a:hover {
	background-color: #FDFDFD;
	color:#333;
}
	
/* selected tab */
/*выбранная закладка*/
ul.css-tabs a.current {
	background-color: White;
	border-bottom: 2px solid White;
	/* подчеркивание */
	color:#000;
	cursor:default;
}

	
/* поле закладки */
div.css-panes div {
	display:none;
	border: 1px solid #ced4da;
	border-width:0 1px 0px 1px;
	min-height:50px;
	padding:0px 0px;
	background-color: White;


}



/* *************************************************** */


.links_tab A:link {
	COLOR: #16387c;
	font-weight: bold;
	FONT-SIZE: 11px;
	font-family : Arial, Helvetica, sans-serif;
}
.links_tab A:visited {
	COLOR: #16387c;
	FONT-SIZE: 11px;
	font-weight: bold;
	TEXT-DECORATION: none;
	font-family : Arial, Helvetica, sans-serif;
}
.links_tab A:hover {
	COLOR: #16387c;
	font-weight: bold;
	FONT-SIZE: 11px;
	font-family : Arial, Helvetica, sans-serif;
}
.links_tab A:active {
	COLOR: #16387c;
	font-weight: bold;
	FONT-SIZE: 11px;
	font-family : Arial, Helvetica, sans-serif;
}
