﻿#header
{
    width: 100%;
    height: 140px;
}

#header_top
{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
}

#header_top #divLogo
{
    width: 300px;
    height: 100px;
    float: left;
}

#header_top #divLogo img
{
    margin-top: 5px;
    border: none;
}

#header_top #divCtn
{
    width: 450px;
    height: 100px;
    float: left;
}

#header_top #divLoginInfo
{
    width: 450px;
    height: 100px;
    float: left;
}

#header_top #divLoginInfo div
{
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: right;
}

#header_top #divLoginInfo img
{
    float: right;
}

#header_nav
{
    width: 1200px;
    height: 40px;
    background-color: #C7AC99;
    margin: 0 auto;
    font-weight: bold;
}

#header_nav #bar
{
    width: 1200px;
    margin: 0 auto;
}

#header_nav #nav li
{
    float: left;
    height: 40px;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px 0 10px;
    display: inline;
}

#header_nav #nav a
{
    text-decoration: none;
}

#header_nav #nav a:link
{
    color: White;
}

#header_nav #nav a:visited
{
    color: White;
}

#header_nav #nav a:hover
{
    color: White;
    text-decoration: none;
}

#header_nav #nav li.Split
{
    width: 8px;
    cursor: default;
}

#header_navLine
{
    width: 100%;
    background-color: #00B5D6;
    border-top: 2px solid #00B5D6;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divLoginReg
{
    float: left;
    display: block;
    height: 400px;
    width: 390px;
    margin: 20px 0px 0px 0px;
    padding-left: 43px;
    background-repeat: no-repeat;
    background-image: url(../Images/reg_div.png);
}

.loginRegTable
{
    width: 100%;
    margin-top: 25px;
}

.loginRegTable11 tr td
{
    line-height: 23px;
}

/* footer */
#footer
{
    border-top: solid 1px #ccc;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    clear: both;
}

.line_add a
{
    font-weight: bold;
    color: White;
    display: block;
    width: 150px;
    letter-spacing: 3px;
    line-height: 2em;
    text-align: center;
    border: solid 1px #66CCFF;
    background-color: #00B5D6;
    float: right;
    text-decoration: none;
}

.line_add a:link
{
    color: White;
}

.line_add a:visited
{
    color: White;
}

.line_add a:hover
{
    color: White;
    text-decoration: none;
}

/*拍拍网风格*/
.paginator
{
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
    color:#A4816B;
}
.paginator a
{
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
    color:#A4816B;
}
.paginator a:visited
{
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}
.paginator .cpb
{
    padding: 1px 6px;
    font-weight: bold;
    font-size: 13px;
    border: none;
}
.paginator a:hover
{
    color: #fff;
    background: #ffa501;
    border-color: #ffa501;
    text-decoration: none;
}
