/* 
	Document   : style
	Created on : Oct 26, 2010, 3:50:44 PM
	Author     : FP
*/

/* CSS RESETS
-------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#2c2c2c;
}
.iarna {
	background: url("../images/bg_iarna.jpg") repeat-x 0 0 #ecf0f3;
}
.primavara {
	background: url("../images/bg_primavara.jpg") repeat-x 0 0 #ecf0f3;
}
.vara{
	background: url("../images/bg_vara.jpg") repeat-x 0 0 #ecf0f3;
}
.toamna{
	background: url("../images/bg_toamna.jpg") repeat-x center 0 #ecf0f3;
}
a {
	color: #0c84bc;
	text-decoration: none;
	outline-style: none;
}
a:hover {
	color:#2c2c2c;
}
a img {
	border: none;
}

.jcarousel-skin-tango li{float: left; list-style: none;}
.fL {float:left;}
.fR {float:right;}
.clear {clear: both;}

/* GENERAL */
.pic {
	border: 5px solid #fff;
	margin-bottom: 10px;
	-moz-box-shadow: #aab5bf 0 0 10px;
	-webkit-box-shadow: #aab5bf 0 0 10px;
	box-shadow: #aab5bf 0 0 10px;
}
.pic:hover {
	border: 5px solid #b6d244;
}

