
/* @group general styles */
body {
    margin: 0;
    padding: 0 0 60px 0;
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #5e0e59;
    background: url(../images/background/bg.png) top left repeat-x;
}

ul,ol,img,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

h1,.none {
    display: none;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5e0e59;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    width: 100%;
}

.marTop {
    margin-top: 0!important;
}

/* @end general styles */

/* @group container */ 
#container {
    width: 928px;
    padding: 0 25px;
    margin: 0 auto;
    background: url(../images/background/container_bg.png) top center repeat-y;
    overflow: hidden;
}

/* @group header */ 
#header {
    width: 928px;
    height: 99px;
    float: left;
    background: url(../images/background/header_bg.png) top left repeat-x;
}

#logo {
    width: 156px;
    height: 41px;
    float: left;
    margin: 15px 56px 0 15px;
    display: inline;
}

#nav {
    float: left;
    width: 700px;
}

#nav ul {
    padding-top: 24px;
    width: 700px;
}

#nav ul li {
    float: left;
    padding: 14px 11px 0 11px;
    height: 13px;
    background: url(../images/background/nav_line.png) top left no-repeat;
}

#nav ul li a:link,
#nav ul li a:visited {
    color: #268ccc;
    text-decoration: none;
}

#nav ul li a:hover {
    color: #5e0e59;
}

#nav ul li.selected a:link,
#nav ul li.selected a:visited {
    color: #5e0e59;
}

/* @end header */ 

/* @group body */ 
#body {
    width: 928px;
    float: left;
}

/*
*********************************************************************
 hotel.html
*********************************************************************
*/

/* @group bodyLeft */ 
#bodyLeft {
    width: 660px;
    float: left;
    margin-right: 15px;
    display: inline;
}

/* @group breadCrumb */ 
#breadCrumb {
    width: 650px;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    position: relative;
}

#breadCrumb div {
    float: right;
    width: 181px;
    height: 21px;
    font-weight: bold;
}

#breadCrumb div a {
    text-decoration: none;
    color: #1b90d0;
    background: url(../images/icons/arrow.png) 0 6px no-repeat;
    display: block;
    padding-left: 8px;
}

#breadCrumb div a.choose {
    background: url(../images/icons/arrow-down.png) 0 8px no-repeat;
    padding-left: 12px;
}

#breadCrumb span {
    color: #1b90d0;
}

/* @end breadCrumb */ 

/* @group menu */
#menu {
    width: 140px;
    float: left;
    margin-right: 17px;
    display: inline;
}

#menu ul {
    width: 140px;
    padding-top: 3px;
}

#menu ul li {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../images/background/menu_bg.png) top left repeat-x;
}

#menu ul li a {
    color: #5e0e59;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#menu ul li.menuSelected,
#menu ul li.menuHover {
    font-weight: bold;
    background: url(../images/background/menu_bg-on.png) top left repeat-x;
}

#menu ul li span {
    color: #9b8d9a;
}

#menu ul li img {
    margin: 8px 5px 0 -30px;
    float: left;
}

/* @end menu */

/* @group bodyCenter */
#bodyCenter {
    width: 503px;
    float: left;
    position: relative;
}

#bodyCenter h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    width: 503px;
    font-size: 30px;
    font-weight: lighter;
    margin: 12px 0;
    padding: 10px 0;
    float: left;
}

/* @group hotles */
#hotles {
    width: 503px;
    float: left;
    margin-bottom: 17px;
}

#hotles img {
    float: left;
    margin-right: 12px;
}

#hotles p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    line-height: 20px;
    width: 503px;
    float: left;
}

*html #hotles p {
    width: 500px;
}

/* @end hotles */

/* @group check */
#check {
    width: 503px;
    float: left;
    padding-bottom: 24px;
}

#checkHeader {
    width: 503px;
    height: 45px;
    float: left;
}

#checkHeaderLeft,
#checkHeaderLeft1,
#checkHeaderLeft2,
#checkHeaderLeft3,
#checkHeaderLeft4 {
    width: 237px;
    height: 26px;
    padding: 18px 0 0 13px;
    border-bottom: 1px solid #d3d3d3;
    float: left;
}

#checkHeaderRight {
    width: 216px;
    height: 30px;
    padding: 14px 0 0 35px;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    background: url(../images/background/check_availability_bg.png) top left repeat-x;
    float: left;
}

#checkHeaderRight2 {
    width: 230px;
    height: 26px;
    padding: 18px 0 0 15px;
    float: left;
    margin-left: 415px;
    display: inline;
    background: #f4f3f3;
}


#checkBody {
    width: 458px;
    float: left;
    padding: 13px 11px 25px 32px;
    border: 1px solid #d3d3d3;
    border-top: none;
    background: #f6f5f5;
    color: #492843;
}

#checkBody h5 {
    width: 296px;
    padding: 0 94px 12px 68px;
    font-size: 12px;
    float: left;
}

#checkBody h5 span {
    float: right;
}

.date {
    width: 428px;
    padding: 11px 0 11px 30px;
    float: left;
    background: url(../images/background/date_bg.png) top left repeat-x;
}

.timeSheet {
    width: 141px;
    float: left;
    margin-right: 48px;
    display: inline;
}

.timeSheetHeader {
    width: 140px;
    height: 12px;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.timeSheetHeader a {
    padding: 0 8px;
}

.timeSheet ul {
    width: 140px;
    float: left;
}

.timeSheet ul li {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    float: left;
    font-size: 11px;
}

.timeSheet ul.table {
    border-left: 1px solid #a0a094;
    border-bottom: 1px solid #a0a094;
}

.timeSheet ul.table li {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-weight: bold;
    border-top: 1px solid #a0a094;
    border-right: 1px solid #a0a094;
    background: #f6f5f5;
}

.timeSheet ul.table li a {
    width: 19px;
    height: 19px;
    display: block;
    background: #ffffff;
    color: #492843;
    text-decoration: none;
}

.timeSheet ul.table li a:hover {
    color: #ffffff;
    background: #107ec3;
}

.timeSheet ul.table li a.selectedDate {
    color: #ffffff;
    background: #107ec3;
}

.line {
    float: left;
    margin-right: 48px;
}

.dateDetail {
    width: 330px;
    padding: 23px 128px 0 0;
    text-align: right;
    float: left;
    background: url(../images/background/date_bg.png) top left repeat-x;
}

.dateDetail ul {
    width: 330px;
    padding-top: 5px;
}

.dateDetail ul li {
    width: 330px;
    height: 20px;
    line-height: 20px;
}

.dateDetail ul li ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dateDetail ul li ol li {
    float: right;
    font-weight: bold;
    font-size: 11px;
    width: 43px;
    text-align: right;
    padding-left: 10px;
}

.dateDetail ul li ol li.children {
    width: 52px;
}

.dateDetail ul li ol li.room {
    font-weight: lighter;
}

.dateDetail ul li ol li select {
    width: 43px;
    height: 20px;
}

.dateDetail ul li.search {
    height: 30px;
}

.dateDetail ul li input {
    width: 132px;
    height: 24px;
    float: right;
    margin-top: 18px;
    border: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 3px;
    background: url(../images/icons/search.png) top center no-repeat;
}

*html .dateDetail ul li input {
    margin-top: 12px;
}

*+html .dateDetail ul li input {
    margin-top: 12px;
}

.dateDetail ul li input.searchIn {
    width: 156px;
    background: url(../images/icons/search-in.png) top center no-repeat;
}

*html .dateDetail ul li input.searchIn {
    padding-left: 12px;
}

/* @end check */

/* @group box */
.title {
    width: 492px;
    height: 26px;
    line-height: 20px;
    padding: 5px 0 0 11px;
    float: left;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.mar30 {
    margin-top: 30px;
}

.title strong {
    font-size: 22px;
}

.title a {
    float: right;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #1b90d0;
}

.title a img {
    float: left;
    padding: 5px 5px 0 0;
}

.leftBox {
    width: 244px;
    float: left;
    margin: 15px 0 25px 0;
    background: url(../images/background/box-foot.png) bottom center no-repeat;
    padding-bottom: 7px;
}

.leftBox div.boxCap,
.rightBox div.boxCap {
    width: 244px;
    float: left;
    background: url(../images/background/box-cap.png) top center no-repeat;
    padding-top: 7px;
}

.boxBody {
    width: 218px;
    padding: 5px 13px 0 13px;
    float: left;
    background: url(../images/background/box_bg.png) top center repeat-y;
}

.boxBody h6 {
    width: 218px;
    padding: 3px 0 0 0;
    float: left;
    font-size: 11px;
    color: #9c6fab;
}

.boxBody h6 span {
    font-weight: lighter;
    margin-left: 8px;
}

.boxBody h6 span a:link,
.boxBody h6 span a:visited {
    color: #1b90d0;
    text-decoration: none;
}

.boxBody h6 img {
    margin-left: 8px;
}

.boxBody p {
    width: 218px;
}

.boxBody p strong {
    font-size: 15px;
    line-height: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.boxBody p span {
    color: #9c6fab;
    line-height: 20px;
}

.boxBody p span.price {
    font-size: 10px;
    float: left;
    width: 218px;
    text-align: left;
}

.boxBody p span.price strong {
    font-size: 12px;
    color: #5e0e59;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
    float: right;
}

.boxBody h5 {
    font-size: 12px;
    width: 208px;
    height: 13px;
    border-top: 1px solid #cecece;
    clear: both;
    float: left;
    margin: 5px 0 0 0;
    padding: 10px 5px 8px 5px;
}

.boxBody h5 a {
    color: #1b90d0;
    text-decoration: none;
}

.boxBody h5 a img {
    padding: 1px 3px 0 0;
    float: left;
}

.boxBody h5 span {
    float: right;
    width: 126px;
    height: 20px;
    text-align: right;
    margin: -3px -5px 0 0;
}

.boxBody h5 span a img {
    padding: 0;
    float: none;
}

.rightBox {
    width: 244px;
    float: right;
    margin: 15px 0 0 0;
    background: url(../images/background/box-foot.png) bottom center no-repeat;
    padding-bottom: 7px;
}

#lookingFor {
    width: 493px;
    padding-left: 10px;
    height: 60px;
    font-weight: bold;
    clear: both;
    float: left;
    background: url(../images/background/looking-for_bg.png) top left repeat-x;
}

#lookingFor h5 {
    font-size: 16px;
    float: left;
    width: 493px;
    margin: 12px 0 10px 0;
}

#lookingFor span img {
    padding: 0 5px;
}

#lookingFor span a {
    margin: 0 5px;
    color: #1b90d0;
    text-decoration: none;
}

/* @end box */

/* @end bodyCenter */

/* @end bodyLeft */

/* @group bodyRight */
#bodyRight {
    width: 253px;
    float: left;
    position:relative;
}

/* @group sign */
.sign {
    width: 253px;
    float: left;
}

#sign {
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    opacity: 0.2;
}

.signHeader {
    width: 240px;
    height: 19px;
    padding-left: 13px;
    float: left;
}

.signHeader a {
    float: left;
    margin-right: 4px;
}

.signOutCap {
    width: 253px;
    height: 6px;
    float: left;
}

.signOutCap img {
    float: left;
}

.signOutBody {
    width: 243px;
    padding: 0 5px;
    float: left;
    background: #5e0e59;
}

.signOutBody h5 {
    font-size: 18px;
    width: 228px;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    color: #ffffff;
    float: left;
}

.signOutBody h5 span {
    float: right;
    width: 140px;
    font-size: 12px;
    font-weight: lighter;
    color: #e3d2e2;
}

.signOutBody h5 span img {
    float: right;
    margin-top: 5px;
}

.signOutBody h5 span a {
    float: right;
    margin: 0 10px;
    color: #e3d2e2;
    text-decoration: none;
}

.signOutBody p.singOutP {
    float: left;
    width: 225px;
    padding: 10px 0 0 11px;
    color: #ffffff;
    font-size: 11px;
}

.signOutBody input {
    width: 223px;
    height: 21px;
    margin: 10px 0 0 11px;
    padding: 4px 0 0 6px;
    border: none;
    background: url(../images/background/sign-input.png) no-repeat;
}

