.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
    background-color: #ccc;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 4px 10px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3563cc;
    background-image: -moz-linear-gradient(top, #3577cc, #3545cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3577cc), to(#3545cc));
    background-image: -webkit-linear-gradient(top, #3577cc, #3545cc);
    background-image: -o-linear-gradient(top, #3577cc, #3545cc);
    background-image: linear-gradient(to bottom, #3577cc, #3545cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3577cc', endColorstr='#ff3545cc', GradientType=0);
    border-color: #3545cc #3545cc #243090;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #3545cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #3545cc;
    *background-color: #2f3db9;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #2a36a4;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5892a;
    background-image: -moz-linear-gradient(top, #fb9943, #ed7105);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb9943), to(#ed7105));
    background-image: -webkit-linear-gradient(top, #fb9943, #ed7105);
    background-image: -o-linear-gradient(top, #fb9943, #ed7105);
    background-image: linear-gradient(to bottom, #fb9943, #ed7105);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffb9943', endColorstr='#ffed7105', GradientType=0);
    border-color: #ed7105 #ed7105 #a24d03;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ed7105;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #fff;
    background-color: #ed7105;
    *background-color: #d46504;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #bb5904;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808;
}

button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

html {
    color: #4d4d4d;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
#sidebar,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

body,
button,
input,
select,
textarea,
table {
    font: 12px/1.5 tahoma, arial, "\5b8b\4f53";
}

input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

fieldset,
img {
    border: 0;
}

iframe {
    display: block;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #333;
    outline: none !important;
}

a:focus {
    outline: none !important;
}

#wraper a:hover,
a:hover {
    color: #ed7105;
    outline: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

ins,
a {
    text-decoration: none;
}

.cl {
    overflow: hidden;
}

.clb {
    clear: both;
}

.posR {
    position: relative;
}

.noborder {
    border: none !important;
}

.fixed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: -moz-hidden-unscrollable;
}

.over_in {
    overflow: inherit !important;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right !important;
    display: inline;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right !important;
}

.va-m {
    vertical-align: middle;
}

.dis-tab {
    display: table;
}

.dis-td {
    display: table-cell;
    vertical-align: baseline;
}

.dis-inblo {
    display: inline-block;
}

.hide {
    display: none;
}

.attr-hide .hide {
    display: block;
}

.attr-hide .none {
    display: none;
}

.lh-26 {
    line-height: 26px;
}

.lh-24 {
    line-height: 24px;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.h-242 {
    height: 242px;
    overflow: hidden;
}

.h-60 {
    height: 60px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-220 {
    margin-left: 220px;
}

.mr-220 {
    margin-right: 220px;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-8 {
    padding-left: 8px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-26 {
    font-size: 26px;
}

.f-b {
    font-weight: bold;
}

.orange {
    color: #ed7105;
}

.grayLight {
    color: #999999 !important;
}

.gray {
    color: #555555;
}

.redDark {
    color: #cc0000;
}

.red {
    color: #ff0000;
}

.blue {
    color: #0972b7 !important;
}

.blue-link {
    color: #0972b7;
}

.black {
    color: #000000;
}

.green {
    color: #689b26;
}

.cf8 {
    color: #f82b10;
}

.b_fff {
    background-color: #fffcc9;
}

.bg-white {
    background-color: #ffffff;
}

.bor-gray {
    border: 1px solid #dddddd;
}

.bor-gray-bot {
    border-bottom: 1px solid #dddddd;
}

.unline {
    text-decoration: underline !important;
}

.min-text {
    height: 16px;
    line-height: 16px;
}

.inp-text,
textarea {
    padding: 4px;
    line-height: 18px;
    border: 1px #bbbbbb solid;
}

.side-ad {
    width: 200px;
}

.btn-green-h24 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #64ad1a;
    height: 24px;
    line-height: 24px;
}

.btn-green-h24:hover {
    color: #fff !important;
    background-color: #308c07;
    text-decoration: none;
}

.btn-green-h30 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #64ad1a;
    line-height: 30px;
    height: 30px;
}

.btn-green-h30:hover {
    color: #fff !important;
    background-color: #308c07;
    text-decoration: none;
}

.btn-green-h32 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #64ad1a;
    padding: 0 20px;
    line-height: 32px;
    height: 32px;
}

.btn-green-h32:hover {
    color: #fff !important;
    background-color: #308c07;
    text-decoration: none;
}

.btn-green-h26 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #64ad1a;
    height: 26px;
}

.btn-green-h26:hover {
    color: #fff !important;
    background-color: #308c07;
    text-decoration: none;
}

.btn-blue-h30 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #3768b8;
    height: 30px;
    line-height: 30px;
}

.btn-blue-h30:hover {
    color: #fff !important;
    background-color: #2759ac;
    text-decoration: none;
}

.btn-blue-h32 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #3768b8;
    height: 32px;
    line-height: 32px;
}

.btn-blue-h32:hover {
    color: #fff !important;
    background-color: #2759ac;
    text-decoration: none;
}

.btn-blue-h24 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #3768b8;
    height: 24px;
    line-height: 24px;
}

.btn-blue-h24:hover {
    color: #fff !important;
    background-color: #2759ac;
    text-decoration: none;
}

.btn-gray-h30 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #b8b8b8;
    height: 30px;
    line-height: 30px;
}

.btn-gray-h30:hover {
    color: #fff !important;
    background-color: #aaa;
    text-decoration: none;
}

.btn-gray-h24 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #b8b8b8;
    height: 24px;
    line-height: 24px;
}

.btn-gray-h24:hover {
    color: #fff !important;
    background-color: #aaa;
    text-decoration: none;
}

.btn-orange-h30 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #db8802;
    height: 30px;
    line-height: 30px;
}

.btn-orange-h30:hover {
    color: #fff !important;
    background-color: #c37902;
    text-decoration: none;
}

.btn-orange-h24 {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none !important;
    background-color: #db8802;
    height: 24px;
    line-height: 24px;
}

.btn-orange-h24:hover {
    color: #fff !important;
    background-color: #c37902;
    text-decoration: none;
}

input[disabled] {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default;
}

#searchno,
.order-complete {
    min-width: 1002px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#searchno .searchno_m,
.order-complete .searchno_m {
    margin: 0 auto;
    padding: 10px 0 0 160px;
    width: 580px;
    min-height: 118px;
    line-height: 20px;
    background: url("/Content/images/err.jpg") no-repeat;
}

#searchno .searchno_m h3,
.order-complete .searchno_m h3 {
    font-size: 18px;
    color: #000;
    line-height: 38px;
}

#searchno .searchno_m a,
.order-complete .searchno_m a {
    color: #0972b7;
}

.order-complete .order-complete-m {
    background: url("/Content/images/succ.jpg") no-repeat;
}

.search-contact {
    margin: 30px auto;
    padding-top: 25px;
    width: 740px;
    color: #606060;
    border-top: 1px #dddddd solid;
}

.search-contact h4 {
    color: #049cdb;
    font-size: 18px;
    padding-top: 75px;
}

#wraper {
    min-width: 1002px;
    padding-top: 50px;
}

.cont-width {
    max-width: 1200px;
    margin: 0 auto;
}

.ico-url {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
}

.arrow-url {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
}

.ui-ico {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ui-arrow {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.ui-img {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
}

.dis-star {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 14px;
    background: url("/Content/images/ui-ico.png?v=20150313") -18px -17px;
}

.dis-star i {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: block;
    height: 14px;
    width: 25%;
    background-position: -18px 0;
}

.ico-gg {
    background-position: -47px -57px;
}

.ico-goo {
    background-position: -62px -99px;
}

.ico-yh {
    background-position: -66px -57px;
}

.ico-ms {
    background-position: -85px -57px;
}

.ico-fb {
    background-position: -45px -99px;
}

.ico-twitter {
    background-position: -81px -99px;
}

.ico-share {
    background-position: -27px -99px;
}

.ico-car {
    width: 26px;
    height: 19px;
    background-position: -107px -43px;
}

.ico-mat {
    width: 18px;
    background-position: -115px -90px;
}

.ico-msn {
    width: 18px;
    background-position: -26px -117px;
}

.ico-syp {
    background-position: -47px -117px;
}

.ico-ali {
    background-position: -65px -117px;
}

.ico-colorBlock {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    position: absolute;
    line-height: 32px;
    text-align: center;
    bottom: 5px;
    right: 5px;
    background-position: -79px -355px;
}

.arrow-minBlue {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    background-position: 0 -106px;
}

.arrow-orange {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    background-position: 0 -28px;
}

#toolBar {
    position: fixed;
    z-index: 10;
    top: 0;
    padding-top: 4px;
    width: 100%;
    min-width: 1002px;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f2f2f2;
}

#toolBar .tool-l {
    min-width: 400px;
}

#toolBar .tool-r {
    position: absolute;
    top: 0;
    right: -8px;
    min-width: 600px;
    text-align: right;
}

#toolBar .tool-r>a,
#toolBar .tool-r .top-hasTips,
#toolBar .tool-r .sign {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#toolBar .tool-r .sign a {
    float: none;
}

