html,body {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
	font-family: Arial;
	color: #556577;
}

form {
	margin:0;
	padding:0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearer {
	clear: both;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header,
#compareForm,
#body,
#footerTitle,
#footer {
	width: 100%;
	min-width: 950px;
	position: relative;
}

#header,
#header .wrapper {
	background: url(/images/header_bg.gif) repeat-x;
	background-position: 0 0px;
}

#topNavigation {
	float: right;
	height: 20px;
	width: 350px;
}

#topHeader {
	float: left;
	height: 18px;
	width: 400px;
	color: #efefef;
	padding: 2px 0 0 0;l
}

#topNavigation a {
	color: #efefef;
	text-decoration: none;
	display: block;
	padding: 2px 12px;
}

#logo {
	background: url(/images/logo.gif) no-repeat;
	float: left;
	width: 230px;
	height: 140px;
	margin: 8px 0px 2px 26px;
	display: block;
}

#slogan {
	float: right;
	width: 527px;
	height: 66px;
	margin: 38px 0px 0px 0px;
}

#navigation {
    float: right;
    height: 30px;
    margin: 10px 0 0;
    width: 620px;
}

#topNavigation ul,
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNavigation ul li,
#navigation ul li {
	float: right;
	border-right: 1px dotted #000;
}

#navigation li a {
    color: #E8EAED;
    display: block;
    font-size: 1.4em;
    height: 22px;
    padding: 0 15px;
    text-decoration: none;
}

#majorDestinations {
	position: absolute;
	left: 440px; 
	top: 211px;
	width: 478px;
	overflow: hidden;
	padding: 0px 0px 0px 30px;
	background: #556577;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #000;
	z-index: 100;
	display: none;
}

#majorDestinations ul {
	padding: 0px 0px 0px 20px;
}	

.destinationsListBox {
	width: 100px;
	float: left;
	margin: 30px 15px 30px 0px;
	color: #efefef;
}

.destinationsListBox a {
	color: #efefef;
}

.destinationsListBox h2 {
	width: 180px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #efefef;
	margin: 0px 0px 5px 0px;
}

#contentHolder {
	background: #d9dee3;
	padding: 15px 0 0 0;
}

#contentHolder .wrapper {
	background: #fff;
	width: 950px;
	overflow: hidden;
}

#leftMenu {
	width: 209px;
	float: left;
	margin: 0px 0px -19930px 0px;
	padding: 0px 0px 20000px 0px;
	border-right: 1px solid #d9dee3;
	background: #f5f6f7 url(/images/left_menu_background.gif) repeat-y;
	position: relative;
}

#leftMenu h2 {
	width: 209px;
	border-bottom: 1px solid #d9dee3;
	margin: 0;
}

#leftMenu h2 a,
.countryTitleSelect .selectedText {
	display: block;
	width: 180px;
	margin: 0;
	padding: 11px 0 11px 14px;
	color: #556577;
	font-weight: normal;
	font-size: 29px;
	text-decoration: none;
}

.countryTitleSelect {
    border-bottom: 1px solid #D9DEE3;
    width: 210px;
}

.countryTitleSelect .selectedText {
    color: #556577;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 11px 0 10px 14px;
    text-decoration: none;
    width: 215px;
}

.countryTitleSelect .selectedText, .countryTitleSelect .selectedTextEmpty {
    background: url("/images/select_menu_arrow_light.png") no-repeat scroll 180px 5px #F7F9F8;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    line-height: 27px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0 5px 4px 10px;
    position: relative;
    text-align: left;
    width: 190px;
}



.countryTitle {
    cursor: pointer;
    font-size: 24px;
    height: 31px;
    line-height: 27px;
    margin: 10px 5px 10px 0;
    overflow: hidden;
    padding: 4px 25px 0 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 195px;
}

.countryTitle a {
    color: #556577;
    display: block;
    text-decoration: none;
}

#leftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9dee3;
	font-size: 12px;
}

