body{
    margin:0;
    background:#5189ba;
    font:11px Arial, Helvetica, Verdana, sans-serif;
    color:#000;
}
.clear {
     clear: both;
     line-height:0px;
     font-size:0px;
}
/* General reset */
img{border:none;}
a{
    color:#000;
    text-decoration:none;
}
a:active, a:focus{
    outline:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
    font:100% arial,sans-serif;
    vertical-align:middle;
}
form,fieldset{
    margin:0;
    padding:0;
    border:none;
}
.container{
    width:972px;
    background:url(../images/new_template/bg-wrapper.gif) repeat-y;
    margin:0 auto;
    /*overflow:hidden;*/
}
#wrapper{
    width:895px;
    padding:0 35px 0 42px;
}
#wrapper:after{
    clear:both;
    content:"";
    display:block;
}
/* header */
#header{
    width:100%;
    padding:21px 0 0;
    /*Young - padding-bottom:17px for mac fixed  */
    /*overflow:hidden;*/
    overflow:visible;
}
.logo{
    float:left;
    background:url(../images/new_template/logo.jpg) no-repeat;
    width:185px;
    height:83px;
    margin:0 0 16px 16px;
    /*Young added margin-bottom: 16px for mac*/
    display:inline;
}
.logo a{
    float:left;
    text-indent:-9999px;
    height:100%;
}
.header-box{
    float:right;
    width:670px;
    /*position:relative;*/
}
/* search-form */
.search-form {
    width:100%;
    overflow:hidden;
}
.search-form form{
    padding:3px 0 38px;
    width:165px;
    float:right;
}
.search-box{
    background: transparent url(../images/new_template/bg-inpt-search.jpg) no-repeat;
    width:110px;
    height:24px;
    float:left;
}
.search-box input{
    border:none ;
    background:none;
    color:#fff;
    width:98px;
    padding:3px 0 0 12px;
    font-size:13px;
    line-height:13px;
}
.search-form form input.search-btn{
    background: url(../images/new_template/btn-go.jpg) no-repeat;
    border:none;
    width:41px;
    height:24px;
    float:left;
    cursor:pointer;
    margin:0 3px 0 9px;
    display:inline;
}

/* intro */
.intro{
    width:100%;
    overflow:hidden;
}
/* promo-box */
.promo-box{
    float:left;
    position:relative;
    width:628px;
}
.promo-box img{
    display:block;
}
.promo-txt{
    position:absolute;
    left:0;
    top:210px;
    width:628px;
}
* html .promo-txt{
    top:211px;
}
.promo-txt .holder{
    background:url(../images/new_template/bg-promo-txt-blue.png);
    padding:6px 11px 8px 15px;
    width:602px;
    overflow:hidden;
}
.promo-txt .txt{
    float:left;
    width:470px;
}
.promo-txt h2{
    font-size:22px;
    color:#f2f8d4;
    margin:0;
    line-height:21px;
}
.promo-txt p{
    margin:0;
    font-size:14px;
    color:#f2f8d4;
}
.promo-txt ul{
    float:right;
    list-style:none;
    padding:0;
    margin:0;
    width:96px;
}
.promo-txt ul li{
    float:left;
    padding:10px 0 0 5px;
    font-size:12px;
    font-weight:bold;
}
.promo-txt ul li a{
    float:left;
    width:17px;
    text-align:center;
    color:#fff;
    background:#727272;
    border:1px solid #5c5858;
    padding:2px 0;
    position:relative;
}
.promo-txt ul li a:hover,
.promo-txt ul li.active a{
    background:#c33;
    border:1px solid #e51c1c;
    text-decoration:none;
}
/* trevel-box */
.trevel-box{
    float:right;
    width:266px;
    border-left:1px solid #3a6489;
    background:#5189ba;
}
.trevel-box .tabset{
    width:100%;
    overflow:hidden;
    list-style:none;
    padding:0;
    margin:0;
}
.trevel-box .tabset li{
    float:left;
    height:41px;
    font-size:13px;
    font-weight:bold;
}
.trevel-box .tabset li a{
    float:left;
    background:url(../images/new_template/bg-tabset.gif) no-repeat;
    height:29px;
    overflow:hidden;
    color:#fff;
}
.trevel-box .tabset li a:hover{
    text-decoration:none;
}
.trevel-box .tabset li.hotel a{
    padding:12px 0 0 26px;
    width:39px;
    background-position:0 0;
}
.trevel-box .tabset li.hotel a:hover,
.trevel-box .tabset li.hotel a.active{
    background-position:0 -41px;
}
.trevel-box .tabset li.air a{
    padding:12px 0 0 24px;
    width:25px;
    background-position:-65px 0;
}
.trevel-box .tabset li.air a:hover,
.trevel-box .tabset li.air a.active{
    background-position:-65px -41px;
}
.trevel-box .tabset li.car a{
    padding:12px 0 0 30px;
    width:27px;
    background-position:-114px 0;
}
.trevel-box .tabset li.car a:hover,
.trevel-box .tabset li.car a.active{
    background-position:-114px -41px;
}
.trevel-box .tabset li.attractions a{
    padding:12px 0 0 23px;
    width:72px;
    background-position:-171px 0;
}
.trevel-box .tabset li.attractions a:hover,
.trevel-box .tabset li.attractions a.active{
    background-position:-171px -41px;
}
.tab-content{
    height:200px;
    padding:20px 12px 0 19px;
    color:#fff;
    font-size:12px;
    overflow:hidden;
}
.tab-content p{
    line-height:17px;
    margin:0 0 12px;
}
.check-blocks{
    width:235px;
    margin:0 0 6px;
    overflow:hidden;
}
.block{
    float:left;
    width:106px;
}
.block.lt{
    margin:0 17px 0 0;
}
.tab-content label{
    display:block;
}
.block div{
    float:left;
    background:url(../images/new_template/bg-inpt.gif) no-repeat;
    width:86px;
    height:20px;
}
.block div input{
    border:none;
    background:none;
    width:76px;
    padding:2px 5px 0;
    font-size:12px;
    line-height:12px;
}
.check{
    float:left;
    background:url(../images/new_template/btn-check.gif) no-repeat;
    width:20px;
    height:20px;
    text-indent:-9999px;
}
.amount{
    width:100%;
    overflow:hidden;
    padding:0 0 27px;
}
.amount div{
    float:left;
    width:43px;
}
.amount select{
    width:43px;
}
.amount div.sel-ctr{
    padding:0 50px 0 48px;
}
.trevel-search{
    width:100%;
    background:url(../images/new_template/logo-travel.gif) no-repeat;
    height:50px;
}
.trevel-search input{
    float:right;
    margin:10px 0 -30px;
    background:url(../images/new_template/btn-search.gif) no-repeat;
    width:92px;
    height:30px;
    border:none;
    padding:30px;
    overflow:hidden;
    text-indent:-9999px;
    cursor:pointer;
}