#toolBar .tool-r div {
    text-align: left;
}

#toolBar a {
    float: left;
    display: inline;
    margin-left: 8px;
}

#toolBar .ui-ico {
    float: left;
    display: inline;
    margin: 5px 4px 0;
}

#toolBar .ico-rss {
    background-position: 0 -16px;
}

#toolBar .ico-usd {
    background-position: 0 -32px;
}

#toolBar .ico-tran {
    background-position: 0 -81px;
}

#toolBar .ico-sign {
    background-position: 0 -97px;
}

#toolBar .ico-order {
    width: 19px;
    background-position: 0 -114px;
}

#toolBar .ico-help {
    background-position: 0 -48px;
}

#toolBar .ico-live {
    width: 17px;
    background-position: 0 -64px;
}

#toolBar .head-order:hover .ico-order {
    background-position: 0 -128px;
}

#toolBar .head-order .order_num {
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 0 8px;
    background-color: #ddd;
    font-weight: bold;
    line-height: 24px;
}

#toolBar .head-order .order_num a {
    text-decoration: none;
}

#toolBar .head-order .order_num .arrow {
    position: absolute;
    left: 20px;
    bottom: -12px;
    color: #dddddd;
}

#toolBar .head-order .top-order-list {
    position: relative;
    margin-top: 15px;
    padding: 13px 10px 6px;
    border: 1px #eee solid;
    line-height: 22px;
}

#toolBar .head-order .top-order-list li {
    margin-top: 5px;
}

