body {
	background: url(images/bg.jpg) repeat-x;
	margin: 0px; font-family: Arial;
	font-size: 12px;
	color: black;
	font-family: Arial;
}

A {
text-decoration: none;
color: white;
}
A:hover {
text-decoration:underline;
}

/*header*/
td#td-header {
	background: url("images/header.jpg") no-repeat;
	width:789px;
	height: 143px;
}
td#td-left {
	background: url("images/left.jpg") no-repeat;
	width:220px;
	height: 597px;
}
td#td-footer {
	background: url("images/footer.jpg") no-repeat;
	width:789px;
	height: 32px;
	color: #939598;
}
td#td-footer A {
	color: #939598;
	text-decoration: none;
}
td#td-footer A:hover{
	color: black;
	text-decoration: underline;
}

/* cautare */
div#cauta{
	width: 234px;
	height: 44px;
	margin-top: 13px;
}
div#cauta_form{
	background: url("images/butoane/search_panel.png") no-repeat;
	width: 234px;
	height: 44px;
	padding-top: 3px;
}

#cauta_text{
	width: 135px;
	border: 1px solid black;
}

div#mesaj_cauta_hu{
color: white;
padding-left: 14px;
padding-top: 2px;
}

/* marci */
div#marcile_noastre_text{
	height: 50px;
	width: 20px;
	margin-top: -47px;
	margin-left: 240px;
	
	line-height: 90%;
	font-family: Arial;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

div#marcile_noastre_logo{
	height: 60px;
	width: 488px;
	margin-top: -60px;
	margin-left: 300px;
	background: transparent;
}

div#prezentari_media{
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	font-size: 13px;
}
div#prezentari_media A{
	text-decoration: underline;
}
div#butoane_meniu {
	height: 33px;
	width: 785px;
	margin-top: 22px;
	background: transparent;
	text-align: center;
}


div#locatie_pagina{ 	/* ??? sa vedem unde o pune.  */
	float:left;
	margin-top: 5px;
	padding-left: 15px;

	font-size: 17px;	
	font-weight: bold;
	color: white;
}

div#schimba_limba{
	margin-top: 0px;
	margin-right: 7px;
	float: right;
	color: black;
	font-weight: bold;
}
div#schimba_limba A{
	color: black;
	font-weight: bold;
}

/* BOF pt categorii din stanga */
div#categorii_list {
	color: black;
	font-size: 14px;
	width: 210px;
	border: 0px solid white;
	margin-left: 7px;
	margin-top: 15px;
}
div#categorii_list A {
	text-decoration: none;
	color: black;
	font-size: 14px;
}
div#categorii_list A:hover {
	text-decoration: underline;
	color: black;
	font-size: 14px;
}

/* EOF pt categorii din stanga */


/* BOF pt lista produselor in dreapta*/
div#produse_list{
width: 748px; height: 535px;
border: 0px solid red;
margin-top: 15px;
margin-left: 20px;
overflow: auto;
}

td#cadran_produs_left{
background: url("images/cadran-produs.png") no-repeat;
background-position: left bottom;
width: 372px; height: 173px;
}
td#cadran_produs_right{
background: url("images/cadran-produs.png") no-repeat;
background-position: left bottom;
width: 372px; height: 173px;
}
div#produs_titlu{
color: white;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
padding-top: 11px;
width:246px; height: 14px;
}
div#produse_mini_descr{
color: black;
font-size: 13px;
margin-top: 6px;
margin-left: 5px;
width: 345px;height: 42px;
border: 0px solid white;
}
div#produse_mini_descr A{
text-decoration: underline;
color: black;
}
div#produse_mini_descr A:hover{
text-decoration: underline;
color: black;
font-weight: bold;
}
div#produs_imagine{
text-align: center;
margin-top: 10px;
margin-left: 3px;
width: 347px;height: 82px;
border: 0px solid black;
}
div#produs_eveniment_detalii{
padding: 1px;
text-align: left;
margin-top: 10px;
margin-left: 3px;
width: 347px;height: 82px;
border: 0px solid black;
color: #00aca3;
}
div#produs_eveniment_detalii A{
color: #00aca3;
text-decoration: underline;
}
div#produs_eveniment_detalii A:hover{
color: #00aca3;
text-decoration: underline;
font-weight: bold;
}


/* detalii produs popup */
div#popup_background{
background: url("images/popup-background.jpg") top left no-repeat ;
background-attachment: fixed;
width: 625px;
height: 570px;
text-align: left;
}


div#detalii_produs_titlu {
padding: 10px;
padding-top: 20px;
font-weight: bold;
text-align: left;
color: #00aca3;
font-size: 19px;
}
div#detalii_produs_titlu A{
text-decoration: none;
color: #00aca3;
}
div#detalii_produs_titlu A:hover{
text-decoration: underline;
color: #00aca3;
}

div#detalii_produs_marca{
margin-right: 10px;
}

div#detalii_produs_descriere {
width: 445px;
padding: 10px;
font-weight: normal;
text-align: left;
color: #000000;
font-size: 15px;
padding-left: 30px;
}

div#detalii_produs_caracteristici{
padding: 10px;
font-weight: normal;
text-align: left;
color: #000000;
font-size: 15px;
padding-left: 30px;
}
/* EOF detalii produs popup */