.signOutBody input.signInButton {
    width: 67px;
    height: 19px;
    font-weight: bold;
    background: url(../images/background/sign-button.png) no-repeat;
    float: right;
    padding: 0 0 2px 0;
    line-height: 18px;
    margin: 8px 9px 0 0;
}

.signOutBody input.creatButton {
    width: 162px;
    height: 19px;
    font-weight: bold;
    background: url(../images/background/create-account.png) no-repeat;
    float: right;
    padding: 0 0 2px 0;
    line-height: 18px;
    margin: 8px 9px 0 0;
}

.signOutBody span.forgetSpan {
    color: #ceaacc;
    font-size: 11px;
    float: left;
    margin: 10px 0 0 10px;
    padding-bottom: 10px;
    height: 13px;
}

.signOutBody span.forgetSpan a {
    color: #ceaacc;
    text-decoration: none;
}

.signOutBody span.forgetSpan a:hover {
    text-decoration: underline;
}

.summaryTitle {
    width: 223px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 11px;
    padding: 0 10px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #ffffff;
}

.summaryTitle span {
    float: right;
}

.summary {
    width: 223px;
    padding: 10px;
    float: left;
    background: #faf8ed;
}

#bodyRight h6 {
    width: 233px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    float: left;
    font-size: 11px;
    color: #ffffff;
}

.view {
    width: 223px;
    height: 17px;
    line-height: 17px;
    padding: 0 10px;
    float: left;
    font-size: 11px;
    background: #ffffff;
}

.view a {
    float: right;
    margin-left: 20px;
    text-decoration: none;
    color: #5e0e59;
}

.viewBox {
    width: 243px;
    float: left;
    margin-top: 3px;
}

.view a.viewAll {
    margin-left: 0;
    float: none;
}

.viewBoxCap {
    width: 243px;
    height: 2px;
    float: left;
}

.viewBoxCap img {
    float: left;
}

.viewBoxBody {
    width: 223px;
    padding: 9px 10px 17px 10px;
    float: left;
    font-size: 11px;
    background: #ffffff;
}

.viewBoxBody img {
    border: 1px solid #cecece;
    padding: 1px;
    float: left;
    margin-right: 8px;
}

.viewBoxBody span {
    color: #9c6fab;
}

.viewBoxBody span a {
    float: right;
    color: #5e0e59;
    text-decoration:none;
}

.viewBoxBody span a img {
    float: left;
    margin-right: 3px;
}

.viewBoxBody p strong {
    font-size: 12px;
}

.booking {
    width: 218px;
    padding:  12px 15px 0 10px;
    background: #ffffff;
    font-size: 11px;
    float: left;
}

.booking strong {
    color: #9c6fab;
}

.booking h3 {
    font-size: 12px;
    width: 218px;
    line-height: 20px;
}

.bookingImg {
    width: 57px;
    float: left;
    margin-right: 10px;
    display: inline;
}

.booking img.book {
    border: 1px solid #cecece;
    padding: 1px;
}

.describe {
    width: 58px;
    float: left;
    margin-right: 10px;
    display: inline;
    text-align: right;
}

.result {
    width: 77px;
    float: left;
    font-weight: bold;
}

.bookNow {
    clear: both;
    float: left;
    padding: 15px 0 20px 0;
    width: 218px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.bookNow span {
    font-size: 14px;
    font-weight: bold;
    color: #268ccc;
}

.bookNow span.bookedStatus {
    font-size: 11px;
}

.bookNow strong {
    font-size: 11px;
    color: #5e0e59;
}

.bookNow a {
    float: right;
}

.bookAction {
    width: 243px;
    height: 121px;
    border-top: 1px solid #5e0e59;
    border-left: 5px solid #5e0e59;
    border-right: 5px solid #5e0e59;
    float: left;
}

.pRelative {
    position: relative;
}

.bookAction a {
    float: left;
    display: inline;
    width: 207px;
    height: 26px;
    line-height: 26px;
    color: #5e0e59;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(../images/background/bookAction.png) no-repeat;
    margin: 11px 0 0 19px;
}

.bookAction a.unLogin {
    background: url(../images/background/unLogin.png) no-repeat;
    color: #ffffff;
}

.bookAction a.font14 {
    font-size: 14px;
}

.needToLogin {
    width: 217px;
    height: 33px;
    background: url(../images/content/not-login.png) no-repeat;
    position: absolute;
    top: -22px;
    left: 15px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
}

#inviteFriends {
    top: 14px;
}

#getPDF {
    top: 51px;
}

.signOutFoot {
    width: 253px;
    height: 7px;
    float: left;
}

.signOutFoot img {
    float: left;
}

.floatDiv {
    width: 243px;
    padding: 0 5px;
    border-bottom: 5px solid #5e0e59;
    position: absolute;
    bottom: 125px;
    left: 0;
    background: #5e0e59;
}

*html .floatDiv {
    position: static;
    float: left;
    margin-top: -383px;
}

.not {
    width: 217px;
    height: 33px;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    display: none;
    background: url(../images/content/not.png) top center no-repeat;
    position:absolute;
    top:383px;
    left:17px;
}

*html .not {
    top: 382px;
    background: url(../images/content/not-ie6.png) top center no-repeat;
}

/* @end sign */

/* @group topHotel */
.topHotel {
    width: 253px;
    float: left;
    margin-top: 25px;
}

.topHotelHeader {
    width: 253px;
    height: 40px;
    float: left;
}

.topHotelHeader img {
    float: left;
}

.topHotelBody {
    width: 209px;
    padding: 0 30px 25px 14px;
    float: left;
    background: url(../images/background/top-hotel_bg.png) top center repeat-y;
}

.topHotelBody p {
    line-height: 16px;
    padding: 5px 0 0 0;
}

.topHotelBody p strong {
    line-height: 30px;
}

.topHotelBody p a {
    color: #268ccc;
    font-size: 10px;
    text-decoration: none;
}

.topHotelFoot {
    width: 253px;
    height: 7px;
    float: left;
}

.topHotelFoot img {
    float: left;
}

/* @end topHotel */

/* @end bodyRight */

/* @end body */

/* @group browseMap */
.browseMap {
    width: 930px;
    position: absolute;
    top: 357px;
    z-index: 5;
    display: none;
}

.browseMap2 {
    top: 314px;
}

.browseMap3 {
    top: 838px;
}

.browseMap4 {
    top: 410px;
}

.browseMap #checkHeaderLeft {
    margin-left: 158px;
    display: inline;
    border-bottom: none;
    background: #f4f3f3 url(../images/background/browse-map_bg.png) top left repeat-x;
}

.browseMap #checkHeaderLeft1 {
    margin-left: 158px;
    display: inline;
    border-bottom: none;
    background: #f4f3f3 url(../images/background/browse-map_bg.png) top left repeat-x;
}

.browseMap #checkHeaderLeft2 {
    margin-left: 158px;
    display: inline;
    border-bottom: none;
    background: #f4f3f3 url(../images/background/browse-map_bg.png) top left repeat-x;
}

.browseMap #checkHeaderLeft3 {
    margin-left: 158px;
    display: inline;
    border-bottom: none;
    background: #f4f3f3 url(../images/background/browse-map_bg.png) top left repeat-x;
}

.browseMap #checkHeaderLeft4 {
    margin-left: 158px;
    display: inline;
    border-bottom: none;
    background: #f4f3f3 url(../images/background/browse-map_bg.png) top left repeat-x;
}

.mapBox {
    width: 920px;
    height: 382px;
    float: left;
    padding: 6px 5px;
    background: url(../images/background/mapBox_bg.png) top left repeat-x;
}

.mapText {
    width: 920px;
    padding: 4px 5px 7px;
    float: left;
    background: #fafafa;
}

.mapTextTop {
    width: 920px;
    height: 5px;
    padding: 0;
    float: left;
    background: url(../images/background/mapText-top.png) bottom center no-repeat;
}

.mapTextBody {
    width: 920px;
    float: left;
    padding: 13px 0 23px;
    margin-top: -16px;
    background: url(../images/background/mapText_bg.png) top left repeat-y;
}

*html .mapTextBody {
    margin-bottom: -16px;
}

.mapTextBody ul {
    width: 920px;
}

.mapTextBody ul li {
    float: left;
    padding-left: 20px;
}

.mapTextBody ul li.cityName {
    width: 195px;
    padding: 20px 0 0 23px;
}

.mapTextBody ul li.introduceText {
    width: 420px;
    padding-left: 30px;
}

.mapTextBody ul li ol li {
    float: none;
    padding: 0 0 5px 0;
}

.mapTextBody ul li ol li a {
    color: #5e0e59;
}

.mapTextBody ul li.cityName strong {
    font-size: 20px;
    line-height: 24px;
}

.mapTextBody ul li.introduceText p {
    width: 420px;
}

.mapTextBottom {
    width: 920px;
    height: 3px;
    padding: 0;
    float: left;
    background: url(../images/background/mapText-bottom.png) top center no-repeat;
}

/* @end browseMap */

/*
*********************************************************************
 active_stay_base.html
*********************************************************************
*/

/* @group myStay */
.myStay {
    width: 928px;
}

.myStay h5 {
    font-size: 22px;
    line-height: 22px;
    width: 900px;
    float: left;
    padding: 0 0 12px 14px;
}

.move {
    width: 928px;
    height: 118px;
    float: left;
    margin-bottom: 4px;
}

*html .move {
    margin-bottom: 0;
}

.moveBody {
    width: 876px;
    height: 118px;
    float: left;
    padding-left: 4px;
}

.moveBody ul li {
    width: 134px;
    height: 115px;
    padding: 3px 0 0 7px;
    float: left;
    margin-right: 5px;
    display: inline;
    color: #717171;
    background: url(../images/background/mystay_bg.png) no-repeat;
}

.moveBody ul li.selected {
    background: url(../images/background/mystay-on.png) no-repeat;
    color: #5e0e59;
}  

.moveOn {
    width: 21px;
    height: 93px;
    float: left;
    margin: 3px 0 0 2px;
    display: inline;
}

.moveOn2 {
    width: 21px;
    height: 93px;
    float: left;
    margin: 3px 0 0 2px;
    display: none;
}

.moveOnLeft {
    width: 21px;
    height: 93px;
    float: left;
    margin: 3px 3px 0 0;
    display: inline;
}

.moveOnLeft2 {
    width: 21px;
    height: 93px;
    float: left;
    margin: 3px 3px 0 0;
    display: none;
}

.moveBody ul li span {
    font-weight: bold;
    width: 125px;
    float: left;
    padding: 3px 0 2px 8px;
}

.moveBody ul li h2,.moveBody ul li h1 {
	display: none;
}

.moveBody ul li a {
    float: left;
}

/* @end myStay */

/* @group print */
.print {
    width: 928px;
    height: 178px;
    line-height: 18px;
    clear: both;
    background: url(../images/background/print_bg.png) top left repeat-x;
}

.print ul {
    width: 907px;
    padding: 17px 0 0 21px;
}

.print ul li {
    float: left;
    margin-right: 32px;
    display: inline;
}

.print ul li a {
    color: #1b90d0;
    text-decoration: none;
    font-weight: bold;
}

.print ul li.printLeft {
    margin-right: 35px;
}

.print ul li.printRight {
    margin: 0;
    text-align: center;
    width: 210px;
}

.print ul li.printRight span {
    color: #0181cc;
    font-size: 18px;
}

.print ul li input {
    width: 90px;
    height: 18px;
    padding: 2px 0 0 2px;
    background: url(../images/background/input_bg.png) top left no-repeat;
    border: none;
}

.print ul li input.inputTitle {
    width: 258px;
}

.print ul li input.getPDF {
    width: 119px;
    height: 34px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 24px 0;
    padding: 0 0 2px 0;
    background: url(../images/background/get.png) top left no-repeat;
}

.print ul li textarea {
    width: 360px;
    height: 104px;
    padding: 3px 0 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5e0e59;
    background: url(../images/background/input_bg.png) top left no-repeat;
    border: none;
}

.print ul li.printLeft span {
    float: left;
    width: 92px;
    height: 37px;
}

.print ul li.printLeft span.to {
    width: 20px;
    height: 20px;
    padding-top: 17px;
    margin-left: 10px;
}

.print ul li p {
    line-height: 13px;
    text-align: left;
    float: right;
    margin-right: 10px;
    display: inline;
}

