/* 
Title:		elf.ro - screen styles
Author: 	razvan.pop@candoo.ro
*/


/* Stiluri generale 
***************************************************************************/
body {
	margin: 0 0 15px 0;
	padding:0 ;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #222222;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	color: #777777;
}

p.texte {
	margin: 5px 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-top: 10px;
}

ul.liste {
	text-align: left;
	color: #444444;
}

hr {
	clear: both;
	display: block;
	visibility: hidden;
}

p.disclaimer {
	margin: 5px 0;
	color: #999999;
}

/* Structura pagina 
***************************************************************************/
div#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

div#footer {
	height: 50px;
	background-color: #59B124;
	margin-top: 15px;
}

div#main {
	display: block;
	margin: 0 10px;
	width: 640px;
}



/* Header 
***************************************************************************/


/* Meniu navigare */
td.meniu_principal_holder {
	background-image: url('../imagini/meniu_principal_colt_dreapta.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#meniu_principal {
	background-image: url('../imagini/meniu_principal_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
	margin-right: 12px;
	_margin-right: 4px;
	text-align: center;
}

div#meniu_principal ul {
	list-style: none;
	margin: 0 11px;
	margin-left: 20px;
	width: 300px;
	padding: 0;
}

div#meniu_principal ul li {
	float: left;
	padding: 0 11px;
	line-height: 21px;
	height: 21px;
	background-image: url('../imagini/meniu_principal_separator.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

div#meniu_principal ul li.first {
	background-image: none;
	padding-left: 5px;
}

div#meniu_principal a {
	color: #ffffff;
	text-decoration: none;
	line-height: 21px;
	height: 21px;
	float: left;
}

/* Cos si user */
div#cos_user {
	float: right;
	width: 270px;
	height: 100px;
	background-image: url('../imagini/cos_user_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
}

div#cos {
	height: 53px;
	padding: 8px 2px 1px 3px;
}

div#cos a.continut_cos {
	font-size: 11px;
	color: #ffffff;
	background: url('../imagini/viewcart.gif') 0 1px no-repeat;
	_background: url('../imagini/viewcart.gif') 0 1px no-repeat;
	padding: 3px 0 4px 24px;
	margin-top: 1px;
	height: 22px;
	font-weight: bold;
}

div#cos a.cate {
	font-size: 11px;
	color: #ffffff;
	padding-left: 24px;
	text-decoration: none;
	margin-top: 1px;
}

div#cos a.trimite_comanda {
	float: right;
	margin: 5px 5px 0 0;
}

div#user {
	width: 270px;
	padding: 6px 3px;
	_padding: 0 3px;
	_margin-top: 5px;
}

div#user p {
	font-size: 11px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

div#user p a {
	color: #ffffff;
}


/* Meniu categorii */
div#meniu_categorii {
	background-image: url('../imagini/meniu_categorii_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
	z-index: 100;
	position: relative;
	text-align: left;
}

div#meniu_categorii ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#meniu_categorii ul li {
	float: left;
	padding-left: 2px;
	background-image: url('../imagini/meniu_categorii_separator.gif');
	background-repeat: no-repeat;
	background-position: center left;
	position: relative;
}

div#meniu_categorii ul li.first {
	background: none;
}

div#meniu_categorii a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 24px;
	font-weight: bold;
	float: left;
	background-image: url('../imagini/arrow_meniu.gif');
	background-repeat: no-repeat;
	background-position: 99.3% 12px;
}

div#meniu_categorii li:hover a {
	background: #ffffff url('../imagini/meniu_categorii_bg_over.gif');
}

div#meniu_categorii li.over a {
	background: #ffffff url('../imagini/meniu_categorii_bg_over.gif');
}


div#meniu_categorii a.promotii {
	background-image: url('../imagini/meniu_categorii_bg_promotii.gif');
	background-repeat: no-repeat;
	background-color: none !important;
	background-position: top left;
	padding-left: 30px;
}

div#meniu_categorii a.promotii:hover {
	background-color: inherit;
	background-image: url('../imagini/meniu_categorii_bg_promotii.gif') !important;
	background-repeat: no-repeat;
	_background-color: none;
}

/* Meniu subcategorii */
div#meniu_categorii ul.meniu_subcategorii {
	position: absolute;
	top: 24px;
	left: 0;
	border: 1px solid #59B124;
	border-top: none;
	display: none;
	width: 180px;
	padding: 0;
	margin: 0;
	background-color: #CCFFAE;
}