#leftMenu ul li,
#leftMenu ul .lh {
	margin: 0 0 3px 0;
	padding: 0;
}

#leftMenu ul .lh a, 
#leftMenu ul .listHeader {
	display: block;
	min-height: 41px;
	padding: 9px 15px 0 14px;
	color: #556577;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#leftMenu ul .lh a:hover {
	background: #fff;
}

#leftMenu ul li a {
	display: block;
	min-height: 14px;
	padding: 0 15px 6px 27px;
	background: url(/images/bullet_arrows.png) no-repeat;
	background-position: 14px -6px;
	color: #556577;
	text-decoration: none;
}

#leftMenu ul li a:hover {
	background-position: 14px -46px;
}

#leftMenu ul .active,
#leftMenu ul .lh .active {
	color: #fe6d4c;
	background-position: 14px -86px;
}

#leftMenu .activeMenu {
	background: #fff;
}


#leftMenu .optionsList li {
	padding: 4px 15px 0 9px;
	clear: both;
}

#content {
	padding: 10px 14px 10px 25px;
	width: 692px;
	float: left;
	color: #556577;
}

#content h1 
 {
	margin: 17px 0 17 0;
	padding: 0;
	font-size: 19px;
}

#content p {
	margin: 13px 0 0 0;
	padding: 0;
	font-size: 13px;
}

#content .pagesElements {
	display: block;
	width: 230px;
	float: left;
}

#content h5 {
	margin: 0;
	padding: 0;
	height: 49px;
	font-size: 20px;
	font-weight: normal;
	display: block;
}

#content .sectionCaption {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #556577;
	padding: 0px 0px 0px 15px;
	background: url(/images/bullet_arrows.png) no-repeat;
	background-position: 0px -46px;	

}

#content .sectionCaption:hover {
	color: #fe6d4c;
	background-position: 0px -86px;
} 

#list {
	width: 690px;
	padding: 10px 0 0 0;
}

#formBox {
	width: 430px;
	height: 329px;
	padding: 20px 20px 20px 20px;
	background: #f5f6f7;
	border-bottom: 0px #536375 solid;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	text-align: right;
	color: #556577;
	font-size: 1.2em;
	float: left;
}

.innerFormBox {
	border-bottom: 2px solid #556577;
	padding-bottom: 5px; 
	margin-bottom: 21px;
	height: 165px;
}

#formBox .caption,
#yourOpinionBox .caption {
	margin: 2px 0px 5px 0;
	color: #556577;
	font-size: 1.4em;
}

#formBox .country {
	margin: 0px 0px;
	color: #556577;
	padding-top: 1px;
}

#compareGraphics .country {
	float: left;
	margin: 0px 10px 0 55px;
	color: #556577;
	padding-top: 1px;
}

#yourOpinionBox .country {
	margin: 20px 110px 20px 0px;
	color: #556577;
	padding-top: 1px;
}

#accommodationCountryForm .country .selectCaption,
#formBox .country .selectCaption,
#yourOpinionBox .country .selectCaption {
	margin: 2px 12px 0px 0px;
	color: #556577;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
}

#yourOpinionThanks {
	display: none;
	height: 105px;	
}

#yourOpinionLinks {
	height: 105px;	
}

#thanksCountry {
	font-weight: bold;
}

#compare_submit,
#compare_many_submit,
#reportTip_submit,
#reportTip_close,
#giveTip_submit,
#giveTip_close {
	margin: 25px 0px 0px 0px;
	cursor: pointer;
	display: block;
	float: right;
}


.opinionLink {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

/*------------------------------ SELECT ELEMENT ----------------------------------*/
.selectElement {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	float: right;
}

.selectElement .selectedText, 
.selectElement .selectedTextEmpty {
	overflow:hidden; 
	height:25px;
	background: #fff url(/images/select_menu_arrow.png) no-repeat;
	background-position: 145px 2px;
	cursor: pointer;
	width: 135px;
	padding: 0px 25px 0px 10px;
	line-height: 27px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #556577;
	text-align: left;
	position: relative;
}

.selectElement ul,
#leftMenu #country {
	display: none;
	list-style: none;
	width: 168px;
	border: 1px solid #556577;
	background: #fff;
	margin: 28px 0 0 0;
	padding: 0;
	position: absolute;
	left: 1px;
	z-index: 100;
	overflow-x:hidden;
	overflow-y:auto;
	
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#leftMenu #country {
	height: 335px;
}

