@import url("../../reset.css");
@import url("../../general.css");
@import url("../../icons.css");
@import url("tools.css");
@import url("{$STATIC_URL}/uncooked/css/autosuggest.css");

/* ---  GENERAL --- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
	text-align: left;
	background: #FFF;
	line-height: normal !important;
	word-wrap: break-word;
    position: relative;
    overflow-x: hidden;
}

*::selection {
	background: #FDA103;
}

*::-moz-selection {
	background: #FDA103;
}

* {
	zoom: 1;
}

.clearboth {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

p, h1, h2, h3, h4, h5 {
	padding: 0px 0px 10px 0px;
}

.red {
	color: #D20000;
}

.lightblue {
	color: #3F7790;
}

.lightgreen {
	color: #158F00;
}

.green {
	color: #390;
}

.grey {
	color: #666;
}

.lightgrey {
	color: #AAA;
}

.yellow {
	color: #FF3;
}

.black {
	color: #000;
}

a:link, a:visited {
	color: #13539a;
	text-decoration: none;
}

a:hover, a:active {
	color: #13539a;
	text-decoration: underline;
}

#hotel_subpage_container a:link, #hotel_subpage_container a:visited {
	color: #0060c3;
	text-decoration: underline;
}

#hotel_subpage_container a:hover, #hotel_subpage_container a:active {
	color: #D20000;
	text-decoration: underline;
}

a.red_underlined_link:link, a.red_underlined_link:visited {
	color: #D20000;
	text-decoration: underline;
}

a.red_underlined_link:hover, a.red_underlined_link {
	color: #000;
	text-decoration: underline;
}

a.black_underlined_link:link, a.black_underlined_link:visited {
	color: #000;
	text-decoration: underline;
}

a.black_underlined_link:hover, a.black_underlined_link_active {
	color: #D20000;
	text-decoration: underline;
}

a.grey_underlined_link:link, a.grey_underlined_link:visited {
	color: #666 !important;
	text-decoration: underline;
}

a.grey_underlined_link:hover, a.grey_underlined_link:active {
	color: #333 !important;
	text-decoration: underline;
}

a.blue_underlined_link:link, a.blue_underlined_link:visited {
	color: #0060C3 !important;
	text-decoration: none;
}

a.blue_underlined_link:hover, a.blue_underlined_link:active {
	color: #0060C3 !important;
	text-decoration: underline;
}

.littlefont {
	font-size: 11px;
}

a.blacklink:link, a.blacklink:visited {
	text-decoration: none;
	color: #000;
}

a.blacklink:hover, a.blacklink:active {
	text-decoration: none;
	color: #D20000;
}

a.greylink:link, a.greylink:visited {
	text-decoration: none;
	color: #4F4F4F;
}

a.greylink:hover, a.greylink:active {
	text-decoration: none;
	color: #D20000;
}

a.bluelink:link, a.bluelink:visited {
	text-decoration: underline;
	color: #039 !important;
}

a.bluelink:hover, a.bluelink:active {
	text-decoration: none;
	color: #D20000 !important;
}

a.translatelink:link, a.translatelink:visited {
    text-decoration: none;
    color: #000;
    font-size: 11px;
    background: #FFF;
    border: 1px solid #D20000;
    padding: 1px 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.translatelink:hover, a.translatelink:active {
    text-decoration: none;
    color: #D20000;
    font-size: 11px;
    background: #FFF;
    border: 1px solid #D20000;
    padding: 1px 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.pictures {
	border: 3px solid #CCC !important;
}

.pictures_shadow {
	border: 3px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #CCC;
}

hr {
	height: 1px;
	line-height: 1px;
	color: #FFD40F;
	background-color: #FFCF32;
	border-bottom: 1px solid #FFF;
}

hr.dotted {
	height: 1px;
	line-height: 1px;
	color: #EDEDED;
	background-color: #EDEDED;
	background: transparent;
	border: none;
	border-bottom: 1px dotted #AAA;
}

hr.solid {
	height: 1px;
	line-height: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background: transparent;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

hr.thick {
	height: 1px;
	line-height: 1px;
	color: #000;
	background-color: #000;
	background: transparent;
	border: none;
	border-bottom: 4px solid #ddd;
}

.form_elements {
	font-size: 12px;
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.form_elements_big {
	font-size: 14px;
	padding: 3px;
	color: #000;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
}

.form_elements_inactive {
    font-size: 12px;
    color: #999;
    border: 1px solid #666;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.form_elements_big_inactive {
    font-size: 14px;
    padding: 3px;
    color: #999;
    border: 1px solid #666;
    font-family: Arial, Helvetica, sans-serif;
}

optgroup {
	font-style: normal;
	font-weight: bold;
	background: #F5F5F5;
}

option {
	background: #FFF;
}

.form_label_block {
	display: block;
	cursor: pointer;
}

.form_elements_round {
	border: 1px solid #AAA;
	background: #FFF;
	font-size: 14px;
	color: #666;
	padding: 6px 4px;;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.bigfont_14 {
	font-size: 14px;
}

.bigfont_16 {
	font-size: 16px;
}

.bigfont_20 {
	font-size: 20px;
}

.bigfont_24 {
    font-size: 24px;
}

.bigfont_28 {
	font-size: 28px;
}

.title_22 {
	font-size: 22px;
	margin-bottom: 15px;
}

.title_16 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

.title_14 {
	font-size: 14px;
	font-weight: bold;
}

.title_box_grey {
	background: #EAEAEA;
	border-bottom: 1px solid #C1C1C1;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
	vertical-align: middle;
	padding: 3px;
}

.title_box {
    background: url("../images/bg_panels.gif");
    background-position: 0px -39px;
    border: 1px solid #DDDDDD;
    border-bottom: 0px none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0px 0px 0px 11px;
    position: relative;
    vertical-align: middle;
    margin: 0px !important;
}

.orangebox {
	background: #FFF1AF;
}

.title_box_little {
    background: url("../images/bg_panels.gif");
    background-position: 0px -39px;
    border: 1px solid #DDDDDD;
    border-bottom: 0px none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0px 0px 0px 11px;
    position: relative;
    vertical-align: middle;
    margin: 0px !important;
}

a.button_search_red {
	text-align: center;
    background: url(../images/bg_panels.gif) !important;
    background-position: 0px -148px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

a.button_search_orange,
a.button_search_orange:link,
a.button_search_orange:visited {
	width: 91px;
	height: 40px;
	padding-left: 30px;
	display: block;
	background: url(../images/image.png) no-repeat;
	background-position: 0px -393px;
	color: #FFF !important;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	font-family: Tahoma !important;
}

a.button_search_orange:hover,
a.button_search_orange:active {
	background: url(../images/image.png) no-repeat;
	background-position: -121px -393px;
}

a.forwardlink:link, a.forwardlink:visited {
	display: block;
	border: 1px dotted #CCC;
	padding: 3px;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: #FAFAFA;
	font-weight: bold;
}

a.forwardlink:hover, a.forwardlink:active {
	display: block;
	border: 1px dotted #CCC;
	padding: 3px;
	color: #D20000;
	text-decoration: none;
	text-align: center;
	background: #FAFAFA;
	font-weight: bold;
}

a.forwardlink_red:link, a.forwardlink_red:visited {
	background: #C90004;
	background: -moz-linear-gradient(100% 100% 90deg, #930009, #FD0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FD0000), to(#930009));
	border: 1px solid #AB0000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

a.forwardlink_red:hover, a.forwardlink_red:active {
	display: block;
	border: 1px solid #AB0000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background: #FD0000;
}

.lister_table tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #FDFDFD !important;
}

.lister_table tr:hover {
	background: #FAFAFA !important;
}

.bordered_table, .bordered_table td, .bordered_table th {
    border: 1px solid #DDD;
}

.yellowhead_table {
	width: 100%;
}

.yellowhead_table td {
	border-bottom: 1px solid #DDD;
	padding: 3px;
}

.yellowhead_table td.bordered_cell {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding: 3px;
}

.yellowhead_table tr:hover {
	background: #FAFAFA;
}

.yellowhead_table th {
	border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
	background: url(../images/bg_panels.gif);
    background-position: 0px -39px;
    height: 26px;
	padding: 1px 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.yellowhead_table th.rightborder {
	border-right: 1px solid #FFF;
}

.yellowhead_table th.leftborder {
	border-left: 1px solid #FFF;
}

.greyhead_table {
	width: 100%;
}

.greyhead_table td {
	border-bottom: 1px dotted #7E7E7E;
	padding: 3px;
}

.greyhead_table th {
	border-bottom: 1px solid #C1C1C1;
	background: #EAEAEA;
	padding: 3px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.greyhead_table_highlight tr:hover {
	background: #F8F8F8 !important;
}

.lightgrey_table {
	background: #FCFCFC;
}

.lightgrey_table td {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #FFF;
	padding: 6px;
	text-shadow: 1px 1px 0px #FFF;
	-moz-text-shadow: 1px 1px 0px #FFF;
	-moz-text-shadow: 1px 1px 0px #FFF;
	color: #555;
}

.lightgrey_table th {
	border-bottom: 1px solid #C1C1C1;
	background: #EAEAEA;
	padding: 6px;
	color: #333;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 0px #FFF;
	-moz-text-shadow: 1px 1px 0px #FFF;
	-moz-text-shadow: 1px 1px 0px #FFF;
}

.lightgrey_table tr:nth-child(2n+1) {
	background: #FEFEFE !important;
}

.lightgrey_table tr:hover {
	background: #FFF !important;
}

.lightgrey_table tr.selected {
	background: #CDEFA6 !important;
}

.normal_table {
	width: 100%;
}

.normal_table td {
	padding: 3px;
}

.lister_table td, .lister_table th {
    border-bottom: 1px solid #DDD;
    padding: 4px;
}

.lister_table tr:hover {
    background: #FAFAFA;
}

a.button_delete {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/image.png);
	background-position: -214px -339px;
}

a.button_yellowbg {
	background: #FED24F;
	border: 1px solid #FD9C03;
	padding: 2px 4px;
	white-space: nowrap;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.button_yellowbg_2 {
	background: #FED24F;
	padding: 4px;
	font-weight: bold;
	color: #000 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.button_yellowbg_2:hover, a.button_yellowbg_2:active {
	background: #FFC109;
}

.button_yellow {
	font-weight: bold;
	background: #FFE23E;
	border: 1px solid #FFC000;
	color: #000;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.button_yellow:hover {
	background: #FFB900;
}

a.buttonlink_green:link, a.buttonlink_green:visited {
	font-weight: bold;
	background: #CDEFA6;
	border: 1px solid #ABDB72;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.buttonlink_green:hover, a.buttonlink_green:active {
	font-weight: bold;
	background: #E2FFBF;
	border: 1px solid #ABDB72;
	color: #000;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.buttonlink_grey:link, a.buttonlink_grey:visited {
	font-weight: bold;
	background: #666;
	border: 1px solid #000;
	color: #FFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.buttonlink_grey:hover, a.buttonlink_grey:active {
	font-weight: bold;
	background: #222;
	border: 1px solid #000;
	color: #FFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.buttonlink_lightgrey {
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #C6C6C6;
	color: #333;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 7px 12px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px #FFF;
	-moz-box-shadow: 1px 1px 1px #FFF;
	-webkit-box-shadow: 1px 1px 1px #FFF;
	text-shadow: 1px 1px 0px #EEE;
	-moz-text-shadow: 1px 1px 0px #EEE;
	-webkit-text-shadow: 1px 1px 0px #EEE;
}

a.buttonlink_lightgrey:hover, a.buttonlink_lightgrey:active {
	background: #DDD;
}

a.buttonlink_darkgrey {
	font-weight: bold;
	background: #999;
	border: 1px solid #666;
	color: #FFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	padding: 7px 12px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px #FFF;
	-moz-box-shadow: 1px 1px 1px #FFF;
	-webkit-box-shadow: 1px 1px 1px #FFF;
	text-shadow: 1px 1px 0px #777;
	-moz-text-shadow: 1px 1px 0px #777;
	-webkit-text-shadow: 1px 1px 0px #777;
}

a.buttonlink_darkgrey:hover, a.buttonlink_darkgrey:active {
	background: #888;
}

.button_red {
	background: #C90004;
	background: -moz-linear-gradient(100% 100% 90deg, #930009, #FD0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FD0000), to(#930009));
	border: 1px solid #AB0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	height: 27px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

.button_red:hover {
	background: #FE0000;
}

.button_grey {
	background: #333;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	height: 27px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma;
	cursor: pointer;
}

.button_grey:hover {
	background: #666;
}

.buttonlink_red:link, .buttonlink_red:visited,
.buttonlink_red_big:link, .buttonlink_red_big:visited,
.button_red_giant:link, .button_red_giant:visited,
.buttonlink_yellow:link, .buttonlink_yellow:visited {
	background: #f67909;
	background: -moz-linear-gradient(100% 100% 90deg, #f65209, #f67909);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f67909), to(#f65209));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF !important;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 10px;
    text-decoration: none !important;
}

.buttonlink_red:hover, .buttonlink_red:active,
.buttonlink_red_big:hover, .buttonlink_red_big:active,
.button_red_giant:hover, button_red_giant:active,
.buttonlink_yellow:hover, .buttonlink_yellow:active {
	background: #f67909;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF !important;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 6px 10px;
    text-decoration: none !important;
}

.button_red_giant {
    font-size: 15px !important;
}

.buttonlink_yellow2:link, .buttonlink_yellow2:visited {
	background: #ffca2e;
	background: -moz-linear-gradient(100% 100% 90deg, #ffc519, #ffe082);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe082), to(#ffc519));
	border: 1px solid #ffc519;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma;
	cursor: pointer;
	padding: 6px 10px;
}

.buttonlink_yellow2:hover, .buttonlink_yellow2:active {
	background: #ffe082;
	border: 1px solid #ffc519;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma;
	cursor: pointer;
	padding: 6px 10px;
}

.button_searchicon {
	width: 22px;
	height: 22px;
	background: url(../images/image.png) #949494;
	background-position: -59px -349px;
	border: 3px solid #949494;
}

.lightyellowbox {
	background: #FAFAFA;
	border: 1px solid #DDD;
	padding: 5px;
}

.redalertbox {
	background: #D20000;
	color: #FFF;
	border: 1px solid #6F0000;
	padding: 5px;
	font-weight: bold;
}

.redalertbox_light {
	background: #FFDFE0;
	color: #C00;
	border: 1px solid #FFAAAC;
	padding: 3px;
	font-weight: bold;
}

.greenbox {
	background: #390;
	border: 1px solid #060;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 4px 0px;
}

.greenbox_light {
	background: #E9FED3;
	border: 1px solid #6C6;
	color: #060;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px;
}

.whitebox {
	background: #FFF;
	padding: 3px;
	border: 1px dotted #CCC;
}

.lightgreybox {
	background: #FCFCFC;
	padding: 5px;
	border: 1px solid #DCDCDC;
}

.greybox {
	background: #F4F4F4;
	padding: 5px;
	border: 1px solid #999;
}

.list ul, .list li {
	list-style: disc inside;
	margin-left: 2px;
	line-height: 17px;
}

.list li ul li {
	margin-left: 20px;
	list-style: circle inside;
}

.no_wrap {
	white-space: nowrap;
}
select.red_border {
    border: 2px solid #d20000;
}


/* ---  CONTAINER --- */