div#meniu_categorii ul.meniu_subcategorii li {
	display: block !important;
	color: #000000 !important;
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	height: normal !important;
	font-size: 11px;
	font-weight: normal !important;
	line-height: 17px !important;
}


ul.meniu_subcategorii li a {
	font-size: 10px !important;
	color: #000000 !important;
	text-decoration: none;
	font-weight: normal !important;
	display: block;
	line-height: 17px !important;
	width: 160px;
	border-bottom: 1px solid #A6EE7B;
	padding: 0;
	margin: 0;
	background-image: none !important;
	background-color: #CCFFAE !important;
}

ul.meniu_subcategorii li a:hover {
	background-color: #ffffff !important;
}

ul#meniu_categorii li:hover ul {
	display: block;
}

ul#mcategorii li:hover ul, ul#mcategorii li.over ul {
	display: block;
}



/* Casuta search */
input.search_box {
	margin: 0;
	border: 0;
	margin-top: 3px;
	background-image: url('../imagini/search_box_bg.gif');
	background-repeat: no-repeat;
	width: 137px;
	padding-left: 16px;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
	margin-left: 10px;
	height: 16px;
	_height: 15px;
	float: left;
	margin-top: 3px;
	_margin-top: 4px;
}

.search_go {
	float: left;
	width: 22px;
	height: 24px;
	margin-left: 10px;
}

/* Breadcrumbs */
div#breadcrumbs {
	height: 20px;
	padding: 0;
	vertical-align: bottom;
	padding: 4px 0;
	text-align: left;
}

div#breadcrumbs p {
	font-size: 11px;
	color: #666666;
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
}

div#breadcrumbs img.arrow_crumb {
	margin-bottom: -1px;
}

div#breadcrumbs a {
	color: #777777;
}

div#breadcrumbs a:hover {
	color: #999999;
}

div#breadcrumbs a.delete {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}


