/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: #FFA200;
          font-family: Arial, Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 885px;
          margin: auto;
          }
          
#top {
          width: 885px;
          height: 134px;
          float: left;
          margin: 20px 0 0 0;
          }
          #top #logo {
                    width: 649px;
                    float: left;
                    height: 134px;
                    background: url(../img/logo.jpg) no-repeat;
                    }
                    #top #logo h1 {
                              font-size: 26px;
                              font-weight: normal;
                              float: left;
                              color: #FFA200;
                              margin: 30px 0 0 50px;
                              display: inline;
                              line-height: 30px;
                              }
                              #top #logo h1 a {
                                        text-decoration: none;
                                        color: #FFA200;
                                        }
          #top #login {
                    width: 227px;
                    float: right;
                    height: 134px;
                    background: url(../img/login.jpg) no-repeat;
                    }
          #top #login h3 {
                    width: 203px;
                    float: left;
                    font-size: 18px;
                    font-weight: normal;
                    padding: 0 0 2px 0;
                    margin: 5px 0 10px 10px;
                    display: inline;
                    color: #006CFF;
                    border-bottom: 1px solid #006CFF;
                    }
                    #top #login span {
                              margin: 5px 0 0 20px;
                              display: inline;
                              float: left;
                              width: 183px;
                              }
                              #top #login span label {
                                        width: 50px;
                                        font-size: 11px;
                                        font-weight: bold;
                                        color: #333;
                                        float: left;
                                        margin: 3px 0 0 0;
                                        }
                              #top #login span input {
                                        width: 120px;
                                        float: left;
                                        border: 1px solid #333;
                                        }
                                        #top #login span input.sub {
                                                  width: auto;
                                                  font-size: 11px;
                                                  float: right;
                                                  margin: 0 11px 0 0;
                                                  display: inline;
                                                  }
                    #top #login span p {
                              font-size: 12px;
                              color: #333;
                              }
                              #top #login span p a {
                                        color: #FFA200;
                                        text-decoration: none;
                                        font-weight: bold;
                                        }
                    
#undertop {
          width: 884px;
          height: auto;
          padding: 0 0 5px 0;
          float: left;
          margin: 8px 0 0 0;
          background: url(../img/undertop.jpg) #fff no-repeat;
          }
          #undertop h3 {
                    width: 860px;
                    float: left;
                    font-size: 18px;
                    font-weight: normal;
                    padding: 0 0 2px 0;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #006CFF;
                    border-bottom: 1px solid #006CFF;
                    }
                    #undertop .game {
                              width: 203px;
                              float: left;
                              margin: 20px 0 0 10px;
                              display: inline;
                              }
                              #undertop .game .min {
                                        width: 103px;
                                        float: left;
                                        }
                                        #undertop .game .min img {
                                                  border: 1px solid #666;
                                                  float: left;
                                                  }
                              #undertop .game .des {
                                        width: 100px;
                                        float: left;
                                        }
                                        #undertop .game .des p {
                                                  width: 98px;
                                                  font-size: 12px;
                                                  float: left;
                                                  padding: 0 0 0 2px;
                                                  }
                                                  #undertop .game .des p a {
                                                            font-weight: bold;
                                                            color: #666;
                                                            }
          
