/* Reset styles a*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	background:#000000 url("../images/bg.gif") repeat top right;
}

body {
	background:url("../images/bg.gif") repeat top left;
	font:0.7em Verdana;
	color:#000000;
}

a {
	color:#4C779D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

/* Titles */

h1 {
	color:#5894BF;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:2px;
}

h2 {
	background:#2B2B2B url("../images/h2-bg.gif") no-repeat top;
	font:1.1em Arial;
	text-transform:uppercase;
	color:#969595;
	padding:4px 40px 3px 35px;
	line-height:18px;
	margin:0 -10px 10px;
}

h3 {
	color:#0072BC;
	font-weight:bold;
	margin-bottom:10px;
	font-size:1.1em;
}

/* Form elements */

.textbox {
	border:1px solid #000;
	background:#fff;
	font:1em Verdana;
	padding:2px 3px;
}

.button {
	background:#fff;
	border:1px solid #000;
	font:1em Verdana;
	padding:0 3px;
	height:18px;
}

.vote-button {
	background:#052E41;
	border:1px solid #052E41;
	font:0.9em Verdana;
	padding:0;
	height:18px;
	color:#fff;
}

/* Structure */
/*
#wrapper {
	background:url("../images/wrapper-bg.gif") repeat-x top;
	min-width:1000px;
}
*/
/* Banner place */

.banner-place {
	padding-top:25px;
	height:62px;
	text-align:center;
	margin-bottom:25px;
}

	.banner-place div {
		display:inline;
	}

	.banner-place img {
		margin:0 7px;
	}

/* Wrap */
	
#wrap {
	margin:0 56px;
	background:#fff url("../images/wrap-bg.gif") repeat-y left;
	overflow:hidden;
	min-height:760px;
}

/* Navbar */
	
.navbar {
	background:#262626 url("../images/navbar.gif") repeat-x top;
	position:relative;
	overflow:hidden;
	padding:13px 0 11px;
}

	.nav {
		position:absolute;
		overflow:hidden;
		left:65px;
		top:16px;
	}
	
		.nav li {
			float:left;
			padding:0 15px;
		}
	
	.menu {
		float:right;
		overflow:hidden;
		margin:0 20px 0 290px;
	}
		
		.menu li {
			float:left;
			border-right:1px solid #fff;
			margin-right:-1px;
			padding:0 3px 0 4px;
		}
		
			.menu li a {
				float:left;
				display:block;
				color:#fff;
				font:1.1em Arial;
				text-decoration:none;
				padding:2px 5px;
			}
			
			.menu li a:hover {
				background:#753030;
			
			}

/* Searchbox */

.searchbox {
	height:60px;
	background:#FBF7F7;
	position:relative;
	padding:13px 0 0;
}

	.logo {
		position:absolute;
		top:0;
		left:17px;
	}
	
	.searchbox form {
		margin-left:299px;
	}
	
		.search-go {
			background:url("../images/search-go.png") no-repeat;
			width:27px;
			height:28px;
			border:0;
			cursor:pointer;
		}
		
		.searchbox .textbox {
			width:90%
		}
	
		.expanded-search {
			width:90%;
			text-align:right;
		}
		
			.expanded-search a {
				color:#D25517;
				background:url("../images/expanded-search.gif") no-repeat left;
				padding-left:10px;
				font-size:0.9em;
			}

/* Content */

#container {
	margin-left:-218px;
	float:right;
	width:100%;
}

#content {
	margin:0 10px 0 230px;
	padding-top:30px;
}

	.category {
		float:right;
		background:#D5E5E2;
		line-height:30px;
		font-size:1.1em;
		font-weight:bold;
		padding:0 10px;
	}
	
		.category a {
			color:#6E6F6E;
			text-decoration:none;
		}
	
		.post-title span {
			margin-right:10px;
		}
		
		.post-title a {
			color:#666;
			font-weight:bold;
			text-decoration:none;
		}
	
		.date {
			background:url("../images/date.gif") no-repeat left;
			padding-left:17px;
		}
		
		.author {
			background:url("../images/author.gif") no-repeat left;
			padding-left:17px;
		}
		
		.views {
			background:url("../images/views.gif") no-repeat left;
			padding-left:17px;
		}
	
	.news {
		background:#FBF7F7;
		padding:10px;
		overflow:hidden;
		margin:5px 0;
	}
	
		.news img {
			margin:0 5px;
		}
		
	.post-footer {
		background:#F5F4F4 url("../images/post-footer-left.gif") no-repeat left top;
		margin-bottom:10px;
	}
	
	.post-footer .inside {
		background:url("../images/post-footer-right.gif") no-repeat right top;
		height:35px;
		padding:0 20px;
	}
	
		.post-footer p span {
			float:left;
			display:block;
			margin-right:20px;
		}
	
		.post-footer p span a {
			font-size:1.6em;
			line-height:35px;
		}
		
		.download {
			background:url("../images/download.gif") no-repeat left;
			padding-left:20px;
		}
		
		.comments {
			background:url("../images/comments.gif") no-repeat left;
			padding-left:24px;
		}
		
		.rating-box {
			float:right;
			margin-top:10px;
			line-height:14px;
		}

