/* common start */
body
{
    margin: 0;
    height: 100%;
    background-position: center 100px;
    background-repeat: no-repeat;
    color: #000;
}
p
{
    padding: 0;
    margin: 0;
}
div.floatleft
{
    float: left;
}
div.floatright
{
    float: right;
}
a.b, span.b
{
    font-weight: bold;
}
.latest_auction {
    font-size: 20px;
}
.auction_address {
    padding-left: 30px;
    padding-top: 6px;
    font-size: 14px;
    color: #aaa;
}
.font20
{
    font-size: 20px;
}

.white
{
    color: #fff;
}
.goldenrod
{
    color: #8F6800;
}
.orange
{
    color: #FFB750;
}
.aligncenter
{
    padding: 5px 0px 5px 0px;
    text-align: left;
}
div.dashed_gray
{
    background: url(/images/dashed_gray.gif) repeat-x;
    height: 1px;
    font-size: 0;
}
.lineheight20
{
    line-height: 20px;
}
div.box01 div.header
{
    height: 50px;
}
div.box01 div.titlebar {
    width: 100%;
}
div.box01 div.titlebar div.title span
{
    font-size: 18px;
    font-weight: bold;
    color: #FFB750;
}
div.box01 div.titlebar div.title
{
    float: left;
}
div.box01 div.titlebar div.textblock
{
    float: left;
    width: 440px;
    padding: 4px 0 0 0px;
    text-align: left;
}
div.box01 div.titlebar div.link
{
    float: right;
    text-align: right;
    width: 200px;
    padding-top: 4px;
    padding-right: 10px;
}
div.box01 div.body
{
    padding-top: 15px;
}

div.dotty_spacer
{
    vertical-align: center;
    height: 20px;
    background: url(/images/dashed_gray.gif) repeat-x 10px;
}

div.spacer
{
    height: 8px;
    font-size: 0;
    line-height: 0;
}
div.spacer_clearboth
{
    height: 40px;
    clear: both;
}
table.list02
{
    width: 100%;
}
table.list02 thead td
{
    font-weight: bold;
    color: #fff;
    padding: 8px 10px 8px 10px;
}
table.list02 tbody td, table.list02 tbody td a
{
    vertical-align: top;
    color: #000;
    font-size: 15px;
}
table.list02 td
{
    border-bottom: solid 1px #eee;
    height: 20px;
    padding: 8px 10px 8px 10px;
}
table.list02 tr.last td
{
    border: 0;
}

.panel{
  margin-bottom: 0;
}

div#leftcolumn
{
    float: left;
    width: 200px;
    padding-right: 17px;
    height: auto;
}

div#leftcolumn div.box01 div.titlebar {
    width: 200px;
}
div#leftcolumn div.box01 div.titlebar div.title {
    width: 100px;
}
div#leftcolumn div.box01 div.titlebar div.link {
    width: 50px;
}
div#leftcolumn div#notice table.list td a,
div#leftcolumn div#news table.list td a
{
    font-size: 13px;
}
div#leftcolumn div#notice table.list td span,
div#leftcolumn div#news table.list td span
{
    padding-left: 0px;
    padding-right: 5px;
    font-size: 11px;
}
/* new css of left column */

.left-column dd img {
  margin-top: 10px;
}

div#rightcolumn
{
    float: left;
    border-left: solid 1px #454545;
    width: 685px;
    padding-left: 17px;
    height: auto;
}
div#rightcolumn div.container
{
    padding: 0px 7px 0px 12px;
}
div.titlebar01
{
    background: url(/images/titlebar_bg03.gif);
    width: 667px;
    height: 24px;
    padding: 10px 16px 0px 12px;
}
div.pagination
{
    /*color: #fff;
    text-align: right;*/
}
div.pagination input.text
{
    /*background: url(/images/pagination_input_bg.gif) no-repeat left;*/
    background-color: #484848;
    width: 30px;
    height: 14px;
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
    color: #fff;
}
a.underline
{
    text-decoration: underline;
}
/* common end */

