.z {border: 1px solid #F00; }



/* Системные Классы */

img { border: 0px;}

table { border-collapse: collapse; }



body, thead, tbody, tfoot, th, div, p, input, textarea, form, blockquote

{

	margin: 0px;

	padding: 0px;

	font-family: Verdana;

	color: #000;

	font-size: 11px;

}



body

{

	background: #FFFFFF;

	margin: 20px;

}



input, textarea

{

	border: 1px solid #0A0A0A;

	background: #EFEFEF;

	color: #000;

	padding: 2px;

}



a

{

	color: #01265F;
    outline:none;
	text-decoration: none;

}

a:hover

{

	color: #7B68EE;

	text-decoration: underline;

}


span.link a {
	font-size:150%;
	color: #000000;
	text-decoration:none;
}

a.vote_up, a.vote_down {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:16px;
	width:16px;
	margin-left:4px;
	text-indent:-900%;
}

a.vote_up {
	background:url("../../../images/thumb_up.png");
}

a.vote_down {
	background:url("../../../images/thumb_down.png");
}

hr

{

	width: 770px;

}





h1

{

	font-size: 18px;

	font-weight: bold;

	color: #FF9900;

}

h2

{

	font-size: 10px;

	font-weight: normal;

	color: #FF9900;

}



/* ------------------------------------------------------------------------------------------- */





/* Самая главная таблица */

.x

{

	width: 700px;

	height: 100%;

	border: 2px solid #1B506E;

	background: #111212;

	margin: auto;

}







/* HEADER */

.x_h

{

	height: 120px;

}



.x_h .x_header

{

	width: 100%;

	height: 120px;

}

.x_h .x_header .header1

{

	width: 470px;

}

.x_h .x_header .header2

{

	width: 100%;

	vertical-align: top;

	text-align: right;

	padding: 5px 10px;

}



/* top menu */

.top_menu

{

	letter-spacing: 1px;

	line-height: 24px;

	font-weight: bold;

}

.top_menu a

{

	display: block;

	text-decoration: none;

	color: #000;

	padding: 0 20px 0 0;

	background: url('i/icon.png') 100% 50% no-repeat;

}

.top_menu a:hover

{

	color: #000;

	padding: 0 20px 0 0;

	background: url('i/icon.png') 99% 50% no-repeat;

	text-decoration: none;

}



/* user */

.user

{

	position: relative;

	top: 25px;

}







/* TOOLBAR */

.toolbar

{

	height: 30px;

	background: #0B2838 top left no-repeat;

	border-top: 1px solid #083148;

	border-bottom: 1px solid #083148;

	font-weight: bold;

	display: block;

}

.toolbar a

{

	display: block;

	float: right;

	height: 30px;

	border-left: 1px solid #083148;



	text-decoration: none;

	color: #000;

	padding: 0 10px;

	line-height: 30px

}

.toolbar a:hover

{

	background: #0A2332;

	color: #B8EE16;

	padding: 0 10px;

	text-decoration: none;

}







/* BODY */

.body

{

	height: 100%;

	vertical-align: top;

}





/* FOOTER */

.x_f

{

	height: 54px;

}



.x_f .x_footer

{

	width: 100%;

	height: 54px;

	background: #101518;

	border-top: 1px solid #0B0F11;

}

.x_f .x_footer .footer1

{

	padding-left: 10px;

	white-space: nowrap;

}

.x_f .x_footer .footer2

{

	width: 100%;

	padding-right: 10px;

	text-align: right;

}





/* news */

.news .news_etc

{

	text-align: right;

}





#opacity img

{

	opacity: 0.8;

	filter: alpha(opacity=80);

}



#opacity:hover img

{

	opacity: 1.0;

	filter: alpha(opacity=100);

}



blockquote {

	background: #F3F3F3;

	border: 1px solid #999999;
	
	border-style: dashed;
	
	color: #333;

	display: block;

	font-size: 1,2em;

	padding: 3px 6px;

}