.selectElement ul {
	height: 215px;
}

.selectElement ul li,
#leftMenu #country li {
	text-decoration: none;
	display: block;
	padding: 3px 8px;
	margin: 1px;
	cursor: pointer;
	text-align: left;
}

.selectElement ul li {
	width: 150px;
}

#leftMenu #country li {
	width: 203px;
}

.selectElement ul li:hover,
#leftMenu #country li:hover,
.slectedOption {
	margin: 1px;
	background: #014991;
	color: #fff;
	color: #fff;
}

#leftMenu #country {
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	left: 5px;
	top: 30px;
    width: 200px;
}

#clickoff,
#mask {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	filter: alpha(opacity=50);
  	opacity: 0.5;
}

#clickoffInner {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	z-index: 0;
}

.lastMajorDestination {
	border-top: 1px dotted #556577;
}
/*------------------------------- SELECT ELEMENT END -------------------------------*/

/*------------------------------- INPUT ELEMENT ------------------------------------*/

.inputElement {
	margin: 0px 0px 0px 0px;
	
	position: relative;
	height:25px;
	width: 50px;
	background: #fff;
	background-position: 145px 2px;
	padding: 0px 15px 0px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #556577;
	text-align: left;
	position: relative;
}

.inputElement input {
	width: 50px;
	height: 23px;
	border: none;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial;
	color: #556577;
	text-align: right;
}


/*------------------------------- INPUT ELEMENT END --------------------------------*/

#contentHolder .home_image {
	background: #d9dee3 url(/images/form_image.jpg) no-repeat;
	height: 369px;
}

#textBox {
	width: 459px;
	float: left;
	background: #f5f6f7;
	margin: 0px 0px -19980px 0px;
	padding: 10px 10px 20000px 10px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-left: 1px solid #536375;
	color: #556577;
	font-size: 1.1em;
}

#textBox h1 {
	color: #556577;
	font-size:19px;
	margin: 15px 0 10px 0px;
	padding: 0;
}

#bodyTitleBar {
	width: 950px;
	height: 44px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

#body .wrapper {
	position: relative;
	z-index: 0;
}

#body .homeTextBox {
	width: 180px;
	min-height: 220px;
	float: left;
	margin: 30px 15px 30px 0px;
	color: #536375;
	text-align: left;
}

#body .homeTextBox a {
	color: #556577;
	text-decoration:underline;
}

#homeSibminCountryBox {
	width: 363px;
	min-height: 220px;
	float: left;
	margin: 30px 0px 30px 0px;
	color: #536375;
}

#homeSibminCountryBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#homeSibminCountryBox ul li {
	margin: 7px 0px;
	padding: 0 0 0 0px;
}

#homeSibminCountryBox ul li a {
	font-weight: bold;
	color: #556577;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	background: url(/images/bullet_arrows.png) no-repeat;
	background-position: 0px -46px;	
	text-decoration: none;
}

#homeSibminCountryBox ul li a:hover {
	background-position: 0 -86px;
	color: #fe6d4c;
}

#homeSibminCountryBox h2 {
	width: 365px;
	height: 45px;
	border-bottom: 5px #536375 solid;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #74b830;
	margin: 0px 0px 15px 0px;
    padding: 0 0 15px;
	font-size: 1.6em;
}

#footer {
	padding: 1px 0 30px 0;
	background: #556576;
}

#footer .holder {
	background: #556576;
	border-top: 1px #fff solid;
	margin: 0px 0px 0px 0px;
	padding: 3px 0 0 0;
	height: 150px;
	overflow: hidden;
}

