/* main */

BODY {
    font-family: Arial;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
IMG, IMAGE {
    border: 0;
}
INPUT, SELECT, TEXTAREA {
    font-family: Arial;
    font-size: 13px;
}
A {
    color: #00b7d1;
}
A:Hover {
    text-decoration: none;
}
.center {
    text-align: center;
}
.clearfix {
    clear: both;
}
.hide {
    display: none;
}
.green {
    color: #00ba0d;
}
.red {
    color: #dd0000;
}
.dotted {
    border-bottom: 1px dotted;
    text-decoration: none;
}
textarea.textarea {
    border: 1px solid #989898;
}
.p960 {
    position: relative;
    margin: 0 auto;
    width: 960px;
}
.p900 {
    position: relative;
    margin: 0 auto;
    width: 900px;
}
.page_splitter {
    height: 4px;
    background: url('/images/page_splitter.gif') repeat-x;
    margin: 30px 0;
}

/* header */

.head {
    height: 213px;
    background: url('/images/head_bg.gif') repeat-x;
}
.head .p960 {
    height: 213px;
    background: url('/images/head_bt_bg.gif') 777px 54px no-repeat;
}
.head .p900 {
    height: 213px;
}
.head .logo {
    position: absolute;
    top: 31px;
}
ul.globalmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 75px;
    left: 235px;
}
.globalmenu li {
    float: left;
    margin-right: 45px;
}
.head input.search {
    position: absolute;
    top: 115px;
    background: url('/images/head_inp_search.gif') top left no-repeat;
    height: 30px;
    width: 548px;
    border: 0;
    padding: 8px 25px 8px 27px;
    margin: 0px;
    line-height: 30px; 
    color: #555454;
    font-size: 24px;
}
.select_cat_button {
    position: absolute;
    left: 583px;
    top: 115px;
}
.head .select_cat {
    position: absolute;
    background: url('/images/head_select_cat.png') no-repeat;
    width: 132px;
    height: 16px;
    padding: 15px 30px;
    font-size: 15px;
    z-index: 2;
    cursor: pointer;
}
.head .bt_search {
    position: absolute;
    top: 118px;
    left: 786px;
}
.head .userbox {
    position: absolute;
    top: 74px;
    right: 128px;
    color: #fff;
    font-size: 12px;
}
.userbox a {
    color: #fff;
    text-decoration: none;
}
.userbox .left {
    padding: 4px 12px 0 0;
    height: 20px;
    border-right: 1px solid #474747;
    float: left;
}
.userbox .right {
    padding: 4px 0 0 12px;
    height: 20px;
    float: left;
}  
.userbox a.profile {
    background: url('/images/head_user.gif') 0px 1px no-repeat;
    padding-left: 23px;
}
.userbox a.logout {
    background: url('/images/head_logout.gif') 48px 4px no-repeat;
    padding-right: 25px;
    color: #000;
}

ul.search_input_cats{
    position: absolute;
    display: none;
    padding: 20px 0 8px;
    margin: 0;
    -moz-border-radius: 0 0 10px 10px;
    top: 27px;
    left: 1px;
    width: 188px;
    background-color: #fff;
    border-left: 1px solid #a6a6a7;
    border-right: 1px solid #a6a6a7;
    border-bottom: 1px solid #a6a6a7;
    list-style: none;
    z-index: 1;
}
.search_input_cats li{
    cursor: pointer;
    padding: 2px 10px;
    font-size: 14px;
}
.search_input_cats li:hover{
  color: #00B7D1;
  background-color: #F7F7F7;
}

/* sitemenu */

