* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: #40c8f4 url(../images/bg_body.jpg) no-repeat 50% 0;
}

body.offline {
	background: white;
}

#wrapper {
	background: url(../images/bg_wrapper.png) repeat-y top left;
	width: 980px;
	margin: 0 auto;
	padding: 0 11px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

hr {
	height: 1px;
	border: 0 none;
	background: #e9e9e9;
}

div.ad {
	text-align: right;
	color: #a7a7a7;
	font-size: 9px;
	letter-spacing: 2px;
	background: url(../images/arrow_down.gif) no-repeat 100% 5px;
	padding-right: 10px;
	margin-bottom: 3px;
}

img {
	border: 0 none;
}

p {
	margin: 10px 0;
	display: block;
}

p.e404 a {
	text-decoration: none;
	color: #19a7d5;
}

.larger,
.larger * {
	font-size: 12px !important;
}

.red {
	color: red;
}

.black {
	color: black;
}

.normal {
	font-weight: normal;
}

h3 {
	color: #0ab8eb;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
}

h3.large {
	font-size: 18px;
}

b.caption {
	color: #0ab8eb;
	font-size: 16px;
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
}

a.link {
	color: #0ab8eb;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

a.blackbold {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

p.warning  {
	color: #0AB8EB;
}

option {
	padding: 0 5px 0 3px;
}

/***** header *****/

#page-top {
	height: 38px;
	background: url(../images/bg_top.png) no-repeat 0 25px;
	margin: 0 auto;
	width: 1002px;
}

#header {
	height: 475px;
	background: url(../images/bg_header.jpg) no-repeat top left;
	position: relative;
}

#header a.logo {
	display: block;
	width: 450px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 8px;
}

#header div.mainimage {
	width: 739px;
	height: 295px;
	position: absolute;
	top: 102px;
	left: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header div.mainimage div.image {
	width: 739px;
	height: 295px;
	position: absolute;
	left: 0;
	top: 0;
}

div.description-image div.title,
#header div.mainimage div.image div.title {
	height: 23px;
	width: auto;
	line-height: 23px;
	color: #404041;
	font-size: 10px;
	padding: 0 4px 0 8px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	background: url(../images/sprite_elements.png) no-repeat 0 -577px;
}

div.description-image div.title div,
#header div.mainimage div.image div.title div {
	height: 23px;
	width: 4px;
	position: absolute;
	right: -4px;
	top: 0;
	background: url(../images/sprite_elements.png) no-repeat -496px -577px;
}

#header div.mainmenu {
	padding-top: 4px;
	margin-right: 10px;
}

#header div.mainmenu ul {
	list-style-type: none;
	float: right;
}

#header div.mainmenu ul li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #404041;
}

#header div.mainmenu ul li.first,
#header div.mainmenu ul li.last {
	border: 0 none;
}

#header div.mainmenu ul li a {
	text-decoration: none;
	color: #404041;
}

#header div.mainmenu ul.langs li {
	border: 0 none;
	padding: 0 3px;
}

#header div.mainmenu ul.langs li a {
	display: block;
	width: 14px;
	height: 11px;
	background: url(../images/sprite_elements.png) no-repeat top left;
}

#header div.mainmenu ul.langs li a.en { background-position: -419px -35px; }
#header div.mainmenu ul.langs li a.de { background-position: -438px -35px; }
#header div.mainmenu ul.langs li a.fr { background-position: -457px -35px; }
#header div.mainmenu ul.langs li a.it { background-position: -476px -35px; }

#header div.countries {
	position: absolute;
	bottom: 29px;
	height: 42px;
	background: url(../images/bg_countries.png) no-repeat top left;
	width: 960px;
	left: 10px;
}

#header div.countries ul.navigation {
	list-style-type: none;
	height: 42px;
	/*margin-top: 8px;*/
	z-index: 100;
}

#header div.countries ul.navigation>li {
	float: left;
	/*padding: 0 16px;*/
	height: 42px;
	line-height: 42px;
	position: relative;
	cursor: pointer;
}

#header div.countries ul.navigation>li a {
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 16px;
	margin-top: 8px;
	border-left: 1px solid #088cb9;
}

#header div.countries ul.navigation>li:first-child a {
	border: 0 none;
}

#header div.countries ul.navigation li.active {
	background: url(../images/sprite_elements.png) no-repeat 8px -266px;
}

#header div.countries ul.navigation li.first,
#header div.countries ul.navigation li.last {
	display: none;
}

#header div.countries ul.navigation li.active a {
	color: black;
}

#header div.countries ul.navigation ul {
	left: 0;
	top: 100%;
	z-index: 100;
	list-style-type: none;
	position: absolute;
	background: #159fd0;
	white-space: nowrap;
/*	display: none;*/
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-box-shadow: #666 2px 2px 3px;
	-webkit-box-shadow: #666 2px 2px 4px;
	padding-left: 10px;
	padding-right: 15px;
}

