@import url("print.css");
@import url("slideShow.css");
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font-size: 1em;
	background-color: #AFD1BE;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/*--general settings--*/
table {
	border-collapse : collapse; 
}
table td {
	padding: 0;
} 
a img {
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline !important;
}

br, form, fieldset, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1.titlePage {
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
h3.subTitle {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
.clearLeft {
	clear: left;
	font-size: 0;
	margin: 0;
}
.clearRight {
	clear: right;
	font-size: 0;
	margin: 0;
}
.clearBoth {
	clear: both;
	font-size: 0;
	margin: 0;
}
.hidden,
legend {
	display: none;
}
fieldset form div {
	clear: left;
	margin-bottom: 5px;
	width: 100%;
}
input, select, textarea {
	vertical-align: middle;
	border: 1px solid #9F9F9F;
}
input.inputTxt {
	height: 18px;
	padding: 2px 0 0 0;
}
input.inputTxt,
input.inputFile {
	width: 350px;
}
input.textTxtCal {
	width: 222px;
}
img.cal {
	vertical-align: middle;
	cursor: pointer;
}
input.inputFile {
	font-size: 0.75em;
}
textarea.textArea {
	width: 350px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.75em;
}
select.select {
	width: 150px;
}
select.big {
	width: 185px;
}
select.extraBig {
	width: 354px;
}
select.small {
	width: 60px;
}
select.medium {
	width: 90px;
}
button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	padding: 20px 5px 10px 40px;
    overflow: visible;
	background: transparent url("/images/frontend/send_button.gif") no-repeat 1% 60%;
	margin-left: 248px !important;
	margin-left: 253px;
}
input.checkbox {
	margin-top: 1px;
	margin-bottom: 1px;
}
label {
	font-size: 0.75em;
	font-weight: bold;
	cursor: pointer;
	float: left;
	width: 250px;
	margin-bottom: 2px;
	margin-top: 5px;
}
label.radio {
	float: none !important;
	display: inline;
}
.error,
.errorShort {
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 20px;
	padding: 10px 10px 10px 30px;
	width: 500px;
	text-align: left;
}
.errorShort {
	width: 500px;	
}
.desc {
	line-height: 1.4em;
	font-size: 0.75em;
}
.desc a,
.desc p {
	font-size: 1em;
}
.bottomPanel,
div.navLinks {
	text-align: right;
	width: 100%;
}
.bottomPanel a,
div.navLinks a {
	font-size: 0.7em;
	text-decoration: none;
}
div.navLinks {
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	text-align: left;
}
div.navLinks a {
	text-decoration: underline;
}
div.navLinks a,
div.navLinks span {
	vertical-align: middle;
}
.important {
	color: #C52C00 !important;
}
div.securityNr {
	width: 120px;
	border: 1px solid #7F9DB9;
	margin-left: 250px !important;
	margin-left: 253px;
	font-size: 0;
}

div#error301 {
	margin: 20px 0 0 0;
}
div#error301 p,
div#error301 a {
	color: #FFF;
	display: block;
	font-size: 0.85em;
	margin-left: 200px;
}
div.box ul,
ul#locList,
ul#currency,
ul#offers,
div#footer div#row1 ul,
ul#topMenu,
ul#information {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*--general structure--*/
div#mainTpl {
	background-color: #FFF;
	border: 1px solid #020202;
	color: #000;
	margin: auto;
	width: 1100px;
}
div#mainTpl div#lc {
	background: #FFF url("/images/frontend/bg_header.gif") repeat-x left top;
	float: left;
	padding-right: 5px;
	width: 909px;
}
	div#mainTpl div#lc div#inLc {
		float: left;
		padding-top: 10px;
		width: 245px;
		overflow:hidden;
	}
		div#header {
			background: transparent url("/images/frontend/header.jpg") no-repeat 260px 4px;
			position: relative;
			width: 100%;
		}
		div#header strong {
			color: #FFF;
			font-size: 0.95em; 
			left: 360px;
			position: absolute;
			top: 2px;
		}
	div#mainTpl div#lc div#inRc {
		float: right;
		padding-left: 5px;
		padding-right: 2px;
		overflow: hidden;
		width: 656px;
	}