#toolBar .head-order .top-order-list .top-order-info label {
    float: left;
    margin-right: 6px;
    padding-left: 5px;
    width: 130px;
    background-color: #f0f0f0;
    cursor: default;
}

#toolBar .head-order .top-order-list .other-order li {
    border-bottom: 1px dotted #ccc;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 200px;
}

#toolBar .head-order .top-order-list .other-order li p {
    color: #7a7a7a;
    display: block;
    float: left;
    font-weight: normal;
    width: 65px;
}

#toolBar .head-order .top-order-list .other-order .gomore_ico {
    background: url("/Content/Images/newImg.png?ver=20150209") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    padding-left: 25px;
    width: 85px;
}

#toolBar .head-order .checkout-btn {
    display: inline-block;
    width: 106px;
    height: 25px;
    background: url("/Content/images/ui-img.png?ver=20150313") 0 -813px;
}

#toolBar .head-order .createOrder-btn {
    display: inline-block;
    width: 106px;
    height: 25px;
    background: url("/Content/images/ui-img.png?ver=20150313") 0 -813px;
    width: 162px;
    background-position: 0 -840px;
}

#toolBar .top-hasTips {
    float: left;
    display: inline;
    position: relative;
    padding: 0 8px;
}

#toolBar .top-hasTips>a {
    margin: 0;
    padding: 0 5px;
}

#toolBar .top-hasTips:hover>a {
    background-color: #464646;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-decoration: none;
}

#toolBar .top-hasTips:hover .top-tips {
    display: block;
}

#toolBar .top-hasTips:hover .ico-upArrow {
    background-position: 0 -14px;
}

#toolBar .top-hasTips:hover .currentcy-tips {
    width: 350px;
}

#toolBar .top-hasTips.userlink a {
    display: block;
}

#toolBar .top-hasTips.userlink .arrow-minBlue {
    height: 21px;
}

#toolBar .top-hasTips.userlink li a:hover {
    color: #ed7105;
}

#toolBar .top-tips {
    display: none;
    position: absolute;
    top: 0;
    margin-top: 25px;
    width: 290px;
    border-top: 2px #464646 solid;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#toolBar .top-tips a {
    float: none;
    margin: 0;
}

#toolBar .currentcy-tips,
#toolBar .member-tips {
    padding: 5px 0 5px 8px;
    width: 350px;
    line-height: 20px;
}

#toolBar .currentcy-tips a,
#toolBar .member-tips a {
    display: block;
    text-decoration: none;
}

#toolBar .currentcy-tips .curr-usd,
#toolBar .member-tips .curr-usd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
}

#toolBar .currentcy-tips .curr-gpb,
#toolBar .member-tips .curr-gpb {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -186px -47px;
}

#toolBar .currentcy-tips .curr-aud,
#toolBar .member-tips .curr-aud {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -204px -47px;
}

#toolBar .currentcy-tips .curr-can,
#toolBar .member-tips .curr-can {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -222px -47px;
}

#toolBar .currentcy-tips .curr-eud,
#toolBar .member-tips .curr-eud {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -240px -47px;
}

#toolBar .currentcy-tips .curr-swiss,
#toolBar .member-tips .curr-swiss {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -168px -60px;
}

#toolBar .currentcy-tips .curr-hkd,
#toolBar .member-tips .curr-hkd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -186px -60px;
}

#toolBar .currentcy-tips .curr-rmb,
#toolBar .member-tips .curr-rmb {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -204px -60px;
}

#toolBar .currentcy-tips .curr-rs,
#toolBar .member-tips .curr-rs {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -222px -60px;
}

#toolBar .currentcy-tips .curr-myr,
#toolBar .member-tips .curr-myr {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -102px -428px;
}

#toolBar .currentcy-tips .curr-sgd,
#toolBar .member-tips .curr-sgd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -119px -428px;
}

#toolBar .currentcy-tips ul,
#toolBar .member-tips ul {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    width: 150px;
}

#toolBar .currentcy-tips .noline,
#toolBar .member-tips .noline {
    border: 0;
}

#toolBar .member-tips {
    width: 150px;
}

#toolBar .chat-tips {
    right: 8px;
    width: 148px;
    padding: 10px;
}

#toolBar #google_translate_element {
    position: absolute;
    line-height: 22px;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

#toolBar #google_translate_element img {
    display: none;
}

#toolBar .ico-upArrow {
    width: 12px;
    height: 6px;
}

#toolBar #purchase_tips {
    position: absolute;
    top: 26px;
    right: 8px;
    width: 390px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
}

#toolBar #purchase_tips .purchase-arrow {
    position: absolute;
    top: -13px;
    left: 108px;
    font-size: 16px;
    color: #0a6dc2;
}

#toolBar #purchase_tips .purchase-title {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 28px;
    color: #fff;
    background-color: #0a6dc2;
    background-position: -276px 9px;
}

#toolBar #purchase_tips .purchase-cont {
    padding: 10px;
}

#toolBar #purchase_tips .purchase-cont img.bor-gray {
    width: 80px;
}

#toolBar #purchase_tips .purchase-note {
    margin-left: 90px;
    line-height: 22px;
}

#toolBar #purchase_tips .purchase-note h6 {
    line-height: 18px;
}

#toolBar #purchase_tips .promotion-table {
    padding: 8px;
    border: 1px #ddd solid;
    background-color: #f2f2f2;
    line-height: 20px;
}

