@charset 'utf-8';

/*!
 * DOSSM PAY FIRST TEMPLATE COMMON STYLESHEET
 * @required: base/reset.css
 * @author: samzeng@wintour.cn
 * @date: 01/03/2013
 * Copyright 2012
 */

/********************
 * Preset
 ********************/

/**
 * Sprite
 */
.icon,
.ui-datepicker-trigger,
.ui-btn,
.comment-entrance a,
.follow,
.follow span,
.return-top,
.banner-slide .ui-slide-trigger-item,
.product-slide .ui-slide-trigger-item,
.ui-header,
.ui-nav-item-current a,
.ui-nav-item-current a:visited,
.ui-nav a:hover,
.aside-module-header,
.members-only,
.rating-tips i,
.booking-tab .ui-tab-trigger,
.booking-tab .ui-tab-trigger-item,
.member-aside .aside-nav-item-current a,
.btn-dialog-close,
.ui-dialog-header,
.ui-form-success .ui-form-help,
.payment-type-list a,
.ui-aside-nav li,
.view-tab .ui-tab-trigger-item,
.ui-gallery-switch-wrap .btn-prev,
.ui-gallery-switch-wrap .btn-next,
.room-status-table tbody th,
.room-status-table tbody td,
.room-detail-compare-list .ui-checkbox-group,
.pay-online-partners dd {
    background-repeat: no-repeat;
    background-image: url(http://cdn.dossm.com/assets/images/dossm-pay/tmpl1/sprite.png);
}
.icon,
.ui-datepicker-trigger {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* png 24 */
.offer-scroll .btn-prev,
.offer-scroll .btn-next,
.ui-gallery-prev,
.ui-gallery-next,
.icon-latest,
.icon-hot {
    background-image: url(http://cdn.dossm.com/assets/images/dossm-pay/tmpl1/sprite-24.png);
    background-repeat: no-repeat;
}
.offer-scroll .btn-prev {
    background-position: 0 -70px;
}
.offer-scroll .btn-next {
    background-position: -50px -70px;
}
.ui-gallery-prev {
    background-position: 0 0;
}
.ui-gallery-next {
    background-position: -70px 0;
}

.icon-booking-entrance {
    margin-right: 10px;
    width: 21px;
    height: 24px;
    vertical-align: middle;
    background-position: -180px -660px;
}
.icon-calendar,
.ui-datepicker-trigger {
    width: 15px;
    height: 16px;
    background-position: -150px -250px;
}

/**
 * UI form
 */

/* common */
.ui-form-required {
    color: #f00;
    vertical-align: middle;
}
.ui-input,
.ui-select,
.ui-textarea {
    padding: 0 5px;
    color: #484848;
    font-family: Tahoma, Arial, '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', sans-serif;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.ui-input:focus,
.ui-select:focus,
.ui-textarea:focus {
    border-color: #51b5e0;
}

/* ui input */
.ui-input {
    width: 208px;
    height: 23px;
    line-height: 23px;
}

/* ui select */
.ui-select {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 220px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

/* ui radio group */
.ui-radio-group,
.ui-checkbox-group {
    margin-right: 20px;
}
.ui-radio-group input,
.ui-checkbox-group input {
    margin-right: 3px;
    vertical-align: middle;
}

/* ui textarea */
.ui-textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 208px;
    min-height: 60px;
    _height: 60px;
}

.control-group:after {
    display: block;
    height:0;
    visibility: hidden;
    font-size: 0;
    content: ' ';
    clear: both;
}
.control-group {
    zoom: 1;
}

/* error status */
.ui-form-error .ui-input,
.ui-form-error .ui-select,
.ui-form-error .ui-textarea {
    border-color: #d11111;
}
.ui-form-help {
    display: inline-block;
    min-height: 25px;
    _height: 25px;
    line-height: 25px;
    vertical-align: middle;
    word-break: break-all;
}
.textarea-group .ui-form-help {
    display: block;
}
.ui-form-error .ui-form-help {
    padding-left: 20px;
    color: #d11111;
    background: url(http://cdn.dossm.com/assets/images/dossm-pay/tmpl1/icon-error.png) no-repeat 0 50%;
}

/* success status */
.ui-form-success .ui-form-help {
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: -99999em;
    background-position: -180px -405px;
}


/* horizontal form */
.horizontal-form .control-group {
    margin-bottom: 10px;
    min-height: 25px;
    _height: 25px;
}
.horizontal-form .ui-label {
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    line-height: 25px;
}
.horizontal-form .controls {
    margin-left: 130px;
}

/**
 * UI tab
 */
.ui-tab-trigger-item {
    cursor: pointer;
}
.ui-tab-trigger-item-current {
    cursor: default;
}

/**
 * UI tips
 */

/* default */
.ui-tips {
    margin-bottom: 10px;
    padding-top: 5px;
    color: #999;
}
.ui-tips .icon {
    display: none;
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 20px;
    vertical-align: top;
}
.ui-tips-text {
    overflow: hidden;
}

/* error */
.ui-tips-error {
    padding: 5px 10px;
    color: #ac3127;
    border: 1px solid #f06a6a;
    background-color: #fee3e3;
}
.ui-tips-error .icon {
    display: inline-block;
    background-position: -80px -388px;
}
.ui-tips-error a,
.ui-tips-error a:hover {
    color: #ac3127;
    text-decoration: underline;
}

/**
 * UI button
 */

/* common */
.ui-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    overflow: visible;
}
.ui-btn,
.ui-btn:visited,
.ui-btn:hover,
.ui-btn:active {
    color: #fff;
}
div.ui-btn {
    *display: inline;
}

/* ui button default */
.btn-default,
.btn-primary {
    width: 99px;
    height: 29px;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    background-position: 0 0;
}
.btn-default:hover {
    background-position: 0 -29px;
}
.btn-default:active {
    background-position: 0 -58px;
}

/* ui button primary */
.btn-primary {
    background-position: -109px 0;
}
.btn-primary:hover {
    background-position: -109px -29px;
}
.btn-primary:active {
    background-position: -109px -58px;
}
.btn-primary-disabled,
.btn-primary-disabled:hover,
.btn-primary-disabled:active {
    cursor: default;
    color: #ddd;
    background-position: 0 -2140px;
}

/* ui button linear */
.btn-linear {
    margin: 0;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    background-repeat: repeat-x;
    background-position: 0 -1480px;
}
.btn-linear:hover {
    background-position: 0 -1520px;
}
.btn-linear:active {
    background-position: 0 -1560px;
}

/* date group */
.date-group .controls {
    position: relative;
}
.date-group .ui-datepicker-trigger {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.date-group .ui-input {
    position: static;
    margin-left: 0;
}

/* pic */
.pic {
    background: #fff url(http://cdn.dossm.com/assets/images/dossm-pay/tmpl1/horizontal-loading.gif) no-repeat 50% 50%;
}

/**
 * No data
 */
.no-data {
    padding: 10px;
}
.no-pic {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff url(http://cdn.dossm.com/assets/images/dossm-pay/tmpl1/no-pic.png) no-repeat 50% 50%;
}

/**
 * UI loading
 */
.status-loading {
    overflow: hidden;
}
.ui-loading ,
.ui-loading .loading-layer {
    width: 100%;
    height: 100%;
}
.ui-loading {
    position: fixed;
    left:0 ;
    top: 0;
    background: url(http://cdn.dossm.com/assets/images/common/ajax-loader-bg.png) repeat 0 0;
    z-index: 999;
}
.ui-loading .loading-layer {
    background: url(http://cdn.dossm.com/assets/images/common/ajax-loader.gif) no-repeat 50% 50%;
}

/* comment entrance */
.comment-entrance {
    width: 197px;
    height: 66px;
}
.comment-entrance a {
    display: block;
    padding: 13px 0 13px 40px;
    width: 157px;
    height: 40px;
    line-height: 40px;
    background-position: 0 -490px;
}
.icon-comment-entrance {
    margin-right: 5px;
    width: 23px;
    height: 18px;
    vertical-align: middle;
    background-position: 0 -460px;
}
.comment-entrance strong {
    color: #4e4e4e;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}

.entry {
    line-height: 1.8;
}

/********************
 * Global
 ********************/
body {
    /**
     *  \5b8b\4f53: 'SimSun'
     *  \9ED1\4F53: 'Hei'
     *  \5FAE\8F6F\96C5\9ED1: 'Microsoft YaHei'
     *  \5FAE\8F6F\6B63\9ED1\4F53: 'Microsoft JhengHe'
     */
    color: #484848;
    font: 12px/1.5 'hiragino sans gb', 'microsoft yahei', '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', sans-serif;
    background: #f7f7f7;
}

/**
 * Link
 */
a,
a:visited {
    color: #ac4b39;
    text-decoration: none;
}
a:hover {
    color: #51b5e0;
    text-decoration: none;
}

/* custom selection colors */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ea4c89;
}
::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #ea4c89;
}

/**
 * Pages background
 */
.background-mask {
    position: absolute;
    top: 95px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #0f1421;
    z-index: 1;
 }

/**
 * UI layout
 */
.ui-layout {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    z-index: 2;
}
.ui-header {
    position: relative;
    padding-bottom: 10px;
    height: 85px;
    background-repeat: repeat-x;
    background-color: #fff;
    background-position: 0 -1265px;
}

/**
 * UI logo
 */
.ui-logo {
    float: left;
    width: 128px;
    height: 85px;
    overflow: hidden;
}

/**
 * Dialog
 * @required: fancybox
 */
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(http://cdn.dossm.com/assets/images/common/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(http://cdn.dossm.com/assets/images/common/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(http://cdn.dossm.com/assets/images/common/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancybox-close,
.btn-dialog-close {
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    z-index: 8040;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span,
.fancybox-close {
    background-image: url(http://cdn.dossm.com/assets/images/common/fancybox/fancybox_sprite.png);
}
.fancybox-close {
    background-position: 0 0;
}
.btn-dialog-close {
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    background-position: 0 -392px;
    overflow: hidden;
}
.btn-dialog-close:hover {
    background-position: 0 -408px;
}
.fancybox-type-image,
.ui-dialog {
    background: #f0f0f0;
}
.fancybox-type-image {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.ui-dialog-header {
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    background-repeat: repeat-x;
    background-position: 0 -1370px;
}
.ui-dialog-header h3 {
    color: #9e2b16;
    font-size: 16px;
}
.ui-dialog-header .ui-btn-back-index {
    text-decoration: underline;
    margin: 0 2px;
}
.ui-dialog-body {
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.fancybox-title {
    text-align: center;
    font-size: 14px;
}

/**
 * UI alert
 */
.ui-alert {
    padding: 12px 35px 12px 12px;
    background: #f2dfdf;
    border: 1px solid #eed3d7;
}
.ui-alert .btn-alert-close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
    float: right;
    font-size: 20px;
    font-weight: 700;
}

/**
 * Top navigation
 */
.top-nav {
    position: absolute;
    top: 20px;
    right: 0;
}
.booking-number {
    margin-right: 30px;
    font-size: 18px;
    font-family: Arial;
}
.entrances a {
    margin-right: 5px;
    margin-left: 5px;
    color: #464646;
}
.entrances a:hover {
    text-decoration: underline;
}

/* follow */
.follow {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 0 2px 0 23px;
    width: 37px;
    height: 22px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: -110px -180px;
    vertical-align: bottom;
}
.entrances .follow,
.entrances .follow:hover {
    color: #fff;
    text-decoration: none;
}

/* price */
.price {
    font-family: Arial;
}
.price .sign {
    margin-right: 5px;
}
.price dfn {
    margin-right: 5px;
    color: #666;
}
.price span {
    color: #9e2b16;
}
.total .price {
    font-weight: 700;
}

/**
 * UI navigation
 */
.ui-nav {
    position: absolute;
    top: 45px;
    left: 128px;
    width: 832px;
    height: 40px;
}
.ui-nav li {
    float: left;
    width: 118px;
    height: 40px;
    text-align: center;
}
.ui-nav a,
.ui-nav a:visited {
    display: inline-block;
    padding: 0 3px;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 40px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
}
.ui-nav-item-current a,
.ui-nav-item-current a:visited,
.ui-nav a:hover {
    color: #ac4b39;
    background-repeat: repeat-x;
    background-position: 0 -1890px;
}

/**
 * UI slideshow
 */

/* common */
.slide-wrapper {
    margin-bottom: 20px;
}
.ui-slide,
.ui-slide-inner {
    position: relative;
    overflow: hidden;;
}
.ui-slide-item {
    position: absolute;
    top: 0;
    left: 0;
}
.banner-slide .ui-slide-trigger {
    position: absolute;
}

/**
 * Banner slide
 */
.slide-wrapper {
    position: relative;
}
.banner-slide,
.banner-slide .ui-slide-inner,
.banner-slide .ui-slide-item {
    width: 960px;
    height: 380px;
}
.banner-slide .ui-slide-trigger,
.product-slide .ui-slide-trigger {
    position: absolute;
    bottom: 0;
    left: 385px;
    padding: 12px 0;
    width: 190px;
    height: 12px;
    text-align: center;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ffffff, #f0f0f0); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0); /* Firefox 16+, IE10, Opera 12.50+ */
}
.banner-slide .ui-slide-trigger-item,
.product-slide .ui-slide-trigger-item {
    display: inline-block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    line-height: 99999em;
    overflow: hidden;
    background-position: -140px -430px;
}
.banner-slide .ui-slide-trigger-item-current,
.product-slide .ui-slide-trigger-item-current {
    background-position: -120px -430px;
}

/**
 * UI booking entrance
 */

/* common */
.ui-booking-entrance {
    position: absolute;
    top: 34px;
    right: 0;
    height: 312px;
}
.ui-booking-entrance,
.product-aside {
    width: 255px;
    height: 312px;
}
.ui-booking-entrance legend,
.product-aside-title {
    display: block;
    *display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    *left: -7px;
    padding: 5px 20px;
    width: 215px;
    height: 30px;
    line-height: 30px;
}
.ui-booking-entrance legend span,
.product-aside-title span {
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
}
.booking-entrance-form {
    padding: 55px 20px 0;
    width: 215px;
}
.ui-booking-entrance .ui-input {
    width: 203px;
}
.ui-booking-entrance .control-group {
    margin-bottom: 15px;
}
.ui-booking-entrance .date-group,
.ui-booking-entrance .date-group .controls {
    position: relative;
}
.ui-booking-entrance .date-group .ui-label {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    white-space: nowrap;
    line-height: 25px;
    z-index: 1;
}
.ui-booking-entrance .date-group .ui-input {
    padding-left: 65px;
    width: 143px;
}
.ui-booking-entrance .ui-select {
    padding-left: 0;
    width: 215px;
}
.ui-booking-entrance .btn-group {
    text-align: right;
}
.entrance-triggers {
    color: #777;
    list-style: inside square none;
}
.entrance-triggers a,
.entrance-triggers a:visited {
    color: #484848;
}
.entrance-triggers a:hover {
    color: #51b5e0;
}

/**
 * Site links
 */
.site-links {
    margin-bottom: 10px;
    padding-top: 40px;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    background-color: #f7f7f7;
}
.site-links a {
    color: #484848;
}
.site-links a:hover {
    color: #51b5e0;
}
.site-links-item {
    float: left;
    width: 137px;
}
.site-links-item dt {
    margin-bottom: 10px;
}
.site-links-item dd {
    margin-bottom: 5px;
    padding-right: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    overflow: hidden;
}

/**
 * partner logo
 */
.partner-logo {
    margin-bottom: 10px;
    text-align: center;
}
.partner-logo img {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}

/**
 * UI footer
 */
.ui-footer {
    padding-bottom: 40px;
    text-align: center;
}
.ui-footer a {
    color: #484848;
}
.ui-footer a:hover {
    color: #51b5e0;
}
.ui-footer p,
.support a,
.support a:hover {
}
    color: #808080;
}
.support a {
    text-decoration: underline;
}
.ui-footer p span {
    margin: 0 5px;
}
.footer-nav {
    margin-bottom: 10px;
}
.footer-nav a {
    padding: 0 5px;
}

/* google maps tip */
.google-maps-tips {
    position: relative;
    padding: 0 5px;
    height: 18px;
    background-color: #ee5d5b;
    border: 1px solid #bc3b3a;
    color: #fff;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
}
.google-maps-tips .icon-arrow {
    position: absolute;
    top: 18px;
    left: 10px;
    width: 11px;
    height: 10px;
    background-position: -160px -390px;
}

/* return top */
.return-top {
    display: none;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 40px;
    text-indent: -99999em;
    background-position: 0 -231px;
}
.return-top:hover {
    background-position: -50px -231px;
}

/* ie6 tips */
.ui-browser-wrapper {
    position: absolute;
    z-index: 888;
}
.ui-browser-ctnr {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    border: 1px solid #a1a49f;
    background: #fff url(http://cdn.dossm.com/assets/images/common/broswer-tips.png) repeat-x 0 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 887;
}
.ui-browser-content {
    padding: 0 40px 0 60px;
    width: 150px;
    background: url(http://cdn.dossm.com/assets/images/common/icon-warn.png) no-repeat 10px 50%;
}
.ui-browser-content a {
    color: #b34b39;
}
.ui-browser-content a:hover {
    text-decoration: underline;
}
.btn-browser-tips-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    line-height: 99999em;
    background: url(http://cdn.dossm.com/assets/images/common/icon-browser-tips-btns.png) no-repeat 0 0;
    overflow: hidden;
}
.btn-browser-tips-close:hover {
    background-position: 0 -16px;
}
