html {
    border-left: 0px;
}
body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
body {
    color: #464646;
	background-color:#FFFFFF;
	line-height:15px;
}
body, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: "Trebuchet MS", arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color: #464646;
}	
input, select, option, textarea {
	font-family: tahoma, arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
	color:#464646;
	border:1px solid #8f8f8f;
	background-color:#ffffff;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
	font-size:17px;
	color:#008af4;
	font-weight:normal;
}
h2 {
	font-size:19px;
	color:#008af4;
	font-weight:normal;
}
h3 {
	color:#008af4;
	font-size:12px;
	display:inline;
	font-weight:bold;
}
h4 {
	font-size:12px;
	
}
h5 {
	font-size:11px;
	font-weight:normal;
}
a {
	color:#008af4;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#008af4;
}

p {
	margin-top:0px;
}
li {

}
strong {
	font-weight:bold;
}
small {
	font-size:10px;
}
tbody {
	color:#000000;
}
ol li {
	margin-left:30px;
}
/* TinyMCE HACK */ 
p { 
	margin-bottom:15px;
	font-size:12px;
}
.MsoNormal {
	text-align:left;
	font-size:12px;
}
/* end HACK */

#wrapper {
	left:0px;
	top:0px;
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
    color: #464646;
	z-index:0;
	table-layout: fixed;
}
#error404Message {
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	margin-top:70px;
	z-index:1000;
	color:#ffffff;
	text-align:center;
}
#feedback_user {
	color:#FF0000;
	text-align:center;
}
#feedback_system {
	color:#FF0000;
	text-align:center;
}

/* TOP */
#top_sigla {
	
}
#top_sigla_print {
	display:none;
}
#top_menu {
	background-image:url('../image/menu.jpg');
	background-repeat:no-repeat;
	height:59px;
	width:980px;
	color:#ffffff;
}
#top_menu li {
	float:left;
	list-style:none;
}
#top_menu_item_1{
	margin-top:12px;
	margin-left:21px;
}
#top_menu_item_2, #top_menu_item_previous,  #top_menu_item_next{
	margin-top:12px;
}
#top_menu_item_3a, #top_menu_item_3, #top_menu_item_4, #top_menu_item_5, #top_menu_item_6{
	margin-top:12px;
}
#top_menu_item_7 {
	margin-top:12px;
}
#top_menu_item_8{
	margin-top:11px;
	margin-left:20px;
}
#top_menu_item_8 a:link, #top_menu_item_8 a:visited, #top_menu_item_8 a:active {	
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}
#top_menu_item_8 a:hover {
	text-decoration: underline;
	color:#ffffff;
	font-weight:normal;
}

/* MAIN */
#main {
	width:970px;
	height:100%;
	min-height:100%;
	font-size:12px;
}
/* END MAIN */

/* CONTENT */
#content_left  {
	width:175px;
	float:left;
	min-height:800px;
	padding-bottom:50px;
}
#content_right {
	width:780px;
	float:right;
	min-height:800px;
	padding-bottom:50px;
}
#content_right_left  {
	width:595px;
	float:left;
	min-height:800px;
	padding-bottom:50px;
}
#content_right_right {
	width:175px;
	float:right;
	min-height:800px;
	position:relative;
}

