/*
Makeup by Dimox (http://dimox.name)
*/

* {
  margin: 0;
  padding: 0;
}
body {
  font: 11px/15px Verdana, Tahoma, Arial, sans-serif;
  width: 100%;
	margin-top: 1px;
	border-top: 1px solid #D4DDE5;
	padding-top: 20px;
}
a {
  color: #1F639D;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 8px 0;
}
img {border: none;}

#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
  min-width: 1000px;
	border-top: 1px solid #D4DDE5;
	padding-top: 1px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 134px;
	background: #0054A2 url('../images/header-bg.gif') repeat-x;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 1px;
	padding: 31px 0 0 3px;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	font-family: Impact;
	text-decoration: none;
}
#logo b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 342px;
	height: 110px;
	background: url('../images/logo.gif') no-repeat;
}
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	/*background: #FFF;*/
	background:#eee;
	border-bottom: 1px solid #D4DDE5;
}
#menu ul {
	list-style: none;
	margin: 2px 0 0;
	padding: 5px 10px;
	border-top: 1px solid #D4DDE5;
	font-size: 10px;
	line-height: 10px;
}
#menu li {
	float: left;
	padding: 0 7px;
	border: 1px solid #1F639D;
	border-width: 0 1px;
	margin-left: -1px;
	border-bottom: 1px solid #FFF;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
  padding-top: 5px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
#content {
  width: 100%;
  float: left;
}
#text {
  margin: 0 25% 0 23%;
}

.recent-article {
	border: 1px solid #9CB4CE;
	padding: 5px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	margin: 0 0 6px;
}
* html .recent-article {height: 1%;}
.recent-article:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.recent-article h1, h1.title {
	font-size: 16px;
	color: #F90;
	margin: 0 0 -5px;
}
h1.title {
    margin:10px 0px 0px 40px;
}
.recent-article h1 a {
	color: #F90;
}
.recent-article img {
	float: left;
	margin: 0 7px 0 0;
}
.recent-article p {
	text-align: justify;
}
.metadata {
	color: #A6C3DF;
	font-size: 10px;
	text-align: right;
}
.metadata a {
	color: #A6C3DF;
}

#mid-container {
	width: 100%;
}
* html #mid-container {height: 1%;}
#mid-container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
#mid-left {
	float: left;
  width: 100%;
}
#min-main {
  margin: 0 210px 0 0;
}
#mid-right {
	float: left;
	width: 200px;
	margin-left: -200px;
}

.articles {
	border: 1px solid #9CB4CE;
	padding: 0 3px 7px;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 12px;
	color: #0D5DA9;
	position: relative;
}
.article {
	border-bottom: 1px solid #A6C3DF;
	padding-bottom: 3px;
}
.article h2 {
	font-size: 14px;
	line-height: 26px;
	color: #F90;
	text-align: right;
	padding: 3px 2px 0 0;
}
.article h2 a {
	color: #F90;
}
.article img {
	float: right;
	margin: 0 0 0 5px;
}
.articles p {
	text-align: justify;
}

.photos {
	margin: 0 0 6px;
	border: 1px solid #A6C3DF;
	padding: 7px 10px;
	position: relative;
}
.photos h3 {
	font-size: 12px;
	margin: 0 0 8px;
	color: #0D5DA9;
}
.photo {
	float: left;
	width: 50%;
	text-align: center;
}

#similar h3, #comments h3 {
	color: #0D5DA9;
	font-size: 12px;
	margin:5px 0px 10px 0px;
}

.comments-form {
    border: 1px solid #A6C3DF;
	background: #DEF5FC url('../images/search-bg.gif') repeat-x;
	margin-bottom:5px;
}

.comments-form input,
.comments-form textarea, #textarea, #captchaImage {
	padding: 3px 7px 4px;
	border: 1px solid #AAD6FF;
	margin: 9px 20px 0 20px;
	color: #0D5DA9;
}

#captchaImage {
    position:relative;
    top:10px;
    background-color:#fff;
    padding:4px;
}

.comments-form textarea {
    width:80%;
    height:80px;
    margin:0px;
}

#submit {
    cursor: pointer;
	border: none;
	width: 37px;
	height: 25px;
	background: url('../images/go.gif') no-repeat;
	margin: 7px 0px 10px 20px;
}

#smiley {
    padding: 3px 7px 4px;
	border: 1px solid #AAD6FF;
	margin: 9px 20px 0 20px;
	color: #0D5DA9;
	width:80%;
	background:#fff;
}

#smiley img {
    cursor: pointer;
}

#reloader {
    cursor: pointer;
    position:relative;
    top:5px;
}

.hide-smiles {
    cursor: pointer;
    position:relative;
    top:4px;
    left:20px;
    font-size:10px;
    color:rgb(29,160,255);
}

