/*---------------------------------
	
	*/ @import "reset.css"; /*	
	
----------------------------------*/
html{
  height: 100%;
}


body{
    background-color: #980000;
    font-family: Verdana, sans-serif;
    background-image: url(../img/site/bg_layout.jpg);
    height: 100%;
    font-size: 11px;
    margin: 0;
}

a:link, a:active, a:visited{
  text-decoration: none;
  color: #000;
}

a:hover{
  text-decoration: underline;
}

#layout_wrapper{
  width: 1024px;
  margin: 0px auto;
  padding: 0;
  height: 100%;
}

#header{
  margin-bottom: 0px;
  background-image: url(../img/site/bg_header.jpg);
  width: 1024px;
  height: 89px;
}

#header #logo{
  width: 192px;
  height: 83px;
  margin-top: 5px;
  margin-left: 60px;
  float: left;

}

.clear{
  clear: both;
  height: 0;
}

#right_head{
  float: right;
  width: 750px;
}

#search{
  float: right;
  text-align: right;
  margin-top: 30px;
  margin-right: 10px;
}

#top_menu{
  float: right;
  width: 765px;
  margin-right: 10px;
  margin-top: 20px;

}

#top_menu ul li{
  float: left;
  border-right: 1px solid #eee;
  padding: 0 6px;
}


#top_menu ul li a:link, #top_menu ul li a:link, #top_menu ul li a:visited{
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}


.input_submit_search{
  background-repeat: no-repeat;
  background-image: url(../img/site/btn_search_cauta.jpg);
  width: 63px;
  height: 21px;
  border: 0;
}

.input_text_search{
  border: 0;
  background-color: #FDF9E2;
  height: 18px;
  margin-right: 10px;
}


#top_menu ul li.no_border{
  border-right: 0;
}

#content{
  width: 1024px;

  height: 100%;			/* Min heigh for IE (<7) */

}


#left_content{
  width: 253px;
  float: left;
  height: 100%;
}


#main_content{
  background-repeat: repeat-y;
  background-image: url(../img/site/bg_main_content.jpg);
  width: 770px;
  min-height: 730px;
  height: 100%;
  float: left;
}

#last_minute{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_last_minute.jpg);
  width: 252px;
  height: 196px;
  padding-top: 55px;
}

#bilete_avion{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_bilete_avion.jpg);
  width: 252px;
  height: 196px;
  padding-top: 55px;
}

#oferte_hoteluri{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_hoteluri.jpg);
  width: 252px;
  padding-top: 55px;
  height: 100%;

}

#instant_planing{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_planning.jpg);
  width: 271px;
  height: 252px;
  float: left;
  color: #000;
}

#featured_news{
  float: left;
  width: 498px;
  height: 250px;
  overflow: hidden;
  background-image: url(../img/site/bg_layout.jpg);
  background-color: transparent;
  /*border: 1px solid green;*/
}

#f_link_i{
  display: block;
  width: 498px;
  height: 250px;
  float: left;
}


#right_content{
  float: left;
  width: 770px;
  min-height: 100%;
}

h1.m_h{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_top_header.jpg);
  color: #eee;
  font-size: 28px;
  font-family: Times New Roman;
  font-weight: normal;
  font-variant: small-caps;
  padding: 10px 0 5px 20px;
}

.oferte_box{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_front_oferte.jpg);
  width: 368px;
  height: 148px;
  margin: 10px 5px;
  float: left;
}

.o_left{
  width: 150px;
  float: left;
  margin-top: 80px;
  margin-left: 25px;
}

.o_left h2{
  color: #980000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
}

.o_left a:link, .o_left a:active, .o_left a:visited{
  color: #980000;
}


.o_left .o_date{
  color: #000;
}


.o_right{
  width: 185px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  text-align: center;
}

.o_right img{
  border: 5px solid #ffffff;

}

a:link.o_link, a:active.o_link, a:visited.o_link{
  background-image: url(../img/site/btn_index_oferte.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
  display: block;
  text-align: center;
  width: 107px;
  height: 17px;
  margin-top: 10px;
}

.o_right .o_price{
  display: block;
  color: #000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 18px;

}

.o_right .o_price b{
  color: #980000;
}

#footer{
  background-image: url(../img/site/bg_footer.jpg);
  background-repeat: no-repeat;
  width: 724px;
  height: 134px;
  color: #fff;
  padding-left:300px;
  padding-top: 30px;
  font-size: 10px;
  clear: both;

}

#footer h3{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 30px;
}

#footer_contact, #footer_links, #footer_newsletter{
  width: 200px;
  float: left;
  line-height: 15px;
  margin-right: 40px;
}

#footer_links ul li a:link, #footer_links ul li a:active, #footer_links ul li a:visited{
  color: #fff;
}


.left_listing{
  color: #000;
  margin-left: 40px;
  font-size: 10px;
}

.left_listing ul li{
   padding-bottom: 6px;
}

.newsletter_submit{
  background-color: #7e0000;
  color: #fff;
  border: 0;
  float: left;
}

.newsletter_input{
  border: 0;
  background-color: #FDF9E2;
  height: 18px;
  margin-right: 10px;
  float: left;
}

.static_page{
  margin: 10px;
}


#pagination a, #paginationDIV a {
border:1px solid #BFCECF;
color:#7A9799;
padding:2px 5px;
text-decoration:none;
}


#pagination h5 .disabled, #paginationDIV h5 .disabled, span.current {
background-color:#EFEFEF;
border:1px solid #E4E4E4;
color:#000;
padding:2px 5px;
text-decoration:none;
}
#pagination h5 a:hover, #paginationDIV h5 a:hover {
background-color:#8FC70C;
border:1px solid #eee;
color:#666;
}

