/* ================================================== */
/* Основные стили сайта */
/* ================================================== */
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #234745;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	color: #7B0014;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px 0;
}
h1.journal {
	border-bottom: 1px solid #7B0014;
}
h1.vote {
	border-bottom: 1px solid #7B0014;
	padding: 0 10px 4px 10px;
	color: #000000;
	font-size: 11px;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2 {
	color: #7B0014;
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}

h3 {
	color: #7B0014;
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #7B0014;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table
{ 
	font-family: Tahoma, sans-serif;
	color: #234745;
	font-size: 11px;
	border: 0px;
	line-height: 14px;
}

ul {
	margin: 0;
	padding: 0 0 6px 25px;
}
ul li {
	padding: 0 0 6px 0px;
}
ol {
	margin: 0 0 10px 30px;
	padding: 0;
}
ol li {
	margin: 0 0 4px 0px;
}
ol ol li {
	margin: 4px 0 4px 0;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Шапка */
/* ================================================== */
.toc {
	background: #B4B4B4;
}
a.hmenu:link, a.hmenu:visited {
	color: #7D0012;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding-left: 35px;
}
a.hmenu:hover {
	text-decoration: none;
}
.mmenu_bg {
	background: #6F0010 url(/i/mmenu_bg.gif) repeat-x;
}
a.mmenu:link, a.mmenu:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.mmenu:hover, a.mmenu_s:link, a.mmenu_s:visited, a.mmenu_s:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFAEB9;
}
.content_cont {
	padding: 0 7px 0 7px;
}
.content {
	padding: 20px 20px 10px 20px;
}
.sidebar {
	background: #F6F7FB url(/i/sidebar_bg.gif) repeat-y;
}
.sidebar_h_top {
	background: #FCFCFC url(/i/sidebar_header_top.gif) no-repeat;
	height: 6px;
}
.sidebar_h {
	background: #FCFCFC url(/i/sidebar_header.gif) repeat-y;
	color: #7E0111;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
}
.sidebar_h_bottom {
	background: #FCFCFC url(/i/sidebar_header_bottom.gif) no-repeat;
	height: 9px;
}
/* -------------------------------------------------- */

/* ================================================== */
/* Контент */
/* ================================================== */
a.black:link, a.black:visited {
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	color: #7B0014;
	text-decoration: none;
}
.header_block {
	padding: 4px 0 4px 0;
	background: #E8E8E8;
}
.header_block2 {
	padding: 4px 0 4px 0;
	background: #EFE0E2;
}
table.table {
	background: #7D0012;
}
table.table th {
	background: #7D0012;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
table.table td {
	background: #FFFFFF;
}

.sport_tr td {
	 border-bottom: 2px solid #443E7C;
}
a.sidebar_hblock_link:link, a.sidebar_hblock_link:visited {
	text-decoration: none;
}
a.sidebar_hblock_link:hover {
	text-decoration: underline;
}
a.link_underline_none:link, a.link_underline_none:visited {
	text-decoration: none;
}
a.link_underline_none:hover {
	text-decoration: underline;
}
img.img {
	border: 1px solid #D8D8D8;
}
/* -------------------------------------------------- */

/* ================================================== */
/* Подвал */
/* ================================================== */
.footer {
	background: url(/i/footer_bg.gif) repeat-x;
}
/* -------------------------------------------------- */

/* ================================================== */
/* Элементы формы */
/* ================================================== */
form {
	margin: 0;
	padding: 0;
}
.textbox {
	border: 1px solid #929292;
	font-size: 11px;
	font-family: Verdana;
	padding: 2px;
	height: 19px;
}
.textarea {
	border: 1px solid #7D7D7D;
	font-size: 11px;
	font-family: Verdana;
}
.button {
	border: 1px solid #46000A;
	font-size: 11px;
	font-family: Verdana;
	background: #ECE8E5;
	font-weight: bold;
	cursor: pointer;
}
.select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* -------------------------------------------------- */