/* CSS Document */

	/* Заголовок НЕАКТИВНОЙ вкладки */

.title_top10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	text-indent: 5px;
	color:#009;
	
}
.top_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	text-transform: capitalize;
	color: #009;
	font-size: 12px;
	cursor:pointer;
	border-left: 1px solid #009;
	border-right: 1px solid #009;
	border-top: 1px solid #009;
}
	/* Заголовок АКТИВНОЙ вкладки */
.top_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:capitalize;
	text-align:center;
	color: #009;
	font-size: 12px;
	cursor:pointer;
	border-bottom: 1px solid #009;
	
}

.top_selected_td_left {
	background-image:url(../../img/top10_left.png);
	background-repeat: repeat-y;
}

.top_selected_td_right {
	background-image: url(../../img/top10_right.png);
	background-repeat: repeat-y;
}


	/* Стиль в таблице топовых статей для заголовка статьи. */
.top10_read1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
	color: #333333;
	text-decoration: none;
	border-bottom:1px solid #CCC;
	padding-right:5px;
}


	/* Показать или спрятать вкладку */
.show {
/*	visibility: visible;  */
	display:block;
}
.hide {
/*	visibility: collapse; */
	display:none;
}
a.top10:link {
	text-decoration: none;
	color: #777;
}
a.top10:visited {
	text-decoration: none;
	color: #777;
}
a.top10:hover {
	text-decoration: none;
	color: #333;
}
a.top10:active {
	text-decoration: none;
	color: #333;
}