#header div.countries ul.navigation ul li {
	height: 25px;
	line-height: 25px;
	margin: 4px 0;
	display: block;
	position: relative;
}

#header div.countries ul.navigation ul ul ul ul { white-space: normal; }

#header div.countries ul.navigation li:hover a { color: black; }
#header div.countries ul.navigation li:hover li a { color: white; }
#header div.countries ul.navigation ul li:hover a { color: black; }
#header div.countries ul.navigation ul li:hover li a { color: white; }
#header div.countries ul.navigation ul ul li:hover a { color: black; }
#header div.countries ul.navigation ul ul li:hover li a { color: white; }
#header div.countries ul.navigation ul ul ul li:hover a { color: black; }
#header div.countries ul.navigation ul ul ul li:hover li a { color: white; }
#header div.countries ul.navigation ul ul ul ul li:hover a { color: white; }
#header div.countries ul.navigation ul ul ul ul li:hover li a { color: white; }

#header div.countries ul.navigation li a.akciok { margin-left: 50px; border-left: 0 none;}

#header div.countries ul.navigation ul,
#header div.countries ul.navigation li:hover ul ul,
#header div.countries ul.navigation ul li:hover ul ul,
#header div.countries ul.navigation ul ul li:hover ul ul {
	display: none;
}

#header div.countries ul.navigation li:hover ul,
#header div.countries ul.navigation ul li:hover ul,
#header div.countries ul.navigation ul ul li:hover ul,
#header div.countries ul.navigation ul ul ul li:hover ul {
	display: block;
}

#header div.countries ul.navigation ul li:hover {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#header div.countries ul.navigation ul li a {
	border: 0 none;
	margin: 0;
}

#header div.countries ul.navigation ul li:hover {
	background: #3dc6f2;
}

#header div.countries ul.navigation ul ul li:hover {
	background: #64d9ff;
}

#header div.countries ul.navigation ul ul ul li:hover {
	background: white;
}

#header div.countries ul.navigation ul ul {
	left: 95%;
	top: 0;
	background: #3dc6f2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#header div.countries ul.navigation ul ul ul {
	background: #64d9ff;
}

#header div.countries ul.navigation ul ul ul ul {
	background: white;
	-moz-box-shadow: #666 0 0 6px;
	-webkit-box-shadow: #666 0 0 6px;
}

#header div.countries ul.navigation ul ul ul ul li {
	height: auto;
	line-height: auto;
	padding: 5px 15px 15px 5px;
	background: white !important;
}

#header div.countries ul.navigation ul ul ul ul li b {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 15px;
}

#header div.countries .menuimage {
	width: 166px;
	height: 110px;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

#header div.countries .menuimage span {
	display: none;
}

#header div.search {
	width: 178px;
	height: 237px;
	position: absolute;
	right: 10px;
	bottom: 78px;
	padding: 58px 15px 0 18px;
}

#header div.search div.field {
	/*background: white;*/
	margin-bottom: 8px;
}

#header div.search select {
	width: 173px;
	border: 1px solid #a5acb2;
	background: white;
}

#header div.search select.loading {
	background: transparent url(../images/ajax-loader.gif) no-repeat 136px 0;
}

#header div.search a.more {
	display: block;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #404041;
	margin-top: 5px;
}


#header div.customer-service {
	position: absolute;
	top: 32px;
	right: 10px;
	width: 211px;
	height: 61px;
}

#header div.customer-service a {
	color: white;
	font-weight: bold;
	font-size: 15px;
	margin: 35px 0 0 65px;
	text-decoration: none;
	display: block;
}

#header div.open-hours {
	position: absolute;
	left: 510px;
	top: 40px;
	font-size: 11px;
	line-height: 18px;
}

#header div.open-hours b {
	font-size: 12px;
}

#header div.accentuated {
	position: absolute;
	left: 25px;
	top: 60px;
	width: 171px;
	background: url(../images/bg_header_accentuated.png) no-repeat top left;
	padding: 5px 15px 5px 15px;
	height: 201px;
}

#header div.cnt3 {
	background: url(../images/bg_header_accentuated.png) no-repeat -201px 0;
	height: 150px;
}

#header div.cnt2 {
	background: url(../images/bg_header_accentuated.png) no-repeat -402px 0;
	height: 100px;
}

#header div.accentuated div.offer {
	z-index: 2 !important;
}

#header div.accentuated p,
#header div.accentuated p span {
	color: black;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#header div.accentuated p span.region {
	color: #D5D5D5;
	font-size: 11px;
}

#header div.accentuated p a {
	color: white;
	text-decoration: none;
}

#header div.accentuated span.accentuated-bubble {
	position: absolute;
	left: 100px;
	bottom: 0;
	height: 30px;
	padding: 15px;
	background: url(../images/sprite_elements.png) no-repeat 0 -432px;
	font-weight: bold;
	width: auto;
	white-space: nowrap;
	display: none;
	z-index: 500;
}

