/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style-type: none;
}

A {color: #eeeeff; text-decoration: none;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; border: 0; color: red;}

body {
    text-align:center;
    background-color: #111111;
    color: white;
    font-family: arial;
    font-size: 12px;
}

#container {
    text-align: left;
    margin:0px auto 0px auto;
    width: 962px;
    background-color:#525252;
    margin-top: 10px;
    padding-left: 1px;   /* 16 */
    overflow: hidden;
    position: relative;
}


/* --- Global stuff --- */
.clear-both {
    clear: both;
}

/* --- Header --- */
#header {
    background-color: #222222;
    width: 951px;
    margin-left: 5px;
    border-bottom: 1px solid #3e3e3e;
}

#header #big-title {
    margin-left: 30px;
    margin-top: 30px;
    float: left;
    padding-bottom: 18px;
}

#header #search-bar {
    float: left;
    margin-left: 66px;
    margin-top: 44px;
    color: black;
    font-size: 14px;
    border: 0 none;
    height: 26px;
    width: 320px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(../images/search_box.gif) no-repeat;
}

#header #search-button {
    float: left;
    margin-left: 12px;
    margin-top: 43px;
}



#header #status-bar {
    height: 23px;
    border-top: 1px solid #3e3e3e;
    width: 947px;
    margin-left: 2px;
}

#header #status-bar #left {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}

#header #status-bar #right {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

#header #status-bar .time {
    color: #666;
}

/* --- Category list --- */
#categories {
    float: left;
    width: 152px;
    margin-left: 5px;
    margin-top: 9px;
}

#categoris ul {
    width: 152px;
}

#categories li {
    border-bottom: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
    text-align: right;
    height: 23px;
    width: 150px;
    display: block;
    background-color: #222222;
}

#categories .selected {
    background-color: #dddddd;
    color: black;
}

#categories .selected a {
    color: black;
}

#categories li#cat_header  {
    padding: 0;
    width: 150px !important;
    height: 22px;
    border: 0;
}

#categories li a {
    display: block;
    padding-right: 10px;
    padding-top: 4px;
}


/* --- Main -- */
#main {
    float: left;
    width: 790px !important;
    overflow: hidden;
    margin-top: 9px;
    margin-left: 9px;
}

#main li a {
    color: black;
    text-decoration: none;
}

#main a:hover {color: red;}

#main ul {
    margin: 0;
    padding: 0;
}

#main li {
    float: left;
    width: 190px;
    height: 206px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: url("../images/_st_background.gif") no-repeat top left;
    position: relative;
}

#main li.last-in-row {
    margin-right: 0;
}

#main .thumb {
    width: 165px;
    height: 123px;
    border: 1px solid #222222;
    margin-left: 12px;
    margin-top: 12px;
    display: block;
}

#main .icon {
    position: absolute;
    bottom: 14px;
    left: 13px;
}

#main .title  {
    display: block;
    margin-left: 12px;
    margin-top: 8px;
    width: 166px;
}

#main .time {
    position: absolute;
    bottom: 11px;
    right: 13px;
    color: #ea5d5d;
}
/*
#so {
    width: 790px;
    height: 21px;
    overflow: hidden;
    margin-bottom: 8px;
}

#so .left {
    width: 4px;
    height: 21px;
    float: left;
    background: url('../images/so_left.gif');
}

#so .right {
    float: right;
    width: 4px;
    height: 21px;
    background: url('../images/so_right.gif');
}

#so .content {
    font-size: 11px;
    float: left;
    background: url('../images/so_vertical.gif');
    width: 782px;
    height: 21px !important;
}

#so .content .dropdown {
    margin-top: 3px;
    margin-left: 15px;
    float: left;
    background: url('../images/sort_order_drop.gif');
    width: 72px !important;
    height: 15px;
    text-align: center;
    position: relative;
}

#so .content .v {
    float: left;
    padding-top: 3px;
    margin-left: 8px;
}

#so .options {
    float: right;
    margin-right: 10px;
}

#so #dropdown-box {
    position: absolute;
    z-index: 100;
    width: 104px;
    background-color: #686868;
    border: 1px solid #272727;
}
*/
/* --- Advanced search --- */
#advanced-search-container {
    z-index: 1000;
    position: absolute;
    left: 6px;
    width: 100%;
    height: 35px;
}