#container {
	width: 990px;
	margin: 0px auto;
}

.container_shadow {
	background: #FFF;
}

.container_inner {
	padding-bottom: 10px;
}

/* ---  HEADER --- */

#header {
/*	height: 210px; */
	position: relative;
}

.header {
    position: relative;
}

.header .header-search-bar {
    position: absolute;
    top: 36px;
    left: 220px;
}

/* --- MENU --- */

#menu {
    height: 29px;
    padding-top: 10px;
	margin: 0px 5px 25px 5px;
	border: 1px solid #ffb501;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(../images/bg_panels.gif);
	background-position: 0px 0px;
}

#menu ul {
	text-align: left;
	list-style: none;
	margin-left: 10px;
        line-height: 21px;
	vertical-align: middle;
	color: #d5d5d5;
	font-weight: bold;
	font-size: 13px;
}

#menu ul li {
    display: block;
    margin-right: 10px;
    float: left;
    color: #FFF;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #D20000;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #D20000;
	text-decoration: underline;
}

/* --- CONTENT --- */

#main_content {
	margin: 0px 5px;
	position: relative;
	clear: both;
	zoom: 1;
}

.div_33_percent {
	width: 33%;
	float: left;
}

.div_34_percent {
	width: 34%;
	float: left;
}

.div_66_percent {
	width: 66%;
	float: left;
}