#header div.accentuated span.accentuated-bubble span.right {
	position: absolute;
	width: 12px;
	height: 60px;
	right: -12px;
	background: red;
	top: 0;
	background: url(../images/sprite_elements.png) no-repeat -487px -432px;
}

#header div.breadcrumbs {
	position: absolute;
	bottom: 6px;
	padding: 0 20px;
	font-weight: bold;
	color: black;
}

#header div.breadcrumbs a {
	color: #404041;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

#header div.breadcrumbs a:hover {
	text-decoration: underline;
}


/***** footer *****/

#footer {
	color: #404041;
	/*height: 268px;*/
	background: url(../images/bg_footer.gif) repeat-x top left;
	padding: 10px 15px 5px 15px;
}

#page-bottom {
	height: 20px;
	background: url(../images/bg_top.png) no-repeat 0 -17px;
	margin: 0 auto 30px auto;
	width: 1002px;
}

#footer div.countries {
	margin: 10px 0;
}

#footer div.countries ul {
	list-style-type: none;
	height: 10px;
	margin-top: 8px;
}

#footer div.countries ul li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #404041;
}

#footer div.countries ul li:first-child,
#footer div.countries ul li.first,
#footer div.countries ul li.last {
	border: 0 none;
}

#footer div.countries ul li a {
	color: #0ab8eb;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 10px;
	line-height: 10px;
}

#footer div.countries ul li a:hover {
	color: #404041;
}

#footer div.partners {
	height: 40px;
	margin: 10px 0;
}

#footer div.partners ul {
	list-style-type: none;
}

#footer div.partners ul li {
	float: left;
	height: 40px;
	display: block;
	margin-right: 25px;
}

#footer div.partners ul li a {
	display: block;
	height: 40px;
	background: url(../images/partners.jpg) no-repeat top left;
}

#footer div.partners ul li a.travelportfolio { width: 111px; }
#footer div.partners ul li a.travelport { width: 60px; background-position: -134px 0; }
#footer div.partners ul li a.travelstore { width: 61px; background-position: -227px 0; }
#footer div.partners ul li a.hoperencia { width: 75px; background-position: -316px 0; }
#footer div.partners ul li a.budapestinfo { width: 55px; background-position: -418px 0; }
#footer div.partners ul li a.centraleuropeanhotels { width: 50px; background-position: -512px 0; }
#footer div.partners ul li a.budapesttravelservices { width: 120px; background-position: -588px 0; }

#footer .floated {
	float: left;
	color: #404041;
	line-height: 18px;
	padding: 10px 0;
	margin-top: 10px;
}

#footer .floated a {
	color: #404041;
	text-decoration: none;
}

#footer .contact {
	width: 260px;
	margin-right: 25px;
	border-right: 1px solid #dedede;
}

#footer .call-us {
	width: 378px;
	height: 69px;
	background: url(../images/bg_call.jpg) no-repeat top left;
	color: white;
}

#footer .call-us b {
	font-size: 12px;
}

#footer .call-us p.phone {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}

#footer .call-us p.phone a {
	color: white;
}

#footer .call-us p.text {
	float: left;
	margin: 0 0 0 15px;
	font-size: 12px;
	width: 200px;
	padding-right: 10px;
	border-right: 1px solid #8db24f;
}

#footer .menus {
	width: 580px;
}

#footer .copyright {
	height: 40px;
	line-height: 40px;
}

#footer .copyright .logo {
	float: right;
	color: #8c8c8c;
	font-size: 10px;
	line-height: normal;
}

#footer .copyright .logo span {
	color: #dfdfdf;
}

/***** page *****/

#page {
	background: #12a7d7 url(../images/bg_page.png) no-repeat top left;
	margin: 0 3px;
}

#page .bottom {
	background: url(../images/bg_page_bottom.gif) no-repeat top left;
	height: 10px;
}


#left {
	width: 175px;
	float: left;
	padding: 0 5px 0 7px;
}

#content {
	width: 554px;
	float: left;
}

#right {
	width: 221px;
	float: left;
	padding: 0 7px 0 5px;
}

#right h2,
#left h2,
#content h2 {
	font-weight: bold;
	color: white;
	font-size: 17px;
	padding: 17px 0 3px 17px;
	text-transform: uppercase;
	background: url(../images/bg_boxheader.png) no-repeat top left;
}

#right h2 {
	background-position: -739px 0;
}


form#newsletter-form input.text {
	border: 1px solid #a5acb2;
	background: white;
	width: 125px;
}

#content h2 {
	position: relative;
	background-position: -180px 0;
}

#content h2.large {
	font-size: 23px;
	padding-bottom: 3px;
	padding-top: 14px;
	line-height: 23px;
}

