/*--autocompile--*/
.autocomplete_list * {
	font: 11px verdana,sans-serif;
}

.autocomplete_list { 
	background: #fff; display: block; border: 1px solid #7F9DB9; text-align: left; z-index: 200; 
	width: 202px !important;
}

.autocomplete_list b, .autocomplete_list em, .autocomplete_list strong { 
	font-weight: bold; 
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; margin: 0; padding: 0; 
}

.autocomplete_list .item, .autocomplete_list .current_item { 
	margin: 0px; padding: 3px 6px; text-align: left; cursor: pointer; 
	border-top: 1px solid #e3e3e3;	
}

.autocomplete_list .first_item {
	border-top: none;
}

.autocomplete_list .current_item { 
	background: #E3C56F; color: #000; 
}

.autocomplete_list span { 
	color: #111; float: right; padding-left: 20px; 
}

.autocomplete_text { 
	/*background: transparent url("/images/frontend/indicator.gif") no-repeat right center;*/
}
.autocomplete_text_busy { 
	background: transparent url("/images/frontend/indicator.gif") no-repeat right center;
}

#loading { 
	background: #FFF url("/images/frontend/indicator.gif") no-repeat right 8px;
	width: 340px;
	border: 1px solid #FF0000;
	font-size: 0.75em;
	padding: 5px;
	padding-right: 20px;
	position: absolute;
	left: 200px;
	bottom: 400px;	
	color: #FF0000;
	font-weight: bold;
}

/*--locations menu--*/
div#locations {
	background: transparent url("/images/frontend/bg_menu_mid.jpg") repeat-y left top;
	margin-bottom: 20px;
	width: 183px;
}
div#locations div#menuTop {
	background: transparent url("/images/frontend/backgroundImage/bg_menu_top.jpg") no-repeat left top;
	width: 183px;
}
div#locations div#menuBottom {
	background: transparent url("/images/frontend/bg_menu_bottom.jpg") no-repeat left bottom;
	padding: 0 0 50px 0;
	width: 183px;
}
div#locations ul {
	list-style-type: none;
	float: left;
	width: 183px;
}
div#locations ul#locList {
	/*background: transparent url("/images/frontend/backgroundImage/bg_topMenuMask.jpg") no-repeat 0 0;*/
	padding-top: 5px;
}
div#locations ul a {
	padding: 3px 0 3px 30px;
	background: transparent url("/images/frontend/icons/ico_menu_root_arrow.gif") no-repeat 8px center;
	text-decoration: none;
	font-weight: bold;
	color: #489700;
	font-size: 0.75em;
	display: block;
	width: 150px;
}
div#locations ul a:hover, 
div#locations ul a.selected {
	color: #B10032;
	/*background: transparent url("/images/frontend/icons/ico_arrow_4.jpg") no-repeat 8px center;*/
}
/*version 1 for menu*/
div#locations ul li {
	position: relative;
	width: 167px;
	float: left;
	z-index: 100 !important;
}
div#locations ul li ul {
	display: none;
	background-image: none;
	background-color: #E5EE96;
	border: 1px solid #FFF;
	width: 167px;
}
div#locations ul ul a {
	background: transparent url("/images/frontend/icons/ico_menu_arrow.gif") no-repeat 5px center;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	margin-right: 0 !important;
	padding-left: 15px;
	width: 152px !important;
}
div#locations ul li.menu_hover ul { 
	display: block !important; 
	position: absolute;
	left: 180px;
	top: 3px;	
}
div#locations ul li.menu_hover ul ul {
	top: 0px;
	left: 168px;
}
/*--search area--*/
div#searchUnit {
	background: transparent url("/images/frontend/bg_searchMid.gif") repeat-y left top;
	margin: 0 auto 10px auto;
	width: 748px;
}
div#searchUnit.offer p.info {
	font-size: 0.8em;
	margin-top: -8px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #489723;
}
div#searchUnit.offer p.info strong {
	color: #F00;
}
div#searchUnit div.searchTop {
	background: transparent url("/images/frontend/bg_searchTop.jpg") no-repeat left top;
}
div#searchUnit div.searchBottom {
	background: transparent url("/images/frontend/bg_searchBot.gif") no-repeat left bottom;
	width: 728px;
	padding: 10px 10px 10px 10px;
}
div#searchUnit label {
	color: #000;
	display: block;
	width: auto;
	float: none;
	margin-top: 0;
}
div#searchUnit form {
	padding-top: 5px;
}
div#searchUnit form div {
	float: left;
	padding-right: 8px;
	clear: none;
	margin-bottom: 5px;
	width: auto;
}
div#searchUnit form input.inputTxt {
	width: 200px;
}
div#searchUnit form div.standardOfferButton {
	float: left;
	padding: 0 !important;
	width: 550px;
}
	div#searchUnit form button {
		margin-left: 0 !important;
	}
	div#searchUnit form div.standardOfferButton label {
		display: inline;
		float: none;
	}
	div#searchUnit form div.standardOfferButton input {
		float: none;
		margin-left: 5px;
		margin-right: 5px;
	}
