﻿body
{
    margin: 0px;
    padding: 0px;
    color: white;
    font-size: 12px;
    font-family: Verdana;
    background: black url("../Images/main_bg.png") repeat-x;
}
input
{
    font-size: 12px;
}
img
{
    background: white;
    border: none;
    vertical-align: middle;
}
form, div, ul
{
    margin: 0px;
    padding: 0px;
}
li
{
    list-style-type: none;
    list-style-position: outside;
}
h1, h2, h3
{
    margin: 0px;
    padding: 0px;
}
a:link
{
    color: #FFCC00;
    text-decoration: none;
}
a:visited
{
    color: #FFCC00;
    text-decoration: none;
}
a:hover
{
    color: #FFCC00;
    text-decoration: underline;
}
.clear
{
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

/* header 样式 */
#header
{
    width: 946px;
    margin: auto;
    overflow: hidden;
}
#header .info
{
    width: 946px;
    text-align: right;
    line-height: 30px;
}
#header .logo
{
    width: 936px;
    height: 85px;
    margin-bottom: 5px;
    background: url("../Images/header_bg.png");
    border: 5px solid #BA0000;
    border-top: none;
    overflow: hidden;
}
#header .logo h1
{
    float: left;
}
#header .logo h1 a
{
    display: block;
    width: 210px;
    height: 75px;
    margin: 5px 20px;
}
#header .search
{
    height: 85px;
    margin: 32px 0px;
    margin-right: 20px;
    float: left;
}
#header .search .submit
{
    background: #CC0000;
    border: 2px solid #FF0000;
    line-height: 16px;
}
#header .wap
{
    padding: 15px;
    float: left;
    line-height: 18px;
}
#menu
{
    width: 946px;
    height: 45px;
    margin-bottom: 5px;
    background: url("../Images/menu_bg.gif");
    overflow: hidden;
}
#menu li
{
    width: 135px;
    height: 45px;
    float: left;
    background: url("../Images/menu_line.gif") no-repeat;
}
#menu li a
{
    display: block;
    width: 134px;
    height: 45px;
    float: right;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    line-height: 45px;
    background: url("../Images/menu_left.gif") no-repeat;
}
#menu li a:hover
{
    padding-top: 1px;
    text-decoration: none;
}

/* contenter样式 */
#contenter
{
    width: 946px;
    margin: auto auto 5px;
    overflow: hidden;
}
#contenter .box
{
    display: inline;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
#contenter .box h2
{
    height: 35px;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 35px;
    background: url("../Images/box_title.png");
}
#contenter .box h2 a
{
    color: white;
}
#contenter .box h2 a:hover
{
    display: block;
    padding-top: 1px;
    text-decoration: none;
}
#contenter .box .body
{
    padding: 10px;
    background: #484848;
    overflow: hidden;
}
#contenter .box .body li
{
    height: 104px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
}
#contenter .box .body li img
{
    border: 1px solid #999;
}
#contenter .onlinegame
{
    width: 620px;
}
#contenter .onlinegame .body
{
    width: 600px;
}
#contenter .onlinegame .body li
{
    width: 150px;
    float: left;
}
#contenter .command
{
    clear: right;
    width: 321px;
    margin: 0px;
    float: right;
}
#contenter .command .body
{
    width: 301px;
}
#contenter .command .body li
{
    width: 150px;
    float: left;
    white-space:nowrap;
}
#contenter .command .noimg ul
{
    padding: 10px;
    overflow: hidden;
}
#contenter .command .noimg li
{
    height: auto;
}
#contenter .command .noimg .name
{
    width: 200px;
    text-align: left;
}
#contenter .command .noimg .download
{
    width: 80px;
}
#contenter .module
{
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}
#contenter .module .body li
{
    height: 42px;
    margin-bottom: 10px;
    float: none;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
}
#contenter .module .body li img
{
    float: left;
    margin-right: 5px;
}
#contenter .module .body li .category
{
    color: white;
}
#contenter .module .body li span
{
    font-size: 10px;
}

/* footer样式 */
#footer
{
    width: 946px;
    height: 137px;
    margin: auto;
    background: url("../Images/footer_bg.png");
}
#footer a
{
    color: #999;
}
#footer a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
#footer .link
{
    padding: 10px;
    color: white;
}
#footer .copyright
{
    padding-top: 40px;
    text-align: center;
}

/* 列表页样式 */
#contenter .categorymenu
{
    clear: right;
    width: 321px;
    margin-right: 0px;
    float: right;
}
#contenter .categorymenu .body
{
    width: 301px;
}
#contenter .categorymenu .body li
{
    width: 90px;
    height: 22px;
    margin-left: 10px;
    float: left;
    font-size: 20px;
    text-align: left;
    text-indent: 5px;
    line-height: 22px;
    background: url("../Images/more_li.gif") no-repeat 0px -21px;
}
#contenter .categorymenu .body li a
{
    margin-left: 5px;
    font-size: 12px;
}
#contenter .list
{
    width: 620px;
}
#contenter .list .body
{
    padding: 0px;
}
#contenter .list .body li
{
    height: 82px;
    padding: 10px;
    float: none;
    text-align: left;
    line-height: 22px;
}
#contenter .list .body li img
{
    float: left;
    margin-right: 5px;
}
#contenter .ringtonelist
{
    width: 620px;
}
#contenter .ringtonelist .body
{
    padding: 0px;
}
#contenter .ringtonelist .body ul
{
    clear: both;
    width: 600px;
    padding: 10px;
    overflow: hidden;
}
#contenter .ringtonelist .body li
{
    height: auto;
    float: left;
    text-align: left;
    line-height: 22px;
}
#contenter .ringtonelist .body .name
{
    width: 200px;
}
#contenter .ringtonelist .body .download
{
    width: 100px;
}
#contenter .ringtonelist .body .radio
{
    width: 300px;
}
#contenter .page
{
    width: 620px;
    clear: left;
    padding: 15px 0px;
    float: left;
    font-size: 18px;
    text-align: center;
}
#contenter .page a,#contenter .page .currpage
{
    margin: 0px 10px;
}

#contenter .main
{
    width: 620px;
    float: left;
}
#contenter .view
{
    width: 620px;
}
#contenter .view .body
{
    width: 620px;
    padding: 0px;
    position: relative;
}
#contenter .view .body .rightinfo
{
    width: 122px;
    margin: 30px 0px;
    padding: 0px 10px;
    float: left;
    border-left: 1px dashed white;
}
#contenter .view .body .maininfo
{
    width: 457px;
    padding: 10px;
    float: left;
    overflow: hidden;
}
#contenter .view .body li
{
    height: auto;
    padding: 0px;
    float: none;
    text-align: left;
    line-height: 22px;
}
#contenter .view .body h2
{
    height: 86px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    background: none;
    overflow: hidden;
}
#contenter .view .body .download
{
    position: absolute;
    top: 25px;
    right: 152px;
}
#contenter .view .body .download a
{
    display: block;
    width: 195px;
    height: 52px;
    background: url("../Images/download.png");
}
#trackback
{
    clear: both;
    padding: 10px;
}
#trackback img
{
    margin-right: 3px;
}
#trackback a
{
    margin-right: 11px;
}
#contenter .screen
{
    width: 620px;
}
#contenter .screen .body
{
    height: 228px;
    padding: 0px;
}
#contenter .screen .body li
{
    width: 176px;
    height: 208px;
    padding: 10px 15px;
    float: left;
}
#contenter .more
{
    width: 620px;
    margin-bottom: 0px;
}
#contenter .more .body
{
    width: 620px;
    padding: 0px;
}
#contenter .more .body li
{
    display: inline;
    width: 166px;
    height: auto;
    margin-left: 10px;
    padding: 0px 15px;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    background: url("../Images/more_li.gif") no-repeat 0px -52px;
}
