* {
	margin: 0;
	padding: 0;
}
body {
	background: #1C1C1C;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 12px;
	color: #FFF;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #2479C0;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

#sloop {
	border-top: 2px solid #2479C0;
	height: 77px;
	background-color: #000;
	overflow: hidden;
}
.froth {
	display: none;
}

.plaga {
	height: 33px;
	background: #141414 url(stereo.png) repeat-x left bottom;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 0 5px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
.plaga h1:before, .plaga h2:before {
	content: "\f006";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 5px;
	color: #2479C0;
}
.plaga h1, .plaga h2 {
	font-size: 19px;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
}

.drab {
	margin-bottom: 5px;
	text-align: center;
	font-size: 0;
}
.drab dl {
	width: 314px;
	background: #343434;
	padding: 3px;
	padding-bottom: 1px;
	font-size: 11px;
	color: #d9d9d9;
	text-shadow: 1px 1px 0 #000;
	margin: 2px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.drab dl img {
	background: url(maj.gif) no-repeat center;
	border: 1px solid #000;
	display: block;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.drab dt {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
}
.drab dd {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 2px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.drab dt:before {
	content: "\f061";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin: 0 5px;
	color: #2479C0;
}
.drab dd:before {
	content: "\f02e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 5px;
	color: #2479C0;
}
.drab.unloader dt {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.drab dl:hover dt {
	text-decoration: none;
	color: #fff;
}
.drab dl:hover {
	background: #3E85C0;
}
.drab dl:hover img {
	border-color: #264762;
}
.drab dl:hover dt:before {
	color: #000;
	text-shadow: none;
}
.drab.nemato dl {
	width: 242px;
}

#uncoin {
	border-bottom: 2px solid #2479C0;
	background-color: #000;
	margin-top: 28px;
	overflow: hidden;
	padding: 5px;
	color: #c7c7c7;
	text-shadow: 1px 1px 0 #000;
	font-size: 12px;
}
#uncoin p {
	padding: 5px 0;
}

.italiz {
	font-size: 0;
	margin: 0 0 20px;
	text-align: center;
}
.italiz li {
	display: inline-block;
	font-size: 12px;
	margin: 2px;
}
.italiz a {
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	font-weight: bold;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.italiz .debark, .italiz a:hover {
	background: #1e69de;
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}

.gramer {
	font-size: 0;
	margin: 0 0 20px;
	text-align: center;
}
.gramer li {
	display: inline-block;
	font-size: 12px;
	margin: 2px;
}
.gramer a {
	width: 140px;
	background: #e2e2e2;
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	text-shadow: 1px 1px 1px #fff;
	color: #000;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 1px;
	padding-left: 3px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gramer a:before {
	content: "\f005";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin: 0 5px;
	color: #2479C0;
}
.gramer a:hover {
	background: #1e69de;
	background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
	background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
}
.gramer a:hover:before {
	color: #fff;
}
.chemos a {
	width: 240px;
}
.chemos a:before {
	content: "\f087";
}
p.savage {
	margin: 18px 8px;
	padding: 8px;
	font-size: 12px;
	background-color: #000;
	color: #c7c7c7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

@media screen and (max-width: 800px) {
	#sloop {
		text-align: center;
	}
	.drab dl {
		padding: 1px;
	}
}
@media screen and (max-width: 480px) {
	#sloop {
		height: 50px;
	}
	#sloop a img {
		height: 50px;
		width: auto;
	}
	p.savage, #uncoin {
		font-size: 10px;
	}
}