/* social-boxes */
.social-boxes{
    width:100%;
    padding:8px 0 32px;
    overflow:hidden;
}
.social-boxes .heading:after{
    clear:both;
    content:"";
    display:block;
}
.hot,
.awesome,
.connect{
    float:left;
    height:65px;
    padding-left:14px;
}
.hot{
    background:url(../images/new_template/bg-social1.gif) no-repeat;
    width:260px;
    margin:0 25px 0 0;
}
.awesome{
    background:url(../images/new_template/bg-social2.gif) no-repeat;
    width:310px;
    margin:0 25px 0 0;
    padding:0 0 0 20px;
    position:relative;
}
.connect{
    background:url(../images/new_template/bg-social3.gif) no-repeat;
    width:227px;
}
.social-boxes .heading{
    width:100%;
    margin:-8px 0 0;
    position:relative;
}
.social-boxes h3{
    margin:0;
    background:#fff;
    font-size:11px;
    color:#bfbbbb;
    padding:0 6px;
    float:left;
    display:inline;
    font-weight:normal;
    position:relative;
}
.social-boxes .connect .heading{
    margin-bottom:10px;
}
.social-boxes .awesome h3{
    margin:0 0 0 -12px;
}
.social-boxes ul{
    width:100%;
    overflow:hidden;
    list-style:none;
    padding:0;
    margin:0;
}
.social-boxes ul li{
    float:left;
}
.hot li{
    padding:0 8px 0 0;
}
.awesome ul{
    width:330px;
    margin:0 -20px 0 0;
}
.awesome li{
    padding:0 20px 0 0;
}
.social-boxes img{
    float:left;
}
.connect li{
    padding:0 13px 0 0;
}
.view{
    position:absolute;
    top:55px;
    right:11px;
    padding:0 3px 0 6px;
    background:#fff;
    color:#bfbbbb;
    text-decoration:underline;
}
.view:hover{
    text-decoration:none;
}
/* main */
#main{
    width:100%;

    overflow:hidden;
}
/* content */
#content{
    float:left;
    width:630px;
}
#content .tabset{
    width:100%;
    overflow:hidden;
    list-style:none;
    padding:0;
    margin:0 0 -1px;
    position:relative;
    z-index:5;
}
#content .tabset li{
    float:left;
    padding:0 0 0 10px;
    height:38px;
    font-size:13px;
    font-weight:bold;
}
#content .tabset li a{
    display:block;
    background:url(../images/new_template/bg-content-tab.gif) no-repeat;
    width:144px;
    height:28px;
    padding:10px 0 0;
    text-align:center;
    color:#fff;
}
#content .tabset li a:hover,
#content .tabset li a.active{
    background-position:0 -38px;
    text-decoration:none;
    color:#000;
}
.content-block{
    background:url(../images/new_template/bg-tab-content-c.gif) repeat-y;
    width:100%;
    margin:0 0 22px;
    overflow:hidden;
}
.content-block .holder{
    background:url(../images/new_template/bg-tab-content-t.gif) no-repeat;
    width:100%;
}
.content-block .frame{
    background:url(../images/new_template/bg-tab-content-b.gif) no-repeat 0 100%;
    padding:15px 20px 19px;
    height:1%;
}
.content-block .frame:after{
    clear:both;
    content:"";
    display:block;
}
.twocolumns{
    width:616px;
    margin:0 0 0 -28px;
    overflow:hidden;
}
.content-block .column{
    float:left;
    width:280px;
    padding:0 0 0 28px;
}
.news-list{
    list-style:none;
    padding:0;
    margin:0;
}
.news-list li{
    background:url(../images/new_template/divider.gif) repeat-x;
    padding:21px 0 15px;
    width:100%;
    overflow:hidden;
    vertical-align:top;
}
.news-list li:first-child{background-image:none;}
.news-list img,
.side-block img{
    float:left;
    border:1px solid #828b81;
    border-top-color:#5c695b;
    border-bottom-color:#5c695b;
}
.news-txt{
    float:right;
    width:186px;
}
.news-txt h4{
    font-size:13px;
    margin:-2px 0 0;
    line-height:17px;
}
.news-txt h4 a{
    color:#2897aa;
}
.posted{
    display:block;
    font-size:10px;
    padding:0 0 8px;
}
.posted em{
    color:#6e6e6e;
    font-style:normal;
}
.news-txt p{
    margin:0;
    line-height:16px;
}
.ad-block{
    margin:0 0 10px;
    width:100%;
    overflow:hidden;
}
.ad-block img{
    display:block;
}
/* sidebar */
#sidebar{
    float:right;
    width:240px;
    padding:0 2px 0 0;
}
.sidebox{
    width:100%;
    overflow:hidden;
    background:url(../images/new_template/bg-sidebox-c.gif) repeat-y;
    margin:0 0 15px;
}
.sidebox .holder{
    background:url(../images/new_template/bg-sidebox-t.gif) no-repeat;
    width:100%;
}
.sidebox .frame{
    background:url(../images/new_template/bg-sidebox-b.gif) no-repeat 0 100%;
    padding:9px 14px 18px 18px;
    width:208px;
    overflow:hidden;
}
.sidebox h3{
    margin:0 0 20px;
    font-size:20px;
    color:#fff;
    text-align:center;
}
.popularity{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
}
.popularity li{
    display:inline;
    padding:0 2px 0 0;
}
.popularity li a{
    color:#444;
    white-space:wrap;
}
.popularity li.popular-1{font-size:10px;letter-spacing:-.3px;line-height:24px;}
.popularity li.popular-2{font-size:11.5px;letter-spacing:-0.4px;line-height:24px;}
.popularity li.popular-3{font-size:13px;letter-spacing:-0.5px;line-height:24px;}
.popularity li.popular-4{font-size:14.5px;letter-spacing:-0.6px;line-height:24px;}
.popularity li.popular-5{
    font-size:16px;
    font-weight:bold;
    letter-spacing:-0.7px;
    line-height:24px;
}
.popularity li.popular-6{
    font-size:17.5px;
    font-weight:bold;
    letter-spacing:-0.8px;
    line-height:24px;
}
.popularity li.popular-7{
    font-size:19px;
    font-weight:bold;
    letter-spacing:-0.9px;
    line-height:24px;
}
.popularity li.popular-8{font-size:20.5px;letter-spacing:-1.0px;line-height:24px;}
.popularity li.popular-9{
    font-size:22px;
    font-weight:bold;
    letter-spacing:-1.1px;
    line-height:24px;
}
.sidebox p{
    color:#4c4c4c;
    font-size:13px;
    line-height:20px;
    margin:0 0 10px;
}
.more{
    font-size:13px;
    color:#157ed9;
    text-decoration:underline;
}
.more:hover{
    text-decoration:none;
}
.long{
    letter-spacing:-1px;
}
.side-block{
    width:212px;
    margin:0 -4px 0 0;
    overflow:hidden;
    padding:11px 0 0;
}
.side-block img{
    margin:0 12px 0 0;
}
.sidebox .side-block p{
    font-size:11px;
    line-height:16px;
}
/* footer */
#footer{
    width:100%;
    font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer:after{
    clear:both;
    content:"";
    display:block;
}
#footer .holder{
    width:955px;
    margin:0 -28px 0 -33px;
    position:relative;
    overflow:hidden;
}
.footerLinks{
    width:100%;
    overflow:hidden;
    background:#5189ba;
    border:solid #000;
    border-width:1px 0;
    padding:6px 0;
    color:#fff;
}
.footer-nav{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-nav li{
    display:inline;
    padding:0 0 0 24px;
}
.footer-nav li a{
    color:#fff;
}
.copy{
    float:right;
    padding:0 22px 0 0;
}
#adrBar{
    width:910px;
    padding:15px 0 0 23px;
    overflow:hidden;
    height:63px;
}
#adrBar table{
    width:910px;
    margin:0;
    overflow:hidden;
}
#adrBar td{
    color:#4e8abe;
    width:300px;
    line-height:18px;
}
#adrBar td.rss{
    width:310px;
    text-align:center;
}
#adrBar td.last{
    text-align:right;
}
#adrBar a{
    color:#4e8abe;
    text-decoration:underline;
}
#adrBar a:hover{
    text-decoration:none;
}