#toolBar #purchase_tips a {
    margin-left: 0;
}

#toolBar #purchase_tips .bottom-btn a {
    float: none;
    display: inline-block;
    font-size: 12px;
}

#toolBar #purchase_tips #promotion_notice p {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    background-position: 0 12px;
    cursor: pointer;
}

#toolBar .sign a {
    color: #049cdb;
}

.currentcy-tips {
    padding: 5px 0 5px 8px;
    width: 150px;
    line-height: 20px;
}

.currentcy-tips a {
    display: block;
    text-decoration: none !important;
}

.currentcy-tips .curr-usd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
}

.currentcy-tips .curr-gpb {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -186px -47px;
}

.currentcy-tips .curr-aud {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -204px -47px;
}

.currentcy-tips .curr-can {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -222px -47px;
}

.currentcy-tips .curr-eud {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -240px -47px;
}

.currentcy-tips .curr-swiss {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -168px -60px;
}

.currentcy-tips .curr-hkd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -186px -60px;
}

.currentcy-tips .curr-rmb {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -204px -60px;
}

.currentcy-tips .curr-rs {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -222px -60px;
}

.currentcy-tips .curr-rub {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -240px -60px;
}

.currentcy-tips .curr-brl {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: 0 -428px;
}

.currentcy-tips .curr-dkk {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -17px -428px;
}

.currentcy-tips .curr-rus {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -34px -428px;
}

.currentcy-tips .curr-nok {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -51px -428px;
}

.currentcy-tips .curr-mxn {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -68px -428px;
}

.currentcy-tips .curr-czk {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -85px -428px;
}

.currentcy-tips .curr-myr {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -102px -428px;
}

.currentcy-tips .curr-sgd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -119px -428px;
}

.currentcy-tips .curr-nzd {
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background-position: -168px -47px;
    background-position: -136px -428px;
}

.payment-curr {
    width: 300px;
    border: 1px #ccc solid;
    background-color: #fff;
    overflow: hidden;
}

.payment-curr .ui-ico {
    float: left;
    display: inline;
    margin: 5px 4px 0 0;
}

.payment-curr ul {
    float: left;
    display: inline;
    width: 150px;
}

.table {
    border: 1px #ddd solid;
    background-color: #ffffff;
}

.table td {
    padding: 3px 5px;
    border: 1px #dddddd solid;
}

.table .cur td {
    background-color: #fffcc9;
}

header {
    background-color: #ffffff;
}

header .hotLink {
    float: right !important;
    display: inline;
    width: 572px;
    text-align: left;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

header .hotLink a {
    margin-right: 4px;
    color: #0972b7;
    text-decoration: underline;
}

.search-bar {
    display: inline-block;
    padding: 2px;
    width: 570px;
    background-color: #049cdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-bar .search-cont {
    float: left;
    display: inline;
    background-color: #fff;
    *zoom: 1;
    width: 534px;
}

.search-bar .search-cont:before,
.search-bar .search-cont:after {
    display: table;
    content: "";
    line-height: 0;
}

.search-bar .search-cont:after {
    clear: both;
}

.search-bar input {
    height: 18px;
    line-height: 18px;
    padding: 4px;
    border: none;
}

.search-bar .search-text {
    width: 350px;
}

.search-bar .sel-type {
    padding: 0 24px 0 10px;
    width: 136px;
    line-height: 26px;
    text-align: left;
    cursor: pointer;
}

.search-bar .ico-arrow {
    position: absolute;
    right: 0;
    top: 8px;
    width: 21px;
    height: 10px;
    background-position: -20px -39px;
}

.search-bar .search-btn {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    float: right !important;
    display: inline;
    margin-left: 5px;
    width: 30px;
    height: 26px;
    background-color: transparent;
    background-position: -17px -50px;
}

.sel-text-wrap {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.sel-text-list {
    display: none;
    position: absolute;
    background: #fff;
    text-align: left;
    border: 1px #dddddd solid;
}

.sel-text-list a {
    display: block;
    padding: 0 10px;
    width: 145px;
    line-height: 20px;
    text-decoration: none;
}

.sel-text-list a:hover {
    color: #fff !important;
    background-color: #ed7105;
}

#mainMenu {
    padding: 0 10px 11px;
    background: #ffffff url("/Content/Images/show-bg.png") repeat-x 0 41px;
}

#mainMenu .m-menu {
    padding: 17px 0 9px 10px;
    height: 15px;
    line-height: 15px;
    font: 14px/15px arial;
    font-weight: bold;
}

#mainMenu .m-menu li {
    float: left;
    padding: 0 16px;
    border-right: 1px #afafaf solid;
}

#mainMenu .m-menu li:last-child {
    border: none;
}

#mainMenu .m-menu li a:hover {
    color: #08c;
    text-decoration: none;
}

#mainMenu .m-menu li a.cur {
    color: #0088cc;
}

#mainMenu .sideBar {
    margin-top: 7px;
}

#mainMenu .sideMenu>ul {
    position: absolute;
    z-index: 11;
    display: none;
    width: 201px;
}

#mainMenu .sideMenu:hover h2 a {
    background-color: #049cdb;
}

#mainMenu .sideMenu:hover h2 a .menu-arrow {
    background-position: -69px -37px;
}

#mainMenu .sideMenu:hover>ul {
    display: block;
}

