/* elemente generale */
body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 770px;
	margin: 0px auto -1px auto;
	border: 1px solid #777777;
}

a{
	text-decoration: none;
}

img {
	border: 0px;
}

table{
	border: 0px;
}

/* elemente personalizate */

div#header {
	background-image: url("imagini/hdr-fill.gif");
	background-repeat: repeat-x;
	height: 80px;
}

#header td{
	padding-left: 15px;
	font: 14px tahoma;
	font-variant: small-caps;
	font-weight: bold;
	background: 100% 0% url("imagini/hdr-sep.gif");
	background-repeat: no-repeat;
}

#header a{
	color: #FFFFFF;
}

#header a:visited{
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

div#subhdr{
	background-image: url("imagini/subhdr.gif");
	height: 23px;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 180px;
	padding-top: 3px;
	font: 12px arial;
	font-weight: bold;
	color: #333333;
}

#cautare {
	padding-left: 60px;
	font: 12px arial;
	font-weight: bold;
	color: #555555;
}

td#cautare {
	background-color: #ECECEC;
	font: 11px tahoma;
	border-bottom: 5px solid #CCCCCC;
}

td#oferte {
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px;
	width: 249px;
}

td#despre_scurt {
	padding: 20px;
	border-left: 1px solid #CCCCCC;
}


#pret {	
	font: 11px tahoma;
	width: 85px;
}

#pagina {
	background-color: #FFFFFF;
	padding: 40px;
	font: 12px tahoma;
	color: #444444;
}

td#footer {
	font: 9px tahoma;
	padding-left: 10px;
	padding-right: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

div#footer-bar {
	height: 0px; 
	font: 3px tahoma;
	background-color: #7F7F7F;
}

html>body div#footer-bar {
	height: 5px; 
	background-color: #7F7F7F;
}

div#formular {
	padding-left: 150px;
}

div#graybar {
	margin-top: 10px;
	background-color: #DCDCDC;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}

textarea, input, select {
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #ffffff;
	font: 11px tahoma;
}

select:hover {
	background-color: #ECECEC;
}

input:hover {
	background-color: #ECECEC;
}

textarea:hover {
	background-color: #ECECEC;
}


#select {
	width: 190px;
}

#de {
	width: 90px;
}

textarea {
	overflow: auto;
}

#eroare {
	font: 14px tahoma bold;
	color: #FF0000;
}

td#oferte-mici {
	font: 10px tahoma;
	padding-left: 0px;
}

td#oferte-mici a {
	color: #0000FF;
	padding-left: 0px;
}

table#lista {
    border: 0px;
	font: 11px tahoma;
}

div#edit {
	background-color: #ECECEC;
	font: 11px tahoma;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.admin {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}

#form1 {
	border-bottom: 2px solid #EECCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}