/*
	* Initial neutralization
	* Top Level
	* Globals

	* Links
	* Backgrounds
	* Headers
	* General text

	* Code blocks
	* Quote blocks
	* Spoiler

	? Infoboxes
	* Inputs, buttons, forms
	* Text replacement for buttons
	* Basic tables

	* Page header
		- TopMenu, Quick Login, PM Info, Loguot..
		- Logo
		- Main navigation
		- Latest News
	? Breadcrumb
	? Important info

	* Page content
	* Sidebar 1
	* Latest News

	* Forums on home page
	* Forums on viewforum page

	* Topics on viewtopic page
	* Torrent status
	* Attachments
	* Search Results page
	* Tracker

	* Images
	* Page footer
	* Menus
	* Misc
	* Shortcuts
*/

/* ================================================================ *
     Initial neutralization
 * ================================================================ */
header {
  BackGround-color: #b6c3cf;
}

/* Clean out MARGIN and PADDING */
html, body, form, fieldset, h3, h4, h5, h6, p, pre, blockquote,
ul, ol, dl, li, dd {
  margin: 0;
  padding: 0;
}

/* Add LEFT MARGIN */
blockquote, ul, ol, li, dd {
  margin-left: 1em;
}

/* ================================================================ *
     Top Level
 * ================================================================ */
html {
  min-height: 100.1%; /* always show vertical scrollbar in Mozilla */
}

body {
  min-width: 1024px;
  color: #000000;
  background: #b6c3cf;
  position: relative;
}

body, th, td, font {
  font: 12px Verdana, Arial, sans-serif;
}

#body_container {
  background: #FFFFFF;
  padding: 1px 2px 4px;
}

#page_container {
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #D1D7DC;
}

#page_header {
  position: relative;
  width: 100%;
}

#page_content {
  padding: 12px 4px 0;
  margin: 0 auto;
  clear: both;
  position: relative;
}

#sidebar1 {
}

#sidebar2 {
  padding: 0 3px 0 6px;
  vertical-align: top;
  width: 210px;
}

#sidebar1-wrap {
  margin-top: -8px;
  width: 210px;
}

#sidebar2-wrap {
}

#main_content {
  vertical-align: top;
}

#main_content_wrap {
}

#page_footer {
  clear: both;
  margin: 12px 0 3px;
}

/* ================================================================ *
     Globals
 * ================================================================ */
hr {
  height: 0px;
  border: 0px solid #CDD5D8;;
  border-top-width: 1px;
}

.hr1 {
  border-top: 1px #CDD5D8;
  solid;
}

form {
  display: inline;
}

label {
  cursor: pointer;
  white-space: nowrap;
}

img {
  border: 0px;
}

.highlight {
  color: #FF0000;
  background: #FFFFE0;
}

/* ---------------------------------- *
     Links
 * ---------------------------------- */
:link:focus, :visited:focus {
  color: #DD6900;
}

:link {
  color: #006699;
}

:visited {
  color: #006699;
}

:link:hover, :visited:hover {
  color: #DD6900;
  text-decoration: underline !important;
}

:link:active, :visited:active {
  color: #DD6900;
  text-decoration: underline !important;
}

.colorAdmin, a.colorAdmin, a.colorAdmin:visited {
  color: #FF0000 !important;
}

.colorSuperMod, a.colorSuperMod, a.colorSuperMod:visited {
  color: #000000;
!important;
}

.colorMod, a.colorMod, a.colorMod:visited {
  color: #008000 !important;
}

.colorGroup, a.colorGroup, a.colorGroup:visited {
  color: #310062 !important;
}

.colorCPH, a.colorCPH, a.colorCPH:visited {
  color: #0080FF !important;
}

.colorMyName, a.colorMyName, a.colorMyName:visited {
  color: #7B68EE !important;
}

.adm, a.adm, a.adm:visited {
  color: #800000;
  text-decoration: none;
  font-size: 11px;
}

.dlWill {
  color: #0066CC;
}

.dlDown, .leech, .leechmed, .leechsmall {
  color: #800000;
}

.dlComplete, .seed, .seedmed, .seedsmall {
  color: #006600;
}

.itsme {
  Text-decoration: none;
  color: #0000FF;
!important;
}

.dlCancel {
  color: #666666;
}

a.dlWill, a.dlWill:visited {
  color: #0066CC;
  text-decoration: none;
}

a.dlDown, a.dlDown:visited {
  color: #800000;
  text-decoration: none;
}

a.dlComplete, a.dlComplete:visited {
  color: #006600;
  text-decoration: none;
}

a.dlCancel, a.dlCancel:visited {
  color: #666666;
  text-decoration: none;
}

a.leech, a.leechmed, a.leechsmall,
a.leech:visited, a.leechmed:visited, a.leechsmall:visited {
  color: #800000;
  text-decoration: none;
}

a.seed, a.seedmed, a.seedsmall,
a.seed:visited, a.seedmed:visited, a.seedsmall:visited {
  color: #006600;
  text-decoration: none;
}

/* Poster name in viewtopic */
.nick, .nick a {
  color: #005A88 !important;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

/* Nav links */
.nav {
  margin: 0.3em 0;
  font-size: 11px;
  font-weight: bold;
}

.nav a {
  text-decoration: none;
}

.nav em {
  color: #660000;
  font-style: normal;
}

/* Topic titles */
.topictitle, a.topictitle {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.torTopic, a.torTopic {
  font-size: 11px;
  text-decoration: none;
}

a.topictitle:visited, a.torTopic:visited, a.tLink:visited {
  color: #5493B4;
}

/* ---------------------------------- *
     Backgrounds
 * ---------------------------------- */
.row1, .row1 td {
  background: #F9F9F9;
}

.row2, .row2 td {
  background: #F1F3F5;
}

.row3, .row3 td {
  background: #E1E4E8;
}

.row4, .row4 td {
  background: #F8F8F8;
}

.row5, .row5 td {
  background: #E7E7E7;
}

.row6, .row6 td {
  background: #E9E9E6;
}

.row7, .row7 td {
  background: #F7B0B1;
}

.prow1 {
  background: #ECECEC;
}

.prow2 {
  background: #E7E7E7;
}

.prow3 {
  background: #DEE3E7;
}

.p-body tr {
  background: #ECECEC;
}

.p-body tr:hover {
  background: #DEE3E7;
}

.table-wrap {
  width: 95%;
  margin: 6px auto;
  clear: both;
  background: #E9E9E6;
  border: solid #C3CBD1;
  border-width: 1px 1px 1px 1px;
}

/* ---------------------------------- *
     Headers
 * ---------------------------------- */
h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0.2em 0 0.5em;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0.2em 0 0.5em;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: normal;
}

h6 {
  font-size: 11px;
  font-weight: normal;
}

/* Page title and toptic title */
.maintitle, .pagetitle {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: #3C3C3C;
  padding: 0 4px;
  margin: 0.2em 0 0.5em;
}

.maintitle a, .pagetitle a {
  text-decoration: none;
}

.maintitle {
  font-size: 22px;
}

.maintitle, .pagetitle1 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  color: red;
  padding: 0 4px;
  margin: 0.2em 0 0.5em;
}

/* ---------------------------------- *
     General text
 * ---------------------------------- */
.ratenum,
.ratenum td {
  font-size: 11px;
  color: #062efa;
}

.down, .rate, .up, .available, .underline, .vip,
.rate td {
  font-size: 11px;
  color: #000000;
}

.available {
  color: #000000;
}

.availablenum, .upnum, .vipnum,
.availablenum td {
  font-size: 11px;
  color: #69a841;
}

.leechmed,
.leechmed td {
  font-size: 11px;
  color: #d10000;
}

.small, .gensmall, .seedsmall, .leechsmall,
.small td {
  font-size: 10px;
}

.tiny, .tiny td {
  font-size: 10px;
  letter-spacing: -1px;
}

.seed2 {
  font-size: 11px;
  color: #000000;
}

.seedmed2 {
  font-size: 10px;
  color: #69a841;
}

.gen, .seed, .leech,
.gen td {
  font-size: 12px;
}

.med, .genmed, .seedmed, .leechmed,
.med td {
  font-size: 11px;
}

td.gen {
  font-size: 12px !important;
}

td.med {
  font-size: 11px !important;
}

td.small {
  font-size: 10px !important;
}

.gen, .med, .genmed,
.small, .gensmall {
  color: #000000;
}

a.gen, a.med, a.genmed,
a.small, a.gensmall {
  color: #006699;
  text-decoration: none;
}

/* ---------------------------------- *
     Post elements
 * ---------------------------------- */
.post-align, .post-br, .post-hr, .postImgAligned {
  display: block;
}

.sp-wrap, .post-hr {
  margin: 8px auto;
}

.c-wrap, .q-wrap {
  margin: 8px auto;
}

.c-wrap, .q-wrap, .sp-wrap {
  width: 98%;
  clear: both;
}

.q-wrap .q-wrap, .sp-wrap .sp-wrap {
  margin: 2px auto 4px;
}

.c-head, .q-head {
  padding: 0 1px;
  font-size: 11px;
  color: #444444;
}

.c-body, .q, .sp-wrap, .sp-head, .sp-body {
  border: solid #C3CBD1;
  border-width: 1px 1px 1px 2px;
  clear: both;
}

.c-body, .q, .sp-body {
  padding: 2px 6px;
}

.c-head, .q-head, .sp-head {
  text-align: left !important;
}

.post-align {
  margin: 8px auto;
}

.post-br {
  line-height: 12px;
}

.post-b {
  font-weight: bold;
}

.post-u {
  text-decoration: underline;
}

.post-i {
  font-style: italic;
}

.post-s {
  text-decoration: line-through;
}

/* ---------------------------------- *
     Code blocks
 * ---------------------------------- */
.c-body {
  font-size: 13px;
  font-family: "Courier New", Courier, monospace;
  color: #006600;
  background: #FAFAFA;
}

/* ---------------------------------- *
     Quote blocks
 * ---------------------------------- */
.q {
  color: #2E2E2E;
}

.q {
  background: #FAFAFA;
}