#content h2 span.price {
	position: absolute;
	right: 0;
	bottom: -1px;
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	color: black;
	text-transform: none;
	background: url(../images/sprite_elements.png) no-repeat -295px -65px;
	text-indent: 55px;
	z-index: 10;
}

#content h2#acc-title span.title {
	display: block;
	width: 385px;
	font-size: 23px;
}

#left ul.news {
	list-style-image: url(../images/square.gif);
}

#left ul.news li {
	padding: 8px 0;
	margin-left: 15px;
	border-bottom: 1px solid #e3e3e3;
}

#left ul.news li.last {
	border: 0 none;
}

#left ul.news a {
	color: #19a7d5;
	text-decoration: none;
}

#left ul.news a:hover {
	text-decoration: underline;
}

.box {
	background: white;
	margin-bottom: 5px;
	position: relative;
}

#left .box .t {
	background: white url(../images/bg_box.png) no-repeat top left;
	height: 7px;
}

#left .box .b {
	background: white url(../images/bg_box.png) no-repeat 0 -7px;
	height: 6px;
}

#right .box .t {
	background: white url(../images/bg_box.png) no-repeat 0 -33px;
	height: 7px;
}

#right .box .b {
	background: white url(../images/bg_box.png) no-repeat 0 -40px;
	height: 6px;
}

#content .box .t {
	background: white url(../images/bg_box.png) no-repeat 0 -20px;
	height: 7px;
}

#content .box .b {
	background: white url(../images/bg_box.png) no-repeat 0 -27px;
	height: 6px;
}

#content .accentuated .t {
	height: 60px;
	background: url(../images/bg_accentuated.png) no-repeat top left;
	color: white;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content .box .box-content {
	padding: 5px 15px 0 15px;
}

#right .box .box-content,
#left .box .box-content {
	padding: 10px;
}

#left .noheader {
	background: white url(../images/bg_box.png) no-repeat 0 -13px !important;
	height: 6px !important;
}

#right .noheader {
	background: white url(../images/bg_box.png) no-repeat 0 -46px !important;
	height: 6px !important;
}

div.banners {
	text-align: center;
}

div.banners div.box-content {
	padding-bottom: 5px !important;
}

#right .box .game {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

form .errors {
	color: red;
}
/*
input {
	border: 1px solid #a5acb2;
	background: white;
}
*/
div.button {
	height: 18px;
	text-align: right;
}

div.button.game {
	width: 140px;
}

div.button.game div {
	margin-left: 0 !important;
}

div.larger-button {
	height: 24px !important;
}

div.button div {
	display: inline-block;
	width: 3px;
	background: url(../images/sprite_elements.png) no-repeat top left;
	height: 18px;
	float: right;
	margin-left: 5px;
}

div.button a,
div.button input.submit {
	border: 0 none;
	background: url(../images/sprite_elements.png) no-repeat top right;
	font-weight: bold;
	color: white;
	font-size: 11px !important;
	padding-right: 9px !important;
	padding-left: 4px !important;
	cursor: pointer;
	height: 18px !important;
	line-height: 18px !important;
	float: right;
	text-decoration: none;
	overflow: visible;
	padding: 0 7px;
}

div.larger-button div {
	background: url(../images/sprite_elements.png) no-repeat 0 -526px;
	height: 24px;
	width: 6px;
}

div.larger-button a,
div.larger-button input.submit {
	border: 0 none;
	background: url(../images/sprite_elements.png) no-repeat 100% -526px;
	height: 24px !important;
	line-height: 24px !important;
	color: #2a4300;
	text-transform: uppercase;
	padding: 0 12px 0 8px !important;
}

div.larger-button a.yellow {
	background-position: 100% -551px;
}

div.larger-button div.yellow {
	background-position: 0 -551px;
}

div.img-mask {
	position: relative;
	display: inline-block;
}

div.img-mask div {
	background: url(../images/sprite_elements.png) no-repeat top left;
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 10;
}

div.img-mask .tl {
	background-position: 0 -18px;
	left: 0;
	top: 0;
}

div.img-mask .tr {
	background-position: -6px -18px;
	right: 0;
	top: 0;
}

div.img-mask .bl {
	background-position: 0 -23px;
	left: 0;
	bottom: 0;
}

div.img-mask .br {
	background-position: -6px -23px;
	right: 0;
	bottom: 0;
}

div.img-mask .action {
	width: 77px;
	height: 77px;
	background-position: -14px -18px;
	top: -3px;
	right: -2px;
}

div.img-mask .offer {
	width: 98px;
	height: 97px;
	background-position: -190px -18px;
	top: -3px;
	right: -3px;
	z-index: 20;
}

div.detail-wrapper {
	width: 224px;
	float: left;
	/*margin-right: 12px;*/
}

