/* CSS Document */

body {
  margin: 0;
  padding: 10px 0 0 0;
/*  color: #1572AF; */
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
/*  line-height: 16px;*/  
  background-color: #E6E7E9;
  background-image: url(/art/bg.png);
  background-position: top left;
  background-repeat: repeat-x;
}

div, img, object, form {
  margin: 0;
  padding: 0;
  border-width: 0;
}

input, select {
  border-color: #8B9CAF;
  border-width: 1px;
  border-style: solid;
}

a {
  color: #1572AF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h4 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 8px 0;
}

pre {
  font-family: "Courier New", Courier, monospace;
  margin: 0;
  padding: 0;
}

span.button {
  display: inline-block;
/*  float: left;*/
  height: 21px;
  padding: 0 20px 0 0;
  background-image: url(/art/button_bg_r.gif);
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0;
}

span.button input.button {
  display: inline-block;
/*  float: left;*/
  height: 21px;
  padding: 0 0 0 20px;
  background-image: url(/art/button_bg_l.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  border-width: 0;
  width: auto;
  color: #1368A9;;
  font-weight: bold;
}

.hidden {
  display: none;
}

.clearfix {
  clear: both;
}

.center {
  text-align: center;
}

div.alert {
  background-color: #ECF4F7;
  padding: 10px 0 10px 0;
  text-align: center;
  border-color: #AEBFCA;
  border-width: 1px;
  border-style: dashed;
  margin: 0 auto 10px auto;
  font-weight: bold;
}

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

div#top_bg {
  width: 1000px;
  height: 118px;
  margin: 0 auto 0 auto;
  background-image: url(/art/top_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-color: #16284E;
  border-width: 0 0 2px 0;
  border-style: solid;
}

div#flag {
  height: 16px;
  padding: 4px 30px 0 0;
  text-align: right;
}

div#logo {
  height: 63px;
  padding: 0 0 0 30px; 
}

div#logo * {
  color: #FDFDFD;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}

div#menu {
  height: 35px;  
}

div#menu ul {
  margin: 0;
  padding: 0 30px 0 0;
  list-style-type: none;
  float: right;  
}

div#menu ul li {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
}

div#menu ul li a {
  display: block;
  float: left;
  height: 35px;
  padding: 0 20px 0 0;
  background-image: url(/art/menu_bg_r.gif);
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 0 0 2px;
  color: #2D2C2A;
}

div#menu ul li a span {
  display: block;
  float: left;
  height: 24px;
  padding: 11px 0 0 20px;
  background-image: url(/art/menu_bg_l.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div#menu ul li a:hover, div#menu ul li.selected a {
  background-image: url(/art/menu_bg_h_r.gif);
}

div#menu ul li a:hover span, div#menu ul li.selected a span {
  background-image: url(/art/menu_bg_h_l.gif);
}

div#search {
  background-image: url(/art/search_bg.png);
  background-position: bottom left;
  background-repeat: repeat-x;  
  width: 970px;
  padding: 10px 0 0 30px;
  margin: 0 auto 0 auto;
  height: 30px;
}

div#search div {
  float: left;
  padding: 0 10px 0 0;
}

div#search input#q {
  width: 315px;
}

div#search select {
  width: 220px;
  height: 20px;
}

div#body {
  border-color: #56A3CF #CACECF;
  border-width: 2px 1px 0 1px;
  border-style: solid;  
  background-image: url(/art/body_bg.gif);
  background-position: top left;
  background-repeat: repeat-x; 
  background-color: #FFFFFF;
  width: 978px;
  margin: 0 auto 0 auto;
  padding: 10px 10px 0 10px;
  min-height: 150px;
  _height: expression(this.scrollHeight < 150? "150px" : "auto"); 
}

div#body_left {
  float: left;
  width: 750px;
}

div#body div#body_right {
  float: right;
  width: 200px;
  padding: 0 0 20px 0;
}

div#bottom_bg {
  background-image: url(/art/bottom_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;  
  height: 124px; 
}

div#bottom {
  background-image: url(/art/bottom.gif);
  background-position: top left;
  background-repeat: no-repeat;  
  width: 998px;
  padding: 73px 0 0 0;
  text-align: center;
  margin: 0 auto 0 auto;
}

div#bottom, div#bottom * {
  color: #FFFFFF;
  font-weight: bold;
}

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

div.box_big {
  margin-bottom: 10px;
  width: 100%;
}

div.box_small, div.box_small_left {
  margin-bottom: 10px;
  width: 370px;
  float: left;
}

div.box_small_right {
  margin-bottom: 10px;
  width: 370px;
  float: right;
}

