.table{
        clear:left;
        margin-top:5px;
        width:300px;
        height:30px;
		border-bottom:0px solid #d7dac6;
		background:url(toplist.png) no-repeat;
      }
        .table .title-name{
          float:left;
          text-align:left;
          width:30px;
          color:#6a1815;
          font-weight:bold;
        }
        
        .table .title{
          float:left;
          text-align:left;
          width:150px;
        }
			.table .title A{
	          color:#0037a7;
	          font-weight:bold;
			  text-decoration:underline;
	        }
		
		
        .table .rating{
          float:left;
          text-align:left;
          width:90px;
        }
        .table .name{
          float:left;
          text-align:left;
          width:45px;
		  font-weight:bold;
		  color:#989872;
        }
        .table .detail1{
          float:left;
          text-align:center;
          width:45px;
		  font-weight:bold;
		  color:#989872;
        }
        .table .detail2{
          float:left;
          text-align:center;
          width:40px;
          color:#d2480c;
        }