/* pageheader start */
div#pageheader
{
    width: 100%;
    text-align: left;
    height: 77px;
    border-bottom: 1px solid #9b774f;
    background-color: #fff;
    /*filter:alpha(opacity=60);
    -moz-opacity:0.60;*/
    opacity:0.60;
    z-index: 2;
}

.pageheaderhome
{
    position: absolute;
    top: 0;
    left: 0;
}

.pageheadershadow {
    box-shadow: 1px 10px 10px #eee;
}

div#pageheader div.login
{
    color: #fff;
    text-align: right;
    padding-right: 10px;
}
div#pageheader div.logo
{
    float: left;
    margin: 6px 0px 0px 50px;
}

.logo img {
    
}

.toolbar a {
    color: #000;
}

div#pageheader div.navbar
{
    width: 100%;
    height: 72px;
    vertical-align: bottom;
}
div#pageheader div.search
{
    float: right;
    background: url(/images/search_bg.gif) no-repeat left top;
    width: 277px;
    height: 31px;
    padding: 10px 10px 0 20px;
    margin-top: 4px;
}
div#pageheader div.search input.text
{
    border: 0;
    /*background: url(/images/input_bg.gif);*/
    height: 17px;
    color: #393939;
    font-size: 11px;
    padding: 4px 0 0 0;
    width: 106px;
    margin-top: -1px;
}
div#pageheader div.search div.select
{
    /*background: url(/images/select_bg.gif) no-repeat center top;*/
    height: 17px;
    width: 80px;
    cursor: hand;
    float: left;
    padding: 0px 0px 4px 6px;
}
div#pageheader div.search input.img
{
    border: 1px solid #393939;
    padding: 0px 3px 0px 3px;
}

.search-button {
    background: #000000;
    border: 1px solid #393939;
    color: #FFB750;
}

#english {
    color: #FFB750;
}

/* pageheader end */

/* pagebody start */
div#pagebody
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    min-height: 300px;
}

.customCarouselImg {
    height: 100%;
    width: 100%;
    background: #000;
}

.customCarouselImg img {
    position: relative;
    /*top: 40%;*/
    margin: auto;
    width: 100%;
}
.custom-carousel-control {
    position: absolute;
    top: 45%;
    z-index:2;
    display: inline-block;
    font-size: 100px;
}

div#showaffiche div.dashed_gray
{
    margin: 4px 0;
}
div#notice table.list, div#news table.list
{
    width: 100%;
    line-height: 15px;
}
div#notice table.list td span,
div#news table.list td span
{
    padding-left: 20px;
    font-size: 12px;
}
#leftcolumn #news table.list span.news-item,
#news table.list div.news-item {
    float: left;
    width: 25px;
    background: url(/images/news_dot_7.png) 2px no-repeat;
}
#news table.list td.news-desc {
    padding-top: 5px;
    font-size: 12px;
}

.breadcrumb_custom {
    margin: 30px 50px 0 35px;
    background: url(/image/icon-home.png) 0 no-repeat;
    border-bottom: 1px solid #aaa;
}

.breadcrumb_custom span,
.breadcrumb_custom a {
    color: #aaa;
}

.breadcrumb a.back {
  color: #98794a;
  background-image: url(../image/icon-subpage.png);
  background-repeat: no-repeat;
  background-position: 0 -306px;
  padding-left: 24px;
}

/* new css for breadcrumb */




div#season_auctions
{
    background-color: #4E1E0C;
    width: 940px;
    padding: 10px;
    margin-right: 0px;
}
div#season_auctions div.col01
{
    float: right;
    width: 256px;
    vertical-align: center;
    margin-right: 5px;
    text-align: right;
}
div#season_auctions div.col02
{
    width: 640px;
    float: left;
}
div#season_auctions div.col01 img.border
{
    border: solid 1px #1E0000;
}
div#season_auctions table.list02
{
    margin: 0px 5px 0px 0px;
}
div#year_auctions
{
    width: 980px;
}
div#year_auctions div.box01
{
    width: 325x;
}
div#year_auctions div.box01 div.header
{
    text-align: center;
}
div#year_auctions div.box01 div.body
{
    padding: 12px 10px 0 10px;
}
div#year_auctions div.box01 table.list02
{
    width: 300px;
    line-height: 18px;
}