div.ground-details {
	width: 194px;
	height: 222px;
	background: #0099cb url(../images/bg_ground_details.gif) repeat-x bottom left;
	padding: 0 14px;
	font-weight: bold;
	color: white;
	float: left;
	margin-right: 12px;
}

div.small-details {
	min-height: 195px !important;
	height: auto;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

div.small-details p {
	line-height: 17px;
}


#header div.accentuated .hr,
div.ground-details .hr {
	height: 1px;
	background: #e0e0e0;
	width: auto;
	position: relative;
	margin: 10px 0;
	opacity: 0.4;
}

#header div.accentuated .hr {
	z-index: 1;
	opacity: 0.8;
	margin: 4px 0;
}

div.accentuated-ground {
	position: absolute;
	width: 98px;
	height: 97px;
	top: -3px;
	right: -3px;
	background: url(../images/sprite_elements.png) no-repeat -92px -18px;
}

table.tracks td {
	height: 23px;
	/*line-height: 23px;*/
	padding-left: 26px;
	background: url(../images/sprite_elements.png) no-repeat top left;
	color: black !important;
}

table.tracks td.black { background-position: -2px -116px; }
table.tracks td.red { background-position: -2px -139px; }
table.tracks td.blue { background-position: -2px -163px; }
table.tracks td.green { background-position: -2px -187px; }

table.tracks td div {
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	width: auto;
	position: relative;
	background: none;
}

table.accentuated td {
	padding: 0 5px;
	width: 156px;
	border-right: 1px solid #CCEBF4;
	cursor: pointer;
}

table.accentuated td p.accentuated {
	/*
	white-space: nowrap;
	overflow: hidden;
	width: 166px;
	*/
}

ul.tracks {
	list-style-type: none;
	display: block;
	height: 23px;
	margin-top: 5px;
}

ul.tracks li {
	float: left;
	height: 23px;
	line-height: 23px;
	color: black;
	font-weight: bold;
	width: 35px;
	padding-left: 26px;
	background: url(../images/sprite_elements.png) no-repeat top left;
}

ul.tracks li.black { background-position: -2px -116px; }
ul.tracks li.red { background-position: -2px -139px; }
ul.tracks li.blue { background-position: -2px -163px; }

ul.ski-lift {
	list-style-type: none;
	display: block;
	height: 19px;
	margin-top: 5px;
}

ul.ski-lift li {
	float: left;
	height: 22px;
	line-height: 10px;
	color: black;
	font-weight: bold;
	width: 20px;
	padding-left: 24px;
	padding-top: 2px;
	text-align: center;
	background: url(../images/sprite_elements.png) no-repeat top left;
}

ul.ski-lift li div {
	font-weight: normal;
	font-size: 10px;
	width: auto;
	position: relative;
	background: none;
}

ul.ski-lift li.lift { background-position: -89px -115px; }
ul.ski-lift li.sitting { background-position: -89px -161px; }
ul.ski-lift li.standing { background-position: -89px -138px; }
ul.ski-lift li.train { background-position: -89px -184px; }

div.description {
	width: 520px;
	/*padding: 0 14px;
	float: left;
	margin-right: 12px;*/
	color: #282828;
	position: relative;
}

div.desc div.long,
div.description div.long {
	display: none;
}

div.price-table {
	margin: 20px 0;
}

div.price-table div.left-pane {
	float: left;
	overflow: hidden;
}

div.price-table div.right-pane {
	float: left;
	overflow: auto;
}

div.description-image {
	float: right;
	width: 290px;
	margin: 0 0 15px 0;
}

div.description div.description-image {
	margin: 0 0 12px 12px;
}

div.media {
	height: 16px;
	margin: 5px 0 20px 0;
}

ul.media {
	list-style-type: none;
	height: 16px;
	display: block;
	margin-top: 5px;
	float: right;
	/*width: 247px;*/
}

ul.media li {
	float: left;
	height: 16px;
	line-height: 16px;
}

ul.media li a {
	font-weight: bold;
	color: black;
	text-decoration: none;
	background: url(../images/sprite_elements.png) no-repeat top left;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	display: block;
}

ul.media li.map { width: 70px; }
ul.media li.map a { background-position: -194px -120px; }
ul.media li.gallery { width: 85px; }
ul.media li.gallery a { background-position: -194px -138px; }
ul.media li.video { width: 90px; }
ul.media li.video a { background-position: -194px -156px; }

div.block {
	width: 526px;
	height: 112px;
	margin-bottom: 7px;
	position: relative;
}

div.block-title {
	height: 45px;
	position: relative;
	margin-top: 10px;
}

div.block-title h3 {
	margin: 0;
	padding-top: 20px;
}

div.block a.img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 166px;
	height: 110px;
	z-index: 200;
}

div.block div.mask {
	background: url(../images/block_mask.png) no-repeat top left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 346px;
	height: 103px;
	padding: 9px 0 0 180px;
}

div.block div.accentuated-ground {
	left: 73px;
	z-index: 50;
	top: -2px;
}