ul.sitemenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 181px;
}
ul.sitemenu li.item {
    float: left;
    position: relative;
    margin-right: 1px;
}
ul.sitemenu li.item div.left {
    background: url('/images/sitemenu_l.gif') 0px 1px no-repeat;
    padding-left: 10px;
}
ul.sitemenu li.item div.right {
    background: url('/images/sitemenu_r.gif') right 1px no-repeat;
    padding-left: 0px;
    padding-right: 10px;
}
ul.sitemenu li.item a.item {
    display: block;
    height: 23px;
    padding: 9px 12px 0;
    text-decoration: none;
    color: #000;
    background: url('/images/sitemenu_bg.gif') 0px 1px repeat-x;
}
ul.sitemenu li.hover div.left {
    background: url('/images/sitemenu_hl.gif') 0px 1px no-repeat;
}
ul.sitemenu li.hover div.right {
    background: url('/images/sitemenu_hr.gif') right 1px no-repeat;
}
ul.sitemenu li.hover a.item {
    background: url('/images/sitemenu_hbg.gif') 0px 1px repeat-x;
}
ul.sitemenu li.opened div.left {
    background: url('/images/sitemenu_ol.gif') 0px 1px no-repeat;
}
ul.sitemenu li.opened div.right {
    background: url('/images/sitemenu_or.gif') right 1px no-repeat;
}
ul.sitemenu li.opened a.item {
    height: 29px;
    background: url('/images/sitemenu_obg.gif') center 1px repeat-x;
}
ul.sitemenu li.empty a.item {
    height: 22px;
}
ul.sitemenu li.selected {
    margin-right: 0px;
}
ul.sitemenu li.selected div.left {
    background: url('/images/sitemenu_al.gif') top left no-repeat;
}
ul.sitemenu li.selected div.right {
    background: url('/images/sitemenu_ar.gif') top right no-repeat;
}
ul.sitemenu li.selected a.item {    
    background: url('/images/sitemenu_abg.gif') top left repeat-x;
}
ul.sitemenu_sub {
    background: #77daf4;
    border: 1px solid #626a6f;
    border-top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 32px;
    left: -1px;
    width: 160px;
    z-index: 10;
}
ul.sitemenu_sub a {
    display: block;
    padding: 3px 10px;
    color: #000;
    text-decoration: none;
}
ul.sitemenu_sub a:hover {
    background-color: #c6f4ff;
}
ul.sitemenu_sub2 {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 45px;
    left: -70px;
    width: 500px;
}
ul.sitemenu_sub2 li {
    float: left;
    position: relative;
    margin-right: 20px;
}

/* autocomplete */
.ac_results {
  margin: 18px 17px;
  border-left: 1px solid #6c6e6f;
  border-right: 1px solid #6c6e6f;
  border-bottom: 1px solid #6c6e6f;
  background-color: #fff;
  -moz-border-radius: 0 0 10px 10px;
  padding-bottom: 8px;
}

.ac_results ul {
  display: block;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  filter:mask();
  width:3000px;
  height:3000px;
}

.ac_results li {
  margin: 0px;
  padding: 2px 10px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  overflow: hidden;
}
.ac_over {
  color: #00B7D1;
  background-color: #F7F7F7;
}
id {
  display:none;
}

/* footer */
.foot {
    background: url('/images/foot_bg.gif');
    height: 114px;
}
.foot a {
    color: #3cd9ff;
}
.foot .copyright {
    color: #fff;
    padding-top: 28px;
}
.foot .menu {
    color: #3cd9ff;
    padding-top: 10px;
}

