
body {
    background: #fff;
    color: #333;
    font-size: 12px;
    font-family: verdana, "宋体", arial;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

input, select, textarea {
    font-size: 12px;
    font-family: verdana, "宋体", arial;
}

ol, ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div, form, h1, h2, h3, h4, h5, h6, img, img a {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, 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: #6a6a6a;
    text-decoration: none;
}

a:hover {
    color: #c82a07;
    text-decoration: underline;
}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {
    font-weight: bold;
}

.fI {
    font-style: italic;
}

.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}
/* 其他属性 */
.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.noline, .noline a {
    text-decoration: none;
}

.noborder {
    border: none;
}

.line-through {
    text-decoration: line-through;
}
/* 宽度 */
.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;
}

.red-bold {
    color: #f00;
    font-weight: bold;
}
/* 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;
}
/* 页面头部区域 */
.guide {
    position: relative;
    height: 29px;
    background: url(../images/layout/header_top_bg.gif) repeat-x;
    border: 1px solid #c7c7c7;
}

.guide .slogan {
    position: absolute;
    top: 7px;
    left: 7px;
}

.guide .guest {
    position: absolute;
    top: 7px;
    left: 508px;
}

.guide ul {
    position: absolute;
    top: 7px;
    right: 0;
}

.guide li {
    float: left;
    padding: 0 15px 0 20px;
    height: 16px;
    line-height: 16px;
    background: url(../images/icon/admin_icon.gif) no-repeat;
}

.guide li.cart {
    background-position: 0 0;
}

.guide li.member {
    background-position: 0 -16px;
}

.guide li.guide-help {
    background-position: 0 -32px;
}

.guide li.guide-login {
    background-position: 0 -48px;
}
/* 导航区 */
.nav {
    position: relative;
    z-index: 1;
    width: 1000px;
    height: 49px;
    background: url(../images/layout/header_slogan.gif) top right no-repeat;
}

.logo {
    position: absolute;
    top: -10px;
    left: 5px;
}

.nav-button {
    position: absolute;
    left: 149px;
}

.nav-button dl {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.nav-button dt {
    float: left;
    background: url(../images/layout/header_menu_bg.gif) no-repeat;
    height: 49px;
    width: 97px;
    padding: 0 5px 0 0;
    text-align: center;
    margin: 0;
}

.nav-button dd {
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 50px;
    left: 0;
    text-align: center;
}

.nav-button dd li {
    border: 1px solid #b1b1b1;
    border-top: 0;
    width: 95px;
}

.nav-button dd a {
    float: none;
    display: block;
    padding: 0;
    width: 95px;
    height: 25px;
    line-height: 25px;
    background: #fff url(../images/layout/subnavbg.gif) left center repeat-x;
}

.nav-button dd a:hover {
    color: #fff;
    background: #f4f4f4 url(../images/layout/subnavbg_over.gif) left center repeat-x;
}

.nav-button dt.mobile {
    background-position: 0 0;
}

.nav-button dt.accessories {
    background-position: 0 -50px;
}

.nav-button dt.gift {
    background-position: 0 -100px;
}

.nav-button dt.member {
    background-position: 0 -150px;
}

.nav-button dt.service {
    background-position: 0 -200px;
}

.nav-button dt.bbs {
    background-position: 0 -250px;
}

.nav-button a {
    float: left;
    color: #000;
    width: 97px;
    height: 17px;
    line-height: 17px;
    padding-top: 32px;
}

.nav-button a:hover {
    color: #c82a07;
    text-decoration: none;
}
/* 搜索区 */
.nav-search {
    position: relative;
    width: 1000px;
    height: 42px;
    line-height: 34px;
    background: url(../images/layout/header_search_bg.gif) 0 -42px repeat-x;
}

.nav-search .left {
    position: absolute;
    left: 0;
    background: url(../images/layout/header_search_bg.gif) 0 -84px no-repeat;
    height: 42px;
    padding-left: 20px;
    padding-top: 0 !important;
    padding-top: 7px;
}

.nav-search .left a {
    color: #ca3030;
    font-size: 14px;
    font-weight: bold;
}

.nav-search .left span {
    color: #832829;
    font-weight: bold;
    font-size: 16px;
}

.nav-search .left input {
    vertical-align: middle;
}

.nav-search .left input.txt {
    width: 180px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    height: 15px;
    line-height: 15px;
}

.nav-search .right {
    position: absolute;
    right: 0;
    color: #C2130E;
    background: url(../images/layout/header_search_bg.gif) right 0 no-repeat;
    height: 42px;
    width: 270px;
    overflow: hidden;
}

.nav-search .right .txtleft {
    display: block;
    width: 48px;
    float: left;
}

.nav-search .right .txtright {
    float: right;
    width: 220px;
}
.nav-search .right .txtright ul{
	clear:both;
    width:220px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;	
}




/* 位置导航 */
.position {
    width: 100%;
    font-size: 14px;
    float: left;
    height: 26px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    line-height: 26px;
    background: url(../images/icon/p_bg.gif) left repeat-y;
    background-color: #EDEDED;
}

.position .selected {
    color: #f00;
}

.position-wrap {
    padding: 0px 10px;
    background: url(../images/icon/p_bg.gif) top right repeat-y;
}
/* 帮助信息 */
.help-left {
    float: left;
    width: 6px;
    height: 111px;
    font-size: 1px;
    background: url(../images/layout/helpbg.gif) left top no-repeat;
}

.help-right {
    float: right;
    width: 6px;
    height: 111px;
    font-size: 1px;
    background: url(../images/layout/helpbg.gif) left bottom no-repeat;
}

.help {
    float: left;
    width: 958px;
    padding: 25px 0 0 30px;
    text-align: left;
    height: 86px;
    background: url(../images/layout/helpbg.gif) left center repeat-x;
}

.help td {
    padding: 10px 0 0 0;
}

.help td a {
    padding-right: 5px;
}
/* 信息提示 */
.account-message {
    width: 1000px;
    margin: auto;
    background: url(../images/layout/account_message_bg.gif) top right no-repeat;
}

.account-message .wrap {
    width: 975px;
    border: 1px solid #C6C6C6;
    padding: 10px;
}

.account-message .wrap-content {
    border: 1px solid #C9C9C9;
    background-color: #F0F0F0;
    padding: 10px;
}

.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/icon_right.gif) 4px 6px no-repeat;
    padding: 10px 0px 10px 50px;
    color: #000;
}