#nav-bar{
    background:url(images/new_template/nav-red0.jpg) no-repeat;
    width:895px;
    height:30px;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:20px;
}


/** 2.1 Navigation widget**/
/* navigation style */

/** main navigation **/

#nav-bar, #nav-top {
    font-family:trebuchet ms,arial,sans-serif;
    font-size:12px;
}

#nav-bar ul, #nav-bar li,
#nav-top ul, #nav-top li {
    display:block;
   /* list-style:none;*/
    margin:0;
    padding:0;
}

#nav-bar ul {
    height:24px;
    width:875px;
}
#nav-bar ul ul {
    position:absolute;
    left:0px;
    top:28px;
    height:auto;
    width:205px;
    background:#E10F1E;
    border:1px solid #870E1D;
    display:none;
    z-index:10;
}
#nav-bar ul ul ul {
    top:-1px;
    left:205px;
    border:1px solid #870E1D;
}

#nav-bar li:hover {
    background:#cc0000;
    z-index:10;
}

#nav-bar li:hover ul ul,
#nav-top li:hover ul ul {
    display:none;
}

#nav-bar li:hover ul,
#nav-bar li:hover li:hover ul,
#nav-top li:hover ul,
#nav-top li:hover li:hover ul  {
    display:block;
}

#nav-bar li {
    position:relative;
    float:left;
    padding:4px 25px;
    line-height:20px;
}
#nav-bar li li {
    float:none;
    padding:4px 15px;
    display:block;
}

