@charset "UTF-8";

body {
	font-family: Tahoma, sans-serif;
	font-size:12px;
	background-color:#47a1ee;
	margin:0; padding:0;
	text-align:center;
	background-image: url(/i/bg.gif);
	background-repeat: repeat-x;
}

hr {
	border: none;
	border-top: 1px solid silver;
	size: 1px;
}

a:link, a:visited {
	color:#1e8442;

}

a:active {
	color:#617c00;
}

a:hover {
	color:#6f8388;
}

p {
	padding-left: 3em;
}

img {
	border: 0;
}

h1 {
	color: #666666;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size:18pt;
	font-weight: normal;
	margin:0; padding:16px 0;
}

h2 {
	color: #579405;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 6px;
}

h3.sub {
	background-color: #ddd;
	font-weight: normal;
	padding: 4px;
}

form {
	font-family: Tahoma, sans-serif;
	font-size: x-small;
}

textarea { width:98%; }

/* -- s i z e s ------------------------------------------- */

#logo, #main, #bottom {
	border-left:1px solid #e1e1e2;
	border-right:1px solid #e1e1e2;
	margin:0 auto; padding:0;
	text-align: left;
	width: 920px;
}

#logo h1 a {
	outline: none;
}

#smenu {
	width: 920px;
	margin: auto;
}
/* -- l o g o --------------------------------------------- */

#navigation {
	background: #2d3035  url(/i/corn.gif) no-repeat top left;
	width: 100%;
	height: 97px;
}

#logo {
	border: 0;
}

#logo a, #logo a:visited {
	color:#dee269;

}

#logo a:hover {
	color:#76ab01;

}

#logo h1 {
	padding: 0;
	margin: 0;
	padding-top: 26px;
	padding-bottom: 10px;
}

/* -- m e n u s ------------------------------------------- */

#menu {
	border: 0;
	/*border-bottom:5px solid #e1e1e2;*/ /* e6f1f5 */ /* c1d301 */
	height: 68px; /* back 36px + border-top 2px */
	background: #2d3035 url(/i/menu_back_green.png) repeat-x bottom;
	z-index: 1000;
	width: 100%;
}

#menu a, #menu a:visited {
	color: #fdfef8;
	display: block;
	float: left;
	margin: 0;
	padding: 42px 12px 0 12px;
	text-decoration:none;
	border-top:4px solid #488e03;
}

#menu a:hover {
	background-color:#f9fcfc; /* c1d301 */ /* bfed1f */
	border-top:4px solid #56aa04; /* 7fc800 */
	color:#042200;
}

#menu a.selected, #menu a.selected:visited {
	background-color: #c6ea9e;
	border-top: 4px solid #56aa04;
	color: #447744;
}

#menu a.selected:hover {
	border-top: 4px solid #7ec638;
	color: #042200;
}

/* -- m a i n   b l o c k --------------------------------- */

#main {
	background:#ffffff url(/i/main_back.gif) repeat-y right; /* in right panel #2d3035 main_back.gif*/
	border-bottom: 7px solid #cccccc;
	border-top: 7px solid #cccccc;
	padding: 0;
}

#sub {
/*	background-image: url(i/bg-scull.png);*/
/*	background-image: url(i/bg-wh.png);*/
	background-image: url(/i/bg-fl.png);
}

#content, #comments {
	display: block;
	padding: 0 10px;
	width: 642px;
}

#right {
	color:#a9acb2; /* 1c5180 */
	display:block;
	float:right;
	padding:12px;
	width: 230px;
	padding-top: 0;
}

#right a, #fstuff a {
/*	color:#b3b03b;*/
	text-decoration: none;
}

#right a:hover, #fstuff a:hover {
	color:#dad9ae;
}

#right div.divide {
	background-color: #31353a;
	border: 0;
	margin: 10px 0;
	padding: 1px 0;
	border-bottom: 1px solid #3d4248;
}

#right h3, #right h4, #fstuff h3 {
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	color: #47a1ee;
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: .2em;
	margin-top: .2em;
	background-color: #3d4248;
	margin-left: -10px;
	padding-left: 10px;
	margin-right: -12px;
	padding-right: 12px;
	background-color: #3d4248;
}

#right h4 {
	font-size: 12pt;
}

#right > h3 {
	margin-top: 0;
}

#right h3 a, #right h3 img {
	background-color: #3d4248;
}


#right h3 a { color: #b3b03b; }

#fstuff h3 {
	margin: 0;
	padding: 0;
}

#right p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

em {
	font-weight: bold;
	color: #6dbf1e;
	font-style: normal;
}

#right big {
	font-size: 26px;
	color: #6dbf1e;
}

/* -- f o o t e r ----------------------------------------- */

#bottom {
	background-color: #7ec638;
	text-align: center;
	padding: 6px 0;
	color: white;
	background:#2d3035 url(/i/menu_back_green.png) repeat-x bottom;
}

#bottom a {
	color: white;
}

/* -- c l a s s e s --------------------------------------- */

.framed {
	border: 1px solid #666666;
	margin: 1em;
	clear: both;
	background-color: white;
	margin-bottom: 1em;
}

.clear {
	clear:both;
	margin:0; padding:0;
	height:0; line-height:0;
}

.code {
	border: 1px solid #666666;
	margin: 1em;
	padding: 0.5em;
	background-color: #EEFFEE;
	font-family: "Courier New", Courier, mono;
	margin-left: 3em;
}

.movie_cover, .soft_cover, .game_cover, .music_cover, .books_cover {
	text-align: center;
	border: 0;
	margin-bottom: 8px;
	overflow: hidden;
}

.movie_cover img, .soft_cover img, .game_cover img {
	max-width:640px;
	padding:1px;
}

#icon td {
	font-size: 10px;
}

#icon b {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}

#icon img {
	padding-right: 4px;
}