.div_67_percent {
	width: 67%;
	float: left;
}

.div_50_percent {
	width: 50%;
	float: left;
}

.div_70_percent {
	width: 70%;
	float: left;
}

.div_30_percent {
	width: 30%;
	float: left;
}

.div_25_percent {
	width: 25%;
	float: left;
}

.div_75_percent {
	width: 75%;
	float: left;
}

.div_70_percent_center {
	width: 70%;
	margin: auto;
	min-height: 650px
}

.div_inner_percents_left {
	padding-right: 12px;
}

.div_inner_percents_right {
	padding-left: 12px;
}
#hotel_subpage_container  .div_inner_percents_left {
    padding-right: 2px;
}

#hotel_subpage_container  .div_inner_percents_right {
    padding-left: 2px;
}

/* --- SEARCH BOX --- */

.search_box {
	background: #ffe153;
	border: 1px solid #ffb401;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 24px;
	zoom: 1;
	position: relative;
}

.search_box .page_category_icon {
	width: 30px;
	height: 30px;
	border: 1px solid #D20000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -4px;
	right: -4px;
	background: #FFF;
}

.search_box .page_category_icon div {
	width: 30px;
	height: 30px;
}

.search_form_label {
	width: 20%;
	float: left;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

.search_form_element {
	width: 80%;
	float: left;
}

.search_form_div {
	margin-bottom: 7px;
}

.icon_calendar {
	width: 22px;
	height: 21px;
	display: table-cell;
	float: left;
	line-height: 21px;
	background: url(../images/image.png);
	background-position: -217px -369px;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

.discount_box {
	background: #FFF3AD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 6px;
}

.discount_box td {
	border-bottom: 1px dotted #FFB32F;
}

/* --- CONTENT BOXES --- */

.content_box {
	border: 1px solid #DDD;
	margin-bottom: 24px;
	padding: 5px;
	zoom: 1;
}

.content_box_darkborder {
	border: 2px solid #999;
	margin-bottom: 24px;
	padding: 5px;
	zoom: 1;
}

.content_box_bgcolor {
	border: 1px solid #DDD;
	margin-bottom: 24px;
	padding: 5px;
	zoom: 1;
}

.content_box_no_border {
	margin-bottom: 24px;
	zoom: 1;
}

.content_box_reserve {
	border: 1px solid #DDD;
	margin-bottom: 24px;
	zoom: 1;
	position: relative;
}

.content_box_hotel_page {
	border: 1px solid #DDD;
	margin-bottom: 24px;
	zoom: 1;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius-topright: 3px;
}

.content_box_grey {
	background: #F8F8F8;
	border: 1px solid #A9A9A9;
	padding: 5px;
}

.content_box_grey .content_box_grey_head {
	background: #E0E0E0;
	padding: 4px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.content_box_rounded {
    padding: 2px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.content_box_rounded .head {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 6px;
    background: #EFEFEF;
    color: #000;
    font-size: 14px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius-topright: 3px;
}

.content_box_rounded .content {
    padding: 2px 4px;
}

/* --- FOOTER ---*/

#footer {
	background: #F5F5F5;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	height: 70px;
	margin-bottom: 25px;
}

#footer a.logolink {
	height: 31px;
	display: block;
	background: url(../images/footer_logo.png) right no-repeat;
	padding-right: 60px;
	line-height: 31px;
	vertical-align: middle;
	font-size: 11px;
	color: #6F6F6F;
	position: absolute;
	right: 20px;
	top: 10px;
}

#footer .footer_links_column_holder {
	display: table;
	width: auto;
}

#footer .footer_links_column {
	width: auto;
	display: table-cell;
	padding: 12px 15px 5px 15px;
}

