body {
	background-color: #000000;
	margin:0;
	font-size: 13px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
a:hover { 
   text-decoration: none;
   color: #4F6279;
}

.content { 
    float:left;
	width: 930px;
	background-color: #EBEBEB; 
}

#header { 
background:#000000;
margin:0px;
padding:0px;
height:64px;
}
#leftbar { float:left;
width:46%;
}

#rightbar { 
float:right;
padding-top:8px;
width:54%;
}


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
width: 100%;
border-bottom: 1px solid #C2D1E0;
background: url(bg_meniu.gif);
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #EAEAEA;
font-size: 13px;
padding: 5px 8px 6px 8px;
text-decoration: none;
background: url(meniulinie.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #EBEBEB;
}

#categorii {
    margin: 2px 0 0 0;
	float: left;
	width: 188px;
	background-color: #D9D9D9;
	}
	
#ddmenu{
border: 1px solid #D9D9D9;
border-bottom-width: 0;
width: 185px;
}

#ddmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% Verdana, Arial, Helvetica, sans-serif;
}

#ddmenu li a{
display: block;
padding: 3px 0;
padding-left: 8px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #4E4E4E;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #EBEBEB;
border-bottom: 1px solid #5F5F5F;
border-left: 7px solid #D9D9D9;
}

* html #ddmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddmenu li a:hover {
color: #000000;
background-color: #F3F3F3;
}

#ddmenu div.menutitle{
color: #B33664;
border-bottom: 1px solid #D9D9D9;
padding: 1px 0;
padding-left: 5px;
background-color: #D9D9D9;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#site {
    float: right;
	width: 724px;
	padding: 0 6px 5px 6px;
}

.cautare_camp {
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 4px;
	MARGIN: 1px 0px;
	PADDING-TOP: 4px;
	HEIGHT: 24px;
	BACKGROUND-COLOR: #687186
}

.texta { 
 font-size: 14px; 
 background-color: #FFFFFF; 
 border: 1px solid #465B78; 
}



.site_detaliu_titlu {
	font-family: Trebuchet MS; 
	font-size: 14px;
	color: #336699;
}

.site_detaliu {
    border-left: 1px solid #C0CEDE;
	padding: 3px 2px 4px 2px;
	height: auto;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.image {
	float: left;
	width:70px;
    height:59px;
	margin: 4px;
}


.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #333333;
	background: #687186;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}