div.box_right {
  margin-bottom: 10px;
  width: 200px;
}

div.box_big h3,
div.box_small h3,
div.box_small_left h3,
div.box_small_right h3 {
  margin: 0;  
  display: block;
  height: 36px;
  padding: 0 20px 0 0;
  background-image: url(/art/box_h3_r.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.box_big h3 span,
div.box_small h3 span,
div.box_small_left h3 span,
div.box_small_right h3 span {
  display: block;
  height: 25px;
  padding: 11px 0 0 10px;
  background-image: url(/art/box_h3_l.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #06213E;
  font-size: 16px;
  font-weight: bold;
}

div.box_right h3 {
  display: block;
  height: 25px;
  padding: 11px 0 0 18px;
  background-image: url(/art/box_right_h3.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 182px;
  margin: 0;
}

div.box_body {
  background-image: url(/art/box_bg.png);
  background-position: bottom left;  
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  padding: 10px 8px 5px 8px;
  text-align: justify;
  font-size: 14px;
  border-width: 0 1px 0 1px;
  border-color: #AEBFCA;
  border-style: solid;
}

div.box_right div.box_body {
  background-image: none;
  background-color: #D9E4EC;
}

div.box_bottom {
  background-image: url(/art/box_b.gif);
  background-position: top right;  
  background-repeat: no-repeat;  
  font-size: 1px;
  width: 370px;
  _width: 372px;
  height: 10px;
}

div.box_big_bottom {
  background-image: url(/art/box_big_b.gif);
  background-position: top right;  
  background-repeat: no-repeat;  
  font-size: 1px;
  width: 750px;
  _width: 752px;
  height: 10px;
}

div.box_right_bottom {
  background-image: url(/art/box_right_b.gif);
  background-position: top left;  
  background-repeat: no-repeat;  
  font-size: 1px;
  width: 200px;
  height: 10px;
}

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

div.search_links {
  text-align: justify;
  margin-left: -20px;
  line-height: 18px;
}

div.search_links a {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 0 0 20px;
  white-space: nowrap;
}

div.search_links a span {
  display: none;
}

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

ul.torrents {
  margin: 0;
  padding: 0 10px 0 10px;
  list-style-image: url(/art/list.gif);
}

ul.torrents li {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.torrents li a span {
  display: none;
}

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

table.list {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}

table.list td, table.list th {
  border-color: #AEBFCA;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  text-align: left;
  vertical-align: top;
  background-repeat: repeat-x;
  background-position: bottom left;
}

table.list th {
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  background-image: url(/art/th_bg.png);
  background-color: #1f5187;
  color: #FFFFFF;
}

table.list th a {
  color: #FFFFFF;
}

table.list th.import_time {
  width: 150px;
}

table.list td {
  background-image: url(/art/td_bg.png);
  background-color: #FFFFFF;
}

table.list td.right {
  text-align: right;
}

table.list td.advert {
  padding: 0;
}

table.list td a span {
  display: none;
}

div.nav {
  text-align: right;
  clear: both;
  padding: 10px 0 10px 0;
}

div.scroll {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  max-height: 200px;
  overflow: auto;
  width: 650px;
  text-align: left;
}

div.large_scroll {
  border-color: #479AC6;
  border-style: solid;
  border-width: 1px;    
  padding: 3px;
  max-height: 500px;
  overflow: auto;
  width: 650px;
  text-align: left;
}

h4.torrent_name {
  text-align: center;
}

h4.torrent_name span {
  display: none;
}

dl.torrent {
}

dl.torrent dt {
  font-weight: bold;
  padding: 2px 0 2px 0;
}

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

form#contact_form {
}

form#contact_form div {
  padding-bottom: 7px;
}

form#contact_form div.button {
  text-align: right;
}

form#contact_form label {
  display: block;
  padding-bottom: 2px;
}

form#contact_form input, form#contact_form textarea {
  width: 100%;
}

form#contact_form textarea {
  height: 100px;
}

form#contact_form input.button {
  width: auto;
}

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

div.advert {
  background-color: #ECF4F7;
  padding: 10px 0 10px 0;
  text-align: center;
  border-color: #AEBFCA;
  border-width: 1px;
  border-style: solid;
}

div#advert1, div#advert3 {
  width: 998px;
  margin: 0 auto 0 auto;
}

div#advert1 img, div#advert1 object {
  margin: 0 2px 0 2px;
}

div#advert2 {
  margin: 0 0 10px 0;
  padding: 10px;
}

div#advert4 {
  margin: 0 0 10px 0;
}

td.advert div.advert {
  border-width: 0;
}