#footer .footer_linklist_icon {
	float: left;
    margin-top: 5px;
}

#footer .footer_linklist {
	padding: 8px 0px 0px 35px;
}

#footer .footer_linklist .bigfont_14 {
	font-size: 16px;
}

#footer a:link, #footer a:visited {
	color: #838492;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #838492;
	text-decoration: underline;
}
.div_hide_element{
	width:100%;
	height: 100%;
	top:0;
	left:0;
	z-index:1000;
	position:absolute;
	background-color:#FFE7A0;
	opacity:0.7;
	filter:alpha(opacity=70)
}
/* origo fejlec */
#kozos-fej{background-color:#4468ae;font:normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;height:33px;padding-right:6px;width:984px;}
#kozos-fej a{background:url(../images/fej-pontv.gif) repeat-y right;color:#FFFFFF;display:block;float:left;font-weight:bold;margin-right:3px;padding:9px 13px 2px 8px;text-decoration:none;}
#kozos-fej a.fejlec-iwiw{background:none;}
#kozos-fej a:hover{text-decoration:underline;}
#ok{background-color:#bababa;display:block;float:right;height:27px;width:414px;}
#ok fieldset{background:#fff url(../images/ok-bg-mezo.gif) no-repeat left;float:left;height:20px;margin-top:3px;width:240px;}
#ok label{color:#fff;float:left;margin:6px 0 0 6px;width:53px;}
#ok select{border:0;float:left;margin:3px 8px 0 0;}
#ok-keres{background:url(../images/ok-keresd.gif) no-repeat;border:0;cursor:pointer;height:16px;margin:2px 1px 0 2px;width:87px;}
.myDropDown{color:#000;cursor:default;text-align:left;width:104px;}
.myDropDownList{background-color:#fff;left:0px;position:absolute;top:18px;width:104px;}
.myDropDownList span{border:2px solid #fff;cursor:default;display:block;padding:1px 0 2px 1px;width:100px;}
.myDropDownSelected, .myDropDownSelectedHover{color:#000;display:block;font-weight:normal;padding:3px 0 0 4px;width:100px;}
#fancyDropDown_A select{left:-999em;position:absolute;}
div#fancyDropDown_A{background:url(../images/fancy-bg.gif) no-repeat left;float:left;height:20px;margin:3px 4px 0 0;position:relative;width:104px;z-index:20;}
div#fancyDropDown_A .myDropDownItem{background-color:#fff;display:block;width:99px;}
div#fancyDropDown_A .myDropDownItemAct{background-color:#fff;color:#000;width:99px;}
div#fancyDropDown_A .myDropDownItemActHover{background-color:#e6e6e6;color:#000;width:99px;}
div#fancyDropDown_A .myDropDownItemHover{background-color:#e6e6e6;color:#000;width:99px;}
span#ok-sarok-bal{background:#4468ae url(../images/ok-bg-bal.gif) no-repeat left;display:block;float:left;height:27px;width:2px;}
span#ok-sarok-jobb{background:#4468ae url(../images/ok-bg-jobb.gif) no-repeat right;display:block;float:right;height:27px;width:2px;}
#keresmezo {
    border: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 148px;
}
.header h1{
    display: block;
    border-bottom:3px solid #ffb207;
    background:url(../images/fejlec_szallas_bg.jpg?3) 0 0 no-repeat;
    width: 990px;
    height: 50px;
    padding: 0;
    margin-bottom:10px;
}
.header .origo_link{display:block;width:186px;height:46px;}


.header .szallas_link {
    display: block;
    float: right;
    height: 50px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 228px;
}


/* origo lábléc */
.origo-footer div#origo-{background-color:#F8F8F8;background-image:url("../images/footer-large-bg.png");background-repeat:repeat-x;padding:0 0 10px 0;margin-top:14px;clear:both;display:block;float:left;width:990px;}
.origo-footer div#o_footer{margin-top:15px;}
.origo-footer div#o_footer_mid{}
.origo-footer #lablec{float:left;clear:both;}
.origo-footer .elso-doboz a{font-size:13px;margin-left:7px;text-decoration:none;color:#919191;padding-right:7px;font-size:11px;background-image:url("../images/lab-elvalaszto.png");background-repeat:no-repeat;background-position:100% 5px;display:block;float:left;white-space:nowrap;}
.origo-footer #lablec .elso-doboz a:hover{text-decoration:underline;}
.origo-footer .elso-doboz{float:left;margin:0 16px 10px 12px;width:308px;overflow:hidden;}
.origo-footer #lablec h4{color:#B2B2B2;font-weight:bold;margin-bottom:10px;clear:both;display:block;margin-left:8px;font-size:11px;font-weight:bold;padding:20px 0 0 0;margin-top:0;border:none;background-color:transparent;}
.origo-footer #itt-a-vege{background-color:#D1D1D1;clear:both;float:left;padding-bottom:8px;padding-top:8px;width:100%;}
.origo-footer #itt-a-vege a{background-image:url("../images/lab-elvalaszto.png");background-position:100% 3px;background-repeat:no-repeat;color:#838383 !important;display:block;float:right;font-family:Verdana,Arial;font-size:11px;margin-right:10px;padding-right:10px;text-decoration:none;}
.origo-footer #itt-a-vege a:hover{text-decoration:underline;}
.origo-footer a#utolso-link{background-image:none !important;float:right;margin-right:0;}
.origo-footer #itt-a-vege #jog{background:none repeat scroll 0 0 transparent;float:left;padding-left:10px;}
.origo-footer #corp-origo{border-left:1px solid #DDD;float:right;margin-right:0;margin-top:18px;padding-left:18px;width:285px;overflow:hidden;}
.origo-footer #corp-logo{margin-left:140px;width:116px;height:55px;margin-bottom:20px !important;padding:0;background-image:url("../images/footer-origo-logo.png");display:block;}
.origo-footer #corp-links{overflow:hidden;width:100%;padding-top:20px;}
.origo-footer .corp-links-col{float:left;padding:0 13px 0 0;margin:0;width:120px;line-height:17px;}
.origo-footer .corp-links-col li{height:25px;padding-bottom:5px;}
.origo-footer #corp-links a{background-position:0 5px;background-repeat:no-repeat;color:#838383 !important;display:block;font-family:Arial,Verdana;font-size:11px;font-weight:bold;line-height:21px;margin-bottom:8px;padding-left:20px;text-decoration:none;}
.origo-footer #corp-links a:hover{text-decoration:none;}
.origo-footer a#corp-irjon{background:url("../images/icon-s-contact-us.png") no-repeat;background-position:0 2px;}
.origo-footer a#corp-archivum{background:url("../images/icon-s-archive.png") no-repeat;background-position:0 2px;}
.origo-footer a#corp-rss{background:url("../images/icon-s-rss.png") no-repeat;background-position:0 2px;}
.origo-footer a#corp-hirlevel{background:url("../images/icon-s-newsletter.png") no-repeat;background-position:0 2px;}
.origo-footer a#corp-cimke{background:url("../images/icon-s-labels.png") no-repeat;background-position:0 2px;}
.origo-footer a#corp-mobil{background:url("../images/icon-s-mobile.png") no-repeat;background-position:0 2px;}

#reservation_area {
    padding:0 !important;
}
#reserv_button_area {
    width:135px !important;
}
#reserv_button_area .select_room_first {
    width:130px !important;
}
.container_inner {
    position: relative;
}
.header-search-bar {
    position: absolute;
    left: 220px;
    top: 37px;
    z-index: 1001;
}
.header-search-bar .input-large {
	width: 200px;
}