div#searchUnit div.panel {
	width: 720px;
	padding-top: 5px;
}	

div#searchUnit div.panel a {
	background: transparent url("/images/frontend/icons/ico_arrow_5.gif") no-repeat left 5px;
	color: #005F9D;
	display: block;
	font-size: 0.7em;
	float: right;
	line-height: normal !important;
	padding-left: 10px;
	margin-top: 10px;
	text-decoration: underline;
	vertical-align: middle;
}
div#searchUnit div.panel {
}
div#searchUnit div.multChoice {
	width: 170px;
	border: 1px solid #489723;
	padding: 5px;
	padding-top: 3px;
	margin-right: 15px;
}
	div#searchUnit div.multChoiceFix {
		width: 175px;
		border: none;
		padding:  0 5px 0 5px;
	}
	div#searchUnit div.multChoice div {
		border: 1px solid #489723;
		clear: left;
		padding: 5px;
		padding-top: 3px;
		width: 170px;
	}
	div#searchUnit div.multChoice div label {
		width: auto;
	}
div#searchUnit div.col {
	width: 250px;
	border: 1px solid #489723;
	padding: 5px;
	padding-top: 0;
	margin-right: 15px;
}
	div#searchUnit div.colFix {
		border: none;
		padding: 0;
	}
	div#searchUnit div.colFix div div {
		border: 1px solid #489723;
		clear: left;
		padding: 5px;
		padding-top: 0;
		width: 250px;
	}
	div#searchUnit div.colFix div div input {
		float: left;
	}
	div#searchUnit div.colFix div div label.radio {
		float: left;
		width: auto;
	}
div#searchUnit label.radio {
	padding-left: 3px !important;
	padding-left: 0;
	vertical-align: middle;
	float: left;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
}
	div#searchUnit DIV.multChoice SPAN label.radio {
		float: left !important;
		height: auto;
		line-height: normal;
	}
div#searchUnit div.col label {
	width: 250px;
}
div#searchUnit div.multChoice input {
	float: left;
}
div#searchUnit input.checkbox {
	margin-left: 2px;
	margin-right: 2px;
}
div#searchDet div.multChoice span {
	float: left;
	padding: 2px 0; 
	width: 170px;
}
div#searchUnit input.checkbox
div#searchUnit div.till,
div#searchUnit div.dist,
div#searchUnit div.pool {
	width: 250px;
}
div#searchUnit select.atractDistance_f {
	float: left;
}
/*--unit list and unit details--*/
h3.breadCrumbLoc {
	color: #649700;
	font-size: 1em;
	margin-top: 10px;
	width: 100%;
}
	h3.breadCrumbLoc a.alternate,
	div.languagesUnit a.alternate {
		color: #000;
		display: block;
		float: left;
		font-size: 0.75em;
		padding: 3px 30px 5px 8px;
		margin-left: 10px;
	}
		div.languagesUnit a.alternate {
			font-size: 0.55em;
			font-weight: bold;
		}
		.alernate_en {
			background: #E0ECB0 url("/images/frontend/icons/ico_flag_en.gif") no-repeat 97% 50%;
		}
		.alernate_ro {
			background: #E0ECB0 url("/images/frontend/icons/ico_flag_ro.gif") no-repeat 97% 50%;
		}
	div.languagesUnit {
		float: right;
	}
	h3.breadCrumbLoc span {
		float: left;
	}
	h3.breadCrumbLoc a.imgLoc {
		background: transparent url("/images/frontend/icons/foto.gif") no-repeat right center;
		color: #649700;
		font-size: 0.85em;
		font-family: Arial, Helvetica, sans-serif;
		padding-right: 25px;
		float: right;
	}
