/*
body, html {
*/ 
body {
  height: 100%;
  font-size: 12px;
  font-family: georgia;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #254D02;
  background-color: #F4F8E9;
}
table{
background-color: transparent;
}
td{
  background-color: transparent;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 20px;
}
p{
padding: 5px 0px 5px 0px;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}
h1 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 17px;
  color: #E9FFA9;
  text-decoration: underline;
}
h2 {
  font-size: 15px;
  color: #ffffff;
}
h3 {
  font-size: 14px;
color: #09386C;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 12px;
}
/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}
/* Links */
a {
  text-decoration: none;
  color: #045F30;
  font-weight: bold;
}
a:hover {
  font-weight: bold;
  color: #FC920A;
}
a img {
  border: 0;
}
a img.border {  
  border: 1px solid #FC3307;
}
a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}
/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}
img.floatLeft {
  margin: 5px 10px 10px 0;
}
/* Blockquote */
/**************************************************************
   Form Elements
 **************************************************************/
form {
  padding: 0;
  margin: 0;
}
/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}
input,
textarea,
select {
  padding: 0px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: white;
  border: 1px solid #FFEBD9;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #EFF3FF;
  border: 1px solid #888;
}
input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}
input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}
.cat_links_holder{
background-image: url(images/menu_left_bk_cat.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: 20px top;
margin-bottom: 3px;
margin-top: 5px;
  }

#mini_cart{}
#mini_cart td{
font-size: 10px;
font-weight: normal;
line-height: 12px;
margin: 0px; 
padding-left: 3px;
background-color: transparent;
border-bottom: 1px solid #EBFFB5;
  }
#mini_cart a:link{color: #045F30}
#mini_cart a:visited{color: #045F30}
#mini_cart a:hover{color: #FFFA9F}

#lang_switch{
margin-top: 20px;
height: 55px;
font-size: 10px;
font-weight: bold;
padding-left: 12px;
width: 60px;
}
#lang_switch a{
text-decoration: none;
display: block;
color: #24498E;
}
#lang_switch a:hover{
text-decoration: none;
display: block;
color: #FF5100;
}
#bottom_menu {
text-align: right;
height: 22px;
}
#bottom_menu a{
font-size: 11px;
font-weight: normal;
color: #919191;
text-decoration: none;
}
.bottom_bar{
height: 22px;
padding-right: 0px;
color: gray;
background-color: #ffffff;
font-size: 9px;
text-align: right;
}
.bottom_bar a{
font-size: 9px;
font-weight: bold;
color: #1E448B;
text-decoration: none;
}
.bottom_bar_home{
height: 22px;
margin-top: 10px;
color: #ffffff;
background-color: transparent;
font-size: 11px;
text-align: right;
}
.bottom_bar_home a{
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.copyright{
height: 25px;
margin-left: 1px;
padding-left: 15px;
text-align: left;
float: left;
}
.copyright a{
font-size: 9px;
font-weight: bold;
color: #77613F;
text-decoration: none;
}
.short_offer_desc{
background-color: #fafafa;
border: 1px solid #efefef;
padding: 3px;
margin-bottom: 5px;
}
.short_offer_desc h2{
font-size: 9px;}
#extra_content{
background-color: #fafafa;
border: 1px solid #efefef;
padding: 3px;
margin-bottom: 10px;
width: 540px;
line-height: 20px;
}
#extra_content img{
}
#feat_content{
background-image: url(images/featured_top.gif);
background-position: top left;
background-repeat: no-repeat;
width: 175px; 
color: #7F7F7F;
padding: 5px;
margin: 0px;
line-height: 18px;
}
#feat_content p{
margin: 0px;
padding: 0px;
}
#feat_content img{
}
.featured{
background-color: #F5F5F5;
width: 165px; 
color: #002272;
padding: 0px;
margin: 0px;
border: 1px solid #E1E1E1;
}
.featured p{
margin: 0px;
padding: 0px;
}
.featured img{
}
.featured_go{
text-decoration: none;
font-weight: bold;
font-size: 12px;
vertical-align: middle;
background-color: #002272;
text-align: center;
}
.featured_go a{
text-decoration: none;
color: white;
font-weight: bold;
font-size: 12px;
padding-left: 5px;
background-repeat: no-repeat; 
background-position: top left; 
height: 20px;
width: 100%;
}
.featured_go a:hover{
text-decoration: none;
color: white;
width: 100%;
}
.featured_go a:visited{
text-decoration: none;
color: white;
width: 100%;
}
#topic_content{
float: right;
}
.content_cms{
background: url(images/content_top.gif) no-repeat top left;
line-height: 20px;
padding: 5px;
background-color: #90BA1C;
color: #ffffff;
min-height: 202px;
border-top: none;
}