table#lg {
	border: 0;
	background-color: #a9acb2;
	width: 100%;
}

table#lg td {
	 border: 0;
	 padding: 4px;
}

table#lg label {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 0;
}

#wait {
	display: none;
	padding: 8px;
	text-align: center;
}

pre {
	background-color: black;
	color: #66FF66;
	border-top: 1px solid silver;
	padding: 4px;
	margin: 0;
	overflow: auto;
}

#error {
	color: #FF0000;
	font-weight: bold;
	border: 3px solid red;
	background-color: yellow;
	padding: 8px;
}

#writer, #editor {
	padding: 0 16px 0 8px;
}

#writer table {
	border: 0;
	width: 100%;
}

#writer td {
	border: 0;
}

#writer input[type=submit], #editor input[type=submit], input#cancel {
	padding: 8px 12px;
}

#writer input[type=text], #editor input[type=text] {
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 20px;
	border: 1px solid silver;
	width: 100%;
	background-color: #DDFFFF;
}

#writer input[type=text]:focus, #editor input[type=text]:focus {
	background-color: #EEFFDD;
	border: 1px solid #33AA00;
}
#writer textarea, #editor textarea {
	width: 100%;
	height: 240px;
	font-family:  "Trebuchet MS", "Times New Roman", sans-serif;
}

#writer textarea[name=links] {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 80px;
	background-color: #DDFFFF;
	border: 1px solid silver;
}

#writer textarea[name=links]:focus {
	background-color: #EEFFDD;
	border: 1px solid  #33AA00;
}

#writer p,#editor p {
	margin: 0 0 8px 0;
	padding: 0;
}

#cloud p {
	line-height: 18px;
}

#cloud a {
	background-color: #2d3035;
	color: #b3b03b;
}

#cloud a:hover {
/*	opacity: 1;*/
}

#lastuserslist span {
	background-color: #2d3035;
}

#lastuserslist b {
	font-weight: normal;
}

#lastuserslist {
	padding:12px;
	line-height:140%;
}

.small {
	background-color: #eeeeee;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4f545d;
}

.small_tags {
	float: left;
	background-color: #4f545d;
	color: #4f545d;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
	padding: 4px 8px;
	margin-right: 4px;
}

.small_tags a {
	color: #b3b03b;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

.small_rest {
	padding: 4px;
	text-align: right;
}

#b-days h3 {
	background-image: url(/i/b-days-ico.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 26px;
}
#b-days a {
	color: silver;
	display: block;
	background-repeat: no-repeat;
	padding: 6px 0 0 40px;
	font-size: 16px;
	height: 28px;
}

#favorites h3 {
	background-image: url(/i/favorites-ico.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 26px;
}

#favorites a, #unpublished a, #announce div {
	padding: 2px 4px 2px 4px;
	display: block;
}

.fav-buttons a {
	display: inline;
	padding: 0;
	outline: none;
	margin: 0;
	float: left;
}

.fav-buttons img {
	border: 1px solid #555555;
	padding: 1px;
	margin: 0;
}

.fav-buttons img:hover {
	border: 1px solid white;
	opacity: 1;
}

#favorites a.movie, #top a.movie, #unpublished a.movie, #announce div.movie {
	background: url(/i/fav-movie.png) no-repeat 2px 2px;
	padding-left: 22px;
	color: #CCC;
}


#favorites a.pics, #top a.pics, #unpublished a.pics, #announce div.pics {
	background: url(/i/fav-pics.png) no-repeat 2px 2px;
	padding-left: 22px;
	min-height: 20px;
	color: #F96;
}

#favorites a.news, #top a.news, #unpublished a.news, #announce div.news {
	background: url(/i/fav-news.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #FFF;
}

#favorites a.game, #top a.game, #unpublished a.game, #announce div.game {
	background: url(/i/fav-game.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #AAF;
}

#favorites a.books, #top a.books, #unpublished a.books, #announce div.books {
	background: url(/i/fav-books.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #F5A;
}

#favorites a.soft, #top a.soft, #unpublished a.soft, #announce div.soft {
	background: url(/i/fav-soft.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #FA5;
}

#favorites a.music, #top a.music, #unpublished a.music, #announce div.music {
	background: url(/i/fav-music.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #6F6;
}

#favorites a.clip, #top a.clip, #unpublished a.clip, #announce div.clip {
	background:  url(/i/fav-clip.png) no-repeat 2px 3px;
	padding-left: 22px;
	color: #9FF;
}

#favorites a.unread {
	color: #47a1ee;
}

.thanks a {
	padding-left: 22px;
	display: block;
	height: 18px;
	background: no-repeat left;
}

.thanks a.movie { background-image: url(/i/fav-movie.png); }
.thanks a.pics { background-image: url(/i/fav-pics.png); }
.thanks a.news { background-image: url(/i/fav-news.png); }
.thanks a.game { background-image: url(/i/fav-game.png); }
.thanks a.books { background-image: url(/i/fav-books.png); }
.thanks a.soft { background-image: url(/i/fav-soft.png); }
.thanks a.music { background-image: url(/i/fav-music.png); }
.thanks a.clip { background-image: url(/i/fav-clip.png); }

#error {
	border: 4px solid red;
	background-color: #FFFF00;
	color: red;
	margin: 16px;
	padding: 16px;
	width: 574px;
}

#error h2 {
	color: red;
	margin: 0;
}

#query {
	border: 2px solid silver;
	width: 207px;
	background: white url(/i/search.png) no-repeat left;
	margin: 6px 0;
	padding-left: 20px;
}

.sresult {
	font-size: 20px;
	width: 340px;
	color: #579405;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
}


.suggestionsBox {
    position: relative;
    margin: -8px 0px 0px 0px;
    width: 227px;
    color: silver;
    padding: 0;
    border: 2px solid silver;
}