.printLine {
    margin: 15px 14px 0 0;
}

.addMore {
    width: 684px;
    height: 17px;
    margin-top: 7px;
    float: left;
    line-height: 17px;
    font-size: 12px;
}

.addMore img {
    float: left;
    margin: 2px 4px 0 16px;
}

.addMore a {
    color: #1b90d0;
    text-decoration: none;
}

/* @end print */

/* @group baseLeft */
.baseLeft {
    width: 684px;
    float: left;
    margin-right: 7px;
    display: inline;
}

.baseLeft ul {
    width: 684px;
}

.baseLeft ul li {
    float: left;
    margin: 8px 8px 0 0;
    padding: 11px 0 0 12px;
    display: inline;
    width: 151px;
    height: 155px;
    background: url(../images/background/base-small_bg.png) top center no-repeat;
}

.baseLeft ul li.bigItem {
    width: 491px;
    height: 152px;
    padding: 14px 0 0 13px;
    background: url(../images/background/base-big_bg.png) top center no-repeat;
}

.baseLeft ul li.bookedBox {
    width: 491px;
    height: 152px;
    padding: 14px 0 0 13px;
    background: url(../images/background/booked_bg.png) top center no-repeat;
}

.baseLeft ul li strong {
    color: #9c6fab;
}

.baseLeft ul li strong.bookedTitle {
    font-size: 16px;
    color: #0181cc;
}

.bigItemImg {
    float: left;
    margin-right: 11px;
    display: inline;
    height: 152px;
}

.baseLeft ul li.bigItem h5 {
    width: 411px;
    float: left;
    padding: 40px 0 0 80px;
    color: #0181cc;
    font-size: 16px;
    line-height: 20px;
}

.baseLeft ul li.bigItem h5 strong {
    color: #0181cc;
    font-size: 18px;
}

.baseLeft ul li.bigItem input.addHotel {
    width: 111px;
    height: 20px;
    float: left;
    margin: 13px 0 0 180px;
    padding-bottom: 3px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: url(../images/background/add-hotel.png) no-repeat;
}

.booked {
    width: 275px;
    padding-top: 5px;
    float: left;
}

.booked span {
    width: 275px;
    line-height: 20px;
    float: left;
}

.booked span span {
    float: right;
    width: 120px;
}

.booked span span.amount {
    width: 200px;
}

.booked a {
    color: #1b90d0;
    text-decoration: none;
    float: left;
    margin-top: 5px;
}

.baseLeft ul li .booked strong {
    color: #5e0e59;
}

.remove {
    width: 55px;
    height: 12px;
    font-size: 11px;
    float: right;
    margin: 0 5px 7px 0;
    text-decoration: none;
    color: #5e0e59;
}

.remove img {
    float: left;
    margin: 3px 3px 0 0;
}

.baseLeft ul li p {
    font-weight: bold;
}

.baseLeft ul li.bigItem p,
.baseLeft ul li.bookedBox p {
    width: 220px;
    float: left;
}

.roomPrice {
    width: 268px;
    padding-right: 16px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    float: left;
    margin: 6px 0 12px 0;
    background: url(../images/background/roomPrice_bg.png) top left repeat-x;
}

.roomPrice span {
    width: 140px;
    float: left;
    margin: 6px 0 0 9px;
    font-size: 11px;
    font-weight: lighter;
    line-height: 13px;
    text-align: left;
}

.roomBook {
    width: 275px;
    float: left;
    color: #9c6fab;
}

.roomBook input.bookButton {
    float: right;
    width: 83px;
    height: 20px;
    padding-bottom: 3px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: url(../images/background/book.png) no-repeat;
}

.action {
    margin-top: 10px;
    font-size: 11px;
    float: left;
    width: 140px;
}

.action a {
    color:	#1b90d0;
    text-decoration: none;
    float: left;
}

.action a.moreInfo {
    float: right;
}

.action a.commented {
    display: block;
    width: 79px;
    height: 19px;
    margin-top: -3px;
    line-height: 19px;
    font-weight: bold;
    color: #5e0e59;
    background: #faf8ed;
    text-align: center;
}

.warning {
    width: 506px;
    height: 101px;
    float: left;
    margin-bottom: -105px;
    background: url(../images/background/warning.png) no-repeat;
    filter:alpha(opacity=93);
    -moz-opacity:0.93;
    opacity: 0.93;
    position: relative;
    top: 80px;
    left: 0;
    font-weight: bold;
    color: #ffffff;
}

.warning a {
    font-size: 12px;
    float: right;
    text-decoration: none;
    color: #ffffff;
    margin: 5px 10px 0 0;
}

.warning h5 {
    text-align: center;
    width: 506px;
    float: left;
    font-size: 16px;
    margin: 15px 0 14px 0;
}

.warning input {
    width: 141px;
    height: 23px;
    background: url(../images/background/warning_bg.png) no-repeat;
    border: none;
    float: left;
    margin-left: 190px;
    color: #ffffff;
    padding-bottom: 4px;
    line-height: 20px;
    font-weight: bold;
}

/* @end baseLeft */

/* @group baseRight */
.baseRight {
    width: 237px;
    float: left;
    padding-top: 8px;
}

.invite {
    width: 237px;
    float: left;
    background: url(../images/background/invite_bg.png) top center repeat-y;
    margin-bottom: 14px;
}

.inviteBody {
    width: 220px;
    padding: 47px 0 50px 17px;
    color: #9c6fab;
    font-size: 11px;
    float: left;
    background: url(../images/content/invite-header.png) top center no-repeat;
}

.inviteBody ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.inviteBody input {
    margin-top: 7px;
    width: 172px;
    height: 18px;
    padding: 3px 0 0 4px;
    border: none;
    background: url(../images/background/invite_box.png) no-repeat;
}

.inviteBody input.send {
    width: 114px;
    height: 21px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0 0 3px 0;
    background: url(../images/background/send-invitation.png) no-repeat;
}

.inviteBody div {
    width: 182px;
    padding: 10px 20px 0 15px;
    text-align: right;
    float: left;
}

.inviteBody div a {
    float: left;
    font-weight: bold;
    margin-top: 5px;
    color: #9c6fab;
    text-decoration: none;
}

.inviteFooter {
    background:#ffffff;
    float:left;
}

.inviteFooter img {
    float:left;
}

.deleted {
    width: 237px;
    float: left;
    background: url(../images/background/deleted_bg.png) top center repeat-y;
}

.deletedBody {
    width: 227px;
    padding: 41px 5px 48px 5px;
    float: left;
    font-size: 11px;
    background: url(../images/content/deleted-header.png) top center no-repeat;
}

.deletedBody div {
    width: 213px;
    padding-left: 14px;
    height: 24px;
    line-height: 24px;
    float: left;
    background: url(../images/background/deleted-item.png) top left repeat-x;
}

.deletedBody div a {
    color: #5e0e59;
    text-decoration: none;
}

.deletedBody p {
    width: 213px;
    padding-left: 14px;
    margin-top: 11px;
    float: left;
}

.deletedBody p a {
    color: #1b90d0;
    text-decoration: none;
    font-weight: bold;
}

.deletedFooter {
    background:#ffffff;
    float:left;
}

.deletedFooter img {
    float:left;
}

/* @end baseRight */

/*
*********************************************************************
 expired_stay.html
*********************************************************************
*/

/* @group expired */
.expired {
    width: 918px;
    height: 163px;
    float: left;
    margin: 8px 0 0 5px;
    display: inline;
    background: url(../images/background/expired_bg.png) top center no-repeat;
}

.close {
    float: right;
    color: #268ccc;
    font-weight: bold;
    text-decoration: none;
    margin: 7px 16px 0 0;
}

.expired h5 {
    float: left;
    padding-top: 25px;
    width: 918px;
    height: 36px;
    color: #268ccc;
    font-size: 18px;
}

.expired h5 img {
    float: left;
    margin: -3px 15px 0 103px;
    display: inline;
}

.expired input {
    width: 127px;
    height: 28px;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: url(../images/background/expired-button.png) no-repeat;
}

.expired input.change {
    margin-left: 200px;
}

.options {
    display: none;
    position: absolute;
    top: 200px;
}

/* @end expired */

/*
*********************************************************************
 active_stay_detail.html
*********************************************************************
*/

/* @group detail */
.detail {
    width: 600px;
    height: 530px;
    overflow: auto;
    padding-bottom: 50px;
    background: #ffffff;
    display: none;
    position: fixed;
    top: 2%;
    left: 10%;
}