h3.breadCrumbLoc a {
	color: #649700;
}
div.locSecMenu {
	border: 1px solid #B4D141;
	background-color: #E0ECB0 !important;
	background-image: none !important;
}
div.locSecMenu a.red {
	color: #E71B1A;
	text-transform: capitalize;
}
div.secMenu {
	background: #F68B2B url("/images/frontend/bg_line2.jpg") repeat-y left top;
	padding: 5px 10px 5px 10px;
	font-size: 0.75em;
	margin-top: 10px;
	width: 750px;
}
	div.locStandardOffer {
		background-image: none;
		background-color: #B80036;
		color: #FFF;
		font-size: 0.75em;
	}
	div.locStandardOffer a {
		color: #FFF !important;
	}
div.secMenu a {
	color: #000;
	margin-right: 5px;
	line-height: 25px;
}
div.secMenu a.infoDoc {
	border: 1px solid #CDCFCE;
	background-color: #E8DEBB;
	color: #000;
	padding: 2px 10px 2px 10px !important;
}
div#unitDetails ul,
div#unitDetails ol,
div#unitList ul,
div#unitList ol,
div#unitOffers ul,
div#unitOffers ol {
	margin-left: 25px !important;
}
div#unitList h4,
div#unitDetails h4,
div#unitOffers h4,
h5.colorTitle {
	color: #649700;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 2px;
	background: transparent url("/images/frontend/bg_line2.jpg") no-repeat left bottom;
}
	div#unitOffers h4 strong {
		display: block;
		font-weight: normal;
		padding: 0 0 5px 0;
	}
	div#unitDetails h4.marginBottom {
			margin-bottom: 20px;	
	}
	div#unitDetails SPAN.line {
		background: url("/images/frontend/bg_line2.jpg") repeat-y scroll left top transparent;
   		color: #649700;
		display: block;
		height: 5px;
		margin: 5px 0 10px 0;
	}
div#unitDetails P.subtitle {
	font-size: 0.75em;
}
div#unitList h4 {
	clear: left;
	width: 100%;
}
div#unitList div.unitBoxFix {
	float: left;
}
div#unitList div.unitBox {
	margin-top: 5px;
}
	div#unitList div.unitBox DIV.imgBox A {
		display: block;
    	position: relative;
	}
img.star {
	vertical-align: top;
	display: block;
}
div#unitList div.unitBox div,
div#unitDetails div.image,
div#unitOffers div.headImg {
	margin-bottom: 2px;
	border:1px solid #489723;
	background-color: #D1E58C;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	text-align: center;
}
div#unitDetails div.image {
	margin-right: 3px;
}
div.starPos {
	float: left;
	padding-top: 18px;
	width: 112px;
	height: 135px;
	overflow: hidden;
}
div#unitDetails div.image {
	float: left;
}
div#unitDetails div.imageBig {
	float: left;
	width: 750px;
	overflow: hidden;
}
div#unitDetails div.imageBig img {
	border:1px solid #489723;
	background-color: #D1E58C;

}
div#unitDetails div.info p.imgInfo {
	clear: left;
	margin-top: 5px;
}

