/***** COMMON STYLES *****/
body {
	height: 100%;
	font-family: Verdana, sans-serif;
	color: #333;
	background: #fff;;
	padding: 0px; margin: 0px;
	font-size: 14px;
}
img {
	border: 0;
}
a {
	color: #0d74a8;
	text-decoration: none;
}
form, p {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.container{
	width: 100%;
	overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.txtb{
	font-weight: bold;
}
.txtn{
	font-weight: normal;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mt10{
	margin-top: 10px;
}
.p10{
	padding: 10px;
}



#header-bck{
	background: url("/img/header-bck.png") top left repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 130px;
}
#header{
	width: 1020px;
	margin: 0px auto;
	height: 130px;
	position: relative;
}

#formatLangPanel{
	position: absolute;
	right: 10px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#formatLangPanel img {
	margin-right: 8px;
	padding: 0px;
	cursor: pointer;
}
#formatLangPanel td.format{
	padding-right: 5px;
}
#formatLangPanel td.sep{
	width: 1px;
	background: #fff;
	padding: 0px;
	margin: 0px;
}
#formatLangPanel td.lang{
	text-align: right;
	padding-left: 10px;
}

#lng{
	position: relative;
	background: url("/img/lng-bck.png") no-repeat;
	width: 84px;
	height: 21px;
	text-align: left;
	cursor: pointer;
	padding-bottom: 1px;
}
#lng span{
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	padding-left: 10px;
}
#lngSelect{
	top: 24px;
	position: absolute;
	z-index: 200;
	text-align: left;
	width: 84px;
	font-size: 12px;
	line-height: 21px;
}
.lngSelectTop{
	height: 3px;
	width: 84px;
	background: url("/img/lng-select-top.png");
}
.lngSelectBtm{
	height: 3px;
	width: 84px;
	background: url("/img/lng-select-btm.png");
}
.lngSelectRow{
	background: #206589;
	cursor: pointer;
}
#lngSelect .selected{
	background: #0089ce;
}
#lngSelect span{
	color: #fff;
	padding-left: 10px;
}


#searchPanel{
	position: absolute;
	right: 10px;
	top: 45px;
}
#search{
	z-index: 5;
	position: relative;
	background: url("/img/search-bck.png") repeat-x;
	width: 281px;
	height: 35px;
}
#search .position1{
	position: absolute;
	top: 7px;
	left: 15px;
}
#search .position1 input{
	z-index: 100;
	width: 230px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	border: 0px;
	outline: none;
	background: transparent;
}
#search .position2{
	position: absolute;
	top: 7px;
	right: 8px;
}
#search .position2 input{
	width: 25px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
	cursor: pointer;
	opacity:0.0; filter:alpha(opacity=0); 
}

.tt-dropdown-menu{
	background: #fff;
	border: 1px solid #bebebe;
	border-top: 0px;
	margin-top: 5px;
}
.tt-suggestions{
	z-index: 20;
	padding: 0px 0px;
	width: 255px;
}
.tt-suggestion{
	border-top: 1px solid #eee;
	font-size: 18px;
	padding: 5px 10px;
	color: #333;
}
.tt-is-under-cursor{
	background: #efefef;
}

#topAd{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#topAd .adv{
	float: left;
	width: 728px;
}
#topAd .informer{
	float: right;
	width: 280px;
}

#sep{
	width: 100%;
	height: 1px;
	background: #ededed;
}

#path{
	font-size: 21px;
	clear: both;
	margin: 5px;
	text-transform: uppercase;
	line-height: 29px;
}
#path a{
	color: #0773ab;
	text-decoration: underline;
}
#path a:HOVER{
	text-decoration: none;
}
#path h1, #path span, #searchTitle{
	font-size: 22px;
	font-weight: bold;
	display: inline;
	color: #bc9700;
}
#path .flag{
	vertical-align: bottom;
	border: 1px solid #e0e0e0;
}
#path img{
	margin-bottom: 2px;
}


#menuBlock{
	width: 100%;
	border: 2px solid #ededed;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
}
#menuBlock .header{
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
	background: #fcfcfc;
	border-bottom: 1px dashed #a3a3a3;
	text-align: center;
	padding: 5px;
}
#menuBlock .bck{
	height: 7px;
	background: url("/img/menu-bck.png") center no-repeat;
}
#menuBlock .inner{
	padding: 6px;
}
#menuFooter {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#menuFooter span{
	border: 1px solid #ededed;
	border-top: none;
	padding: 0px 30px;
	margin: 0px;
	display: inline-block;
	background: #fcfcfc;
}
#menuFooter a{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	line-height: 23px;
}
#menuFooter .bot{
	margin: 0px auto;
	position: relative;
	top: -1px;
	background: url("/img/menu-bot.png");
	width: 101px;
	height: 12px;
}

#resortsList{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-transform: uppercase;
	font-size: 14px;
}
#resortsList tr{
	border-bottom: 1px dashed #e3e3e3;
}
#resortsList tr.last{
	border-bottom: none;
}
#resortsList td.resort{
	padding: 5px 0px 5px 8px;
}
#resortsList td.temp{
	padding: 5px 0px 5px 10px;
	vertical-align: middle;
	text-align: right;
}