div.block div.action {
	background: url(../images/sprite_elements.png) no-repeat top left;
	position: absolute;
	z-index: 50;
	width: 77px;
	height: 77px;
	background-position: -14px -18px;
	top: -2px;
	left: 92px;
}

div.block div.offer {
	background: url(../images/sprite_elements.png) no-repeat top left;
	position: absolute;
	z-index: 50;
	width: 98px;
	height: 97px;
	background-position: -190px -18px;
	top: -2px;
	left: 73px;
}


div.block img {
	margin: 1px 0 0 1px;
	z-index: 0;
}

div.block div.mask div.left-column {
	float: left;
	width: 235px;
	line-height: 18px;
	max-height: 94px;
	overflow: hidden;
}

div.block div.mask div.right-column {
	float: left;
	width: 100px;
	text-align: right;
	height: 94px;
	position: relative;
}

div.block div.mask div.right-column-narrow div.button,
div.block div.mask div.right-column div.button {
	position: absolute;
	bottom: 0;
	width: 100px;
	right: 0;
}

div.bus-tickets,
div.ski-tickets {
	margin-bottom: 40px;
	display: none;
}

div.accommodation-action {
	width: 503px;
	background: url(../images/bg_action.gif) no-repeat bottom left;
	padding: 10px;
	margin: 10px 0;
	position: relative;
}

div.accommodation-action div.action-top {
	width: 523px;
	height: 4px;
	background: url(../images/bg_action.gif) no-repeat top left;
	position: absolute;
	left: 0;
	top: -3px;
}


table.sionline {
	border-left: 1px solid #0ab8eb;
	border-right: 1px solid #0ab8eb;
	border-top: 1px solid #0ab8eb;
	border-spacing: 0;
	margin-bottom: 20px;
}

table.sionline caption {
	color: #0ab8eb;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	text-align: left;
	text-transform: uppercase;
}

table.sionline tbody tr.even {
	background: #e6f8fd;
}

table.sionline p,
table.sionline strong,
table.sionline b {
	font-weight: normal;
	margin: 0;
	text-align: left;
}

table.sionline td {
	/*
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border-bottom: 0 none;
	border-top: 0 none;
	border-left: 1px solid #0ab8eb;
	border-right: 1px solid #0ab8eb;
	*/
	padding: 2px;
	color: #0ab8eb;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #0ab8eb;
	border-bottom: 1px solid #0ab8eb;
}

table.sionline td.th,
table.sionline th {
	text-align: left;
	/*
	padding: 10px;
	font-weight: bold;
	*/
	padding: 2px;
	background: #0ab8eb !important;
	color: white;
	font-weight: normal;
	border-bottom: 0 none;
	border-top: 0 none;
	/*border-left: 1px solid white;*/
	border-right: 1px solid white;
}

table.sionline th:first-child {
	border-left: 1px solid #0ab8eb;
}

table.sionline th:last-child {
	border-right: 1px solid #0ab8eb;
}

table.sionline td:last-child {
	border-right: 0 none;
}

/*
table.sionline td.th {
	background: #0ab8eb !important;
	color: white;
}
*/
div.ground div.block p {
	margin: 4px 0;
}

div.ground div.block div.mask div.left-column {
	width: 260px;
	max-height: 93px;
	overflow: hidden;
}

div.ground div.block div.mask div.right-column {
	width: 75px;
}

div.ground div.block div.mask div.left-column-narrow {
	float: left;
	width: 235px;
	line-height: 18px;
}

div.ground div.block div.mask div.right-column-narrow {
	float: left;
	width: 100px;
	text-align: right;
	height: 85px;
	position: relative;
}

div.mask div.price {
	position: absolute;
	right: 10px;
	top: 11px;
	text-align: right;
	width: 85px;
	overflow: hidden;
	height: 71px;
}

div.order {
	float: right;
	font-size: 10px;
	color: #0ab8eb;
}

div.order ul {
	list-style-type: none;
	display: block;
	height: 24px;
	line-height: 24px;
	background: url(../images/sprite_elements.png) no-repeat 0 -500px;
	float: left;
	margin: 0 !important;
}

div.order ul li {
	font-size: 12px;
	float: left;
	height: 15px;
	line-height: 15px;
	position: relative;
	padding: 0 3px 0 18px;
	font-weight: bold;
	color: white;
	border-left: 1px solid #088cb9;
	margin-right: 5px;
	margin-top: 5px;
}

div.order ul li.active {
	color: #333334;
}

div.order ul li:first-child {
	border: 0 none;
}

div.order ul li.limit {
	padding-left: 2px;
	margin-right: 0;
}

div.order ul li a {
	display: block;
	width: 9px;
	height: 6px;
	background: url(../images/sprite_elements.png) no-repeat top left;
	position: absolute;
	left: 4px;
}