.q .q {
  background: #F5F5F5;
}

.q .q .q {
  background: #FAFAFA;
}

.q .q .q .q {
  background: #F5F5F5;
}

.q .q .q .q .q {
  background: #FAFAFA;
}

.q .q .q .q .q .q {
  background: #F5F5F5;
}

.mod {
  font-family: {
    T_FONTFACE1
  }
;
  font-size: {
    T_FONTSIZE2
  }
  px;
  color: {
    T_BODY_TEXT
  }
;
  line-height: 125%;
}

.exclamation {
  font-weight: bold;
  font-family: Times New Roman, Verdana;
  font-size: 45px;
  color: #ffffff;
}

td.ModTable {
  background-color: #ff6060;
}

/* ---------------------------------- *
     Spoiler
 * ---------------------------------- */
.sp-wrap {
  padding: 0;
  background: #E9E9E6;
}

.sp-head {
  border-width: 0;
  font-size: 11px;
  padding: 1px 14px 3px;
  margin-left: 6px;
  line-height: 15px;
  font-weight: bold;
  color: #2A2A2A;
  cursor: pointer;
}

.sp-body {
  border-width: 1px 0 0 0;
  display: none;
  font-weight: normal;
  background: #F5F5F5;
  border-bottom: 1px solid #C3CBD1;
  background: #F5F5F5;
}

/* ---------------------------------- *
     List
 * ---------------------------------- */
.post_body ul, .post_body ol {
  margin: 8px auto 8px 8px;
}

.post_body li {
  margin: 0px 4px 1px 24px;
}

/* ---------------------------------- *
     Post images
 * ---------------------------------- */
img.smile, img.postImg {
  vertical-align: text-bottom;
}

img.postImg {
  margin: 2px 2px 0 0;
}

img.postImgAligned {
  margin: 4px 4px 2px;
}

var.img-left {
  float: left;
  clear: left;
}

var.img-right {
  float: right;
  clear: right;
}

/* ---------------------------------- *
     Other BBCode related
 * ---------------------------------- */
.post_body pre {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.post-pre {
  white-space: pre;
  font-family: monospace;
}

a.postLink-name, a.postLink-name:visited {
  text-decoration: none;
}

/* ---------------------------------- *
     Infoboxes
 * ---------------------------------- */
.infobox {
  border: 1px #CDD5D8;
  solid;
  background: #EFEFEF;
  padding: 1px;
}

.infobox h1 {
  background: #D1D7DC;
  font-size: 1.2em;
  padding: 0px 0.6em 2px;
}

/* ---------------------------------- *
     Inputs, buttons, forms
 * ---------------------------------- */
input, textarea, select {
  font-family: Verdana, sans-serif;
}

input.post, textarea.post {
}

select, input {
  font-size: 11px;
}

textarea {
  font-size: 12px;
}

input.mainoption, input.main,
input.liteoption, input.lite {
  font-size: 11px;
  border: 1px solid;
  background: #FAFAFA;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  font-size: 11px;
  font-family: Tahoma;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;

  box-shadow: 0px 1px 3px #000;
  -o-box-shadow: 0px 1px 3px #000;
  -moz-box-shadow: 0px 1px 3px #000;
  -webkit-box-shadow: 0px 1px 3px #000;

  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  background-color: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(1, #ddd));
  background: -moz-linear-gradient(bottom, #ddd, #eee);
  border: 1px solid #fff;
  text-shadow: 0px 1px 1px #fff;
  -o-text-shadow: 0px 1px 1px #fff;
  -moz-text-shadow: 0px 1px 1px #fff;
  -webkit-text-shadow: 0px 1px 1px #fff;
  color: #333;
}

input.mainoption, input.main {
  font-weight: bold; /* main submit button */
}

/* The buttons used for bbCode styling in message post */
input.button, .buttons input {
  border: 1px solid;
  background: #FFFFFF;
}

input.long {
  padding-left: 20px;
  padding-right: 20px;
}

input.button, .buttons input,
input.mainoption, input.main, input.liteoption, input.lite {
  border-color: #dab26a;
  border-style: solid;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  background-color: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ddd), color-stop(1, #ccc));
  background: -moz-linear-gradient(bottom, #ccc, #ddd);
  border: 1px solid #ddd;
}

/* "gte IE 7" in page_header.tpl */
input[type="checkbox"] {
  margin-bottom: 0px;
}

input[type="radio"] {
  margin-bottom: -2px;
}

input[disabled="disabled"] {
  color: #808080;
}

input.hint {
  color: #999999;
  font-style: italic;
  text-indent: 0.3em;
}

input.error {
  color: #FF0000;
  font-weight: bold;
}

input.found {
  font-weight: bold;
}

.cat input[type="text"] {
  background: #FCFCFC;
}

optgroup, option, fieldset, legend {
  font-family: Verdana, sans-serif;
}

optgroup {
  font-size: 11px;
  letter-spacing: 0px;
  font-weight: bold;
  font-style: italic;
  color: #005A88;
  background: #DEE3E7;
}

optgroup option {
  color: #000000;
  background: #FFFFFF;
}

option {
  font-size: 11px;
}

legend {
  padding: 0 2px 2px;
  font-size: 11px;
  color: #000066;
}

legend a {
  text-decoration: none;
}

fieldset > legend {
  margin-left: 6px;
}

.root_forum {
}

.has_sf {
  color: #333333;
  background: #F5F5F5;
  font-weight: bold;
}

input.pOrdSel {
  border: 0px solid #EFEFEF;
  width: 18px;
  overflow: hidden;
  color: #333333;
  background: transparent;
  font-size: 12px;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

textarea.editor {
  display: block;
  width: 98%;
}

.fieldsets td {
  vertical-align: top;
  white-space: nowrap;
}

.fieldsets fieldset {
  margin: 4px 4px;
}

.fieldsets fieldset div {
  padding: 3px 6px 4px;
}

.fieldsets div p {
  margin-bottom: 1px;
}

.fieldsets div > p {
  margin-bottom: 2px;
}

.fieldsets .select {
  margin-bottom: 3px;
}

.fieldsets .radio {
}

.fieldsets .chbox {
}

.fieldsets .input {
}

table.my_downloads {
  margin-bottom: 2px;
}

.my_downloads td {
  padding: 1px 8px 2px 0 !important;
}

select.text_color option {
  background: #ECECEC;
}

select.text_size option.em {
  font-weight: bold;
  background: #ECECEC;
}

.fldSet1 {
  margin: 2px 4px 1px 4px;
  padding: 0px;
}

.fldSetCont1 {
  margin: 0px;
  padding: 3px 8px 4px 8px;
}

.fldSetCont2 {
  margin: 0px;
  padding: 2px 8px 4px 8px;
}

.fldSetCont3 {
  margin: 0px;
  padding: 6px 8px 8px 8px;
}

.hl_only_new {
  color: #993300;
}

.select-action {
  background: #F5F5F5;
}

/* ---------------------------------- *
     Text replacement for buttons
 * ---------------------------------- */
.txtb, .txtb:link, .txtb:visited, .txtb:hover {
  color: #003366;
  font-size: 11px;
  text-decoration: none;
}

.txtb:hover {
  text-decoration: underline;
}

/* ---------------------------------- *
     Basic tables
 * ---------------------------------- */
.bodyline {
  background: #FFFFFF;
  border: 1px solid #A5AFB4;
}

.bodyline th {
  background: #71869F;
  color: #F0F8FF;
  font-weight: bold;
}

table.forumline {
  width: 100%;
  background: #CDD5D8;;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #CDD5D8;;
}

.forumline th {
  border: 1px solid #CDD5D8;;
  border-width: 1px;
  border-top-color: #92A3A4;
}

.forumline td {
  border: 1px solid #CDD5D8;;
  border-width: 0 1px 1px;
}

.forumline th, .thHead {
  padding: 6px 8px 7px;
  text-align: center;
  color: #D5E4EC;
  font-size: 11px;
  font-weight: bold;
  background: #006699 url(../images/cellpic3.gif) repeat-x;
}

/* "lte IE 6" in page_header.tpl */
.forumline th:first-child {
  border-left-color: #92A3A4;
}

.forumline th:last-child {
  border-right-color: #92A3A4;
}

.forumline td {
  padding: 2px 4px 3px;
}

table.borderless th, table.borderless td {
  border: 0px none;
}

table.bordered {
  border-collapse: collapse;
  border: 1px solid #CDD5D8;;
}

.bordered th, .bordered td {
  border-style: solid;
  border-width: 1px;
  border-color: #CDD5D8;;
}

table.message {
  margin: 0 auto;
  width: 100%;
}

table.spis tr {
  BackGround-color: #000000;
}

table.message td {
  padding: 16px;
  text-align: center;
  background: #EFEFEF;
}

.cat, td.cat, td.catTitle, td.catHead, td.catBottom {
  padding: 5px 4px 6px;
  background: #E0E5E9 url(../images/cellpic1.png) repeat-x;
}

.catTitle {
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}

.catTitle a {
  text-decoration: none;
}

.catBottom {
  text-align: center;
}

#acp_main_nav .catTitle {
  padding: 2px 6px 3px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0px;
}

.info_msg_wrap {
  margin: 12px 0;
}

table.info_msg {
  width: 100%;
  border: 1px solid #CDD5D8;;
  background: #DEE3E7;
  margin: 0 auto;
}

table.info_msg .msg {
  border: 1px solid #CDD5D8;;
  background: #EFEFEF;
  padding: 20px;
  text-align: center;
}

table.error {
  width: 100%;
  border: 2px solid #993300;
  background: #FFD4CC;
  margin: 0 auto;
}

table.error .msg {
  border: 1px solid #993300;
  background: #FAEBD7;
  padding: 20px;
  color: #A52A2A;
  text-align: center;
}

table.search_username {
  margin: 12px;
  width: 370px;
}

table.pm_box_size {
  width: 175px;
  margin: 8px 2px;
}

.pm_box_size .progress {
  background: #008000;
}

.pm_box_size b {
  font-size: 10px;
}

.pm_nav td {
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
}

table.translit_expl th {
  width: 30px;
  padding-right: 8px;
  font-weight: bold;
  text-align: right;
}

table.translit_expl td {
  width: 14px;
}

table.user_contacts th {
  text-align: right;
  width: 100%;
}

.user_contacts td {
  padding: 2px 6px;
}

table.user_details th {
  padding: 2px 6px;
  text-align: right;
  vertical-align: top;
}

.user_details td {
  width: 70%;
}

table.usercp_register h6 {
  margin: 0.3em 0.4em;
  color: #444444;
  line-height: 100%;
}

table.smilies td {
  padding: 3px;
  text-align: center;
}

/* ================================================================ *
     Page header
 * ================================================================ */
/* ---------------------------------- *
     TopMenu, Quick Login, PM Info, Loguot..
 * ---------------------------------- */
.topmenu {
  border: none;
  margin: -2px 0px 0;
  padding: 0px 8px 0;
  height: 28px;
  vertical-align: middle;
  background: #EFEFEF url(../images/bar_down1.gif) repeat-x;
  border-color: #CC6600;
}

.topmenu table {
  height: 26px;
}

/* fix non-center align */
.topmenu a:link, .topmenu a:visited {
  text-decoration: none;
}

.topmenu td {
  padding: 4px;
  font-size: 11px;
  white-space: nowrap;
}

.new-pm {
  background: #FFD9B2;
  border-color: #CC6600;
}

.new-pm-link {
  color: #993300 !important;
  font-weight: bold;
}

/* ---------------------------------- *
     Logo
 * ---------------------------------- */
#logo {
  padding: 2px 4px;
  min-height: 75px;
}

#logo h1 {
  margin: 0 300px 0 0;
  padding-top: 6px;
  font-size: 42px;
  font-variant: small-caps;
}

#logo h6 {
  margin: 0 300px 0 0;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 14px;
  font-variant: small-caps;
}

#logo img {
  padding: 7px 7px 6px 5px;
}

