* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px Verdana,"Microsoft YaHei",Arial;
    color: #555;
    background: #fff url(../img/body-bg2.png) repeat-x 0 0;
}
body#home {
    background-image:url(../img/body-bg.png);
}
input {
    font-size: 12px;
}
h1 {
    font-size: 20px;
    line-height: 40px;
}
h2 {
    font-size: 16px;
    line-height: 32px;
}
h3 {
    font-size: 14px;
    line-height: 28px;
}
h4 {
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    * font-weight:bold;
}
li {
    list-style: none;
}
a {
    color: #06c;
    text-decoration: none;
}
a:hover {
    color: #f60;
    text-decoration: underline;
}
a.button {
    float: left;
    display: block;
    margin: 5px;
    padding: 0 8px;
    background: #ffe293;
    border: 2px solid #ffba6f;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.clear {
    clear:both;
}
#wrap {
    margin: auto;
    width: 960px;
    background: url(../img/head.png) no-repeat 0 0;
}
#home #wrap {
    background-position: -960px 0;
}
#home #header {
    height: 360px;
}
#header {
    height: 180px;
    color: #fff;
}
#header a {
    color: #fff;
}
#logo a {
    float: left;
    display: inline;
    margin-top: 10px;
    width: 210px;
    height: 150px;
    overflow: hidden;
    text-indent: -300px;
    background: url(../img/logo.png) no-repeat 0 0;
}
#home #logo a {
    background-position: -210px 0;
}
#language {
    float: right;
    width: 100px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
#nav {
    margin: 50px -80px 0 0;
    float: right;
}
#nav li {
    float: left;
    margin: 0 5px;
    display: inline;
    text-align: center;
    * cursor: pointer;
}
#nav li a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    * font-weight:bold;
}
#nav li.chosen a {
    background: #f60;
}
#nav li a:hover {
    text-decoration: none;
}
.foxiblob {
  position: absolute;
  z-index: 99;
  background: url(../img/bg.png) no-repeat -260px -152px;
}
#home .foxiblob {
    background-position: -260px -119px;
}
#desc {
    clear:both;
    display: inline;
    float: left;
    margin: 30px 0 0 20px;
    width: 510px;
    line-height: 20px;
}
#desc .more {
    text-align: right;
}
#desc .more a {    
    float: right;
    display: block;
    width: 95px;
    height: 26px;
    background: url(../img/bg.png) no-repeat;
}
#desc .more-zh a {
    background-position: 0 -93px;
}
#desc .more-en a {
    background-position: -95px -93px;
}
#desc .more-zh a span,#desc .more-en a span {
    display: none;
}
#summary {
    float: left;
    display: inline;
    margin: 13px 0 0 150px;
    padding: 18px;
    width: 520px;
}
.sum-about,.sum-case,.sum-joinus,.sum-contact,.sum-news,.sum-service {
    background: url(../img/bg.png) no-repeat -416px -300px;
}
.sum-case {
    background-position: -306px -300px;
}
.sum-joinus {
    background-position: -85px -300px;
}
.sum-contact {
    background-position: 30px -300px;
}
.sum-news,.sum-service {
    background-position: -193px -300px;
}
#summary p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #d5f5ff;
}
#summary p strong {
    margin-right: 10px;
}
#container {
    padding: 5px 0;
}
#home #container {
    padding: 22px 0;
}
#here {
    margin-bottom: 6px;
    line-height: 30px;
}
.main {
    float: left;
    width: 680px;
}
.side {
    float: right;
    width: 260px;
}
.form-box .item {
    padding: 3px 0;
    line-height: 22px;
}
.form-box label.title {
    float: left;
    width: 60px;
    height: 22px;
    text-align: right;
}
.form-box input.text {
    padding: 2px;
    width: 145px;
}
.form-box .button {
    margin-right: 6px;
    padding: 2px 6px;
    border: 1px solid #007eca;
    color: #fff;
    background: #03a7ed;
}
.form-box .item span img {
    vertical-align: middle;
}
.form-box .foot {
    padding: 6px 0 0 60px;
}

#passport .form-table {
    min-height: 280px;
    _height: 280px;
}
.form-table table,.form-table th,.form-table td {
    padding: 5px;
}
.form-table th {
    padding-right: 10px;
    width: 100px;
    text-align: right;
    font-weight:400;
}
.form-table td img {
    margin-right: 6px;
    vertical-align: middle;
}
.form-table td input {
    margin-right: 10px;
    padding: 2px;
}
.form-table td div {
    display: inline;
    margin-right: 10px;
}
.form-table .foot {
    padding-left: 60px;
}
.form-table .tips {
    color: #999;
}
.form-table .require {
    color: #f60;
}
.form-table .error {
    padding-left: 10px;
    color: red;
}