.suggestionList {
    margin: 0;
    padding: 0;
}

.suggestionList li {
    margin: 0;
    padding: 4px 4px 4px 22px;
    cursor: pointer;
    list-style: none;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

.suggestionList li.n {
	background: url(/i/fav-news.png) no-repeat 4px 4px;
}
.suggestionList li.v {
	background: url(/i/fav-movie.png) no-repeat 4px 4px;
}
.suggestionList li.m {
	background: url(/i/fav-music.png) no-repeat 4px 4px;
}
.suggestionList li.c {
	background: url(/i/fav-clip.png) no-repeat 4px 4px;
}
.suggestionList li.b {
	background: url(/i/fav-books.png) no-repeat 4px 4px;
}
.suggestionList li.g {
	background: url(/i/fav-game.png) no-repeat 4px 4px;
}
.suggestionList li.s {
	background: url(/i/fav-soft.png) no-repeat 4px 4px;
}
.suggestionList li.p {
	background: url(/i/fav-pics.png) no-repeat 4px 4px;
}

.suggestionList li:hover {
    background-color: #3D4248;
    color: #B3B03B;
}

h3#backforth, h3 .backforth, #backforth h3, .backforth h3 {
	color: #47a1ee;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding: 0;
}

#backforth h3 a, .backforth h3 a, h3#backforth a, h3.backforth a {
	color: #47a1ee;
	text-decoration: none;
}

#corn {
	background: url(/i/corn.gif) no-repeat top left;
}

#comments {
	padding: 0 10px 10px 10px;
}

#comments h2 {
	margin: 0;
}

#comments form {
	margin: 0;
	background-color: #eeeeee;
	margin-bottom: 10px;
	padding: 2px;
}

#comments form textarea {
	background-color: white; /* #eeeeee;*/
	border: 0;
	font-family:  "Trebuchet MS", "Times New Roman", sans-serif;
	height: 120px;
	border-bottom: 3px solid #cccccc;
	background-image: url(/i/comment-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 588px;
}

#comments form input {
	margin-left: 8px;
	float: right;
}

#submit {
	display: none;
	padding: 4px 8px;
	color: #1e8442;
}

.comment {
	margin-bottom: 10px;
	background-color: white;
	padding: 4px 8px;
	padding-left: 36px;
	border-left: 2px solid #eeeeee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.com {
	margin-bottom: 8px;
	/*background-color: white;*/
	padding: 4px 0;
	overflow: auto;
}

.comment>img {
	float: left;
	margin-left: -32px;
}

.comment>img[src="/a/empty-avka.gif"] {
	border: 1px solid #cccccc;
}

.comment div {
	margin-left: 6px;
}

.comment .user, form .user {
	font-size: 20px;
}

.comment .dt, form .dt {
	font-size: 10px;
	margin-bottom: 4px;
	color: gray;
}

.cau {
	border-left: 2px solid #cccccc;
}

/* ------------------------------------------------------------------------- */

a.t1, a.t1:visited {
	white-space: nowrap;
	font-size: 10px;
	color: #606101;
}
.t2 {
	white-space: nowrap;
	font-size: 11px;
	color: #666706;
}
.t3 {
	white-space: nowrap;
	font-size: 13px;
	color: #6d6d0a;
}
.t4 {
	white-space: nowrap;
	font-size: 14px;
	color: #75740f;
}
.t5 {
	white-space: nowrap;
	font-size: 15px;
	color: #7d7d15;
}
.t6 {
	white-space: nowrap;
	font-size: 16px;
	color: #87861c;
}
.t7 {
	white-space: nowrap;
	font-size: 17px;
	color: #8f8e22;
}
.t8 {
	white-space: nowrap;
	font-size: 18px;
	color: #979528;
}
.t9 {
	white-space: nowrap;
	font-size: 20px;
	color: #969527;
}
.t10 {
	white-space: nowrap;
	font-size: 22px;
	color: #a7a532;
}
.t11 {
	white-space: nowrap;
	font-size: 23px;
	color: #aeab38;
}
.t12 {
	white-space: nowrap;
	font-size: 25px;
	color: #b2b03a;
}

span.smile {
	color: #0b4;
	font-weight: bold;
}

span.smile0 {
	color: #F07;
	font-weight: bold;
}

span.smile1 {
	color: #07F;
	font-weight: bold;
}

span.smile2 {
	color: #4F0;
	font-weight: bold;
}

span.smile3 {
	color: #04F;
	font-weight: bold;
}

.download, .checker {
	font-weight: bold;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4f545d;
}

#downloads {
	border-bottom: 2px solid #dddddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#downloads img {
	vertical-align: middle;
	padding: 1px 0;
}

#downloads a {
	padding: 0;
	padding-top: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#downloads a[href $= '.avi'],
#downloads a[href $= '.mkv'],
#downloads a[href $= '.mpg'],
#downloads a[href $= '.ts'],
#downloads a[href $= '.mp4'] {
	padding-left: 20px;
	background: url(/i/icons/avi.png) left no-repeat;
}

#downloads a[href $= '.wmv'] {
	padding-left: 20px;
	background: url(/i/icons/wmv.png) left no-repeat;
}

#downloads a[href $= '.mdf'],
#downloads a[href $= '.mds'],
#downloads a[href $= '.iso'],
#downloads a[href $= '.nrg'],
#downloads a[href $= '.mdx'],
#downloads a[href $= '.ISO']{
	padding-left: 20px;
	background: url(/i/icons/iso.png) left no-repeat;
}

#downloads a[href $= '.rar'] {
	padding-left: 20px;
	background: url(/i/icons/rar.png) left no-repeat;
}

#downloads a[href $= '.torrent'] {
	padding-left: 20px;
	background: url(/i/icons/torrent.png) left no-repeat;
}