/* LEFT LEFT LEFT MENU */
#left_location {
	width:175px;
}
.left_title {
	background-image:url('../image/left_hover_n.jpg');
	background-repeat:no-repeat;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding-top:3px;
	padding-left:6px;
	width:180px;
	height:22px;
}
.left_description {
	width:175px;
	background-color:#f6f6f6;
	margin-bottom:2px;
}
.left_thumb {
	padding-right:3px;
}
.left_menu_ul {
	list-style-type:none;
}
.left_menu_li {
	width:156px;
	height:22px;
	padding-top:3px;
	padding-left:20px;
	background-image:url('../image/left_normal.jpg');
	background-repeat:no-repeat;
	display:block;
	clear:both;
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}
.left_menu_li a, .left_menu_li a:visited, .left_menu_li a:active {
	color:#333333;
	padding-top:4px;
	text-decoration:none;
}
.left_menu_li_hover {
	width:156px;
	height:22px;
	padding-top:3px;
	padding-left:20px;
	background-image:url('../image/left_hover.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	clear:both;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.left_menu_li_hover2 {
	width:156px;
	height:22px;
	padding-top:3px;
	padding-left:20px;
	background-image:url('../image/left_hover2.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	clear:both;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.left_menu_li_hover2 a:hover {
	color:#ffffff;
}

.stele_rating_bold {
	padding-top:2px;
	float:right;
	text-align:left;
	width:50px;
}
#taburi {
	width:595px;
	height:55px;
	background-image:url('../image/bg_taburi.jpg');
	background-repeat:repeat-x;
}

/* taburi verzi */
.tab_green {
	background-image:url('../image/tab_green_content.jpg');
	background-repeat:repeat-x;
	height:28px;
	min-width:30px;
	margin-right: 5px;
	width:auto;
	float:left;
}
.tab_green .left {
	float:left;
	height:28px;
	width:10px;
}
.tab_green .content {
	height:20px;
	min-width:30px;
	text-align:center;
	padding-top:8px;
	padding-right:15px;
	padding-left:7px;
	color:#ffffff;
	font-weight:bold;
	float:right;
	text-align:center;
	background-image:url('../image/tab_green_right.jpg');
	background-position:right;
	background-repeat:no-repeat;
}

/* taburi gri */
.tab_grey {
	background-image:url('../image/tab_grey_content.jpg');
	background-repeat:repeat-x;
	height:28px;
	min-width:30px;
	width:auto;
	margin-right:5px;
	float:left;
}
.tab_grey .left {
	float:left;
	height:28px;
	width:10px;
}
.tab_grey .content {
	height:20px;
	min-width:30px;
	text-align:center;
	padding-top:8px;
	padding-right:15px;
	padding-left:7px;
	color:#545453;
	font-weight:bold;	
	float:right; 
	text-align:center;
	background-image:url('../image/tab_grey_right.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
.tab_grey a:link, .tab_grey a:visited, .tab_grey a:active {	
	color: #545453;
	text-decoration: none;
	font-weight:bold;
}
.tab_grey a:hover {
	text-decoration: underline;
	color:#545453;
	font-weight:bold;
}

.hoteluri_perioade {
	width:100%;
	
}
.hoteluri_perioade .th {
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	height:12px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#1896f8;
	/*border-left:1px dashed #000000;*/
}
.hoteluri_perioade .td1 {
	text-align:center;
	height:12px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#e6f3fe;
}
.hoteluri_perioade .td2 {
	text-align:center;
	height:12px;
	padding-top:6px;
	padding-bottom:6px;
	background-color:#cfe9fd;
}

#hoteluriOptionals {

}
/* END CONTENT */

/* VITRINA VIRTUALA */
#banner_promotii_si_oferte {
	width:575px;
	height:165px;
	background-image:url('../image/bg_vitrina.jpg');
	background-repeat:no-repeat;
	margin:0px auto;
}
#banner_promotii_si_oferte .showImage {
	width:573px;
	height:142px;
	margin-top:1px;
	margin-left:1px;
}
#banner_promotii_si_oferte .title {
	width:440px;
	height:15px;
	margin-left:10px;
	margin-top:4px;
	float:left;
	text-align:left;
	font-weight:bold;
	color:#444444;
}
#banner_promotii_si_oferte .location {
	width:30px;
	height:15px;
	float:left;
	text-align:left;
	color:#444444;
	margin-top:4px;
}
#banner_promotii_si_oferte .navigation {
	width:70px;
	height:19px;
	float:left;
	padding-top:4px;
}

/* FILTRU PENTRU HOTELURI */
#filtreazaForm {
	width:699px;
}
#SCRIPT_filtreazaMenu
{
	width:699px;
	height:80px;
	margin-top:-5px;
	background-color:#ffffff;
	border-top:0px;
}
#SCRIPT_filtreazaMenu option {
	border:0px;
	background:auto;
}
#filterShowButton {
	cursor:pointer;
}
/* END FILTRU */ 


