
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: url(images/page.jpg) center repeat-y #000000;
    font-family: Tahoma;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}



#document{
  background: url(images/header.jpg) top center no-repeat;

}
#header_back{
  background: url(images/header_background.jpg) top repeat-x
}


#header{
  height: 287px;

}
#page{
  width: 1002px;
  height: auto;
  margin: 0 auto;
}


#nav{
  height: 67px;
  margin-left: 125px;
  margin-bottom: 24px;

}
#nav a{
  display: block;
  width: auto;
  float: left;
  padding: 0 15px;
  height: 67px;
  background: url(images/nav.png) top left no-repeat;
  color: #D2D2D2;
  font-size: 16px;
  text-decoration: none;
  line-height: 35px;
}
#nav a:hover,#nav a.active{
  background: url(images/nav_active.png) top repeat-x;
  color: #FFFFFF
}

#content{
  width: 932px;
  margin-left: 35px;
  height: auto;
}

.item{
  background: #131212;
}



.item .info{
  background: url(images/item_title.jpg);
  width: 932px;
  height: 50px;
}

.item .num{
  width: 55px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
    float: left;
}
.item .title{
  width: 555px;
  color: #E19F02;
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  text-align: left;
  float: left;
}
.item .vote{
  padding-top: 10px;

}
.item .vote .count{
  font-size: 18px;
  color: #BFBFBF;
  margin-left: 20px;

}
.item .vote .count span{
  font-size: 30px;
  color: #000000;
  font-weight: bold
}


.stars div{
  width: 28px;
  height: 27px;
  float: left;

}
.stars{
  width: 180px;
  float: left;
}


.stars .star1{
  background: url(images/star1.jpg);
}

.stars .star2{
  background: url(images/star2.jpg);
}

.stars .star3{
  background: url(images/star3.jpg);
}

.stars .star4{
  background: url(images/star4.jpg);
}
.stars .star5{
  background: url(images/star5.jpg);
}
.stars .star6{
  background: url(images/star6.jpg);
}

.thumbs{
  width: 454px;
  float: right;
}

.desc{
  width: 454px;
  height: auto;
  float: right;
  background: url(images/desc.jpg) top right no-repeat;

  color: #FFFFFF;
  font-size: 14px
}
.desc a{
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.desc a:hover{
  text-decoration: underline
}


.desc h2{
color: #08ABDA;
  font-size: 14px;
  text-decoration: underline;
  padding: 10px 8px;
}
.desc h3{
color: #888888;
  font-size: 14px;
  text-decoration: underline;
    padding-left: 8px;
    padding-bottom: 8px;
}
.desc h4{
    padding-bottom: 8px;
    padding-left: 8px
}


.desc p{
  font-size: 12px;
  background-color: #1F1F1F;
  padding: 5px 8px;
  width: auto;
  height: 81px;
  line-height: 1.2
}


.item img{
  float: left;

}

.thumbs img{
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}

#page{
  background: url(images/page_end.jpg) bottom center no-repeat;
  padding-bottom: 35px;
}

#footer{
  background: url(images/footer.jpg) bottom center ;
  height: 114px;
  width: 1002px;
  margin: 0 auto;
  padding-top: 70px;

}

#copyright{
  color: #BFBFBF;
  text-align: center;
  font-size: 12px
}

#copyright a{
  color: #111111;
  text-align: center;
  font-size: 12px
}

#home_link{
  width: 500px;
  height: 150px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: 60px;
}


#tiser{
  background: url(images/tiser.gif);
  width: 184px;
  height: 154px;
  position: absolute;
  left: 50%;
  margin-left: -585px;
  margin-top: 200px;
}