#mainMenu .sideMenu .menu-arrow {
    float: right !important;
    display: inline;
    margin: 10px 6px 0 0;
    width: 19px;
    background-position: -48px -37px;
}

#content {
    overflow: hidden;
    padding: 5px 10px 15px;
}

#content .ad-column {
    position: relative;
    overflow: hidden;
    height: 85px;
}

#content .ad-column img {
    position: absolute;
    margin-left: 50%;
    left: -490px;
    max-width: none;
}

#content .ad-without {
    position: relative;
    overflow: hidden;
    height: 85px;
    height: 70px;
}

#content .ad-without img {
    position: absolute;
    margin-left: 50%;
    left: -490px;
    max-width: none;
}

#content .ad-without img {
    left: -600px;
}

.sideBar {
    width: 202px;
}

.sideBar .alixpre-link {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    margin: 6px 0 6px 6px;
    width: 188px;
    height: 34px;
}

.sideBar .alibaba-link {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    margin: 6px 0 6px 6px;
    width: 188px;
    height: 34px;
    height: 23px;
    background-position: 0 -38px;
}

.sideBar .stockClearance {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    margin: 2px auto;
    padding: 1px 0;
    height: 38px;
    width: 188px;
    text-indent: -9999px;
    background-position: 0 -139px;
}

.sideBar .newArrivals {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    margin: 2px auto;
    padding: 1px 0;
    height: 38px;
    width: 188px;
    text-indent: -9999px;
    background-position: 0 -139px;
    background-position: 0 -102px;
    border-bottom: 1px #dddddd dashed;
}

.sideBar .inWarehouse {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    margin: 2px auto;
    padding: 1px 0;
    height: 38px;
    width: 188px;
    text-indent: -9999px;
    background-position: 0 -139px;
    background-position: 0 -65px;
    border-bottom: 1px #dddddd dashed;
}

.mod-title {
    margin-top: 6px;
    border-bottom: 1px solid #dddddd;
}

.mod-title h2 {
    font-size: 16px;
    line-height: 31px;
}

.mod-title .mod-more {
    float: right;
    line-height: 31px;
}

.color-sel li,
.color-sel a {
    display: inline-block;
    margin-top: 3px;
    padding: 2px;
    line-height: 1px;
    height: 14px;
    border: 1px solid #dddddd;
}