* html .content_cms {
height: 202px;

}
#content_cms{
background: url(images/header-bk.gif) no-repeat top left;
line-height: 18px;
color: #1E448B;
padding: 0px;
line-height: 20px;
}
.today{
background-image: url(images/date_bk.gif); 
background-position: top left; 
background-repeat: no-repeat; 
height: 35px;
color: gray;
font-size: 11px;
padding-left: 15px;
padding-top: 10px;
}
a.current_lang {
 color: red;
}
/*start slideshow style */
.slideshow_manevra{
 width: 144px; height: 20px; background-color: #efefef; 
 text-align: center; vertical-align: middle; font-size: 5px
}
#slideshow{
border: 0px;
padding: 0px;
margin: 0px;
margin-top: 0px;
}
.slideshow_td{
border: 1px solid #E8E8E8;
width: 144px;
height: 131px;
text-align: center;
vertical-align: middle;
}
/*start slideshow style */
/* start breadcrumbs styles*/
#path_link a{
    color: #FFFA9F;
    font-size: 11px;
    text-decoration: none;
}
#path_link {
    font-size: 11px;
    margin-left: 2px;
    margin-top: 2px;
    color: #dadada;
}
.td_forms{
height: 20px; border: 1px solid #E1E1E1; 
background-color: #F5F5F5;
font-size: 11px;
padding: 2px;
margin: 2px;
}
/* end breadcrumbs styles*/
#oferta_link{
float: left;
width: 120px;
padding-right: 5px;
}
#oferta_link a{
text-decoration: none;
font-weight: bold;
color: #FF5100;
font-size: 12px;
}
.bulk_desk_details_head a{
color: green;}
.pret{
color: black;
font-weight: bold;
font-size: 11px;
}
#table_forms{
width: 533px;
}
#table_forms td{
height: 20px; border: 1px solid #E1E1E1; 
background-color: #F5F5F5;
font-size: 11px;
color: #333333;
padding: 2px;
margin: 2px;
text-align: center;
}


.cart_product_show{
width: 230px;
}
.cart_table{
width: 100%;
}
.cart_table td{
height: 20px; border: 1px solid #E1E1E1; 
background-color: #F5F5F5;
font-size: 11px;
color: #045F30;
padding: 2px;
margin: 2px;
text-align: center;
}
.cart_table_align_left{
}
.cart_table_align_left td{
height: 20px; border: 1px solid #E1E1E1; 
background-color: #F5F5F5;
font-size: 11px;
color: #045F30;
padding: 2px;
margin: 2px;
text-align: left;
}
#login_table td{
height: 20px; border: 1px solid #E1E1E1; 
font-size: 13px;
color: #fff;
padding: 2px;
margin: 2px;
text-align: center;
}
#login_table a{
font-weight: bold;
text-decoration: none;
color: #fff;
}
a.user_link  {
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #FF6600;
}
.warning {
  color: red;
}
.function_hint{font-weight: normal;font-size: 11px;color: #ffffff;vertical-align: middle;}
.function_hint a:link{color: #fff}
.function_hint a:visited{color: #fff}
.function_hint a:hover{color: #FFFA9F}
.contact_form{
margin: auto;
}
.contact_form td{
font-size: 12px;
padding: 3px;
color: #025D2D;
}
.contact_companies{
background-color: #90BA1C;
}
.contact_everybody{
background-color: #C8E476;
}
.class_search {
background-color: #BBF028;
color: #fff;
font-weight: bold
}
/**************** tanfa menu coding *****************/
.error_to_user{
color: red;
background-color: #FFE9E9;
font-weight: bold;
border: 1px solid red;
font-size: 11px;
padding: 2px;
}
/**************************************************************
   All page content except for footer
 **************************************************************/
#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/
#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #CFD9DB;
  background: #FFF url(images/bg/topbar.gif) repeat-x bottom left;
}
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#center_content{
  margin: 0 auto;
  width: 950px;
  text-align: left;
}
/**************************************************************
   Page Content
 **************************************************************/
#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}
#columns {
  margin: 0 auto;
}
/* Column widths */
.width {
  width: 900px;
}
.widthPad {
  width: 900px;
}
.right_col {
width: 165px;
background-image: url(images/top_right.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: left top;
}
.left_col {
  width: 235px;

}
#center_col {
background-image: url(images/top_deco.jpg);
background-position: top right;
background-repeat: no-repeat;
width: 550px;
padding: 0px; 
}
#center_col ul{
  }
