
/***********************************
 * FileName: master.css 
 * Author:   Gao Chao
 * Company:  Knots Information
***********************************/


/***********************************
             html tag
/**********************************/
html body {
  background-color: #FFF;
  font-size: 16px;
  color: #666;
  min-width: 1200px;
}
/**********************************/


/***********************************
              a tag
/**********************************/
a { color: #666; }
a: link { color: #666; }
a: visited { color: #666; }
a: hover { color: #666; }
a: active { color: #666; }
/**********************************/


/***********************************
            framework
/**********************************/
#baidu_logo { 
  display:none; 
}

#menu, #nav {
  width: 1200px;
}

#link, #copyright {
  width: 1050px;
}
/**********************************/



/***********************************
               menu
/**********************************/
#menu {
  margin: 0px auto;
  height: auto;
}

#logo {
  float: left;
  margin: 19px 25px;
}

#menu_item {
  float: right;
  margin: 17px;
  width: 740px;
}

#menu_item li {
  float: left;
}

#menu_item li a {
  color: #999;
  width: 105px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

#menu_item li a:hover{
  background-color: #eee;
}
/**********************************/


/***********************************
            navigator
/**********************************/
#nav_container {
  background: #13BBF0;
  height: 50px;
}

#account {
  float: left;
  color: #FFF;
  display: inline;
  margin-left: 22px;
}

#account span {
  margin: 17px 4px;
  color: #FFF;
  height: 16px;
  line-height: 16px;
  font-weight: 800;
  font-family: "Times New Roman", "SimSun";
  display: inline-block;
}

#account_stateA, #account_stateB { 
  display: none; 
}

#search_area {
  float: right;
  margin-top: 10px;
  margin-right: 25px;
}

#search_text {
  float: left;
  box-sizing: content-box;
  background-color: #D0F1FC;
  border: none;
  border-width: 0px;
  padding: 7px;
  width: 270px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #666;
  outline: none;
}

#search_button {
  float:left;
}
/**********************************/


/***********************************
              banner
/**********************************/
#banner {
  left: 50%;
  margin-left: -960px;
  height: 580px; 
  overflow: hidden;
}
/**********************************/


/***********************************
              footer
/**********************************/
#footer_container {
  border-top: 1px solid #ddd;
  background-color: #F5F5F5;
}

#link {
  height: 22px;
  line-height: 22px;
  margin: 18px auto;
  font-size: 14px;
}

#small_logo {
  float: left;
  margin-top: 2px;
  margin-right: 15px;
}

#misc_list {
  float: left;
  margin: 0 8px;
}

#misc_list ul, #misc_list li {
  float: left;
  list-style-type: none;
}

#misc_list .split {
  width: 30px;
}

#world_wide {
  float: right;
}

#country {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#language {
  float: left;
  display: inline-block;
}

#bar {
  left: 50%;
  margin-left: -960px;
  background-image: url('/img/bar.png');
  width: 1920px;
  height: 5px;
}

#copyright {
  border-top: 1px solid #ddd;
  height: 52px;
  line-height: 52px;
}

#copyright a {
  font-size: 13px;
  margin: 0 8px;
  color: #888;
}
/**********************************/


/***********************************
        default content theme
/**********************************/
#content {
  margin: auto;
  padding: 25px;
  width: 1150px;
}

.content_detail {
  text-align: left;
}

.content_detail h1, 
.content_detail h2, 
.content_detail h3 {
  color: #666;
  font-weight: normal;
}

.content_detail h1 {
  margin: 18px;
  font-size: 26px;
}

.content_detail h2 {
  margin: 16px auto;
  font-size: 22px;
}

.content_detail h3 {
  margin: 14px auto;
  font-size: 18px;
}

.content_detail hr {
  display: block;
  height: 1px;
  margin: 30px auto;
  background-color: #ddd;
}

.content_detail .content_text {
  margin: 18px;
  color: #666;
  line-height: 28px;
}

.content_detail .content_text p {
  margin: 5px auto;
  text-indent: 2em;
}

.content_detail .content_text b {
  font-weight: bold;
  color: #333;
}
/**********************************/


/***********************************
        login & register form
/**********************************/
.framework {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}

.background {
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #000;
  filter: Alpha(Opacity = 50, Style = 0);
  opacity: 0.50;
}

#login_form, #register_form {
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  padding: 25px 50px;
  background-color: #FFF;
}

#login_form {
  width: 380px;
  height: 280px;
  margin-top: -180px;
  margin-left: -215px;
}

#register_form {
  width: 380px;
  height: 360px;
  margin-top: -200px;
  margin-left: -215px;
}

.form_title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.form_line {
  float: left;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #999;
  margin-bottom: 20px;
}

.form_table {
  float: left;
  text-align: left;
  border: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden;
}

.form_table td {
  padding: 0;
}

.form_lable {
  font-size: 15px;
  line-height: 45px;
  text-align: left;
}

.form_input, #rcode {
  width: 230px;
  height: 14px;
  padding: 8px;
  border: 1px solid #999;
  font-size: 14px;
}

#rcode {
  width: 100px;
  margin-right: 20px;
}

#rterms {
  font-size: 12px;
}
/**********************************/