*html .detail {
    position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.detailBody {
    width: 503px;
    float: left;
    margin: 40px 0 0 46px;
    display: inline;
}

.detailBody p {
    width: 503px;
    float: left;
    padding-bottom: 24px;
}

.detailDescription {
    width: 503px;
    float: left;
    margin: 13px 0;
    padding: 12px 0 24px 0;
    line-height: 24px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.detailDescription em {
    font-size: 28px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.detailDescription span {
    float: left;
    width: 196px;
}

.detailDescription span.detailRight {
    width: 307px;
}

.detailDescription span.detailRight span {
    width: 110px;
}

.detailDescription span.detailRight img {
    float: left;
    margin-top: 5px;
}

/* @end detail */

/*
*********************************************************************
 active_stay_comment.html
*********************************************************************
*/

/* @group stayComment */
.stayComment {
    width: 553px;
    height: 400px;
    overflow: auto;
    background: #ffffff;
    padding-bottom: 26px;
    display: none;
    position: fixed;
    top: 20%;
    left: 10%;
}

*html .stayComment {
    position: absolute;
 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmOverlay {
    background: #000000;
}

.stayCommentBody {
    width: 489px;
    float: left;
    margin: 11px 0 0 21px;
    padding: 13px 0 0 17px;
    display: inline;
    line-height: 18px;
    background: #faf8ed;
}

.stayCommentBody img {
    float: left;
    margin-right: 5px;
}

.stayCommentContent {
    width: 378px;
    float: left;
    padding-bottom: 70px;
}

.stayCommentContent p {
    width: 378px;
    float: left;
    padding-bottom: 10px;
}

.stayCommentContent span {
    float: left;
    width: 378px;
}

.stayCommentContent span textarea {
    width: 375px;
    height: 124px;
    float: left;
    margin: 8px 0 12px 0;
    padding: 3px 0 0 3px;
    background: url(../images/background/write_bg.png) no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: none;
    color: #5e0e59;
}

.stayCommentContent span input {
    width: 120px;
    height: 22px;
    padding-bottom: 3px;
    line-height: 20px;
    border: none;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/background/save-comment.png) no-repeat;
}

/* @end stayComment */

/*
*********************************************************************
 booking_step1.html, booking_step1.htm2, booking_step3.html
*********************************************************************
*/

/* @group bookingLeft */
.bookingLeft {
    width: 144px;
    float: left;
    margin-right: 30px;
    display: inline;
}

.bookingLeft ul {
    width: 144px;
}

.bookingLeft ul li {
    width: 124px;
    padding: 16px 10px;
    margin-bottom: 20px;
    float: left;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #f7f5f5;
}

.bookingLeft ul li.img {
    margin: -7px 0 0 0;
    padding: 0 0 0 6px;
    background: none;
    border: none;
}

.bookingLeft ul li h3 {
    font-size: 14px;
    width: 122px;
    float: left;
    margin-bottom: 15px;
}

.bookingLeft ul li h5 {
    width: 122px;
    float: left;
    margin-bottom: 10px;
    color: #268ccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
}

.bookingLeft ul li h6 {
    font-size: 11px;
}

.bookingLeft ul li p {
    width: 122px;
    float: left;
    padding-bottom: 15px;
}

.bookingLeft ul li span {
    font-size: 11px;
}

.bookingLeft ul li span strong {
    font-size: 12px;
    color: #9c6fab;
}

/* @end bookingLeft */

/* @group bookingCenter */
.bookingCenter {
    width: 483px;
    padding-right: 3px;
    float: left;
}

.bookingCenter ul.bookingTitle {
    width: 463px;
    float: left;
    margin-bottom: 26px;
    padding: 0 0 5px 20px;
    background: url(../images/background/booking-title_bg.png) bottom center no-repeat;
}

.bookingCenter ul.bookingTitle li {
    height: 23px;
    padding: 7px 9px 0 8px;
    float: left;
    margin-right: 5px;
    display: inline;
    border: 1px solid #cecece;
    background: #f7f5f5;
    font-size: 16px;
    color: #268ccc;
}

.bookingCenter ul.bookingTitle li.bookingStep {
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

.bookingCenter ul.bookingTitle li a {
    color: #268ccc;
    text-decoration: none;
}

.bookingCenter h5 {
    width: 456px;
    padding-left: 21px;
    height: 31px;
    line-height: 31px;
    font-size: 22px;
    float: left;
    margin-bottom: 23px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.bookingCenter input.proceed {
    width: 146px;
    height: 32px;
    float: right;
    margin: 0 35px 40px 0;
    padding: 0 1px 3px 0;
    line-height: 30px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/background/proceed.png) no-repeat;
}

.bookingCenter input.perform {
    width: 173px;
    height: 32px;
    float: right;
    margin: 0 20px 40px 0;
    padding: 0 1px 3px 0;
    line-height: 30px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/background/perform.png) no-repeat;
}

.information {
    width: 457px;
    padding: 0 0 13px 20px;
    float: left;
}

.information p {
    width: 390px;
    padding-bottom: 20px;
    color: #492843;
}

.information p.payText {
    width: 450px;
}

#red {
    color: #f21a38 !important;
}

.purple {
    color: #5e0e59 !important;
}

.purple li {
    color: #5e0e59 !important;
    padding-bottom: 5px !important;
}

.purple li span {
    color: #5e0e59 !important;
}

.information p.emailText {
    padding-bottom: 40px;
    width: 450px;
}

.information p.emailText a {
    color: #0865f0;
}

.information p.driving {
    padding-bottom: 10px;
    width: 450px;
    line-height: 12px;
}

.information p.warnText {
    padding: 10px 0;
    width: 450px;
    color: #e31313;
    font-weight: bold;
    display: none;
}

.information ul {
    width: 390px;
    float: left;
}

.information ul.pay {
    padding-bottom: 25px;
}

.information ul li {
    text-align: right;
    width: 390px;
    float: right;
    line-height: 18px;
    padding-bottom: 9px;
    color: #492843;
    font-weight: bold;
}

.information ul li.payment {
    width: 266px;
}

.information ul li.payment img {
    float: left;
    padding: 0 4px 5px 0;
}

.information ul li input.infoInput {
    float: right;
    margin: 0 80px 0 8px;
    padding: 1px 0 0 5px;
    font-weight: lighter;
    width: 165px;
    height: 17px;
    color: #000000;
    border: none;
    background: url(../images/background/info-input.png) no-repeat;
}

.information ul li select {
    float: right;
    margin-right: 123px;
    width: 58px;
    height: 20px;
}

.information ul li select.month {
    margin: 0 6px 0 9px;
    width: 63px;
}

.information ul li span {
    width: 250px;
    float: right;
    color: #e31313;
    text-align: left;
    display: none;
}

.information ul li span.roomNo {
    float: left;
    width: 50px;
    color: #492843;
    display: block;
    font-weight: lighter;
    margin-top: -3px;
}

.information ul li span.radioInfo {
    display: block;
    color: #492843;
}

.information ul li span.wirtten {
    display: inline;
    font-weight: lighter;
    color: #000000;
    margin-left: 8px;
}

#longField {
    padding-top: 18px;
}

.information ul li p {
    float: left;
    text-align: left;
    padding: 0;
    font-weight: lighter;
    line-height: 24px;
}

.information input.email {
    float: left;
    margin: 1px 5px 0 -18px;
    width: 13px;
    height: 13px;
}

.heading {
    width: 430px;
    float: left;
    padding: 20px 35px 20px 17px;
    margin-bottom: 30px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #f7f5f5;
}

/* @end bookingCenter */

/* @group bottom */
#bottom {
    width: 868px;
    padding: 25px 30px 0 30px;
    margin-top: 50px;
    float: left;
    background: #eff7fd;
    border-top: 1px solid #3cb7e4;
}

#bottomTitle {
    width: 868px;
    float: left;
    border-bottom: 1px solid #d9e3eb;
}

#bottomTitle h5 {
    width: 868px;
    height: 26px;
    line-height: 20px;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #1b90d0;
}

#bottomTitle h3 {
    width: 868px;
    height: 45px;
    float: left;
    font-size: 30px;
    line-height: 30px;
}

#bottomTitle h3 span {
    float: right;
    margin-right: 135px;
}

#bottomContent {
    width: 868px;
    padding: 20px 0 30px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d9e3eb;
    float: left;
}

#bottomContent ul {
    width: 217px;
    float: left;
}

#bottomContent ul li {
    width: 217px;
}

#bottomContent ul.share li {
    padding-bottom: 8px;
}

#bottomContent ul li a {
    color: #492843;
    text-decoration: none;
    line-height: 18px;
}

#bottomContent ul li a:hover {
    color: #1b90d0;
}

#bottomContent ul li a img {
    float: left;
    margin-right: 5px;
}

#bottomNav {
    width: 868px;
    border-top: 1px solid #ffffff;
    float: left;
}

#bottomNav img {
    float: left;
    margin: 13px 31px 0 0;
}

#bottomNav ul {
    width: 700px;
    padding: 7px 0 16px 0;
    float: left;
}

#bottomNav ul li {
    float: left;
    padding: 14px 11px 0 11px;
    height: 13px;
    background: url(../images/background/nav_line.png) top left no-repeat;
}

#bottomNav ul li a:link,
#bottomNav ul li a:visited {
    color: #492843;
    text-decoration: none;
}

#bottomNav ul li a:hover {
    color: #268ccc;
}

/* @end bottom */

/* @end body */

/* @group copyRight */
#copyRight {
    width: 928px;
    padding: 36px 25px 215px 25px;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e2;
    background: url(../images/background/container_bg.png) top center repeat-y;
    font-size: 10px;
    text-align: center;
    color: #7a7379;
}

#copyRight span {
    text-decoration: underline;
}

/* @end copyRight */

/*
*********************************************************************
 frontpage.html
*********************************************************************
*/

/* @group frontpage */
.searchBox {
    width: 630px;
    height: 117px;
    padding: 20px 0 0 30px;
    background: url(../images/background/search-box.png) top center no-repeat;
    float: left;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.searchBox h5 {
    width: 630px;
    float: left;
    font-size: 12px;
    font-weight: lighter;
}

.searchInput {
    width: 630px;
    float: left;
    margin: 12px 0 17px 0;
}

.searchInputLeft {
    width: 562px;
    height: 31px;
    float: left;
    background: url(../images/background/search-choose.png) top center no-repeat;
}

.searchInput input {
    font-size: 18px;
    color: #0181cc;
    font-weight: bold;
    width: 557px;
    height: 28px;
    padding: 3px 0 0 5px;
    background: none;
    border: none;
}

.searchInput input.searchButton {
    width: 127px;
    height: 32px;
    padding: 0;
    background: url(../images/background/search-choose-button.png) top center no-repeat;
    font-size: 16px;
}

.hotelOnly {
    width: 630px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.hotelOnly a {
    color: #ffffff;
    text-decoration: underline;
}

.concept {
    width: 658px;
    height: 370px;
    float: left;
    border: 1px solid #c9cacb;
    margin: 15px 0;
    color: #b6b6b6;
    text-align: center;
    line-height: 360px;
    background: url(../images/background/your.png) top center no-repeat;
}

.scroll {
    width: 660px;
    float: left;
    position: relative;
    z-index: 1;
}

.scroll .img_scroll {
    width: 660px !important;
    overflow: hidden;
}

.scrollLeft {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 80px;
    left: -12px;
	z-index: 3;
}

.scrollLeft a {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/icons/scroll-left.png) top center no-repeat;
}

*html .scrollLeft a {
    background: url(../images/icons/scroll-left.gif) top center no-repeat;
}

.scrollRight {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 80px;
    right: -12px;
	z-index: 3;
}

.scrollRight a {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/icons/scroll-Right.png) top center no-repeat;
}

*html .scrollRight a {
    background: url(../images/icons/scroll-Right.gif) top center no-repeat;
}

.scroll ul {
    width: 660px;
    float: left;
}

.scroll ul li {
    width: 210px;
    padding-right: 15px;
    float: left;
}

*html .scroll ul li {
    padding-right: 14.5px;
}

.scrollTitle {
    width: 207px;
    height: 21px;
    padding-left: 3px;
    line-height: 21px;
    font-weight: bold;
    float: left;
    border-top: 1px solid #c9cacb;
    border-bottom: 1px solid #c9cacb;
}

.scrollTitle img {
    float: right;
    margin: 5px 3px 0 0;
}

.scrollTitle span {
    font-weight: lighter;
    color: #0374b1;
}

.scrollImg {
    width: 210px;
    height: 141px;
    float: left;
    margin: 10px 0;
}

.scroll h5 {
    width: 210px;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
}

.scroll p {
    width: 210px;
    height: 70px;
    padding-top: 10px;
    float: left;
}

.scrollFoot {
    font-weight: lighter;
    color: #0374b1;
}

.scrollFoot img {
    float: left;
    margin: 8px 3px 0 0;
}

.scrollFoot a {
    color: #0374b1;
    text-decoration: none;
}

/* @end frontpage */


/*
*********************************************************************
 destination_frontpage.html
*********************************************************************
*/

/* @group frontpage */
.mainPic {
    margin-top: 10px;
}

#bodyCenter h3.titleH3 {
    margin: 5px 0;
}

.browseTitle {
    width: 503px;
    float: left;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
}

.browseLeft {
    width: 237px;
    padding: 15px 0 0 13px;
    float: left;
}

.browseRight {
    width: 216px;
    padding: 8px 0 0 35px;
    border-left: 1px solid #d3d3d3;
    float: left;
    margin-top: 5px;
}

.showSearchHotel {
    width: 503px;
    position: absolute;
    top: 314px;
    display: none;
}

.showSearchLeft {
    width: 250px;
    height: 40px;
    border-bottom: 1px solid #d3d3d3;
    float: left;
}

.showSearchRight {
    width: 216px;
    height: 27px;
    padding: 13px 0 0 35px;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    float: right;
    background: #f6f5f5;
}

.destination {
    width: 474px;
    padding: 20px 0 30px 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #eff7fd;
    z-index: 5;
}

*html .destination {
    right: -1px;
}

.destination h2 {
    font-size: 30px;
    line-height: 30px;
    color: #268ccc;
    width: 434px;
    padding: 0 0 10px 10px;
    margin-bottom: 10px;
    background: url(../images/background/destination-line.png) bottom left repeat-x;
}

.destinationContent {
    padding: 0 0 20px 20px;
    background: url(../images/background/destination-line.png) bottom left repeat-x;
    float: left;
    width: 424px;
}

.destination ul {
    width: 150px;
    float: left;
}

.destination ul.destinationFirst {
    width: 170px;
}

.destination ul.destinationLast {
    width: 100px;
}

.destination ul li {
    padding: 3px 0;
}

.destination ul li a {
    color: #492843;
    text-decoration: none;
}

.destination ul li a:hover {
    color: #1b90d0;
}

.calendar {
    width: 630px;
    padding: 5px 0 45px 20px;
    border: 1px solid #d3d3d3;
    border-top: none;
    position: absolute;
    top: 137px;
    left: 4px;
    background: #f0efef url(../images/background/calendar_bg.png) top left repeat-x;
    color: #492843;
    z-index: 10;
    display: none;
}

.normalBox {
    width: 630px;
    height: 50px;
    padding-top: 20px;
}

.normalBox ul {
    width: 630px;
}