div#year_auctions div.activity1,
div#year_auctions div.activity2 {
    border-right: solid 1px #2e2e2e;
}

div.activity-amount {
    padding-top: 3px;
    font-size: 12px;
}

/* pagebody end */

/* pagefooter start */
div#pagefooter
{
    position: relative;
    top: 0;
    width: 100%;
    text-align: left;
    font-size: 11px;
    padding: 6px 30px 6px 50px;
    color: #666;
    line-height: 18px;
    float: left;
}
div#pagefooter div#copyright {
    float: left;
}
div#pagefooter div#address {
    float: right;
    margin-right: 20px;
}

.subpage-footer, .container-subpage {
  padding: 6px 0px;
}
/* pagefooter end */

/* menu start */

/* menu end */

/*  start */

/*  end */

ul#navigation, ul#navigation ul
{
    margin: 0px auto;
    padding: 0;
    list-style-type: none;
}
ul#navigation
{
    position: relative;
    height: 30px;
    margin-top: 40px;
}
ul#navigation li.level1
{
    padding: 0px 12px 0px 12px;
    margin: 0;
    float: left;
    background: url(/images/dashed_v_white.gif) center right no-repeat;
    height: 22px;
}
ul#navigation li.last
{
    background: none;
}
ul#navigation li.level1 a, ul#navigation li.level1 a:hover
{
    font-size: 15px;
    border: 0;
    display: block;
}

li.level1 ul
{
    position: absolute;
    /*z-index: 10000;*/
    visibility: hidden;
    border: 1px solid #3A3A3A;
    background: #fff;
    border-bottom: 0;
}
li.level1:hover ul, li.level1.hover ul
{
    visibility: visible;
    z-index: 100;
}
li.level1 ul li
{
    border-bottom: solid 1px #3A3A3A;
}
li.level1 ul li a
{
    color: #000;
    padding: 4px 10px;
    white-space: nowrap;
}
li.level1 ul li a:hover
{
    color: #999;
}

