﻿.city_list 
{
    margin-right: 16px; 
    margin-bottom: 15px;
    width: 329px; 
    float: left; 
    border: 1px solid #CCCCCC; 
    padding: 3px; 
    text-align: left; 
    vertical-align: top;
    /* background-color: #F7F8FC; */ 
    height: 82px;
    overflow: hidden;
    color: #666;
}
.city_list:hover
{
    background-color: #F1F1F1;
}

.city_list a 
{
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3pt;
    text-decoration: none;
    padding-bottom: 3px;
}

.city_list_image_div
{
    background-image: url(/images/icons/flickr_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: #FFFFFF;
    padding: 2px;
    border: 1px solid #999999;
    width: 75px;
    height: 75px;
}

.city_list_info_div
{
    float: left;
    padding: 0px 3px 0px 10px;
    width: 235px;
    font-size: 12px;
    line-height: 14px;
}





.country_list 
{
    margin-right: 16px; 
    margin-bottom: 10px;
    width: 329px; 
    float: left; 
    border: 1px solid #CCCCCC; 
    padding: 3px; 
    text-align: left; 
    vertical-align: top;
    background-color: #F7F8FC;
    height: 46px;
    overflow: hidden;
}
.country_list:hover
{
    background-color: #F1F1F1;
}

.country_list a 
{
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3pt;
    text-decoration: none;
}

.hotel_list_info_div a 
{
    color: #555;
    font-size: 12px;
    text-decoration: underline;
    padding-bottom: 3px;
    line-height: 15px;
}

.country_list_image_div
{
    background-image: url(/images/icons/flickr_bg_small.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: #FFFFFF;
    padding: 2px;
    border: 1px solid #999999;
    width: 50px;
    height: 40px;
}

.hotel_list_image_div 
{
    background-image: url(/images/icons/flickr_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    width: 100px;
    margin: 1px;

}

.hotel_list_info_div 
{
    float: left;
    padding: 0px 3px 0px 10px;
    width: 210px;
    font-size: 12px;
    line-height: 14px;
}

.country_list_info_div
{
    float: left;
    padding: 0px 3px 0px 10px;
    width: 260px;
    font-size: 12px;
    line-height: 14px;
}
.divBreak { width: 690px; height: 1px; float: left; }

.country_info 
{
    background-color: #EEEEEE; border-top: solid 1px #BBBBBB; border-bottom: solid 1px #BBBBBB; float: left; padding: 15px 15px 15px 15px; width: 688px;
    font-size: 12px;
}

.country_info_panel 
{
    width: 310px; margin-right: 15px; float: left;
}

.titlebarnav {
    color: #555555;
    padding: 0px 15px;
    position:relative;
    float:left;
    width:688px;
}

.titlebarnav .bigtitle {
    font-size: 23px;
    font-weight:bold;
    line-height:100%;
    margin-bottom: 0px;
}
.titlebarnav .bigtitle a 
{
    color: #FF6600;
}
.titlebarnav .bigtitle a:hover
{
    text-decoration: underline;
}
.arrow 
{
    color: #666666; font-size: 18px;
}

.titlebarnav .smalltitle {
    font-size: 20px;
    font-weight: normal;
    float: left;
    line-height: 28px;
    margin-bottom: 0px;
}

.titlebarnav h1
{
    border-bottom: 0px; color: #FF6600;
}

.titlebarnav li.first {
    border-left:medium none;
    padding-left:2px;
}

.titlebarnav li 
{
    list-style-position:outside;
    margin:0 0 3px;
    padding:0;
}

.titlebarnav li {
    border-left:1px solid #757575;
    display:inline;
    padding:0 10px;
    text-transform:uppercase;
}
.titlebarnav ul {
    list-style:none outside none;
    margin: 0px;
}
.titlebarnav a 
{
    color: #555555;
    text-decoration: none;
}
.titlebarnav .active a 
{
    color: #FF6600;
    text-decoration: none;
}

/* Galleria */

.galleria_image 
{
    border: 2px solid #ffffff;
    float: left;
    margin: 5px;
    width: 240px;
    height: 160px;
    background-color: #555555;
    background-position: center;
    background-repeat: no-repeat;
}
.galleria_thumbs 
{
    float: left;
    margin: 2px;
    width: 110px;
}
.galleria_thumbs img 
{
    float: left;
    border: 1px solid #999999;
    padding: 2px;
    margin: 3px;
    margin-bottom: 4px;
    width: 40px;
    cursor: pointer;
}
.galleria_thumbs img:hover 
{
    border: 2px solid #CCCCCC;
    
}
.galleria_info 
{
    background-color: #000000;
    height: 20px;
    width: 240px;
    margin-top: 140px;
    filter:alpha(opacity=60); opacity:0.60;
}

.hotel_stars 
{
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    height: 17px;
    width: 100%;
    margin-top: 60px;
    filter:alpha(opacity=80); opacity:0.80;
}

.galleria_info img 
{
    height: 15px;
    padding: 2px 8px 0px 2px;
}
.galleria_info a 
{
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
} 

.flickThumbPanel 
{
    width: 75px;
    height: 75px;
    background-position: center center;
}


.country_list_image_div .flickThumbPanel 
{
    width: 50px;
    height: 40px;
    background-position: center center;
}

.flickrThumbInfo 
{
    display: none;
    float: left;
    margin-top: 58px;
    background-color: #333333;
    height: 17px;
    width: 75px;
    text-align: right;
}

.country_list_image_div .flickrThumbInfo 
{
    display: none;
    float: left;
    margin-top: 24px;
    background-color: #333333;
    height: 17px;
    width: 40px;
    text-align: right;
}

.country_list .flickrThumbInfo 
{
    display: none;
    float: left;
    margin-top: 24px;
    background-color: #333333;
    height: 17px;
    width: 50px;
    text-align: right;
}

.flickrThumbInfo img
{
    width: 39px;
    height: 12px;
    padding: 2px 5px 0px 2px;
}

.flickrThumbInfo a 
{
    font-size: 8px;
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
}

.hotels_header 
{
    background-color: #F0F2F2;
}

.hotels_header h3 
{
    margin-bottom: 0px;
    background-color:#F7F8FC;
    color:#444444;
    display:block;
    font-size:22px;
    line-height:100%;
    padding:15px 5px 8px;
}

.top_list_container
{
    float: left;
    width: 220px;
    height: 190px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-image: url('/images/common-layout/top_list_bg.png');
    background-repeat: no-repeat;
}

.top_list_container h4 
{
    color: #333333;
    padding-left: 5px;
    padding-bottom: 5px;
}

.top_list 
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC; 
    text-align: left; 
    vertical-align: top;
    height: 40px;
    padding: 5px 3px;
}


.top_list_bg
{
    background-color: #F8F8F8;
}

.top_list:hover
{
    background-color: #EAEAEA;
}

.top_list a 
{
    color: #E60E63;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.3pt;
    text-decoration: none;
}

.top_list_image_div
{
    background-color: #F1F1F1;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    float: left;
    background-color: #FFFFFF;
    padding: 0px;
    width: 50px;
    height: 38px;
    vertical-align: middle;
    margin: auto 0;
}

.package
{
    background-position: bottom right;
}

.top_list_image_div img 
{
    vertical-align: middle;
}
.small 
{
    width: 35px;
    height: 35px;
}

.top_list_info_div
{
    padding-left: 5px;
    float: left;
    width: 157px;
    font-size: 11px;
}
.bigger 
{
    width: 172px;
}
.top_list_item_header 
{
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    height: 16px;
}

.top_hotel_stars 
{
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    height: 12px;
    width: 100%;
    margin-top: 25px;
    filter: alpha(opacity=80); opacity: 0.80;
}
.top_hotel_stars img
{
    width: 50px;
}
.top_list_price_link 
{
    float:right;
}
.fs_chart .highcharts-title
{
    color: #333333;
    font-size:1.5em;
    margin:0;
    padding:18px 0 2px;
    border-bottom:0px;
}

.galleria_thumbs_hotel 
{
    float: left;
    margin: 2px;
    width: 140px;
}

.galleria_thumbs_hotel img 
{
    float: left;
    border: 2px solid #FFFFFF;
    margin: 3px 8px 8px 6px;
    cursor: pointer;
}


/* city and country item */
.c_list 
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC; 
    text-align: left; 
    vertical-align: top;
    height: 40px;
    padding: 5px 3px;
    margin-right: 15px;
    float: left;
}
.c_list_bg
{
    background-color: #F8F8F8;
}
.c_list:hover
{
    background-color: #EAEAEA;
}

.c_list_image_div
{
    background-color: #F1F1F1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/flickr_bg.png);
    border: 1px solid #CCCCCC;
    float: left;
    background-color: #FFFFFF;
    padding: 0px;
    width: 50px;
    height: 38px;
    vertical-align: middle;
    margin: auto 0;
}

.c_list_image_div .flickThumbPanel 
{
    background-position:center center;
    width:50px;
    height:38px;
}


.c_list_image_div .flickrThumbInfo 
{
    background-color:#333333;
    display:none;
    float:left;
    height:12px;
    margin-top: 26px;
    text-align:right;
    width: 100%;
}


.c_list_image_div .flickrThumbInfo img 
{
    height: 10px;
    padding: 1px 0px 0 2px;
    width: 30px;
}

.linkPanel 
{
    color: #ffffff;
    padding-left: 15px; 
    background-color: #1A1819;
    font-size: 13px;
    font-weight: bold;
}

.linkPanel a 
{
    line-height: normal;
    color: #FFFFFF;
    font-size: 12px;
}

.hotel_header_text 
{
    width: 680px;
    background-color: #F7F8FC;
    font-size: 12px;
    padding: 10px 5px;
    margin-bottom: 15px;
}


.bigtitle
{
    color: #FF6600;
    font-size: 2.2em;
}
/*
.country_info a
{
    color: #FF6600;
}
*/
.country_list_info_div ul 
{
    clear: both;
    float: left;
    margin: 3px 0px 0px 0px;
    padding: 0 0 20px;
}

.country_list_info_div li
{
    clear: none;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0 6px 0 0;
}

.country_list_ul a 
{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    letter-spacing: normal;
}
.country_list_ul a:hover
{
    text-decoration: underline;
}

a.text 
{
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline; 
}
a.text:hover 
{
    color: #e60e63;
}
a.linkHeader 
{
    color:#333333;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size:1.2em;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
    margin-top: 18px;
    display: block;
    width: 215px;
}

.top_list_container_blogg 
{
    float: left;
    width: 455px;
}



.top_list_container_blogg a.linkHeader 
{
    width: 450px;
}
.top_list_container_blogg .top_list_info_div 
{
    width: 390px;
}
.top_list_container_blogg .bloggPanel 
{
    width: 390px;
    margin-right: 10px;
    clear: left;
    line-height: 13px;
}

.top_list_container_blogg .top_list_item_header 
{
    width: 340px;
    float: left;
}
.top_list_container_blogg .readMorePanel 
{
    float: left;
}

a.bloggLink 
{
    color: #333333;
}
.movieLinkPanel a
{
    line-height: 22px;
    color: #FF6600;
    letter-spacing: 4px;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
}
.movieLinkPanel a:hover { text-decoration: underline; }

.showMovieLink:link
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: normal;
    
}
.resortPanel h3 
{
    margin-top: 15px;
    color: #333;
    font-size: 1.2em;
}

.resort_item 
{
    float: left;
    width: 213px;
    height: 45px;
    overflow: hidden;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 10px;
    border: 1px solid #FFF;
}
.resort_item:hover
{
    border: 1px solid #CCC;
    background-color: #F1F1F1;
}
.resort_item img 
{
    float: left;
    width: 40px;
    height: 40px;
    margin: 2px 10px 2px 2px;
}
.resort_link:link
{
    font-size: 12px;
    text-decoration: none;
    color: #333;
}
.resort_link:hover 
{
    text-decoration: underline;
}

.hotel_link:link 
{
    text-decoration: none;
    color: #666;
}
.hotel_link:hover 
{
    text-decoration: underline;
}

.resort_hotels_header 
{
    width: 100%;
    clear: left;
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #15A8E0;
}

.resort_hotels_header span
{
    font-weight: bold; 
    color: #15A8E0;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
}

.resort_hotels_header a:link 
{
    color: #15A8E0;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
}

.showMoreResortLink:link 
{
    color: #FF6600;
    font-weight: bold;
}