#advanced-search #bottom {
    background: transparent url("../images/_as_2bottom.png") no-repeat top left;
    height: 35px;
}


#advanced-search {
    background: #222222;
    padding-top: 10px;
    height: 478px;
    display: none;
    color: white;
    overflow: hidden;
    position: relative; /* peekaboo bug fix for IE6 */
    min-width: 0; /* peekaboo bug fix for IE7 */
}

#advanced-search #head {
    float: left;
    margin-left: 120px;
    margin-top: 8px;
}

#advanced-search #close {
    float: right;
    margin-right: 55px;
    margin-top: 14px;
}

#advanced-search #sort-options {
    margin-left: 120px;
    padding-top: 16px;
}
#advanced-search #adv-categories {
    width: 800px;
    margin-left: 118px;
    margin-top: 10px;
    height: 340px;
}

#advanced-search #adv-categories .asc {
    position: relative;
    height: 20px;
}

#advanced-search #adv-categories .asc > label {
    position: absolute;
    left: 21px;
    top: 2px;
}

#advanced-search #adv-categories .asc > input {
    position: absolute;
}

#advanced-search #adv-categories label, #advanced-search #adv-categories input {
    z-index: 2000;
}

#advanced-search #adv-categories div.selected_bg {
    width: 152px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    font-weight: bold;
    background: url('../images/as_sel_category.gif') no-repeat;
}

#advanced-search #adv-categories div.group-order {
    width: 800px;
    padding-bottom: 20px;
    clear: both;
}

#advanced-search #adv-categories div.group-order div {
    float: left;
    width: 160px;
}

#advanced-search .search-button {
    float: right;
    margin-right: 55px;
}

#advanced-search .search-button span, #advanced-search .search-button input {
    float: right;
    display: block;
}

#advanced-search .search-button span {
    padding-top: 13px;
    padding-right: 11px;
    display: none;
}

#advanced-search .search-button #loading {
    padding-top: 0;
}

#advanced-search .alpha-order {
    width: 200px;
    float: left;
}

/* --- Pagination ---*/


div.pagination {
   text-align: right;
   padding: 10px 1px 3px 3px;
   margin: 6px 0 10px 3px;
}

div.pagination a, div.pagination span.current  {
   padding: 4px 7px 4px 7px;
   margin: 4px;
   border: 1px solid #666;
   text-decoration: none;
   color: white;
   background-color: #282828;
}

div.pagination a:hover, div.pagination a:active {
   border: 1px solid ;
   color: #000;
}


div.pagination span.current {
    border: 1px solid white;
    background-color: #333;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #555;
    color: #777;
}

div.pagination .next-page {
    background-color: #ff1111;
    color: white;
    margin-right: 0;
}

#main .pagination a {
    color: #fff;
}

/* --- Footer --- */
#footer {
    margin-top: 30px;
    width: 728px;
    text-align: center;
    margin-left: 182px;
    padding-bottom: 15px;
    color: #999;
}

#footer #disclaimer {
    margin-top: 8px;
    font-size: 10px;
}


/* --- Object view --- */
#object {
    width: 250px;
    background-color: #222222;
    color: #fff;
    width: 788px;
}

#object .top {
    background: url('../images/vo_top.gif') no-repeat;
    width: 788px;
    font-size: 1px;
    height: 4px !important;
}

#object .bottom {
    background: url('../images/vo_bottom.gif') no-repeat;
    width: 788px;
    font-size: 1px;
    height: 4px !important;
}

#object .content {
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
    padding: 10px 10px 10px 14px;
}

#object h1 {
    font-size: 22px;
    font-weight: bold;
}

#object #embedded {
    padding-top: 40px;
}

#object #stream-info {
    margin-top: 30px;
}

#object #stream-info .param {
    float: left;
    width: 165px;
    text-align: center;
    color: #ccc;
}

#object #stream-info label {
    color: #787878;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
}

#stream-info a {
      color: #ccc;
}

#object #flag-button {
    float: right;
    margin-right: 10px;
}

#object #flag-button a {
   text-decoration: none;
}

#object #flag-button img, #object #flag-button div {
    float: left;
    color: #888;
    color: #888;
}

#object #flag-button div {
    margin-left: 6px;
}