/* ---------------------------------- *
     User panel
 * ---------------------------------- */
.blok {
  background: url(../images/center.png);
  margin: 0 auto;
  width: 100%;
}

.blok .tc {
  background: url(../images/tc.png) top repeat-x
}

.blok .tc .rc {
  background: url(../images/rc.png) right repeat-y
}

.blok .tc .rc .bc {
  background: url(../images/bc.png) bottom repeat-x
}

.blok .tc .rc .bc .lc {
  background: url(../images/lc.png) left repeat-y
}

.blok .tc .rc .bc .lc .tl {
  background: url(../images/tl.png) top left no-repeat
}

.blok .tc .rc .bc .lc .tl .tr {
  background: url(../images/tr.png) top right no-repeat
}

.blok .tc .rc .bc .lc .tl .tr .br {
  background: url(../images/br.png) bottom right no-repeat
}

.blok .tc .rc .bc .lc .tl .tr .br .bl {
  background: url(../images/bl.png) bottom left no-repeat;
  padding: 16px 20px
}

.allpreferences,
.allpreferences {
  width: 60px;
  height: 129px;
  float: right;
  margin-top: 6px;
}

/* ---------------------------------- *
     Main navigation
 * ---------------------------------- */
#main-nav {
  border: none;
  margin: 0px 3px 0;
  padding: 0px 8px 0;
  height: 28px;
}

#main-nav b {
  padding: 0 4px 0 1px;
}

#main-nav a {
  color: #535F62;
  text-decoration: none;
}

#main-nav a:hover, #main-nav a:active {
  text-decoration: none !important;
  color: #000000;

}

#main-nav a:link, #main-nav a:visited, #main-nav a:active {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;
}

#main-nav a:hover, #main-nav #selected:link, #main-nav #selected:visited {
  background-color: #111;
}

#main-nav ul {
  margin: 0px;
  padding: 0px 5px;
}

#main-nav li {
  float: left;
  list-style: none;
  line-height: 0px;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

#main-nav a:link, #main-nav a:visited, #main-nav a:active {
  display: block;
  padding: 0 2px;
  text-decoration: none;
}

#main-nav a:hover, #main-nav #selected:link, #main-nav #selected:visited {
  color: #000;
  background: #333 url(../images/m_hover.png);
  BackGround-position: center center;
  BackGround-Repeat: repeat-x;
}

#main-nav b.vi_top {
  color: #AE2300;
}

#main-nav b.vi_top:hover {
  color: #AE2300;
}

#main-nav {
  border: none;
  margin: 0 auto;
}

#main-nav2 a:link, #main-nav2 a:visited, #main-nav2 a:active {
  background: #FFF url(../images/meleft1.png);
  padding: 0;
  marign: 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;

}

#main-nav2 ul {
  margin: 0 auto;

}

#main-nav2 li {
  display: block;
  list-style: none;
  line-height: 0px;
  font-size: 0.9em;
  margin: 0 auto;
  width: 200px;
}

#main-nav2 a:link, #main-nav2 a:visited, #main-nav2 a:active {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  text-decoration: none;
}

#main-nav2 a:hover, #main-nav2 #selected:link, #main-nav2 #selected:visited {
  color: #888;
  background: #FFF url(../images/meleft2.png);
  text-decoration: none !important;
}

/* ---------------------------------- *
     Latest News
 * ---------------------------------- */
#latest_news {
  margin-bottom: 8px;
}

#latest_news table {
  border-collapse: collapse;
}

#latest_news h3 {
  padding: 0 0 3px 0;
  color: #333333;
}

#latest_news td {
  vertical-align: top;
}

.news_date {
  float: right;
  padding: 1px 8px 1px;
  white-space: nowrap;
  font-family: "Courier New", Courier, monospace;
  color: #333333;
  background: #F2F2F2;
  border: 1px solid #B4B4B4;
}

.news_title {
  padding: 3px 8px 2px;
  margin-bottom: 2px;
  background: transparent url(../images/hr400_ltr_gradient.jpg) no-repeat left top;
}

#latest_news a {
  text-decoration: none;
  color: #000000;
}

#latest_news .new a {
  color: #A52A2A;
  font-weight: bold;
}

/* ---------------------------------- *
     Breadcrumb [ home >> forum1 >> etc. ]
 * ---------------------------------- */
#breadcrumb {
}

/* ---------------------------------- *
     Important info
 * ---------------------------------- */
#important_info {
}

/* ================================================================ *
     Page content
 * ================================================================ */
/* ---------------------------------- *
     Sidebar 1
 * ---------------------------------- */
#sidebar1 {
  margin-top: -8px;
  width: 240px;
  padding: 15px 6px 0 3px;
  vertical-align: top;
}

#sidebar1 h3 {
  padding: 0 0 4px 0;
  margin: 8px 0 2px 0;
  color: #333333;
  text-indent: 0.5em;
  background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom;
}

#sidebar1 h3 a {
  color: #333333;
}

#sidebar1 h5 {
  padding: 2px 4px 5px;
}

#sidebar1 ul {
  margin: 6px 0 0 10px;
}

#sidebar1 li {
  margin-bottom: 2px;
  margin-left: 14px;
}

#sidebar1 a {
  text-decoration: none;
  color: #005A88;
}

#user_ratio {
  padding: 2px 2px 2px 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 124px;
  width: 341px;
  background-image: url(../images/profile.png);
  background-position: left top;
  background-repeat: no-repeat;
}

/* User ratio */
#user_ratio td {
  padding: 0px 5px 0px 5px;
  font-size: 11px;
}

#tr_main_cats {
}

/* Main tracker categories list */
#tr_main_cats ul {
  list-style-image: url(../images/arrow1.gif);
}

#tr_main_cats li {
  margin-bottom: 3px;
  margin-left: 11px;
  font-size: 11px;
  font-weight: bold;
  line-height: 110%;
}

#author-rel a {
  color: #800000;
}

/* ================================================================ *
     Main content
 * ================================================================ */
/* ---------------------------------- *
     Forums on home page
 * ---------------------------------- */
#forums_list_wrap {
  margin-top: 4px;
  padding-right: 2px;
}

#forums_top_links {
  clear: both;
}

#forums_wrap {
  clear: both;
  padding-top: 1px;
}

.cat_title { /* Category header */
  padding: 3px 8px 5px;
  letter-spacing: 1px;
  text-indent: 0.6em;
  background: #DEE3E7 url(../images/cellpic1.png) repeat-x;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;

  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -khtml-border-radius-bottomleft: 0px;
  -khtml-border-radius-bottomright: 0px;

  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}

.cat_title a {
  text-decoration: none;
  color: #333333 !important;
}

table.forums {
  width: 100%;
}

.forums th {
  padding: 0 !important;
  font-size: 10px;
  font-weight: normal;
  color: #3C3C3C;
}

.forums td {
  padding: 3px 4px;
  font-size: 11px;
}

.forums em { /* titles like: "Subforums:", "Moderators:" */
  color: #5E5E5E;
  font-style: italic;
}

.forumlink { /* forum links */
  font-size: 13px;
  font-weight: bold;
}

.forumlink a {
  text-decoration: none;
}

.forums .forumlink { /* forum title */
  margin-top: 1px;
}

.forum_desc { /* forum description */
  margin-top: 2px;
  color: #333333;
  font-size: 11px;
  line-height: 110%;
}

.subforums { /* subforums */
  margin-top: 2px;
  padding-left: 0.5em;
}

.subforums em {
  display: none;
}

.subforums + .moderators {
  margin-top: 0;
}

.category .subforums .sf_title {
  white-space: nowrap;
}
.dot-sf {
  color: #417998 !important;
  font-size: 11px;
  margin-right: 4px;
}

.new .dot-sf {
  color: #CA4200 !important;
}

.sf_title {
  white-space: normal;
}

.sf_icon {
  margin-right: 1px;
}

.sf_separator {
}

.sf_title a {
  text-decoration: none;
}

.moderators { /* moderators */
  margin-top: 2px;
  font-size: 11px;
  line-height: 110%;
}

.moderators a, .moderators a:visited {
  color: #333333;
  font-size: 10px;
  text-decoration: none;
}

