/* Обнуление отступов */

html, body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}

body
{
	overflow: auto;
}

body, td
{
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	white-space: normal;
	color: #ffffff;
}

table, td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-width: 0px;
	vertical-align: top;
}

img
{
	border-width: 0;
}

form
{
	margin: 0px;
	padding: 0px;
}

object, embed
{
	margin: 0;
	padding: 0;
}

em
{
	font-style: normal;
	font-weight: normal;
	color: #ff0700;
}

p
{
	/*text-indent: 32px;*/
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 4px;
}

p.p0
{
	text-indent: 0px;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

a:hover, a:active
{
	text-decoration: none;
	color: #ff0700;
	padding: 0;
	margin: 0;
}

.hd
{
	color: #898989;
	font-weight: bold;
}

/* id="test" */
#test
{
	background: lime;
}

#all
{
	width: 100%;
	height: 100%;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 9px 0px 9px 0px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h6
{
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 4px 0px;
}

ul
{
	padding-left: 20px;
	margin-left: 0px;
}

ul li
{
	list-style: none;
	list-style-image: none;
	line-height: 20px;
	background: url(/ui/base/li.gif) 6px 8px no-repeat;
	padding-left: 20px;
	margin-left: -18px;
}

ul li ul li
{
	list-style: none;
	list-style-image: none;
	font-size: 12px;
	line-height: 20px;
	margin-left: -20px;
	background: none;
	padding-left: 0px;
}

ol li
{
}

/* Блоки */

table.ui_main_table
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


td.ui_header_left
{
	width: 287px;
	height: 42px;
	background: #c1100b;
}

td.ui_header
{
	/*width: 650px;*/
	background: #c1100b;
	text-align: right;
}

td.ui_header_right
{
	width: 100%;
	background: #c1100b;
}

#base_top
{
	/*float: right;
	position: absolute;*/
}

td.ui_body_left
{
	background: #c1100b;
}

td.ui_body
{
	width: 600px;
	padding: 50px 0px 20px 50px;
	height: 100%;
	background: #3b404b;
	color: #ffffff;
}

td.ui_body_right
{
	
}

td.ui_footer_left
{
	height: 70px;
	background: #c1100b;
}

td.ui_footer
{
}

td.ui_footer_right
{
	/*width: 100%;*/
}

h1.ui_body_title
{
	font-size: 20px;
	font-weight: bold;
	color: #ff0700;
	margin: 0px 0px 15px 0px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	/*background: url(/ui/base/body_title.gif) 0px 0px no-repeat; */
}


.ui_block_title
{
	font-size: 16px;
	font-weight: bold;
	color: #ff0700;
	margin-bottom: 10px;
}

td.ui_footer
{
	color: #9da0a5;
	font-size: 10px;
	line-height: 14px;
}

td.ui_footer a:link, td.ui_footer a:visited
{
	color: #9da0a5;
}

td.ui_footer a:hover, td.ui_footer a:active
{
	color: #ffffff;
}

.ui_footer_dev_logo
{
	position: absolute;
	margin: 0px 0px 0px 28px;
}

.ui_footer_dev_copy
{
	position: absolute;
	margin: 10px 0px 0px 88px;
}

.ui_footer_cust_copy
{
	position: absolute;
	margin: 10px 0px 0px 288px;
}

.ui_footer_player
{
	position: absolute;
	margin: 10px 0px 0px 550px;
}

/* */

.block_title
{
	font-size: 16px;
	font-weight: bold;
	color: #ff0700;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}



.ui_details , .ui_details_back
{
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

a.ui_details:link, a.ui_details:visited , a.ui_details_back:link, a.ui_details_back:visited
{
	text-decoration: none;
	color: #8f8f8f;
}

a.ui_details:hover, a.ui_details:active , a.ui_details_back:hover, a.ui_details_back:active
{
	color: #ffffff;
}

a.ui_details:link, a.ui_details:visited, a.ui_details:active, a.ui_details:hover
{
	padding-left: 9px;
	background: url(/ui/base/details.gif) left 5px no-repeat;
}

a.ui_details_back:link, a.ui_details_back:visited, a.ui_details_back:active, a.ui_details_back:hover
{
	padding-left: 12px;
	background: url(/ui/base/details_back.gif) left 5px no-repeat;
}

/* Пейджер */
.pager_links
{
	margin-top: 10px;
}

.pager_links td
{
	color: #9da0a5;
}

a.pager_page, .pager_page_sel, a.pager_page:link, a.pager_page:visited
{
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px 1px 1px 1px;
	float: left;
	clear: none;
	background: #c1100b url(/ui/base/pager_item.gif) no-repeat bottom right;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	/*border: 1px #008ad3 solid;*/
}

a.pager_page:active, a.pager_page:hover
{
	/*border: 1px #008ad3 solid;*/
	/*background: #008ad3;*/
	background: url(/ui/base/pager_item_sel.gif) repeat-x bottom left;
	color: #c1100b;
}

.pager_page_sel
{
	/*border: 1px #008ad3 solid;*/
	background: url(/ui/base/pager_item_sel.gif) repeat-x bottom left;
	color: #c1100b;
}

/* BB-коды */

.bb_text
{
	text-align: justify;
	/*line-height: 22px;*/
}

table.bb th
{
	font-weight: normal;
	border: none;
	background: #c1100b;
	color: white;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

table.bb td
{
	font-weight: normal;
	border-bottom: #8f8f8f 1px solid;
	padding: 8px;
}

table.bb caption
{
	font-size: 14px;
	font-weight: bold;
	color: maroon;
}

table.bb tfoot td
{
	font-weight: bold;
}

h1.bb, h2.bb, h3.bb,
h1.bb a, h2.bb a, h3.bb a
{
	color: #898989;
}

h1.bb
{
	font-size: 20px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

h2.bb
{
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h3.bb
{
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.bb_border
{
	border: 4px #cecece solid;
	background: white;
}

ul.bb
{
	padding-left: 20px;
	margin-left: 0px;
}

ul.bb li
{
	list-style: none;
	list-style-image: none;
	line-height: 20px;
	background: url(/ui/base/plus.gif) 8px 8px no-repeat;
	padding-left: 20px;
	margin-left: -18px;
}

.bb ul li ul li
{
	list-style: none;
	list-style-image: none;
	font-size: 12px;
	line-height: 20px;
	margin-left: -20px;
	background: none;
	padding-left: 0px;
}

.bb_plus
{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(/ui/base/plus.gif) -4px 7px no-repeat;
	overflow: hidden;
}

/* */

#main_splash
{
	background: #c1100b;
}

.footer_counter
{
	position: absolute;
	margin: 10px 0px 0px 905px;

}


.footer_links
{
	position: absolute;
	margin: 54px 0px 0px 315px;
	width: 600px;
	height: 16px;
	font-size: 9px;
	line-height: 7px;
	color: #4D515B;
	text-transform: lowercase;
}

.footer_links a, .footer_links a:hover, .footer_links a:visited
{
	color: #4D515B;
	text-decoration: none;
	cursor: text;
}