/* Sidebar */

#sidebar {
	width:218px;
	float:left;
}

	#sidebar a {
		text-decoration:none;
	}
	
	#sidebar a:hover {
		text-decoration:underline;
	}

	.personal-block {
		background:#FBF7F7;
		padding:10px 10px 10px 10px;
	}

		.personal-block form {
			padding-left:20px;
			color:#464646;
		}
	
			.personal-block form p {
				margin-bottom:5px;
			}
	
			.personal-block label {
				float:left;
				width:50px;
				line-height:18px;
			}
			
			.personal-block .textbox {
				width:90px;
			}
		
			.personal-block .button {
				background:#DE7040;
				border:1px solid #DE7040;
				color:#fff;
			}
			
		.personal-block .right {
			text-align:right;
			padding-right:10px;
		}
		
		.login a {
			background:url("../images/cross.gif") no-repeat left 3px;
			color:#D2561F;
			padding-left:12px;
			text-decoration:none;
		}
		
		.login a:hover {
			text-decoration:underline;
		}
		
		.personal-block ul {
			padding:5px 0;
		}
	
	.block {
		padding:0 10px 10px;
		background:#191919;
		color:#fff;
	}

/* Footer */

#footer {
	text-align:center;
	color:#fff;
	font-size:1.1em;
	padding:20px 0 10px;
}

	#footer a {
		color:#fff;
	}
	
/* Navigation */

.navigation {
	color:#666; 
	border:0px;
}

	.navigation a {
		text-decoration:none;
		color:#636363;
		background:#F9F9F9;
		border:1px solid #999;
		padding:3px 6px;
		font-size:11px
	}

	.navigation a:hover {
		background:#55B4B9;
		color:#FFFFFF;
		border-color:#999;
	}

	.navigation span {
		text-decoration:none;
		background:#fff;
		padding:3px 6px;
		border:1px solid #999;
		color:#999;
		font-size:11px;
	}

/* Add comments */

.addcomment {
	width:462px;
	border-collapse:separate;
	margin:10px 0;
	vertical-align:top;
	text-align:left;
	background:#fff;
}

	.addcomment th {
		padding:4px;
		background:#72ABCF;
		color:#333;
		text-align:center;
		font-weight:bold;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}

	.commentform {
		line-height:25px;
		width:24%;
	}

	.center {
		text-align:center;
		width:100%;
	}

	.center .addcomment {
		margin:0 auto 5px;
		border:1px solid #ccc;
	}

/* Comments styles */

.answer {
	width:100%;
	margin:10px 0;
	border-collapse:separate;
}

	.answer td {
		padding:0;
	}

	.answer th {
		background:#72ABCF;
		color:#333;
		font-weight:normal;
		padding:4px;
		text-align:left;
	}

		.answer th a {
			color:#333;
			text-decoration:underline;
			font-weight:bold;
		}

	.answer .comment_user_info {
		background:#eee;
		width:20%;
		padding:5px;
		font-size:0.9em;
		vertical-align:top;
	}

	.answer .user_comment {
		background:#f9f9f9;
		padding:5px 10px;
		vertical-align:top;
	}

	.comment_bottom td {
		background:#72ABCF;
		padding:3px 5px;
		color:#333;
		font-size:0.9em;
	}

		.comment_bottom td a {
			color:#333;
			text-decoration:underline;
		}

		.comment_bottom td a:hover {
					text-decoration:none;
		}

	.right_bottom {
		float:right;
	}

/* Add news */

.addnews {
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}

/* Feedback */

.feedback {
	width:100%;
}

	.feedback td {
		padding:3px;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}

/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:462px;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:100%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats a*/

.stats {
	border-collapse:separate;
	margin-bottom:10px;
	width:100%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}

#menu_control a {
    background : #fff;
    border : 0;
    color: #757575;
    font : 11px tahoma;
    text-align : left;
    vertical-align : middle;
    text-decoration : none;
    margin : 0;
    padding : 0;
    width : 100%;
    display : block;
}
#menu_control a:hover {
    background : #f6f6f6;
    color: #e34000;
    text-decoration : none;
}
#menu_control img {
    vertical-align : middle;
    border : 0;
}
#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.onl_table {
    width : 100%;
    font-size : 10px;
}
.onl_table td {
    padding-right : 5px;
    font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #00a400;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}