#downloads a[href $= '.zip'],
#downloads a[href $= '.gz'],
#downloads a[href $= '.bz2'],
#downloads a[href $= '.7z'] {
	padding-left: 20px;
	background: url(/i/icons/zip.png) left no-repeat;
}

#downloads a[href $= '.exe'],
#downloads a[href $= '.msu'] {
	padding-left: 20px;
	background: url(/i/icons/exe.png) left no-repeat;
}

#downloads a[href $= '.mp3'],
#downloads a[href $= '.ac3'] {
	padding-left: 20px;
	background: url(/i/icons/mp3.gif) left no-repeat;
}

#downloads a[href $= '.pdf'] {
	padding-left: 20px;
	background: url(/i/icons/pdf.gif) left no-repeat;
}

#downloads a[href $= '.txt'],
#downloads a[href $= '.fb2'],
#downloads a[href $= '.reg'],
#downloads a[href $= '.nfo'],
#downloads a[href $= '.srt'],
#downloads a[href $= '.sub'],
#downloads a[href $= '.ass'],
#downloads a[href $= '.idx'],
#downloads a[href $= '.rtf'] {
	padding-left: 20px;
	background: url(/i/icons/txt.png) left no-repeat;
}

#downloads a[href $= '.dmg'] {
	padding-left: 20px;
	background: url(/i/icons/dmg.png) left no-repeat;
}

#downloads a[href $= '.m4b'] {
	padding-left: 20px;
	background: url(/i/icons/m4b.png) left no-repeat;
}

#downloads table {
	border: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	width: 100%;
}

#downloads table td {
	font-weight: normal;
	border: 0;
	padding: 0;
	margin: 0;
	padding-right: 4px;
	vertical-align: top;
	padding-top: 2px;
	height: 20px;
}

.download i, .checker i {
	display: block;
	font-style: normal;
	border: 1px solid #4f545d;
	background-color: #4f545d;
	padding: 2px 4px;
	color: #eeeeee;
	margin-bottom: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.checker {
	font-weight: normal;
	margin-bottom: 8px;
}

.checker i {
	font-weight: bold;
}

.download a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.found h3 a {
	color: #579405;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

.found h3 {
	margin-bottom: 0;
}

.found h3.movie {
	padding-left: 22px;
	background: url(/i/fav-movie.png) left no-repeat;
}

.found h3.soft {
	padding-left: 22px;
	background: url(/i/fav-soft.png) left no-repeat;
}

.found h3.game {
	padding-left: 22px;
	background: url(/i/fav-game.png) left no-repeat;
}

.found h3.music {
	padding-left: 22px;
	background: url(/i/fav-music.png) left no-repeat;
}

.found h3.news {
	padding-left: 22px;
	background: url(/i/fav-news.png) left no-repeat;
}

.found h3.clip {
	padding-left: 22px;
	background: url(/i/fav-clip.png) left no-repeat;
}

.found h3.pics {
	padding-left: 22px;
	background: url(/i/fav-pics.png) left no-repeat;
}

.found h3.books {
	padding-left: 22px;
	background: url(/i/fav-books.png) left no-repeat;
}

.found .results {
	margin: 0;
	padding: 0;
	margin-left: 22px;
}

.results {
	color: gray;
}

.hidden {
	opacity: .3;
}

.hidden:hover {
	opacity: .99;
}

#lenta_news ul {
	padding-left: 3em;
}

/* --------------- ***** ---------------*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background: url(/i/star.gif) left -1000px repeat-x;
}

.tiny-star-rating,
.tiny-star-rating a:hover,
.tiny-star-rating a:active,
.tiny-star-rating a:focus,
.tiny-star-rating .current-rating {
	background: url(/i/star-tiny-color.png) left -1000px repeat-x;
}

.star-rating, .tiny-star-rating {
	position: relative;
	width: 90px;
	height: 18px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.tiny-star-rating {
	width: 55px;
	height: 11px;
}

.star-rating li, .tiny-star-rating li {
	display: inline;
}

.star-rating a, .tiny-star-rating a,
.star-rating .current-rating, .tiny-star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 18px;
	line-height: 18px;
	outline: none;
	overflow: hidden;
	border: none;
}

.tiny-star-rating a,
.tiny-star-rating .current-rating {
	height: 11px;
	line-height: 11px;
}
.star-rating a:hover, .tiny-star-rating a:hover,
.star-rating a:active, .tiny-star-rating a:active,
.star-rating a:focus, .tiny-star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width: 18px;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 36px;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 54px;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 72px;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 90px;
	z-index: 2;
}

.tiny-star-rating a.one-star {
	width: 11px;
	z-index: 6;
}
.tiny-star-rating a.two-stars {
	width: 22px;
	z-index: 5;
}
.tiny-star-rating a.three-stars {
	width: 33px;
	z-index: 4;
}
.tiny-star-rating a.four-stars {
	width: 44px;
	z-index: 3;
}
.tiny-star-rating a.five-stars {
	width: 55px;
	z-index: 2;
}

.star-rating .current-rating, .tiny-star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

.inline-rating {
/*	display:-moz-inline-block;*/
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 90px;
	margin-bottom: 12px;
}

.tiny-inline-rating {
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 55px;
}






#top * {
	background-color: #2d3035;
	line-height: 140%;
}

#top h3 a {
	outline: none;
}

#top h3 img {
	border: 1px solid #555555;
	padding: 2px;
	margin-bottom: -3px;
}

#top h3 img:hover {
	border: 1px solid white;
	opacity: 1;
}


img.top-trating {
	background-color: #333333;
}

img.top-rating {
	background: none;
	opacity: 0.4;
}

img.top-views {
	background: none;
	opacity: 0.4;
}

img.top-comments {
	background: none;
	opacity: 0.4;
}

#top-trating {
	display: block;
}

#top-rating {
	display: none;
}