/* FORMS
-------------------------------------------------
*/
input[type="text"], input[type="password"], select, textarea {
	padding: 4px;
	border: 1px solid #c0c0c0;
	color: #113e4d;
	background: #fff url("../images/field_bg.png") repeat-x left bottom;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
	border: 1px solid #b6d244;
	-moz-box-shadow: #d2d4ca 0 0 10px;
	-webkit-box-shadow: #d2d4ca 0 0 10px;
	box-shadow: #d2d4ca 0 0 10px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #b6d244;
	-moz-box-shadow: #d2d4ca 0 0 10px;
	-webkit-box-shadow: #d2d4ca 0 0 10px;
	box-shadow: #d2d4ca 0 0 10px;
}
input[type="submit"] {
	padding: 4px 8px;
	border: 1px solid #5d9aba;
	font: bold 15px Arial;
	color: #fff;
	background: #67aace url("../images/input_btn_bg.png") repeat-x left top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
input[type="submit"].btn-submit-small {
	padding: 2px 4px;
	border: 1px solid #5d9aba;
	font: bold 12px Arial;
	color: #fff;
	background: #67aace url("../images/input_btn_bg.png") repeat-x left top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* CONTAINERS
-------------------------------------------------
*/
.w960 {
	width: 960px;
	margin: 0px auto;
}
.w200 {
	width: 200px;
}
.w750 {
	width: 750px;
}
.w290R {
	float: right;
	width: 290px;
	padding: 10px 0 10px 10px;
	margin-left: 10px;
	border: 1px solid #d8dfe4;
	background: #f6f9fb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.wallContact {
	width: 717px;
	height: 250px;
	padding: 10px 0 10px 10px;
	border: 1px solid #d8dfe4;
	background: #f6f9fb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.w400L {
	float: left;
	width: 400px;
}

.w150R {
	float: right;
	width: 150px;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #d8dfe4;
	background: #f6f9fb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.w540L {
	float: left;
	width: 540px;
}
.w350 {
	width: 350px;
}
.w355 {
	width: 355px;
}



/* HEADER
-------------------------------------------------
*/
.header {
	height: 110px;
}
.header .logo {
	float: left;
	display: block;
	width: 303px;
	height: 95px;
	text-indent: -9999px;
	background: url("../images/logo_katour.png") no-repeat 0 50%;
}
.header .btn-facebook {
	float: right;
	padding: 40px 10px 0 0;
}
.header .btn-like {
	float: right;
	padding-top: 42px;
}
.header .btn-mess {
	float: right;
	padding-top: 39px;
}
.header .btn-mess a {
	display: block;
	padding: 0 0 0 30px;
	background: url("../images/icon_messenger.png") no-repeat left 3px;
}

/* HEADER - Navigation */
.header .hdr-nav {
	float: left;
	padding: 35px 0 0 60px;
}
.header .hdr-nav ul {
	list-style: none;
}
.header .hdr-nav ul li {
	float: left;
	padding-right: 10px;
}
.header .hdr-nav ul li a {
	display: block;
	padding: 10px 10px 35px 10px;
	color: #000;
}
.header .hdr-nav ul li a:hover {
	color: #000;
	background: #fff49a url(../images/hdr_top_nav_bg_hover.png) repeat-x left bottom;
}
.header .hdr-nav ul li a.sel {
	color: #000;
	background: #fff49a url(../images/hdr_top_nav_bg_hover.png) repeat-x left bottom;
}



/* LEFT SIDE
-------------------------------------------------
*/
.mod {
	margin-bottom: 10px;
}
.mod-top {
	height: 8px;
	background: url("../images/mod_top.png") no-repeat left top;
}
.mod-bottom {
	height: 8px;
	background: url("../images/mod_bottom.png") no-repeat left top;
}
.mod-content {
	height: 100%;
	padding: 1px 9px;
	border-left: 1px solid #d8dfe4;
	border-right: 1px solid #d8dfe4;
	background: #f6f9fb;
}
.mod-content h1 {
	padding: 5px 0 5px 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d8dfe4;
	font: bold 15px Arial;
	color: #000;
}
.mod-content h1.turism-intern {
	background: url("../images/icon_left_nav_turism_intern.png") no-repeat left center;
}
.mod-content h1.turism-extern {
	background: url("../images/icon_left_nav_turism_extern.png") no-repeat left center;
}
.mod-content h1.newsletter {
	background: url("../images/icon_left_nav_newsletter.png") no-repeat left center;
}

/* LEFT SIDE - First level navigation */
.mod-content .left-nav {
	list-style: none;
	padding: 0 0 10px 0;
}
.mod-content .left-nav li a {
	display: block;
	padding: 4px 8px;
	margin-bottom: 2px;
	color: #113e4d;
}
.mod-content .left-nav li a:hover {
	color: #e3ecf2;
	background: #476F7C url("../images/left_nav_arr_down.png") no-repeat 94% 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.mod-content .left-nav li a.sel {
	color: #e3ecf2;
	background: #476F7C url("../images/left_nav_arr_down.png") no-repeat 94% 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* LEFT SIDE - Second level navigation */
.mod-content .left-nav li .sub-nav {
	padding: 0 0 10px 10px;
	font-size: 11px;
}
.mod-content .left-nav li .sub-nav a {
	padding: 2px 10px;
	margin-bottom: 1px;
	background: #f1f5f8 url("../images/sub_level_bullet.png") no-repeat 3px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 1px 0 #fff;
}
.mod-content .left-nav li .sub-nav a:hover {
	color: #476f7c;
	background: #e3ecf2 url("../images/sub_level_bullet.png") no-repeat 3px center;
	text-shadow: 0 1px 0 #fff;
}
.mod-content .left-nav li .sub-nav a.sel {
	padding: 2px 10px;
	margin-bottom: 1px;
	color: #476f7c;
	background: #e3ecf2 url("../images/sub_level_bullet.png") no-repeat 3px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 1px 0 #fff;
}
.mod-content .left-nav li .sub-nav a.selmenu {
	padding: 2px 10px;
	margin-bottom: 1px;
	color: #476f7c;
	background: #e3ecf2 url("../images/sub_level_bullet.png") no-repeat 3px center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 0 1px 0 #fff;
}

/* LEFT SIDE - Newsletter */
.mod-content .newsletter-content {
	padding-bottom: 10px;
}
.mod-content .newsletter-content label {
	display: block;
	margin-bottom: 5px
}
.mod-content .newsletter-content input[type="text"] {
	width: 95%;
	margin-bottom: 5px;
}

/* LEFT SIDE - Cauta pachete */
.mod-cauta-pachete {
	margin-bottom: 10px;
}
.mod-cauta-pachete h1 {
	height: 29px;
	padding: 0 0 0 10px;
	font: bold 15px Arial;
	color: #ffe82a;
	line-height: 29px;
	background: url("../images/mod_cauta_title.png") no-repeat left top;
}
.mod-cauta-pachete .content {
	padding: 8px;
	height: 308px;
	color: #fff;
	background:  url("../images/mod_cauta_content_bg.png") repeat left top;
}
.mod-cauta-pachete .content hr {
	height: 1px;
	margin-bottom: 8px;
	border: 0;
	background-color: #1b6077;
}
.mod-cauta-pachete .content label {
	display: block;
}
.mod-cauta-pachete .content input[type="text"] {
	width: 94%;
	margin-bottom: 6px;
}
.mod-cauta-pachete .content select {
	width: 99%;
	padding: 2px;
	border: 1px solid #c0c0c0;
	margin-bottom: 7px;
	font-size: 12px;
}
.mod-cauta-pachete .bottom {
	height: 10px;
	background: url("../images/mod_cauta_bottom.png") no-repeat 0 0;
}



/* MAIN(CENTER) CONTENT
-------------------------------------------------
*/
/* MAIN CONTENT - Navigation */
.wrap-nav-slider {
	margin-bottom: 10px;
}
.wrap-nav-top {
	height: 10px;
	background: url("../images/wrap_nav_top_bg.png") no-repeat left top;
}
.wrap-nav-bottom {
	height: 10px;
	background: url("../images/wrap_nav_bottom_bg.png") no-repeat left top;
}
.wrap-nav-content {
	height: 100%;
	padding: 0 15px;
	background: url("../images/wrap_nav_content_bg.png") repeat left top;
}
.wrap-nav-content .nav ul {
	list-style: none;
	height: 43px;
}
.wrap-nav-content .nav ul li {
	float: left;
	padding: 3px 0 0 0;
}
.wrap-nav-content .nav ul li a {
	display: block;
	padding: 0 25px 0 36px;
	font-size: 15px;
	color: #e7f4ff;
}
.wrap-nav-content .nav ul li a.oferte-speciale {background: url("../images/icon_nav_oferte_speciale.png") no-repeat left center;}
.wrap-nav-content .nav ul li a.bilete-avion {background: url("../images/icon_nav_bilete_avion.png") no-repeat left center;}
.wrap-nav-content .nav ul li a.bilete-autocar {background: url("../images/icon_nav_bilete_autocar.png") no-repeat left center;}
.wrap-nav-content .nav ul li a.rezervari-hoteliere {background: url("../images/icon_nav_rezervari_hoteliere.png") no-repeat left center;}
.wrap-nav-content .nav ul li a.evenimente-speciale {background: url("../images/icon_nav_evenimente_speciale.png") no-repeat left center;}
.wrap-nav-content .nav ul li a.contact {padding: 8px 0 8px 35px; background: url("../images/icon_nav_contact.png") no-repeat left center;}
.wrap-nav-content .nav ul li a:hover {
	color: #ffe82a;
}

/* MAIN CONTENT - Slider */
.wrap-nav-content .wrap-slider {
	height: 284px;
	padding: 15px 0 5px;
	overflow: hidden;
	color: #fff;
}
.wrap-nav-content .wrap-slider .slide {
	width: 718px;
	height: 282px;
	padding: 1px;
}
.sliderLink{
	color: #ffffff;
	text-decoration: none;
	outline-style: none;
}
.sliderLink:hover{
	color: #0c84bc;
	text-decoration: none;
	outline-style: none;
}
.wrap-nav-content .wrap-slider .slide-details {
	height: 64px;
	background: url("../images/slide_details_bg.png") repeat left top;
}
.wrap-nav-content .wrap-slider .slide-details .title {
	float: left;
	width: 350px;
	height: 64px;
	padding-left: 20px;
	font-size: 15px;
}
.wrap-nav-content .wrap-slider .slide-details .right {
	float: right;
	width: 270px;
	padding-right: 20px;
	text-align: right;
}
.wrap-nav-content .wrap-slider .slide-details .right span {
	display: inline-block;
}
.wrap-nav-content .wrap-slider .slide-details .right .pret {
	font: bold 30px Arial;
	line-height: 64px;
	color: #ffe82a;
}
.wrap-nav-content .wrap-slider .bx-next {
	position:absolute;
	top: 40%;
	right: 0px;
	z-index: 999;
	width: 50px;
	height: 93px;
	text-indent: -9999px;
	outline-style: none;
	background: url(../images/gray_next.png) no-repeat 0 0px;
}
.wrap-nav-content .wrap-slider .bx-prev {
	position:absolute;
	top: 40%;
	left: 0px;
	z-index:999;
	width: 50px;
	height: 93px;
	text-indent: -9999px;
	outline-style: none;
	background: url(../images/gray_prev.png) no-repeat 0 0px;
}
.wrap-nav-content .wrap-slider .bx-next:hover,
.wrap-nav-content .wrap-slider .bx-prev:hover {
	background-position: 0 -93px;
}

/* MAIN CONTENT - Path */
.path {
	padding: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8dfe4;
	color: #7c848d;
	background: #eaeff2;
	text-shadow: 0 1px 0 #fff;
}

/* MAIN CONTENT - Content Container */
.main {
	margin-bottom: 10px;
}
.main-top {
	height: 10px;
	background: url("../images/container_top_bg.png") no-repeat left top;
}
.main-bottom {
	height: 10px;
	background: url("../images/container_bottom_bg.png") no-repeat left top;
}
.main-content {
	padding: 0 9px;
	border-left: 1px solid #d8dfe4;
	border-right: 1px solid #d8dfe4;
	background: #fff;
}
.main-content h1 {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8dfe4;
	font: bold 22px Arial;
	color: #000;
	letter-spacing: -1px;
}
.main-content h2 {
	padding: 0 0 5px 0;
	font: bold 17px Arial;
	color: #000;
	letter-spacing: -0.03em;
}
.main-content p {
	padding: 0 0 15px 0;
	line-height: 18px;
	font-size: 12px;
}
.main-content ul.lista {
	list-style: none;
	padding: 0 0 15px 0;
}
.main-content ul.lista li {
	padding: 4px 0 4px 30px;
	background: url("../images/lista_bullet.png") no-repeat 20px 8px;
}
.main-content ul {
	list-style: none;
}
.main-content .merlin-x {
	margin-bottom: 20px;
}
.main-content select {
	border: 1px solid #c0c0c0;
}

/* MAIN CONTENT - Menu right (galerii, etc.) */
.menu-right-title {
	padding: 0 0 4px 0;
	font: bold 15px Arial;
	color: #000;
}
.menu-right {
	list-style: none;
}
.menu-right li {
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #d8dfe4;
}
.menu-right li.center {
	text-align: center;
}
.menu-right li.adresa {
	padding-left: 22px;
	background: url("../images/right_menu_icon_adresa.png") no-repeat 5px 6px;
}
.menu-right li a {
	display: block;
	padding: 2px 0 2px 4px;
}
.menu-right li a.sel {
	background-color: #e3ecf2;
}
.menu-right li a.galerie {
	padding: 2px 0 2px 18px;
	background: url("../images/right_menu_icon_galerie.png") no-repeat 3px center;
}
.menu-right li a.info {
	padding: 2px 0 2px 18px;
	background: url("../images/right_menu_icon_info.png") no-repeat 3px center;
}
.menu-right li a.recomanda {
	padding: 2px 0 2px 18px;
	background: url("../images/right_menu_icon_recomanda.png") no-repeat 3px center;
}
.menu-right li a.printeaza {
	padding: 2px 0 2px 18px;
	background: url("../images/right_menu_icon_print.png") no-repeat 3px center;
}
.menu-right li.info-sfaturi {
	padding-left: 50px;
	background: url("../images/info_sfaturi.png") no-repeat left 0;
}
.menu-right li.info-contractul {
	padding-left: 50px;
	background: url("../images/info_contractul.png") no-repeat left 0;
}
.menu-right li.info-conditii {
	padding-left: 50px;
	background: url("../images/info_conditii.png") no-repeat left 0;
}
.menu-right li.info-vremea {
	padding-left: 50px;
	background: url("../images/info_vremea.png") no-repeat left 0;
}
.menu-right li.info-curs {
	padding-left: 50px;
	background: url("../images/info_curs.png") no-repeat left 0;
}
.menu-right li ul {
	list-style: none;
	padding: 0 0 6px 0;
}
.menu-right li ul li {
	border-bottom: none;
}
.menu-right li ul li a {
	padding-left: 10px;
	font-size: 11px;
}
.menu-right-transport-masina,
.menu-right-transport-autocar,
.menu-right-transport-avion,
.menu-right-transport-mana{
	float: left;
	width: 28px;
	height: 35px;
	margin: 0 5px 10px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.menu-right-transport-masina {
	background: #113e4d url("../images/oferta_icon_masina.png") no-repeat center center;
}
.menu-right-transport-autocar {
	background: #113e4d url("../images/oferta_icon_autocar.png") no-repeat center center;
}
.menu-right-transport-avion {
	background: #113e4d url("../images/oferta_icon_avion.png") no-repeat center center;
}
.menu-right-transport-mana {
	background: #113e4d url("../images/oferta_icon_mana.png") no-repeat center center;
}

/*  MAIN CONTENT - Galerii de la turisti */
.galerie-turisti {}
.galerie-turisti a {
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 20px 20px 7px;
}
.galerie-turisti a img {
	border: 6px solid #f1f5f8;
	-moz-box-shadow: #aab5bf 0 0 10px;
	-webkit-box-shadow: #aab5bf 0 0 10px;
	box-shadow: #aab5bf 0 0 10px;
}
.galerie-turisti a img:hover {
	border: 6px solid #b6d244;
}
.galerie-turisti a.mr0 {
	margin-right: 0;
}

/*  MAIN CONTENT - Galerii pentru oferte */
.galerie-oferta {
	padding-top: 10px;
}
.galerie-oferta a {
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 17px 20px 17px;
}
.galerie-oferta div img {
	border: 5px solid #fff;
	-moz-box-shadow: #aab5bf 0 0 10px;
	-webkit-box-shadow: #aab5bf 0 0 10px;
	box-shadow: #aab5bf 0 0 10px;
}
.galerie-oferta div img:hover {
	border: 5px solid #b6d244;
}
.galerie-oferta div.mr0 {
	margin-right: 0;
}

/* MAIN CONTENT - Box oferta */
.oferta-home {
	position: relative;
	float: left;
	width: 349px;
	height: 320px;
	padding: 10px 0 0 11px;
	margin: 0 10px 10px 0;
	background: url("../images/box_bg.png") no-repeat left top;
}
.oferta-home .oferta-img {
	border: 5px solid #fff;
	-moz-box-shadow: #aab5bf 0 0 10px;
	-webkit-box-shadow: #aab5bf 0 0 10px;
	box-shadow: #aab5bf 0 0 10px;
}
.oferta-home .oferta-detalii {
	position: absolute;
	width: 339px;
	height: 35px;
	padding: 0 5px 0 0;
	left: 0;
	top: 60px;
	color: #fff;
	background: url("../images/oferta_detalii_bg.png") no-repeat left top;
}
.oferta-home .oferta-detalii .link-oferta {
	float: left;
	display: block;
	width: 110px;
	padding-left: 10px;
	line-height: 35px;
}
.oferta-home .oferta-detalii .link-oferta a {
	color:#fff;
}
.oferta-home .oferta-detalii .link-oferta a:hover {
	text-decoration: none;
	color:#fff624;
}
.oferta-home .oferta-detalii .pret {
	float: left;
	display: block;
	width: 110px;
	padding-left: 10px;
	line-height: 35px;
}
.oferta-home .oferta-nume {
	display: block;
	height: 38px;
	overflow: hidden;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
	line-height: 17px;
}
.ofert-descriere {
	height: 35px;
	padding: 10px 10px 0 0;
	overflow: hidden;
	line-height: 17px;
}

.oferta-home .oferta-detalii .icon-avion,
.oferta-home .oferta-detalii .icon-autocar,
.oferta-home .oferta-detalii .icon-mana,
.oferta-home .oferta-detalii .icon-masina {
	float: right;
	width: 28px;
	height: 35px;
}
.oferta-home .oferta-detalii .icon-avion {
	background: url("../images/oferta_icon_avion.png") no-repeat left top;
}
.oferta-home .oferta-detalii .icon-autocar {
	background: url("../images/oferta_icon_autocar.png") no-repeat left top;
}
.oferta-home .oferta-detalii .icon-mana {
	background: url("../images/oferta_icon_mana.png") no-repeat left top;
}
.oferta-home .oferta-detalii .icon-masina {
	background: url("../images/oferta_icon_masina.png") no-repeat left top;
}
.no-offer {
	padding: 160px 0 120px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: url("../images/warning.png") no-repeat center 80px;
}

.tbl-pret-oferta {
	float: left;
	width: 545px;
	margin-bottom: 20px;
	border: 1px solid #f5db00;
	overflow: hidden;
	-moz-border-radius: 5px;
}
.tbl-pret-oferta table {
	
}
.tbl-pret-oferta table th {
	padding: 4px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	background: url("../images/tbl_pret_th.png") repeat-x left bottom;
}
.tbl-pret-oferta table td {
	padding: 4px;
	background: #f6f9fb;
}
.tbl-pret-oferta table tr:hover td {
/*	background: #f6f9fb;*/
}

/* MAIN CONTENT - Paginare */
.paginare {
	height: 40px;
	text-align: center;
	background: url("../images/paginare_bg.png") no-repeat left top;
}
.paginare ul {
	list-style: none;
	padding: 5px 0 0 0;
}
.paginare ul li {
	display: inline-block;
	width: 33px;
	height: 25px;
	margin: 2px;
}
.paginare ul li a {
	display: block;
	width: 33px;
	height: 25px;
	line-height: 25px;
	text-shadow: 0 1px 0 #fff;
}
.paginare ul li a:hover {
	background: url("../images/paginare_bg_button.png") no-repeat left top;
}
.paginare ul li a.sel {
	background: url("../images/paginare_bg_button.png") no-repeat left top;
}
.paginare ul li a.prev {
	text-indent: -9999px;
	background: url("../images/paginare_prev_bg.png") no-repeat left top;
}
.paginare ul li a.next {
	text-indent: -9999px;
	background: url(../images/paginare_next_bg.png) no-repeat left top;
}
.paginare ul li a.prev:hover, .paginare ul li a.next:hover {
	background-position: left bottom;
}

/* MAIN CONTENT - Persoane de contact */
.pers-contact {
	list-style: none;
}
.pers-contact li.col {
	float: left;
	width: 170px;
	margin-right: 10px;
}
.pers-contact li.col .mess-id {
	/*	display: block;*/
	padding: 3px 0 3px 30px;
	margin-bottom: 10px;
	background: url("../images/icon_messenger.png") no-repeat left center;
}
.pers-contact li.mr0 {
	margin-right: 0
}

/* MAIN CONTENT - Formular de contact */
#frm-contact {}
#frm-contact label {
	display: block;
	padding: 0 0 2px 0;
}
#frm-contact input[type="text"], #frm-contact textarea {
	width: 96%;
	margin-bottom: 5px;
}

/* MAIN CONTENT - Formular bilete avion */
#frm-bilete {}
#frm-bilete label {
	display: block;
	padding: 0 0 2px 0;
}
#frm-bilete input[type="text"], #frm-bilete textarea {
	margin-bottom: 5px;
}