#pagination {
padding:17px 0px 7px 0pt;
text-align:left;
}

.pagination{
  margin: 5px 10px;
}

.page_edit h1{
  margin-top: 10px;
}

.static_page ul{
  list-style-type: disc;
  margin-left: 20px;
}

.static_page b, .static_page strong{
  font-weight: bold;
}

.static_page a:link, .static_page a:active, .static_page a:visited{
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.static_page a:hover{
  text-decoration: underline;
}

.listing_oferte, .listing_oferte_alt{
  border-bottom: 2px dashed #b0ab9d;
  padding: 20px 40px;
  height: 115px;
}

.listing_oferte .left_l{
  float: left;
}

.listing_oferte_alt .left_l{
  float: right;
  margin-left: 10px;

}

.listing_oferte .right_l{
  float: right;

}

.listing_oferte_alt .right_l{
  float: left;
}


.listing_oferte img{
  border: 5px solid #ffffff;
  float: right;
}

.listing_oferte_alt img{
  border: 5px solid #ffffff;
  float: left;
}

.left_l{
  width: 345px;
}

.right_l{
  width: 330px;
}

.left_l p{
  height: 65px;
  text-align: justify;
  font-size: 10px;
  color: #000;
  margin-bottom: 20px;
}

.listing_oferte .o_date, .listing_oferte_alt .o_date{
  display: block;
  font-size: 10px;
  color: #000;
}

.listing_oferte h2 a:link, .listing_oferte_alt h2 a:link,
.listing_oferte h2 a:active, .listing_oferte_alt h2 a:active,
.listing_oferte h2 a:visited, .listing_oferte_alt h2 a:visited
{
  display: block;
  color: #980000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
}
.listing_oferte_alt .o_link{
  float: right;
}


.listing_oferte .o_info{
  float: left;
  width: 140px;
}

.listing_oferte_alt .o_info{
  float: right;
  width: 140px;
}

.o_info .o_price{
  display: block;
  color: #980000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 20px;
  margin-top: 10px;
}

.listing_single_top{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_listing_top_single.jpg);
  height: 205px;
  width: 691px;
  padding: 40px 20px 0 20px;
  margin: 10px auto 0 auto;
}

.listing_single_bottom{
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_listing_bottom_single.jpg);
  height: 28px;
  width: 731px;
  margin: 0 auto 0 auto;
}

.listing_single{
  background-repeat: repeat-y;
  background-image: url(../img/site/bg_listing_single.jpg);

  width: 731px;
  margin: 0 auto 0 auto;
}

.img_single{
  width: 260px;
  float: left;
}

.img_single img{
  border: 5px solid #fff;
}

.header_listing{
  float: left;
  width: 385px;
  margin-left: 25px;
}

.t_listing{
  margin-top: 20px
}


.t_listing td{
  font-size: 10px;
  color: #000;
  padding-bottom: 15px;
}

.data_listing{
  font-weight: bold;
}

.spacer{
  width: 30px;
}

.title_listing{
  color: #7e0000;
  font-weight: bold;
  font-size: 20px;
  display: block
}

.stitle_listing{
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.price_listing{
  float: right;
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_listing_single_price.jpg);
  width: 117px;
  height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  color: #fff;
}

.titles{
  float: left;
  width: 240px;
}

.comanda_form{
  float: left;
  background-repeat: no-repeat;
  background-image: url(../img/site/bg_comment_form.jpg);
  width: 252px;
  height: 328px;
  margin-left: 25px;
}

#listing_text{
  padding-left: 10px;
  width: 350px;
  float: left;
  text-align: justify;
  margin-left: 20px;
}

.comanda_form h3{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #7e0000;
  letter-spacing: .5px;
  margin: 10px 0 5px 0;
}

.form_holder{
  margin-left: 25px;
  margin-right: 10px;
}

.form_holder label{
  display: block;
  float: left;
  width: 80px;
  color: #000;
  font-size: 10px;
  margin-bottom: 5px;
}


.form_holder .input_text{
  width: 130px;
  float: left;
  margin-bottom: 5px;
  font-family: Verdana;
  font-size: 10px;
  border: 1px solid #d6b2b2;
}

.form_holder .input_textarea{
  width: 205px;
  height: 70px;
  overflow: auto;
  font-family: Verdana;
  font-size: 10px;
  margin-bottom: 5px;
  border: 1px solid #d6b2b2;
}

.form_holder .input_text_short{
  width: 115px;
  float: left;
  margin-bottom: 5px;
  font-family: Verdana;
  font-size: 10px;
  border: 1px solid #d6b2b2;
}

.form_holder .img_security{
  margin: 5px;
}

.form_holder .button_submit{
  background-repeat: no-repeat;
  background-image: url(../img/site/btn_form_comment.jpg);
  color: #fff;
  border: 0;
  width: 115px;
  height: 27px;
  float: right;
  margin-right: 7px;
}

.form_holder p{
  height: 20px;
}

#instant_planing .element_holder{
  margin: 40px 10px 10px 15px;
}

#instant_planing .input_dropdown{
  width: 165px;
  border: 0;
  float: left;
  margin-bottom: 10px;
  font-size: 10px;

}

#instant_planing label{
  width: 75px;
  float: left;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 10px;
}

#instant_planing .input_text_short{
  width: 45px;
  border: 0;
  margin-bottom: 5px;
}

#instant_planing .input_submit_search{
  background-repeat: no-repeat;
  background-image: url(../img/site/btn_instant_cauta.jpg);
  width: 63px;
  height: 21px;
  border: 0;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}