#center_col li{
  margin-left: 20px;
  }
.width555 {
  width: 555px;
}
.width73 {
  width: 73%;
}
.width75 {
  width: 75%;
}
.width100 {
  width: 100%;
}
/**************************************************************
   Footer
 **************************************************************/
#footer {
  background: url(images/bottom_tile.gif) repeat-x top left;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
}
#footer_menu a:link{
  color: #ffffff;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  background-image: url(images/footer_links_separator.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
#footer_menu a:visited{
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  background-image: url(images/footer_links_separator.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
#footer_menu a:hover{
  color: orange;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  background-image: url(images/footer_links_separator.gif);
  background-position: top right;
  background-repeat: no-repeat;
  }
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 0px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.lightBlueBg {
  background-color: #EAF2F5;
}
.dark {
  color: #353E47;
}
#menu_top{
  margin: 0 auto;
  height: 19px;
  }
#top_menu {
height: 28px;
text-align: left;
margin-top: 176px;
}
#top_menu a{
text-decoration: none;
color: #025D2D;
font-size: 16px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin-right: 10px;
border-bottom: 3px solid #F9B604;
}
#top_menu a:hover{
color: #AA3D8B;
border-bottom: 3px solid #FF8B00;
}

#top_menu_home {
line-height: 25px;
text-align: right;
margin-right: 60px;
}
#top_menu_home a.cat{
background-image: url(images/cat_menu_bk.gif);
background-repeat: no-repeat;
background-position: top left;
color: white;
font-size: 12px;
font-weight: bold;
line-height: 20px;
padding-left: 38px;
}
#top_menu_home a{
background-repeat: no-repeat;
background-position: 2px 5px;
text-decoration: none;
color: #0E4F15;
font-size: 12px;
font-weight: bold;
padding-left: 3px;
padding-right: 10px;
}
#top_menu_home a:hover{
color: #ff6600;
}
.main_page_sections{
  float: right;
  width: 99px;
  height: 77px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center -16px;
  margin-right: 3px;
}
.main_page_sections a:link{
color: white;
}
.main_page_sections a:visited{
color: white;
}
.main_page_sections a:hover{
color: #057702;
}
.main_page_sections_titles{
background-color: #97C713;
position: relative; 
top: 55px; 
color: white; 
font-weight: bold; 
text-align: center; 
border-top: 2px solid white !important;
border-top: 4px solid white;
font-size: 11px;
}
/* icon-uri limba start*/
.info_lang{
margin-left: 2px;
}
.info_lang img{
margin-top: 8px; 
margin-right: 8px;
}
a.info_lang{
  position:relative;
  z-index:24; 
  color:#888;
  text-decoration:none
  font-weight: bold;
  }
a.info_lang:hover{
  z-index:25; 
  }
a.info_lang span{
  display: none
  }
a.info_lang:hover span{
  color: #ffffff;
  display:block;
  position:absolute;
  top: -5px; left:0px;
  border:none;
  background-color:transparent; 
  text-align: left;
  width: 140px;
  font-size: 9px;
  }
/* icon-uri limba stop*/
.formbutton{
  background-color: #FF7800;
  color: white;
  font-weight: bold; 
  }
.harta_menu0{
  font-weight: bold;
  }
.harta_menu1{
  margin-left: 15px;
  }
.harta_menu2{
  margin-left: 30px;
  }
#marqueebase{
padding-left: 10px;
background-color: transparent;
}
#marqueecontainer{
height: 120px; /*marquee height */
position: relative;
overflow: hidden;
padding: 5px;
margin-right: 15px;
margin-left: 0px;
margin-bottom: 5px;
}
#marqueecontainer a{
  font-size: 10px;
  background-image: none;
  display: block;
  color: #17CCF9;
  font-weight: bold;
  }
#marqueecontainer p{
padding: 0px 0px 5px 0px; 
margin: 0px 5px 0px 0px; 
font-size: 10px;
line-height: 12px;
}