#content {
          width: 885px;
          float: left;
          margin: 8px 0 0 0;
          padding: 0px 0 10px 0;
          background: url(../img/content.jpg) repeat-y;
          }
          #content #txt {
                    width: 648px;
                    float: left;
                    }
          #content #txt h3 {
                    width: 628px;
                    float: left;
                    font-size: 18px;
                    font-weight: normal;
                    padding: 0 0 2px 0;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #006CFF;
                    border-bottom: 1px solid #006CFF;
                    }
                    #content #txt h3 a {
                              color: #006CFF;
                              text-decoration: none;
                              }
          #content #txt .line {
                    width: 628px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    }
                    #content #txt .line .game {
                              width: 203px;
                              float: left;
                              margin: 0px 0 0 5px;
                              display: inline;
                              }
                              #content #txt .line .game .min {
                                        width: 103px;
                                        float: left;
                                        }
                                        #content #txt .line .game .min img {
                                                  border: 1px solid #666;
                                                  float: left;
                                                  }
                              #content #txt .line .game .des {
                                        width: 100px;
                                        float: left;
                                        }
                                        #content #txt .line .game .des p {
                                                  width: 98px;
                                                  font-size: 12px;
                                                  float: left;
                                                  padding: 0 0 0 2px;
                                                  }
                                                  #content #txt .line .game .des p a {
                                                            font-weight: bold;
                                                            color: #666;
                                                            }
                                                            #content #txt .line .game .des p a:hover {
                                                                      color: #000;
                                                                      }
                                                                      
                    #content #txt .contact {
                              width: 628px;
                              float: left;
                              margin: 10px 0 0 10px;
                              display: inline;
                              }
                              #content #txt .addcomment {
                                        font-size: 11px;
                                        color: #333;
                                        }
                              #content #txt .contact dt {
                                        width: 550px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        margin: 10px 0 0 0;
                                        }
                                        #content #txt .contact input {
                                                  float: left;
                                                  }
                                        #content #txt .contact textarea {
                                                  float: left;
                                                  margin: 0 0 5px 0;
                                                  border: 1px solid #666;
                                                  }
                              #content #txt .contact dd {
                                        width: 550px;
                                        float: left;
                                        font-size: 11px;
                                        color: #fff;
                                        }
                                        #content #txt .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
          #txt .game_more {
                    width: 628px;
                    float: left;
                    margin: 15px 0 0 10px;
                    display: inline;
                    text-align: center;
                    }
                    #txt .game_more p {
                              width: 575px;
                              float: left;
                              padding: 0 0 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #fff;
                              }
                              #txt.game_more p a {         
                                        font-size: 14px;
                                        font-weight: bold;
                                        color: #fff;
                                        }
                              #txt .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;
                                                  }

          #txt .vote {
                    width: 605px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #eee;
                    border: 1px solid #ccc;
                    padding: 10px;
                    }
                    #txt .vote a {
                              color: #000;
                              }
                    #txt .vote p {
                              color: #333;
                              }
          #txt p.nocom {
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    font-size: 12px;
                    color: #999;
                    width: 500px;
                    }
                    
                              #txt .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              #txt .comment p {
                                        width: 570px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                              #txt .comment span {
                                        width: 570px;
                                        float: left;
                                        font-size: 11px;
                                        color: #999;
                                        }
                                        #txt .comment span a {
                                                  font-weight: bold;
                                                  color: #999;
                                                  }
                    #txt .comment {
                              width: 615px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 10px 0 0 10px;
                              display: inline;
                              padding: 5px;
                              background: #DDE5EC;
                              }
                    #txt .addcomment {
                              width: 555px;
                              float: left;
                              margin: 20px 0 0 10px;
                              padding: 10px;
                              display: inline;
                              }
                              #txt .addcomment p {
                                        width: 575px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                    #txt h5 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 10px;
                              display: inline;
                              width: 500px;
                              }

                    
          #content #sidebar {
                    width: 222px;
                    float: right;
                    }
          #content #sidebar h3 {
                    width: 202px;
                    float: left;
                    font-size: 18px;
                    font-weight: normal;
                    padding: 0 0 2px 0;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #006CFF;
                    border-bottom: 1px solid #006CFF;
                    }
                    #content #sidebar ul {
                              width: 202px;
                              float: left;
                              margin: 5px 0 0 10px;
                              display: inline;
                              }
                              #content #sidebar ul li {
                                        width: 202px;
                                        list-style-type: none;
                                        float: left;
                                        font-size: 12px;
                                        margin: 3px 0 0 0;
                                        }
                                        #content #sidebar ul li span {
                                                  font-size: 10px;
                                                  font-weight: normal;
                                                  
                                                  text-decoration: none;
                                                  color: #FFA200;
                                                  }
                                        #content #sidebar ul li a {
                                                  color: #333;
                                                  text-decoration: none;
                                                  font-weight: bold;
                                                  color: #666;
                                                  }
                                                  #content #sidebar ul li a:hover {
                                                            text-decoration: underline;
                                                            }
                    #content #sidebar p {
                              width: 202px;
                              float: left;
                              margin: 10px 0 0 10px;
                              display: inline;
                              color: #333;
                              }
                              #content #sidebar p a {
                                        color: #333;
                                        text-decoration: none;
                                        font-weight: bold;
                                        }
                                        #content #sidebar p a.b {
                                                  font-size: 18px;
                                                  }
                                        #content #sidebar p a.s {
                                                  font-size: 11px;
                                                  }
                                        #content #sidebar p a.m {
                                                  font-size: 13px;
                                                  }
                    
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    }
          
#footer {
          width: 885px;
          float: left;
          margin: 8px 0 0 0;
          height: 21px;
          padding: 0 0 20px 0;
          background: url(../img/footer.jpg) top no-repeat;
          }
          #footer p {
                    font-size: 11px;
                    color: #333;
                    float: left;
                    margin: 3px 0 0 5px;
                    display: inline;
                    }
          #footer ul {
                    float: right;
                    margin: 3px 0 0 0;
                    }
                    #footer ul li {
                              display: inline;
                              font-size: 11px;
                              }
                              #footer ul li a {
                                        color: #333;
                                        float: left;
                                        margin: 0 5px 0 5px;
                                        display: inline;
                                        }
                                
                    .errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}    