/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }
          
body {
          background: #001722;
          font-family: Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 800px;
          margin: auto;
          }
          
#top {
          background: url(../img/top.jpg) no-repeat right bottom;
          width: 800px;
          height: 101px;
          float: left;
          }
          #top h1 {
                    float: left;
                    margin: 0;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              float: left;
                              }
          #top ul {
                    float: right;
                    margin: 82px 0 0 0;
                    }
                    #top ul li {
                              display: inline;
                              float: left;
                              margin: 0 20px 0 20px;
                              font-size: 12px;
                              }
                              #top ul li a {
                                        color: #fff;
                                        text-decoration: none;
                                        }
                                        #top ul li a:hover {
                                                  color: #FFBD71;
                                                  }
                              
#sidebar {
          width: 190px;
          float: left;
          }
          #sidebar .box {
                    width: 190px;
                    float: left;
                    padding: 0 0 5px 0;
                    margin: 10px 0 0 0;
                    background: #00364F;
                    }
                    #sidebar .box h3 {
                              font-size: 12px;
                              float: left;
                              text-align: center;
                              width: 180px;
                              padding: 5px;
                              background: #002739;
                              color: #fff;
                              }
                    #sidebar .box ul {
                              width: 180px;
                              float: left;
                              margin: 5px 0 0 5px;
                              display: inline;
                              }
                              #sidebar .box ul li {
                                        width: 180px;
                                        float: left;
                                        list-style-type: none;
                                        font-size: 11px;
                                        }
                                        #sidebar .box ul li a {
                                                  color: #fff;
                                                  text-decoration: none;
                                                  border-bottom: 1px solid #002739;
                                                  padding: 2px 0 2px 0;
                                                  float: left;
                                                  width: 180px;
                                                  }
                                                  #sidebar .box ul li a:hover {
                                                            color: #fff;
                                                            border-bottom: 1px solid #fff;
                                                            }
                                                            
.logse {
          width: 600px;
          float: right;
          margin: 10px 0 0 0;
          padding: 0 0 5px 0;
          background: #002739;
          }
          .logse h3 {
                    width: 290px;
                    float: left;
                    padding: 5px 0 5px 0px;
                    color: #fff;
                    font-size: 14px;
                    }
          .logse .login {
                    width: 290px;
                    float: left;
                    padding: 0 0 0 10px;
                    }
                    .logse .login p {
                              color: #fff;
                              font-size: 12px;
                              }
                              .logse .login p a {
                                        color: #fff;
                                        }
                    .logse .login span {
                              width: 280px;
                              float: left;
                              margin: 3px 0 0 0;
                              }
                              .logse .login span label {
                                        width: 50px;
                                        font-size: 11px;
                                        color: #fff;
                                        float: left;
                                        margin: 4px 0 0 0;
                                        }
                              .logse .login span input {
                                        font-size: 12px;
                                        }
                                        .logse .login span input.img {
                                                  display: inline;
                                                  margin: 0 0 0 48px;
                                                  }
                                                            