.normalBox ul li {
    width: 240px;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

.normalBox ul li.normalSearch {
    width: 120px;
    text-align: center;
}

.normalBox ul li a {
    color: #492843;
}

.normalBox ul li input {
    width: 230px;
    height: 17px;
    border: 1px solid #492843;
    background: #ffffff;
    padding-left: 3px;
    color: #492843;
}

.moreSearch {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.moreSearch a {
    color: #268CCC;
    font-weight: bold;
}

.calendarHeader {
    width: 610px;
    height: 35px;
    font-weight: bold;
}

.calendarHeader span {
    float: left;
    width: 171px;
    height: 18px;
    padding-top: 17px;
    border-right: 1px solid #d7d7d7;
}

.calendarHeader span.checkHeader {
    padding-left: 30px;
}

.calendarHeader span.roomHeader {
    border-right: none;
    padding-left: 20px;
}

.calendar .date {
    padding: 11px 0 0 0;
    width: 610px;
}

.calendar .dateDetail {
    padding: 0;
    background: none;
    width: 225px;
    text-align: left;
}

.calendar .dateDetail strong {
    float: left;
    padding-left: 15px;
}

.calendar .dateDetail ul {
    width: 225px;
}

.calendar .dateDetail ul li {
    width: 225px;
}

.calendar .dateDetail ul li ol li {
    width: 43px;
}

.calendar .dateDetail ul li ol li.children {
    width: 52px;
}

.calendar .timeSheet {
    margin-right: 30px;
}

.calendar .line {
    margin: -10px 30px 0 0;
}

.calendar .mar5 {
    margin-right: 5px;
}

.searchPrompt {
    width: 540px;
    padding: 8px 9px 40px 9px;
    border: 1px solid #cecece;
    color: #0181cc;
    font-size: 13px;
    background: #ffffff;
}

.searchPrompt li {
    width: 525px;
    height: 22px;
    padding: 0 11px 0 5px;
    line-height: 22px;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 1px;
}

#jSuggestContainer ul li.jSuggestHover{
	background: #e9f5fc;
    font-weight: bold;
}

#jSuggestContainer {
	margin-left: 2px;
	width: 540px;
}

.jSuggestLoading {
	border: solid 1px #cecece;
	font-style:italic;
	padding: 10px;
	background: #ffffff;
	color: #0181cc;
	width: 538px;
}

.searchPrompt li.searchHover {
    background: #e9f5fc;
    font-weight: bold;
}

.searchPrompt li span {
    float: right;
    font-size: 11px;
    color: #698294;
}

.searchPrompt li.searchHover span {
    text-decoration: underline;
    color: #017fca;
    font-weight: lighter;
}

/* @end frontpage */

/*
*********************************************************************
3_feedback_stay.html
by jianggc 09-02-06 
*********************************************************************
*/

/* @group description */

.description {
    width: 928px;
    height: 242px;
    line-height: 18px;
    clear: both;
    background: #eff7fd;
}

.description ul {
    width: 907px;
    padding: 13px 0 0 21px;
}

.description ul li {
    float: left;
    margin-right: 32px;
    display: inline;
}

.description ul li a {
    text-decoration: none;
}

.description ul li.descriptionLeft {
    width: 460px;
    height: 212px;
    margin-right: 24px;
}

.description ul li.descriptionRight {
    margin: 0;
    width: 416px;
}

.textareaTitle {
    font-size: 14px;
    margin: 38px 0 5px 0;
}

*html .textareaTitle {
    margin-top: 18px;
}

.description ul li.descriptionRight span {
    font-size: 18px;
}

.description ul li input {
    height: 23px;
    padding: 3px 0 0 6px;
    background: url(../images/background/description-input-bg1.png) top left no-repeat;
    border: none;
}

.descriptionInput {
    width:460px;
    margin-bottom: 8px;
}

.descriptionInput a,
descriptionUpload a {
    float:left;
    width: 43px;
    height: 23px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/edit.png) top center no-repeat;
    overflow: hidden;
    color: #1B90D0;
    margin: 10px 0 0 -2px;
    padding-top: 3px;
}

.descriptionInput input {
    float:left;
    height: 23px;
    width: 417px;
    padding: 2px 0 0 2px;
    background: url(../images/background/description-input-bg1.png) top left no-repeat;
    border: none;
}

.twoImageAdd {
    width: 106px;
    height: 24px;
    float: left;
    margin: 14px 2px 0 0;
    background-color: #FAF8ED;
    text-align: center;
}

.description ul li input.descriptionTitle {
    width: 410px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 8px 0;
    font-size: 14px;
}

.descriptionPic {
    float: left;
}

.descriptionUpload {
    float: left;
    margin-left: 25px;
    width: 220px;
    display: inline;
    line-height: 18px;
}

.descriptionUploadInput a {
    float:left;
    width: 43px;
    height: 23px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/edit.png) top center no-repeat;
    overflow: hidden;
    color: #1B90D0;
    margin: 10px 0 0 -2px;
}

.descriptionUpload a {
    color: #1B90D0;
    text-decoration: none;
}

.descriptionUpload span {
    display: block;
    width: 100%;
    height: 21px;
    border-bottom: 1px #cecece solid;
    overflow: hidden;
    clear:left;
}

.descriptionDate {
    width: 173px;
    margin: 10px 0 20px 0;
    float: left;
}

.clickEdit {
    float: left;
}

.descriptionRight p {
    text-align: left;
}

.description ul li textarea {
    width: 394px;
    height: 117px;
    padding: 9px 2px 2px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5e0e59;
    overflow: hidden;
    background: url(../images/background/description-text.png) top left no-repeat;
    border: none;
}

.saveDescription a {
    float: right;
    color: #1B90D0;
    font-weight: 600;
    margin-right: 18px;
}

/* @end description */

/* @group feedReview */

.feedReview {
    width: 926px;
    height: 277px;
    margin-top: 12px;
    line-height: 18px;
    clear: both;
    background: url(../images/background/review-bg.png) top left no-repeat;
}

.feedReview ul {
    width: 907px;
    padding: 17px 0 0 21px;
}

.feedReview ul li {
    float: left;
    margin-right: 32px;
    display: inline;
}

.feedReview ul li a {
    text-decoration: none;
}

.feedReview ul li.feedReviewLeft {
    width: 530px;
    height: 212px;
    margin-right: 16px;
}

.feedReview ul li.feedReviewRight {
    margin: 0;
    width: 330px;
}

.feedReview ul li.feedReviewRight span {
    font-size: 18px;
}

.feedReview ul li input {
    height: 18px;
    padding: 2px 0 0 2px;
    background: url(../images/background/description-input-bg.png) top left no-repeat;
    border: none;
}

.feedReview ul li input.feedReviewTitle {
    width: 460px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}

.feedReviewPic {
    float: left;
    margin-top: -6px;
}

.feedReviewPic img {
    margin-top: 10px;
}

.feedReviewUpload {
    float: left;
    margin: -6px 0 0 50px;
    width: 220px;
    display: inline;
    line-height: 18px;
}

.uploadBottom {
    float: left;
    margin: 10px 0 12px 15px;
    padding-top: 6px;
    width: 520px;
    display: inline;
    line-height: 18px;
    border-top: 1px #cecece solid;
}

.uploadBottomLeft {
    float: left;
    width: 230px;
    line-height: 18px;
}

.uploadBottomRight {
    float: left;
    width: 230px;
    line-height: 18px;
    margin-top: -15px;
}

.uploadBottomRight a {
    color: #1B90D0;
    text-decoration: none;
}

.feedReviewUpload span {
    display: block;
    width: 100%;
    height: 21px;
    border-bottom: 1px #cecece solid;
    overflow: hidden;
}

.removeReview {
    width: 100%;
    text-align: right;
}

.removeReview a {
    float: right;
    width: 161px;
    height: 20px;
    line-height: 19px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/remove.png) no-repeat;
    overflow: hidden;
}

.feedReviewDate {
    width: 217px;
    margin: 13px 0 24px 0;
}

.feedReviewRight p {
    text-align: left;
}

.reviewTable {
    width: 240px;
}

.reviewTable .td1 {
    height: 35px;
    width: 75px;
    font-size: 14px;
}

.reviewTable .td3 {
    font-size: 14px;
    float: left;
}

.feedReview ul li textarea {
    width: 327px;
    height: 150px;
    padding: 9px 2px 2px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5e0e59;
    overflow: hidden;
    background: url(../images/background/review-text-bg.png) top left no-repeat;
    border: none;
    margin-top: 20px;
}

.savefeedReview a {
    float: right;
    color: #1B90D0;
    font-weight: 600;
    margin-right: 10px;
    text-decoration: none;
}

/* @end feedReview */


.removeMuseum {
    width: 430px;
    height: 215px;
    background: url(../images/background/restaurant-bg.png) top left no-repeat;
    float: left;
    padding: 14px 10px 25px 13px;
    margin: 12px 22px 0 0;
    display: inline;
}

.removeRight {
    width: 453px;
    float: left;
}

.removeRight .removeMuseum {
    margin-right: 0;
}

.removeMuseum img {
    margin: 28px 0 9px 0;
}

.removeMusenuLeft {
    width: 147px;
    float: left;
}

.removeMusenuLeft span {
    float: right;
}

.musenuRating {
    width: 85px;
    height: 18px;
    margin: -43px 0px 0px 40px;
}

.removeMusenuRight {
    width: 263px;
    float: left;
    margin-left: 8px;
}

.removeMusenuRight textarea {
    width: 261px;
    height: 100px;
    float: left;
    padding: 9px 2px 2px 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5e0e59;
    overflow: hidden;
    background: url(../images/background/restaurant-text-bg.png) top left no-repeat;
    border: none;
    margin-top: 20px;
}

.removeMusenuBottom {
    float: left;
    width: 230px;
    line-height: 18px;
    margin: -8px 0 0 15px;
}

.removeMusenuBottom a {
    color: #1B90D0;
    text-decoration: none;
    margin-left: 12px;
}

.removeTitle strong {
    color: #9c6fab;
}

.proceed2 {
    width: 928px;
    float: left;
    margin-top: 14px;
}

.proceed2 a {
    float: right;
    width: 180px;
    height: 32px;
    line-height: 19px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/proceed-bg.png) no-repeat;
    margin: 0 13px 6px 0;
    color: #ffffff;
    padding-top: 5px;
    display: block;
}

.uploadImage a {
    float: right;
    width: 104px;
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/upload-bg.png) no-repeat;
    overflow: hidden;
    margin: 14px 0 6px 0;
    color: #ffffff;
}

/* @end removeMuseum */

/*
*********************************************************************
4_reviewed_stay.html

lin Yan [02/08/2009]
*********************************************************************
*/

.stayStatis {
    border-top:1px solid #21ade1;
    border-bottom:1px solid #21ade1;
    padding:10px 5px;
    height: 40px;
    clear:both;
    position: relative;
}

.stayStatis a {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #21ADE1;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.stayStatis h3 {
    color: #21ade1;
    font-size:22px;
    padding-bottom:10px;
}

.stayStatis p img {
    float: left;
    margin: 0px 6px 0 0;
}

.stayMain {
    background: url(../images/background/stay1.png) repeat-x 0 0;
    margin-bottom:15px;
}

.stayLeft {
    width:512px;
    float:left;
}

.stayRight {
    width:360px;
    padding:10px 20px;
    line-height:18px;
    float:left;
}

.stayRight h3 {
    font-size:22px;
    line-height:1.1em;
}

.stayRight p {
    padding:10px 0 5px;
}

.stayBagCenter {
    padding:10px 20px 40px;
    line-height:18px;
    background:url(../images/background/stay_bg1_center.png) repeat-y;
}

*html .stayBagCenter {
    padding:10px 20px;
}

.stayBagCenter td {
    padding:2px 0;
}

.stay_bg1_top {
    background:url(../images/background/stay_bg1_top.png) no-repeat bottom left;
    height:7px;
}

.stay_bg1_bottom {
    background:url(../images/background/stay_bg1_bottom.png) no-repeat top left;
    height:7px;
}

.stay_bg2_center {
    background:url(../images/background/stay_bg2_center.png) repeat-y;
    padding:10px 10px 30px;
    line-height:18px;
}

*html .stay_bg2_center {
    padding: 10px;
}

*html .stay_bg2_center .leftCilck {
    margin-top:-3px;
    padding:5px 3px 3px 6px;
}

*+html .stay_bg2_center .leftCilck {
    margin-top:-3px;
    padding:5px 3px 3px 6px;
}

.stay_bg2_center .leftCilck img {
    float:right;
    margin-left:2px;
    border:2px solid #fff;
}

.mar2 {
    margin-bottom:2px;
}

.stay_bg2_top {
    background:url(../images/background/stay_bg2_top.png) no-repeat bottom left;
    height:7px;
}