.color-sel li s,
.color-sel a s {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.color-sel .selected {
    padding: 1px;
    border: 2px solid #006eb8;
}

.color-sel li a {
    height: auto;
}

.color-sel li {
    float: left;
    min-height: 0 !important;
    padding: 0 4px 0 0 !important;
    height: auto;
    border: none !important;
}

.color-sel li img {
    width: 30px;
    height: 30px;
}

ul.color-sel {
    margin-left: 37px;
}

.color_block {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.color_block_red {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #d02921;
}

.color_block_yellow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #f4ec2f;
}

.color_block_orange {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #dd751c;
}

.color_block_babyblue {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #dd751c;
}

.color_block_darkblue {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #12122c;
}

.color_block_blue {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #262c5c;
}

.color_block_green {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #0b8c3a;
}

.color_block_purple {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #914373;
}

.color_block_silver {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #e2e0e5;
}

.color_block_white {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
}

.color_block_black {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #000000;
}

.color_block_pink {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #e7969c;
}

.color_block_magenta {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #cc1e75;
}

.color_block_coffee {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #5a483e;
}

.color_block_rose {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #cc1f6e;
}

.color_block_grey {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #4c4847;
}

.color_block_gold {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #bc9c63;
}

.color_block_brown {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #957f67;
}

.color_block_beige {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fbf4e3;
}

.color_block_transparent {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
}

.color_block_beige {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fbf4e3;
}

.color_block_cyan {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #bff5d7;
}

.description_color {
    border: 1px #999999 solid;
}

.card-sel li,
.card-sel a {
    display: inline-block;
    margin-top: 3px;
    padding: 2px;
    line-height: 1px;
    height: 14px;
    border: 1px solid #dddddd;
}

.card-sel li s,
.card-sel a s {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.card-sel .selected {
    padding: 1px;
    border: 2px solid #006eb8;
}

.card-sel li a {
    height: auto;
}

.card-sel li {
    float: left;
    min-height: 0 !important;
    padding: 0 4px 0 0 !important;
    height: auto;
    border: none !important;
}

.card-sel li img {
    width: 30px;
    height: 30px;
}

.card-sel a {
    padding: 2px 4px;
    height: 18px;
    line-height: 18px;
}

.card-sel a:hover {
    text-decoration: none;
    padding: 2px 3px;
    border: 2px #ed7105 solid;
}

.card-sel .selected {
    padding: 2px 3px;
    border: 2px #ed7105 solid;
}

.footerNavs {
    background: #ffffff url("/Content/Images/show-bg.png") repeat-x 0 12px;
    padding: 15px 0;
}

.footerNavs section {
    padding: 10px 50px;
}

.footerNavs section nav a {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    display: block;
    margin: 4px 0 0 5px;
    padding-left: 8px;
    background-position: 0 -80px;
}

.footerNavs .foot-search {
    padding: 10px 0;
}

.footerNavs h4 {
    color: #0972b7;
    font-weight: bold;
}

.footerNavs .ico-fb {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-position: 0 -180px;
}

.footerNavs .ico-tt {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-position: 0 -180px;
    background-position: -34px -180px;
}

.footerNavs .ico-bl {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-position: 0 -180px;
    background-position: -68px -180px;
}

.footerNavs .ico-yt {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-position: 0 -180px;
    background-position: -102px -180px;
}

.footerNavs .ico-in {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-position: 0 -180px;
    background-position: -134px -180px;
}

.footerNavs .keyword {
    height: 36px;
    line-height: 36px;
    background-color: #eeeeee;
}

.footerNavs .keyword nav {
    padding-left: 112px;
}

.footerNavs .keyword nav a {
    margin-right: 50px;
}

.footerNavs .payIcon a {
    margin: 0 8px;
}

.page-nav {
    min-height: 26px;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.page-nav .grayLight {
    color: #333333 !important;
}

.page-nav .grayLight a {
    color: #666666 !important;
}

.page-nav a {
    color: #666666 !important;
}

.page-title {
    padding-bottom: 10px;
    color: #666666;
}

.page-title h1,
.page-title h2 {
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.hot-word {
    padding-top: 6px;
    padding-bottom: 6px;
}

.hot-word a {
    margin-right: 8px;
}

.color-title {
    vertical-align: top;
    padding: 2px 5px 0 0;
}

.pageBar {
    text-align: right !important;
    margin: 25px 0;
    color: #999;
    overflow: hidden;
}

.pageBar a,
.pageBar .page_now {
    display: inline-block;
    margin-left: 6px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #999999;
}

.pageBar a:hover,
.pageBar .page_now {
    color: #fff !important;
    background-color: #0064cd;
}

.pageBar span {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}

.pageBar .disable {
    display: none;
}

.pageBar .ellipsis {
    margin-left: 6px;
}

.pageBar .pagebar_sz {
    display: inline-block;
}

.page-list-bor {
    margin-top: -1px;
    border-top: 1px #dddddd solid;
}

.mod-pages {
    overflow: hidden;
}

.sel-expand {
    color: #0972b7;
    display: inline-block;
    padding: 4px 15px 4px;
    cursor: pointer;
    border: 1px #ddd solid;
    border-top: none;
    background-color: #fff;
    position: relative;
    top: -1px;
}

.sel-expand .ui-ico {
    margin-right: 3px;
    width: 12px;
    height: 13px;
    background-position: -50px -138px;
}

.sel-expand:hover {
    color: #ed7105;
}

.sel-expand:hover .ui-ico {
    background-position: -63px -138px;
}

.expand-part {
    padding: 5px 10px 5px 0;
    border: 1px #ddd solid;
    border-top: none;
    text-align: right;
}

.expand,
.folded {
    height: 2px;
    border: 1px #ddd solid;
    border-top: none;
    text-align: center;
}

.sel-folded {
    color: #0972b7;
    display: inline-block;
    padding: 4px 15px 4px;
    cursor: pointer;
    border: 1px #ddd solid;
    border-top: none;
    background-color: #fff;
    position: relative;
    top: -1px;
}

.sel-folded .ui-ico {
    margin-right: 3px;
    width: 12px;
    height: 13px;
    background-position: -50px -138px;
}

.sel-folded:hover {
    color: #ed7105;
}

.sel-folded:hover .ui-ico {
    background-position: -63px -138px;
}

.sel-folded .ui-ico {
    background-position: -76px -138px;
}

.sel-folded:hover .ui-ico {
    background-position: -89px -138px;
}

.sel-bot-bar {
    padding: 10px 0;
    height: 24px;
    border-bottom: 1px #aed0e7 solid;
}

.ac_results {
    z-index: 6;
    border: 1px #ddd solid;
    background-color: #fff;
    box-shadow: 0 2px 2px #bbb;
    line-height: 22px;
}

.ac_results li {
    padding: 0 6px;
}

.ac_results .ac_over {
    color: #fff;
    background-color: #ed7105;
}

.reg-footer {
    padding: 15px 0 45px;
    background-color: #eeeeee;
}

.reg-footer .cont-width {
    padding-right: 95px;
}

#go-top {
    position: fixed;
    right: 10px;
    bottom: 30px;
}

#go-top a {
    background-image: url("/Content/images/ui-img.png?ver=20150313");
    display: block;
    width: 78px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    background-position: 0 -870px;
}

#go-top a:hover {
    background-position: -80px -870px;
}

.loading {
    background-color: #39f;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 5px 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.tran_list {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
}

.tran_list_dhl {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 0;
}

.tran_list_ems {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -34px;
}

.tran_list_ups {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -64px;
}

.tran_list_cnp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -98px;
}

.tran_list_hkp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -132px;
}

.tran_list_spk {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -165px;
}

.tran_list_sdp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -198px;
}

.tran_list_fdx {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -230px;
}

.tran_list_rgm {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -296px;
}

.tran_list_rtx {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -331px;
}

.tran_list_usp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -362px;
}

.tran_list_ukp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -396px;
}

.tran_list_nlp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -428px;
}

.tran_list_sgp {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -462px;
}

.tran_list_swiss_post {
    background: url(/Content/Images/shippingmethod_img.png?ver=20140521) no-repeat;
    float: left;
    line-height: 32px;
    padding: 0 0 0 54px;
    margin: 1px 0;
    background-position: 0 -256px;
}

.order_warning_ico {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: -203px -491px;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: text-bottom;
}

.top-order-info .shipcost {
    display: inline-block;
    overflow: hidden;
}