#cont {
          width: 600px;
          float: right;
          margin: 10px 0 0 0;
          padding: 0 0 10px 0;
          background: #DDE2E5;
          }
          #cont h2 {
                    width: 580px;
                    float: left;
                    padding: 5px 0 5px 20px;
                    font-size: 18px;
                    font-weight: normal;
                    background: #002739;
                    color: #fff;
                    }
                    #cont h2 a {
                              color: #fff;
                              text-decoration: none;
                              }
                              
         .game_more {
                    width: 600px;
                    float: left;
                    margin: 15px 0 0 0px;
                    display: inline;
                    text-align: center;
                    }
                   .game_more p {
                              width: 440px;
                              float: left;
                              padding: 0 10px 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #333;
                              }
                              .game_more p a {         
                                        font-size: 14px;
                                        font-weight: bold;
                                        color: #fff;
                                        }
                              .game_more img {
                                        float: left;
                                        border: 0;
                                        margin: 0 5px 5px 0;
                                        display: inline;
                                        }
                              #txt .box p {
                                        width: 190px;
                                        float: left;
                                        margin: 10px 0 0 10px;
                                        display: inline;
                                        font-size: 11px;
                                        }
                                        #txt .box p a {
                                                  color: #333;
                                                  text-decoration: none;
                                                  }
                                        #txt .box p a.s {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 12px;
                                                  }
                                        #txt .box p a.m {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 16px;
                                                  }
                                        #txt .box p a.b {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 18px;
                                                  }

          .vote {
                    width: 538px;
                    float: left;
                    margin: 10px 0 0 20px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #E5EDF4;
                    border: 1px solid #666;
                    padding: 10px;
                    }
                    .vote a {
                              color: #000;
                              }
                    .vote p {
                              color: #333;
                              }
          p.nocom {
                    float: left;
                    margin: 10px 0 0 20px;
                    display: inline;
                    font-size: 12px;
                    color: #ff0000;
                    width: 500px;
                    }
                    
                    h6 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 20px;
                              display: inline;
                              width: 500px;
                              }
                    
                              .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              .comment p {
                                        width: 500px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                              .comment span {
                                        width: 500px;
                                        float: left;
                                        font-size: 11px;
                                        color: #999;
                                        }
                                        .comment span a {
                                                  font-weight: bold;
                                                  color: #999;
                                                  }
                    .comment {
                              width: 548px;
                              float: left;
                              border: 1px solid #ccc;
                              margin: 10px 0 0 20px;
                              display: inline;
                              padding: 5px;
                              background: #fff;
                              }
                    .addcomment {
                              width: 500px;
                              float: left;
                              margin: 20px 0 0 20px;
                              padding: 10px;
                              display: inline;
                              }
                              .addcomment p {
                                        width: 400px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        } 
                    
          #txt .line {
                    width: 600px;
                    float: left;
                    margin: 15px 0 0 0;
                    }
                    
                              #cont #txt .line .game {
                                        width: 250px;
                                        float: left;
                                        margin: 0 0 0 15px;
                                        display: inline;
                                        }
                                        #cont #txt .line .game .min {
                                                  width: 105px;
                                                  float: left;
                                                  text-align: center;
                                                  }
                                                  #cont #txt .line .game .min img {
                                                            border: 0;
                                                            }
                              #conte #txt .line .game .des {
                                        width: 140px;
                                        float: left;
                                        padding: 0 0 0 10px;
                                        }
                                        #cont #txt .line .game .des h5 {
                                                  font-size: 12px;
                                                  float: left;
                                                  width: 140px;
                                                  }
                                                  #cont #txt .line .game .des h5 a {
                                                            text-decoration: none;
                                                            color: #333;
                                                            }
                                                            #cont #txt .line .game .des h5 a:hover {
                                                                      text-decoration: underline;
                                                                      }
                                        #cont #txt .line .game .des p {
                                                  width: 140px;
                                                  float: left;
                                                  font-size: 12px;
                                                  color: #666;
                                                  line-height: 14px;
                                                  }
                                                  
                    .contact {
                              width: 400px;
                              float: left;
                              margin: 0px 0 0 10px;
                              display: inline;
                              }
                              .addcomment {
                                        font-size: 11px;
                                        color: #333;
                                        }
                              .contact dt {
                                        width: 400px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        margin: 10px 0 0 0;
                                        }
                                        .contact input {
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  border: 1px solid #ccc;
                                                  }
                                        .contact textarea {
                                                  float: left;
                                                  margin: 5px 0 5px 0;
                                                  border: 1px solid #ccc;
                                                  }
                              .contact dd {
                                        width: 400px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          color: #333;
          }
          #paginationControl td {
                    float: left;
                    margin: 0 3px 0 3px;
                    display: inline;
                    }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #fff;
                    font-size: 13px;
                    text-decoration: none;
                    padding: 2px;
                    background: #0080EC;
                    }
                    #paginationControl a:hover {
                              color: #eee;
                              background: #333;
                              }
                    
#footer {
          background: url(../img/footer.jpg) no-repeat;
          width: 800px;
          float: left;
          margin: 10px 0 0 0;
          height: 23px;
          padding: 50px 0 0 0;
          }
          #footer p {
                    font-size: 11px;
                    color: #fff;
                    padding: 5px 0 0 5px;
                    float: left;
                    }
.errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}                               