#footer .more {
	background: #556576;
	border-bottom: 1px #fff solid;
	margin: 10px 0px 0px 0px;
	padding: 3px 0 5px 0;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
}

#footer #moreLinks { 
	width: 120px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	
}

#footer .bgMore { 
	background: url(/images/more_arrow.png) no-repeat;
	background-position: 44px 17px;
	height: 25px;
}

.footerNav {
	margin: 11px 0px 0px 0px;
	color: #fff;
}

.footerNav a {
	display: block;
	float: left;
	color: #fff;
	margin: 0 10px;
	text-decoration:underline;
}

.footerListBox {
	width: 222px;
	min-height: 220px;
	float: left;
	margin: 30px 15px 80px 0px;
	color: #efefef;
}

.footerListBox a {
	color: #efefef;
	text-decoration:none;
}

.footerListBox a:hover {
	color: #fe6c4b;
}

.footerListBox ul {
	padding: 0 0 0 15px;
	list-style:none;
}

.footerListBox ul li {
	margin: 4px 0;
}

#footer .footerListBox h2 {
	width: 120px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #efefef;
	margin: 0px 0px 5px 0px;
}

#footer .footerListBox ul {
}

/*
 // ============================================ NEW SCALE ==================================================//
 */

.scaleLabel {
	float: left;
	width: 15px;
}

/*
 // ============================================ NEW SCALE END ==================================================//
 */

/*
 // ============================================ NEW SCALE 800 ==================================================//
 */

.compareWidth1, .compareWidth2, .compareWidth3 {
	position: absolute;
	font-size: 0.9em;
	font-weight: bold;
	width: 80px;
	text-align: center;
	color: #000;
	background: url(/images/pointer800.png) no-repeat;
	background-position: 35px 15px;
	overflow: hidden;
}

.compareWidth1 {
	top: 45px;
	height: 39px;
}

.compareWidth2 {
	top: 23px;
	height: 61px;
}

.compareWidth3 {
	top: 1px;
	height: 83px;
}

/*.scaleLabel {
	float: left;
	width: 15px;
}*/

/*
 // ============================================ NEW SCALE 800 END ==================================================//
 */
 #extendedCompareForm {
	width: 690px;
	padding: 20px 0px;
	border-bottom: 1px #536375 dotted;
	color: #556577;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#extendedCompareForm h1 {
	font-size:19px;
	margin: 10px;
}

#extendedCompareForm .country {
	margin: 8px 0px;
	color: #556577;
	padding-top: 1px;
	float: left;
}

#extendedCompareForm .country .selectCaption {
	margin: 3px 6px 0px 6px;
	color: #556577;
	font-size: 1em;
	font-weight: bold;
	float: left;
}

#extendedCompareForm #compare_submit {
	margin: 0px 20px 0px 0px;
	cursor: pointer;
}

#extendedCompareForm table {
	margin: 40px 0 0 0px;
}

#extendedCompareForm table tr td {
	text-align: right;
	padding: 4px 5px;
}

#extendedCompareForm table .alt {
	background: #ffffff;
}

#extendedCompareForm table .footer {
	border-top: 1px solid #556577;
	background: #ffffff;
}

#extendedCompareForm table thead td {
	border-bottom: 1px solid #556577;
	background: #ccd7d1;
}

#extendedCompareForm select {
	width: 130px;
}

#graphicsBox,
#calc1GraphicsBox {
	padding: 20px 20px;
}

#graphicsBox .graphTitle {
	width: 896px;
	height: 23px;
	color: #efefef;
	margin: 20px 0px 5px 0px;
	padding: 3px 7px 1px 7px;
	vertical-align: bottom;
	background: #556577;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#graphicsBox .graphTitleCaption{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.travelBudgetsLink {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	margin: 22px 0 0 0;
	display: block;
	color: #556577;
	height: 14px;
	padding: 0 0px 6px 23px;
	background: url(/images/bullet_arrows.png) no-repeat;
	background-position: 14px -46px;
	width: 185px;
	float: right;
}