/* main page */
div.main_cat {
    margin: 48px 0 10px;
}
div.main_cat a {
    font-size: 17px;
    font-weight: bold;
    color: #dd0000;
    text-decoration: underline;
    text-transform: uppercase;
}
div.main_cat a:hover {
    color: #00b7d1;
}
table.main_torrents {
    border-spacing: 0;
    padding: 0;
    width: 100%;
}
table.main_torrents th {
    text-transform: lowercase;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0 5px 8px;
    border-bottom: 1px solid #d3d5d8;
}
table.main_torrents th a {
    color: #000;
    text-decoration: underline;
}
table.main_torrents .head_title {
    float: left;
    padding: 4px 10px 4px 0;
    height: 16px;
}
table.main_torrents .sort {
    width: 19px;
    height: 24px;
    border-left: 1px solid #d3d5d8;
    float: left;
}
table.main_torrents .sort img {
    margin: 6px 0 6px  7px;
}
table.main_torrents td {
    padding: 6px 8px;
    border-bottom: 1px solid #d3d5d8;
}
table.main_torrents .row1 {
    background-color: #f7f7f7;
}
table.main_torrents .row2 {
    background-color: #fff;
}
table.main_torrents .small {
    font-size: 11px;
}
table.main_torrents .torrent_title a {
    color: #00b7d1;
    font-weight: bold;
}
table.main_torrents .torrent_title_s a {
    color: #92979d;
    font-weight: bold;
}
table.main_torrents .torrent_title_s a b {
    color: #00b7d1;
}
table.main_torrents .torrent_cat {
    margin-top: 3px;
    font-size: 10px;
}
table.main_torrents .torrent_cat a {
    color: #009bb1;
}

div.separator_main {
    padding-bottom: 30px;
}

/* searches */
.searches_blocks {
    padding-bottom: 30px;
}
.searches_block {
    color: #474747;
    line-height: 1.6;
}
.searches_block a {
    color: #474747;
    text-decoration: none;
}
.searches_block a:hover {
    color: #cd0000;
}
.searches_title {
    width: 190px;
    height: 27px;
    cursor: pointer;
    margin: 20px 0;
}
#searches_title_popular.open {
    background: url('/images/searches_popular_o.gif') top left no-repeat;
}
#searches_title_popular.close {
    background: url('/images/searches_popular_c.gif') top left no-repeat;
}
#searches_title_recent.open {
    background: url('/images/searches_recent_o.gif') top left no-repeat;
}
#searches_title_recent.close {
    background: url('/images/searches_recent_c.gif') top left no-repeat;
}

/* search page */
div.search_title {
    border-bottom: 1px solid #d3d5d8;
    margin: 25px 0 13px;
    font-size: 12px;
}
div.search_title_cat {
    margin: 50px 0 13px;
}
div.search_title h1 {
    margin: 0;
    color: #00b7d1;
    font-weight: normal;
    display: block;
    float: left;
}
div.search_title .cat {
    padding: 7px 0 0 18px;
    float: left;
}
div.search_title .right {
    width: 150px;
    padding: 9px 0 0 18px;
    text-align: right;
    float: right;
}

.pagesbar {
    position: relative;
    left: -28px;
    padding: 20px 0;
}
.pagesbar .left, .pagesbar .right {
    font-size: 20px;
    float: left;
}
.pagesbar .left {
    padding-right: 8px;
}
.pagesbar .right {
    padding-left: 8px;
}
.pages .active {
    background-color: #00b7d1;
    color: #fff;
    -moz-border-radius: 5px;
}
.pages div {
    float: left;
    padding: 2px 7px;
    margin-top: 4px;
}
.pages div a {
    color: #393838;
}

div.separator_search {
    border-bottom: 1px solid #d3d5d8;
    padding: 20px 0 0;
}

/* torrent page */

