/* CSS Document */

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

div, img, object, form, iframe {
  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;
  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;
  height: 21px;
  line-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#this {
  display: none;  
}

div#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  margin: 10px 0 0 0;
  width: 100%;
}

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

div#top {
  height: 83px;  
}

div#top2 {
  height: 35px;  
}

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

div#logo {
  height: 58px;
  text-align: right;
  float: right;
  padding: 5px 30px 0 0;
}

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

div#menu {
  height: 35px;
  float: right;  
}

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.png);
  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.png);
  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.png);
}

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

div.social {
  float: left;
  padding: 8px 0 0 30px;    
}

div.social div.facebook,
div.social div.gplus {
  float: left;
}

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 input.button {
  width: 103px;
  height: 21px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: url(/art/search_button.gif);
  background-position: top left;
  background-repeat: no-repeat;
  border-width: 0;   
  color: #1368A9;
  font-weight: bold;
}

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

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

div#body_bg {
  background-image: url("/art/body_bg2.gif");
  background-position: center top;
  background-repeat: repeat-y;
}

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

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

div#bottom {
  background-image: url(/art/bottom_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;  
  padding: 74px 0 0 0;
  height: 50px;  
  text-align: center;
  margin: -34px auto 0 auto;
}

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

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

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

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

div.box_small_right {
  float: right;
}

div.box_right {
  margin-top: 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;
  overflow: hidden;
}

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;
  line-height: 21px;
}

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;
  list-style-type: none;
}

div.scroll ul.torrents {
  padding-left: 20px; 
}

ul.torrents li {
  margin: 0;
  padding: 0 10px 0 10px;
  text-align: left;
  background-image: url(/art/list.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
}

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.added {
  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: 684px;
  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;
}

/*
div.torrent_imaged h4.torrent_name {
  background-image: url("/art/td_bg.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px solid #479AC6;
  padding: 5px;
  text-align: center;
  width: 545px;
}
*/

img.torrent_image {
  border: 1px solid #479AC6;
  float: right;
  padding: 2px;
  width: 160px;
  margin-top: 22px;
  margin-right: 10px;
}

dl.torrent {
  margin-top: 0;
}

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

dl.torrent dt.sp {
}

dl.torrent dd {
  margin-left: 30px;
}

div.torrent_imaged dl.torrent dd.download,
div.torrent_imaged dl.torrent dd.share {
  width: 515px;
}

div.torrent_imaged dl.torrent dd.share {
  height: 32px;
}

dl.torrent dd.sp a {
  font-weight: bold;
  color: #FF0000;
}

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

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 {
  float: left;
  width: auto;
  margin: 11px 0 0 10px;
  padding: 0;
}

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

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

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

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

div#advert6 {
  margin: 0;
  padding: 0;
  border-width: 0;
}

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

table.download {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 692px;
/*
  border: 1px solid #479AC6;
*/
}

div.torrent_imaged table.download {
  width: 515px;
} 

table.download td {
  padding: 3px;
  border-style: solid;
  border-color: #479AC6;
  border-width: 1px;
  width: 33%;
  vertical-align: top;
  text-align: left;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-image: url("/art/td_bg.png");  
}

table.download td a {
  display: block;
  margin: 0;
  padding: 25px 0 3px 64px;
  height: 39px;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}

div.torrent_imaged table.download td a {
  padding-top: 15px;
  height: 49px;
}

table.download td.network a {
  background-image: url(/art/download/network2.jpg); 
}

table.download td.usenet a {
  background-image: url(/art/download/usenet.jpg); 
}

table.download td.torrent a {
  background-image: url(/art/download/torrent.jpg); 
}

table.download td div {
  font-size: 12px;
  text-align: justify;
}