div.order ul li a.up {
	top: 1px;
	background-position: -100px -206px;
}

div.order ul li a.down {
	bottom: 1px;
	background-position: -100px -214px;
}

div.order ul li a.up-active {
	top: 1px;
	background-position: -89px -206px;
}

div.order ul li a.down-active {
	bottom: 1px;
	background-position: -89px -214px;
}

div.order div.right {
	width: 5px;
	height: 24px;
	background: url(../images/sprite_elements.png) no-repeat -494px -500px;
	float: left;
}


fieldset {
	border: 0 none;
}

div.search-form {
	width: 524px;
}

div.search-form select {
	border: 1px solid #a5acb2;
	background: white;
	margin-bottom: 3px;
	height: 17px;
}


div.search-form div.accommodation-search {
	float: left;
	width: 279px;
	margin-right: 6px;
}

div.search-form div.accommodation-search form {
	background: url(../images/bg_search_form.png) no-repeat top left;
	width: 261px;
	padding: 9px;
}

div.search-form div.accommodation-search select {
	width: 259px;
}

div.search-form div.accommodation-search ul,
div.search-form div.ground-search ul {
	list-style-type: none;
	color: white;
	display: block;
	margin-top: 21px;
	width: 261px;
	height: 100px;
	margin-left: 0 !important;
}

div.search-form div.ground-search ul {
	height: 30px;
}

div.search-form div.accommodation-search ul li,
div.search-form div.ground-search ul li {
	float: left;
	height: 16px;
	line-height: 16px;
}

div.search-form div.accommodation-search ul li.left,
div.search-form div.ground-search ul li.left {
	width: 107px;
}

div.search-form div.ground-search {
	float: left;
	width: 239px;
}

div.search-form div.ground-search form {
	background: url(../images/bg_search_form.png) no-repeat -285px 0;
	width: 221px;
	padding: 9px;
}

div.search-form div.ground-search select {
	width: 219px;
}

div.pagination {
	margin: 20px 0;
	text-align: center;
	color: #404041;
	font-weight: bold;
}

div.pagination a {
	color: #0ab8eb;
	text-decoration: none;
}

div.pagination a span {
	color: #404041;
}

div.image-gallery {
	width: 782px;
	height: 577px;
	background: url(../images/bg_image_gallery.png) no-repeat top left;
	position: relative;
}

div.image-gallery img#big-image2,
div.image-gallery img#big-image {
	position: absolute;
	left: 76px;
	top: 60px;
}

div.image-gallery img#big-image2 {
	display: none;
}

div.image-gallery div.thumbnails {
	position: absolute;
	left: 107px;
	top: 485px;
	width: 566px;
	overflow: hidden;
}

div.image-gallery a.scroll-left {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 22px;
	top: 505px;
	background: url(../images/sprite_elements.png) no-repeat 2px -390px;
}

div.image-gallery a.scroll-left:hover {
	background-position: -48px -390px;
}

div.image-gallery a.scroll-right {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 730px;
	top: 505px;
	background: url(../images/sprite_elements.png) no-repeat -22px -390px;
}

div.image-gallery a.scroll-right:hover {
	background-position: -72px -390px;
}

div.image-gallery a.step-left {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 22px;
	top: 235px;
	background: url(../images/sprite_elements.png) no-repeat -98px -390px;
}

div.image-gallery a.step-right {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 730px;
	top: 235px;
	background: url(../images/sprite_elements.png) no-repeat -123px -390px;
}

div.image-gallery div.thumbnails img {
	cursor: pointer;
}

div.image-gallery div.thumbnails table {
	position: relative;
	left: 0;
}

div.image-gallery div.thumbnails table td {
	width: 91px;
	height: 74px;
	background: url(../images/bg_gallery_thumbnail.png) no-repeat top left;
	padding: 3px;
}

div.gallery div.logo {
	width: 82px;
	height: 33px;
	position: absolute;
	left: 10px;
	top: 0;
	background: url(../images/sprite_elements.png) no-repeat -298px -23px;
}

div.gallery div.title {
	position: absolute;
	left: 95px;
	top: 10px;
	font-size: 11px;
	color: #404041;
	width: 600px;
	font-weight: bold;
	text-align: center;
}

div.video-gallery {
	width: 782px;
	height: 465px;
	background: url(../images/bg_video_gallery.png) no-repeat top left;
	position: relative;
}

div.video-gallery div.container {
	position: absolute;
	width: 772px;
	height: 353px;
	left: 6px;
	top: 34px;
	overflow: hidden;
}

div.video-gallery div.video {
	width: 772px;
	height: 353px;
}

div.video-gallery div.video embed,
div.video-gallery div.video object {
	margin: 5px auto;
	display: block;
}

div.video-gallery a.scroll-left {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 357px;
	top: 407px;
	background: url(../images/sprite_elements.png) no-repeat 2px -390px;
}