div#unitList div.unitBox span,
div#unitOffers span.locName {
	font-size: 0.7em;
	clear: left;
	display: block;
	/*overflow: hidden;*/
}
div#unitList div.unitBox span {
	width: 100px !important;
}
div#unitOffers span.locName {
	width: 300px;
}
div#unitList div.unitBox strong {
	display: block;
	font-weight: normal;
}
div#unitDetails h3.title,
div#unitOffers h3.title {
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: normal;
	margin-right: 5px;
}
div#unitList div.info,
div#unitDetails div.info,
div#unitOffers div.info,
div#addMod p.info {
	line-height: 1.4em;
	width: 770px;
	font-size: 0.75em;
	margin-top: 5px;
}
div#addMod textarea {
	height: 50px !important;
	width: 385px;
}
div#addMod input.inputTxt,
div#addMod input.inputFile {
	width: 385px;
}
div#addMod div#error {
	width: 650px;
	color: #FF0000;
}
div.offerBox {
	padding-bottom: 5px;
	/*margin-bottom: 5px;*/
}
	/*div.superOffer {
		background-color: #DFEB87;
		padding: 5px;
	}*/
div.offerBox div.info {
	margin: 5px 0 5px 0;
}
	div.offerBox div.headBox {
		width: 100%;
	}
	div.offerBox div.headBox div.headImg {
		margin-right: 10px;
	}
	div.offerBox div.headBox div.headInfo {
		width: 646px;
		float: left;
	}
	div.offerBox div.headBox div.headInfo p.desc {
		font-size: 0.75em;
	}
div#unitLocSpecOffer {
	padding-top: 20px;
}
div#unitLocSpecOffer h2 {
	clear: left;
	font-size: 0.9em;
	border-bottom: 1px solid #FFDB64;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #655139;
}
div#unitLocSpecOffer div.locBox {
	border: 1px solid #489723;
	/*float: left;*/
	margin: 5px;
	width: auto;
	padding: 5px;
	font-size: 0.75em;
	text-align: center;
}
	div#unitLocSpecOffer div.locBox A SPAN EM {
		font-style: normal;
		text-transform: lowercase;
	}
div.colOffer {
	width: 185px;
	float: left;
}
div.resortInfo {
	padding: 5px 10px 5px 10px;
	border: 1px solid #489723;
	background-color: #D1E58C;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 0.75em;
	cursor: pointer;
}
div#locInfo,
div#descInfo {
	cursor: pointer;
}
div.resortInfo div {
	padding: 2px 0 2px 0;
}
a.map {
	background: transparent url("/images/frontend/icons/ico_globe.gif") no-repeat 0 0;
	color: #649700;
	display: block;
	padding: 0 0 5px 0;
}
	a.mapFix {
		padding-bottom: 0;
	}
a.open {
	font-size: 0.75em;
	display: block;
	padding: 5px 0 3px 0;
	width: auto;
}
/*--add unit--*/ 
div#addMod {
	position: relative;
}
div#addMod form {
	padding-top: 0 !important;
}
div.chenar {
	border: 1px solid #489723;
	background-color: #F3F8F7;
	padding: 0;
	width: 750px;
	clear: none;
	margin-right: 10px;
	padding: 5px;
}
	div.chenar h2 {
		font-size: 1.1em;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div#addMod div#roomOptionDet,
	div#addMod div#otherServDet,
	div.chenar div.column {
		padding: 0;
		width: auto;
		clear: none;
	}
	div.chenar div.column {
		clear: none;
		float: left !important;
		padding-left: 10px;
		width: 230px;
	}
	div.chenar div.column label {
		margin-left: 3px;
	}
	div#addMod div#roomOptionDet label,
	div#addMod div#otherServDet label {
		float: none;
		display: inline;
		width: auto;
		margin-right: 3px;
	}
	div#addMod div#roomOptionDet input.inputTxt {
		width: 30px;
	}
	div#addMod a.more {
		display: block;
		font-size: 0.75em;
		margin-bottom: 5px;
	}