/* MENU RIGHT */
#content_right form {
	padding-bottom:12px;
}
#content_right_left a:link, #content_right a:visited, #content_right a:active {	
	color: #5d9602;
	text-decoration: underline;
	font-weight:normal;
}
#content_right_left a:hover {
	text-decoration: underline;
	color:#008af4;
	font-weight:normal;
}

#right_abonare_newsletter {
	margin-bottom:12px;
}
#right_cautare_rapida {
	margin-bottom:12px;
}
#right_oferte_speciale {
	margin-bottom:12px;
}
#left_oferte_speciale {
	margin-bottom:12px;
}
#right_tari {
	margin-bottom:12px;
}

#right_tari .country  {
	height:25px;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	background-image:url('../image/hr_right.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:14px;
	cursor:pointer;
}
#right_tari .country_no_hr  {
	height:25px;
	background-image:url('../image/spacer.gif');
  	background-repeat:no-repeat;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	font-size:14px;
	cursor: pointer;
}

#right_tari .country_no_hr a:link, #right_tari .country_no_hr a:visited, #right_tari .country_no_hr a:active {	
	color: #333333;
	text-decoration: none;
}
#right_tari .country_no_hr a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#right_tari .country a:link, #right_tari .country a:visited, #right_tari .country a:active {	
	color: #333333;
	text-decoration: none;
}
#right_tari .country a:hover {
	text-decoration: underline;
	color:#ffffff;
}

#right_tari .country_selected  {
	background-image:url('../image/bg_colt_rotund.jpg');
	background-repeat:no-repeat;
	height:25px;
	color:#ffffff;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	font-size:14px;
}
#right_tari .statiune  {
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:45px;
	font-size:14px;
	cursor: pointer;
}
#right_tari .statiune_selected  {
	height:15px;
	color:#008af4;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:45px;
	font-size:14px;
}
#right_tari a:link, #right_tari a:visited, #right_tari a:active {	
	color: #333333;
	text-decoration: none;
}
#right_tari a:hover {
	text-decoration: underline;
	color:#008af4;
}
.px_12_top {
	margin-top:12px;
}
/* END MENU RIGHT */

/* BOTTOM */
#bottom {
	position:relative;
	left:0px;
	width: 980px;
	height: 67px;
	margin: 0px auto;
    color: #333333;
	text-align:center;
	padding-top:150px;
	background-image:url('../image/bg_footer.jpg');
	background-repeat:no-repeat;
	clear:both;
	display:block;
}
#bottom a:link, #bottom a:visited, #bottom a:active {	
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
#bottom a:hover {
	text-decoration: underline;
	color:#333333;
	font-weight:normal;
}
#kanvas {
	position:relative;
	text-align:right;
	padding-right:15px;
}
/* END BOTTOM */

h1.tara
{
	margin-left: 0px;
	margin-bottom: 5px;
}

h2.hotel
{
	color:#008AF4;
	display:inline;
	font-size:12px;
	font-weight:bold;
}
h3.hotel_dr
{
}

h4.zona
{
	color:#464646;
	font-family:"Trebuchet MS",arial,georgia,helvetica,verdana,lucida,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

h5.locatie
{
	color:#464646;
	font-family:"Trebuchet MS",arial,georgia,helvetica,verdana,lucida,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
h5.locatie_green
{
	color:#ffffff;
	font-family:"Trebuchet MS",arial,georgia,helvetica,verdana,lucida,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;	
	text-align:center;
}
h6.tara
{
	color:#464646;
	font-weight:bold;
	font-size:14px;
	border:0px none;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS",arial,georgia,helvetica,verdana,lucida,sans-serif;
	text-decoration:none;
	position: relative;
	top: -15px;
	left: 4px;
}
h6.tara_over
{
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	border:0 none;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",arial,georgia,helvetica,verdana,lucida,sans-serif;
	text-decoration:none;
	position: relative;
	top: -15px;
	left: 4px;
}