.travelBudgetsLink:hover {
	background-position: 14px -86px;
	color: #fe6c4b;
}

#yourOpinionBox {
	position: relative;
	top: 20px;
	background: #f5f6f7;
	border: 1px #556577 solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	height: 380px;
	width: 500px;
	z-index: 200;
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto;
}

.yourOpinion {
	color: #556577;	
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	display: block;
}

.yourOpinion ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	float: right;
}

.yourOpinion ul li {
	list-style: none;
	width: 500px;
	text-align: center;
	margin: 5px 0px;
}

.yourOpinion a {
	font-size: 0.9em;
	color: #556577;
}

#reportTipLightBox, 
#lightBox,
#giveTipLightBox {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 30;
	width: 100%;
	height: 1500px;
	display: none;
	text-align: center;
}

#reportTipBox,
#giveTipBox {
	position: relative;
	top:30px;
	background: #f5f6f7;
	border: 1px #556577 solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px;
	height: 500px;
	width: 460px;
	z-index: 200;
	text-align: left;
	font-size: 1.3em;
	font-weight:bold;


	margin: 0 auto;
	color: #556577
}

#giveTipBox h5, #reportTipBox h5 {
	font-size: 16px;
	margin: 10px;
}

#reportTipBox textarea,
#giveTipBox textarea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #556577;	
	width: 218px; 
	text-align: left;
}

#reportTipBox ul,
#giveTipBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#reportTipBox ul li,
#giveTipBox ul li {
	float: left;
	display: block;
	margin: 10px 0 0 0;
}

#reportTipBox ul .caption,
#giveTipBox ul .caption {
	text-align: right;
	width: 220px;
	margin: 10px 10px 0 0;
	padding: 2px 0 0 0;
	
}

#reportTipBox ul .element,
#giveTipBox ul .element {
	text-align: left;
	width: 200px;
}

#tipResult, #reporttipResult {
	display: none;
	margin-top: 30px;
}


#overlay {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	background: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
  	opacity: 0.5;
	z-index: 25;
	text-align: center;
}
.closeReportTip,
.close,
.closeYourOpinion,
.closeGiveTip {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 8px;
	height: 8px;
	background: url(/images/close.png);
	cursor: pointer;
}

.closeWhite {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #e8ebee url(/images/close.png) no-repeat;
	background-position: 2px 2px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 12px;
	height: 12px;
}

#leftNavigation {
	width: 65px;
	position: fixed;
	left: -29px;
	top: 225px;
	height: 270px;
}

#leftNavigation .btn {
	position: relative;
	left: 0;
	top: 0;
	width: 49px;
	height: 133px;
	cursor: pointer;
	margin: 1px 0px;
}

#leftNavigation .btn:hover {
	position: relative;
	left: 10px;
	top: 0;
	width: 49px;
	height: 133px;
	cursor: pointer;
}

#feedbackBox,
#feedbackBoxThanks {
	position: fixed;
	left: 100px;
	top: 50px;
	z-index: 200;
	width: 530px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	background: #efefef;
	padding: 20px;
	color: #556577;
	
}

#feedbackBox {
	height: 410px;
	display: none;
}

#feedbackBoxThanks {
	height: 100px;
	display: none;
}

#feedbackBox h5,
#feedbackBoxThanks h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
}

#feedbackBoxThanks h5 {
	text-align: center;
	
}

#feedbackBox input[type=text] {
	width: 200px;
}

#feedbackBoxThanks #closeButton {
	margin: 10px;
	cursor: pointer;
	position: absolute;
	left: 220px;
	top: 75px;
}

#submitFeedbackForm {
	float: right;
	display: block;
	cursor: pointer;
}

#closeButton {
	display: block;
}

#footerNav{
	color: #556577;
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none;
}

#noIEbox {
	position: fixed;
	left: 100px;
	top: 50px;
	z-index: 200;
	width: 350px;
	height: 130px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	background: #efefef;
	padding: 20px;
	color: #556577;
	display: none;
	font-size: 16px;
	font-weight: bold;
	line-height:2;
	padding:30px 20px 20px;
	text-align: center;
}