#countryList{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-transform: uppercase;
	font-size: 14px;
}
#countryList tr{
	border-bottom: 1px dashed #e3e3e3;
}
#countryList tr.last{
	border-bottom: none;
}
#countryList td.country{
	padding: 5px 0px 5px 8px;
}
#countryList td.flag{
	padding: 5px 8px 5px 10px;
	vertical-align: middle;
	text-align: right;
}

#seaList{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	text-transform: uppercase;
	font-size: 14px;
}
#seaList tr{
	border-bottom: 1px dashed #e3e3e3;
}
#seaList tr.last{
	border-bottom: none;
}
#seaList td{
	padding: 5px 0px 5px 8px;
}


#contentWrapper{
	position: absolute;
	top: 130px;
	width: 100%;
	overflow: hidden;
}
#content{
	padding-top: 10px;
	width: 1020px;
	margin: 0px auto;
	vertical-align: middle;
	overflow: visible;
}

#pageContent{
	width: 100%;
	overflow: hidden;
}
#left{
	float: left;
	width: 250px;
}
#middle{
	float: right;
	width: 770px;
}
#right300{
	float: right;
	width: 300px;
}
#center470{
	width: 440px;
	float: left;
	padding: 0px 15px;
}
#center770{
	width: 755px;
	float: left;
	padding-left: 15px;
}





#current{
	width: 440px;
	height: 286px;
	background: url("/img/current-bck.jpg");
	overflow: hidden;
	margin-bottom: 20px;
}
#current .inner{
	padding: 10px 0px 30px 0px;
}
#current .resortName{
	font-size: 24px;
	font-weight: bold;
	color: #00527b;
	text-transform: uppercase;
	line-height: 28px;
	text-align: center;
	margin: 12px 10px 7px 10px;
}
#current .narrowResortName{
	margin-top: 7px;
}
#current .title{
	font-size: 20px;
	color: #444444;
	text-transform: uppercase;
	line-height: 35px;
	text-align: center;
}
#current .temp{
	margin: 10px auto 20px auto;
	text-align: center;
	height: 38px;
	padding: 0px;
	border-collapse: collapse;
}
#current td {
	padding: 0px;
	margin: 0px;
}
#current .temp .left{
	width: 5px;
	background: url("/img/temp-left.png");
}
#current .temp .center{
	padding-left: 10px;
	padding-right: 10px;
	background: url("/img/temp-bck.png");
	font-size: 24px;
	font-weight: bold;
	color: #d67e00;
}
#current .temp .right{
	width: 5px;
	background: url("/img/temp-right.png");
}
#current .sep1{
	height: 1px;
	background: #b8af8c;
}
#current .sep2{
	height: 1px;
	background: #f6eecd;
}


#current .detailsOuter{
	padding: 0px 20px;
}
#current .details{
	width: 100%;
}
#current .details tr{
	height: 27px;
}
#current .details tr.narrow{
	height: 22px;
}
#current td.val{
	text-align: right;
	padding-left: 10px;
}

#blockHeader300, #blockHeader440, #blockHeader755{
	background: #ffffff url("/img/block-bck.png") bottom repeat-x;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	text-align: center;
	padding: 10px;
}
#blockHeader300 {
	width: 280px;
} 
#blockHeader440{
	width: 420px;
}
#blockHeader755{
	width: 735px;
}
#blockHeader300 span, #blockHeader300 a, #blockHeader300 h2, #blockHeader440 span, #blockHeader440 h2, #blockHeader755 h2, #blockHeader755 span{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	margin: 10px;
	line-height: 20px;
	display: inline;
}
#blockBody440, #blockBody300, #blockBody755{
	border: 1px dashed #a3a3a3;
	border-top: none;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	background: url('/img/block-body-bck.png') top center no-repeat;
}
#blockBody300{
	width: 278px;
}
#blockBody440{
	padding: 10px;
	width: 418px;
}
#blockBody755{
	padding: 10px;
	width: 733px;
}

#last10Days{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 14px;
}
#last10Days tr{
	height: 27px;
}
#last10Days td{
	border-bottom: 1px solid #ededed;
}
#last10Days td.noBorder, #last10Days td.sep{
	border-bottom: none;
}
#last10Days td.sep{
	width: 30px;
}
#last10Days td.date{
	padding-left: 15px;
	text-align: left;
}
#last10Days td.temp{
	padding-right: 15px;
	text-align: right;
}


#months{
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 14px;
}
#months tr{
	height: 27px;
}
#months td{
	border-bottom: 1px solid #ededed;
}
#months td.noBorder, #months td.sep{
	border-bottom: none;
}
#months td.sep{
	width: 18px;
}
#months td.month{
	padding-left: 5px;
	text-align: left;
	width: 90px;
}
#months a{
	cursor: pointer;
	font-size: 12px;
	color: #0d74a8;
	text-transform: uppercase;
}
#months a.selected{
	color: #bc9700;
	font-weight: bold;
}