#top-views {
	display: none;
}


#top-comments {
	display: none;
}


#top ol {
	margin: 0;
	padding: 0;
	padding-left: 16px;
}

#top li {
	margin: 4px;
	padding: 4px 0 0 0;
	list-style: decimal;
}

#top ol li a {
	margin: 0;
	display: block;
}

#top a.movie, #top a.news, #top a.soft, #top a.game {
	padding-left: 20px;
	background-position: left top;
}

#top i {
	color: gray;
	font-style: normal;
}

#ishots {
	margin-top: 2px;
	display: none;
	text-align: center;
}

#ishots img {
	max-width:100%;
	margin: 1px 0;
}

#shots {
	overflow: auto;
	-moz-border-radius: 4px;
	padding: 2px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #4f545d;
	margin-bottom: 1em;
}

#shots a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	border: 1px solid #4f545d;
	background-color: #4f545d;
	padding: 2px 4px;
	color: #b3b03b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#controls {
	border: 1px solid silver;
	width: 610px;
	height: 16px;
	padding: 4px;
	margin-bottom: 12px;
}

#controls table, #controls table td {
	border: none;
	margin: 0;
	padding: 0;
}


#pixels {
	float: right;
	margin-top: 18px;
}

.article_text, .music_text {
	line-height: 140%;
}

.article_text li {
	margin: 0;
	padding: 0;
}



#notice {
	background-color: #FFFF00;
	color: #000000;
	width: 100%;
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid white;
}

#notice b {
	color: red;
}

#fstuff {
	width: 920px;
	background-color: #2d3035;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: #a9acb2;
	text-align: left;
}

#fstuff h3 {
	padding: 0 4px;
}

#cloud h3 {
	background-image: url(/i/tags.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 26px;
}

textarea#text, textarea#description {
	background: url(/i/cut-here.png) top center no-repeat #DDFFFF;
	border: 1px solid silver;
}

textarea#description {
	background: #DDFFFF;
	border: 1px solid silver;
	height: 80px;
}

textarea#text:focus, textarea#description:focus {
	background-color: #EEFFDD;
	border: 1px solid #33AA00;
}

table#releases
{
	width: 100%;
}

table#releases a {
	font-weight: bold;
}

table#releases small {
	color: #777777;
}


img#me-avka {
	float: left;
}



.red {
	color: red;
}

.green {
	color: green;
}


table#files {
	width: 100%;	
}

table#files td, table#userlist td {
	vertical-align: top;
}

table#files td.icon {
	width: 16px;
}

table#files td small {
	color: #666666;
}

.banned, a.banned {
	text-decoration: line-through;
}

.author, a.author, .users a.author {
	color: #0066ff;
}

.admin, a.admin, .users a.admin {
	color: #FF3300;
}

.adult, a.adult, .users a.adult {
	color: #CFC;
}

.adult_dk {
	color: #050;
}

tr.admin {
	background-color:#FFEEEE;
}

tr.author {
	background-color: #CCEEFF;
}

.b {
	font-weight: bold;
}

table#userlist a {
	color: inherit;
}

.quote {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 90%;
	padding: 4px 6px;
	margin: 4px;
}


#chat {
}

#chat .msg {
	margin: 2px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	overflow: hidden;
	background-color: #2d3035;
}

#chat span.chat_text a {
	text-decoration: underline;
}

#chat textarea {
	font-family: Tahoma, sans-serif;
	font-size:12px; 
	border: 1px solid #45474d;
	border-bottom: 3px solid #45474d;
	color: silver;
	padding: 4px 2px;
	margin: 4px 0;
	background: url(/i/say-it.gif) no-repeat center #373a40;
	height: 50px;
}

#chat input {
	margin: 2px 0;
}

#chat .quote {
	background-color: #373b41;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 1px 3px;
}

#chat .qauthor {
	font-weight: bold;
	background-color: #373b41;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	/*padding: 1px 3px;*/
}