/* Coloane categorii, subcategorii
***************************************************************************/
div.coloana {
	background-image: url('../imagini/coloana_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 10px;
}

div.cproducatori a {
	display: block;
	margin: 10px auto;
	text-align: center;
}

div.coloana p.nume_coloana {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff !important;
	line-height: 24px;
	text-align: center;
}

/* Produse in coloane */
div.produs_coloana {
	display: block;
	background-image: url('../imagini/produs_coloana_sep.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center !important;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.produs_coloana a {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	display: block;
	margin: 7px auto;
}

div.produs_coloana p {
	font-size: 11px;
	color: #FE0000;
	font-weight: bold;
	text-align: center !important;
}

/* stiluri pentru tree-ul de categorii */
div.coloana ul {
	margin: 0 1px;
	padding: 0;
	list-style: none;
	display: block;
}

div.coloana ul.nivel_0 li {
	background-image: url('../imagini/nivel_0_background.gif');
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	margin-bottom: 10px;
	padding-left: 10px;
}

div.coloana ul.nivel_1 li {
	background: none;
	border: none;
	line-height: 13px;
	margin-bottom: 3px;
	background: url('../imagini/nivel_1_arrow.gif') 5px 5px;
	_background: url('../imagini/nivel_1_arrow.gif') 4px 4px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

div.coloana ul.nivel_0 li a {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

	/*
	background: url('../imagini/nivel_0_arrow.gif') 2px 4px;
	background-repeat: no-repeat;
	*/
}

div.coloana ul.nivel_1 li a {
	background-image: none;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 0;
	background-color: #ffffff;
}

div.coloana ul.nivel_1 li a:hover {
	text-decoration: underline;
}


div.coloana ul.nivel_1 li.maimulte {
	text-align: right;
	background: none;
}

div.coloana ul.nivel_1 li.maimulte a {
	background-image: none;
	text-align: right;
}

/* Coloana filtre subcategory starts */
div.filtre_subcat {
	background-image: url('../imagini/filtre_subcat_background.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C53C00;
	margin-bottom: 10px;
}

div.filtre_subcat p {
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	padding-left: 6px;
}

div.filtre_subcat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.filtre_subcat ul li {
	margin: 5px 1px 5px 1px;
	font-size: 11px;
	color: #C53C00;
	font-weight: bold;
	text-indent: 5px;
}

div.filtre_subcat ul li li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-indent: 5px;
	width: 158px;
	margin-bottom: 1px;
}

div.filtre_subcat ul li li a {
	font-size: 10px;
	color: #0083C8;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 0;
	padding-left: 5px;
	width: 153px;
	display: block;
	width: auto;
	_float: left;
}

div.filtre_subcat ul li li a:hover {
	text-decoration: underline;
}


div.filtre_subcat ul li li a.selectat {
	background-color: #EAEACF;
	width: 153px;
	overflow: hidden;
	text-indent: 12px;
	font-weight: bold;
}
/* Coloana filtre subcategory ends */



/* Bannere coloane
***************************************************************************/
div.banner_cs {
	margin-bottom: 10px;
}


/* Homepage
***************************************************************************/
div.heading_second {
	width: auto;
	clear: both;
	display: block;
	margin-top: 2px;
}

div.heading_second h2, h1 {
	background: url('../imagini/arrow_head.gif') 0px 2px no-repeat;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	border-bottom: 3px solid #59B124;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 2px;
}

/* Boxuri produse */
div.box_produs {
	float: left;
	background: url('../imagini/box_produs_bg.gif') top right no-repeat;
	width: 213px;
	height: 178px;
}

div.box_categ {
	height: 130px !important;
}

div.box_produs_nb {
	background: url('../imagini/box_produs_bg_nb.gif') top right no-repeat;
}

div.box_produs_seph {
	background: url('../imagini/box_produs_seph.gif') left top repeat-x;
	height: 4px;
	clear: both;
	overflow: hidden;
}

div.box_produs a {
	color: #074FA8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px;
}

div.box_produs img {
	display: block;
	margin: 10px;
	text-align: center;
}

div.box_produs p.pret {
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	width: auto;
}

div.box_produs p.pret span {
	color: #BC001F;
	padding-right: 12px;
	background: url('../imagini/box_produs_bg_pret.gif') center right no-repeat;
	padding-bottom: 2px;
}

/* Box categorii starts */
table.tbl_subcategorii td {
	background: url('../imagini/box_produs_bg.gif') top right no-repeat;
	text-align: center;
	vertical-align: top;
}

table.tbl_subcategorii td.nb {
	background: url('../imagini/box_produs_bg_nb.gif') top right no-repeat;
}

table.tbl_subcategorii td.sep {
	background: url('../imagini/subcategorii_sep.gif') left bottom repeat-x;
	height: 4px;
}

div.box_produs_nb {
	background: url('../imagini/box_produs_bg_nb.gif') top right no-repeat;
}

table.tbl_subcategorii td a.cat {
	color: #074FA8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 5px;
	text-align: center;
}

table.tbl_subcategorii td img {
	display: block;
	margin: 10px auto;
	text-align: center;
}

table.tbl_subcategorii ul {
	list-style: square;
	color: #60BF27;
	text-align: left;
	margin-left: 10px;
	padding-left: 15px;
	margin-right: 2px;
	padding-right: 1px;
}

table.tbl_subcategorii p.gross_price {
	text-align: center;
	margin: 10px auto;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	height: 19px;
}

table.tbl_subcategorii p.gross_price span {
	color: #BC001F;
	padding: 1px 5px 1px 0;
	background: url('../imagini/pret_bg.gif') top right no-repeat;
}

table.tbl_subcategorii ul li {
/*	background: url('../imagini/subcategorii_dot.gif') 0 5px no-repeat; */
	margin-bottom: 5px;
}

table.tbl_subcategorii ul li a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
	text-align: left;
}

table.tbl_subcategorii ul li a:hover {
	color: #777777;
}
/* Box categorii ends */

/* Categorie 
div#subcategories_holder ul {
	list-style: square;
	color: #60BF27;
	text-align: left;
	margin-left: 10px;
	padding-left: 15px;
	margin-right: 2px;
	padding-right: 1px;
}

div#subcategories_holder ul li {
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
}

div#subcategories_holder ul li a {
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
	text-align: left;
}

div#subcategories_holder ul li a:hover {
	color: #777777;
}
*/
/* Subcategorie
***************************************************************************/

/* Top listing starts */
div#banner_subcategorie {
	margin: 4px 0;
}

div#optiuni_listing {
	background-color: #EDEDED;
	margin-bottom: 4px;
	margin-top: 15px;
	border: 1px solid #D0D0D0;
	padding: 1px 2px;
	height: 20px;
}

div#optiuni_listing p.cate {
	float: right;
	line-height: 20px;
}