#nav-bar li a {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    display:block;
}
#nav-bar li li a {
    display:block;
}


#nav-bar a:hover {
    color:#ffffff;
}
#nav-bar li li #sub_indicator,
#nav-top li li #sub_indicator {
    display: block;
    float: right;
    width:8px;
    /* Young K*/
    position: absolute;
    top:4px;
    right:16px;
}

/** top navigation **/
#nav-top{
   /* position:absolute;*/
    right:0px;
    top:58px;
    width:660px !important;
}
#nav-top ul {
    /*Young
    height:24px;*/
    color:#5189BA;
}
#nav-top ul li{
/*Young*/
    /*list-style-image: url(../images/new_template/ico-star.gif);
    display:list-item;*/
    padding-left:0px;
    margin-right:12px;
}
#nav-top ul li.last{
    margin-right:0px;
}
#nav-top ul li li{
    list-style-image: none;
    list-style-type:none;
    list-style:none;
    padding:auto;
}
#nav-top ul ul {
    position:absolute;
    left:0px;
    top:28px;
    height:auto;
    width:205px;
    background:#ffffff;
    display:none;
}
#nav-top ul ul ul {
    top:-1px;
    left:205px;
}

#nav-top li:hover {
    background:#ffffff;
    z-index:10;
}
#nav-top li {
    position:relative;
    float:left;
    /*Young
    padding:4px 10px;*/
    line-height:20px;
}
#nav-top li li {
    float:none;
    padding:4px 15px;
    margin-right:0px;
}

#nav-top li a {
    color:#5189BA;
    text-decoration:none;
    font-weight:bold;
    /*Young*/
    background: url(../images/new_template/ico-star.gif) no-repeat left center;
    display:block;
    padding:7px 10px 7px 20px;
}
#nav-top li li a {
    /*Young*/
    background: none;
    padding:2px 2px 2px 5px;

}

#nav-top a:hover {
    color:#ce3235;
}
#nav-top li li:hover{
    background: transparent none;
    background-color:#efefef;
}