.page-tags-box {
    margin:40px;
}

a.size-1 {
    font-size:10px;
}

a.size-2 {
    font-size:14px;
}

a.size-3 {
    font-size:14px;
    font-weight:bold;
}

a.size-4 {
    font-size:18px;
    font-weight:bold;
}

.error {
    margin:10px 0px 0px 20px;
    color:rgb(207,114,0);
}

.odnaknopka-ru {
    float:right;
    margin:10px 0px 10px 0px;
}

.nba-games {
    font-size:10px;
    color:rgb(64,114,162);
    margin:0px 0px 0px 0px;
}

.nba-games td {
    padding:10px 0px 10px 0px;
}

.nba-games td.command_winners, .nba-games td.command_losers {
    background-image:url('../images/winner.gif');
    background-repeat:no-repeat;
    background-position:center bottom;
}

.nba-games td.command_losers {
    background-image:url('../images/losers.gif');
}

.games-title {
    color:rgb(64,114,162);
    font-size:12px;
    padding-bottom:4px;
}

.nba-games .command_total {
    font-size:16px;
    font-weight:bold;
}

.nba-games small {
    font-size:8px;
    font-family:'Arial';
    color:#aaa;
}

.nba-games .play-data {
    width:200px;
    height:30px;
    text-align:center;
}

.nba-games .command_name, .nba-games .command_name_small {
    font-weight:bold;
    font-size:11px;
}

.nba-games .command_name_small {
    font-size:10px;
}

#games-container-1, #games-container-2 {
    height:107px;
    border:0px solid #444;
    overflow:hidden;
}

.scroll-top, .scroll-top-down {
    position:relative;
    top:8px;
    right:2px;
    background-image:url('../images/top-scroll.gif');
    background-repeat:none;
    background-position:76px 0px;
    width:38px;
    height:11px;
}

.scroll-top-down {
    background-position:38px 0px;
}

.scroll-bottom, .scroll-bottom-down {
    position:relative;
    top:3px;
    right:2px;
    background-image:url('../images/bottom-scroll.gif');
    background-repeat:none;
    background-position:76px 0px;
    width:38px;
    height:11px;
}

.scroll-bottom-down {
    background-position:38px 0px;
}

/* Votes */

#topoll, #resultpoll {
    position:relative;
    top:-18px;
    font-size:12px;
    color:rgb(8,93,173);
    font-weight:normal;
}

.pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background-image: url('../images/pollbg.gif');
	background-repeat:repeat-x;
	border: 1px solid #c8c8c8;
}

.td-pollbar {
    padding:5px 0px 5px 0px;
}

#topoll input, #topoll span {
    display:block;
    margin-top:10px;
}

#topoll .id_header {
    background-image:url('../images/votes-bg.gif');
    background-repeat:repeat-x;
    background-position:bottom;
    padding-bottom:9px;
}

#topoll #id_button {
    border:0;
    background-image:url('../images/button.gif');
    background-repeat:no-repeat;
    width:76px;
    height:19px;
    cursor:pointer;
}

/** Page Numeration */
.pages-navigator {
    padding-bottom:40px;
}

.pages-navigator a, .pages-navigator span {
    font-size:14px;
    text-decoration:none;
    padding:3px;
    border:1px solid #fff;
    color:#A6C3DF;
}

.pages-navigator a:hover {
    border:1px solid #A6C3DF;
    color:#A6C3DF;
}

.pages-navigator span {
    border:1px solid #F90;
    color:#F90;
}

.steps-navigator {
    margin-bottom:10px;
    color:#aaa;
    font-size:14px;
}

.steps-navigator a {
    text-decoration:none;
    color:#A6C3DF;
}

.steps-navigator a:hover {
    color:#F90;
}

/** Games Report */
#games-report {
    margin-top:50px;
    font-family:'Trebuchet MS';
}
            
#games-report table {
    width:330px;
}
            
#games-report table, #games-report td {
    border:0;
    padding:0px;
    margin:0;
    border-collapse:collapse;
}
            
#games-report td {
    text-align:center;
    padding-top:8px;
    border-bottom:12px solid #fff;
}
            
#games-report td.command {
    width:80px;
    font-size:14px;
    font-weight:bold;
    color:rgb(51,102,153);
}

#games-report td.command img {
    float:none;
    position:relative;
    left:5px !important;
    left:15px;
    height:40px;
}
            
#games-report td.total, #games-report td.total-middle {
    background-image:url('../images/games-totals-bg.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    font-size:24px;
    color:rgb(51,102,153);
}
            
#games-report td.total small {
    font-size:9px;
    color:#777;
}
            
#games-report td.total-middle {
    width:4px;
}
            