div#optiuni_listing p.cate_afisez {
	float: left;
}

div#optiuni_listing select {
	font-size: 10px;
	margin-top: 1px;
}

div.paginatie_sort {
	clear: both;
	display: block;
	height: 16px;
	margin-top: 15px;
}

div.paginatie_sort a {
	color: #666666;
	text-decoration: none;
}

div.paginatie_sort a.nou {
	text-decoration: none;
	font-size: 11px;
}

div.paginatie_sort a:hover {
	color: #777777;
	text-decoration: underline;
}

div.paginatie_sort p {
	color: #333333;
}

div.paginatie_sort p.pagini {
	float: left;
}

div.paginatie_sort p.sort {
	float: right;
}

div.paginatie_sort a.pretasc {
	background: url('../imagini/pretasc.gif') 0 5px no-repeat;
	padding-left: 10px;
	margin-right: 10px;
}

div.paginatie_sort a.pretdesc {
	background: url('../imagini/pretdesc.gif') 0 5px no-repeat;
	padding-left: 10px;
}

/* Top listing ends */

table.lista_produse {
	clear: both;
}

table.lista_produse td.nume_produs {
	background: url('../imagini/listing_produse_background.gif') top left repeat-x;
	padding-top: 6px;
	padding-left: 5px;
	border-top: 1px solid #59B124;
	text-align: left;
}

table.lista_produse td.nume_produs a {
	font-size: 13px;
	color: #074FA8;
	font-weight: bold;
}

table.lista_produse td.nume_produs a:hover {
	color: #085CC4;
}

table.lista_produse td.sepv {
	background: url('../imagini/listing_sepv.gif') center right no-repeat;
}

table.lista_produse td.specs_holder {
	padding: 15px 4px 12px 4px;
}

table.lista_produse td.lastrow {
	border-bottom: 1px solid #59B124;
}

table.specs tr.impar {
	background-color: #F5F5F5;
}

table.specs td {
	color: #333333;
	font-size: 10px;
	padding: 1px 0;
}

table.specs td a {
	font-size: 10px;
	color: #074FA8;
	text-decoration: none;
}

a.compara {
	color: #59B124;
	font-size: 10px;
}

table.lista_produse td.info {
	padding: 6px 0 10px 6px;
}

table.lista_produse td.info p {
	color: #FE0000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

table.lista_produse td.info span {
	font-size: 10px;
	color: #555555;
	margin-top: 5px;
	display: block;
}

table.lista_produse p.info {
	color: #666666;
	background: url('../imagini/checked.gif') 0 1px no-repeat;
	line-height: 14px;
	padding-left: 16px;
	margin-bottom: 2px;
	font-size: 10px !important;
	color: #666666 !important;
	font-weight: normal !important;
	margin-top: 10px;
}


/* Detalii produs
***************************************************************************/
table.detalii_produs {
	margin-top: 10px;
}


table.produs_dreapta h2 {
	font-size: 12px;
	font-weight: bold;
	color: #C59E13;
	margin: 0;
}

table.produs_dreapta ul {
	_margin-left: 10px;
	padding-left: 12px;
	font-size: 11px;
	color: #222222;
	margin-top: 5px;
}

table.produs_dreapta ul li {
	margin-bottom: 2px;
}

table.produs_dreapta img.logo_producator {
	float: right;
}
/*
table.detalii_produs td.poza_produs {
	background: url('../imagini/dprodus_sepv_poza.gif') top right repeat-y;
}
*/

table.produs_stanga a.mareste_poza {
	background: url('../imagini/dprodus_mareste_poza.gif') 0 2px no-repeat;
	color: #999999;
	line-height: 17px;
	height: 18px;
	width: 120px;
	display: block;
	padding-left: 8px;
	margin-top: 10px;
}

div.poza_thumb {
	float: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid #dddddd;
	cursor: hand;
	cursor: pointer;
}


div#pret {
	margin: 5px 0;
	padding: 0 0 5px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #dddddd;
}

div#pret div.prop_produs {
	text-align: left;
	margin-bottom: 15px;
	display: block;
}

div#pret div.prop_produs {
	color: #666666;
	line-height: 14px;
	margin-bottom: 2px;
}

div#pret p.pret {
	font-size: 14px;
	font-weight: bold;
	color: #FE0000;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#pret p.pret span {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


div#pret p.info {
	text-align: left;
}

div#pret div.info {
	margin-top: 15px;
	text-align: left;
}