#nearestResorts{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 14px;
}
#nearestResorts tr{
	height: 27px;
	border-bottom: 1px solid #ededed;
}
#nearestResorts tr.noBorder{
	border-bottom: none;
}
#nearestResorts td.resort{
	padding-left: 5px;
	text-align: left;
}
#nearestResorts td.distance{
	padding-right: 5px;
	padding-left: 15px;
	text-align: right;
}
#nearestResorts a{
	text-transform: uppercase;
}


#ad{
	border: 1px solid #ededed;
	margin-bottom: 20px;
}

.txt{
	font-size: 13px;
	text-align: justify;
}
.txtTitle{
	font-size: 16px;
	color: #bc9700;
	margin-bottom: 5px;
}
.txtHeader{
	font-size: 16px;
	color: #00527b;
	font-weight: bold;
}


#footer-bck{
	background: url("/img/footer-bck.png") top left repeat-x;
	width: 100%;
}
#footer{
	width: 1020px;
	margin: 0px auto 0px auto;
	padding: 40px 10px 20px 10px;
	overflow: hidden;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer .col1{
	width: 250px;
	float: left;
	margin-right: 50px;
}
#footer .col2{
	width: 650px;
	float: left;
}
#footer .lnk{
	color: #fff;
	float: left; 
	padding-right: 30px;
	padding-bottom: 5px;
	font-size: 12px;
}
#footer .lnk:HOVER{
	text-decoration: underline;
}

#mapMenu{
	width: 100%;
	overflow: hidden;
}
#mapMenu .currentSST, #mapMenu .monthSST{
	float: left;
	width: 372px;
	height: 39px;
	background: url("/img/map-menu-bck.png") no-repeat;
	line-height: 39px;
	color: #737373;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#mapMenu .currentSST{
	float: left;
}
#mapMenu .monthSST{
	float: right;
}
#mapMenu .sel{
	background: url("/img/map-menu-sel.png") no-repeat;
	color: #444444;
}
#mapBody{
	border: 1px solid #a3a3a3;
}
#sliderPanel{
	display: none;
	padding: 18px 30px;
	border: 1px solid #a3a3a3;
	border-bottom: none;
	text-align: center;
}
#slider{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#slider td{
	width: 58px;
	cursor: pointer;
}
#slider tr.selector td{
	background: url("/img/slider-bck.png") no-repeat center center;
	height: 12px;
}
#slider tr.selector td.first{
	background-position: 28px center;
	height: 12px;
}
#slider tr.selector td.last{
	background-position: -28px center;
	height: 12px;
}
#slider tr.selector td div{
	background: url("/img/slider-point.png") no-repeat center center;
	height: 12px;
}
#slider tr.selector td.sel div{
	background: url("/img/slider-point-sel.png") no-repeat center center;
}
#slider tr.months td{
	font-size: 14px;
	color: #0d74a8;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
}
#slider tr.months td.sel{
	font-weight: bold;
	color: #bc9700;
}

#countryResorts{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#countryResorts td{
	width: 33%;
	height: 24px;
	padding-right: 20px;
}
#countryResorts td a{
	text-transform: uppercase;
	font-size: 14px;
	color: #0d74a8;
}
#countryResorts td a.sel{
	font-weight: bold;
	color: #bc9700;
}
#cList{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#cList td.name{
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
	width: 33%;
}
#cList td.flag{
	vertical-align: middle;
	padding-right: 10px;
	width: 10px;
}
#cList td.sep{
	width: 30px;
}
#cList td a{
	text-transform: uppercase;
	font-size: 14px;
	color: #0d74a8;
}


#mpath{
	clear: both;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 29px;
}
#mpath h1{
	font-size: 22px;
	font-weight: bold;
	display: inline;
	color: #bc9700;
}

#searchResult tr{
	height: 24px;
}
#searchResult .flag{
	text-align: center;
}
#searchResult .lnk{
	padding-left: 6px;
}
#searchResult a{
	color: #7098AD;
	font-size: 16px;
	text-decoration: none;
}

#informerParametersPanel{
	padding-top: 5px;
}
#informerParametersPanel table{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#informerParametersPanel table tr{
	height: 40px;
}
#informerParametersPanel table td.formats img{
	padding-right: 10px;
	cursor: pointer;
}
#informerParametersPanel table td.col1{
	padding-right: 5px;
	text-align: right;
}
#informerParametersPanel table td.col2{
	padding-right: 5px;
	padding-left: 20px;
	text-align: right;
}

#informerDesignPanel{
	padding: 10px;
}
#informerDesignPanel table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
#informerDesignPanel tr.sel{
	line-height: 30px;
}
#informerDesignPanel tr.design td{
	padding-bottom: 10px;
}
#informerDesignPanel td{
	text-align: center;
	vertical-align: top;
}

#informerCodePanel {
	padding: 15px 0px 10px 30px;
}
#informerCode {
	width: 680px;
	height: 50px;
}