.account-message li.error {
    background: url(../images/icon/icon_warning.gif) 4px 6px no-repeat;
    padding: 10px 0px 10px 50px;
}

.account-message .bottom {
    width: 1000px;
    margin: auto;
    height: 6px;
    background: url(../images/layout/message_bottom.gif) top no-repeat;
}
/* 线条样式 */
.x-line, .line200, .bag-line {
    background: url(../images/icon/dot.gif) center repeat-x;
    margin: 0px auto;
    font-size: 1px;
    height: 21px;
    clear: both;
}

* + html .x-line {
    overflow: hidden;
}

.x-line, .bag-line {
    width: 97%;
}

.line200 {
    width: 200px;
}

.bag-line {
    height: 3px;
}
/* 版权部分 */
.foot-link-left {
    float: left;
    width: 4px;
    height: 40px;
    font-size: 1px;
    background: url(../images/layout/quickbg.gif) left top no-repeat
}

.foot-link-right {
    float: right;
    width: 4px;
    height: 40px;
    font-size: 1px;
    background: url(../images/layout/quickbg.gif) left bottom no-repeat
}

.foot-link {
    float: left;
    width: 992px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    background: url(../images/layout/quickbg.gif) left center repeat-x;
}

.foot-link a {
    color: #fff;
    padding: 0 5px;
}

.foot-link a:hover {
    color: #fff;
}

.copyright {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    line-height: 180%;
}

.copyright-line {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    border-bottom: 1px solid #D6D6D6;
}
/*弹出窗口*/
.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 #5E5E5E;
    background-color: #D7D7D7;
}

.dlg-box .dlg-title-box {
    background: url(../images/dialog/search-bg.gif) repeat-x;
    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: #F7F7F7;
    font-size: 12px;
    overflow: auto;
}

.errorInfo {
    z-index: 500;
    position: absolute;
    color: #f00;
    border: 1px solid #000;
    padding: 4px;
}
/*广告*/
.ad120b img {
    padding-bottom: 5px;
}
/*Input*/
.input-submit-mainpage {
    width: 39px;
    height: 46px;
    border: none;
    background: url(../images/btn/home_login_btn.gif) no-repeat;
}

#flash{
position:absolute;top:25%;left:22%;width:780px;height:430px;
}