div#addMod p.info {
	margin: 10px 0 15px 0;
}
div#addMod div.multChoice {
	border-bottom: 1px solid #B8BDC7;
	padding-bottom: 3px;
}
div#addMod div.multChoice span {
	float: left;
	margin-left: 2px;
	width: 450px;
}
div#addMod label.radio {
	float: none;
	display: inline;
	vertical-align: middle;
	margin-left: 3px;
}
div#searchUnit input.checkbox {
	vertical-align: middle;
}
a.removeSubImage {
	font-size: 0.7em;
	margin-left: 5px;
	vertical-align: middle;
}
div.dynamicLabel a{
	border: 1px solid #7F9DB9;
	width: 140px;
	padding: 5px;
	text-align: center;
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	margin-bottom: 5px;
}
span#subimage div{
	margin-bottom: 1px;
}
div.terms label {
	width: 100%;
	float: none;
	padding-right: 5px;
}
div#infoDoc {
	width: 770px;
	margin-top: 15px;
	margin-bottom: 5px;
}
	div#infoDoc div.left {
		float: left;
		width: 450px;
	}
		div#infoDoc div.left span {
			color: #323F4E;
			padding: 2px 5px 2px 5px;
			width: 450px;
		}
	div#infoDoc div.right {
		float: right;
		width: 280px;
	}
		div#infoDoc div.right span {
			background-color: #EF4C39;
			color: #FFF;
			padding: 6px 5px 6px 5px;
			width: 280px;
		}
		div#infoDoc div.right span a {
			color: #FFF;
		}
	div#infoDoc span {
		float: left;
		display: block;
		padding: 2px 5px 2px 5px;
		border: 1px solid #489723;
		background-color: #D1E58C;
		
		margin-bottom: 1px;
	}
	div#infoDoc span.important {
		border: 1px solid #D1E58C;
		background-color: #489723;
	}
div#infoDoc a {
	font-size: 0.75em;
	background: transparent url("/images/frontend/icons/infoDoc.gif") no-repeat left center;
	padding-left: 20px;
	display: block;
}
div#unitDetails div.offer {
	padding-top: 20px !important;
}
div#unitList div.boxUnit div.img {
	margin-bottom: 2px;
	background-color: #8EB9DC;
	padding: 2px;
	height: 75px;
	width: 100px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	text-align: center;
}
	div.boxUnit div.img A {
		display: block;
		position: relative;
	}
div#unitDetails div.info h5 {
	text-transform: uppercase;
	margin:  10px 0 0 0;
	padding-bottom: 5px;
	font-size: 1em;
}
div#unitDetails div.list h2 {
	font-size: 1.2em !important;
	margin: 0 0 10px 0 !important;
}
div#unitDetails div.list ul {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
div#unitDetails div.list ul li {
	display: block;
	background: transparent url("/images/frontend/icons/ico_menu_arrow.gif") no-repeat left center !important;
	padding-left: 10px;
	margin-right: 20px;
	width: 225px;
	float: left;
}
span.specOffer {
	background: transparent url("/images/frontend/icons/ico_offer.gif") no-repeat 100% 0;
	/*padding-right: 25px;*/
}

/*--tariff button form unit details--*/
div.tarifeButton {
    background: #88BC0F url("/images/frontend/button_tariff_L.gif") no-repeat left top;
	line-height: 40px;
	height: 40px;
	float: left;
	margin: 10px 10px 0 0;
}
div.tarifeButton a {
	color: #FFF;
	text-decoration: none;
	background: transparent url("/images/frontend/button_tariff_R.gif") no-repeat right top;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 1.3em;
	font-weight: 600;
}
	/*div.superOffer div.tarifeButton {
		background: #88BC0F url("/images/frontend/button_tariff_L2.gif") no-repeat left top !important;
	}
	div.superOffer div.tarifeButton a {
		background:transparent url("/images/frontend/button_tariff_R2.gif") no-repeat right top;
	}*/