.f_topics, .f_posts {
  display: none;
}

/* Hide posts/topics count <td> in index */
.f_last_post { /* last topic/post */
  text-align: center;
}

.last_topic {
  margin-top: 1px;
  white-space: nowrap;
}

.last_topic a {
  text-decoration: none;
}

.last_post_time {
  margin-top: 2px;
  font-size: 10px;
  white-space: nowrap;
}

.last_time {
}

.last_author {
  padding-left: 3px;
}

.f_stat_inline { /* Posts: xx Topics: xx */
  margin-top: 1px;
  white-space: nowrap;
}

.f_stat_topics {
}

.f_stat_posts {
  padding-left: 3px;
}

.forums thead { /* Forum TH-Headers */
  display: none;
}

.f_icon { /* Forum Icon cell */
  width: 35px;
  padding: 6px 0 !important;
}

.f_titles { /* Forum Title cell */
  width: auto;
}

.f_topics { /* Topics Count cell */
  width: 40px;
  text-align: center;
}

.f_posts { /* Posts Count cell */
  width: 50px;
  text-align: center;
}

.f_last_post { /* Forum Last Topic/Post cell */
  width: 230px;
}

.f_stat_inline { /* Inline Topic/Post count */
  display: block;
}

table.forums {
  border-collapse: collapse;
}

.cat_title {
  border: 0 none;
  border-top: 1px solid #CDD5D8;;
  border-bottom: 1px solid #C3CBD1;
}

.f_tbl_wrap, #board_stats_wrap {
  border: 0 none;
}

.forums td.row1 {
  border: solid #FDFDFD;
  border-width: 0 1px 1px 0;
  border-color: #D0E8F2;
}

.forums td.row2 {
  border: solid #F5F5F5;
  border-width: 0 1px 1px 0;
  border-color: #D0E8F2;
}

td.f_titles {
  border-right-color: #FAFCFD !important;
}

td.last_td {
  border-right-width: 0 !important;
}

.cat_footer {
  height: 0px;
  margin-top: -1px;
  border-top: 1px solid #C3CBD1;
  font-size: 0px;
  line-height: 0px;
}

.cat_separator {
  height: 10px;
  font-size: 0px;
  line-height: 0px;
}

#mark_all_forums_read {
  margin: -10px 0 3px 0;
}

#online_time {
  float: left;
  font-style: italic;
  color: #444444;
}

#online_explain {
  float: right;
}

#online_userlist a {
  white-space: nowrap;
}

#forums_top_nav {
  display: none;
}

/* ---------------------------------- *
     Forums on viewforum page
 * ---------------------------------- */
table.forum th {
  white-space: nowrap;
}

td.topic_id {
  padding: 4px 6px;
}

.spaceRow {
  padding: 0 !important;
  background: #D1D7DC;
}

td.topicSep { /* Topic type groups separator */
  padding: 2px 12px 3px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}

.topicMoved { /* Topic Moved prefix */
  font-weight: normal;
  font-style: italic;
}

.topicAnnounce { /* Topic Announce prefix */
  color: #DD6900;
}

.topicSticky { /* Topic Sticky prefix */
  color: #009900;
}

.topicPoll { /* Topic Poll prefix */
  font-weight: normal;
  color: #006699;
}

.topicPG { /* Topic pagination links */
  font-weight: normal;
  white-space: nowrap;
  font-size: 10px;
}

.iconDL { /* DL Icon */
  border: 1px outset;
  background: #EFEFEF;
  padding: 0px 3px 0px 2px;
  margin: 2px 1px 2px 0px;
}

.topicAuthor, a.topicAuthor, a.topicAuthor:visited {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

.torSize {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
}

.hl-selected-topic {
  background-color: #FAF0E6 !important;
}

.hl-selected-row, .hl-selected-row td {
  background-color: #FAF0E6 !important;
}

/* ---------------------------------- *
     Topics on viewtopic page
 * ---------------------------------- */
table.topic {
  width: 100%;
}

.post_head {
  padding: 0 6px;
  font-size: 10px;
}

.post_wrap {
  margin: 5px 5px 8px;
}

.post_body {
  line-height: 18px;
}

/* The content of the posts */
a.postLink {
  text-decoration: none;
}

a.postLink:visited {
  text-decoration: none;
  color: #5493B4;
}

.posted_since {
  color: #666666;
  padding-left: 4px;
}

.signature {
  clear: both;
}

.signature {
  max-height: 121px;
  overflow: hidden;
  padding: 0;
}

.signature, .signature * {
  font-size: 10px !important;
  color: #5E5E5E !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 none !important;
  padding: 0 !important;
}

.signature .c-head, .signature .q-head {
  display: none !important;
}

.signature .c-wrap, .signature .c-body,
.signature .q-wrap, .signature .q {
  display: inline !important;
}

.signature a {
  text-decoration: none !important;
}

.signature a:link:hover, a:visited:hover {
  text-decoration: none !important;
}

.signature img {
  max-width: 600px;
}

.last_edited {
  font-size: 10px;
  color: #5E5E5E;
}

.poster_info td {
  background-color: #F8FAFA !important;
}

.poster_info p {
  margin: 2px 0;
  color: #444444;
  max-width: 150px;
  overflow: hidden;
}

.poster_info .nick {
  margin: 0 0 4px;
  color: #333333;
  line-height: 120%;
}

.poster_info .avatar {
  margin: 5px 0 4px;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
}

.avatar imgreflect {
  display: block;
}

.poster_info .flag {
  margin: 4px 0;
}

.poster_info em {
  font-style: normal;
  color: #000000;
}

table.topic, .topic .td1, .topic .td2, .topic .td3, .post_head, .post_btn_2 {
  border-style: solid;
  border-color: #C3CBD1;
}

.topic .td1 {
  border-width: 1px 1px 0px 0px;
  border-right-color: #CDD5D8;
  background-color: #FCFEFC !important;
}

.topic .td2 {
  border-width: 1px 0px 0px 0px;
  width: 100%;
}

.topic .td3 {
  border-width: 0px 1px 0px 0px;
  border-right-color: #CDD5D8;;
  height: 100%;
  background-color: #FCFEFC !important;
}

.post_head {
  border-width: 0px 0px 1px 0px;
}

.post_btn_2 {
  border-width: 1px 0px 0px 0px;
}

table.topic {
  border-width: 0px 1px 1px 1px;
  border-color: #CDD5D8;;
}

.poster_info {
  padding: 4px;
  vertical-align: top;
  font-size: 10px;
  line-height: 100%;
}

.poster_btn {
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
}

.message {
  padding: 0;
  vertical-align: top;
  width: 100%;
}

input.select_post {
  margin-top: 0px;
  float: right;
}

input[type="checkbox"].select_post {
  margin-top: 4px;
}

table.peers {
  border-collapse: collapse;
}

table.peers th {
  border: 1px #A5AFB4 solid;
  background: #D1D7DC;
  color: #333333;
}

table.peers td {
  border: 1px #A5AFB4 solid;
  padding: 4px;
}

#last_seed_info {
  border: 1px #A5AFB4 solid;
}

.dl_list {
}

.dl_list td {
  text-align: center;
}

.dl_list img {
  display: block;
}

#dl_counts td {
  font-size: 12px;
}

#poll {
  border: solid #CDD5D8;;
  border-width: 1px;
  margin-bottom: -1px;
}

.quick_reply_box {
  width: 680px;
}

.hl-selected-post {
  background-color: #FFEFD5 !important;
}

/* ---------------------------------- *
     Torrent status
 * ---------------------------------- */
.tor-status-td:hover {
  background: #F8F8FF;
}

.tor-icon {
  margin: 0 3px;
}

.tor-approved {
  margin-left: 1px;
  color: #008000;
  font-weight: bold;
}

.tor-closed {
  padding-left: 1px;
  color: #FF4500;
  font-weight: bold;
}

.tor-closed-cp {
  color: #CE3800;
  font-weight: bold;
}

.tor-consumed {
  color: #D26900;
  font-weight: bold;
}

.tor-dup {
  padding-left: 1px;
  color: #0000FF;
  font-weight: bold;
}

.tor-need-edit {
  color: #FF0000;
  font-weight: bold;
}

.tor-no-desc {
  padding-left: 1px;
  color: #FF4500;
  font-weight: bold;
}

.tor-not-approved {
  color: #C71585;
}

.tor-checking {
  color: #2424FF;
}

.tor-pogl {
  color: #ed1c28;
}

.tor-proverka {
  color: #588dcd;
}

.tor-ideal-rip {
  margin-left: 1px;
  color: #008000;
  font-weight: bold;
}

.tor-toch-rip {
  margin-left: 1px;
  color: #008000;
  font-weight: bold;
}

.tor-mb-ne-toch-rip {
  margin-left: 1px;
  color: #008000;
  font-weight: bold;
}

.tor-ne-toch-rip {
  margin-left: 1px;
  color: #008000;
  font-weight: bold;
}

/* ---------------------------------- *
     Attachments
 * ---------------------------------- */
table.attach {
  width: 95%;
  margin: 0 auto;
  clear: both;
  border-color: #A5AFB4;
}

.attach th, .attach td {
  border-color: #A5AFB4;
}

.attach th {
  padding: 3px;
  text-align: center;
  font-weight: bold;
  background: #D1D7DC;
}

.attach td {
  padding: 2px 4px;
}

.dl-link {
  font-size: 13px;
}

fieldset.attach {
  width: 95%;
  margin: 14px auto;
  padding: 2px;
  clear: both;
}

.attach_link {
  margin: 2px 12px 6px;
}

.attach_stats {
  padding-left: 3px;
}

.attach_comment {
  margin: 6px 12px;
  padding: 1px 8px;
  line-height: 110%;
  color: #444444;
  border-left: 2px solid #CC9933;
}

.attach .denied {
  color: #800000;
}

#tor_blocked {
  width: 95%;
}

#tor_blocked td {
  background: #FAEBD7;
  padding: 8px 12px;
  color: #6E380F;
}

/* ---------------------------------- *
     Search Results page
 * ---------------------------------- */
