@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #FFF9DF url(graphics/bg.jpg) top center repeat-x;
	font: normal 14px/20px "proxima-nova-1","proxima-nova-2";
	color: #555;
}

img {
	padding: 0;
	margin: 0;
}

a:link {
	color: #0d76ab;
}

a:hover {
	color: #03527a;
}

a:visited {
	color: #0d76ab;
}

input {
	font: normal 13px/19px Verdana, Geneva, sans-serif;
	color: #555;
}

textarea {
	font: normal 13px/19px Verdana, Geneva, sans-serif;
	color: #555;
}

#box {
	width: 900px;
	min-height: 700px;
	margin: 0 auto;
	padding: 0;
	background: url(graphics/bg-box.jpg) top center repeat-y;
}

#menu {
	height: 32px;
	background: url(graphics/bg-menu.jpg) top center no-repeat;
	margin: 0 auto;
	text-align: center;
}

#content {
	width: 670px;
	margin: 0 auto;
	padding: 0;
}

#left {
	width: 340px;
	float: left;
	padding-top: 10px;
}

#right {
	width: 275px;
	float: right;
	padding-top: 10px;
}

body p {
	text-align:justify
}

hr {
	border: 0;
	color: #eddecb;
	background-color: #eddecb;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

.hand {
cursor: pointer;
cursor: hand;
}	

.photo {
	padding: 15px;
	border: 1px solid #f1deca;
}

.photo p {
	font-size: 13px;
	text-align:right
}

.list {
	list-style: circle;
	margin-left: 0;
	padding-left: 20px;
}

li img {
	margin-top: 8px;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	color: #804519;
}

.error {
	color: #F00;
}

fieldset {
	border: none;
	padding: 0;
}

.tablehead {
	color:#FFF;
}

.hotelrate td {
	background-color: #eef;
}

/* COUNTDOWN */

.hasCountdown {
	background-image:url(graphics/bg-countdown.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding-top: 42px;
	font: normal 15px/19px Georgia, "Times New Roman", Times, serif;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
