
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    color: #545454;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
a:active {
    outline: medium none;
}
a:focus {
    outline: medium none;
}
a {
    text-decoration: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header {
    margin: 0 auto;
    width: 960px;
}
.header_top {
    height: 82px;
}
.logo {
    height: 82px;
    margin-left: 5px;
    width: 342px;
}
.member ul {
    margin-top: 10px;
}
.member li {
    background: url("../images/arrow.png") no-repeat scroll left 7px transparent;
    float: left;
    margin-left: 5px;
    padding-left: 12px;
    width: 140px;
}
.member a {
    color: #545454;
    font-size: 11px;
}
.header_bottom {
    height: 34px;
    margin: 5px 0 10px;
}
.nav li {
    float: left;
    text-align: center;
    width: 110px;
}
.nav .divider {
    background: url("../images/divider.png") no-repeat scroll left top transparent;
    height: 34px;
    width: 11px;
}
.nav a {
    color: #545454;
    display: block;
    padding: 6px 0;
}
.nav a:hover, .active {
    border-bottom: 3px solid #735C01;
}
.search {
    margin: 4px 10px 0 0;
}
.search input {
    float: left;
}
.search_field {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9D9D9 -moz-use-text-color #D9D9D9 #D9D9D9;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: 16px;
    padding: 4px;
    width: 150px;
}
.banner {
    height: 450px;
    overflow: auto;
    position: relative;
    width: 100%;
}
.banner ul li {
    float: left;
    height: 450px;
    width: 100%;
}
.qlink {
    height: 170px;
    margin: 0 auto;
    padding-bottom: 160px;
    position: relative;
    top: -20px;
    width: 960px;
}
.qlink img {
    float: left;
}
.middle {
    margin: 0 10px;
}
.footerbg {
    background: url("../images/pattern_bg.png") repeat scroll left top transparent;
    bottom: 0;
    height: 160px;
    position: absolute;
    width: 100%;
}
.footer {
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.footer_top, .footer_bottom {
    float: left;
    padding: 0 10px;
    width: 940px;
}
.footer_top {
    margin: 10px 0 45px;
}
.footer_top li {
    float: left;
    font-weight: bold;
    margin-right: 25px;
    width: 121px;
}
.footer_top ul ul {
    margin-top: 10px;
}
.footer_top li li {
    clear: both;
    display: block;
    font-weight: normal;
}
.footer_top a {
    color: #FFFFFF;
}
.footer_top .social a {
    float: left;
    margin-left: 5px;
}
.footer_bottom li {
    float: left;
    margin-left: 10px;
}
.footer_bottom a {
    color: #FFFFFF;
}
.banner .dots {
    bottom: 30px;
    position: absolute;
    right: 2%;
}
.banner .dots li {
    border: 2px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    opacity: 0.4;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 8px;
}
.banner .dots li.active {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 1;
}
.content_bg {
    background: url("../images/content_bg.png") no-repeat scroll left top transparent;
    min-height: 622px;
    padding-bottom: 210px;
    width: 100%;
}
.content {
    background-color: #FFFFFF;
    margin: 0 auto;
    min-height: 570px;
    padding-bottom: 50px;
    width: 960px;
}
.content_banner {
    margin-bottom: 20px;
}
.header_bg {
    background: url("../images/heading_bg.png") no-repeat scroll left top transparent;
    height: 36px;
    margin-bottom: 30px;
    width: 833px;
}
.header_bg h2 {
    color: #FFFFFF;
    font-size: 17px;
    padding: 9px 0 0 20px;
}
.about, .contact, .forget, .faq {
    padding: 0 20px;
    width: 920px;
}
.about .left {
    width: 620px;
}
.about .right {
    width: 300px;
}
.about p {
    margin-bottom: 10px;
    width: 620px;
}
.about .right img {
    margin-bottom: 10px;
    margin-left: 80px;
}
.contact .left, .contact .right {
    width: 460px;
}
.contact .left p {
    margin-bottom: 5px;
}
.big {
    font-weight: bold;
}
.contact .right p {
    margin-bottom: 20px;
}
.contact .right input {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 3px;
    width: 400px;
}
.contact .right textarea {
    border: 1px solid #CCCCCC;
    height: 100px;
    margin-bottom: 20px;
    padding: 3px;
    resize: none;
    width: 400px;
}
.contact .right .send {
    border: 0 none;
    height: auto;
    padding: 0;
    width: auto;
}
.excursion_listing {
    padding: 0 30px 0 50px;
    width: 880px;
}
.excursion_listing h3, .excursion_listing h4 {
    color: #775F01;
}
.excursion_listing h3 {
    font-size: 18px;
}
.excursion_listing h4 {
    margin-bottom: 30px;
}
.elisting {
    float: left;
    height: 134px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    width: 200px;
}
.e01 {
    background: url("../images/elisting.png") no-repeat scroll center center transparent;
}
.elisting a {
    background: url("../images/elisting_layer.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 134px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30%;
    text-align: center;
    width: 190px;
    word-break: break-all;
}
.small {
    font-size: 11px;
}
.user_info .left, .location_listing .left, .my_excursion .left, .excursion_listing .left {
    width: 180px;
}
.user_info .left ul, .location_listing .left ul, .my_excursion .left ul {
    margin-top: 50px;
}
.user_info .left li, .location_listing .left li, .excursion_listing .left li {
    margin: 0 0 10px 20px;
}
.excursion_listing .left li {
    margin-left: 0;
}
.user_info .left a, .location_listing .left a, .excursion_listing .left a {
    color: #56C3BE;
    height: 16px;
    padding-right: 25px;
    width: auto;
}
.user_info .left a:hover, .location_listing .left a:hover, .excursion_listing .left a:hover {
    color: #8FFBF6;
}
.excursion_listing .left a:hover {
    background: url("../images/arrow2.png") no-repeat scroll right center transparent;
}
.selected {
    background: url("../images/arrow2.png") no-repeat scroll right center transparent;
}
.user_info .right, .location_listing .right {
    width: 780px;
}
.user_info .right h3, .location_listing .right h3, .my_excursion .right h3 {
    color: #9BDED7;
    font-size: 50px;
}
.user_info .right .user_detail {
    background: url("../images/address_bg.png") no-repeat scroll 87% 30% transparent;
    border: 1px solid #56C2BD;
    min-height: 400px;
    position: relative;
    top: -11px;
    width: 730px;
}
.user_info .right form {
    margin: 30px 0 0 30px;
    width: 280px;
}
.user_info .right input {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    width: 270px;
}
.user_info .right .fspace {
    margin-bottom: 30px;
}
.user_info .right .save {
    border: 0 none;
    height: auto;
    width: auto;
}
.user_info .right .user_history, .my_excursion .right .user_history {
    border: 1px solid #56C2BD;
    min-height: 400px;
    position: relative;
    top: -11px;
    width: 730px;
}
.user_info .right .user_history table, .my_excursion .right .user_history table {
    padding: 0 10px;
}
.user_info .right .user_history th, .my_excursion .right .user_history th {
    color: #FFFFFF;
    padding: 10px;
}
.user_info .right .user_history td, .my_excursion .right .user_history td {
    padding: 10px;
}
.user_info .right .history_data, .my_excursion .right .history_data {
    border-bottom: 1px solid #56C2BD;
}
.user_info .right .history_data_last, .my_excursion .right .history_data_last {
    border: 0 none;
}
.breadcrumb {
    margin-left: 20px;
    margin-top: 5px;
}
.breadcrumb li {
    display: inline;
    font-size: 10px;
}
.breadcrumb a {
    color: #545454;
}
.listing_info {
    background-color: #EFEFEF;
    margin-bottom: 20px;
    min-height: 150px;
    padding: 20px 15px 0;
    position: relative;
    top: -11px;
    width: 730px;
}
.listing_info .left {
    width: 186px;
}
.listing_info .right {
    width: 544px;
}
.listing_info .right h4 {
    font-size: 18px;
}
.listing_info .right a {
    color: #545454;
    font-size: 10px;
    text-decoration: underline;
}
.listing_info .right p {
    margin-top: 10px;
}
.listing_info .right ul {
    margin-top: 20px;
}
.listing_info .right li {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 10px;
}
.time {
    background: url("../images/time.png") no-repeat scroll left center transparent;
    float: left;
    padding-left: 22px;
}
.price {
    background: url("../images/price.png") no-repeat scroll left center transparent;
    float: left;
    margin-left: 15px;
    padding-left: 17px;
}
.listing_info .right .ldetail {
    float: right;
    margin-right: 0;
    margin-top: 10px;
}
.listing_info .right li .small2 {
    font-size: 10px;
    font-weight: normal;
}
.search_result .left ul {
    margin-top: 0;
}
.search_result .right .listing_info {
    top: 0;
}
.location_detail {
    margin-top: 40px;
    padding: 0 30px;
}
.location_detail h3 {
    color: #786001;
    float: left;
    font-size: 25px;
    width: 700px;
}
.location_detail .gallery {
    float: left;
    margin-top: 10px;
    padding-right: 30px;
    width: 440px;
}
.location_detail .location_desc {
    float: left;
    margin-top: 10px;
    width: 430px;
}
#bx-pager a img {
    margin-right: 3px;
}
#bx-pager .active {
    border: medium none;
}
.location_desc h4 {
    font-size: 17px;
    line-height: 17px;
}
.location_desc a {
    color: #545454;
    font-size: 10px;
    text-decoration: underline;
}
.location_desc ul {
    margin: 30px 0;
}
.location_desc li {
    background: url("../images/bullet.png") no-repeat scroll left 5px transparent;
    margin-bottom: 5px;
    padding-left: 15px;
}
.location_desc form {
}
.location_desc p {
    background: url("../images/time.png") no-repeat scroll left top transparent;
    line-height: 17px;
    margin-bottom: 5px;
    padding-left: 30px;
}
.location_desc .detail_price {
    background: url("../images/price.png") no-repeat scroll 2px 5px transparent;
    margin-bottom: 5px;
    padding-left: 30px;
}
.location_desc .detail_price select {
    border: 1px solid #CCCCCC;
    color: #545454;
    padding: 4px;
    width: 300px;
}
.location_desc .date {
    background: url("../images/date.png") no-repeat scroll left 3px transparent;
    margin-bottom: 15px;
    padding-left: 30px;
}
.location_desc .date input {
    border: 1px solid #CCCCCC;
    padding: 4px;
    width: 200px;
}
.aadd_cart {
    float: right;
}
.tour_detail {
    border: 1px solid #67CCC8;
    margin-top: 50px;
    min-height: 400px;
    width: 100%;
}
.tour_detail h4 {
    background-color: #FFFFFF;
    color: #735C01;
    display: inline;
    font-size: 17px;
    left: 30px;
    padding: 5px 15px;
    position: relative;
    top: -13px;
}
.tour_content {
    padding: 10px 45px 20px;
}
.forget p {
    margin-bottom: 5px;
}
.forget input {
    margin-bottom: 10px;
}
.forget .email {
    border: 1px solid #CCCCCC;
    padding: 4px;
    width: 300px;
}
.forget form {
    margin: 50px 0;
}
.forget .red {
    color: red;
    font-size: 12px;
}
.my_excursion .left li {
    background-color: #68C2BC;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 10px 0 10px 20px;
    width: 150px;
}
.my_excursion .left .selected {
    background: url("../images/arrow3.png") no-repeat scroll 97% center #68C2BC;
}
.my_excursion .right {
    width: 760px;
}
.history_data #datepicker, .history_data_last #datepicker {
    border: 1px solid #CCCCCC;
    padding: 2px;
    width: 100px;
}
.history_data .qty, .history_data_last .qty {
    border: 1px solid #CCCCCC;
    padding: 2px;
    width: 25px;
}
.total {
    bottom: 10px;
    color: #56C2BD;
    float: right;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 10px;
}
.next {
    float: right;
    margin-right: 25px;
}
.my_excursion .right .passenger, .my_excursion .right .thanks {
    border: 1px solid #56C2BD;
    min-height: 400px;
    padding: 20px;
    position: relative;
    top: -11px;
    width: 690px;
}
.my_excursion .right .passenger form {
    margin-top: 40px;
    width: 690px;
}
.my_excursion .right .passenger .left {
    margin-right: 30px;
    width: 270px;
}
.my_excursion .right .passenger .left input, .part2 .i02 {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 4px;
    width: 270px;
}
.part1, .part2 {
    float: left;
    margin-bottom: 20px;
    width: 690px;
}
.part2 p {
    float: left;
    margin-right: 20px;
}
.part2 .i01 {
    margin: 0 15px 0 0;
}
.part2 select {
    color: #757575;
    margin-top: 20px;
}
.part3 p {
    margin-bottom: 10px;
}
.part3 textarea {
    border: 1px solid #CCCCCC;
    height: 150px;
    margin-bottom: 20px;
    padding: 4px;
    resize: none;
    width: 570px;
}
.previous {
    float: left;
}
.paypal {
    float: right;
    margin-right: 25px;
}
.my_excursion .right .thanks {
    text-align: center;
}
#terms {
    height: 500px;
    width: 800px;
}
#terms h2 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    padding: 30px 0 10px 20px;
}
.terms_content {
    background-color: #FFFFFF;
    height: 350px;
    margin-left: 20px;
    overflow: auto;
    padding: 0 20px;
    width: 720px;
}
#terms h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 10px;
}
#terms p {
    margin-bottom: 5px;
}
.agree {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.login {
    height: 290px;
    width: 810px;
}
.login .left, .login .right {
    width: 380px;
}
.login .left {
    border-right: 1px solid #46A09C;
    margin: 30px 0 0 20px;
}
.login .right {
    margin: 30px 0 0 20px;
}
.login h1 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.login label {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 10px;
    width: 150px;
}
.login input {
    border: 1px solid #FFFFFF;
    float: left;
    height: 18px;
    margin-bottom: 10px;
    padding: 4px;
    width: 200px;
}
.login .register_btn {
    border: medium none;
    float: right;
    height: auto;
    margin-right: 20px;
    margin-top: 10px;
    width: auto;
}
.login .login_btn {
    border: medium none;
    float: right;
    height: auto;
    margin-right: 20px;
    margin-top: 31px;
    width: auto;
}
.forget_link {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin-left: 150px;
    position: relative;
    text-decoration: underline;
    top: -5px;
}
.elocation {
    float: right;
    width: 660px;
}
.excursion_listing .left h5 {
    background-color: #56C3BE;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-align: center;
}
.placeholder {
    color: #545454;
}
#detail_tab1 {
    clear: both;
    margin-bottom: 30px;
    width: 430px;
}
#tab_title {
    border-bottom: 1px solid #999999;
    float: left;
    margin: 20px 0 10px;
    width: 430px;
}
#tab_title li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: #999999 #999999 #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 10px;
    position: relative;
    top: 1px;
}
#tab_title .selected {
    background: none repeat scroll 0 0 transparent;
    color: #379291;
}
#tab_title li a {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#tab1 ul, #tab2 ul {
    float: left;
    margin: 0;
}
.faq p, h2, .left p, h2, .privacy_policy p, h2, .company_policy p, h2 {
    margin-bottom: 20px;
}
.faq h2, .left h2, .left h3, .private_event_left h2, .private_event_left h3 {
    font-weight: bold;
}
.left h3 {
    margin-bottom: 30px;
}
.left h4 {
    margin-top: 30px;
}
.contact .left p {
    margin-bottom: 10px;
}
.contact_addy p {
    width: 337px;
}
.privacy_policy, .company_policy {
    margin: 0 auto;
    width: 840px;
}
.private_event_left {
    float: left;
    width: 620px;
}
.private_event_left h2 {
    margin-bottom: 10px;
}
.private_event_left p {
    margin-bottom: 30px;
}
.private_event_left h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
#footer_top_faq {
    float: left;
    font-weight: bold;
    margin-right: 40px;
    width: 70px;
}
.banner li .banner_wording1, .banner li .banner_wording2, .banner li .banner_wording3 {
    background-color: #56C3BE;
    color: #FFFFFF;
    opacity: 0.9;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 200px;
    width: 600px;
}
.banner li .banner_wording2 {
    top: 250px;
}
.banner li .banner_wording3 {
    left: 0;
    top: 300px;
}
.bannerwrapper p {
    font-size: 13px;
    margin-bottom: 5px;
    opacity: 1;
}
.bannerwrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.el_scroll {
    height: 538px;
    overflow: hidden;
}
.pagination {
    height: 25px;
}
.pagination a {
    background-color: #56C3BE;
    display: block;
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
.pagination .pageno {
    color: #FFFFFF !important;
    line-height: 25px;
    text-align: center;
}
.pagination .current_page {
    color: #2F7976;
}