.opened { /* Clicked link color */
  color: #71869F;
}

/* ---------------------------------- *
     Tracker
 * ---------------------------------- */
a.tr-dl {
  font-weight: bold;
}

a.tr-dl:visited {
  color: #5493B4;
  font-weight: normal;
}

/* ================================================================ *
     Images
 * ================================================================ */
img.forum_icon {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}

img.topic_icon {
  width: 19px;
  height: 18px;
}

img.pm_box_icon {
  width: 28px;
  height: 25px;
}

img.icon1 {
  width: 12px;
  height: 9px;
}

img.icon2 {
  width: 18px;
  height: 9px;
}

img.spacer {
  display: block;
  height: 1px;
}

/* ================================================================ *
     Page footer
 * ================================================================ */
.bottom_info {
  font-size: 11px;
}

.copyright {
  font-size: 10px;
  color: #444444;
  letter-spacing: -1px;
}

.copyright a {
  text-decoration: none;
}

#timezone {
  float: right;
  text-align: right;
  white-space: nowrap;
  font-size: 10px;
  line-height: 110%;
  color: #333333;
}

.tz_time {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

#f_icons_legend {
  margin: 4px auto;
}

/* ================================================================ *
     Menus
 * ================================================================ */
.menu-root {
  padding-right: 13px;
  white-space: nowrap;
  background: transparent url(../images/menu_open.gif) no-repeat right;
}

.menu-alt1 {
  padding-right: 0;
  background: transparent;
}

img.menu-alt1 {
  width: 9px;
  height: 9px;
}

a.menu-root, a.menu-root:visited, a.menu-root:hover {
  text-decoration: none !important;
}

.menu-sub {
  position: absolute;
  display: none;
  z-index: 1000;
}

.menu-sub table {
  background: #FFFFFF;
  border: 1px solid #92A3A4;
}

.menu-sub table th {
  background: #71869F;
  color: #F0F8FF;
  font-weight: bold;
  font-size: 11px;
}

.menu-sub table td {
  background: #E7E7E7;
  font-size: 11px;
}

.menu-sub table td.cat {
  background: #B5BEC3;
}

.menu-sub legend {
  font-weight: bold;
}

.menu-sub label {
  display: block;
  padding-right: 2px;
  margin-right: 1px;
}

.menu-sub label:hover {
  background: #D1D7DC;
  color: #993300;
}

.menu-sub iframe.ie-fix-select-overlap {
  display: none;
  display /**/
  : block;
  position: absolute;
  z-index: -1;
  filter: mask();
}

/* ================================================================ *
     Ajax
 * ================================================================ */
body > div.body_op {
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  z-index: 10000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: progress;
}

var.ajax-params {
  display: none;
}

body > div#ajax-loading, div#ajax-error {
  /*  position: fixed; right: 3px; top: 0px; */
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  position: fixed;
  z-index: 11000;
  display: none;
  width: 100px;
  height: 100px;
  background: #fff url(../images/indicator-waitanim.gif) no-repeat center center;
  border: 1px dashed #000;
  cursor: wait;
}

#ajax-error {
  position: fixed;
  right: 3px;
  top: 0px;
  */ z-index: 7000;
  display: none;
}

/*
#ajax-loading td,*/
#ajax-error td {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  padding: 3px 4px 4px 4px;
  border: 1px solid #2E8B57;
  color: #FFF5EE;
  background: #2E8B57;
}

/*
#ajax-loading td.icon {
  width: 12px; height: 12px;
  background: #EFEFEF url(../images/loading.gif) no-repeat center center;
}
*/
#ajax-error {
  background: #8B0000;
  color: #F5F5F5;
  border: 0px;
  padding: 4px;
  white-space: nowrap;
  overflow: auto;
}

.editable-container {
  cursor: pointer;
}

.editable-container:hover {
  background: #E8E9F8;
}

.loading-1 {
  background: transparent url(../images/loading_1.gif) no-repeat left center;
  padding-left: 22px;
}

/* ================================================================ *
     Treeview, TableSorter
 * ================================================================ */
.treeview, .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  line-height: 14px;
}

.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
  width: 16px;
  height: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}

.treeview li {
  margin: 0;
  padding: 1px 0 1px 16px;
}

.treeview span {
  padding-left: 3px;
  display: block;
}

.treeview a.selected {
  background-color: #eee;
}

#treecontrol {
  margin: 1em 0;
  display: none;
}

.treeview .hover {
  color: red;
  cursor: pointer;
}

.treeview li {
  background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px;
}

.treeview .expandable-hitarea {
  background-position: -80px -3px;
}

.treeview li.last {
  background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(../images/treeview/treeview-default.gif);
}

.treeview li.lastCollapsable {
  background-position: 0 -111px
}

.treeview li.lastExpandable {
  background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0;
}

/* Tablesorter */
.tablesorter u {
  display: none;
}

.tablesorter .header {
  cursor: pointer;
  white-space: nowrap;
}

.tablesorter .tbs-text {
  padding-bottom: 1px;
}