.top-order-info .shipname {
    color: #666;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85px;
}

.sideBar-list-mod {
    border: 1px solid #dddddd;
}

.sideBar-list-mod h2 {
    padding-left: 8px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #049cdb;
    background-color: #eee;
    border-bottom: 1px solid #dddddd;
}

.sideBar-list-mod .ca-list li {
    padding-left: 10px;
    border-bottom: 1px solid #dddddd;
}

.sideBar-list-mod .ca-list li a {
    display: block;
}

.sideBar-list-mod .weekly-btns {
    padding: 0 8px 0 0;
}

.sideBar-list-mod .weekly-btns i {
    margin-left: 4px;
}

.mod-tab {
    height: 30px;
    border-bottom: 2px #049cdb solid;
}

.mod-tab li {
    float: left;
    display: inline;
    margin-right: 1px;
}

.mod-tab li a {
    display: block;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    color: #000000;
}

.mod-tab li:hover a,
.mod-tab li.cur a {
    color: #fff !important;
    text-decoration: none;
    background-color: #049cdb;
}

.mod-tab .active a {
    color: #fff !important;
    text-decoration: none;
    background-color: #049cdb;
}

.mod-tab .more {
    float: right !important;
    display: inline;
}

.mod-tab .more a {
    padding-right: 0;
    color: #049cdb;
    background-color: transparent;
}

.mod-tab .more:hover a {
    background-color: transparent;
    color: #ed7105 !important;
}

.mod-tab .li-cur {
    display: block;
    padding: 0 22px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #049cdb;
}

.mod-tab-cont {
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #dddddd solid;
}

.mod-wrap {
    padding: 10px;
    border: 1px solid #dddddd;
}

.mod-float-tips {
    background-color: #fff;
    border: 1px solid #9e9e9e;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #aaa;
    padding: 10px;
    position: absolute;
    width: 324px;
}

.mod-float-tips i {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-position: -35 -138px;
    height: 13px;
    left: 18px;
    position: absolute;
    top: -8px;
    width: 13px;
}

.loading_bg {
    background: none repeat scroll 0 0 #b6b6b6;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1112;
    opacity: .3;
    filter: alpha(opacity=30);
}

#AlertMsg_box {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1113;
}

#AlertMsg_box .AlertMsg_ok {
    border: 1px #1b9e06 solid;
    background-color: #eff5ed;
    color: #148702;
}

#AlertMsg_box .AlertMsg_ok span {
    background-position: -89px -154px;
}

#AlertMsg_box .AlertMsg_ok img {
    display: none;
}

#AlertMsg_box .AlertMsg_error {
    border: 1px #c10909 solid;
    background-color: #fdf2f2;
    color: #ff0000;
}

#AlertMsg_box .AlertMsg_error span {
    background-position: -64px -154px;
}

#AlertMsg_box .AlertMsg_error img {
    display: none;
}

#AlertMsg_box .alermsg_close {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background-position: 0 -183px;
    cursor: pointer;
}

#AlertMsg_box .AlertMsg_loading {
    background-color: #fffcf0;
    color: #ff6600;
}

#AlertMsg_box .AlertMsg_loading span,
#AlertMsg_box .AlertMsg_loading .alermsg_close {
    display: none;
}

.Msg_error {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    max-width: 1190px;
    min-height: 22px;
    border: 1px #c10909 solid;
    background-color: #fdf2f2;
    color: #ff0000;
}

.Msg_error span {
    float: left;
    display: inline;
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.Msg_error em {
    padding: 2px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.Msg_error span {
    background-position: -64px -154px;
}

.Msg_error img {
    display: none;
}

.warn-msg {
    border: 1px #ff8b3c solid;
    background-color: #fefef2;
    color: #ff8b3c;
    padding: 8px 10px;
    line-height: 20px;
    font-size: 14px;
}

#msg_content {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    max-width: 1190px;
    min-height: 22px;
}

#msg_content span {
    float: left;
    display: inline;
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#msg_content em {
    padding: 2px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

#success_bar {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    max-width: 1190px;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px #1b9e06 solid;
    background-color: #eff5ed;
    color: #148702;
}

#success_bar span {
    float: left;
    display: inline;
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#success_bar em {
    padding: 2px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

#success_bar span {
    background-position: -89px -154px;
}

#success_bar img {
    display: none;
}

#success_bar .success_close {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background-position: 0 -183px;
    cursor: pointer;
}

#error_bar {
    border: 1px #c10909 solid;
    background-color: #fdf2f2;
    color: #f00;
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    max-width: 1190px;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#error_bar span {
    background-position: -64px -154px;
}

#error_bar img {
    display: none;
}

#error_bar span {
    float: left;
    display: inline;
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

#error_bar em {
    padding: 2px 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

#error_bar .success_close {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background-position: 0 -183px;
    cursor: pointer;
}

#error_bar span {
    float: left;
    display: inline;
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-position: -64px -154px;
}

.mod-sel {
    padding: 4px;
}

.discountHoverTips {
    background-color: #fff;
    border: 1px solid #9e9e9e;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 4px 4px 3px #aaa;
    padding: 10px;
    position: absolute;
    width: 324px;
}

.discountHoverTips i {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    background-position: -35px -137px;
    height: 13px;
    left: 18px;
    position: absolute;
    top: -8px;
    width: 13px;
}

#global-bottom-pull {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#global-bottom-pull .bottom_review {
    margin: 0 auto;
    width: 800px;
}

