@IMPORT url("header.css");

@IMPORT url("catalog.css");

* {
	margin: 0px;
	padding: 0px;
}

body,td {
	color: #333;
	font: 14px Arial, Tahoma, sans-serif;
	line-height: 1.3;
}

img {
	border: none;
}

img.border {
	padding: 1px;
	border: 1px solid #FFD59B;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

body {
	margin: 0;
	padding: 0;
}

#body {
	margin: 0 20px;
	min-width: 800px;
}

.box {
	float: right;
	clear: right;
	width: 232px;
	background: #fff;
	border-left: 30px solid #fff;
	border-bottom: 30px solid #fff;
}

.rightbar {
	height: 28px;
	border: 1px solid #fff;
	background: #999999;
	width: 200px;
	float: right;
}

.rightbar input {
	margin: 3px;
}

#bar {
	height: 32px;
	background: url('/xsl/img/bar-bg.gif') repeat-x;
	overflow: hidden;
}

#bar a {
	text-decoration: none;
	font: bold 11px tahoma;
	text-transform: uppercase;
	color: #fff;
}

#bar a {
	padding: 8px 0;
	margin: 0 10px;
}

#bar a:link,#bar a:active,#bar a:visited {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#bar a:hover {
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	color: #333333;
}

#bar .split,#bar a {
	display: block;
	float: left;
}

#bar .split {
	width: 2px;
	height: 16px;
	background: url('/xsl/img/split.gif') no-repeat;
	margin: 8px 0 8px 0;
}

#path {
	margin: 5px 0 10px 20px;
	font: italic 10pt arial;
	color: #9C9C9C;
}

#path a {
	text-decoration: none;
	color: #ff9900;
}

.center {
	border-left: 50px solid #fff;
}

a.link {
	color: #FF9900;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #FF9900;
}

a.link:hover {
	color: #9C9C9C;
	text-decoration: none;
}

table.layout {
	border-collapse: collapse;
	width: 100%;
}

table.layout td {
	vertical-align: top;
}

.content table.t1 {
	border-collapse: collapse;
}

.content table.t1 th {
	text-transform: uppercase;
}

.content table.t1 td,.content table.t1 th {
	border-bottom: 1px solid #ccc;
	padding: 4px;
	padding-left: 100px;
}

.content table.t1 td:FIRST-CHILD,.content table.t1 th:FIRST-CHILD {
	padding-left: 4px;
}

.content table.t1 td.p4,.content table.t1 th.p4 {
	padding-left: 4px;
}

.content table.t1 td table td {
	border: none;
	width: 100%;
}

.content {
	background: #fff;
}

.content a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #FF9900;
}

.content {
	xmargin: 16px 0;
}

.content p {
	margin: 16px 0 16px 0;
}

.content strong {
	font-weight: normal;
}

.content h1 {
	display: inline;
	border-bottom: 1px dashed #FF9900;
	font: 25px "Arial Narrow";
	padding: 0 0 1px;
	margin-bottom: 10px;
}

.content .big {
	font: bold 14pt "Arial Narrow";
}

.content h2,.h2 {
	color: #333333;
	margin: 15px 0 15px -30px;
	padding: 8px 30px;
	font: bold 14pt "Arial Narrow";
	background: url('/xsl/img/h2_bg.gif');
}

.content h3,.h3 {
	background: none;
	display: inline;
	font: bold 14pt "Arial Narrow";
	color: #333;
	border-bottom: 1px dashed #FF9900;
	padding: 2px 0;
	margin: 0;
}

.content h3 a,.h3 a {
	border: none;
}

.content h4,.h4 {
	margin: 10px 0;
	text-transform: uppercase;
	font: 10pt arial;
}

.vsplit {
	clear: both;
	height: 30px;
}

.clear {
	clear: both;
}

.content ul.list {
	list-style-image: url(/xsl/img/arrow.gif);
	padding-left: 25px;
}

.content ul.list li {
	padding: 2px 5px;
}

.center td.right {
	padding-left: 50px;
	width: 450px;
}

.news ul {
	list-style-image: url('/xsl/img/-.gif');
}

.news ul li a {
	color: #000;
	border-bottom: 1px solid #000;
	font: bold 9pt "Arial";
}

