body {
    background: #4D3C1C;
    color: #4D3C1C;
    font-size: 11px;
    font-family: verdana, arial;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

input, textarea, select {
    font-size: 11px;
    font-family: verdana, arial;
}

ol, ul, li, p {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div, form, h1, h2, h3, h4, h5, h6, img, img a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

li {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
/* for ext日期选择器 */
.x-layer li, .box-bag h2 {
    white-space: normal;
    text-overflow: visible;
    overflow: visible;
}

a {
    color: #402828;
    text-decoration: none;
}

a:hover {
    color: #402828;
    text-decoration: underline;
}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
    font-weight: bold;
}

.fI {
    font-style: italic;
}

.f12px {
    font-size: 11px;
}

.f14px {
    font-size: 13px;
}
/* 其他属性 */
.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none; visibility:hidden;
}

.underline {
    text-decoration: underline;
}

.noneline, .noneline a {
    text-decoration: none;
}

.noborder {
    border: none;
}

.line-through {
    text-decoration: line-through;
}
.noborder {
	border:none;
}
/* 宽度 */
.width240 {
    width: 230px;
    float: left;
    border-right: 1px solid #BFBFBF;
}

.width235 {
    width: 225px;
    float: left;
}
/*color*/
.orange {
    color: #FF6B02;
}

.deepblue {
    color: #00569f;
}

.gray {
    color: #838383;
}

.black {
    color: #000;
}

.blue {
    color: #04509e;
}

.red, .cRed {
    color: #f00;
}

.deepred {
    color: #B82630;
}

.red-bold {
    color: #f00;
    font-weight: bold;
}

.otherred {
    color: #956865;
}
/* Blank DIV */
.blank6 {
    margin: 0px auto;
    width: 100%;
    height: 6px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank10 {
    margin: 0px auto;
    width: 100%;
    height: 10px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank24 {
    margin: 0px auto;
    width: 100%;
    height: 24px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}
/*Make one line*/
.line-blue {
    width: 100%;
    height: 1px;
    border-top: 1px solid #aaccf1;
    overflow: hidden;
    clear: both;
}

.line-gray {
    width: 100%;
    height: 1px;
    border-top: 1px solid #c3c3c3;
    overflow: hidden;
    clear: both;
}

.line-blue-deep {
    width: 100%;
    height: 1px;
    border-top: 1px solid #105a87;
    overflow: hidden;
    clear: both;
}

.line {
    margin: 12px auto;
    border-bottom: 1px dashed #ccc;
    clear: both;
}
/* 页面头部区域 */
.head {
    position: relative;
    height: 75px;
}

.logo {
    position: absolute;
    left: 0;
    top: 24px;
}

.guide {
    position: absolute;
    left: 865px;
    top: 15px;
}

.guide li {
    background: url(images/admin_icon.gif) no-repeat;
    padding: 0 0 0 25px;
    height: 18px;
    line-height: 18px;
    white-space: normal;
    text-overflow: visible;
    overflow: visible;
}

.guide li.account {
    background-position: 0 -3px
}

.guide li.order {
    background-position: 0 -33px;
}

.guide li.cart {
    background-position: 0 -66px;
}

.guide a, .guide a:hover {
    color: #fff;
}
/* 导航区 */
.nav-button {
    position: absolute;
    left: 160px;
    top: 24px;
}

.nav-button li {
    float: left;
    padding: 10px 5px 0 50px;
    background: url(images/header_menu_bg.gif) no-repeat;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    white-space: normal;
    text-overflow: visible;
    overflow: visible;
}

.nav-button li.n1 {
    width: 100px;
    background-position: 0 0;
}

.nav-button li.n2 {
    width: 70px;
    background-position: 0 -50px;
}

.nav-button li.n3 {
    width: 70px;
    background-position: 0 -100px;
}

.nav-button li.n4 {
    width: 70px;
    background-position: 0 -150px;
}

.nav-button a, .nav-button a:hover {
    color: #fff;
}

.telephone {
    position: absolute;
    left: 685px;
    top: 24px;
    width: 95px;
    height: 21px;
    background: url(images/tollfree_icon.gif) no-repeat;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 30px 0 0 5px;
}

.online {
    position: absolute;
    left: 785px;
    top: 24px;
}

.username {
    padding: 3px;
    background-color: #d9d4d4;
    text-align: right;
}

.username a.logout {
    background: url(images/arr.gif) left center no-repeat;
    padding: 0 7px;
    margin-left: 15px;
}

.username a.name {
    background: url(images/usenameico.gif) left center no-repeat;
    padding: 0 15px;
}
/* 搜索区 */
.nav-search {
    padding: 6px 6px 0 6px;
    background-color: #fff;
}

.nav-search .content {
    position: relative;
    background-color:#85714C;
    height: 25px;
    line-height: 25px;
}

.nav-search h1 {
font-size:12px; text-align:right; padding:0px 0px 6px 0px; margin:0px;
}

.nav-search .content .menu {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-search .content .menu li {
    float: left;
    padding: 0 15px 0 5px;
    font-weight: bold;
}

.nav-search .content .menu li a, .nav-search .content .menu li a:hover {
    color: #fff;
}

.nav-search .content .search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px 0 0;
    height: 25px;
}

.nav-search .content .search a, .nav-search .content .search a:hover {
    color: #FFAF02;
    text-decoration: underline;
}

.nav-search .content .search input {
    vertical-align: middle;
}

.nav-search .content .search input.txt {
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 14px;
    line-height: 14px;
}
/* 位置导航 */
.position {
    width: 99.7%;
    font-size: 13px;
    float: left;
    height: 22px;
    border: 1px solid #D1CFBD;
    line-height: 22px;
    text-indent: 12px;
}

.position .selected, .position .selected a {
    color: #fea00c; font-weight:bold;
}

.position-wrap {
}
/* 信息提示 */
.account-message {
    width: 989px;
    margin: auto;
    background: url(images/account_message_bg.gif) top right no-repeat;
}

.account-message .wrap {
    width: 963px;
    border: 1px solid #E1C6C6;
    padding: 10px;
    margin: 0 auto;
}

.account-message .wrap-content {
    border: 1px solid #C9C9C9;
    background-color: #FBF7F8;
    padding: 10px;
}

.account-message .wrap-content a {
    text-decoration: underline;
}

.account-message li {
    color: #D70100;
    line-height: 200%;
    white-space: normal;
    text-overflow: visible;
    overflow: visible;
    word-wrap: break-word;
}

.account-message li.succeed {
    background: url(images/icon_right.gif) 4px 6px no-repeat;
    padding: 10px 0px 10px 50px;
    color: #000;
}

.account-message li.error {
    background: url(images/icon_warning.gif) 4px 6px no-repeat;
    padding: 10px 0px 10px 50px;
}

.account-message .bottom {
    width: 982px;
    margin: auto;
    height: 6px;
    background: url(images/message_bottom.gif) top no-repeat;
}
/* 线条样式 */
.x-line, .line200, .bag-line {
    background: url(../images/x-line.gif) center repeat-x;
    margin: 0px auto;
    font-size: 1px;
    height: 11px;
    clear: both;
    width: 99%;
}

* + html .x-line {
    overflow: hidden;
}

.line200 {
    width: 200px;
}

.bag-line {
    height: 3px;
}
/* 底部 */
.foot-link {
    width: 940px;
    margin: 0 5px;
    border-top: 10px solid #EFEEE3;
    padding: 10px 0 0 50px;
    float: left;
    display: inline;
}

.foot-link li {
    float: left;
    padding-right: 12px;
}

.foot-link li.foottelephone {
    font-size: 14px;
    color: #4D3C1C;
    font-weight: bold;
    padding-right: 15px;
    line-height: 100%;
}

.foot-link li.foottelephone a {
    font-size: 11px;
    display: block;
    margin-top: 7px;
    color: #A50014;
}

.foot-link li.foottelephone a:hover {
    text-decoration: none;
}

.foot-link .quick {
    float: left;
    width: 270px;
    padding: 0;
    border: 0;
    margin: 0;
}

.foot-link .quick li {
    width: 120px;
    margin: 2px 2px 2px 0;
    padding: 0;
}

.quick-check .foot-link {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1c6c6;
    background-color: #eee;
}

.copyright {
    clear: both;
    width: 100%;
    margin: 0px auto;
    color: #fff;
    line-height: 180%;
    background-color: #4D3C1C;
    height: 25px;
    line-height: 25px;
}

.copyright .desc {
    float: left;
    padding: 0 0 0 10px;
}

.copyright .desc a{
    color:#fff;
}

.copyright .bookmark {
    float: right;
    padding: 0 5px 0 10px;
}
/*弹出窗口*/
.dlg-modal {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dlg-modal iframe {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: mask( );
}

.dlg-box {
    position: absolute;
    border: 1px solid #402828;
    background-color: #f9eded;
}

.dlg-box .dlg-title-box {
    background-color: #402828;
    height: 24px;
}

.dlg-box .dlg-title {
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    float: left;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.dlg-box .dlg-close-icon {
    width: 20px;
    float: right;
    margin-top: 3px;
}

.dlg-box .dlg-cont-box-out {
    width: 100%;
}

.dlg-box .dlg-cont-box-out table {
    line-height: 260%;
}

.dlg-cont-box-in {
    margin: 10px;
    padding: 10px;
    text-align: left;
    color: #000;
    background-color: #fff;
    overflow: auto;
}

.errorInfo {
    z-index: 500;
    position: absolute;
    color: #f00;
    border: 1px solid #000;
    padding: 4px;
}

.ad120b img{border:1px solid #e1c6c6;}
.christmas{font-family:Arial;font-size:20px;font-weight:bold;color:#fff; margin:6px 0px 0px 100px;}
.action{color:#402828;}