.headerSortUp .tbs-text, .headerSortDown .tbs-text {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.tbs-icon {
  padding-left: 8px;
  background-image: url(../images/tbl_sort_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.headerSortUp .tbs-icon {
  background-image: url(../images/tbl_sort_asc.gif);
}

.headerSortDown .tbs-icon {
  background-image: url(../images/tbl_sort_desc.gif);
}

/* ================================================================ *
     Misc
 * ================================================================ */
.sf {
  padding-left: 20px !important;
}

.jumpbox {
  margin: 6px 0;
  text-align: right;
  white-space: nowrap;
}

.attachrow {
  font-size: 11px;
  border: 1px #A5AFB4 solid;
}

.attachheader {
  font-size: 11px;
  border: 1px #A5AFB4 solid;
  background: #D1D7DC;
}

.attachtable {
  font-size: 12px;
  border: 1px #A5AFB4 solid;
  border-collapse: collapse;
}

pre, .pre {
  font-family: Courier, monospace;
  font-size: 12px;
  border: 1px solid #CDD5D8;;
  background: #F5F5F5;
  padding: 4px;
  margin: 10px;
  text-align: left;
}

.pre {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.ann {
  font-size: 13px;
  text-align: center;
  color: #993300;
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.folded, .folded2 {
  display: block;
  background: transparent url(../images/icon_plus_1.gif) no-repeat left center;
  padding-left: 14px;
}

.unfolded, .unfolded2 {
  display: block;
  background: transparent url(../images/icon_minus_1.gif) no-repeat left center;
  padding-left: 14px;
}

.folded2 {
  background-image: url(../images/icon_plus_2.gif);
}

.unfolded2 {
  background-image: url(../images/icon_minus_2.gif);
}

.warnColor1 {
  color: #993300;
}

.warnColor2 {
  color: #FF0000;
}

.warnBorder1 {
  border: 1px solid #A52A2A;
}

.warningBox1 {
  border: 1px solid #A52A2A;
  color: #993300;
  padding: 12px;
}

.warningBox2 {
  color: #993300 !important;
  background: #FFD9B2;
  border: 2px solid #CC6600;
  padding: 8px;
}

/* ================================================================ *
     Shortcuts
 * ================================================================ */
.spacer_0, .spacer_2, .spacer_4, .spacer_6, .spacer_8, .spacer_10, .spacer_12 {
  font-size: 0px;
  line-height: 0px;
}

.spacer_0 {
  height: 0px;
}

.spacer_2 {
  height: 2px;
}

.spacer_4 {
  height: 4px;
}

.spacer_6 {
  height: 6px;
}

.spacer_8 {
  height: 8px;
}

.spacer_10 {
  height: 10px;
}

.spacer_12 {
  height: 12px;
}

.pad_0, .pad_0 td, td.pad_0 {
  padding: 0;
}

.pad_2, .pad_2 td, td.pad_2 {
  padding: 2px;
}

.pad_4, .pad_4 td, td.pad_4 {
  padding: 4px;
}

.pad_6, .pad_6 td, td.pad_6 {
  padding: 6px;
}

.pad_8, .pad_8 td, td.pad_8 {
  padding: 8px;
}

.pad_10, .pad_10 td, td.pad_10 {
  padding: 10px;
}

.pad_12, .pad_12 td, td.pad_12 {
  padding: 12px;
}

.pad_14, .pad_14 td, td.pad_14 {
  padding: 14px;
}

.pad_16, .pad_16 td, td.pad_16 {
  padding: 16px;
}

.mrg_0 {
  margin: 0 !important;
}

.mrg_2 {
  margin: 2px !important;
}

.mrg_4 {
  margin: 4px !important;
}

.mrg_6 {
  margin: 6px !important;
}

.mrg_8 {
  margin: 8px !important;
}

.mrg_10 {
  margin: 10px !important;
}

.mrg_12 {
  margin: 12px !important;
}

.mrg_14 {
  margin: 14px !important;
}

.mrg_16 {
  margin: 16px !important;
}

.lh_100 {
  line-height: 100%;
}

.lh_110 {
  line-height: 110%;
}

.lh_120 {
  line-height: 120%;
}

.lh_150 {
  line-height: 150%;
}

.wAuto {
  width: auto !important;
}

/* widthAuto */
.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.border {
  border-style: solid;
  border-color: #CDD5D8;;
}

.bw_T {
  border-width: 1px 0px 0px 0px !important;
}

.bw_TR {
  border-width: 1px 1px 0px 0px !important;
}

.bw_TRB {
  border-width: 1px 1px 1px 0px !important;
}

.bw_TRBL {
  border-width: 1px 1px 1px 1px !important;
}

.bw_TB {
  border-width: 1px 0px 1px 0px !important;
}

.bw_TBL {
  border-width: 1px 0px 1px 1px !important;
}

.bw_TL {
  border-width: 1px 0px 0px 1px !important;
}

.bw_TRL {
  border-width: 1px 1px 0px 1px !important;
}

.bw_R {
  border-width: 0px 1px 0px 0px !important;
}

.bw_RB {
  border-width: 0px 1px 1px 0px !important;
}

.bw_RBL {
  border-width: 0px 1px 1px 1px !important;
}

.bw_RL {
  border-width: 0px 1px 0px 1px !important;
}

.bw_B {
  border-width: 0px 0px 1px 0px !important;
}

.bw_BL {
  border-width: 0px 0px 1px 1px !important;
}

.bw_L {
  border-width: 0px 0px 0px 1px !important;
}

.bCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* blockCenter */
.bLeft {
  margin-right: auto !important;
}

.block {
  display: block;
}

.none {
  display: none;
}

.hidden    { display: none; }

.bold {
  font-weight: bold;
}

.bRight {
  margin-left: auto !important;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}

.clearB {
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.normal {
  font-weight: normal;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.strike {
  text-decoration: line-through;
}

.tCenter {
  text-align: center !important;
}

/* textCenter */
.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vBottom {
  vertical-align: bottom !important;
}

.vTop {
  vertical-align: top !important;
}

table.ratio_cp {
  background: #F9F9F9;
  border: 1px solid #A5AFB4;
  border-collapse: separate;
  Width: 500px;
}

table.ratio_cp th, table.ratio_cp td {
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
}

table.ratio_cp th {
  color: #000000;
}

table.ratio_cp td {
  padding: 2px 4px;
}

table.ratio_cp u, table.ratio_cp li, table.ratio_cp ul, table.ratio_cp span {
  text-align: left;
  position: left;
}

/* root element for the whole scrollable setup */
div.scrollable {
  position: relative;
  overflow: hidden;
  width: 97%;
  height: 136px;
  dysplay: inline;
  margin: 0 18px;

}

#thumbs {
  position: absolute;
  width: 20000em;
  clear: both;
  dysplay: inline;
}

#thumbs div {
  height: 132px;
  width: 110px;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
  float: left;
}

#thumbs div.hover {
  background-color: #D0DFEF;
}

#thumbs div.active {
  background-color: #6699CC;
  cursor: default;
}

div.scrollable {
  float: left;
  dysplay: inline;
}

/* prev, next, prevPage and nextPage buttons */

a.disabled {
  visibility: hidden !important;
}

div.navi {
  margin-left: 47%;
  width: 250px;
  height: 20px;
  dysplay: inline;
}

div.navi a {
  width: 8px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(../images/navigator.png) no-repeat;
  cursor: pointer;
  dysplay: inline;
  position: absolute;
}

div.navi a:hover {
  background-position: 0 -8px;
}

div.navi a.active {
  background-position: 0 -16px;
}

.poster {
  margin: 3px 4px 0;
  padding: 0 2px;
  width: 99%;
  background: #F5F5F5;
  border: solid #CFD4D8;
  border-width: 1px 0px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  -khtml-border-radius-topleft: 15px;
  -khtml-border-radius-topright: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomright: 15px;

  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}

.poller {

  padding: 0 10%;
  width: 50%;
  margin: 0 auto;
  Border-color: #A7A7A7 !important;
  Border-style: solid !important;
  Border-width: 2px !important;
  BackGround-color: #EEEFF0 !important;
  Margin-top: 10px !important;
  Margin-bottom: 10px !important;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  -khtml-border-radius-topleft: 15px;
  -khtml-border-radius-topright: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomright: 15px;

  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}

.up_round {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;

  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -khtml-border-radius-bottomleft: 0px;
  -khtml-border-radius-bottomright: 0px;

  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}

.nav_cater {
  height: 28px;
  background: #006699 url(../images/cellpic3.gif) repeat-x;
  color: #FFFFFF;
}

.headfon {
  background: #006699 url(../images/headfon.png) repeat-x;
}

.treeview ul {
  margin-top: 4px;
}

.treeview .hitarea {
  background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
  width: 16px;
  height: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}

.treeview li {
  margin: 0;
  padding: 1px 0 1px 16px;
}

.treeview span {
  padding-left: 3px;
  display: block;
}

.treeview a.selected {
  background-color: #eee;
}

#treecontrol {
  margin: 1em 0;
  display: none;
}

.treeview .hover {
  color: red;
  cursor: pointer;
}

.treeview li {
  background: url(../images/treeview/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0 -176px;
}

.treeview .expandable-hitarea {
  background-position: -80px -3px;
}

.treeview li.last {
  background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(../images/treeview/treeview-default.gif);
}

.treeview li.lastCollapsable {
  background-position: 0 -111px
}

.treeview li.lastExpandable {
  background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0;
}

/* Tablesorter */
.tablesorter u {
  display: none;
}

.tablesorter .header {
  cursor: pointer;
  white-space: nowrap;
}

.tablesorter .tbs-text {
  padding-bottom: 1px;
}

.headerSortUp .tbs-text, .headerSortDown .tbs-text {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.tbs-icon {
  padding-left: 8px;
  background-image: url(../images/tbl_sort_bg.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.headerSortUp .tbs-icon {
  background-image: url(../images/tbl_sort_asc.gif);
}

.headerSortDown .tbs-icon {
  background-image: url(../images/tbl_sort_desc.gif);
}

/* ================================================================ *
     Misc
 * ================================================================ */
.sf {
  padding-left: 20px !important;
}

.jumpbox {
  margin: 6px 0;
  text-align: right;
  white-space: nowrap;
}

.attachrow {
  font-size: 11px;
  border: 1px #A5AFB4 solid;
}

.attachheader {
  font-size: 11px;
  border: 1px #A5AFB4 solid;
  background: #D1D7DC;
}

.attachtable {
  font-size: 12px;
  border: 1px #A5AFB4 solid;
  border-collapse: collapse;
}

pre, .pre {
  font-family: Courier, monospace;
  font-size: 12px;
  border: 1px solid #CDD5D8;;
  background: #F5F5F5;
  padding: 4px;
  margin: 10px;
  text-align: left;
}

.pre {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.ann {
  font-size: 13px;
  text-align: center;
  color: #993300;
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.folded, .folded2 {
  display: block;
  background: transparent url(../images/icon_plus_1.gif) no-repeat left center;
  padding-left: 14px;
}

.unfolded, .unfolded2 {
  display: block;
  background: transparent url(../images/icon_minus_1.gif) no-repeat left center;
  padding-left: 14px;
}

.folded2 {
  background-image: url(../images/icon_plus_2.gif);
}

.unfolded2 {
  background-image: url(../images/icon_minus_2.gif);
}

.warnColor1 {
  color: #993300;
}

.warnColor2 {
  color: #FF0000;
}

.warnBorder1 {
  border: 1px solid #A52A2A;
}

.warningBox1 {
  border: 1px solid #A52A2A;
  color: #993300;
  padding: 12px;
}

.warningBox2 {
  color: #993300 !important;
  background: #FFD9B2;
  border: 2px solid #CC6600;
  padding: 8px;
}

/* ================================================================ *
     Shortcuts
 * ================================================================ */
.spacer_0, .spacer_2, .spacer_4, .spacer_6, .spacer_8, .spacer_10, .spacer_12 {
  font-size: 0px;
  line-height: 0px;
}

.spacer_0 {
  height: 0px;
}

.spacer_2 {
  height: 2px;
}

.spacer_4 {
  height: 4px;
}

.spacer_6 {
  height: 6px;
}

.spacer_8 {
  height: 8px;
}

.spacer_10 {
  height: 10px;
}

.spacer_12 {
  height: 12px;
}

.pad_0, .pad_0 td, td.pad_0 {
  padding: 0;
}

.pad_2, .pad_2 td, td.pad_2 {
  padding: 2px;
}

.pad_4, .pad_4 td, td.pad_4 {
  padding: 4px;
}

.pad_6, .pad_6 td, td.pad_6 {
  padding: 6px;
}

.pad_8, .pad_8 td, td.pad_8 {
  padding: 8px;
}

.pad_10, .pad_10 td, td.pad_10 {
  padding: 10px;
}

.pad_12, .pad_12 td, td.pad_12 {
  padding: 12px;
}

.pad_14, .pad_14 td, td.pad_14 {
  padding: 14px;
}

.pad_16, .pad_16 td, td.pad_16 {
  padding: 16px;
}

.mrg_0 {
  margin: 0 !important;
}

.mrg_2 {
  margin: 2px !important;
}

.mrg_4 {
  margin: 4px !important;
}

.mrg_6 {
  margin: 6px !important;
}

.mrg_8 {
  margin: 8px !important;
}

.mrg_10 {
  margin: 10px !important;
}

.mrg_12 {
  margin: 12px !important;
}

.mrg_14 {
  margin: 14px !important;
}

.mrg_16 {
  margin: 16px !important;
}

.lh_100 {
  line-height: 100%;
}

.lh_110 {
  line-height: 110%;
}

.lh_120 {
  line-height: 120%;
}

.lh_150 {
  line-height: 150%;
}

.wAuto {
  width: auto !important;
}

/* widthAuto */
.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.border {
  border-style: solid;
  border-color: #CDD5D8;;
}

.bw_T {
  border-width: 1px 0px 0px 0px !important;
}

.bw_TR {
  border-width: 1px 1px 0px 0px !important;
}

.bw_TRB {
  border-width: 1px 1px 1px 0px !important;
}

.bw_TRBL {
  border-width: 1px 1px 1px 1px !important;
}

.bw_TB {
  border-width: 1px 0px 1px 0px !important;
}

.bw_TBL {
  border-width: 1px 0px 1px 1px !important;
}

.bw_TL {
  border-width: 1px 0px 0px 1px !important;
}

.bw_TRL {
  border-width: 1px 1px 0px 1px !important;
}

.bw_R {
  border-width: 0px 1px 0px 0px !important;
}

.bw_RB {
  border-width: 0px 1px 1px 0px !important;
}

.bw_RBL {
  border-width: 0px 1px 1px 1px !important;
}

.bw_RL {
  border-width: 0px 1px 0px 1px !important;
}

.bw_B {
  border-width: 0px 0px 1px 0px !important;
}

.bw_BL {
  border-width: 0px 0px 1px 1px !important;
}

.bw_L {
  border-width: 0px 0px 0px 1px !important;
}

.bCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* blockCenter */
.bLeft {
  margin-right: auto !important;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.bRight {
  margin-left: auto !important;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}

.clearB {
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.normal {
  font-weight: normal;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.strike {
  text-decoration: line-through;
}

.tCenter {
  text-align: center !important;
}

/* textCenter */
.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vBottom {
  vertical-align: bottom !important;
}

.vTop {
  vertical-align: top !important;
}

table.ratio_cp {
  background: #F9F9F9;
  border: 1px solid #A5AFB4;
  border-collapse: separate;
  Width: 500px;
}

table.ratio_cp th, table.ratio_cp td {
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
}

table.ratio_cp th {
  color: #000000;
}

table.ratio_cp td {
  padding: 2px 4px;
}

table.ratio_cp u, table.ratio_cp li, table.ratio_cp ul, table.ratio_cp span {
  text-align: left;
  position: left;
}

.poster {
  margin: 3px 4px 0;
  padding: 0 2px;
  width: 99%;
  background: #F5F5F5;
  border: solid #CFD4D8;
  border-width: 1px 0px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  -khtml-border-radius-topleft: 15px;
  -khtml-border-radius-topright: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomright: 15px;

  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;

}

#rating li {
  margin: 0 0 0 0 !important;
}

/* TP 1.0 fix */
#rating ul {
  margin: 0 0 0 0 !important;
}

/* TP 1.0 fix */

/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
  background: url(../images/star.gif) left -1000px repeat-x;
}

.star-rating {
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.star-rating li {
  display: inline;
}

.star-rating a,
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  /*line-height:25px;*/
  outline: none;
  overflow: hidden;
  border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
  background-position: left bottom;
}

.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;
}

.small-star {
  width: 85px;
  height: 15px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
  background-image: url(../images/star_small.gif);
  /*line-height: 15px;*/
  height: 15px;
}

/* ======= /STAR-RATER ======== */

.stata-table {
  Margin-bottom: 2px !important;
  height: 120px;
  width: 333;
  BackGround-Image: url(../images/profile.png);
  BackGround-position: center center;
  BackGround-Repeat: repeat-x;
}

.stata-table_park {
  Margin-bottom: 2px !important;
  height: 120px;
  width: 333;
  BackGround-Image: url(../images/profile_park.png);
  BackGround-position: center center;
  BackGround-Repeat: repeat-x;
}

.poller {

  padding: 0 10%;
  width: 50%;
  margin: 0 auto;
  Border-color: #A7A7A7 !important;
  Border-style: solid !important;
  Border-width: 2px !important;
  BackGround-color: #EEEFF0 !important;
  Margin-top: 10px !important;
  Margin-bottom: 10px !important;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;

  -khtml-border-radius-topleft: 15px;
  -khtml-border-radius-topright: 15px;
  -khtml-border-radius-bottomleft: 15px;
  -khtml-border-radius-bottomright: 15px;

  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}

.up_round {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;

  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -khtml-border-radius-bottomleft: 0px;
  -khtml-border-radius-bottomright: 0px;

  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}

.nav_cater {
  height: 28px;
  background: #006699 url(../images/cellpic3.gif) repeat-x;
  color: #FFFFFF;
}

.headfon {
  background: #006699 url(../images/headfon.png) repeat-x;
}

.profile_table {
  margin: 0 auto;
}

.profile_td_left {
  padding-top: 5px !important;
}

#profile-nav2 a:link, #profile-nav2 a:visited, #profile-nav2 a:active {
  display: inline;
  padding: 0;
  marign: 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 28px;

}

#profile-nav2 ul {
  margin: 0 auto;
  display: inline;

}

#profile-nav2 li {
  display: inline;
  list-style: none;
  line-height: 0px;
  font-size: 0.9em;
  margin: 0 auto;
  width: 200px;
}

#profile-nav2 a:link, #profile-nav2 a:visited, #profile-nav2 a:active {

  margin: 0 auto;
  padding: 0 5px;
  text-decoration: none;
}

.sel_prof {
  background: -moz-linear-gradient(center bottom, #CCCCCC, #DDDDDD) repeat scroll 0 0 transparent !important;
  border: 1px solid #DDDDDD !important;
  cursor: pointer;
}

.prof_td_right {

  padding: 10px 10px 10px 10px;
}

.navbutton1 {
  background: url(../images/navmenu.png);
  width: auto;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: auto;
  height: 25px;
  padding: 0;
}

.navbutton1:hover {
  color: #FFFFFF;
}

.navbutton1 span {
  display: block;
  width: auto;
  padding: 4px 6px 0 6px;
}

.navmenu {
  float: left;
  display: block;
  list-style: none;
  width: auto;
  height: 25px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.navmenu ul {
  float: left;
  display: block;
  list-style: none;
  width: auto;
  height: 25px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.navmenu li {
  margin: 0;
  margin-top: -1px;
  width: 94px;
  overflow: hidden;
  height: 25px;
  padding: 0;
  text-align: center;
}

.navmenu li ul li {
  width: 140px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.navmenu ul a {
  outline: none;
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
  height: 26px;
  padding: 0;
}

.navmenu ul a:hover {
  outline: none;
  color: #000000;
}

.navmenu ul a span {
  outline: none;
  display: block;
  width: auto;
  padding: 4px 6px 0 6px;
}

.navmenu span.new {
  color: #000000;
}

.navmenu li ul {
  border: 1px;
  border-color: #cfd5da;
  border-style: solid;
  position: absolute;
  z-index: 1000;
  left: -9999em;
  height: auto;
  margin: 0;
  width: 140px;
  padding: 2px 5px;
  display: none;
}

.navmenu li:hover ul ul {
  left: -9999em;
}

.navmenu li:hover ul, .navmenu li li:hover ul {
  left: auto;
  display: block;
  margin: 0;
}

.navbutton2 {
  background: url(../images/newsmenu.png) no-repeat;
  width: auto;
}

.navbutton2 :hover {
  color: #FFF;
  background: url(../images/newsmenu_hover.png) no-repeat;
  height: 26px;
}

.newsmenu {
  float: left;
  display: block;
  list-style: none;
  width: 51px;
  height: 26px;
  overflow: hidden;
  padding: 0 -10px;
  margin-left: -17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.newsmenu ul {
  float: left;
  display: block;
  list-style: none;
  width: auto;
  height: 26px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 -10px;
  margin-left: -17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.newsmenu li {
  margin: 0;
  margin-top: -1px;
  width: 51px;
  overflow: hidden;
  height: 26px;
  padding: 0;
  text-align: center;
}

.newsmenu li ul li {
  border-color: #FFFFFF;
  width: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.newsmenu a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
  height: 25px;
  padding: 0;
}

.newsmenu a:hover {
  color: #000000;
}

.newsmenu a span {
  display: block;
  width: auto;
  padding: 4px 6px 0 6px;
}

.newsmenu span.new {
  color: #000000;
}

.newsmenu li ul {
  border: 1px;
  border-color: #cfd5da;
  border-style: solid;
  position: absolute;
  z-index: 1000;
  left: -9999em;
  height: auto;
  margin: 0;
  width: 140px;
  padding: 2px 5px;
  display: none;
}

.newsmenu li:hover ul ul {
  left: -9999em;
}

.newsmenu li:hover ul, .newsmenu li li:hover ul {
  left: auto;
  display: block;
  margin: 0;
}

.prvtebutton1 {
  background: url(../images/menu_r.png) no-repeat;
  width: auto;
}

.prvtebutton1 :hover {
  color: #FFF;
  background: url(../images/menu_r_hover.png) no-repeat;
  height: 16px;
}

.prvtemenu {
  float: left;
  display: block;
  list-style: none;
  width: 79px;
  height: 26px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 16px;
  margin-left: -17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.prvtemenu ul {
  float: left;
  display: block;
  list-style: none;
  width: auto;
  height: 26px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0 -10px 0 0;
  margin-left: -17px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.prvtemenu li {
  margin: 0;
  margin-top: -1px;
  width: 79px;
  overflow: hidden;
  height: 26px;
  padding: 0;
  text-align: center;
}

.prvtemenu li ul li {
  border-color: #FFFFFF;
  width: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.prvtemenu a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
  height: 25px;
  padding: 0 10px 0 0;
}

.prvtemenu a:hover {
  color: #000000;
}

.prvtemenu a span {
  display: block;
  width: auto;
  padding: 4px 6px 0 6px;
}

.prvtemenu span.new {
  color: #000000;
}

.prvtemenu li ul {
  border: 1px;
  border-color: #cfd5da;
  border-style: solid;
  position: absolute;
  z-index: 1000;
  left: -9999em;
  height: auto;
  margin: 0;
  width: 140px;
  padding: 2px 10px;
  display: none;
}

.prvtemenu li:hover ul ul {
  left: -9999em;
}

.prvtemenu li:hover ul, .newsmenu li li:hover ul {
  left: auto;
  display: block;
  margin: 0;
}

.navbutton3 {
  background: url(../images/menu.png) no-repeat;
  width: auto;
}

.navbutton3 :hover {
  color: #FFF;
  BackGround-color: #5d6985;
  height: 16px;
}

.mainmenu {
  float: left;
  display: block;
  list-style: none;
  width: auto;
  height: 26px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 -10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.mainmenu ul {
  display: block;
  list-style: none;
  width: auto;
  height: 21px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 10px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.mainmenu li {
  margin: 0;
  margin-top: -1px;
  width: auto;
  overflow: hidden;
  height: 25px;
  padding: 0 -10px;
  text-align: left;
  float: left;
}

.mainmenu li ul li {
  border-color: #FFFFFF;
  width: 140px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  white-space: nowrap;
}

.mainmenu a {
  color: #000000;
  text-decoration: none;
  display: block;
  width: auto;
  height: 25px;
  padding: 0;
}

.mainmenu a:hover {
  color: #000000;
}

.mainmenu a span {
  display: block;
  width: auto;
  padding: 4px 6px 0 6px;
}

.mainmenu span.new {
  color: red;
}

.mainmenu li ul {
  border: 1px;
  border-color: #cfd5da;
  border-style: solid;
  position: absolute;
  z-index: 1000;
  left: -9999em;
  height: auto;
  margin: 0;
  width: 140px;
  padding: 2px 5px;

}

.mainmenu li:hover ul ul {
  left: -9999em;
}

.mainmenu li:hover ul, .mainmenu li li:hover ul {
  left: auto;
  display: block;
  margin: 0;
}

.forum_menu > div li {
  text-align: left;
}

.forum_menu > div li ul {
  display: block;
  transition: all .22s cubic-bezier(0.76, -0.32, 0, 1.22);
  transform: translate(22%, -142%);
}

.forum_menu > div li:hover ul {
  transform: translate(0, 0);
}

.absmiddle {
  vertical-align: middle;
}

/* gold\silver timer start */
#cd {
  font-size: 10pt;
  font-weight: bold;
}

/* gold\silver timer end */

/* global */
#cluetip-close img {
  border: 0;
}

#cluetip-title {
  overflow: hidden;
}

#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}

.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}

.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}

.cluetip-default #cluetip-inner {
  padding: 10px;
}

.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}

.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}

.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}

.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}

.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}

.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}

.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}