div#mainTpl div#rc {
	background: #FFF url("/images/frontend/bg_header.gif") repeat-x left top;
	float: left;
	overflow:hidden;
	width: 186px;
}
/*--sepecial box list with items --*/
h2.boxTitle {
	background-color: #1A8B17;
	color: #FFF;
	font-size: 1em;
	padding: 3px 0 3px 5px;
	text-align: center;
}
h2.boxBlack {
	background-color: #3398CC;
	margin-top: 5px;
	padding-left: 10px;
	text-align: left;
}
h2.boxRed {
	background-color: #E21C2B;
	font-size: 0.8em;
	margin-top: 10px;
	padding-left: 10px;
	text-align: left;
}
h2.boxIn {
	background-color: #FFF;
	color: #000;
	padding-left: 10px;
	text-align: left;
	width: 297px;
}
div#mainTpl div#lc div#inLc h2.boxTitle {
	width: 225px;
}
div#mainTpl div#rc h2.boxTitle {
	width: 177px;
}
h2.boxTitle2 {
	background-color: #F57D33;
}
div#mainTpl div#lc div#inLc div.box,
div#mainTpl div#lc div#inLc h2.boxTitle {
	margin-left: 10px;
}
div.box {
	border: 1px solid #1A8B17;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0;
}
	div.box li {
		border-bottom: 1px solid #1A8B17;
	}
	
div#mainTpl div#lc div#inLc div.box {
	width: 223px;
}
div#mainTpl div#rc div.box {
	width: 175px;
}
	div#mainTpl div#rc div.box {
		font-weight: bold;
	}
div.box2 {
	border: 1px solid #F57D33;
}
	div.locUnitsBox {
		font-size: 1.3em;
	}
	div.box2 li {
		border-bottom: 1px solid #F57D33;
		padding-bottom: 2px;
	}
div.boxBlack {
	border: 1px solid #3398CC;
	width: 649px;
}
div.boxRed {
	border: 1px solid #E21C2B;
	width: 649px;
}
div.unitSel {
	float: left;
	padding-left: 15px;
	width: 300px;
}
	div.unitSel div.boxIn li a {
		color: #1D5574;
		font-weight: bold;
		font-size: 0.95em;
	}
	div.unitSel div.boxIn li a:hover {
		text-decoration: none !important;
	}
	div.boxIn {
		border: 3px solid #1A8B17;
		min-height: 140px;
		width: 296px;
	}
	div.boxIn li,
	div.locUnitsBox li,
	div.boxInFix li {
		border-bottom: none;
	}
	div.boxInFix {
		border: none;
	}