.stay_bg2_bottom {
    background:url(../images/background/stay_bg2_bottom.png) no-repeat top left;
    height:7px;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

.width560 {
    width:560px;
}

.width280 {
    width:270px;
}

.width350 {
    width:356px;
}

.width453 {
    width:453px;
}

.width146 {
    width:146px;
}

.width173 {
    width:173px;
}

.stay15 {
    margin-bottom:15px;
}

.font11 {
    font-size:11px;
}

.font14 {
    font-size:14px;
}

.font16 {
    font-size:16px;
}

.stayTextR {
    text-align:right;
    padding-right:15px;
}

.backButtom,
.submitBottom,
.goBottom {
    padding:5px 0;
    font-size:16px;
    border:0;
    cursor:pointer;
    font-weight:bold;
    text-align:center;
}

.backButtom {
    margin-right:10px;
    width:118px;
    background:url(../images/background/stay-bottom2.png) no-repeat;
}

.submitBottom {
    background:url(../images/background/stay-bottom1.gif) no-repeat;
    width:120px;
    color:#fff;
}

.goBottom {
    background:url(../images/background/stay-bottom3.gif) no-repeat;
    width:120px;
    margin-right:10px;
    color:#fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.backButtom, .submitBottom, .goBottom {
 padding:7px 0 7px;
}
}

#viewer {
	width:660px; height:80px; overflow:hidden;
}

#viewerFrame {
	width:2000px; clear:both; padding:0;
}

#viewer li {
	float: left;
}

/*
*********************************************************************
overlay_delete.html
lin Yan [02/08/2009]
*********************************************************************
*/
.warning2 {
    width: 716px;
    background:#000;
    position: fixed;
    top: 2%;
    padding:15px;
    color: #ffffff;
}

*html .warning2 {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(2 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.warning2 a {
    color:#21ade1;
    text-decoration: none;
}

.mid {
    text-align:center;
}

.warTitle {
    background: url(../images/background/warBg.png) repeat-y;
    padding:5px 10px;
    margin-bottom:7px;
    font-weight: bold;
    color:#eaf6fd;
    font-size:16px;
}

.reviewUi2 {
    margin-top:5px;
	padding-left: 10px;
}

.reviewUi2 span {
    float: left;
}

.reviewUi2 span img {
    margin-top: 25px;
    float: left;
}

.reviewUi2 ul {
    float: left;
    width: 672px;
    padding-left: 12px;
}

.reviewUi2 ul li {
    float:left;
    padding:5px 6px;
    width: 98px;
    height: 68px;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
}

.reviewUi2 ul li.selectedLight {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity: 1.0;
}

.reviewUi2 ul img {
    border:2px solid #fff;
	width: 94px;
	height: 61px;
}

.warFont {
    padding:10px 0 0 30px;
}

.overlayDelete {
    height:100px;
    width:716px;
    padding:120px 0 0;
    position: absolute;
    z-index: 3;
    top: 115px;
    left: 15px;
	display: none;
}

#deleteDiv {
    position: relative;
}

.overlayDeleteBg {    
    height:391px;
    width:716px;
    background: #000000;
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 15px;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
	display: none;
}

/*
*********************************************************************
5_submitted_reveiw.html
lin Yan [02/07/2009]
*********************************************************************
*/

/* @group stayLeft */
.reveiwLeft {
    width: 512px;
    float: left;
    padding-left:5px;
    line-height:21px;
    margin-right: 15px;
    display: inline;
}

.stayHd {
    background: url(../images/content/stay-header.png) top center no-repeat;
}

.stayLeftBottom {
    padding:1px 0 4px;
    text-align:center;
    width:151px;
    margin:15px 0;
    background:url(../images/background/stay_bottom.png) no-repeat;
}

.stayLeftBottom a {
    text-decoration:none;
    color:#fff;
}

.fb {
    font-weight:bold;
}

.mar47 {
    margin-top:47px;
}

.mar10 {
    margin-bottom: 10px;
}

.par20 {
    padding-top:20px;
}

.par15 {
    padding-bottom: 20px;
}

.par10 {
    padding-top:10px;
}

.reweiwPhoto {
    background:#000;
}

.white {
    color:#fff;
}

.reveiwFont {
    padding:5px 30px 5px 48px;
}

.reveiwFont span.blueFont {
    color: #00CCFF;
}

.reveiwScroll {
    height: 50px;
    padding-left: 20px;
}

.reveiwScroll span {
    float: left;
}

.reveiwScroll span img {
    float: left;
    margin-top: 10px;
}

.reviewUi {
    padding:0 6px;
    height:50px;
    float: left;
    width: 430px;
}

.reviewUi ul li {
    float:left;
    padding:5px 7px;
    display: inline;
    width: 47px;
    height: 37px;
}

.reviewUi img {
    border:2px solid #fff;
}

.clearM {
    clear:both;
}

.reveiwLeft h3,
.reweiwLineRight h4,
.reveiwLeft h5,
.stayBagCenter h4 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: lighter;
    line-height:1.2em;
}

.reveiwLeft h3 {
    font-size: 36px;
}

.reweiwLineRight h4,
.stayBagCenter h4 {
    font-size: 22px;
}

.reveiwLeft h5 {
    font-size: 16px;
    padding-bottom:5px;
}

.reweiwDete {
    color:#9c6fab;
}

.reweiwLine {
    border-bottom:1px solid #ddd;
    padding:10px 0 20px;
    margin-bottom:10px;
}

.reweiwLineLeft {
    float:left;
    width: 182px;
    line-height:15px;
    margin: 5px 10px 0 0;
}

.reweiwLineRight {
    float:left;
    width:310px;
}

.leftCilck {
    color:#fff;
    background:#000;
    padding:6px 3px 6px 6px;
    float: left;
    width: 173px;
}

.width146 .leftCilck {
    width: 137px;
}

*html .leftCilck {
    margin-top:-4px;
    padding:0 3px 0 6px;
}

*+html .leftCilck {
    margin-top:-4px;
    padding:0 3px 0 6px;
}

.leftCilck a {
    text-decoration: none;
    color: #268ccc;
}

.leftCilck img {
    float:right;
    margin:2px 0 0 0;
    border:2px solid #fff;
}

.reviewLeft {
    float:left;
    padding-left:10px;
    width:217px;
}

.reviewRight {
    float:right;
    padding-right:10px;
    width:217px;
}

.fblue {
    color:#268ccc;
}

.reweiwLine p {
    padding:5px 0;
}

.reweiwLine div p {
    line-height: 18px;
}

/*
*********************************************************************
6_hotel_details.html
by panqiang 09-02-05
*********************************************************************
*/

/* @group bookOnline */

.bookOnline {
    width: 140px;
    background: url(../images/background/book-bg.png) repeat-y;
    margin-top: 25px;
    overflow: hidden;
}

.bookTop {
    width: 140px;
    height: 6px;
    background: url(../images/background/book-top.png) no-repeat;
    overflow: hidden;
}

.bookBottom {
    width: 140px;
    height: 6px;
    background: url(../images/background/book-bottom.png) no-repeat;
    overflow: hidden;
}

.bookContent {
    width: 120px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

.bookContent h4 {
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

.bookContent h2 {
    font-size: 16px;
    color: #268ccc;
    line-height: 20px;
    margin: 0;
}

/* @end bookOnline */

/* @group detailExpand */

.detailExpand {
    width: 503px;
    position: absolute;
    top: 98px;
    left: 0;
    z-index: 3;
    display: none;
}

.detailExpandClose {
    width: 450px;
    float: left;
    text-align: right;
    padding: 0 8px 15px 0;
}

.detailExpandClose a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #1B90D0;
}

.detailExpand #checkBody {
    border-top: 1px solid #d3d3d3;
}

/* @end detailExpand */

/* @group destination */

#destination {
    width: 471px;
    padding: 12px 16px;
    margin-top: 10px;
    background: #eff7fd url(../images/background/destination-bg1.png) repeat-x 0 0;
    overflow: hidden;
}