h2 {
    color: #00b7d1;
    font-weight: bold;
    font-size: 18px;
}
h2.padding_top {
    padding-top: 30px;
}
table.torrent_info {
    border-spacing: 0;
    padding: 0;
    margin-bottom: 30px;
}
table.torrent_info tr {
    height: 24px;
}
table.torrent_info .col1 {
    width: 80px;
    font-weight: bold;
    color: #00b7d1;
}
table.torrent_info .col2 {
    width: 200px;
}
table.torrent_info .col3 {
    width: 70px;
}
div.torrent_info table.torrent_info {
    float: left;
}
div.torrent_info .bt_download {
    float: right;
    margin: 5px;
}
.torrent_refresh_time {
    font-size: 9px;
    text-align: center;
}
.torrent_description {
    font-family: "Courier New";
    font-size: 12px;
    width: 900px;
    max-height: 900px;
    overflow: auto;
}
table.torrent_files {
    border-spacing: 0;
    padding: 0;
    width: 100%;
}
table.torrent_files td {
    padding: 0;
    margin: 0;
}
table.torrent_files .dir {
    background: url('/images/icon_folder.gif') 0px 6px no-repeat;
    padding: 6px 0 6px 22px;
    font-weight: bold;
    text-decoration: underline;
}
table.torrent_files .file {
    background: url('/images/icon_file.gif') 0px 5px no-repeat;
    padding: 6px 0 6px 22px;
    border-bottom: 1px solid #d3d5d8;
}
table.torrent_files .size {
    width: 70px;
    border-bottom: 1px solid #d3d5d8;
}
table.torrent_files .tree_empty {
    width: 16px;
    background: url('/images/files_tree_empty.gif') repeat-y;
}
table.torrent_files .tree_item {
    width: 16px;
    background: url('/images/files_tree_item.gif') 0px center no-repeat;
}
table.torrent_files .tree_last {
    width: 16px;
    background: url('/images/files_tree_last.gif') 0px -7px no-repeat;
}

/* comments */

.comments_title {
  margin: 10px 60px 20px 60px;
}
.comments {
    padding-bottom: 20px;
}
.comments .item {
    margin-top: 15px;
}
.comments .level0 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d5d8;
}
.comments .userblock {
    width: 100px;
    float: left;
}
.comments .commentblock {
    margin-left: 137px;
}
.comments .item .author {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    /*font-size: 12px;*/
    background-color: #e8eff0;
}
.comments .item .date {
  text-align: center;
  font-size: 10px;
}
.comments .item a {
    color: #00a7bf;
}
.comments .item .reply {
    background: url('/images/icon_reply.gif') no-repeat;
    padding-left: 20px;
    display: inline;
}
.comments .item .delcomment {
  display:inline;
  margin-left: 10px;
}
.comments .item .comment {
  margin: 5px 0 10px;
}
.comment_add, .comment_add_link {
  margin-left: 137px;  
}
a.comment_add_link {
    font-size: 18px;
}
.comment_add, .comment_reply {
    padding: 10px 0;
}
.comment_add textarea, .comment_reply textarea  {
    width: 100%;
    height: 120px;
}
input.bt_126 {
    border: 0;
    padding: 0;
    width: 126px;
    height: 38px;
    cursor: pointer;
    background: url('/images/bt_126.gif') no-repeat;
}

/* pages */
h1.page_title {
    margin: 25px 0 13px;
    border-bottom: 1px solid #d3d5d8;
    color: #00b7d1;
    font-weight: normal;
    display: block;
}

/* simplemodal */
#basic-modal-content {display:none;}
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container { }
#simplemodal-container a.modalCloseImg {
    background-image:url(/images/modal_x.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
    display:inline;
    z-index:3200;
    
    overflow: hidden;
}
#simplemodal-container #basic-modal-content {padding:8px;}
.simplemodal-data{
    background: #ffffff;
}

/* modal */
#modalForm {
    display: none;
    -moz-box-shadow: 0 0 30px #000;
    -moz-border-radius: 8px;
}
.popup_content{
    padding: 10px 20px 20px;
}
.popup_content .title{
    font-size: 15px;
    font-weight: bold; 
    margin: 5px;
}

/* forms */

table.form_login td {
    padding: 5px 0px;
}
table.form_login td.td1 {
    text-align: right;
    padding-right: 20px;
    width: 95px;
}
table.form_login td.captcha {
    line-height: 0.8;
}

/* form_login */

div.line {
    border-bottom: 2px solid #000;
}
div.line_title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    float: left;
    margin: 6px 0px;
}
div.line_desc {
    color: #727272;
    font-size: 12px;
    float: right;
    display: block;
    margin: 9px 0px 0px;
}