div.box ul {
	margin-left: 10px;
}
div.box ul li {
	background: transparent url("/images/frontend/ico_bulette.gif") no-repeat left center;
	font-size: 0.8em;
	line-height: 1em;
	padding: 3px 0 3px 10px;
}
div.boxIn ul li {
	background: transparent url("/images/frontend/ico_arrowGreen.gif") no-repeat left center;
	padding-left: 15px;
}
div.box ul li a {
	text-decoration: none;
}
div.box ul li.more {
	background-image: none;
	border-bottom: none;
	padding: 10px 0 10px 0;
	text-align: center;
}
div.box ul li.more a {
	text-decoration: underline;
}
h2.locHead {
	background: transparent url("/images/frontend/suitcase.jpg") no-repeat left top;
	border-right: 1px solid #3397CB;
	border-bottom: 1px solid #3397CB;
	font-size: 0.95em;
	margin-left: 10px;
	padding: 5px 2px 5px 40px;
	width: 188px;
}
ul#locList {
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	float: left;
}
ul#locList li {
	background: transparent url("/images/frontend/ico_arrowBlue.gif") no-repeat left center;
	border-bottom: 1px solid #3398CC;
	float: left;
	line-height: 1.4em;
	padding: 0 0 0 20px;
	width: 188px;
}
ul#locList li a {
	color: #333;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	width: 188px;
}
ul#locList li a.selected {
	color: #E21C2B;
}
h2.meteoHead {
	background: transparent url("/images/frontend/ico_sun.gif") no-repeat left top;
	border-right: 1px solid #FBE953;
	border-bottom: 1px solid #FBE953;
	padding: 12px 2px 8px 70px;
	width: 158px;
}
h2.curreHead {
	background: transparent url("/images/frontend/ico_euro.gif") no-repeat left top;
	border-right: 1px solid #FBE953;
	border-bottom: 1px solid #FBE953;
	padding: 5px 2px 3px 30px;
	width: 198px;
}
select#weather_f {
	margin: 10px 0 0 10px;
	margin-left: 10px;
	width: 210px;
}
iframe#weatherFrame,
ul#currency {
	margin: 0 0 0 10px;
}
ul#currency {
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#currency li {
	font-size: 0.85em;
	line-height: 1em;
	text-align: center;
	width: 200px;
}
ul#currency li * {
	vertical-align: middle;
}
ul#currency li img {
	margin-left: 5px;
}
ul#offers {
	float: left;
	margin: 5px 0 5px 0;
	padding-left: 5px;
	width: 172px;
}
ul#offers li {
	float: left;
	margin-bottom: 2px;
}
ul#offers li a {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 172px;
}
ul#offers li a.offerType1 {
	background: transparent url("/images/frontend/offerType1.jpg") no-repeat left top;
}
ul#offers li a.offerType2 {
	background: transparent url("/images/frontend/offerType2.jpg") no-repeat left top;
	color: #FFF;
}
ul#offers li a.offerType3 {
	background: transparent url("/images/frontend/offerType3.jpg") no-repeat left top;
}
ul#offers li a.offerType4 {
	background: transparent url("/images/frontend/offerType4.jpg") no-repeat left top;
}
ul#offers li a.offerType5 {
	background: transparent url("/images/frontend/offerType5.jpg") no-repeat left top;
}
ul#offers li a.offerType6 {
	background: transparent url("/images/frontend/offerType2.jpg") no-repeat left top;
	color: #FFF;
}
ul#offers li a.offerType7 {
	background: transparent url("/images/frontend/offerType2.jpg") no-repeat left top;
	color: #FFF;
}
div#footer div#row1 ul {
}
div#footer div#row1 {
	background-color: #666;
	color: #FFF;
	padding: 5px 0 5px 10px;
}
div#footer div#row1 ul li {
	display: inline;
	font-size: 0.75em;
}
div#footer div#row1 ul li a {
	background: transparent url("/images/frontend/ico_buletteWhite.gif") no-repeat left center;
	color: #FFF;
	text-decoration: none;
	margin-right: 3px;
	padding-left: 10px;
}
div#footer div#row1 ul li span.separator {
	display: none;
}
div#footer div#row2 {
	font-size: 0.75em;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
	width: 1085px;
}
div#footer div#row2 span {
	float: left;
}
div#footer div#row2 a {
	float: right;
}
ul#topMenu {
	float: left;
	padding-left: 45px;
	width: 606px;
}
ul#topMenu li {
	background: transparent  url("/images/frontend/menuTop_2.jpg") no-repeat left top;
	float: left;
}
ul#topMenu li a {
	color: #000;
	display: block;
	float: left;
	font-size: 1em;
	line-height: 46px;
	text-decoration: none;
	width: 147px;
}
ul#topMenu li.home {
	background: transparent  url("/images/frontend/menuTop_1.jpg") no-repeat left top;
}
ul#topMenu li.home a {
	color: #FFF;
	padding-left: 25px;
	width: 164px;
}
ul#topMenu li.contact {
	background: transparent  url("/images/frontend/menuTop_3.jpg") no-repeat left top;
}
ul#topMenu li.contact a {
	padding-left: 3px;
	width: 90px;
}
div.offer_1 {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
}
	div.offer_1Fix1 {
		margin-top: 5px;
	}
div.offer_1 h2,
div.offer_1 h3 {
	font-size: 0.85em;
	margin-bottom: 3px;
}
div.offer_1 h3 {
	font-size: 0.75em;
}
div.offer_1 h3 span {
	text-transform: lowercase;
}
div.offer_1 h3 span.normal {
	text-transform: capitalize;	
	font-weight: normal;
}
div.offer_1 div.img,
div.offer_2 div.img,
div.offer_3 div.img,
div.smallImg,
div.unitOfferReserv div.img {
	background-color: #FFF;
	border: 1px solid #BBB;
	float: left;
	height: 60px;
	overflow: hidden;
	margin-right: 5px;
	width: 90px;
}
	div#rightSpecArea.offer_3 div.img {
		float: none;
		height: auto;
		overflow: visible;
		margin-right: 0;		
	}
div.offer_1 a.more,
div.boxRed a.more,
div.boxBlack a.more {
	background: transparent url("/images/frontend/ico_bulette.gif") no-repeat left center;
	clear: left;
	display: block;
	font-size: 0.75em;
	padding-left: 10px;
}
div.offer_2 {
	background: transparent url("/images/frontend/box_M.jpg") repeat-x left center;
	height: 157px;
	width: 100%;
}
	div.offer_2Fix {
		margin-top: 10px;
	}
	div.offer_2 div.info {
		height: 100px !important;
	}