.article {
    padding: 12px;
    line-height: 22px;
}
.article h2,.article h3,.article h4,.article h5,.article h6 {
    font-weight:bold;
}
.article p,.article ul,.article ol,.article h3 {
    margin-bottom: 12px;
}
.article ul,.article ol {    
    margin-left: 20px;
}
.article ul li {
    list-style:disc outside none;
}
.article ol li {
    list-style:decimal outside none;
}
ol.faq li p {
    margin-bottom: 5px;
}
ol.process {
    margin-left: 0;
    height: 108px;
    background: url(../img/process.png) no-repeat;
}
ol.p-en {
    background-position: 0 100%;
}
ol.process li {
    list-style: none;
    float: left;
    display: inline;
    padding: 42px 0 0 80px;
    width: 152px;
}
.law-list h1 {
    margin-left: 30px;
    font-size: 24px;
}
.law-list ul {
    margin-left: 60px;
    min-height: 180px;
    _height: 180px;
    color: #999;
}
.law-list ul li {
    margin: 20px 0;
    list-style: none;
}
.law-list ul li strong {
    margin-right: 16px;
    font-size: 16px;
    color: #333;
}
.mainbox,.sidebox {
    margin-bottom: 10px;
}
.mainbox h2,.sidebox h3 {
    padding-right: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    line-height: 28px\9;
    background: url(../img/bg.png) no-repeat 100% -31px;
    text-shadow:0 0 6px #fff;
}
.mainbox h2 span,.sidebox h3 span {
    display: block;
    padding-left: 16px;
    height: 31px;
    background: url(../img/bg.png) no-repeat 0 0;
}
.sidebox h3 {
    background-position: 100% -62px;
}
.sidebox h3 span {
    background-position:0 -62px;
}
.menu {
    padding: 6px 10px;
}
.menu li {
    margin-bottom: 3px;
    padding-left: 15px;
    line-height: 20px;
    background: url(../img/bg.png) no-repeat -457px -122px;
    background-position: -457px -125px\0;
}
#services {
    padding-top: 5px;
}
#services .item {
    float: left;
    display: inline;
    margin: 6px 10px;
    width: 320px;
    line-height: 20px;
}
#services .item h3 {
    margin-bottom: 6px;
    padding-left: 22px;
    background: url(../img/bg.png) no-repeat -472px -96px;
    background-position: -472px -98px\9;
    border-bottom: 1px dotted #ddd;
}
#services .item h3 a {
    color: #333;
}
#services .item .summary strong {
    font-weight:normal;
    color: #f60;
}
#services .item .more {
    padding: 5px 0;
}
#services .item .more li {
    padding-left: 15px;
    background: url(../img/bg.png) no-repeat -457px -122px;
    background-position: -457px -125px\0;
}
#online,#login {
    margin-bottom: 10px;
    background: url(../img/sidebox-bg.gif) repeat-y 0 0;
}
#online h3,#login h3 {
    padding: 6px 20px 0;
    background: url(../img/bg.png) no-repeat 0 -152px;
}
#login h3 {
    color: #fff;
    font-size: 12px;
    background-position: 0 -119px;
    text-shadow:0 0 6px #fff;
}
#online .list {
    padding: 5px 20px 10px;
}
#login .form-box {
    padding: 10px 20px;
}
#online .bottom,#login .bottom {
    height: 15px;
    overflow: hidden;
    background: url(../img/bg.png) no-repeat 0 -185px;
}
#login a.signin {
    color: #f60;
}
#login .info p {
    line-height: 22px;
}

/*------------------------- menu ------------------------- */

#menu {
    float: left;
    width: 180px;
    background-color:#f3f3f3;    
}
#menu .bottom {
    padding-right: 10px;
    background: url(../img/bg.png) no-repeat 100% -200px;
}
#menu .bottom div {
    height: 10px;
    overflow: hidden;
    background: url(../img/bg.png) no-repeat -260px -200px;
}
#menu ul {
    margin: 10px 18px;
}
#menu li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    font-weight:bold;
}
#menu li ul {
    margin: 5px 10px 10px;
}
#menu li li {
    margin-bottom: 5px;
    padding-left: 10px;
    border-bottom: 0;
    font-weight:normal;
}
#menu li a {
    color: #333;
}
#menu li a:hover,#menu li.chosen a {
    color: #06c;
}
#user-body {
    float: right;
    width: 760px;
}
#footer {
    background: #eee;
}
#footer .wrap {
    margin: auto;
    width: 960px;
    padding: 10px 0 20px;
    line-height: 22px;
    background: url(../img/bg.png) no-repeat 800px -211px;
}


/*------------------------- manage ------------------------- */

.manage-main {
    padding: 0 10px;
}
.manage-main .info {
    line-height: 20px;
}
.manage-main h3 {
    margin: 6px 0;
    border-bottom: 1px dotted #ddd;
}
.list-table table {
    width: 100%;
}
.list-table table,.list-table table th,.list-table table td {
    padding: 5px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.list-table table th {
    font-weight:normal;
    background: #eee;
}
.list-table table th,.list-table table td {
    text-align: center;
}
.list-table table td p.domains {
    margin: auto;
    width:130px; 
    text-overflow:ellipsis;
    overflow:hidden; 
}
.list-table .text {
    text-align: left;
}
.list-table .label {
    text-align: right;
    width: 15%;
}
.result {
    color: green;
}
.pay {
    color: red;
}
.manage-main .errors {
    margin: 10px auto; 
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #eee;
}

.tabs {
    margin: 10px auto;
    border-bottom: 3px solid #add3e5;
}
.tabs ul {
    padding: 0 10px;
    height: 24px;
    border-bottom: 1px solid #64a8cb;
}
.tabs li {
    float: left;
    display: inline;
    margin: 0 3px;
    font-size: 14px;
    * font-weight:bold;
}
.tabs li a {
    display: block;
    padding: 0 16px;
    line-height: 23px;
    color: #555;
    background: #eee;
    border: 1px solid #add3e5;
    border-bottom-width: 0;
    _position: relative;
    _margin-bottom: -1px;
    _float: left;
}
.tabs li.active a {
    color: #fff;
    background: #add3e5;
    border-color:#64a8cb;
    line-height: 24px;
}

.paging {
    padding:15px 0 20px;
}
.paging li {
    float: left;
    display: inline;
    margin: 0 2px;
    padding: 2px 5px;
    border: 1px solid #ddd;
}
.paging li a {
    text-decoration: none;
}

#redirect_message {
    min-height: 360px;
    _height: 360px;
    text-align: center;
}
#redirect_message .tips {
    margin: 10px auto; 
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #eee;
}

.bts {
	margin: 5px 0 5px 0; 
}
.search {
	margin: 5px 0 5px 0; 
}