ul#popup-menu
{
    top: 22px;
    /*left: 14px;*/
}
ul#homepage
{
    top: 30px;
    /*left: 14px;*/
}
ul#aboutchengxuan
{
    top: 30px;
    /*left: 110px;*/
}
ul#chengxuannews
{
    top: 30px;
    /*left: 256px;*/
}
ul#auctionsmeeting
{
    top: 30px;
    /*left: 400px;*/
}
ul#guestbook
{
    top: 30px;
    /*left: 660px;*/
}
ul#booksubscrib
{
    top: 30px;
    /*left: 756px;*/
}
ul#contact
{
    top: 30px;
    /*left: 870px;*/
}
/* after */
.after:after, div.titlebar:after, div#season_auctions:after, div#pagebody:after, div#auction_thumb_list div.thumb_box:after
{
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.after, div.box01 div.titlebar, div#season_auctions, div#pagebody, div#auction_thumb_list div.thumb_box
{
    display: inline-block;
}
/* after *

/* */
div#auction_thumb_list div.thumb_box
{
    padding-top: 16px;
}

li.item div.picbox {
    margin-right: 20px;
}

li.item div.picbox,
div#auction_thumb_list div.thumb_box div.picbox
{
    width: 150px;
    height: 150px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

li.item div.picbox div.picborder,
div#auction_thumb_list div.thumb_box div.picbox div.picborder
{
    background: #383838;
    padding: 5px;
}
div#auction_thumb_list div.thumb_box div.textblock
{
    padding: 0 0 0 16px;
    float: left;
    width: 480px;
}

li.item div.textblock {
    width: 600px;
    float: left;
}
li.item div.textblock div.dashed_gray,
div#auction_thumb_list div.thumb_box div.textblock div.dashed_gray
{
    margin: 4px 0;
}

div#auction_preview div.body
{
    padding: 0px 0px 0px 0px;
}

div#auction_preview div.picblock
{
    margin: 0 auto;
    padding: 8px 0;
}

div#auction_preview div.picblock div.textblock  table.metadata
{
    width: 500px;
}
div#auction_preview div.picblock div.textblock  table.metadata th,
div#auction_preview div.picblock div.textblock  table.metadata td
{
    /*border-bottom: dotted 1px white;*/
    background: url(/images/dashed_gray.gif) repeat-x;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 3px;
}

div#auction_preview div.picblock div.textblock  table.metadata th
{
    width: 85px;
    padding-right: 5px;
}
div#auction_preview div.picblock div.textblock  div.dashed_gray
{
    margin: 4px 0;
}
div#auction_preview div.picbox
{
    padding:20px 0;
}
div#auction_preview div.picbox img
{
    margin:0 7px;
}

div#auction_preview div.picblock div.textblock p
{
    margin-top: 5px;
}

table.form
{
    width: 100%;
}

table.form th
{
    width: 120px;
    font-size: 11px;
}

table.form td,
table.form th
{
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

table.form td img
{
    text-align: left;
}

table.form td input#id_slug,
table.form td input#id_title
{
    width: 90%;
    height: 2em;
}

table.form td textarea#id_description
{
    width: 90%;
    height: 100px;
}

table.form td ul.errorlist
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    color: #ff0000;
}

div#user_comment
{
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border-bottom: dotted 1px white;
}

div#user_comment p
{
    margin: 5px;
}

div#user_comment div.question
{
    border: 1px dashed green;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

div#user_comment div.reply
{
    border: 1px dashed orange;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

table.imports
{
    border: solid 1px white;

}
table.imports th
{
    text-align: center;
}
table.imports td,
table.imports th
{
    border-top: solid 1px white;
    border-left: solid 1px white;
    padding: 10px;
    color: #00cc00;
}
table.imports tr.unavalible td,
table.imports tr.unavalible th
{
    color: #cc0000;
}

div#management_bar
{
    margin-bottom: 20px;
}

div.links,
div.links table.link
{
    float: left;
}

div.links table.link td input.file-input
{
    width: 150px;
    background-color: white;
}

div.links table.link
{
    border: 1px solid white;
    height: 230px;
    width: 280px;
    margin-left: 8px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

div.links table.link td.preview
{
    height: 50px;
    text-align: center;
    padding-top: 10px;
    vertical-align: center;
}

div.links table.link th
{
    padding-left: 5px;
    padding-right: 15px;
}

div.links table.link th,
div.links table.link td
{
    vertical-align: top;
    text-align: left;
    padding-top: 3px;
}

div.links-button
{
    margin-left: 37px;
}

table.contents
{
    width: 100%;
}

table.contents td
{
    padding: 8px 3px 8px 8px;
}

table.contents tr.even td
{
    background-color: #444444;
}

table.contents td.delete
{
    color: #CC0000;
    font-size: 20px;
    padding: 3px 3px 3px 2px;
    text-align: center;
    width: 35px;
}
table.contents td.delete a
{
    color: #cc0000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.contents td.delete a:hover
{
    color: #cc0000;
    font-size: 20px;
    border: solid 1px #cc0000;
}

.error
{
    color: #ff0000;
    text-align: left;
}

#login_error
{
    color: #ff0000;
    text-align: center;
}


div#sitemap
{
    font-size: 16px;
    width: 920px;
    text-align: left;
    margin-top: 5px;
    border-bottom: solid 1px #191919;
}

.faq_body{
    border: 1px dashed orange;
    padding: 5px;
    margin: 5px;
}

.faq_title{
    margin-top: 10px;
}

.faq_li{
    padding-top: 20px !important;
    padding-top: 8px;
}

.faq_button{
    float: right;
    margin-right: 10px;
}

.faq_edit{
    margin-top: 15px !important;
}

.faq_edit_button{
    margin-top: 5px;
    margin-left: 20px;
}

div.lot-nav div {
    text-align: right;
    /*float: right;*/
    margin: 0;
}

div.lot-nav div.link {
    margin-top: 2px;
}
div.lot-nav div input.lot-input {
    width: 50px;
}

div.lot-nav span.slider {
    float: left;
}

div.lot-nav span {
    float: left;
}

p.label {
    font-weight: bold;
    color: #ffffff;
}

span.required {
    color: red;
}

.highlightedSearchTerm {
    background-color: #ffb750;
    color: #222222;
}

ul.search-results h2 {
    padding: 0;
    margin: 0;
}

ul.search-results {
    padding: 0;
    list-style-type: none;
}
ul.search-results li.item {
    height: 150px;
    margin: 0px 0px 20px 0px;
}

.paginator
{
    float: right;
}

.paginator span, .paginator a
{
    padding: 3px 8px 3px 8px;
}
.paginator a
{
    border: solid 1px #FFFFFF;
    line-height: 40px;
    text-decoration: none;
}

.paginator a:hover
{
    text-decoration: none;
    background-color: #666666;
}

.sold {
    color: green;
}

.withdrawn,
.unsold {
    color: red;
}

#sub_announcement,
.announcement {
    font-size: 14px;
    color: #9e8155;
}

#sub_announcement {
    color: red;
}

#home-slide {
    width: 250px;
    /*height: 325px;*/
    background-color: black;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#home-slide * {
    vertical-align: middle;
}

*html #home-slide span {
    height: 100%;
    display: inline-block;
}

span.antique-lot {
    float: left;
}

span.antique-name {
    width: 540px;
    float: left;
    padding-left: 15px;
}

.activity_form td,
.activity_form th {
    font-size: 10px;
}

.wechat_box {
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.wechat_icon {
    margin-left:5px;
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    background-image: url(../image/wx.png);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/wx.png', sizingMethod='scale');
}


.wechat_qr_intro {
  text-align: center;
  width: 270px;
  padding-bottom: 5px;
}

.wechat_qr {
    width:80%;
}

.wechat_tip #qrcode {
    padding: 10px;
    background: #ffffff;
    width: 256px;
    height: 256px;
  }
.wechat_tip {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    position: absolute;
    left: 20px;
    top: -306px;
    z-index: 99;
    display: none;
}

.weibo_box {
   float: left;
   cursor: pointer;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.show {
  display: block;

}

/*  */


/* news */
.blog-post {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color: #000;
}

.blog-post h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}

.blog-post h2 small {
  color: #666;
  font-weight: normal;
}

.blog-post a:hover{
  text-decoration: none;
}

.post-body {
  margin-top: 15px;
}

.blog-post .post-body pre {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: auto;
  color: #000;
}

.post-body a, .post-body a:hover {
  color: #000;
}

.post-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}


.font-light {
  color: #999;
}

.reading-more {
  margin-top: 10px;
}
.reading-more a, .reading-more a:hover {
  color: #a57d48;
  text-decoration: underline;
}

.pagination-normal {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination-normal li a {
  display: block;
  line-height: 24px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
}
.pagination-normal li a:hover {
  text-decoration: none;
}
.back2top {
  font-size: 12px;
  padding-top: 20px;
  margin-bottom: 30px;
  text-align: right;
}
.back2top a {
  text-decoration: underline;
  color: #98794a;
}

.pagination-normal li a:hover,
.pagination-normal li a.current{
  background-color: #f4efea;
  color: #a17f53;
}
/* end news */

/* about us */
/* .menu { */
/*   margin-bottom: 30px; */
/* } */

/* .list-unstyle li { */
/*   list-style: none; */
/* } */
/* .menu li a { */
/*   display: block; */
/*   padding: 10px; */
/* } */

/* .left-column a:hover{ */
/*   color:#630; */
/*   text-decoration: underline; */
/* } */
/* .left-column ul { */
/*   padding:0; */
/*   padding-top: 20px; */
/* } */
/* .menu a:hover{ */
/*   background-color:#e9e5db; */
/*   text-decoration: none; */
/* } */
/* .menu li.active b, */
/* .menu li:hover b{ */
/*   display: block; */
/*   position: absolute; */
/*   top: 0; */
/*   right:-3px; */
/*   width:3px; */
/*   height: 100%; */
/*   background-color: #a57d48; */
/* } */
/* .menu li.active b{ */
/*   background-color:#805d32; */
/* } */
/* .menu li.active a { */
/*   background-color: #a57d48; */
/*   color: #fff; */
/* } */
/* .menu a:hover{ */
/*   background-color:#e9e5db; */
/*   text-decoration: none; */
/* } */
/* .news-content { */
/*   margin-top: 20px; */
/* } */

/* .news-content h2 { */
/*     margin-bottom: 20px; */
/* } */

/* end about us*/

/* message */
.right-column {
  margin-top: 30px;
  color: #000;
}
/*
.tab {

  height: 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.tab li a {
  height: 39px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  border: 1px solid #ccc;
  background-color: #faf5ec;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab .active a {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.tab .lili {
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.tab a {
  color: #666;
  text-decoration: none;
}
.tab .lili a:hover{
  background-color:#fff;
  color: #666;
  text-decoration: none;
}
*/
.clearfix {
  content: " ";
  display: table;
}
.message-box ul {
  padding: 0;
  margin: 0;
}
.message-box div.clearfix {
  width: 100%;
}

.message-box {
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 20px;
  padding-right: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  text-align: left;
}

.message-box img {
  margin-top: 20px;
}
.message-box p {
  display: block;
  margin: 1em 0 1em 0;
}

.date {
  height: 18px;
  line-height: 18px;
  vertical-align:middle;
}
.message-box .user-name {
  float: left;
  color: #98794a;
  text-indent: 36px;
  background-image: url(../image/icon-subpage.png);
  background-repeat: no-repeat;
  background-position: 0px -1147px;
}
.message-box span {
  /*display: block;*/
}

.message-box .reply {
  margin-left: 10%;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
.message-box .reply .user-name {
  background-position: 0px -1200px;
  background-color: #f9f9f9;
  color: green;
}
.message-box textarea {
  width: 98%;
  height: 300px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.message-box a {
  color: #98794a;
}
.btn-deep {
  border: 1px solid #a57d48;
  background-color: #bc9f7e;
  color: #fff;
}

.message-box input[type="submit"] {
  width: 100px;
}
.message-box input[type="reset"] {
  width: 100px;
}
.btn {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
}
.btn-large {
  font-size: 18px;
  height: 40px;
  line-height: 30px;
}
.btn-deep, .btn-deep:hover {
  border: 1px solid #a57d48;
  background-color: #bc9f7e;
  color: #fff;
}
.btn-light, .btn-light:hover {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
}
.message-box ul li {
  padding: 10px;
}
.message-box input {
  width: 50%;
  padding: 6px;
}
.message-box ul li label {
  display: block;
  height: 40px;
  line-height: 40px;
}
.message-box {
  color: #333;
}
.select2-container{
  width: 50%;
}
.errorlist {
  color: red;
}
/* end message */

/* login, logout, manage account */
.login-box input[type="text"],
.login-box input[type="password"]{
  width: 50%;
  padding: 6px;
  background-color: #faf5ec;
}
.login-box a {
  color: #666;
  text-decoration: none;
}
.login-box .errorlist {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  width: auto;
  text-align: center;
}
.warning {
  color: #e17676;
  font-size: 12px;
}
.login-box .help-block {
  margin-left: 210px;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* end login, logout, manage account */

/* articles management*/
.right-column table.contents tr.even td {
  background-color: #98794a;
}
/* end articles management*/

/* help pdf download*/
.pdf .each{
  border-bottom:1px dotted #ccc;
  float: left;
}
/*
.pdf .each{
  display: inline-block;
  width:33%;
  margin-bottom: 50px;
  color: #000;
  background-repeat: no-repeat;
  font-size: 0.95em;
}
*/
.pdf .each div,
.pdf .each a{
}
.pdf .name{
  font-size:18px;
  width: 250px;
}
.pdf a.btn{
  font-size: 13px;
  margin-top:10px;
  color: #666;
  height: 12px;
  padding: 5px
}
.pdf .name a{
  margin-left:0;
  color:#000;
}

/* end help pdf download*/

/* faq */
.faqblock {
  color: #000;
}

.faqblock a, .faqblock a:hover {
  color: #98794a;
  cursor: pointer;
}

a.faq_detail, a.faq_detail:hover {
  color: #000;
}

/* end faq */
.super-item{
  text-align:left;
}
.super-item dd img{
  width:100%;
  height:auto;
}
.left-column dd a:hover {
  color: #630;
  text-decoration: underline;
}
.left-column dd a {
color: #333;
}