h2.game {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-game.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.movie {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-movie.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.books {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-book.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.clip {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-clip.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.soft {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-soft.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.news {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-news.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.music {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-music.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}

h2.pics {
	margin-left: -52px;
	padding-left: 52px;
	background: url(/i/label-pics.png) no-repeat left top;
	padding-top: 4px;
	margin-bottom: 0;
}


.menu-news, .menu-movies, .menu-soft, .menu-games, .menu-clips, .menu-music, .menu-books,
.menu-users, .menu-files, .menu-space, .menu-adv, .menu-invites, .menu-tag,
.menu-pics, .menu-info, .menu-pm, .menu-blogs, .menu-sphera, .menu-orders, .menu-radiola, .menu-shop, .menu-player {
	overflow: visible;
	height: 22px;
	background: center 8px no-repeat;
}

.menu-news { background-image: url(/i/ico-news.png); }
.menu-movies { background-image: url(/i/ico-movie.png); }
.menu-soft { background-image: url(/i/ico-soft.png); }
.menu-books { background-image: url(/i/ico-books.png); }
.menu-games { background-image: url(/i/ico-game.png); }
.menu-clips { background-image: url(/i/ico-clips.png); }
.menu-music { background-image: url(/i/ico-music.png); }
.menu-users { background-image: url(/i/ico-users.png); }
.menu-files { background-image: url(/i/ico-files.png); }
.menu-space { background-image: url(/i/ico-space.png); }
.menu-adv { background-image: url(/i/ico-adv.png); }
.menu-invites { background-image: url(/i/ico-inv.png); }
.menu-tag { background-image: url(/i/ico-tag.png); }
.menu-pics { background-image: url(/i/ico-pics.png); }
.menu-info { background-image: url(/i/ico-info.png); }
.menu-pm { background-image: url(/i/ico-pm.png); opacity: 1;}
.menu-blogs { background-image: url(/i/ico-blogs.png); }
.menu-sphera { background-image: url(/i/ico-sphera.png); }
.menu-orders { background-image: url(/i/ico-orders.png); }
.menu-radiola { background-image: url(/i/ico-radiola.png); }
.menu-player { background-image: url(/i/ico-player.png); }
.menu-shop { background-image: url(http://shop.boyarka.name/i/menu-delivery.png); }

.music_text table, #music_player {
	margin-bottom: 1em;
}

.music_text td {
	vertical-align: top;
}


.music_text table a, .mp3 {
	display: block;
	padding: 1px;
	margin: 0;
	padding-left: 20px;
	background: url(/i/fav-music.png) no-repeat left;
}


.music_text small {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	color: #666;
}

table a.play {
	background: url(/i/player-play.png) no-repeat center;
	width: 8px;
	text-decoration: none;
	opacity: .2;
}

a.play:hover {
	opacity: .99;
}

a.playing {
	background: url(/i/playing.png) no-repeat center !important;
	width: 8px;
	text-decoration: none;
}

fieldset.pics {
	margin-bottom: 8px;	
}

.uc {
	border-bottom: 1px solid silver;
	padding: 4px 0;
}

.uc b {
	font-weight: normal;	
}

.uc i {
	font-style: normal;
	font-weight: bold;
	color: #090;
}

.pic {
	width: 100%;
	text-align: center;
}

.pic a {
	padding: 3px;
	margin-right: 1px;
	border: 1px solid black;
	display: inline-block;
	height: 120px;
	opacity: .6;
}

.pic a:hover {
	border: 1px solid #999;
	background-color: #333;
	opacity: .99;
}

.pics_cover {
	background-color: black;
	text-align: center;
	padding: 12px 0 8px 0;
}


#meta {
	padding: 6px 0 0 0;
	margin-bottom: -4px;
	color: #666;
}

i.quote {
	background-color: #373b41;
	border: none;
	padding: 0 2px;
	margin: 0;
	font-style: normal;
}

.adc {
	background-color: #FFeedd;	
}

.none {
	width: 0;
	height: 0;
	display: none;
}

#files small i {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.highlight {
	background-color: #FF7;
}


.br-Firefox {
	padding-left: 22px;
	margin-left: -12px;
	background: url(/i/browsers/firefox.png) left no-repeat;
}

.br-Safari {
	padding-left: 22px;
	margin-left: -12px;
	background: url(/i/browsers/safari.png) left no-repeat;
}

.br-Opera {
	padding-left: 22px;
	margin-left: -12px;
	background: url(/i/browsers/opera.png) left no-repeat;
}

.br-IE {
	padding-left: 22px;
	margin-left: -12px;
	background: url(/i/browsers/ie.png) left no-repeat;
}

textarea#itext {
	height: 200px;
	border: 1px solid silver;
}

textarea#itext:focus {
	background-color: #EEFFDD;
	border: 1px solid #33AA00;
}

#keywords {
	width: 600px;
}

#info-text img {
	float: left;
	padding: 2px;
	margin: 4px 4px 4px 0;
	border: solid 1px silver
}

#info-text p {
	margin-left: 0;
	padding-left: 0;
}

form#pm label {
	font-size: 12px;
	display: block;
	margin-top: 8px;
}

form#pm input[type=text] {
	width: 615px;
	background-color: #EEFFDD;
	border: 1px solid silver;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

form#pm textarea {
	width: 615px;
	height: 280px;
	background-color: #EEFFDD;
	border: 1px solid silver;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.pm_del {
	padding: 8px 12px;
	float:right;
	color: red;
	margin-top: 16px;
}

.pm_reply {
	padding: 8px 12px;
	float:right;
	color: green;
	margin-top: 16px;
	margin-left: 16px;
}

#pm_subject {
	width: 615px;
	background-color: #EEFFDD;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;	
}

#pm_message {
	width: 615px;
	background-color: #EEFFDD;
	padding: 2px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

table#pm_box {
	border-collapse: collapse;
	border: 0;
	font-size: 16px;
	width: 615px;
}

table#pm_box th, table th {
	background: url(i/menu_back_green.png) repeat-x bottom;
	color: white;
	font-weight: normal;
}

table#pm_box td {
	border: 0;
	border-bottom: 1px solid silver;
	padding: 4px;
	vertical-align: top;
}

#pm_message .quote {
	background-color: white;
	width: 590px;
}

td.pm_author {
	width: 32px;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
}

.comment .dt {
	opacity: 0;
}

.comment:hover .dt {
	opacity: 1;
}

.comment .cvote {
	opacity: 0;
}

.comment:hover .cvote {
	opacity: 1;
}

.comment:hover img[src="/i/ustar.gif"] {
	opacity: 1;
}

.comment img[src="/i/ustar.gif"] {
	opacity: .5;
}

#login-form {
	margin-top: 16px;
	display: none;
	border: 1px solid #bbbbbb;
	background: #555555;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#login-form input#login, #login-form input#password {
	font-size: 16px;
	margin: 2px;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.bmsg {
	font-size: 16px;
	border-bottom: 4px solid #efd;
	padding: 4px 0 4px 38px;
	min-height: 48px;
	width: 568px;
}

#fresh-comments p {
	margin: 0 0 8px 0;
	overflow: hidden;
}

#fresh-comments p:hover {
	overflow: visible;
}

#fresh-comments a {
	color: #b3b03b;
}


#smilepanel {
	padding: 2px 0;
	margin-top: 4px;
	display: none;
}

#smilepanel a {
	padding: 2px 6px;
	border: 1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #0b4;
}

#smilepanel a:hover {
	background-color: #ddd;
	border: 1px solid #bbb;
}

#note {
	padding: 8px;
	width: 630px;
	background: #ff8;
	color: #579405;
	font-size: 14px;
}