.destinationUlLeft {
    float: left;
    display: inline;
    width: 220px;
    line-height: 22px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.destinationUlRight {
    float: left;
    display: inline;
    width: 245px;
    line-height: 22px;
    margin: 0 0 10px 5px;
    overflow: hidden;
}

.destinationUlLeft li,
.destinationUlRight li {
    float: left;
    width: 100%;
    height: 22px;
    overflow: hidden;
}

.thread2 {
    width: 100%;
    height: 2px;
    background: url(../images/background/destination-bg2.png) repeat-x;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.changeDetails {
    width: 463px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #268ccc;
    padding-left: 5px;
    border: 1px #93cbf1 solid;
    background: #fff;
    margin: 10px 0 5px 0;
}

.calendar .changeDetails {
    background: url(../images/background/expand_bg.png) top center no-repeat;
    border: none;
    height: 39px;
    padding: 10px 0 10px 6px;
}

.calendar .changeDetailsAmenities {
    padding: 10px 0 10px 6px;
    margin: 5px 0 20px 0;
    background: #ffffff;
    border-top: 1px solid #d7d9db;
    border-bottom: 1px solid #d7d9db;
}

.calendar .changeDetails a:link,
.calendar .changeDetails a:visited,
.calendar .changeDetailsAmenities a:link,
.calendar .changeDetailsAmenities a:visited{
    color: #492843;
}

.calendar .changeDetails a:hover,
.calendar .changeDetailsAmenities a:hover {
    text-decoration: underline;
}

.changeDetails span,
.changeDetailsAmenities span {
    font-weight: normal;
    font-size: 12px;
}

.changeDetails a:link,
.changeDetails a:visited,
.changeDetailsAmenities a:link,
.changeDetailsAmenities a:visited {
    color: #268ccc;
    text-decoration: none;
}

.changeDetails a:hover,
.changeDetailsAmenities a:hover {
    color: #268ccc;
    text-decoration: underline;
}

.changeDetails em {
    position: absolute;
    left: 49%;
    bottom: -10px;
    width: 15px;
    height: 10px;
    background: url(../images/content/change-details.png) no-repeat;
    overflow: hidden;
}

.changeDetailsAmenities {
    width: 463px;
    padding-left: 5px;
    padding-top: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #268ccc;
    margin: 10px 0 0 0;
    background: #fff url(../images/background/change-details_bg.png) top left repeat-x;
}

.changeDetailsContent {
    width: 463px;
    padding: 10px 0 15px;
    font-size: 12px;
    color: #5e0e59;
    line-height: 14px;
    font-weight: lighter;
    overflow: hidden;
}

.changeDetailsContent li {
    float: left;
    padding: 0 30px 0 0;
}

.changeDetailsContent li.paddingNone {
    padding: 0;
}

.changeDetailsContent li ol li {
    float: none;
    padding: 0 0 7px 0;
}


/* @group summaryLatest */

.summaryLatest {
    width: 490px;
    height: 32px;
    background: url(../images/background/summaryLatest-bg.png) no-repeat 0 bottom;
    padding-left: 13px;
    margin: 15px 0 12px 0;
    float: left;
}

.summaryLatest a {
    float: left;
    display: inline;
    height: 25px;
    line-height: 24px;
    text-align: center;
    color: #5e0e59;
    font-size: 14px;
    text-decoration: none;
    border: 1px #cecece solid;
    background: #f7f7f7;
    padding: 0 12px;
    margin: 0 2px;
}

.currently2 {
    font-weight: bold;
    background: #fff !important;
    border-bottom: 1px #fff solid !important;
}

/* @group stars */

.stars {
    width: 100%;
    height:18px;
    margin: 10px 0 0 0;
    float: left;
}

.stars img {
    float: left;
}

.sheraton {
    width: 100%;
    clear: both;
    line-height: 32px;
    font-size: 28px;
    margin: 2px 0 0 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: lighter;
    font-style: italic;
}

.h41 {
    width: 100%;
    line-height: 16px;
    font-weight: normal;
    font-size: 12px;
    color: #9c6fab;
    margin-top: 5px;
}

.h41 strong {
    display:block;
}

.photo6 {
    width: 503px;
    margin: 12px 0 0 0;
    overflow: hidden;
}

.photo6Left {
    float: left;
    display: inline;
    width: 290px;
    height: 350px;
    overflow: hidden;
}

.photo6Right {
    float: left;
    display: inline;
    width: 200px;
    margin: 0 0 0 10px;
}

.photo6Right ul {
    width: 100%;
    overflow: hidden;
}

.photo6Right ul li {
    float: left;
    display: inline;
    width: 70px;
    margin: 0 10px 0 15px;
}

.photo6Right ul li a {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 22px;
}

.photo6Right ul li img {
    display: block;
    width: 68px;
    height: 68px;
    border: 1px #000 solid;
}

.previousNext {
    width: 200px;
    float: left;
    margin-left: 10px;
    display: inline;
    overflow: hidden;
}

.previous,
.next {
    float: left;
    display: inline;
    width: 62px;
    height: 62px;
    border: 4px #268ccc solid;
    margin: 0 10px 0 15px;
}

.previous {
    background: url(../images/background/previous_bg.png) no-repeat;
}

.next {
    background: url(../images/background/next_bg.png) no-repeat;
}

.viewHotelOn {
    width: 455px;
    height: 33px;
    line-height: 33px;
    padding-left: 46px;
    background: #fff;
    font-size: 18px;
    border: 1px #93cbf1 solid;
    background: url(../images/background/viewHotel-on.png) no-repeat 5px 8px;
    margin-top: 15px;
    overflow: hidden;
}

.viewHotelOn a {
    color: #268ccc;
    text-decoration: none;
}

.viewHotelOn span {
    font-size:12px;
}

/* @group title2 */

.title2 {
    width: 492px;
    height: 28px;
    line-height: 24px;
    padding: 3px 0 0 11px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 16px 0 0 0;
}

.title2 strong {
    font-size: 22px;
}

.title2 a {
    float: right;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #1b90d0;
}

.title2 a img {
    float: left;
    padding: 5px 5px 0 0;
}

.summaryBottom {
    width: 480px;
    padding: 0 11px;
    overflow: hidden;
}

.summaryBottom p {
    width: 100%;
    line-height: 20px;
    margin-top: 15px;
}

.summaryBottom p a {
    color: #5e0e59;
}

/* @group availableRoom */

.availableRoom {
    width: 493px;
    height: 130px;
    padding: 6px 5px;
    background: #eff7fd;
    margin-top: 10px;
    overflow: hidden;
}

.availab1,
.availab2,
.availab3 {
    float: left;
    display: inline;
    margin: 0 5px;
    position: relative;
}

.availab1 {
    width: 170px;
}

.availab1 strong {
    display:block;
    font-size: 14px;
}

.availab2 {
    width: 60px;
}

.availab3 {
    width: 110px;
}

.availableRoom strong {
    display:block;
    line-height:18px;
    font-size: 14px;
}

.availableRoom h4 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    margin-bottom: 2px;
    overflow: hidden;
}

.availableRoom em {
    display: block;
    line-height: 12px;
    font-style: normal;
    font-size: 10px;
}

.increase,
.reduce {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #5e0e59;
    text-decoration: none;
    border: 1px #5e0e59 solid;
    background: #fff;
}

.increase:hover,
.reduce:hover {
    color: #fff;
    background: #268ccc;
}

.increase {
    left:0;
    top:21px;
}

.reduce {
    left:0;
    top:39px;
}

.h22 {
    position:absolute;
    top: 21px;
    left: 22px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    font-size: 26px;
    overflow: hidden;
}

.availab4 {
    width: 100%;
    height: 24px;
    margin-top: 10px;
}

.bookNow2,
.addTo2 {
    float: right;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px;
    overflow: hidden;
}

.bookNow2 {
    width: 112px;
    background:url(../images/background/book-now.png) no-repeat;
}

.addTo2 {
    width: 220px;
    background:url(../images/background/add-to-my-stay.png) no-repeat;
}

/* @group ahotelContent */

.ahotelContent {
    width: 493px;
    margin:0 auto;
    overflow: hidden;
}

.ahotelDl {
    float: left;
    display: inline;
    width: 230px;
    margin: 15px 5px 0 10px;
}

.ahotelDl dt {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
}

.ahotelDl img {
    float: left;
}

.ahotelDl dd span {
    float: left;
    display: inline;
    width: 135px;
    margin-left: 10px;
}

.ahotelDl dd {
    width: 230px;
    line-height: 14px;
    padding: 3px 0;
    margin: 0;
    overflow: hidden;
}

.ahotelDl dd em {
    font-style: normal;
}

.dd1 {
    height: 35px;
}

.ddl1 {
    float: left;
    display: inline;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    color: #268ccc;
    background: url(../images/background/ahotel-27.png) no-repeat;
    margin-right: 10px;
}

.ddl2 {
    float: left;
    margin: 7px 0 0 0;
}

.ddl2 img {
    float: left;
}

.ddl3 {
    float: left;
    display: inline;
    height: 20px;
    margin: 4px 5px 0 0;
}

.ddl3 img {
    float: left;
}

/* @group latestStay */

.latestStay {
    width: 473px;
    padding: 15px;
    margin-top: 12px;
    background: #faf8ed;
    overflow: hidden;
    clear: both;
}

.latestStayLeft {
    float: left;
    width: 42px;
    height: 30px;
    background: url(../images/background/latest-stay_bg.png) no-repeat 0 0;
    overflow: hidden;
}

.latestStayRight {
    float: right;
    width: 425px;
    line-height: 18px;
    overflow: hidden;
}

.latestStayRight h4 {
    display: block;
    width: 100%;
    font-size: 14px;
}

.latestStayRight p {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.latestStayRight p img {
    display: block;
}

.latestStayRight p a {
    color: #5e0e59;
    font-weight: bold;
}

.viewAllReviews {
    float: left;
    padding-left: 15px;
    color: #268ccc !important;
    text-decoration: none;
    background: url(../images/icons/view-all.png) no-repeat 0 center;
    margin: 5px 0 0 0;
}

.facilitiesUl {
    width: 490px;
    margin: 0 auto;
    overflow: hidden;
}

.facilitiesUl li {
    float: left;
    display: inline;
    width: 235px;
    margin: 15px 5px 0 5px;
    overflow: hidden;
}

.facilitiesUl li strong {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.facilitiesUl li strong a {
    color: #5e0e59;
    text-decoration: none;
    margin-left: 3px;
}

.facilitiesUl li strong a:hover {
    text-decoration: underline;
}

.policiesUl {
    width: 480px;
    margin: 15px auto 0 auto;
    overflow: hidden;
}

.policiesUl li {
    width: 100%;
    line-height: 20px;
}

.policiesUl li a {
    color: #5e0e59;
    text-decoration: none;
    margin-left: 3px;
}

.policiesUl li a:hover {
    text-decoration: underline;
}

/* @end latestStay */


/*
*********************************************************************
8_hotel_listing.html
by panqiang 09-02-09
*********************************************************************
*/

.h23 {
    width: 100%;
    line-height: 28px;
    font-size: 26px;
    color: #268ccc;
    margin-bottom: 10px;
}

.checkIn {
    width: 100%;
    line-height: 20px;
    padding-top: 5px;
}

.checkIn em {
    font-style: normal;
    margin-right: 8px;
}

.checkIn em strong {
    margin-right: 5px;
}

.selectResult {
    width: 100%;
    overflow: hidden;
}

.selectResult li {
    width: 235px;
    float: left;
}

.selectResult li div {
    width: 100%;
    clear: both;
    line-height: 0;
    height: 3px;
}

*html .selectResult li div {
    height: 0;
}

*+html .selectResult li div {
    height: 0;
}

.selectResult li span {
    width: 212px;
    float: right;
    margin-top: 4px;
}

.selectResult li strong.selectResultStrong {
    float: left;
    margin: 3px 0 0 13px;
}

.selectResult li ol {
    width: 160px;
    float: right;
}

.selectResult li ol li {
    width: 160px;
    float: none;
    padding-bottom: 3px;
}

.clear3 {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.recommendedFor {
    width: 471px;
    overflow: hidden;
}

.recommendedForLeft {
    float: left;
    width: 230px;
}

.recommendedForLeft label,
recommendedForRight label {
    display: block;
    height: 22px;
}

.recommendedForLeft select {
    width: 200px;
    height: 20px;
    font-size: 12px;
    color: #5e0e59;
}

.viewHotels,
.viewBy {
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #268ccc;
    border: 1px #93cbf1 solid;
    margin-top: 10px;
    overflow: hidden;
}

.viewHotels a,
.viewBy a {
    color: #268ccc;
    text-decoration: none;
}

.viewHotels {
    width: 182px;
    padding-left: 46px;
    background: #fff url(../images/background/viewHotel-on.png) no-repeat 5px 8px;
}

.viewBy {
    width: 208px;
    padding-left: 20px;
    background: #fff url(../images/background/hotel_listin-bg.png) no-repeat 5px center;
}

.recommendedForRight {
    float: right;
    width: 230px;
}

.recommendedForRight input {
    width: 225px;
    height: 17px;
    font-size: 12px;
    color: #5e0e59;
    margin: 0;
    padding: 0;
}  

.recommendedForLeft strong,
.recommendedForRight strong {
    display: block;
    line-height: 22px;
}

.updateSearch {
    width: 100%;
    padding: 15px 0 10px 0;
    overflow: hidden;
}

.updateSearch a {
    float: right;
    width: 120px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: url(../images/background/save-comment.png) no-repeat;
    overflow: hidden;
}

/*   */
.width100 {
    width: 100% !important;
}

.radissonMain {
    width: 503px;
    background: url(../images/background/hotel_listing_bg.png) repeat-y;
    margin: 0 0 15px 0;
}

.radissonMainTop {
    width: 503px;
    height: 6px;
    background: url(../images/background/hotel_listing_t.png) no-repeat;
    overflow: hidden;
}

.radissonMainBottom {
    clear: both;
    width: 503px;
    height: 6px;
    background:url(../images/background/hotel_listing_b.png) no-repeat;
    overflow: hidden;
}

.radissonMainContent {
    position: relative;
    width: 473px;
    margin: 0 auto;
}

.h24 {
    width: 100%;
    line-height: 22px;
    font-size: 22px;
    font-style: italic;
    font-weight: lighter;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.h42 {
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    color: #9c6fab;
    font-weight: normal;
}

.h42 a {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #268ccc;
    text-decoration: none;
}

.mouseOver {
    width: 100%;
    padding: 10px 0 15px 0;
    overflow: hidden;
}

.mouseOverL {
    float: left;
    width: 185px;
}

.mouseOverLTop {
    width:185px;
    margin-bottom: 10px;
}

.mouseOverLTop img {
    display: block;
}

.mouseOverForMorePictures {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-size: 11px;
    color: #9c6fab;
    background: url(../images/background/mouseOverL-bg.png) no-repeat 160px center;
    overflow: hidden;
}

.window {
    position: absolute;
    top: 50px;
    width: 370px;
    background: url(../images/background/hotel_listing_02.png) repeat-y;
}

.windowTop {
    width: 370px;
    height: 6px;
    background: url(../images/background/hotel_listing_01.png) no-repeat;
    overflow: hidden;
}

.windowBottom {
    width: 370px;
    height: 6px;
    background: url(../images/background/hotel_listing_03.png) no-repeat;
    overflow: hidden;
}

.windowContent {
    width: 335px;
    overflow: hidden;
    margin: 0 auto;
}

.windowCT {
    width: 335px;
    height: 20px;
    line-height: 20px;
    background: #eff7fd;
    margin-top: 3px;
}

.windowCT h4 {
    float: left;
    display: inline;
    width: 250px;
    height: 20px;
    font-size: 12px;
    color: #268ccc;
    margin: 0 0 0 10px;
    overflow: hidden;
}

.windowClose {
    float: right;
    display: inline;
    width: 47px;
    height: 12px;
    background: url(../images/background/close-pho.png) no-repeat;
    margin: 4px 10px 0 0;
    overflow: hidden;
}

.windowCC {
    width: 335px;
    height: 235px;
    margin: 3px 0 0 0;
    overflow: hidden;
}

.windowCC img {
    display: block;
}

.windowCB {
    width: 335px;
    height: 20px;
    padding: 8px 0;
}

.windowCBL {
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/background/hotel_listing_left.png) no-repeat;
}

.windowCBR {
    float: right;
    width: 20px;
    height: 20px;
    background:url(../images/background/hotel_listing_right.png) no-repeat;
}

.windowCBC {
    float: left;
    display: inline;
    width: 285px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.windowCBC strong {
    margin: 0 4px;
}

.mouseOverR {
    float: right;
    width: 275px;
}

.basedOn {
    width: 100%;
    overflow: hidden;
}

.basedOnLeft {
    float: left;
    width: 150px;
}

.basedOnLeftTop,
.basedOnRightTop {
    display: block;
    width: 100%;
    height: 27px;
}

.basedOnLeftTop img,
.basedOnRightTop img {
    float: left;
    margin: 2px 0 0 0;
}

.basedOnRight {
    float: right;
    width: 120px;
}

.basedOnRight strong {
    float: right;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #268ccc;
    background: url(../images/background/ahotel-27.png) no-repeat;
}

.h51 {
    width: 100%;
    line-height: 16px;
    font-size: 11px;
    font-weight: normal;
}

.positionedIn {
    clear: both;
    display: block;
    line-height: 16px;
    border-top: 1px #cecece solid;
    padding-top: 5px;
    margin-top: 2px;
}

.lowest {
    width: 100%;
    height: 40px;
    background: url(../images/background/lowest-bg.png) repeat-x;
    margin: 6px 0 0 0;
}

.lowest em {
    float: left;
    display: inline;
    width: 160px;
    line-height: 14px;
    font-size: 10px;
    font-style: normal;
    margin: 5px 0 0 10px
}

.lowest strong {
    float: right;
    display: inline;
    line-height: 20px;
    font-size: 16px;
    margin: 10px 15px 0 0;
}

.proceed3 {
    width: 100%;
    margin: 12px 0 0 0;
    overflow: hidden;
}

.proceed3 a {
    float: right;
    width: 111px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/background/add-hotel.png) no-repeat;
}

/*
*********************************************************************
9_item_details.html
by jianggc 09-02-05 
*********************************************************************
*/

/* @York & Croissant Albany */

.yorktitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 30px;
    height: 30px;
	padding-bottom: 11px !important;
    float: left;
    font-size: 30px;
}

.york {
    width: 500px;
    padding: 12px 0 15px 0;
    border-top: 1px solid #CECECE;
    margin-top: 12px;
}

.yorkTable {
    width: 500px;
    float: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #CECECE;
}

.yorkTable th {
    font-weight: 400;
    text-align: left;
}

.yorkTable tr {
    height: 18px;
    vertical-align: top;
}

td.td1 {
    width: 200px;
}

td.td2 {
    width: 120px;
    text-align: right;
}

/* @end York & Croissant Albany */

/* @Summary  */

.sbookingCenter {
    width: 483px;
    padding-right: 3px;
    float: left;
    margin-top: 21px;
}

.sbookingCenter ul.sbookingTitle {
    width: 480px;
    float: left;
    margin-bottom: 15px;
    padding: 0 0 5px 20px;
    background: url(../images/background/summary-title-bg.png) bottom center no-repeat;
}

.sbookingCenter ul.sbookingTitle li {
    height: 20px;
    padding: 7px 40px 0 40px;
    float: left;
    margin-right: 8px;
    display: inline;
    border: 1px solid #cecece;
    background: #f7f5f5;
    font-size: 14px;
    color: #5E0E59;
}

.sbookingCenter ul.sbookingTitle li.sbookingStep {
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
}

.sbookingCenter ul.sbookingTitle li a {
    color: #5E0E59;
    text-decoration: none;
}

.addToMyStay2 {
    width: 100%;
    text-align: right;
    margin: 21px 0 38px 2px;
}

.addToMyStay2 a {
    float: left;
    width: 111px;
    height: 20px;
    line-height: 19px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/add-hotel.png) no-repeat;
    overflow: hidden;
    margin-bottom: 38px;
}

/* @end Summary */

/* @map  */

.mapFrame {
    width: 503px;
    height: 400px;
    float: left;
    margin-bottom: 39px;
}

.map {
    float: left;
}

.mapContent {
    background-color: #EFF7FD;
    width: 177px;
    float: left;
    padding: 13px 9px 23px 15px;
    margin-left: 2px;
}

/* @end map  */

/* @review  */

.reviewTitle {
    width: 492px;
    height: 26px;
    line-height: 20px;
    padding: 5px 0 0 11px;
    float: left;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

.reviewTitle strong {
    font-size: 22px;
}

.reviewBox {
    background-color: #FAF8ED;
    width: 503px;
    height: 203px;
    float: left;
    margin-bottom: 13px;
}

.reviewContent {
    float: left;
    width: 422px;
    margin: 15px 5px 25px 3px;
    line-height: 18px;
}

.reviewContent strong {
    font-size: 14px;
    font-weight: 800;
}

.reviewContent a {
    font-size: 12px;
    font-weight: 800;
    color: #5E0E59;
}

.reviewChat {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.reviewPage {
    background: url(../images/background/page-bg.png) top repeat-x;
    width: 475px;
    float: left;
    margin: 28px 0px 15px 0px;
    padding: 22px 14px 5px 14px;
    color: #268CCC;
    font-weight: 600;
}

.reviewPage span {
    float:right;
    text-align:right;
}

.reviewPage a {
    text-decoration: none;
    color: #268CCC;
}

.reviewPage a.current {
    background-color: #268CCC;
    color: #ffffff;
}

/* @end map  */

/* @end 9_item_details.html  */


/*
*********************************************************************
10_item_listing.html
by panqiang 09-02-04
*********************************************************************
*/

.font27px {
    font-size:27px;
}

/* @group restaurants */

#restaurants {
    float: left;
    width: 503px;
    margin-bottom: 10px;
}

#restaurants img {
    float: left;
    margin-right: 12px;
}

#restaurants p {
    font-family: Geneva, Arial, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    width: 503px;
    float: left;
}

/* @end restaurants */

/* @group browseView */

#browseView {
    float: left;
    width: 503px;
    height: 110px;
    background: #eff7fd;
    position: relative;
    margin-bottom: 2px;
}