#closeIEbox {
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.climateTable {
	width: 690px;
	height: 122px;
	border-color: #d9dee3;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	margin: 0 0 30px 0;
}

.climateTable thead tr td {
	background: #f5f7f6;
}

.climateTable tbody tr .title {
	width: 90px;
	background: #f5f7f6;
}

.climateTable thead tr td,
.climateTable tbody tr td {
	text-align: center;
	width: 50px;
	height: 22px;
	border-color: #d9dee3;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}

/*.climateTable .high {
	color: #ff7f7f;
}

.climateTable .low {
	color: #7fa9ff;
}*/
.lastMajorCurr {
	border-bottom: 0px dotted #556577; 
	margin: 0 0 10px 0;
}

.priceCurrency {
	margin: 17px 0 10px 0;
}

.tipItem{
	width:690px;
	text-decoration:none;
	border-bottom: 1px solid #d9dee3;
	margin-bottom:20px;
}
.tipHeader{
	text-decoration: none;
	color:#556577;
	font-size:18px;
}
.tipInfo{
color: #556577;
    display: block;
	margin-top:10px;
	margin-bottom:10px;
    text-decoration: none;
	line-height:16px;
}

.tipFooter{
	padding-bottom:15px;
}

.tipFooter a{
	background: url("/images/bullet_arrows.png") no-repeat scroll 0 -86px transparent;
    color: #556577;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
}


.line {
    background-color: #D9DEE3;
    height: 1px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px;
    width: 655px;
}

.styled-select {
	margin-left:5px;
	border: 1px solid #556577;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
   width: 170px;
   height: 25px;
   overflow: hidden;
   background: url("/images/select_menu_arrow.png") no-repeat scroll 145px 2px #FFFFFF;
}

/*
span.customStyleSelectBox { background-color:#ffffff; font-size:16px; width: 155px; height:21px;  color:#556677; padding:2px 5px; border:1px solid #556577; -moz-border-radius: 6px; -webkit-border-radius: 6px;border-radius: 6px 6px; }
span.customStyleSelectBox.changed {  width: 155px; height:21px; }
.customStyleSelectBoxInner { width: 150px; height:21px; background:url("/images/select_menu_arrow.png") no-repeat scroll 135px 2px #FFFFFF; }*/

#closeButton, #closeButtonC  {
	display: block;
}


/*
 // ============================================ SLIDER ======================================================//
 */
.slider_box {
	position: relative;
	width: 428px;
	height: 68px;
	padding: 37px 6px 20px 16px;
	margin: 13px 0 0 0;
	float: left;
}

.slider_input {
	width: 450px;
	padding: 0px 5px 0px 5px;
	font-size: 0.9em;
	color: #556577;
}

.example_box {
	width: 205px;
	height: 114px;
	border-left: 1px solid #d9dee3;
	padding: 24px 5px 0px 20px;
	font-size: 12px;
	color: #556577;
	float: left;
}

.example_box800 {
	width: 690px;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 15px 5px;
	font-size: 0.9em;
	color: #556577;
}

.usersInput {
	color: #00f;
	cursor: pointer;
	text-decoration: underline;
}

.text_box {
	width: 420px;
	padding: 10px;
	color: #536375;
	padding-bottom: 30px;
	/*border-bottom: dotted 1px #000;*/
}

.text_box ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.main_country_marker {
	width: 151px;
	height: 14px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 37px; 
	background: url(/images/main_country_marker.png) no-repeat;
	background-position: 71px 16px;
	position: absolute;
	left: 141px;
	top: 0px;
	color: #e19e0e;
}

.compare_with {
	position: absolute;
	top: 23px;
	font-size: 0.9em;
	font-weight: bold;
	width: 150px;
	text-align: center;
	color: #000;
}

.compare_with_bottom {
	position: absolute;
	top: 60px;
	font-size: 0.9em;
	width: 150px;
	text-align: center;
}