.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}

.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}

.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}

.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

#cluetip {
  z-index: 9999;
}

.my_link {
  color: #006699;
  text-decoration: underline !important;
  cursor: pointer;
}

.my_link:hover {
  color: #DD6900;
  text-decoration: underline !important;
}

.forum_icon_read {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/folder_big.gif) no-repeat 50% 50%;
}

.forum_icon_unread {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/folder_new_big.gif) no-repeat 50% 50%;
}

.forum_icon_read_sm {
  height: 9px;
  width: 12px;
  margin-right: 1px;
  background: url(../images/icon_minipost.gif) no-repeat 50% 50%;
}

.forum_icon_unread_sm {
  height: 9px;
  width: 12px;
  margin-right: 1px;
  background: url(../images/icon_minipost_new.gif) no-repeat 50% 50%;
}

/********************
*
* User menu
*
*********************/
#user-menu {
  background: url("../images/user_menu.png") no-repeat transparent;
  width: 250px;
  height: 140px;
  z-index: 1000;
  margin: 0px -193px 0px 0px; /*margin: 0px -230px 0px 0px;*/
  position: fixed;
  top: 10%;
  right: 0px;
  transition: all .32s ease-out;
}

#user-menu .closed-panel {
  background: url("../images/close_panel.png") no-repeat;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1000;
  position: absolute;
  top: -4px;
  left: -7px;
}