#browseViaMap {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 245px;
    height: 22px;
    padding-top: 5px;
    border-right: 1px #cecece solid;
}

#browseViaMap img,
#viewByNeighborhood img {
    float:left;
}

#viewByNeighborhood {
    position:absolute;
    top: 8px;
    left: 280px;
    padding-top: 5px;
}

#thread {
    position: absolute;
    top: 40px;
    left: 0;
    width: 503px;
    height: 1px;
    background: #cecece;
    overflow: hidden;
}

#restaurantsRecommendedFor {
    position: absolute;
    top: 48px;
    left: 12px;
    width: 220px;
    line-height: 20px;
}

#restaurantsRecommendedFor label,
#cousineType label {
    display: block;
    margin-top: 3px;
}

#restaurantsRecommendedFor select,
#cousineType select {
    width: 200px;
    height: 18px;
    font-size: 12px;
    color: #5e0e59;
}

#cousineType {
    position: absolute;
    top: 48px;
    left: 275px;
    width: 220px;
    line-height: 20px;
}

/* @end browseView */

/* @group sortBy */

#sortBy {
    float: left;
    width: 503px;
    overflow: hidden;
}

/* @group pages */

.pages {
    width: 503px;
    height: 52px;
    line-height: 16px;
    margin-top: 20px;
    background: #fff url(../images/background/restaurants_bg2.png) repeat-x 0 0;
}

.pagesLeft {
    float: left;
    display: inline;
    margin: 15px 0 0 10px;
}

.floatLeft {
    float: left;
    display:inline;
    margin-right: 2px;
}

.labelStrong {
    font-weight: bold;
}

.pagesLeft em {
    color: #268ccc;
    font-weight: bold;
    font-style: normal;
}

.pagesLeft em a {
    color: #268ccc;
    text-decoration: none;
}

.pagesRight {
    float: right;
    display: inline;
    margin: 17px 15px 0 0;
}

.pagesRight a {
    color: #268ccc;
    font-weight: bold;
    text-decoration: none;
    padding: 0 3px;
    margin: 0 2px;
}

.pagesRight strong {
    color: #fff;
    font-weight: bold;
    background: #268ccc;
    padding: 0 3px;
    margin: 0 2px;
}

/* @end pages */

/* @group sortByContent */

.sortByContent {
    float: left;
    width: 503px;
    margin-bottom: 15px;
    background: url(../images/background/restaurants_m.png) repeat-y;
    overflow: hidden;
}

.sortByContentTop {
    width: 503px;
    height: 6px;
    background: url(../images/background/restaurants_t.png) no-repeat;
    overflow: hidden;
}

.sortByContentBottom {
    width: 503px;
    height: 6px;
    background: url(../images/background/restaurants_b.png) no-repeat;
    overflow: hidden;
}

.sortByContentMidden {
    width: 503px;
    padding-bottom: 6px;
    overflow: hidden;
}

.sortByContentMiddenLeft {
    float: left;
    display: inline;
    width: 185px;
    margin: 14px 0 0 16px;
}

.sortByContentMiddenLeft img {
    display: block;
}

.overallRating {
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-style: normal;
    padding: 13px 0;
    overflow: hidden;
}

.overallRating span {
    float: left;
    display: inline;
    font-size: 11px;
    margin: 0 0 0 8px;
}

.overallRating img {
    float: left;
    display: inline;
    margin: 0 0 0 10px;
}

.sortByContentMiddenRight {
    float: left;
    display: inline;
    width: 272px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 14px 0 0 12px;
}

.sortByContentMiddenRight h2 {
    width: 100%;
    font-size: 21px;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 23px;
    line-height: 23px;
    font-weight: lighter;
    font-style: italic;
    overflow: hidden;
}

.sortByContentMiddenRight em {
    display: block;
    width: 100%;
    height: 18px;
    color: #9c6fab;
    font-style: normal;
    overflow: hidden;
}

.sortByContentMiddenRight span {
    display: block;
    width: 100%;
    height: 18px;
    border-bottom: 1px #cecece solid;
    overflow: hidden;
}

.sortByContentMiddenRight span strong {
    color: #268ccc;
}

.sortByContentMiddenRight span strong a {
    color: #268ccc;
    text-decoration: none;
}

.sortByContentMiddenRight p {
    display: block;
    width: 100%;
    padding: 3px 0;
}

.readMore {
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px #cecece solid;
}

.addToMyStay {
    width: 100%;
    text-align: right;
    margin: 10px 0 0 0;
}

.addToMyStay a {
    float: right;
    width: 111px;
    height: 20px;
    line-height: 19px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/background/add-hotel.png) no-repeat;
    overflow: hidden;
}

.addToMyStay a.addedToMyStay {
    background: url(../images/icons/added-to-.png) no-repeat;
    width: 118px;
    color: #5E0E59;
    text-align: right;
    line-height: 20px;
    padding-right: 8px;
}

/* @end sortByContent */

/* @end sortBy */


/*
*********************************************************************
11_mystay_boks_m_collapsed.html
by liuy 09-02-03
*********************************************************************
*/

.mar15 {
    margin-right: 15px;
    float: left;
}

.listedviewfoot {
    padding: 4px 10px 3px 10px;
}

.contractedTitle {
    border-color: #5e0e59;
}

.contractedsummary {
    width: 223px;
    padding: 10px;
    float: left;
    background: #fff;
}

.xline {
    border: 1px dashed #5e0e59;
    padding: 20px;
    text-align: center;
    font-size: 11px;
}

.xline h4 {
    font-size: 14px;
    line-height: 14px;
    color: #630a5e;
}

.signIntop {
    width: 253px;
    height: 29px;
    float: left;
    background: url(../images/background/signbg.png) no-repeat center bottom;
}

.signIntop ul li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    width: 111px;
    padding-left: 15px;
}

.signIntop ul li a {
    text-decoration: none;
    color: #ffffff;
}

.signIntop ul li.signInTopRight {
    background: url(../images/background/sign-up.png) no-repeat top center;
    padding-left: 16px;
    color: #5e0e59;
}

.signIntop ul li.signInTopLeft {
    background: url(../images/background/signsel.png) no-repeat top center;
    margin-left: -2px;
}

.signIntop ul li.signInTopRight a,
.signIntop ul li.signInTopLeft a {
    color: #5e0e59;
}