.slider_holder { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	width: 414px;
	background: url(/images/scale_bg.png) no-repeat;
	height: 21px;
	background-position: 0px 3px;
}

#scale_labels {
	margin-top: 3px;
	padding-top: 2px;
	position: absolute;
	top: 50px;
	left: 14px;
	font-size: 0.8em;
	/*display:none;*/
}

.scale_label {
	float: left;
	width: 15px;
}

.scale_label_large {
	float: left;
	width: 80px;
	height: 25px;
}

.times4cheaper {
	margin-left: 10px;
	color: #03a200;
}

.times3cheaper {
	margin-left: -12px;
	color: #1d8f00;
}

.times2cheaper {
	margin-left: 52px;
	color: #487709;
}

.zero {
	float: left;
	width: 100px;
	text-align: center;
	margin: 2px 0px 0px 7px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.times2expensive {
	margin-left: 9px;
	color: #963400;
}

.times3expensive {
	margin-left: 52px;
	color: #bc1800;
}

.times4expensive {
	margin-left: -18px;
	text-align: right;
	color: #da0400;
}

/*
 // ============================================ SLIDER END ==================================================//
 */

.anyPricesTable {
	width: 690px;
	border-color: #d9dee3;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	margin: 30px 0 30px 0;
}

.anyPricesTable thead tr td {
	background: #f5f7f6;
}

.anyPricesTable tbody tr .title {
	width: 130px;
	background: #f5f7f6;
}

.anyPricesTable thead tr td,
.anyPricesTable tbody tr td {
	text-align: center;
	height: 22px;
	border-color: #d9dee3;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
}

.attention{
	background: url("/images/icon_attention.png") no-repeat transparent;
	background-position: 0px 0px;
    cursor: pointer;
	padding-left:23px;
	font-size:12px;
	float:right;
	height:25px;
	vertical-align:bottom;
	padding-top:7px;
	margin-top:12px;
}

#commentBox, #commentBoxThanks{
	position: fixed;
	left: 300px;
	top: 50px;
	z-index: 210;
	width: 430px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	background: #efefef;
	padding: 20px;
	color: #556577;
	display: none;
	font-size:12px;
}

#commentBoxThanks {
	height: 100px;
	display: none;
}

#commentBox h5{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
}

#commentBoxThanks h5 {
	text-align: center;
	
}

#commentBox input[type=text] {
	width: 200px;
}


#commentBoxThanks #closeButtonC {
	margin: 10px;
	cursor: pointer;
	position: absolute;
	left: 220px;
	top: 75px;
}

#submitCommentForm {
	float: right;
	display: block;
	cursor: pointer;
}

#closeButton, #closeButtonC  {
	display: block;
}


#customGraph {
	padding: 20px 0;
}

#graphCountriesListHolder,
#graphContinentsListHolder,
#graphClassesListHolder {
	width: 690px;
	background: #fff;
	line-height: 27px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #556577;
	color: #556577;
	font-size: 1.1em;
	margin: 10px 0 0px 0px;
	padding: 10px 0px;
	position: relative;
}

#graphClassesListHolder {
	padding: 10px 10px;
	width: 670px;
}

#graphCountriesListHolder {
	display: none;
}

.graphVacationFiltersList,
.graphCountriesList,
#graphContinentsList,
#graphClassesList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.graphCountriesList,
.graphCountriesList li  {
	display: none;
}

.graphVacationFiltersList li,
.graphCountriesList li,
#graphClassesList li {
	float: left;
	width: 140px;
	height: 25px;
	margin: 0 0 0 32px;
	padding: 0;
	overflow: hidden;
}

.graphVacationFiltersList label,
.graphCountriesList label,
#graphContinentsList label,
#graphClassesList label,
.graphVacationFiltersList input,
.graphCountriesList input,
#graphContinentsList input,
#graphClassesList input {
	cursor: pointer;
}

#graphCountriesListHolder .title {
	width: 890px;
	clear: both;
	margin: 20px 0 5px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #556577;
	
}