#bookmarked {
	margin: 4px 0;
	padding-left: 20px;
	background: url(/i/bookmark-16.png) left top no-repeat;
	min-height: 16px;
}

#thanks {
	margin: 4px 0;
	padding-left: 20px;
	background: url(/i/thanks.png) left top no-repeat;
	min-height: 16px;
}

.item_controls {
	display: block;
	position: relative;
	width: 1px;
	height: 1px;
	overflow: visible;
	top: 6px;
	left: -47px;
}

.item_controls a {
	margin-bottom: 4px;
	padding: 4px;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: .7;
}

.item_controls a:hover {
	background-color: #eee;
	border: 1px solid #fff;
	opacity: .99;
}

div.bold h3 a {
	font-weight: bold;
}

/* ============================================================================ */

#pager {
	padding: 0;
	width: 600px;
	height: 50px;
	margin-left: 12px;
}

div.items {
	height: 32px;
	margin: 0 1px;
	float: left;
	width: 527px !important;

}

/* single item */
div.items a {
	display: block;
	float: left;
	margin-right: 1px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 15px;
	color: #47a1ee;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
}

div.items a:hover {
	color: #000;
	background-color: #eee;
	border-color: #aaa;
}

div.items a.active {
	background-position:-174px 0;
	color: #555;
	cursor: default;
}

/* next / prev buttons */
a.prev, a.next {
	background: url(/i/go_left.png) no-repeat center;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
	cursor: pointer;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.next {
	background-image: url(/i/go_right.png)
}

a.prev:hover {
	background-color: #eee;
	border-color: #aaa;
}

a.next:hover {
	background-color: #eee;
	border-color: #aaa;
}

/* navigator */
div.navi {
	background-color: lime;
	text-align: center;
	margin-left:
}

/* items inside navigator */
div.navi span {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(/i/dots.png) 0 0 no-repeat;
	cursor: pointer;
	margin-top: 10px;
}

div.navi span:hover {
	background-position: 0 -8px;
}

div.navi span.active {
	background-position: 0 -16px;
} 	

#time {
	position: relative;
	width: 0;
	height: 0;
	overflow: visible;
	top: -30px;
	color: #bbb;

}

#timer {
	margin-top: 8px;
	width: 400px;
	white-space: nowrap;
	background-color: #2d3035;
	z-index: 100;
	padding: 0;
	opacity: .8;
}

#uinfo {
	position: absolute;
	width: 120px;
	background-color: #eee;
	border: 1px solid #ddd;
	z-index: 2000;
	color: black;
}

#orderform {
	margin-bottom: 16px;
	display: none;
}

#orderform fieldset {
	border: 1px solid silver;
}

#orderform legend {
	font-size: 18px;
}

#orderform #selector label {
	padding: 2px 8px 4px 16px;
	width: 160px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}

#orderform table td {
	vertical-align: top;
	border: 0;
}

#orderform p {
	margin: 16px 0;
	padding: 0;
}

#orderform label {
	font-size: 14px;
}

#orderform input#title {
	width: 600px;
	padding: 2px;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: 20px;
	border: 1px solid silver;
	background-color: #DDFFFF;
}

tr.self {
	background-color: #ddd;
}

#ra_selectors {
	padding: 12px 0 0 4px;
	margin: 0;
	margin-bottom: 1px;
	font-size: 16px;
}

#ra_selectors span {
	padding: 2px 8px;
	color: silver;
}

#ra_selectors span a {
	color: inherit;
	text-decoration: inherit;
}

#ra_selectors span a:hover {
	color: black;
}

#ra_selectors span.sele {
	background: white;
	border-top: 3px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	color: black;
}

#by_genre, #by_album, #by_performer, #by_year {
	width: 612px;
	border: 1px solid silver;
}

#by_genre a, #by_album a, #by_performer a, #by_year a {
	display: block;
	padding: 3px;
	border: 1px solid white;
	color: black;
	text-decoration: none;
	outline: none;
}

#by_genre a:hover, #by_album a:hover, #by_performer a:hover, #by_year a:hover {
	background: #39F;
	color: white;
}

.ra_totals {
	background: silver;
	padding: 4px;
}

.bigbn {
	margin: 12px 0 12px -12px;
}

.radiola-sm {
	margin: 0;
	padding: 2px;
	width: 608px;
	height: 124px;
	border-bottom: 1px solid silver;
}

.radiola-sm img {
	width: 120px;
	max-height: 120px;
	float: left;
}

.radisel {
	font-weight: bold;
	background: #39F;
	color: white !important;
}

.radiola-sm h3 {
	margin: 0;
	padding: 0;
	margin-left: 122px;
}

a.rout, a.rout:hover {
	color: #060 !important;
	text-decoration: underline !important;
	display: inline !important;
	border: none !important;
	padding: 4px !important;
	margin: 0 !important;
	background: none !important;
}

#by_genre small, #by_performer small, #by_album small, #by_year small, #by_my small {
	font-weight: bold;
	color: silver;
}

#by_genre a:hover small, #by_performer a:hover small, #by_album a:hover small, #by_year a:hover small, #by_my a:hover small {
	color: white;
}

a.cut_link {
	display: block;
	margin: 1em 0;
	text-decoration: none;
}

a.cut_link:hover {
	text-decoration: underline;
}

fieldset {
	border: 1px solid silver;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;		
}

textarea.edit_area, input.invite {
	border: 1px solid silver;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Trebuchet MS','Times New Roman',sans-serif;
	font-size:12pt;
}

input.invite {
	font-size:14pt;
	background-color:#CCFFCC;
	padding: 4px;
}

input.invite:focus {
	font-size:14pt;
	background-color: #CCFFFF;
	border: 1px solid #0066FF;
}

#lastuserslist a, #user a, #cmsgs a, .users a {
	color: silver;
}