div.video-gallery a.scroll-left:hover {
	background-position: -48px -390px;
}

div.video-gallery a.scroll-right {
	position: absolute;
	display: block;
	width: 27px;
	height: 41px;
	left: 401px;
	top: 407px;
	background: url(../images/sprite_elements.png) no-repeat -22px -390px;
}

div.video-gallery a.scroll-right:hover {
	background-position: -72px -390px;
}

div.google-map {
	width: 782px;
	height: 545px;
	background: url(../images/bg_map.png) no-repeat top left;
	position: relative;
}

div.google-map div.map {
	width: 700px;
	height: 460px;
	position: absolute;
	left: 42px;
	top: 59px;
	overflow: hidden;
}

div.google-map div.map iframe {
	display: block;
	margin: auto;
}

div#fancy_close {
	background: url(../images/fancy_close.gif) no-repeat top left !important;
	width: 68px !important;
	height: 20px !important;
	right: 10px !important;
	top: 7px !important;
}

div#fancy_inner,
div#fancy_div {
	background: none !important;
	border: 0 none !important;
}

div.calculator {
	width: 462px;
	height: 283px;
	background: url(../images/bg_calculator.png) no-repeat top left;
	position: relative;
}

div.calculator div.simplemodal-close {
	background: url(../images/fancy_close.gif) no-repeat top left !important;
	width: 68px;
	height: 20px;
	right: 35px;
	top: 13px;
	position: absolute;
	cursor: pointer;
}

div.calculator div.title {
	width: 350px;
	height: 40px;
	background: transparent;
	cursor: move;
}


div.calculator input.text {
	position: absolute;
	left: 74px;
	top: 148px;
	width: 100px;
	height: 17px;
	background: transparent;
	border: 0 none;
}

div.calculator a.button {
	display: block;
	position: absolute;
	left: 187px;
	top: 145px;
	width: 40px;
	height: 23px;
}

div.calculator span.forint {
	position: absolute;
	font-weight: bold;
	font-size: 15px;
	left: 257px;
	top: 147px;
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
}

div.calculator div.text {
	padding: 20px 40px 0 20px;
	text-align: center;
}

#content div.box-content ol,
#content div.box-content ul {
	margin-left: 15px;
}

#content div.files,
#content div.links {
	margin: 15px 0;
}

#content div.files ul,
#content div.links ul {
	list-style-type: none;
}

#content div.files ul a,
#content div.links ul a {
	text-decoration: none;
	color: #19a7d5;
}

#content div.files ul a:hover,
#content div.links ul a:hover {
	text-decoration: underline;
}

#content div.other-expenses {
	margin: 20px 0;
}

div.game-image {
	margin: 20px 0;
	text-align: center;
}

ol.game li {
	float: none;
	margin: 10px 0;
	font-weight: bold;
}

ol.game li label {
	display: block;
	margin: 5px 0;
	font-weight: normal;
}


/***** offer *****/

.zend_form {
	
}

.zend_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zend_form dt, .zend_form dd {
	margin: 3px 0;
	padding: 0;
}

.zend_form dt {
	/*margin-top: 10px;*/
	float: left;
	clear: left;
	width: 150px;
	margin-right: 10px;
}

.zend_form dd {
	float: left;
}

.zend_form dd.clear {
	clear: both;
}

.zend_form dd.wide {
	margin-left: 160px;
}

div.offer-data {
	width: 369px;
	background: url(../images/bg_offer_form.png) no-repeat bottom left;
	padding: 10px 10px 20px 10px;
	position: relative;
}

div.offer-data div.top {
	position: absolute;
	height: 4px;
	background: url(../images/bg_offer_form.png) no-repeat top left;
	top: -4px;
	left: 0;
	width: 389px;
}

div.offer-data .zend_form dt,
div.offer-data .zend_form dt a {
	color: white;
}

div.offer-data input[type=text], textarea {
	width: 200px;
	border: 1px solid #a5acb2;
	background: white;
}

div.offer-data input.small {
	width: 40px;
}

div.offer-data div.age {
	margin: 2px 0;
	color: white;
}

div.offer-person {
	width: 189px;
	background: url(../images/bg_offer_person.png) no-repeat top left;
	padding: 5px 10px 10px 10px;
	float: left;
}

div.offer-person .zend_form dt {
	color: white;
	width: 45px;
}

div.offer-person .zend_form input {
	width: 130px;
	border: 1px solid #a5acb2;
	background: white;
}

div.offer-description {
	font-weight: bold;
	text-align: center;
	width: 250px;
	margin: 20px 0 0 50px;
	float: left;
}

div.offer-data .zend_form div {
	color: white;
}

div#offer-form,
div#reservation-form {
	display: none;
}

div.offline {
	text-align: center;
	width: 750px;
	margin: 20px auto 0 auto;
}

div.offline span {
	font-size: 14px;
}