#games-report .title td {
    font-size:12px;
    color:#777;
    border-bottom:20px solid #fff;
    font-weight:normal;
}

/* Left
-----------------------------------------------------------------------------*/
#left {
  float: left;
  width: 22%;
  padding-left: 5px;
  margin-left: -100%;
}

#recent-news {
	list-style: none;
	margin-top: -5px;
}
#recent-news li {
	padding: 5px 3px 5px 10px;
	background: url('../images/arrow.gif') 0 50% no-repeat;
}
#rss-inside {
	text-align: right;
	padding-right: 3px;
}

#search {
	height: 40px;
	border: 1px solid #A6C3DF;
	background: #DEF5FC url('../images/search-bg.gif') repeat-x;
	margin: 10px 0;
}
#search input {
	float: left;
	font: 12px Verdana, Tahoma;
}
.search {
	width: 55%;
	padding: 3px 7px 4px;
	border: 1px solid #AAD6FF;
	margin: 9px 20px 0 20px;
	color: #0D5DA9;
}
html:first-child .search {
	width: 63%;
}
.go {
	cursor: pointer;
	border: none;
	width: 37px;
	height: 25px;
	background: url('../images/go.gif') no-repeat;
	margin: 7px 0 0;
}

#calendar {
	border: 1px solid #9CB4CE;
	background: url('../images/calendar-bg.gif') repeat-x;
	color: #0D5DA9;
	font-weight: bold;
}
#calendar table {
	border-collapse: collapse;
	width: 100%;
}
#calendar th {
	text-align: center;
}
#days {
	border-bottom: 1px solid #9CB4CE;
	padding: 0 6%;
}
#days table {
	//width: 88%;
}
#dates {
	padding: 6px 6%;
}
#calendar #dates table {
	//width: 88%;
	text-align: center;
	padding: 0;
	border: 1px solid #9CB4CE;
	border-width: 1px 0 0 1px;
}
#calendar #dates td {
	text-align: center;
	border: 1px solid #9CB4CE;
	border-width: 0 1px 1px 0;
	padding: 4px 5px;
}
.dayoff, .dayoff a {color: #AE5600;}

#calendar td a {
    text-decoration:underline;
}

#calendar-selected {
    background-color:rgb(255,223,173);
}

#forum-recent, .tv-programm {
	border: 1px solid #9CB4CE;
	margin: 8px 0;
	padding: 6px 8px;
}
#forum-recent h3, .tv-programm h3 {
	color: #0D5DA9;
	font-size: 12px;
}
#forum-recent ul, .tv-programm ul {
	list-style: none;
	margin: 5px 0 0;
	font-size: 12px;
}
#forum-recent li, .tv-programm li {
	padding: 1px 0;
}

.tv-programm ul {
    font-size: 10px;
    margin:10px;
    color:#0D5DA9;
}

.tv-programm li b {
    font-weight:normal;
}

/* Right
-----------------------------------------------------------------------------*/
#right {
  float: left;
  width: 23%;
  margin-left: -24%;
}

.tags {
	border: 1px solid #9CB4CE;
	padding: 7px 10px;
	margin: 0 0 10px;
	position: relative;
	color: #0D5DA9;
}
.tags h3 {
	font-size: 12px;
	margin: 0 0 8px;
	color: #0D5DA9;
}
.tags a {
	color: #0D5DA9;
}

.videos {
	border: 1px solid #9CB4CE;
	margin: 0 0 10px;
	padding: 7px 10px;
}
.videos h3 {
	font-size: 12px;
	margin: 0 0 8px;
	color: #0D5DA9;
}
* html .video {height: 1%;}
*+html .video {height: 1%;}
.video:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.video {margin: 0 0 6px;}
.vid {
	float: left;
	margin: 0 10px 0 0;
}
.vidinfo {
	text-align: center;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	padding: 19px 0 0;
	line-height: 20px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #EAEAEA;
	font-size: 10px;
	position: relative;
}
#bottom-menu {
	text-align: right;
	background: #EAEAEA;
	border: 1px solid #94B0D2;
	border-width: 1px 0;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#bottom-menu a {
	margin: 0 3px;
}
#copyright {
	position: absolute;
	top: 3px;
	left: 10px;
	color: #0D5DA9;
}
#bottom {
	border-top: 1px solid #EAEAEA;
	padding: 15px;
	overflow: hidden;
}
* html #bottom {height: 1%;}
#bottom:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
#counters {
	float: left;
	padding: 15px 20px 0 0;
}
#info {
	float: left;
	width: 37%;
	line-height: 13px;
	color: #739EC8;
}
#info a {color: #739EC8;}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#top-banner {
    margin:0 auto;
    padding-left:157px;
    width:460px;
}
#MarketGid3181 a {
    color:#fff;
}
.mctable td {
    background:#0054A2;
}
