﻿body{
    background-color: #f6f6f8;
}
#header {
    width: 100%;
    position: fixed;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 3px #f0f0f0;
}
.inner {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
#header > .inner{
    height: 60px;
    overflow: visible;
}

div#logo {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 9px;
}
div#logo > a{
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
}
    div#logo > label {
        display: block;
        margin-left: 58px;
        line-height: 34px;
        font-size: 20pt;
        font-weight: bold;
        color: #333;
        letter-spacing: 5px;
    }
        div#logo > label > small {
            font-size: 8pt;
            color: #888;
            display: block;
            line-height: 18px;
            letter-spacing: 0;
            font-weight: normal;
        }


#loginW1{
    position: absolute;
    right: 0px;
    top:0px;
    padding: 15px 0;
}
#loginW1 > a{
    display: block;
    width: 40px;
    height: 40px;
}
#loginW1 > a > img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
#loginW1.no-auth{
    padding: 18px 0;
}
#loginW1.no-auth > a{
    width: auto;
    line-height: 34px;
    height: 34px;
}
.login-w2 {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #ccc;
    width: 100px;
    right: 0px;
    top: 60px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#loginW1:hover .login-w2{
    display: block;
}
.login-w2 li > a{
    display: block;
    line-height: 40px;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
}
.login-w2 ul > li:last-child > a{
    border-bottom: 0;
}
ul#menu {
    overflow: hidden;
    float: right;
    margin-right: 70px;
}
ul#menu > li {
    float: left;
    padding: 15px 15px;
}
ul#menu > li a{
    display: block;
    line-height: 38px;
    font-size: 13pt;
    color: #333;
    border-bottom: 2px solid transparent;
}
    ul#menu > li.selected a {
        border-color: #00cc99;
        color: #00cc99;
    }
    ul#menu > li a:hover {
        color: #00cc99;
    }

#footer {
    background-color: #333;
    padding-top: 15px;
}

html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative;}
#main { padding-bottom: 120px; padding-top: 70px;}
#footer { 
    position: absolute; bottom: 0; left: 0; width: 100%; 
    height: 120px; 
}

/*********************************************************************************/
#main > .inner{
    padding-top: 25px;
    padding-bottom: 20px;
}
.page{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px #e0e0e0;
}
.page-busy {
    text-align: center;
    font-size: 16pt;
    color: #999;
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-title{
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    font-size: 18pt;
    line-height: 40px;
}
.panel{
    padding: 25px;
    border-top:1px solid #ddd;
}
.box {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}
/*****************************/
/***********/
#footer > .inner > img {
    width: 90px;
    height: 90px;
    display: block;
    float: left;
    box-shadow: 0 0 25px #000;
    border-radius: 2px;
}
.footer-main {
    margin-left: 110px;
    font-size: 9pt;
    color: #999;
    padding-top: 10px;
}
.footer-main a {
    color: #999;
}
.footer-main a:hover {
    color: #00cc33;
}
.footer-title {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.footer-title h2 {
    color: #00cc33;
    margin: 0;
}
.footer-title div {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.footer-title a{
    display: inline-block;
    line-height: 26px;
    padding: 0 5px;
}
.footer-friend-links {
    overflow: hidden;
    border-top: 1px solid #666;
    color: #999;
    font-size: 9pt;
    padding-top: 5px;
    overflow: hidden;
    line-height: 40px;
}
.footer-friend-links > label{
    line-height: 40px;
    display: block;
    float: left;
    width: 300px;
}
.footer-friend-links .right{
    text-align: right;
    margin-left: 300px;
}
.footer-friend-links  a {
    display: inline-block;
    line-height: 40px;
}
.footer-friend-links  a.last{
    padding-right: 0;
}
.footer-friend-links  .right label{
    display: inline-block;
}