/* CSS Document, однако */
body {
	background: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	/* background: url('/i/siteBG.gif') top left repeat-x #242424; */
	background: #242424;
	padding-top: 0px;
	/* background: url('http://www.kino-govno.com/redd/warthunder_2/bg2.jpg') top center no-repeat #000000; */
}

/* ЗАГОЛОВКИ И ОСНОВНЫЕ СТИЛИ */
p, table, th, tr, td {
	margin: 0px;
	padding: 0px;
}

table {
	width: 100%;
	border-collapse: collapse; /* 'cellspacing' equivalent */
}

td {
	vertical-align: top;
	line-height: 16px;
}

th b {
	font-weight: bold;
}
/*
h1 {
	font-size: 19px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 0px 13px 0px;
	padding: 0px 400px 5px 0px;
	border-bottom: 1px solid #505050;
}
h1.pageTitle {
	padding-left: 30px;
}

h2 {
    margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #505050;
}
*/
small {
	font-size: 11px;
}
/*
a {
	color: #ffd100;
}
a:visited {
	color: #dab300;
}
a:hover {
	color: #f0f0f0;
}
*/
blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #292929;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #444444;
}
blockquote dd {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
img {
	border: 0px;
}

.lwhite {
	color: #c0c0c0 !important;
}
.lwhite:hover {
	color: #f0f0f0 !important;
}

.tabs {
	margin-bottom: 5px;
	border: 0px;
}

.clear {
	clear: both;
}

.off {
	display: none;
}

.red {
	color: #f00000;
}

.green {
	color: #00f000;
}

.border {
	background-color: #080808;
	border: 2px solid #404040;
	border-radius: 2px 2px 2px 2px;
}

.tabH {
	margin: 1px 0px 16px 0px;
}
.tabT {
	margin-top: 20px;
}
.tabL {
	margin: 1px 0px 12px 0px;
}

/* ОТСТУПЫ */
.paddT {
	padding-top: 20px;
}
.paddR {
	padding-right: 20px;
}
.paddB {
	padding-bottom: 20px;
}
.paddL {
	padding-left: 20px;
}

.margT {
	margin-top: 20px;
}
.margR {
	margin-right: 20px;
}
.margB {
	margin-bottom: 20px;
}
.margL {
	margin-left: 20px;
}

/* РЕПУТАЦИЯ ПОЛЬЗОВАТЕЛЯ */
.reputationGreen {
	color: #00f000;
}
.reputationRed {
	color: #ed1c24;
}

.filter {
	width: auto;
	margin-bottom: 7px;
}
.filter td {
	padding: 5px 20px 5px 0px;
	vertical-align: middle;
}
.filter input {
	margin-top: 5px;
	padding: 5px 7px;
	width: 280px;
	font-size: 16px;
	color: #444444;
}
.filter select {
	margin-top: 5px;
	padding: 5px 7px;
	width: 296px;
	font-size: 16px;
	color: #444444;
}

/* ЯЗЫК */
.racinghubLang {
	position: absolute;
	top: 97px;
	right: 20px;
}

/* ТАБЛИЦЫ СЕТКА И РЕЗУЛЬТАТЫ */
.grid {
	background-color: #141414;
	border: 2px solid #404040;
	width: 100%;
}

.grid td {
	vertical-align: top;
	border: 1px solid #404040;
	padding: 4px;
	line-height: 16px;
}

.results {
	background-color: #141414;
	border: 2px solid #404040;
	width: 100%;
}

.resultsH {
}
.resultsH tr:hover {
	background: #292929;
}

.results th {
	vertical-align: top;
	width: 1px;
	border: 1px solid #404040;
	padding: 4px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	cursor: default;
}

.aa {
	width: auto !important;
}

.results th.headerSortUp {
	background-image: url('/i/small_asc.gif') !important;
	background-color: #303030;
}
.results th.headerSortDown {
	background-image: url('/i/small_desc.gif') !important;
	background-color: #303030;
}
.results th.header {
	padding-right: 17px;
	background-image: url('/i/small.gif'); 
	background-repeat: no-repeat; 
	background-position: center right;
	cursor: pointer;
}
.results th.header:hover {
	color: #ffd100;
}

.results td {
	vertical-align: top;
	border: 1px solid #404040;
	padding: 4px;
	line-height: 16px;
}

.results tr:hover {
	background: #292929;
}

/* ВЛЕТАЮЩЕЕ СООБЩЕНИЕ */
.flyMessage {
	position: fixed;
	display: none;
	bottom: -100px;
	left: 50%;
	margin-left: -185px;
	width: 370px;
	height: 100px;
	z-index: 999;
}

.flyBlock {
	position: absolute;
	top: 15px;
	width: 370px;
	height: 70px;
	background: url('/i/flyBG.png') center center no-repeat;
	box-shadow: 0px 0px 5px #000000;
}

.flyHeader {
	position: absolute;
	bottom: 13px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.flyFooter {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 13px;
	color: #000000;
	z-index: 2;
}

.flyImage {
	position: absolute;
	top: 0px;
	left: 10px;
}

.flyImage img {
	width: 70px;
	height: 70px;
	border: 0px;
}

/* ПОСКАЗКИ ТЕГОВ */
.tagSuggestBox {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 200px;
	background: #ffffff;
	border: 1px solid #e3e9ef;
	display: none;
	z-index: 99;
}
.tagSuggestBox li {
	list-style: none;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	color: #222222;
	cursor: pointer;
}
.tagSuggestBox li:hover {
	background: #a0a0a0;
}

/* РАЗМЕТКА СТРАНИЦ */
.siteBody {
	position: relative;
	margin: 0px auto 0px auto;
	/* margin-top: 250px; */
	min-width: 1260px;
	max-width: 1260px;
	/* background: url('/i/siteBG-left.png') top left repeat-y, url('/i/siteBG-right.png') top right repeat-y; */
	box-shadow: 0px 0px 10px #000000;
}

/* ВЕРХНЯЯ ЧАСТЬ */
/*
.topPart {
	position: relative;
	padding: 0px 10px 10px 10px;
	height: 160px;
	z-index: 11;
}
*/
.topPart {
	position: relative;
	padding-bottom: 10px;
	height: 160px;
	z-index: 11;
}

.mainTopLine {
	position: relative;
	padding-bottom: 10px;
	height: 90px;
	background: url('/i/siteBG-bottom.png') bottom left repeat-x;
	z-index: 22;
}

.logoLine {
	position: relative;
	height: 90px;
	background: #282828;
}

/*
НЕ БЕТА
.racinghubLogo {
	position: absolute;
	top: 17px;
	left: 16px;
	width: 201px;
	height: 56px;
}

.racinghubLogo img {
	width: 201px;
	height: 56px;
	border: 0px;
}
*/
.racinghubLogo {
	position: absolute;
	top: 12px;
	left: 16px;
	width: 201px;
	height: 63px;
}

.racinghubLogo img {
	width: 201px;
	height: 63px;
	border: 0px;
}

.informationNeededDiv {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ПОЛЬЗОВАТЕЛЬСКАЯ ЗОНА */
.userArea {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 400px;
	height: 76px;
	border-radius: 5px;
	cursor: pointer;
}
.userArea:hover {
	background: url('/i/icoDown.png') left center no-repeat #404040;
}

.userAvatar {
	position: absolute;
	top: 4px;
	right: 3px;
	width: 68px;
	height: 68px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #000000;
}
.userAvatar img {
	width: 68px;
	height: 68px;
}

.userInfo {
	position: absolute;
	top: 4px;
	right: 90px;
	width: 310px;
	height: 68px;
	font-size: 12px;
	color: #cccccc;
	text-align: right;
}

.userName {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.userStats {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.userStats a {
	text-decoration: none;
}

.userLogin {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 68px;
	font-size: 12px;
	color: #cccccc;
	text-align: left;
}

.userLogin input {
	font-family: Tahoma;
	background-color: #202020;
	border: 1px solid #808080;
	border-radius: 3px;
	color: #cccccc;
	height: 28px;
	padding: 0 10px;
	width: 90px;
}

.userLogin input:hover{
	background-color: #404040;
}

.loginButton {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding: 0px 10px 0px 10px;
	width: 100px;
	height: 28px;
	line-height: 28px;	
	background-color: #202020;
	border: 1px solid #808080;
	border-radius: 5px;
	color: #cccccc;
	font-family: Tahoma;
	font-weight: bold !important;
	cursor: pointer;
	text-align: center;
}
.loginButton:hover {
	background-color: #404040;
}
.userLoginTextArea {
	padding-top: 5px;
}

/* ЛИНИЯ ГЛАВНОГО МЕНЮ */
.menuLine {
	position: relative;
	margin-top: -10px;
	height: 72px;
	background: #272727;
	z-index: 11;
}
#StatusIcon {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('/i/ajax-loader.gif') center center no-repeat;
	z-index: 1;
	display: none;
}

/* ВЕРХНЕЕ МЕНЮ САЙТА */
.topMenu {
	position: relative;
	padding-left: 20px;
	height: 40px;
	font-size: 14px;
	background: #272727;
}
.topMenu li {
	display: inline-block;
	position: relative;
	float: left;
	list-style: none;
	line-height: 40px;
	padding: 0px 15px 0px 15px;
	cursor: default;
}
.topMenu li a {
	text-decoration: none;
	color: #cccccc;
}
.topFloat {
	color: #f0f0f0;
	background: #202020;
}
.topActive {
	background: #202020;
}

/* ВСПЛЫВАЮЩЕЕ МЕНЮ САЙТА */
.floatMenu {
	position: absolute;
	display: none;
	top: 40px;
	left: 0px;
	padding: 5px 0px 5px 0px;
	min-width: 150px;
	background: #202020;
	box-shadow: 0px 0px 10px #000000;
	border-radius: 5px;
	z-index: 2;
}
.floatMenu li {
	display: block;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: #202020;
}
.floatMenu li a {
	display: block;
	padding: 7px 20px 5px 20px;
	text-decoration: none;
}
.floatMenu li a:hover {
	background: #303030;
}

/* НИЖНЕЕ МЕНЮ САЙТА */
.bottomMenu {
	position: relative;
	padding-left: 20px;
	height: 32px;
	background: #202020;
}
.bottomMenu li {
	display: inline-block;
	position: relative;
	float: left;
	list-style: none;
	line-height: 32px;
}
.bottomMenu li:hover {
	background: #333333;
}
.bottomMenu li a {
	display: block;
	text-decoration: none;
	line-height: 32px;
	padding: 0px 15px 0px 15px;
	color: #d0d0d0;
}
.bottomMenu li a.bottomActive {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	line-height: 22px;
	background: #333333;
}
.bottomMenu li a.imgActive {
	background: #333333;
}
.bottomMenu li a img {
	padding: 6px 0px;
}



.mainMenu {
	position: relative;
	padding-left: 20px;
	height: 40px;
	font-size: 14px;
	background: #272727;
}
.mainMenu li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
}
.mainMenu li:hover {
	background: #404040;
}
.mainMenu li a {
	display: block;
	text-decoration: none;
	line-height: 40px;
	padding: 0px 15px 0px 15px;
	color: #b0b0b0;
	cursor: default;
}

.mainActive {
	color: #d0d0d0;
	background: #4c4c4c;
}
.menuHovered {
	background: #343434;
}
.subMenuArea {
	position: relative;
	height: 32px;
}
.subMenu {
	position: relative;
	padding-left: 20px;
	height: 32px;
	background: #343434;
	display: none;
}
.subActive {
	display: block;
	background: #222222;
}
.subHidden {
	display: none;
}
.subMenu a {
	text-decoration: none;
}
.subMenu li {
	display: block;
	float: left;
	list-style: none;
	position: relative;
	line-height: 32px;
}
.subMenu li:hover {
	background: #606060;
}
.subMenu li a {
	display: block;
	text-decoration: none;
	line-height: 32px;
	padding: 0px 15px 0px 15px;
	color: #d0d0d0;
}
.subMenu li a.subActive {
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	line-height: 22px;
	background: #393939;
}
.subMenu li.noHref {
	display: block;
	float: left;
	list-style: none;
	font-weight: bold;
	position: relative;
	padding: 0px 0px 0px 40px;
	margin-right: -5px;
	line-height: 32px;
	cursor: default;
}
.subMenu li.noHref:hover {
	background: none;
}

/* ПОИСК ПО САЙТУ */
.searchArea {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.searchArea input {
}
.searchDiv {
	position: absolute;
	top: 69px;
	right: 20px;
	width: 200px;
	z-index: 99;
	background: #282828;
	border: 2px solid #4c4c4c;
	box-shadow: 1px 1px 5px #000000;
	display: none;
}
.searchHeader {
	position: relative;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #101010;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
}
.searchHeaderError {
	color: #f00000;
}
.searchItem {
	position: relative;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #101010;
}
.searchItem a {
	display: block;
	padding: 5px 30px 5px 5px;
	height: 16px;
	color: #ffd100;
	text-decoration: none;
}
.searchItem a span {
	display: block;
	width: 165px;
	white-space: nowrap;
	overflow: hidden;
}
.searchItem .searchIcon {
	position: absolute;
	width: 26px;
	height: 25px;
	top: 1px;
	right: 0px;
	cursor: pointer;
	background: url('/i/icon-QS.png') center center no-repeat;
}
.searchItem .searchIcon:hover {
	background: url('/i/icon-QS.png') center center no-repeat #383838;
}
.searchItem a:hover {
	background: #383838;
}

/* ДРУЗЬЯ */
.userFriendsIcon {
	position: absolute;
	top: 44px;
	right: 280px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: url('/i/icoFriends.png') center center no-repeat #303030;
	z-index: 8999;
	cursor: pointer;
}
.userFriends {
	position: absolute;
	display: none;
	top: 44px;
	right: 280px;
	width: 280px;
	padding: 30px 10px 15px 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #000000;
	background: url('/i/icoFriends.png') right top no-repeat #303030;
	z-index: 8998;
}
.userFriendItem {
	position: relative;
	margin: 4px 0px 0px 4px;
	white-space: nowrap;
	overflow: hidden;
}
.userFriendItem span {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 24px;
	height: 24px;
	background: url('/i/icoTrash.png') center center no-repeat;
	cursor: pointer;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}
.userFriendItem span:hover {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}
.userFriendItem img {
	position: absolute;
	left: 10px;
	top: 6px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	vertical-align: middle;
}
.userFriendItem a {
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 6px 10px 6px 44px;
	border-radius: 3px;
	background: #292929;
	text-decoration: none;
}
.userFriendItem a:hover {
	background: #202020;
}

/* ИЗБРАННОЕ */
.userFavoritesIcon {
	position: absolute;
	top: 44px;
	right: 240px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: url('/i/icoFavorites.png') center center no-repeat #303030;
	z-index: 9999;
	cursor: pointer;
}
.userFavorites {
	position: absolute;
	display: none;
	top: 44px;
	right: 240px;
	width: 380px;
	padding: 30px 10px 15px 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #000000;
	background: url('/i/icoFavorites.png') right top no-repeat #303030;
	z-index: 9998;
}
.userFavoritesHeader {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 14px;
}
.userFavoritesAdd {
	position: absolute;
	top: 6px;
	left: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.userFavoriteItem {
	position: relative;
	margin: 4px 0px 0px 4px;
	white-space: nowrap;
	overflow: hidden;
}
.userFavoriteItem a {
	display: block;
	padding: 6px 10px 6px 10px;
	border-radius: 3px;
	background: #292929;
	text-decoration: none;
}
.userFavoriteItem a:hover {
	background: #202020;
}

/* СТРАНИЦА РЕДАКТИРОВАНИЯ ИЗБРАННОГО */
.favoritesEdit {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 20px 10px 40px;
	height: 20px;
	line-height: 20px;
	background: url('/i/icoFavorites.png') 10px center no-repeat #393939;
	border-radius: 5px;
}
.favoritesEdit:hover {
	background-color: #202020;
}
.favoritesTrash {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url('/i/icoTrash.png') center center no-repeat;
	cursor: pointer;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}
.favoritesTrash:hover {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}

/* ЦЕНТРАЛЬНАЯ ЧАСТЬ */
.centralPart {
	position: relative;
	min-width: 940px;
	max-width: 1400px;
}

.contestBanner {
	text-align: center;
}
.contestBanner img {
	width: 990px;
	height: 120px;
	border-radius: 5px;
	box-shadow: 0 0 5px #000000;
}

.mainArea {
	position: relative;
	padding: 0px 30px;
}
.shareButtons {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}


/* ПОДВАЛЬНАЯ ЧАСТЬ */
.bottomArea {
	position: relative;
	margin: 20px 0px 5px 0px;
	padding: 20px 30px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #404040;
}
.bottomArea a {
	margin: 0px 8px 0px 8px;
}
.bottomCounter {
	width: 1px;
	vertical-align: middle;
}
.bottomCounter a {
	margin: 2px;
}
.bottomCounter img {
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
}
.bottomCounter img:hover {
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}


/* ВСЕ СТРАНИЦЫ - ТЕКСТЫ */
.pageText {
	position: relative;
	margin-bottom: 30px;	
}

/* ГЛАВНАЯ СТРАНИЦА - БЛОКИ */
.fastRegistrationArea {
	position: relative;
	margin: 15px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	background: #303030;
	border-radius: 5px;
}

.loginAreaRacinghub {
	position: relative;
	margin: 15px 0px 15px 0px;
	padding: 20px 20px 20px 120px;
	background: url('/i/loginRacinghubLogo.png') 20px center no-repeat #303030;
	border-radius: 5px;
	height: 20px;
}
.loginAreaRacinghub table, .loginAreaRacinghub td {
	width: 1px;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.loginButtonRacinghub {
	position: relative;
	display: block;
	padding: 0px 10px 0px 10px;
	width: 90px;
	height: 24px;
	line-height: 24px;	
	background-color: #202020;
	border: 1px solid #808080;
	border-radius: 5px;
	color: #cccccc;
	font-family: Tahoma;
	font-weight: bold !important;
	cursor: pointer;
	text-align: center;
}
.loginButtonRacinghub:hover {
	background-color: #404040;
}
.loginAreaTable {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 500px;
}

/* HOME PAGE GRAY LINK */
.homeLink, .homeLink:visited {
	color: #cccccc;
	text-decoration: none;
	font-size: 11px;
}
.homeLink:hover {
	color: #dab300;
}

/* TOP STORY */
.topStoryRotate {
	position: absolute;
	width: 100%;
	padding-right: 20px;
	height: 480px;
	display: none;
}
.topStoryChange {
	position: absolute;
	top: 10px;
	right: 10px;
}
.topStoryButton {
	display: inline-block;
	margin-right: 5px;
	width: 50px;
	line-height: 24px;
	border: 1px solid #111111;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	color: #ffd100;
	background: #303030;
	opacity: 0.8;
	cursor: pointer;
}
.topStoryButton:hover{
	background: #505050;
	color: #f5f5f5;
}
.topStoryButtonActive {
	color: #f5f5f5;
	border: 1px solid #707070;
}
.topStoryArea {
	position: relative;
	width: 100%;
	height: 299px;
	background: #000000;
	background-position: center center;
	border-bottom: 1px solid #000000;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 5px #000000;
}
.topStoryTextBG {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 73px;
	border-top: 1px solid #000000;
	background: #000000;
	opacity: 0.75;
	z-index: 5;
}
.topStoryHeaders {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 73px;
	z-index: 6;
}
.topStoryHeader {
	position: absolute;
	top: 0px;
	left: 5px;
}
.topStoryHeader h1 {
	width: 100%;
	padding: 12px 8px 5px 8px;
	border: none;
}
.topStoryText {
	position: absolute;
	top: 35px;
	left: 13px;
	padding-right: 15px;
	line-height: 14px;
}
.topStoryNews {
	position: relative;
	background: #282828;
	height: 179px;
	border-top: 1px solid #191919;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px #000000;
	overflow: hidden;
}
.topStoryNewsItem {
	position: relative;
	padding: 0px 80px 0px 10px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.topStoryNewsItem:hover {
	background: #222222;
}
.topStoryNewsDate, .topNewsDate {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 10px;
	border-radius: 0px;
}

/* NEWS NEW */
.topNews {
	position: relative;
	background: #282828;
	border-top: 1px solid #191919;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
	overflow: hidden;
}
.topNewsItem {
	position: relative;
	padding: 0px 80px 0px 60px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.topLibraryItem {
	position: relative;
	padding: 10px 10px 10px 50px;
	line-height: 15px;
	border-bottom: 1px solid #000000;
}
.topNewsItem:hover, .topLibraryItem:hover {
	background: #222222;
}
.topNewsIcon {
	position: absolute;
	top: 7px;
	left: 12px;
}
.topNewsIcon.libIn {
	position: absolute;
	top: 7px;
	left: 5px;
}
.topNewsIcon img {
	width: 35px;
	height: 20px;
	border: 0px;
}
.blockNewsItem {
	position: relative;
	padding: 10px;
	height: 160px;
}
.blockNewsImage {
	position: relative;
	width: 100%;
	height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.blockNewsHeader {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0px 0px 5px 5px;
}
.blockNewsHeader span {
	display: block;
	padding: 10px;
	font-weight: bold;
}
.blockNewsIcon {
	position: absolute;
	top: 20px;
}

/* HOME PAGE WINNERS */
.winnersDrivers {
	position: relative;
	width: 278px;
}
.winnerDriver {
	position: relative;
	margin-bottom: 10px;
	height: 69px;
	overflow: hidden;
	background: #282828;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.winnerDriver:hover {
	background: #222222;
}
.winnerDriverImage {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 94px;
	height: 55px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 96px auto;
	border-radius: 2px;
}
.winnerDriverImage img {
	width: 94px;
	height: 55px;
}
.winnerDriverLink {
	position: absolute;
	top: 5px;
	left: 12px;
	width: 170px;
	height: 20px;
	overflow: hidden;
}
.winnerDriverRace {
	position: absolute;
	bottom: 8px;
	left: 12px;
	width: 160px;
	height: 30px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

/* HOME PAGE VIDEOS */
.homeVideo {
	position: relative;
	margin-bottom: 10px;
	padding: 7px 10px 7px 10px;
	background: #282828;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.homeVideo:hover {
	background: #222222;
}
.homeVideo a {
	line-height: 17px;
}
.homeVideo span {
	margin-top: 10px;
}
.homeVideoFirst {
	padding: 10px;
}
.homeVideoFirst iframe {
	padding-bottom: 7px;
}

/* NEWS */
.newsHome {
	position: relative;
	height: 403px;
	border: 2px solid #404040;
	background-color: #141414;
	overflow: hidden;
}
.newsHome tr {
	border-bottom: 1px solid #404040;
}
.newsHomeItem {
	position: relative;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #404040;
}
.newsHomeText {
	padding: 5px 10px 5px 5px;
	vertical-align: middle;
}

.newsSeries {
	position: relative;
	width: 250px;
}
.newsSeriesDate {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	font-weight: bold;
}
.newsSeriesText {
	position: relative;
	padding: 5px 10px 10px 10px;
}
.newsSeriesImage {
	position: relative;
	margin: 7px 0 0 10px;
	width: 70px;
	height: 40px;
}
.newsSeriesImage img {
	width: 70px;
	height: 40px;
	border: 0px;
}
.homeHref {
	color: #FFFFFF !important;
	text-decoration: none;
}
.homeHref:hover {
	color: #FFD100 !important;
}

.newsHomeInfo {
	padding: 5px;
	width: 1px;
	white-space: nowrap;
	text-align: right;
	font-size: 11px;
	border-left: 1px solid #404040;
}
.newsHomeShadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	border-radius: 0px 0px 5px 5px;
	background: url('/i/siteBG-news.png') bottom left repeat-x;
	z-index: 2;
}

.newsNewsItems {
	width: 35px;
	height: 28px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}
.newsNewsItems img {
	width: 35px;
	height: 20px;
	border: 0px;
}

/* HOME PAGE COMMENTS */
.homeTribune {
	position: relative;
	background: #282828;
	border-top: 1px solid #191919;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
	overflow: hidden;

}
.tribuneItem {
	position: relative;
	height: 50px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.tribuneItem:hover {
	background: #222222;
}
.tribuneAuthor {
	position: absolute;
	top: 7px;
	left: 45px;
	font-size: 11px;
	vertical-align: middle;
}
.tribuneUpdate {
	position: absolute;
	top: 25px;
	left: 47px;
	font-size: 11px;
}
.tribuneAvatar {
	position: absolute;
	top: 10px;
	left: 10px;
}
.tribuneAvatar img {
	width: 30px;
	height: 30px;
	border-radius: 2px;
}
.tribuneLink {
	position: relative;
	margin-left: 200px;
	padding: 7px 10px 0px 10px;
	height: 50px;
	border-left: 1px solid #181818;
	overflow: hidden;
}
.tribuneLink span {
	display: block;
	width: 380px;
	font-size: 11px;
}
.tribuneLink a {
	display: inline-block;
	height: 17px;
	overflow: hidden;
}

/* HOME PAGE RESULTS */
.homeResult {
	position: relative;
	height: 59px;
	padding: 7px 10px 10px 110px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
.homeResult:hover {
	background: #222222;
}
.resultDate {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.resultLink {
	position: relative;
	padding: 0px 10px 0px 100px;
}
.resultStats {
	position: absolute;
	bottom: 10px;
	font-size: 11px;
	line-height: 13px;
}
.resultIcon {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 70px;
	height: 40px;
}
.resultIcon img {
	width: 70px;
	height: 40px;
}
.resultFace {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 56px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #000000;
}
.resultFace img {
	width: 120px;
	height: 56px;
}

/* HOME PAGE SCHEDULE */
.homeSchedule {
	position: relative;
	margin-bottom: 11px;
	height: 80px;
	padding: 10px;
	overflow: hidden;
	background: #282828;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.homeSchedule:hover {
	background: #222222;
}
.homeSchedule a {
	line-height: 17px;
}
.scheduleDate {
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 180px;
	font-size: 15px;
}
.scheduleDate a {
	line-height: 13px;

}
.scheduleIcon {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.scheduleIcon img {
	width: 70px;
	height: 40px;
}

/* ФОТОГАЛЕРЕЯ */
.photoHome {
	position: relative;
	width: 288px;
	height: 480px;
	padding: 4px 4px 4px 4px;
	border: 2px solid #404040;
	background-color: #141414;
}

.photoPreview {
	position: relative;
	display: block;
	float: left;
	margin: 10px;
	width: 124px;
	height: 100px;
	background: #f0f0f0;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
}
.photoPreview:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
.photoPreview a {
	display: block;
}
.photoPreview a img {
	width: 124px;
	height: 100px;
	border: 0px;
}

.photoHomeNew {
	position: relative;
	width: 288px;
	height: 480px;
}
.photoPreviewNew {
	position: relative;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 134px;
	height: 88px;
	background: #f0f0f0;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
}
.photoPreviewNew:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
.photoPreviewNew a {
	display: block;
}
.photoPreviewNew a img {
	width: 134px;
	height: 88px;
	border: 0px;
}

.photoCell {
	padding: 3px;
}

.nImage {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	background: #282828;
	border-radius: 5px;
}
.nImageBG {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	width: 130px;
	height: 100px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
}
.nImageBG:hover {
	box-shadow: 0px 0px 5px #555555;
}
.nImageBG img {
	width: 130px;
	height: 100px;
}

.imgDiv {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	background: #282828;
	border-radius: 5px;
}
.imgDiv a {
	display: block;
}
.imgDiv a img {
	width: 100%;
	height: 180px;
	border: 0px;
}

.imgDiv:hover {
	background: #303030;
}

.imgImgDiv {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -65px;
	width: 130px;
	height: 100px;
}

.imgImgDivView {
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 100px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
    background-size: cover !important;
	/* z-index: 99; */
}
.imgImgDivView a {
	display: block;
}
.imgImgDivView a img {
	width: 130px;
	height: 100px;
	border: 0px;
}

.imgImgDiv:hover {
	box-shadow: 0px 0px 5px #ffffff;
}

.imgInfoDiv {
	position: absolute;
	width: 100%;
	bottom: 15px;
	padding: 5px 0px 5px 0px;
	background: #333333;
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.imgInfoDiv a {
	display: inline;
}

.imageNavigationL {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 100%;
	background: url('/i/imgToLeft.png') -50px center no-repeat;
	cursor: pointer;
	z-index: 2;
}
.imageNavigationL:hover {
	background: url('/i/imgToLeft.png') 0px center no-repeat;
}
.imageNavigationR {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 100%;
	background: url('/i/imgToRight.png') 50px center no-repeat;
	cursor: pointer;
	z-index: 2;
}
.imageNavigationR:hover {
	background: url('/i/imgToRight.png') 0px center no-repeat;
}

.loginN {
	border-right: none !important;
	white-space: nowrap !important;
}

.loginI {
	width: 16px !important;
	border-left: none !important;
}

.centerBox {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	padding: 20px;
	background: #242424;
	border: 2px solid #2c2c2c;
	box-shadow: 0px 0px 5px #000000;
}

.centerBox td {
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
}

.centerBox input {
	font-size: 18px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	width: 250px;
}

/* ВНУТРЕННИЕ СТРАНИЦЫ - СТАТЬЯ */
.infoMain {
	position: relative;
	min-height: 360px;
}
.infoMainN {
	width: 100%;
}
.infoMainN .tiny {
	padding-left: 20px;
	width: 1px;
}
.infoBlock {
	position: relative;
	padding: 10px;
	background-color: #141414;
	border: 1px solid #404040;
    /* border-radius: 6px 6px 6px 6px; */
	line-height: 20px;
}
.blockButtons, .blockButtonsLower {
	position: absolute;
	top: 9px;
	right: 0px;
}
.blockButton, .blockButtonLower {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	background: #404040;
	border: 1px solid #404040;
	border-radius: 5px;
	cursor: pointer;
}
.blockButton:hover, .blockButtonLower:hover {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #404040;
	background: #000000;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
.activeBlock {
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #404040;
	background: #000000;
	font-weight: bold;
	border-radius: 5px;
}
.blockImages {
	position: absolute;
	top: 10px;
	right: 10px;
}

.infoRight {
	position: relative;
	float: right;
	/* margin: -17px 0px 10px 20px; */
	margin: -5px 0px 10px 20px;
	padding: 10px;
	background-color: #141414;
	border: 1px solid #404040;
	/* border-radius: 6px 6px 6px 6px; */
	width: 300px;
	line-height: 20px;
	z-index: 2;
}
.infoRightN {
	position: relative;
	padding: 10px;
	background-color: #141414;
	border: 1px solid #404040;
    /* border-radius: 6px 6px 6px 6px; */
	width: 300px;
	line-height: 20px;
}
.rightImagePhoto {
	width: 300px;
	/* height: 200px; */
	/* border-radius: 5px; */
	box-shadow: 0px 0px 5px #000000;
	margin-bottom: 10px;
	overflow-x: hidden;
}
.rightImagePhoto img {
	width: 300px;
	max-width: 300px;
}
.rightInfoBlock {
	position: relative;
}
.infoRightFlag {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 32px;
	height: 30px;
	border: 0px;
	text-align: right;
}
.infoHeaderH1 {
	position: relative;
}

/* ВНУТРЕННИЕ СТРАНИЦЫ - РЕЗУЛЬТАТЫ И ОБЗОР */
.topFive {
	position: relative;
	padding: 10px 80px 10px 110px;
	margin: 10px 0px 0px 0px;
	height: 60px;
	background: #282828;
	border-radius: 5px;
}
.topPlace {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #000000;
	border-radius: 5px;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.topPoints {
	position: absolute;
	top: 11px;
	right: 80px;
	padding: 5px;
	width: 35px;
	background: #000000;
	color: #dab300;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
}
.topFace {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	height: 60px;
	background-position: top center;
	backgroung-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
}
.topFiveMore, .topFiveLess {
	padding: 10px;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.topFiveMore:hover, .topFiveLess:hover {
	background: #333333;
}
.topOthers {
	position: relative;
	display: none;
}


/* ТАБЫ ВНУТРИ */
.innerTabs {
	position: relative;
	padding: 20px 5px 10px 10px;
	background-color: #292929;
	border: 2px solid #404040;
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
}

.innerTabs span {
	margin-right: 5px;
	padding: 8px 10px 8px 10px;
	font-weight: bold;
	background: #404040;
	border: 1px solid #404040;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}

.innerTabs span:hover {
	background: #303030;
	border: 1px solid #404040;
}

.activeTab {
	background: #202020 !important;
	border: 1px solid #404040 !important;
	cursor: default !important;
}

/* ИНФОРМАЦИОННАЯ ОБЛАСТЬ ПОД ТАБАМИ */
.innerUnder {
	padding: 10px;
	background-color: #292929;
	border: 2px solid #404040;
	border-radius: 5px;
}

.innerUnderTabs {
	padding: 10px;
	background-color: #292929;
	border: 2px solid #404040;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}

.tabContent {
	display: none;
	min-height: 300px;
}
.tabContentLower {
	display: none;
	min-height: 300px;
}
.blockContent {
	display: none;
	min-height: 180px;
}
.blockContent.noHeight {
	min-height: 20px;
}
.blockContentUnregistered {
	min-height: 20px;
}

/* ТРИБУНА - СПИСОК РАЗДЕЛОВ */
.tribuneSection {
	position: relative;
	height: 110px;
	background: #282828;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
}
.tSectionIcon {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0px;
	width: 70px;
	height: 70px;
	background: #303030;
	border-radius: 5px
}
.tSectionIcon img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.tSectionHeader {
	position: absolute;
	top: 20px;
	left: 110px;
	font-size: 15px;
	font-weight: bold;
	padding-right: 180px;
}
.tSectionHeader a {
	text-decoration: none;
}
.tSectionDescription {
	position: absolute;
	top: 39px;
	left: 110px;
	padding-right: 180px;
}
.tSectionInfo {
	position: absolute;
	top: 76px;
	left: 110px;
	font-size: 11px;
	padding-right: 180px;
}
.tSectionStats {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
	width: 120px;
	height: 50px;
	background: #191919;
	border-radius: 5px;
}
.tSectionStats td {
	line-height: 25px;
	font-weight: bold;
	font-size: 12px;
}

.tribuneTopicItem {
	position: relative;
	margin-bottom: 10px;
	height: 50px;
	background: #282828;
	border-radius: 5px;
}
.tTopic {
	position: absolute;
	top: 8px;
	left: 63px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 180px;
}
.tTopic a {
	color: #f0f0f0;
	text-decoration: none;
}
.tTopic a:hover {
	color: #ffd100;
}
.tTopicInfo {
	position: absolute;
	top: 27px;
	left: 63px;
	font-size: 11px;
	padding-right: 180px;
}
.tTopicStats {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0px 10px 0px 10px;
	width: 120px;
	height: 30px;
	background: #191919;
	border-radius: 5px;
}
.tTopicStats td {
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}
.tTopicImage {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 30px;
	height: 30px;
}
.tTopicImage img {
	width: 40px;
	height: 40px;
	border: 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #000000;
}

/* ТРИБУНА - ФОРМЫ ВВОДА */
.tribuneMain {
	position: relative;
	margin-bottom: 10px;
	padding: 20px;
	background: #282828;
	border-radius: 5px 5px 5px 5px;
}

.tribuneMain input {
	width: 810px;
}

.tribuneMain textarea {
	width: 100%;
	height: 200px;
	min-height: 200px;
	resize: vertical;
	font-family: Arial;
	font-size: 13px;
}

.tribuneMain ul, li {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

.contributeTags {
	position: relative;
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	background: #808080;
	border-radius: 3px;
	cursor: pointer;
}
.contributeTags:hover {
	background: #505050;
}
.contributeTags.nodelete {
    background: #00a000;
    cursor: default;
}

.contributeTagsSearch {
	position: relative;
	margin-right: 10px;
	padding: 10px 20px 10px 20px;
	line-height: 50px;
	background: #000000;
	border-radius: 3px;
	cursor: pointer;
}
.contributeTagsSearch:hover {
	background: #505050;
}

/* ТРИБУНА - ПРОСМОТР ВВОДИМОГО СООБЩЕНИЯ */
.tribuneTopicPreviewHide {
	position: relative;
	margin-top: 15px;
	display: none;
}

.tribuneTopicPreview {
	position: relative;
	margin-bottom: 15px;
	padding: 10px;
	width: 770px;
	border: 1px solid #202020;
	border-radius: 5px;
	background: #393939;
}

/* ТРИБУНА - ВЫВОД СООБЩЕНИЙ */
.tribuneTopic {
	position: relative;
	margin-left: 100px;
	padding-bottom: 20px;
}

.topicHeader {
	position: relative;
	font-size: 14px;
	margin-bottom: 5px;
}
.topicInfo {
	position: relative;
	font-size: 11px;
}
.topicText {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #505050;
}
.topicLeft {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 0px;
	width: 70px;
	height: 70px;
	background: #303030;
	border-radius: 5px
}
.topicLeft img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.topicRating {
	position: absolute;
	top: 103px;
	left: 20px;
	padding: 0px;
	width: 70px;
	height: 22px;
}
.ratingMinus {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') bottom left no-repeat;
	cursor: pointer;
}
.ratingMinus:hover {
	background: url('/i/icoComment.png') bottom right no-repeat;
}
.ratingMinusOff {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') bottom left no-repeat;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.ratingMinusVoted {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') bottom left no-repeat;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

.ratingPlus {
	position: absolute;
	top: 3px;
	left: 54px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') top left no-repeat;
	cursor: pointer;
}
.ratingPlus:hover {
	background: url('/i/icoComment.png') top right no-repeat;
}
.ratingPlusVoted {
	position: absolute;
	top: 3px;
	left: 54px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') top left no-repeat;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.ratingPlusOff {
	position: absolute;
	top: 3px;
	left: 54px;
	width: 16px;
	height: 16px;
	background: url('/i/icoComment.png') top left no-repeat;
	-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.ratingNumber {
	position: absolute;
	top: 0px;
	left: 16px;
	width: 38px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}

/* ТРИБУНА - ОТВЕТ НА СООБЩЕНИЕ */
.tribuneAnswer {
	position: relative;
	padding: 15px 10px 15px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #303030;
}

.answerInfo {
	position: relative;
	padding: 0px 0px 0px 60px;
	font-size: 11px;
}
.answerText {
	position: relative;
	padding: 10px 10px 0px 60px;
}

.answerLeft {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0px;
	width: 50px;
	height: 50px;
	background: #303030;
	border-radius: 5px
}

.answerLeft img {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #000000;
}

.tribuneReply {
	position: relative;
	display: none;
}

.tribuneReplyBody {
	width: 690px !important;
	min-height: 55px !important;
	height: 55px !important;
}

.tribuneReplyButton {
	position: absolute;
	bottom: -5px;
}

.answerForm {
	position: absolute;
	bottom: -25px;
	left: 0px;
}

/* ТРИБУНА ДОГРУЗКА КОММЕНТАРИЕВ */
#loadMoreComments {
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
#loadMoreComments:hover {
	background: #333333;
}

/* ТРИБУНА КОММЕНТАРИИ */
.smallComment {
	position: relative;
	margin-bottom: 10px;
}
.smallComment.smallAnswer {
	margin-left: 40px;
}
.commentText {
	display: block;
	padding: 5px 2px 10px 2px;
}
.commentHeader {
	height: 52px;
	background: #282828;
	border-radius: 5px;
}
.commentInfo {
	position: absolute;
	left: 50px;
	top: 16px;
	font-size: 11px;
}
.commentInfo img {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 3px 0px 3px;
	vertical-align: middle;
}
.commentInfo img:hover {
	opacity: 0.7;
}
.commentAvatar {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
}
.commentAvatar img {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}
.commentRating {
	position: absolute;
	right: 0px;
	top: 14px;
	width: 80px;
	height: 23px;
}
.commentReply {
	padding-left: 42px;
	padding-bottom: 15px;
}
.commentReplyBody {
	width: 99%;
}
.commentAnswerForm {
	padding-top: 5px;
}
.commentReplyLink {
	position: absolute;
	right: 100px;
	top: 15px;
	cursor: pointer;
}

/* БИБЛИОТЕКА - ТЕКСТЫ */
.thisLibraryItemIcon {
	position: absolute;
	top: -500px;
	left: -500px;
	z-index: 1;
}

.libraryItem {
	position: relative;
}
.inTextImage {
	width: 250px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
	margin: 3px 15px 5px 0px;
	float: left;
}
.libraryImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100px;
	background: url('/i/icoNoImage.png') center center no-repeat #505050;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
}
.libraryImage img {
	width: 150px;
	height: 100px;
	border: 0px;
}
.libraryComments {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 124px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background: #505050;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #000000;
}
.libraryHeader {
	position: relative;
	margin: 0px 0px 15px 164px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #505050;
}
.libraryHeader a {
	text-decoration: none;
}
.libraryText {
	position: relative;
	margin-left: 164px;
}
.librarySource {
	position: absolute;
	bottom: -13px;
	left: 0px;
	font-size: 10px;
	color: #808080;
}
.librarySource a {
	color: #808080;
	text-decoration: none;
}
.librarySource a:hover {
	color: #ffd100;
}

/* БЛОГИ - ТАБЫ - СООБЩЕНИЯ (С ТРИБУНОЙ ВМЕСТЕ) */
.blogpostText {
	position: relative;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #505050;
}
.showMore {
	position: relative;
}
.showMore a {
	display: block;
	padding: 15px;
	background: #404040;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
}
.showMore a:hover {
	background: #393939;
}

/* удалить */
.libraryImageTd {
	padding: 10px !important;
	width: 50px;
	height: 50px;
}

.libraryImageHome {
	width: 50px;
	height: 50px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px #000000;
}

/* БИБЛИОТЕКА вИДЕО */
.videoClip {
	position: relative;
	width: 420px;
	background: #505050;
	box-shadow: 0px 0px 5px #000000;
}
.videoText {
	padding-left: 20px;
}
.videoHeader {
	position: relative;
	margin: 2px 0px 15px 0px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #505050;
}
.videoHeader a {
	text-decoration: none;
}
.videoInfo {
	position: relative;
	margin-bottom: 10px;
	font-size: 10px;
}
.videoComments {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 124px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background: #505050;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #000000;
}

/* СПИСОК ГОНЩИКОВ */
.driverDiv {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	height: 150px;
	background-color: #292929;
	background-position: center top;
	background-size: cover;
	border-radius: 5px;
	cursor: pointer;
}
.driverDiv:hover {
	background-color: #242424;
}
.driverName {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
}
.driverName a {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #333333;
}
.driverImage {
	margin: 0px auto;
	width: 170px;
	height: 120px;
	background-position: center top;
	background-size: cover;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #000000;
}


/* СПИСОК ПОЛЬЗОВАТЕЛЕЙ */
.userDiv {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 145px;
	background: #292929;
	border-radius: 5px;
}
.userDiv:hover {
	background: #303030;
}
.userDivInfo {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.userDivInfo tr {
	cursor: help;
}
.userDivInfo tr:hover {
	background: #000000;
}
.userDivInfo td {
	padding: 2px 5px 2px 5px;
}
.userInside {
	height: 100px;
	background: #303030;
}

.topicLeft img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000000;
}

/* КОНКУРСЫ */
.contestImageS {
	position: absolute;
	top: 20px;
	right: 20px;
}
.contestTextS {
	line-height: 21px;
	margin-right: 220px;
}
.contestTextS b {
	color: #ffffff;
}

.contestImageB {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.contestTextB {
	position: relative;
	line-height: 18px;
	min-height: 400px;
}
.contestTextB ul, li {
	margin: 0 0 0 10px;
	padding: 0;
}
.contestTextB b {
	color: #ffffff;
}
/*
.contestTextB h3 {
	margin-top: 25px;
}
*/

/* ИКОНКА ИЗБРАННОЕ */
.friendsIcon {
	position: absolute;
	top: 22px;
	left: 20px;
	width: 20px;
	height: 20px;
	background: url('/i/icoFriendsAdd.png') center center no-repeat;
	-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30;
	cursor: pointer;
}
.friendsIcon:hover {
	-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
}
.friendsIn {
	-moz-opacity:.99; filter:alpha(opacity=99); opacity:.99;
}

/* Кнопки ББ Кода */
.ForumBB {
	position: relative;
	padding: 20px 0 5px 0;
	width: 360px;
	height: 26px;

}
.ForumBBButton {
	position: relative;
	display: block;
	margin-right: 10px;
	float: left;
	width: 34px;
	height: 26px;
	background: url('https://www.racinghub.net/i/bb_buttons.png') no-repeat;
	cursor: pointer;
}
.bb_bold { background-position: 0 0; }
.bb_bold:hover { background-position: -34px 0; }

.bb_italic { background-position: 0 -26px; }
.bb_italic:hover { background-position: -34px -26px; }

.bb_underline { background-position: 0 -52px; }
.bb_underline:hover { background-position: -34px -52px; }

.bb_listbull { background-position: 0 -130px; }
.bb_listbull:hover { background-position: -34px -130px; }

.bb_listnum { background-position: 0 -156px; }
.bb_listnum:hover { background-position: -34px -156px; }

.bb_image { background-position: 0 -78px; }
.bb_image:hover { background-position: -34px -78px; }

.bb_url { background-position: 0 -104px; }
.bb_url:hover { background-position: -34px -104px; }


.bb_code { background-position: 0 -182px; }
.bb_code:hover { background-position: -34px -182px; }

.bb_quote { background-position: 0 -208px; }
.bb_quote:hover { background-position: -34px -208px; }

.bb_item { background-position: 0 -234px; }
.bb_item:hover { background-position: -34px -234px; }

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}

/* ПОСТРАНИЧНАЯ НАВИГАЦИЯ */
/*
.navi {
	margin-top: 10px;
}
.navi.naviTop {
	margin-top: 0px;
	margin-bottom: 10px;
}
.navi td {
	vertical-align: middle;
	padding-left: 5px;
}
a.paginate {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	text-decoration: none;
}
a.paginate:hover {
	background: #292929;
}
a.paginate_current {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0 3px 0 3px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	background: #000000;
}
a.paginate_current:hover {
}
.paginate_break {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
.paginate_inactive {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
.paginate_pn {
	width: 20px !important;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
*/

.topicInfo img, .answerInfo img, .tSectionInfo img, .tTopicInfo img, .tribuneAuthor img {
	width: 16px;
	height: 16px;
	border: 0px;
	margin: 0px 3px 0px 3px;
	vertical-align: middle;
}
.topicInfo img:hover, .answerInfo img:hover, .tSectionInfo img:hover, .tTopicInfo img:hover, .tribuneAuthor img:hover {
	opacity: 0.7;
}
.social_vkontakte {
	background: url('/i/socialNetworks.png') 0px -19px no-repeat;
}
.social_odnoklassniki {
	background: url('/i/socialNetworks.png') 0px -42px no-repeat;
}
.social_mailru {
	background: url('/i/socialNetworks.png') 0px -65px no-repeat;
}
.social_facebook {
	background: url('/i/socialNetworks.png') 0px -88px no-repeat;
}
.social_twitter {
	background: url('/i/socialNetworks.png') 0px -111px no-repeat;
}
.social_google {
	background: url('/i/socialNetworks.png') 0px -134px no-repeat;
}
.social_yandex {
	background: url('/i/socialNetworks.png') 0px -157px no-repeat;
}
.social_livejournal {
	background: url('/i/socialNetworks.png') 0px -180px no-repeat;
}
.social_openid {
	background: url('/i/socialNetworks.png') 0px -203px no-repeat;
}
.social_ghost {
	background: url('/i/socialNetworks.png') 0px -226px no-repeat;
}
.social_flickr {
	background: url('/i/socialNetworks.png') 0px -249px no-repeat;
}
.social_lastfm {
	background: url('/i/socialNetworks.png') 0px -272px no-repeat;
}
.social_linkedin {
	background: url('/i/socialNetworks.png') 0px -295px no-repeat;
}
.social_liveid {
	background: url('/i/socialNetworks.png') 0px -318px no-repeat;
}
.social_soundcloud {
	background: url('/i/socialNetworks.png') 0px -341px no-repeat;
}
.social_steam {
	background: url('/i/socialNetworks.png') 0px -364px no-repeat;
}
.social_vimeo {
	background: url('/i/socialNetworks.png') 0px -387px no-repeat;
}
.social_webmoney {
	background: url('/i/socialNetworks.png') 0px -410px no-repeat;
}
.social_youtube {
	background: url('/i/socialNetworks.png') 0px -433px no-repeat;
}
.social_racinghub	 {
	background: url('/i/socialNetworks.png') 0px -456px no-repeat;
}


.loginSocial {
	font-size: 0px;
}
.loginButtons {
	display: inline-block;
	width: 190px;
	height: 36px;
	margin: 10px;
	background: url('/i/siteIcons.png') 1000px 1000px no-repeat;
	border-radius: 3px;
	opacity: 0.85; filter: alpha(opacity=85);
	cursor: pointer;
}
.loginButtons:hover {
	box-shadow: inset 0px 0px 5px 5px rgba(255,255,255,0.35);
	opacity: 0.99; filter: alpha(opacity=99);
}
.loginFacebook {
	background-position: 0px -33px;
}
.loginTwitter {
	background-position: 0px -69px;
}
.loginGoogle {
	background-position: 0px -105px;
}
.loginVkontakte {
	background-position: 0px -141px;
}
.loginOdnoklassniki {
	background-position: 0px -177px;
}
.loginYandex {
	background-position: 0px -213px;
}

/* PopUP */
#popUpLayer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 96;
	display: none;
}
#popUpBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	z-index: 97;
}
#popUpArea {
	position: absolute;
	top: 0px;
    left: 0;
    right: 0;
    margin: auto;
	padding: 20px;
    width: 100%;
	max-width: 720px;
	min-height: 260px;
	background: #242424;
	border-radius: 0px;
	box-shadow: 0px 0px 25px #000000;
	z-index: 98;
}
#popUpClose {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	background: #4c4c4c;
	padding: 5px 15px 5px 15px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	z-index: 2;
}
#popUpClose:hover {
	background: #b0b0b0;
}
#popUpBody {
}
.popUpLoader {
	position: absolute;
	left: 50%;
	margin-left: -33px;
	top: 50%;
	margin-top: -33px;
	width: 66px;
	height: 66px;
}