.special-offers li {
	margin-bottom: 30px;
}

.special-offers .icon {
	display: block;
	float: left;
	margin: 5px 15px 10px 0;
	border: none;
}

.special-offers .text {
	margin: 0 0 30px 0;
}

.special-offers .text .title {
	font: bold 10pt arial;
	border-bottom: 1px solid #ff9900;
	color: #ff9900;
}

td .stars {
	background: url('img/star.gif');
	height: 15px;
	display: block;
	float: left;
}

.s1 {
	width: 16px;
}

.s2 {
	width: 32px;
}

.s3 {
	width: 48px;
}

.s4 {
	width: 64px;
}

.s5 {
	width: 80px;
}

.top-hotels,.catalog {
	margin-top: 30px;
}

.top-hotels .hotel {
	text-align: center;
	background: #F7F7F7;
	border-top: 1px solid #ccc;
	margin: 0 1px 30px 0;
	float: left;
	width: 200px;
	height: 240px;
	overflow: hidden;
	padding: 10px;
}

.top-hotels img {
	border: 1px solid #000;
}

.top-hotels strong {
	display: block;
	font: bold 10pt arial;
	margin: 0 0 10px 0;
	text-decoration: underline;
}

.top-hotels p {
	text-align: left;
}

.top-hotels a {
	border: none;
}

.footer {
	clear: both;
	vertical-align: middle;
	margin-top: 50px;
	background: #F7F7F7;
	margin: 0 200px;
	padding: 30px 10px;
	text-align: center;
	border-top: 50px solid #fff;
}

.footer a {
	color: #000;
}

.ext-ie .footer {
	height: 80px;
}

.ext-gecko .footer {
	height: 60px;
}

.counters {
	position: absolute;
	right: 60px;
}

.counters img {
	display: block;
	margin: 2px;
}

a.arrow {
	margin-left: 10px;
	color: #FF9900;
	border-bottom: 1px solid #FF9900;
}

div.left {
	float: left;
	border-right: 40px solid #fff;
}

div.right {
	float: right;
	clear: right;
	border-left: 40px solid #fff;
}

/*
.main-promo {margin:8px 0;}
.main-promo .feature {width:954px;height:234px;margin:auto;border:1px solid #e9e9e9;}
.main-promo .win {background:url("img/promo_background.jpg") 50% 100% no-repeat transparent;}
.main-promo .mac {background:url("img/promo_background_mac.jpg") 50% 100% no-repeat transparent;}
.main-promo h1 {padding:1.2em 0 0.6em 1.267em;font-size:2.5em;line-height:1.2;color:#3868c7;letter-spacing:-1px;width:16em;}
.main-promo .get-ut {float:left;margin:0 0 0 3em;}
*/
.
button
a {
	display: block;
	height: 6em;
	background: url("img/btn_dl_large_promo.png") 0 -216px no-repeat #00a93d
		;
	padding-left: 3em;
	text-decoration: none;
	border-bottom: none;
}

.button a strong {
	display: block;
	background: url("img/btn_dl_large_promo.png") 100% -216px no-repeat
		transparent;
	padding: 0.375em 1.5em 0.375em 0;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 1.333;
	color: #fff;
	text-align: center;
}  /* 27px/36px */
.button a strong span {
	display: block;
	font-size: 0.407em;
	line-height: 1.636;
	font-weight: normal;
}  /* 11px/18px */
.button a:hover {
	background-position: 0 -72px;
}

.button a:hover strong {
	background-position: 100% -72px;
}

.button a:active {
	background-position: 0 -360px;
}

.button a:active strong {
	background-position: 100% -360px;
}

.inv {
	display: none;
}

.information-panel {
	padding: 4px 4px 20px 4px;
	/*
	background: transparent url(/jsr/images/default/window/icon-info.gif)
		no-repeat scroll 14px 10px;
		*/
	font-family: verdana;
	font-size: 10pt;
}

.information-panel a {
	color: #006699;
}
/*
.main-promo ul {text-align:center;margin:4px 0;}
.main-promo ul li {font-size:0.917em;line-height:1.636;display:inline;border-right:solid 1px #49a25f;}
.main-promo ul li.end {border:none;}
.main-promo ul li a {text-decoration:none;padding:0 9px;}
*/