#top-stuff {
	float: right;
	padding-top: 12px;
	color: gray;
	text-align: right;
}

#top-stuff a, #top-stuff a:visited {
	text-decoration: none;
	color: #b3b03b;
}

#top-stuff a:active,#top-stuff a:hover {
	text-decoration: underline;
	color: #dad9ae;
}

a.unread, b.unread {
	color: #47a1ee;
}

.reload {
	width: 16px;
	height: 16px;
	outline: none;
}

table.poll-results {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

table.poll-results td {
	border: 0;
/*	white-space: nowrap;*/
	padding: 4px 4px;
	line-height: 100%;
}

table.poll-results td.poll-item {
	width: 1%;
}

table.poll-results td div {
	font-size: 10px;
	padding: 0 2px;
	color: white;
	background: #2d3035 url(/i/menu_back_green.png) repeat-x bottom;
}

#scrit label {
	display: block;
	float:left;
	width: 33%;
	font-size: 10px;
}


.alink {
	color: #b3b03b;
	padding-left: 20px;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

legend {
	color: inherit;
}

fieldset {
	padding: .5em;
}

#urls {
	z-index: 10000;
	position: fixed;
	left: 0;
	top: 200px;
}

#urls a.add {
	padding: 4px;
	padding-left: 14px;
	margin-left: -10px;
	display: block;
	width: 16px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: .7;
}

#urls a.add:hover {
	opacity: 1;
	border-color: #ddd;
	background-color: #eee;
}

#qurls {
	min-height: 1em;
	width: 6px;
	overflow: hidden;
	margin-top: 4px;
	padding: 4px;
	padding-left: 14px;
	margin-left: -10px;
	padding-right: 8px;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: .7;
	text-align: left;
	background: url(/i/go_right.png) no-repeat 10px 2px;
}

#qurls:hover {
	width: auto;
	opacity: 1;
	border-color: #ddd;
	background-color: #eee;
	background-image: none;
}

#qurls a {
	display: none;
	padding: 2px;
}

#qurls:hover a {
	display: block;
}


#my-color {
	width: 100%;
	height: 22px;
}

#my-color div {
	width: 20px;
	height: 20px;
	float: left;
	border: 1px solid gray;
	margin-right: 1px;
}

.qauthor {
	margin: -4px -6px 0 -6px !important;
	background-color: #ddd;
	padding: 2px 4px;
	font-size: 10px;
}

.wall_item {
	border-bottom: 1px solid silver;
	padding: 8px 0 12px 36px;
	background: no-repeat left 8px;
}

.wall_item .wdate {
	opacity: .5;
	padding: 6px;
	padding-left: 20px;
	background: no-repeat left;
	font-size: 11px;
}

.wall_item .wdate:hover {
	opacity: 1;
}

.wall_item .v {
	padding-left: 18px;
	background: url(/i/fav-movie.png) left no-repeat;
}

.wall_item .n {
	padding-left: 18px;
	background: url(/i/fav-news.png) left no-repeat;
}

.wall_item .s {
	padding-left: 18px;
	background: url(/i/fav-soft.png) left no-repeat;
}

.wall_item .g {
	padding-left: 18px;
	background: url(/i/fav-game.png) left no-repeat;
}

.wall_item .c {
	padding-left: 18px;
	background: url(/i/fav-clip.png) left no-repeat;
}

.wall_item .m {
	padding-left: 18px;
	background: url(/i/fav-music.png) left no-repeat;
}

#torrent_list {
	border-collapse: collapse;
}

#torrent_list td, #torrent_list th {
	padding: 2px 4px;
	border-collapse: collapse;
}

#torrent_list a {
	padding-top: 2px;
}
	
#torrent_list a.torrent {
	background: url(/i/icons/torrent.png) no-repeat;
	padding: 0 8px;
	padding-top: 2px;
}

#torrent_list a.v {
	padding-left: 20px;
	background: url(/i/fav-movie.png) left no-repeat;
}
#torrent_list a.m {
	padding-left: 20px;
	background: url(/i/fav-music.png) left no-repeat;
}
#torrent_list a.g {
	padding-left: 20px;
	background: url(/i/fav-game.png) left no-repeat;
}


.secret { opacity: .5; }

.irony { color: #cc3333; font-style: italic; }











#found-music {
	width: 620px;
	border-collapse: collapse;
}

#found-music td {
	border-collapse: collapse;
	padding: 4px;
	border-bottom: 1px solid silver;
}

#found-music tr td .hidden {
	opacity: 0;
}

#found-music tr:hover td .hidden {
	opacity: .7;
}

#found-music .album-icon {
	width: 32px;
	min-height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
}

#playlist-container {
	width: 1px;
	height: 1px;
	overflow: visible;
	position: fixed;
}

#playlist-new {
	background-color: #eeeeee;
}

#playlist-new a {
	text-decoration: none;
	display: block;
	padding: 4px 4px 4px 22px;
	background: url(/i/add.png) no-repeat 2px 4px;
}

#playlists {
	position: relative;
	left: -153px;
	top: 0;
	width: 140px;
	border: 1px solid gray;
	background-color: #eeeeee;
}

#playlists .playlist {
	background-color: white;
}

#playlists .playlist h4 {
	font-weight: bold;
	margin: 0;
	padding: 2px;
	border-top: 1px solid gray;
}

#playlists .playlist a {
	display: block;
	padding: 2px 2px 2px 18px;
}

.spoiler {
	border-radius: 4px;
	border: 1px solid #4f545d;
	padding: 2px;
}

.spoiler-head {
	color: #b3b03b;
	border-radius: 2px;
	padding: 2px 4px;
	background-color: #4f545d;
	border: 1px solid #4f545d;
	cursor: pointer;
	font-weight: bold;
}

.spoiler-text {
	display: none;
	overflow: auto;
}


