/*-----------------------------------------------------------------
all games / online games / season mobile games
-----------------------------------------------------------------*/
.allgames{
    width:954px;
    padding-bottom:4px;
    border:1px solid #444444;
    background:#555555 url("../images/box_bg.png") repeat-x top;
    float:left;
}
.onlinegames{
    margin-bottom:8px;
    /*width:616px;*/
    width:465px;
    padding-bottom:4px;
    border:1px solid #444444;
    background:#555555 url("../images/box_bg.png") repeat-x top;
    float:left;
}
.mobilegames{
    margin-bottom:8px;
    /*width:314px;*/
    width:465px;
    padding-bottom:4px;
    border:1px solid #444444;
    background:#555555 url("../images/box_bg.png") repeat-x top;
    float:right;
}

ul.all{
    padding:0;
    width:auto;
    position:relative!important;
    list-style-type:none;
    overflow:hidden;
    display:block;
}
ul.all li{
    margin-left:14px;
    margin-bottom:10px;
    width:132px;
    height:90px;
    overflow:hidden;
    float:left;
}
ul.all li .bgL{
    width:6px;
    height:70px;
    background:url('../images/quickBoxLeft.png') no-repeat left;
    float:left;
}
ul.all li .bgM{
    width:120px;
    height:70px;
    padding:6px 0px 6px 0px;
    background:url('../images/quickBox_bg.png') repeat-x;
    float:left;
}
ul.all li .bgR{
    width:6px;
    height:70px;
    background:url('../images/quickBoxRight.png') no-repeat right;
    float:left;
}
ul.all li:hover .bgL{
    width:6px;
    height:70px;
    background:url('../images/quickBoxLeftOn.png') no-repeat left;
    float:left;
}
ul.all li:hover .bgM{
    width:120px;
    height:70px;
    background:url('../images/quickBox_bgOn.png') repeat-x;
    float:left;
}
ul.all li:hover .bgR{
    width:6px;
    height:70px;
    background:url('../images/quickBoxRightOn.png') no-repeat right;
    float:left;
}
ul.all li .inside{
    margin-top:6px;
    width:120px;
    height:18px;
    padding:1px;
    font-size:9px;
    font-weight:bold;
    font-family:arial,san-serif;
    text-align:center;
    line-height:10px;
    position:relative;
    float:left;
}

ul.all li .me{
    margin-top:8px;
    margin-left:-136px;
    width:15px;
    height:15px;
    background:url("../images/ic_mobile.gif") no-repeat;
    position:absolute;
    float:left;
}