#graphContinentsList li {
	float: left;
	width: 100px;
	height: 25px;
	margin: 0 0 0 32px;
	padding: 0;
	overflow: hidden;
}

.graphCountriesList li input,
#graphContinentsList li input,
#graphClassesList li input {
	
}

#graphGraphic {
	display: none;
}

#graphGraphicImage {
	margin: 0 0 0 0;
}

#customGraph .classes .selectCaption {
	float: right;
	margin: 0 10px 0 0;
	
}

#graph_submit {
	margin: 15px 0px 0px 0px;
	cursor: pointer;
	display: block;
	float: right;
	border: none;
}

#customGraph h1 {
	font-size:19px;
	text-align: center;
	color: #556577;
	margin: 10px 0;
}

#customGraph h2 {
	font-size: 1.8em;
	text-align: left;
	color: #556577;
	margin: 10px 0;
	font-weight: normal;
}

.opacity {
  filter:alpha(opacity=20);
  opacity:0.2;
}

/*
 // ============================================ NEW SCALE ==================================================//
 */

.scaleBox {
	position: relative;
	width: 428px;
	height: 68px;
	padding: 37px 6px 20px 16px;
	margin: 13px 0 0 0;
	float: left;
}


.scale {
	width: 628px;
	height: 30px;
	background: url(/images/scale_bg.png) no-repeat;
	background-position: 0 12px;
	position: absolute;
	top: 61px;
}

.compareWidth1, .compareWidth2, .compareWidth3 {
	position: absolute;
	font-size: 0.9em;
	font-weight: bold;
	width: 80px;
	text-align: center;
	color: #000;
	background: url(/images/pointer800.png) no-repeat;
	background-position: 35px 15px;
	overflow: hidden;
}

.compareWidth1 {
	top: 45px;
	height: 39px;
}

.compareWidth2 {
	top: 23px;
	height: 61px;
}

.compareWidth3 {
	top: 1px;
	height: 83px;
}

.scaleLabels {
	position: absolute;
	width: 628px;
	top: 87px;
	font-size: 0.8em;
}

.scaleLabel {
	float: left;
	width: 15px;
}
/*
 // ============================================ NEW SCALE END ==================================================//
 */
#resultBox {
	width: 690px;
	margin: 3px 0 0 0;
	padding: 19px 0 0 0;
}

#resultBox h2 {
	margin: 0px;
	padding: 0;
	color:#01a500;
	font-weight: normal;
	font-size: 1.8em;
	text-align: left;
}

#resultBox .graphTitle {
	width: 676px;
	color: #efefef;
	margin: 2px 10px 2px 0px;
	padding: 4px 7px 3px 7px;
	vertical-align: bottom;
	background: #556577;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
}

#resultBox .graphTitleCaption {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.scaleLabelLarge {
	float: left;
	width: 80px;
	height: 25px;
}

#accommodationsSites .site {
	/* used in .js */
	cursor: pointer;
}

#accommodationsSites .siteTitle {
	width: 676px;
	color: #efefef;
	margin: 20px 10px 2px 0px;
	padding: 4px 7px 3px 7px;
	vertical-align: bottom;
	background: #556577;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: block;
}

#accommodationsSites .siteTitleCaption {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}

#accommodationsSites .descriptionBox {
	position: relative;
	width: 430px;
	padding: 20px 10px 20px 10px;
	margin: 0 0 0 0;
	float: left;
	overflow: hidden;
	border-right: 1px solid #d9dee3;
}

#accommodationsSites .shortText {
	display: block;
}

#accommodationsSites .fullText {
	display: none;
}

#accommodationsSites .siteOptions {
	width: 205px;
	height: 40px;
	padding: 20px 5px 20px 20px;
	font-size: 12px;
	color: #556577;
	float: left;
}

#accommodationsSites .siteOptions a {
	color: #556577;
	display: block;
	margin: 0 0 5px 0;
}

.requestBox {}
.requestBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}