body{
	font: 1em Tahoma, Verdana, Arial;
	color: #EEE;
	background: #111;
	margin:0;
	padding:0;
}
#layout{
	padding: 16px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
h1{
	color: #D02683;
	font-size: 1.40em;
	line-height: 1.8em;
	margin:0;
}
h1 a{
	color: #D02683;
	text-decoration: none;
}

h1 img{
	float: left;
	vertical-align: middle;
	margin-right: 14px;
}
h1 b{
	color: #FFF;
	font-size: 1.05em;
}
big{
	color: #6ce;
}
small{
	color: #999;
}

.review{
	margin: 6px 0px;
	padding: 16px;
	background: #222;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	display: block;
	width: 45.9%;
	height: 90px;
	margin: 6px 4px 0px 4px;
	float: left;
	overflow: hidden;
	position: relative;

	z-index: 5;
}

.review:hover{
	background: #333;
}

.review img, ul.col li img {
	float: left;
	margin: 0px 6px 6px 0px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #111;
	border-left: 2px solid #111;
	vertical-align: middle;
	width: 48px;
	height: 48px;
}

.movierate {
	font-size: 14px;
	font-weight: bold;
	z-index: 5;
}

.rate {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 12px;
	font-weight: bold;
}
.plus{ color: #81D455; }
.minus{ color: #D02683; }

.banned a{
	color: #666;
	text-decoration: line-through;
}

#logo{
	position: absolute;
	z-index: 2;

	right: 16px;
	top: 12px;

	color: #6ce;
	clear: both;
	overflow: hidden;
	float: right;
	margin-right: 6px;
}
#logo a{ text-decoration:none; }
#logo h2{
	margin:0;
	paddin:0;
	font-size: 3.20em;
	float: left;
}
#logo h2 b{
	color: #D02683;
}
#logo sup{
	color: #D02683;
}

#contacts{
	text-align: right;
	color: #333;
	font-size: 0.75em;
	font-style: normal;
}
#contacts a{
	color: #666;
	text-decoration: none;
	padding: 2px;
}
#contacts a b{ color: #999; }
#contacts a:hover{ color:#EEE; }
div.small{
	font-size: 0.85em;
	line-height: 1.25em;
	color: #AAA;
	padding: 10px;
}
p.small blockquote{
	font-size: 0.75em;
	line-height: 1.15em;
	padding: 6px;
}
a{ color: #6ce; }

small a{ color: #AAA; }
.cb{ clear: both; }

.content{
	padding: 16px;
	background: #222;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	display: block;
	margin: 6px 4px 0px 4px;
	overflow: hidden;
	clear: both;
	_height: 1%;
	z-index: 5;
}


/*-------- COLUMNs */

ul.col{
	list-style: none;
	width: 45%;
	display: block;
	float: left;
	margin:0;
	padding:0;
	margin-left: 36px;
}

ul.col li{
	margin-bottom: 16px;
	display: block;
	clear: both;
	float: none;
	height: auto !important;
	/*height: 54px;*/
	padding: 4px;
}

ul.col li:hover{
	background: #444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tright{ text-align: right; }

/*----- MENU */

#menu{
	background: #6ce;
	height: 32px;
	border-bottom: 4px solid #666;
	border-top: 1px solid #666;
}

#menu ul{
	list-style: none;
	margin:0;
	padding:0;
	float: left;
}

#menu ul li{
	display: inline;
	float: left;
}
#menu ul li a, #menu ul li b {
	font-size: 14px;
	display: block;
	line-height: 32px;
	padding: 0px 16px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li b{
	background: #666;
	color: #6ce;
}

#menu ul li a{ outline:none; }

#advert{
	text-align: center;
}

/*-------- . CONTENT */
hr{
	height: 1px;
	border: none;
	background: #000;
	border-bottom: 1px solid #333;
}

b.akcent{
	color: #D02683;
}

.content blockquote{
	color: #AAA;
}

/*------ MOVIE */
p.movie img{
	float: left;
	margin-right: 16px;
}


#searchdownload{
	padding: 10px;
	background: #333;
	border-top: 1px solid #111;
	border-bottom: 1px solid #222;
	margin-top: 10px;
}

#torrents a{ text-decoration: none; }

#downloadlinks{ width: 49%; float: right; }

.review .hash{ color: #666; font-size:10px; font-weight:normal; }
.review .title{ color: #DDD; }
.review p{ margin:0; }

.sp_yandex{
	font-size: 0.5em;
}

a.lang{	font-size: 12px;
	font-weight: bold;	float: right;	line-height: 32px;
	background: #666;
	color: #6CE;
	padding:0px 8px;
	text-decoration: none;
}

a.lang:hover{	background: #555;	color: #FFF;}