#vmarquee{
position: absolute;
}


.newstitle{
font-weight: bold;
border-bottom: 1px solid #0A86DE;
}
.newstext{
color: #0A86DE;
font-size: 10px;
font-weight: bold;
}

#error_area{
  border: 2px solid #990000;
  padding: 5px;
  background-color: #FFAFAF;
  margin: 10px 0px 10px 0px;
  }
#curs_valutar_area table{
width: 143px;
border: none;
}

#siblings_area{padding: 3px;background-color: #A0D01E; clear: both;display: block; border: 1px solid #AED640}
#siblings_area h2{padding: 0px; margin: 0px;border-bottom: #B7CCF4}
.sibling{background-color: #B3D942;margin: 2px;border: 1px solid #9FC635; padding: 5px;}
.sibling_title a:link{color: #fff;font-size: 13px;}
.sibling_title a:visited{color: #fff;font-size: 13px;}
.sibling_title a:hover{color: #045F30; font-size: 13px;}

.extra_featured{
margin: 10px 0px 0px 15px;
padding: 0px 10px 0px 10px;
text-align: center;
color: #002272;
  }
.extra_featured img{
display: block; 
border: 1px solid #efefef;
width: 180px;
text-align: center;
margin: auto;
} 
.extra_featured p{
text-align: left;
font-size: 11px;
padding: 2px 5px 0px 5px;
margin: 2px;
}
.extra_featured a{color: #fff}
.extra_featured h2{margin: 0px 0px 5px 0px;background-color:#002272; color: white}
.clear {
clear:both;
height:1px;
overflow:hidden;
}
.categorii_holder{
  padding-left: 0px;
  }
#produse_3_coloane{
  }
.job_den{}
.job_firma{}
.job_date{}
.job_desc{}
.job_apply_link a{font-weight: bold; color: #FF7700; text-decoration: none}
.form_send_response_notok{
  border: 2px solid #990000;
  padding: 5px;
  background-color: #ADDA32;
  margin: 10px 0px 10px 0px;
  }
.form_send_response_ok{
  border: 2px solid #9AC918;
  padding: 5px;
  background-color: #ADDA32;
  margin: 10px 0px 10px 0px;
  }  
.pret_de_la{
  clear: both;
  color: white;
  background-color: #057B58;
  font-weight: bold;
  padding-left: 14px;
  font-size: 10px;
  padding: 2px;
  border-bottom: 1px solid white;
  }
.pret_vechi{
  display: block;
  color: white;
  background-color: #057B58;
  font-weight: bold;
  padding-left: 14px;
  font-size: 10px;
  padding: 2px;
  border-bottom: 1px solid white;
  }
.detalii_produs{color: #fff;background-color: #A1C737;padding: 2px;border-bottom: 1px solid #fff;font-size: 10px;font-weight: bold;}  
.detalii_produs a:link{color: #fff;}  
.detalii_produs a:visited{color: #fff;}  
.detalii_produs a:hover{color: #A93B8A;text-decoration: underline}  

.featured_center{
float: left;
margin: 0px 1px 1px 0px;
width: 165px;
padding: 1px; 
background-color: #fbfbfb; 
border: 1px solid #efefef;
  }  
.featured_center_pic_container{
background-repeat: no-repeat; 
margin: auto;
background-position: center center; 
background-color: white;
width: 165px; 
height: 124px;
}  
.featured_center_pic_container img{
display: block; 
margin: auto; 
border: 1px solid #dadada; 
width: 165px; 
height: 124px;
}
.featured_center h2{
height: 38px;
font-size: 10px; 
padding: 2px 0px 0px 0px;
text-align: center;
color: white;
background-color: #002272;
width: 165px; 
margin: 3px 1px 1px 1px;
line-height: 11px;
}
.featured_center a{
margin: 2px 0px 0px 0px;
color: white;
}
.featured_center a:visited{
margin: 2px 0px 0px 0px;
color: white;
}
.featured_center a:hover{
margin: 2px 0px 0px 0px;
color: #ff6600;
}

.l1_menu_item{
border-bottom: 1px solid white; 
padding: 0px 0px 0px 0px;
}

.l1_menu_item a{
text-decoration: none;
display: block;
line-height: 18px;
padding: 3px 3px 3px 5px;
}

.l1_menu_item a:link{
font-weight: bold;
color: white;
}

.l1_menu_item a:hover{
font-weight: bold;
color: white;
background-color: #60BEF0;
}

.l1_menu_item a:visited{
font-weight: bold;
color: white;
}


div.meniu_stanga
{
padding: 0px 0px 0px 0px;
background-color: silver;
display: none;
}

div.meniu_stanga a
{
margin-left: 0px;
padding: 1px 0px 1px 0px;
display: block;
text-decoration: none;
font-size: 11px;
color: #010066;
}


div.meniu_stanga a:hover
{
background-color: #A8E1FF;
color: #000000;
}

.projects_by_location{
margin-bottom: 10px;
padding: 10px;
}

.projects_by_location p{
padding: 0px;
margin: 0px;
}

.feat_product_lateral_container{
width: 176px;
background-color: #C8E476;

}
.feat_product_lateral{
background-image: url(images/feat_top_lateral.gif);
background-position: left top;
background-repeat: no-repeat;
color: #0E4D2D;
width: 156px;
padding: 10px 10px 0px 10px;
margin: 0px;
text-align: center;
}

.feat_product_lateral p{
text-align: center;
}

.feat_product_lateral h2{
font-size: 11px; 
margin: 2px 0px 0px 0px;
padding: 0px;
line-height: 1.2em;
background-color: transparent;
}

.feat_product_lateral img{
 background-repeat: no-repeat; 
 background-position: center center; 
 background-color: white;
 display: block; 
 margin: auto; 
 border: 1px solid #90BA1C; 
 width: 110px; 
 height: 110px;
 }

.feat_product_lateral a{
color: #0E4D2D;
}
.feat_product_lateral a:hover{
color: #046C37;
}


.feat_product_central_container{
float: left;
width: 176px;
padding: 2px;
}


.feat_product_central{
background-image: url(images/feat_top_central.gif);
background-position: left top;
background-repeat: no-repeat;
background-color: #C8E476;
color: #0E4D2D;
width: 156px;
padding: 10px 10px 0px 10px;
height: 200px;
}

.feat_product_central h2{
font-size: 11px; 
margin: 2px 0px 0px 0px;
padding: 0px;
background-color: transparent;
text-align: center;
}

.feat_product_central p{
text-align: center;
font-size: 11px;
padding: 0px;
margin: 0px;
}


.feat_product_central img{
 background-repeat: no-repeat; 
 background-position: center center; 
 background-color: white;
 display: block; 
 margin: auto; 
 border: 1px solid #90BA1C; 
 width: 110px; 
 height: 110px;
 }

.feat_product_central a{
color: #0E4D2D;
}
.feat_product_central a:hover{
color: #046C37;
}


.ofspec_list_public_all{
padding: 5px;
border: 1px solid #88B117;
margin: 0px 0px 10px 0px;
}

.ofspec_list_public_all h2{color: #ffffff;}
.ofspec_list_public_all a:link{color: #045F30;}
.ofspec_list_public_all a:visited{color: #045F30;}
.ofspec_list_public_all a:hover{color: #FFFA9F;}
#credits{
padding-top: 15px;color: #29437E; margin-bottom: 20px;}
#credits a:link{color: #448010}
#credits a:visited{color: #448010}
#credits a:hover{color: #EFB000}
#toolbox{margin: 20px 0px 0px 20px}
#search_box{padding: 0px; margin: 23px 0px 0px 14px;}
#search_and_icons{display: block;}
#search_and_icons td{color: white;}
#minicart_container{margin-left: 7px; background-color: #8AB51A;margin-right: 7px;}
#minicart{background-color: red;margin-top: 14px;color: #fff;margin-right: 0px;
background-image: url(images/minicart_bk.gif);
background-position: left top;
background-repeat: no-repeat;
background-color: #8AB51A;


}

#right_main_holder{margin-top: 20px;width: 172px;padding: 0px;}
#news_holder{background-color: transparent;color: #fff;padding: 5px;}
#getCartMenu4Product{margin-top: 5px;padding: 0px 2px 0px 2px;}
#getCartMenu4Product td{vertical-align: middle;font-size: 11px; color: #fff}
#getCartMenu4Product a:link{color: #fff; font-weight: normal;}

.search_result_link_and_score a:link{}
.search_result_link_and_score a:visited{}
.search_result_link_and_score a:hover{color: #FFFA9F}