/*--tabs for resevations into the unit detail page--*/
div#unitDetails ul#tabsReserv {
	border-bottom: 1px solid #F5901E;
	list-style-type: none; 
	padding: 0 !important;
	margin: 0;
	margin-left: 0 !important;
	width: 780px;
}
ul#tabsReserv,
ul#tabsReserv li,
ul#tabsReserv li div,
ul#tabsReserv li a {
	float: left;
}
ul#tabsReserv li {
	background: #F5901E url("/images/frontend/reservL_sel.gif") no-repeat left top;
	margin-right: 2px;
	padding-left: 8px;
}
ul#tabsReserv li.selected {
	background: #FFF url("/images/frontend/reservL_unsel.gif") no-repeat left top;
	position: relative;
	bottom: -1px;
	left: 0;
}
ul#tabsReserv li.selected div {
	background: transparent url("/images/frontend/reservM_unsel.gif") repeat-x left top;
}
ul#tabsReserv li a {
	background: transparent url("/images/frontend/reservR_sel.gif") no-repeat right top;
	color: #FFF;
	display: block;
	font-size: 0.85em;
	padding: 7px 15px 7px 7px;
	text-decoration: none;
}
ul#tabsReserv li.selected a {
	color: #649700;
	background: transparent url("/images/frontend/reservR_unsel.gif") no-repeat right top;
}
div#unitDetails div#reserv1Info,
div#unitDetails div#reserv2Info {
	border: 1px solid #F5901E;
	border-top: none;
	padding: 10px 10px 10px 10px;
	width: 758px !important;
}
div#unitDetails div#reserv1Info div.info,
div#unitDetails div#reserv2Info div.info {
	width: auto;
}
table.tplPrices {
	border-bottom: 1px solid #CCC;
	margin: 15px auto 0 auto;
	width: 100%;
}
	div.tplPrices {
		margin-bottom: 15px;
	}
	table.tplPrices caption {
		display: none;
	}
table.tplPrices th {
	background-color: #CCC;
}
table.tplPrices thead th {
	font-weight: normal;
}
table.tplPrices tbody th {
	background-color: #D1E58C;
	width: 100px;
}
table.tplPrices td, 
table.tplPrices th {
	border-right: 1px solid #CCC;
	padding: 3px 5px 3px 5px;
	text-align: center;
}
div.offerSEOText {
	margin: 10px 0 10px 0;
}
P#searchCriteria {
	font-size: 0.65em;
	margin-left: 15px; 
	margin-top: 3px;
}
P#searchInfo {
	font-size: 0.75em;
	margin: 3px 0 5px 15px;
}
/*--test area styling for a new look on unit details offers list--*/
DIV.offerInfoArea {
	border: 1px solid #489723;
    clear: left;
    margin-left: -6px;
    padding: 10px 5px;
    width: 770px !important;
}
div#unitDetails UL#listInfoOfferTypes {
	margin: 0 0 0 -6px !important;
    padding: 0 0 0 11px;
    width: 770px;
}
UL#listInfoOfferTypes LI,
UL#listInfoOfferTypes LI A,
UL#listInfoOfferTypes LI A SPAN {
	display: block;
	float: left;
	min-height: 42px;
	text-align: center;
	width: 75px;
}
UL#listInfoOfferTypes LI {
	margin-right: 1px;
	position: relative;
	left: 0;
	top: 1px;
	z-index: 100;
	width: 74px;
}
UL#listInfoOfferTypes LI A {
	background: #F7E49F url("/images/frontend/tab_unsel_mid.jpg") repeat-x left top;
	color: #C73538;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
	UL#listInfoOfferTypes LI.selected A {
		background-image: url("/images/frontend/tab_sel_mid.jpg") !important;
	}
UL#listInfoOfferTypes LI A SPAN.first {
	background: transparent url("/images/frontend/tab_unsel_left.jpg") no-repeat left top;
}
	UL#listInfoOfferTypes LI.selected A SPAN.first {
		background-image: url("/images/frontend/tab_sel_left.jpg") !important;
	}