div#pret div.info p {
	color: #666666;
	background: url('../imagini/checked.gif') 0 1px no-repeat;
	line-height: 14px;
	padding-left: 16px;
	margin-bottom: 2px;
	font-size: 11px !important;
	color: #666666 !important;
	font-weight: normal !important;
}

div.extra {
	background: url('../imagini/comanda_telefon.gif') no-repeat;
	width: 251px;
	height: 75px;
	text-align: left;
}

div.extra p {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0 5px 2px; 
}

div.extra span {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	margin-bottom: 2px;
	margin-left: 10px;
}


/* Specificatii produs starts */

/* Tabs */
div#tabs {
	height: 28px;
	display: block;
	width: auto;
	border-bottom: 2px solid #E8B916;
}

#tabs ul {
	margin: 0;
	padding: 10px 0 1px 0;
	list-style: none;
}

#tabs li {
	float: left !important;
	background:url("../imagini/tabs_stanga.gif") no-repeat left top;
	margin:0;
	margin-right: 2px;
	padding:0 0 0 5px;
}

#tabs a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	display: block;
	width: .1em;
	background: url("../imagini/tabs_dreapta.gif") no-repeat right top;
	padding: 2px 18px 3px 8px;
	text-decoration: underline;
	color: #000000;
	white-space: nowrap;
}

#tabs > ul a {
	width:auto;
}


#tabs .current {
	background:url("../imagini/tabs_stanga.gif") no-repeat 0 -64px;
}

#tabs .current a {
	background:url("../imagini/tabs_dreapta.gif") no-repeat right -64px;
	color: #ffffff;
	text-decoration: none;
}

#tabs a:hover {
	text-decoration: none;
}

 /* Tabs ends */

 div#specs {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d0d0d0;
	width: auto;
}

 table.specschar td {
	border-bottom: 1px solid #E2E2E2;
	padding: 3px;
	vertical-align: top;
}

 table.specschar tr.bgodd {
	background-color: #F5F5F5;
}

/* Cart
***************************************************************************/
div#cart {
	background-color: #dddddd;
	width: 640px;
	margin-top: 20px;
}

div#cart table, div#checkout table {
	width: 640px;
}

div#cart table td, div#checkout td {
	background-color: #ffffff;
}

div#cart table th {
	background-color: #E8B916;
	color: #ffffff;
}

div#cart table td a {
	color: #074FA8;
}

div#cart table td a.sterge {
	color: #ff0000;
}

div.behind_table {
	background-color: #dddddd;
}
/* Forms
***************************************************************************/
table.list {
	width: 640px;
	border: 1px solid #dddddd;
}

table.list th {
	background-color: #E8B916;
	color: #ffffff;
}

table.list td {
	background-color: #ffffff;
}

fieldset.form_holder {
	margin-top: 10px;
	border: 2px solid #dddddd;
}

fieldset.form_holder legend {
	background:url("../imagini/dot_legend.gif") 2px 3px no-repeat;
	padding-left: 13px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

table.forms_container td.left_cell {
	text-align: right;
	padding-right: 11px;
	font-size: 11px;
	color: #555555;
	font-weight: bold;
}

table.forms_container td input, table.forms_container td select {
	border: 1px solid #888888;
	font-size: 11px;
	color: #555555;
}

table.forms_container td input.nostyle {
	border: none;
}

table.misc {
	background-color: #F8F8F8;
	border: 2px solid #EEEEEE;
}

/* Footer
***************************************************************************/
#footer {
	text-align: center;
}

#footer p {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

/* Static stuff */
ul.meniu_htb {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	text-align: left;
	clear: both;
	display: block;
	border-bottom: 1px solid #000000;
	height: 15px;
}

ul.meniu_htb li {
	float: left;
	margin: 0 10px;
}

ul.meniu_htb li a {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
	padding: 2px 5px;
	background-color: #F6C417;
	_float: left;
}

ul.meniu_htb li.current a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 2px 5px;
	background-color: #F6C417;
	_float: left;
}

/* misc */
div#psec_2 {
	padding: 2px;
}

div#psec_2 div.adauga {
	background-color: #EAEAEA;
	border-top: 1px solid #D3D3D3;
}


div#psec_2 p {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

div#psec_2 label {
	font-size: 10px;
	font-weight: bold;
	display: block;
}

p.model {
	margin: 5px 0;
	font-size: 11px;
}