#frm-bilete select {
	margin-bottom: 5px;
}

/* MAIN CONTENT - Drop down categories */
.subcat-drop-down {
	float: right;
	position: relative;
}
.subcat-btn {
	display: block;
	height: 25px;
	padding: 0 30px 0 6px;
	line-height: 25px;
	background: url("../images/subcat_btn_bg.png") no-repeat 96% top;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.subcat-btn:hover {
	color: #fff;
	background: #476f7c url("../images/subcat_btn_bg.png") no-repeat 96% bottom;
}
.subcat-drop-down:hover .subcat-btn {
	color: #fff;
	background: #476f7c url("../images/subcat_btn_bg.png") no-repeat 96% bottom;
}
.subcat-drop {
	list-style: none;
	display: none;
	position: absolute;
	width: 200px;
	right: 0; top: 25px;
	border-top: none;
	padding: 5px;
	z-index: 99;
	background: #476f7c;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.subcat-drop li {
	
}
.subcat-drop li a {
	display: block;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.subcat-drop li a:hover {
	color: #ffe82a;
	background: #113e4d;
}

/* MAIN CONTENT - Filtre transport */
.filtre {
	float: right;
	width: 323px;
	height: 27px;
	font-size: 11px;
	color: #fff;
	background: #005c7a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.filtre ul {
	list-style: none;
}
.filtre ul li {
	float: left;
	background: url("../images/filtre_desp.gif") repeat-y left top;
}
.filtre ul li.label {
	padding: 0 7px;
	line-height: 27px;
	background: none;
}
.filtre ul li a {
	display: block;
	padding: 0 8px 0 26px;
	line-height: 27px;
	color: #ffe82a;
}
.filtre ul li a.sel {
	
}
.filtre ul li a.avion {
	background: url("../images/filtre_icon_avion.png") no-repeat 6px top;
}
.filtre ul li a.autocar {
	background: url("../images/filtre_icon_autocar.png") no-repeat 6px top;
}
.filtre ul li a.auto {
	background: url("../images/filtre_icon_auto.png") no-repeat 6px top;
}
.filtre ul li a.toate {
	padding-left: 8px;
}
.filtre ul li a:hover {
	color: #fff;
	background-position: 6px bottom;
	background-color: #0098c9;
}
.filtre ul li a.sel {
	color: #fff;
	background-position: 6px bottom;
	background-color: #0098c9;
}




/* FOOTER
-------------------------------------------------
*/
.footer {
	margin-bottom: 10px;
}
.footer-top {
	height: 10px;
	background: url("../images/footer_top_bg.png") no-repeat left top;
}
.footer-bottom {
	height: 10px;
	background: url("../images/footer_bottom_bg.png") no-repeat left top;
}
.footer-content {
	padding: 0 9px;
	border-left: 1px solid #d8dfe4;
	border-right: 1px solid #d8dfe4;
	color: #fff;
	background: #113e4d;
}
.footer-logo {
	height: 64px;
	text-align: center;
	background: url("../images/footer_bg_logo.png") no-repeat left top;
}
.footer-logo img {
	margin: 0 2px;
}
.footer .copy {
	float: left;
	display: block;
	line-height: 40px;
	color: #fff;
}
.footer .social-net {
	list-style: none;
}
.footer .social-net li {
	float: right;
	padding: 10px 0 0 10px;
}
.footer .social-net li.harta {
	padding: 14px 10px 14px 0;
	background: url("../images/footer_dots.png") no-repeat right center;
}
.footer .social-net li.harta a {
	color: #fff;
}


/* MARGIN RIGHT RESET */
.mr0 {
	margin-right: 0px;
}

.messageT
{
	color:#008200;
	font-size:13px;
}
.messageE
{
	color:#FF0000;
	font-size:13px;
}


#fakepixel {width:200px; padding: 12px 0; float: right;}
#fakepixel span {color:#fff;}
#fakepixel img {border:0px; margin-bottom:-1px;}
#fakepixel a {color:#fff; display:block; width:200px; font:normal 11px Arial; text-decoration:none;}
#fakepixel a:hover {color:#fff;}

#message_box {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	background:#ffc;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	width:99%;
}