UL#listInfoOfferTypes LI A SPAN SPAN.last {
	background: transparent url("/images/frontend/tab_unsel_right.jpg") no-repeat right top;
}
	UL#listInfoOfferTypes LI.selected A SPAN SPAN.last {
		background-image: url("/images/frontend/tab_sel_right.jpg") !important;
	}
	UL#listInfoOfferTypes LI.superOfferTab A SPAN.first {
		background: transparent url("/images/frontend/tab_unsel_left_super.jpg") no-repeat left top;
	}
	UL#listInfoOfferTypes LI.superOfferTab A SPAN.last {
		background: transparent url("/images/frontend/tab_unsel_right_super.jpg") no-repeat right top;
	}
	UL#listInfoOfferTypes LI.superOfferTab A {
		background-image: url("/images/frontend/tab_unsel_mid_super.jpg");
		color: #FFF;
	}
	UL#listInfoOfferTypes LI.superOfferTab A STRONG {
		color: #FFF;
	}
UL#listInfoOfferTypes LI A STRONG {
	color: #C73538;
	display: block;
	margin-top: 5px;
}	
	UL#listInfoOfferTypes LI.selected A {
		border-bottom: 1px solid #FFF;
		color: #C73538;
	}
	UL#listInfoOfferTypes LI.selected A STRONG {
		color: #C73538;
	}
DIV.offerListMenu {
	margin-top: 0;
}
	DIV.offerListMenu A {
		color: #C53534;
	} 
	div.offerListMenu STRONG.head {
		display: block;
		margin-bottom: 0px;
	}
a.nolink {
	font-size: 0;
	height:0;
	width: 0;
}
A.savePdf,
A.saveHtml {
	background: transparent url("/images/frontend/icons/pdf.png") no-repeat left top;
	color: #C53534;
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 10px 0 10px 0;
	padding-left: 36px;
	width: 650px;
}
	A.savePdf-2 {
		font-size: 0.75em;
	}
DIV.offerBox A.savePdf {
	font-size: 0.75em;
}
A.saveHtml {
	background: transparent url("/images/frontend/icons/html.png") no-repeat left top;
	color: #0E58AD;
}


/*--unit details page --> external search form styling*//*form#frm_caut table td {padding: 0 2px 0 2px !important;}form#frm_caut .td_motor_avion{background:#D2E1F0;border:1px solid #336699;}form#frm_caut .table_avion{width:100%;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;color:#666666;}form#frm_caut .td_motor_avion{background:#FEE3B6;border:1px solid #EBB510;}form#frm_caut .bg_categorii_hotel{background: #EBB510;font-family:Tahoma;font-size:10px;color:#666;padding-top:2px;	padding-bottom: 2px;	padding-left:4px;}form#frm_caut .input_motor{	border:1px solid #CD0D0C;	font-size:11px;	color:#666666;width:100px;vertical-align:middle;padding-left:2px;}form#frm_caut .def_input{	font-family: Arial;	font-size:11px;	color: #666666;	border: solid 1px #CD0D0C;}form#frm_caut .input_motor_noWidth{	border:1px solid #CD0D0C;font-size:11px;	color:#666666;	vertical-align:middle;	padding-left:2px;}form#frm_caut .es_button{	background-color: #336699;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-weight: bold;	color: #F2F3F4;	cursor: pointer;border: solid 1px #336699;	margin-bottom: 5px;}form#frm_caut .es_button:hover{	background-color: #4986C2;	color: #FFFFFF;border: solid 1px #336699;}*/