div.offer_2 div.left {
	background: transparent url("/images/frontend/box_L.jpg") no-repeat left center;
}
div.offer_2 div.right {
	background: transparent url("/images/frontend/box_R.jpg") no-repeat right center;
	height: 152px;
	padding: 5px 0 0 20px;
	width: 636px;
}
div.offer_2 h2 {
	color: #FFF;
	font-size: 1em;
	margin-bottom: 3px;
}
div.offer_2 div.info,
div.offer_3 div.info {
	float: left;
	height: 120px;
	overflow: hidden;
	padding-right: 10px;
	width: 92px;
}
	div#rightSpecArea.offer_3 div.info{
		border-bottom: 1px solid #BBB;
		float: none;
		height: auto;
		overflow: visible;
		padding-right: 0;
		padding-bottom: 5px;
	}
	div.offer_3 div.info {
		margin-bottom: 10px;
	}
	 	div.offer_3 div.info div.img {
			position: relative;
			z-index: 1;
		}
		div.offer_3 div.info img.star,
		div.offer_3 div.info span.star {
			position: absolute;
			left: 0;
			top: -4px;
			z-index: 4;
		}
		div.offer_3 div.info span.star {
			display: block;
			filter:alpha(opacity=85);
			-moz-opacity:0.85;
			opacity:0.85;
			background-color: #FFF;
			padding: 2px 0 2px 0;
			width: 100%;
		}

div.offer_2 div.info span,
div.offer_3 div.info span {
	color: #000;
	display: block;
	font-size: 0.7em;
	/*font-weight: bold;*/
	text-align: center;
}
div.offer_2 a.more {
	clear: left;
	display: block;
	font-size: 0.75em;
	margin-top: 8px;
	padding-right: 10px;
	text-align: right;
}
div.boxRed a.more,
div.boxBlack a.more {
	display: block;
	padding-right: 10px;
	text-align: left;
}
div.boxRed a.moreFix,
div.boxBlack a.moreFix {
	background-image: none;
	text-align: right;
}
div#bannerRight,
div#bannerLeft,
div#bannerBottom,
div#bannerTop {
	font-size: 0.75em;
	margin: 0 auto 10px auto;
	text-align: center;
}
div#bannerRight img ,
div#bannerLeft img,
div#bannerBottom img,
div#bannerTop img {
	margin-bottom:5px;
	vertical-align: top;
}
div#bannerRight {
	width: 170px;
}
div#bannerLeft {
	width: 230px;
}
div#bannerBottom {
	width: 640px;
}
div#bannerTop {
	margin-top: 5px;
	width: 650px;
}
div#bannerTop img {
	margin-bottom: 0;
}
div.aliasDesc,
div.intro {
	margin: 10px 0 10px 0;
}
div.aliasOffer_1 {
	margin: 0 0 15px 5px;
	padding: 0 0 4px 4px;
	width: 314px;
}
h2.aliasOffer1,
h2.aliasOffer2,
h2.aliasOffer3 {
	background-color: #F57D33;
	color: #FFF;
	font-size: 1em;
	margin-bottom: 5px;
	padding: 3px;
}
h2.aliasOffer1 a {
	color: #FFF;
}
h2.aliasOffer2 {
	background-color: #3398CC;
}
h2.aliasOffer3 {
	background-color: #E21C2B;
	font-size: 0.8em;
}
div.unitCazare h3 {
	font-weight: normal;
}
div.unitCazare {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#leftSpecArea {
	float: left;	
	padding: 0 5px 0 0;
	width: 550px;
}
div#rightSpecArea {
	border: 1px solid #BBB;
	float: left;	
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 10px;
	width: 92px;
}
h2.specialOffer {
	background: transparent url("/images/frontend/specialOffer.jpg") no-repeat center top;
	height: 114px;
	margin-bottom: 10px;
}
div#barInfo {
	border: 1px solid #E4E4E4;
	font-size: 0.8em;
	padding: 5px;
	margin: 5px 0 5px 0;
}
div#barInfo a {
	background: transparent url("/images/frontend/ico_bulette.gif") no-repeat left center;
	margin-right: 5px;
	padding-left: 10px;
}
div#singlePage {
	font-size: 0.75em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
div#singlePage p,
div#singlePage a {
	font-size: 1em;
}
