/* ========== My-Giga.ru ========== */
/* Любые копирования и использование вне сайта, запрещены! */
/* Автор кода : Kromaliy */

/* новости - заголовок */
.kontent_title  {
	background: url(../images/kontent_title.jpg) repeat-x;
	width: 570px;
	font: 15px Myriad Pro;
	color: #ffffff;
	height: 37px;
	padding: 0px;
	text-align: center;
	border-left: 1px solid #010101;
	border-right: 1px solid #010101;
}

.kontent_title a:link,
.kontent_title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.kontent_title a:hover {
	color: #bababa;
	text-decoration: none;
}

/* новости - текст новости */
.news-info  {
	background: #e6e6e6;
	width: 570px;
	min-height: 35px;
	border-right: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}

.otstup_news  {
	background: #e6e6e6;
	font-size: 12px;
	color: #333333;
	padding: 12px;
	min-height: 35px;
	text-align: left;
}

/* новости - подзаголовок */
.alert2  {
	background: url(../images/alert2.png) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
	padding-right: 5px;
}

.kontent_pod_title {
	background: #dadada;
	font-size: 12px;
	color: #333333;
	min-height: 33px;
	text-align: right;
	width: 570px;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
}

/* новости - низ */
.news-info_bottom  {
	background: #dadada;
	width: 570px;
	height: 35px;
	border-right: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
}

.news-info_bottom_otstup  {
	padding: 10px;
}

.ratings {
	float: left;
}

.news_bottom {
	font-size: 12px;
	color: #333333;
	text-align: right;
}

select {
	font-size: 11px;
	font-family: Arial;
}

.navigation {
	color: #636363; 
	border: 0px;
	font-family: Arial;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #636363;
	background-color: #ededed;
	border: 1px solid #e1e1e3;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #7e91be;
	color: #ffffff;
	border-color: #e1e1e3;
}

.navigation span {
	text-decoration: none;
	background-color: #fafafa;
	padding: 3px 6px;
	border: 1px solid #e1e1e3;
	color: #636363;
	font-size: 11px;
}