div#touringTbl {
	clear: left;
	width: 700px !important;
}
div#touringTbl table.row2 {
	width: 700px;
}
div#touringTbl table td {
	vertical-align: top;
	font-size: 0.85em;
	padding: 0;
}
div#touringTbl table.row1 td img {
	vertical-align: top;
}
div#touringTbl table.row1 {
	width: 320px !important;
}
div#touringTbl table.row1 input {
	width: 80px;
}
div#touringTbl table.row1 select {
	width: 50px;
}
div#touringTbl table td.row_col_1 {
	width: 110px;
}
div#touringTbl table td.row_col_2 {
	width: 90px;
}
div#touringTbl table td.row_col_3 {
	width: 60px;
}
div#touringTbl table td.row_col_4 {
	width: 60px;
}
div#touringTbl table td.row2_col_1 {
	width: 100px;
}
div#touringTbl table td.row2_col_2 {
	width: 50px;
}
div#touringTbl table td.row2_col_3 {
	width: 50px;	
}
div#touringTbl table td.row2_col_4 {
	width: 500px;
}
div#touringTbl table td.row2_col_4 select {
	margin-right: 3px;
}
div#touringTbl table.row2 select {
	height: 23px;
}
div#touringTbl table.row2 td {
	padding-bottom: 2px;
}
DIV#unitList div.boxUnit {
	border-bottom: 1px solid #E0ECB0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 775px;
}
	DIV#unitList div.boxUnit h5,
	DIV#unitList div.boxUnit img.star,
	DIV#unitList div.boxUnit a.offerSpec,
	DIV#unitList div.boxUnit a.offerSpec img {
		display: inline;
		vertical-align: middle;
	}
	DIV#unitList div.boxUnit a.offerSpec {
		background: transparent url("/images/frontend/icons/ico_offer.gif") no-repeat left bottom;
		line-height: 12px;
		padding-left: 22px;
		padding-top: 3px;
		text-decoration: none;
	}
	DIV#unitList div.boxUnit h5 {
		margin-right: 15px;
		font-size: 1em;
	}
	DIV#unitList div.boxUnit h5 a {
		text-decoration: none;
	}
	DIV#unitList div.boxUnit span.path {
		display: block;
		margin: 2px 0 0 0;
		font-size: 0.9em;
	}
	DIV#unitList div.boxUnit div.img {
		margin-right: 10px;
		margin-top: 10px !important;
	}
	DIV#unitList div.boxUnit div.data {
		width: 650px;
		float: left;
		padding-top: 8px;
	}
	DIV#unitList div.boxUnit {
		font-size: 0.75em;
	}
	DIV#unitList div.boxUnit span.facilities {
		display: block;
		font-style: italic;
		font-size: 0.9em;
	}
P.offerListMenu {
	line-height: 1.4em;
	margin-top: 5px;
}
	P.offerListMenu A {
		font-weight: bold;
		margin-right: 5px;
	}
	div.offerListMenu STRONG.head {
		display: block;
		margin-bottom: 0px;
	}
P.reservOnlineInfo {
	padding-right: 140px;
	position: relative;
}
	P.reservOnlineInfo strong.reservOnlineInfo {
		background: url("/images/frontend/reserv_online.png") no-repeat scroll left top transparent;
		color: #FFF;
		display: block;
		font-size: 0.95em;
		height: 25px;
		line-height: 12px;
		padding-right: 20px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 9px;
		width: 108px;
	}
div.superOffer {
	background-color: #853C96;
	padding: 5px;
	width: 760px;
}
	div.superOffer * {
		color: #FFF;
	}
	div.superOffer div.secMenu {
		background-color: #FFF;
		background-image: none;
		width: 740px;
	}
		div.superOffer div.secMenu STRONG.head {
			color: #853C96;
		}
	DIV#unitOffers div.superOffer H4 {
		background-image: none;
		border-bottom: 1px solid #FFF;
	}
	div#unitOffers div.superOffer div.headImg {
		background-color: #FFF;
    	border: 1px solid #FFF;
	}
	div#unitOffers div.superOffer div.headImg A,
	div#unitOffers div.superOffer div.headImg IMG {
		color: #000;
		font-size: 0.85em;
	}
	div.superOffer div.tarifeButton {
		background: #FE8B16 url("/images/frontend/button_tariff_L2.gif") no-repeat left top !important;
	}
	div.superOffer div.tarifeButton a {
		background:transparent url("/images/frontend/button_tariff_R2.gif") no-repeat right top;
	}
	DIV#superOfferFloat {
		background: url("/images/frontend/icons/super_offer.png") no-repeat scroll left top transparent;
		font-size: 0.95em;
		height: 70px;
		line-height: 1.7em;
		overflow: hidden;
		padding-left: 0;
		padding-top: 5px;
		position: absolute;
		right: 5px;
		top: 200px;
		width: 130px;
	}
	DIV#superOfferFloat A {
		color: #FFF;
		display: block;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
			