/*
#user-menu:hover {
	margin: 0px -183px 0px 0px;
}
*/
.user-menu-vis {
  margin: 0px !important;
}

#user-menu .u-more {
  width: 10px;
  height: 140px;
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
  cursor: pointer;
}

.user-menu-more {
  background: url("../images/user_menu_more.png") no-repeat transparent;
  width: 10px;
  height: 140px;
  display: inline-block;
}

#user-menu .u-icon {
  width: 40px;
  height: 140px;
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
}

#user-menu .u-icon #u-profile,
#user-menu .u-icon #u-setting,
#user-menu .u-icon #u-logout {
  width: 40px;
  height: 41px;
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}

#user-menu .u-stats {
  width: 200px;
  height: 140px;
  float: right;
  padding-top: 4px;
  position: relative;
  left: 10px;
  display: block;
}

#user-menu .u-stats .u-data {
  width: 200px;
  min-height: 16px;
  text-align: left;
  position: relative;
  display: block;
  color: #000;
  font-size: 11px;
}

#user-menu .u-stats .u-hr {
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  margin: 0px 15px 1px 0px;
  padding: 2px 10px 2px 0px;
}

#user-menu .u-stats .u-data #u-ratio {
  color: #0079FF;
  font-size: 11.3px;
  text-shadow: none; /* font-family: Georgia, 'Times New Roman', Times, serif; */
}

#user-menu .u-stats .u-data #u-downloaded {
  color: #800000;
  font-size: 11.3px;
  text-shadow: none;
}

#user-menu .u-stats .u-data #u-uploaded {
  color: #006600;
  font-size: 11.3px;
  text-shadow: none;
}

#user-menu .u-stats .u-data #u-available {
  color: #006600;
  font-size: 11.3px;
  text-shadow: none;
}

#user-menu .u-stats .u-data #u-seedbonus {
}

#user-menu .u-stats .u-data #u-upload {
}

#user-menu .u-stats .u-data #u-status {
}

#user-menu .ial-msg {
  border: 1px solid #212a3a;
  background-color: #455a6f;
  background-image: -moz-linear-gradient(top, #455a6f, #2b3b5e);
  background-image: -o-linear-gradient(top, #455a6f, #2b3b5e);
  background-image: -ms-linear-gradient(top, #455a6f, #2b3b5e);
  background-image: -webkit-linear-gradient(top, #455a6f, #2b3b5e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#455a6f, endColorstr=#2b3b5e);
  transition-property: opacity, -webkit-transform;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.400), inset 1px 1px 0px rgba(255, 255, 255, 0.298);
  position: absolute;
  z-index: 9999;
  right: 55px;
  top: 10px;
  min-width: 165px;
  white-space: nowrap;
  display: none;
  text-align: center;
  font-weight: bold;
}

#user-menu .ial-err {
  color: #FFFFFF;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  font-family: "Carme", "Helvetica" !important;
  cursor: default !important;
  display: inline-block;
  margin-left: 5px;
  max-width: 360px;
  padding: 2px 8px 2px 16px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.702) !important;
}

#user-menu .ial-arrow-r {
  border-bottom: 5px solid transparent;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom-width: 5px;
  border-left-color: #455a6f;
  border-left-width: 5px;
  border-right-width: 0px;
  border-top-width: 5px;
  display: block;
  height: 0px;
  position: absolute;
  top: 5px;
  width: 0px;
  right: -6px;
}

#user-menu .u-pm-cnt {
  background-color: #BD6060;
  background-image: -webkit-linear-gradient(top, #FF0000, #CD0000);
  border: 1px solid #922F2F;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.400), inset 1px 1px 0px rgba(255, 255, 255, 0.298);
  color: #FFFFFF;
  height: 15px;
  left: -17px;
  position: absolute;
  text-align: center;
  top: -5px;
  cursor: default;
  transition-property: opacity, -webkit-transform;
  width: 15px;
  z-index: 9999;
  font-weight: bold;
}

#user-menu .u-pm-cnt a,
#user-menu .u-pm-cnt a:hover,
#user-menu .u-pm-cnt a:active {
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

#user-menu.close-full:hover {
  margin-right: -231px !important;
}

a.vk-share {
  background: url("../templates/default/images/vkontakte.png") no-repeat scroll 4% 50% #E2E6F0 !important;
  border: 1px solid #9DACCC;
  border-radius: 3px;
  bottom: 13px;
  color: #006699;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 16px !important;
  margin-bottom: -6px;
  padding: 4px 4px 5px;
  position: relative;
  text-decoration: none !important;
  white-space: nowrap;
  width: 90px !important;
}

a.vk-share:hover, a.vk-share:active, a.vk-share:focus {
  color: #006699 !important;
  font-size: 11px;
  font-weight: bold;
  opacity: 1 !important;
  text-decoration: none !important;
}

#share-button {
  float: right;
  margin: -4px -7px -8px 0;
}

#share-button a {
  background-image: url("../templates/default/images/share-icons.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  opacity: 0.5;
  width: 32px;
  top: -1px;
}

/* ================================================================ *
     Navigation
 * ================================================================ */
#nav-panel {
  height: 140px;
  width: 41px;
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 0;
  display: none;
  padding: 0;
  margin: -70px 0 0;
  background: #808080;
  border: 1px solid #525252;
  border-left: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  z-index: 1000;
}

div.nav-hidden-arrow {
  background: #808080 url(../images/icon_nav_sprite_1.png) no-repeat -31px 68px !important;
  opacity: 0.7 !important;
  margin-left: -34px !important;
}

div.nav-hidden-arrow > div.nav-hidden-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.nav-btn:hover {
  background-color: #6f6f6f;
}

span.nav-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_nav_sprite_1.png) no-repeat;
}

#nav-opt-menu {
  display: none;
  position: absolute;
  left: 41px;
  top: -10px;
  width: 200px;
  list-style: none;
  padding: 0;
  background: #808080;
  border: 1px solid #525252;
  margin-left: 0;
}

#nav-opt-menu > li {
  margin: 0;
  padding: 4px 10px;
}

#nav-opt-menu > li:hover {
  background-color: #6f6f6f;
  color: #FFFFFF;
}

#nav-up {
  padding: 17px 9px 18px 8px;
  border-radius: 0 5px 0 0;
}

#nav-down {
  padding: 18px 9px 17px 8px;
  border-radius: 0 0 5px 0;
}

#nav-settings {
  padding: 2px 12px 2px 11px;
  position: relative;
}

#nav-up > span {
  background-position: 0;
}

#nav-down > span {
  background-position: -24px;
}

#nav-settings > span {
  background-position: -48px 2px;
  width: 18px;
  height: 22px;
}

#nav-up:active {
  box-shadow: 0 -5px 7px rgba(0, 0, 0, .15) inset;
}

#nav-down:active {
  box-shadow: 0 5px 7px rgba(0, 0, 0, .15) inset;
}

#nav-settings:active {
  box-shadow: 0 0 7px rgba(0, 0, 0, .15) inset;
}

#last_release a {
  display: block;
  width: 100%;
  height: 100%;
}
.b-page__content{min-height:130px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{position:absolute;top:0;left:0;display:block;height:115px;width:100%;overflow:hidden;background:url(balls/b-head-decor_newyear.png) repeat-x 0 0}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}
.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{position:absolute;width:100%;height:100%;transform-origin:50% 0;transition:all .3s ease-in-out;pointer-events:none}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{transform:rotate(-1.5deg)}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
/* Demo Purpose Only*/
.demo {
  font-family: 'Raleway', sans-serif;
    color:#fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}
.demo a{
  font-family: 'Raleway', sans-serif;
color: #000;  
}