#global-bottom-pull .bottom_review textarea {
    width: 100%;
    margin: 10px 0 15px 0;
}

#global-bottom-pull .bottom_review .box {
    height: 22px;
}

#global-bottom-pull .bottom_review .box2 {
    height: 70px;
}

.star-rating-control {
    display: inline-block;
}

.star-rating-live {
    background-image: url("/Content/images/ui-ico.png?v=20150313");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    background-position: -141px -22px;
    text-indent: -9999px;
}

.star-rating-on,
.star-rating-hover {
    background-position: -141px 0;
}

.weekly-btns {
    float: right !important;
    display: inline;
    padding-top: 4px;
}

.weekly-btns i {
    background-image: url("/Content/images/arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px #b2b2b2 solid;
    cursor: pointer;
    border-radius: 3px;
}

.weekly-btns i:hover {
    border-color: #ed7105;
    background-color: #ffffff;
}

.weekly-btns .next-page {
    background-position: 5px -133px;
}

.weekly-btns .no:hover {
    cursor: default;
    border-color: #b2b2b2;
    background-color: transparent;
}

.weekly-btns .prev-page {
    background-position: 5px -153px;
}

.weekly-btns .next-page-no {
    background-position: 5px -56px;
}

.weekly-btns .next-page-no:hover {
    cursor: default;
    border-color: #b2b2b2;
    background-color: transparent;
}

.weekly-btns .prev-page-no {
    background-position: 5px -171px;
}

.weekly-btns .prev-page-no:hover {
    cursor: default;
    border-color: #b2b2b2;
    background-color: transparent;
}

.weekly-scroll {
    position: relative;
    overflow: hidden;
}

.weekly-scroll div {
    width: 404px;
    overflow: hidden;
}

.weekly-scroll div ul {
    float: left;
    width: 202px;
}

#upbox,
.ui-widget-content {
    background-color: #fff;
    border: 2px #ff0000 solid;
}

.business_table {
    margin-top: 20px;
}

.business_table .spec_title {
    background-color: #f2f2f2;
    color: #7e4711;
    font-size: 14px;
    padding: 6px 0 6px 10px;
}

.business_table table {
    border: 1px solid #f2f2f2;
    padding: 10px 0;
    width: 100%;
}

.business_table table tr {
    line-height: 22px;
}

.business_table table td {
    padding: 5px 0 5px 10px;
    position: relative;
}

.business_table table .trh {
    line-height: 20px;
}

.business_table table .p_t {
    padding-top: 10px;
}

.business_table select {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    padding-left: 5px;
    width: 269px;
}

.business_table label {
    display: block;
    font-weight: bold;
}

.business_table .required {
    color: #555555;
}

.business_table .required em {
    color: #ff5400;
    margin: 3px 3px 0 0;
}

.business_table .reg_r_input {
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding-left: 3px;
    width: 260px;
}

.business_table .text_input {
    border: 1px solid #ddd;
    margin-left: 4px;
    width: 530px;
}

.business_table .vali_select_css {
    display: block;
    position: absolute;
    left: 264px;
    padding: 0;
}

.business_table .member_pic img {
    border: 1px solid #f9df99;
}

.nomargin {
    margin: 0;
}

.noborder {
    border: 0;
}

.reg-footer {
    padding: 15px 0 45px;
    background-color: #eeeeee;
}

.reg-title {
    margin: 24px 0;
    padding: 6px 15px 10px;
    background-color: #f0f0f0;
}

.reg-title h2 {
    color: #ed7105;
    font-size: 16px;
    font-weight: bold;
}

.reg-form {
    padding-bottom: 120px;
}

.reg-form ul {
    padding-left: 150px;
}

.reg-form li {
    padding: 8px 0;
}

.reg-form .form-lab {
    float: left;
    padding: 3px 6px 0 0;
    width: 200px;
    text-align: right;
}

.reg-form input[type=text],
.reg-form input[type=password] {
    padding: 4px;
    line-height: 18px;
    border: 1px #bbb solid;
    width: 300px;
}

.reg-form input[type=text]:focus,
.reg-form input[type=password]:focus {
    border-color: #ed7105;
}

.reg-form select {
    padding: 4px 1px;
    width: 310px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #bbb;
    color: #555555;
}

.reg-form textarea {
    padding: 4px;
    line-height: 18px;
    border: 1px #bbb solid;
    height: 100px;
    width: 300px;
}

.reg-form .reg-form-tip {
    text-align: right;
    width: 516px;
    line-height: 26px;
}

.reg-form .showMore {
    margin: 20px 0;
    padding-left: 248px;
    line-height: 30px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.reg-form .form-arrow {
    display: inline-block;
    margin: 0 6px;
    width: 19px;
    border: 1px #aaa solid;
    vertical-align: text-bottom;
    background-position: -48px -37px;
}

.reg-form .vali_select_css {
    display: block;
    position: absolute;
    left: 300px;
}

.form-foot {
    margin-top: 15px;
    padding: 15px 0 20px 355px;
    border-top: 1px solid #dddddd;
}

.form-foot a {
    color: #049cdb !important;
    text-decoration: underline;
}

.search {
    float: right;
    margin-top: 15px;
}

.hot-search em {
    font-weight: bold;
    color: #666;
}

.hot-search a {
    margin-right: 10px;
    color: #666;
}