
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/bg_html.jpg");
	font: normal 12px Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #336799;
}

input{
	border: 1px solid #ccc;
}

textarea{
	border: 1px solid #ccc;
	height: 100px;
}

select{
	border: 1px solid #ccc;
}

.input_150{
	width: 150px;
}

.input_200{
	width: 200px;
}

.input_250{
	width: 250px;
}
.input_350{
	width: 350px;
}
.rosu{
	color: #FF0000;
}

h1{
	font-size: 16px;
	margin: 5px 0px;
	color: #336799;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
	color: #336799;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
	color: #336799;
}

#wrapper{
	background: #fff;
	width: 965px;
	margin: 0px auto;
}



#logo{
	width: 200px;
	float: left;
	padding-left: 10px;
}


#menu{
	text-align:right;
	width: 580px;
	float: right;
}



#menu ul {

	padding-left: 20px;
}

#menu ul li{
	display: inline;
	margin-right: 0px;
	height: 76px;
	line-height: 80px;
	padding: 28px 12px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	padding: 3px;
	font-weight: bold;
	font-size: 15px;
	color: #333;
}

#menu ul li .tree_selected a{
	color: #336799;
	border-top: 5px solid #336799;
}

#menu ul li a:hover{
	color: #336799;
	border-top: 5px solid #336799;
}

#banner{
	padding: 3px;
}


#content{
	background: #F6F6F6;
	border-top: 5px solid #333;
	padding-top: 1px;
}


#main{
	float: left;
	width: 650px;
	margin: 0px 10px;
}

#left{
	float: left;
	width: 250px;
	margin: 0px 10px 10px 10px;
}



.tab_left{
	background: #E2E2E2;
	margin: 10px 0px;
	padding-bottom: 10px;
}

.tab_left h1{
	background: #336799;
	color: #fff;
	padding: 5px;
}

.tab_left ul{
	padding: 0px 10px;
}

.tab_left ul li{
	border-bottom: 1px solid #ccc;
	padding: 2px 2px 2px 15px;
}

.tab_left ul li a{
	color: #333;
}

.tab_left .verde{
	background: #69B425;
}

.tab_left ul li a:hover{
	color: #336799;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


.main_bottom{
	border: 1px solid #E2E2E2;
	margin-top: 10px;
	padding-top: 0px;
}

.main_bottom .prod_main{
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px 25px;
	text-align: center;
}

.main_bottom h1{
	background: #336799;
	color: #fff;
	padding: 5px;
	margin: 0px;
}

#footer{

	padding: 20px 20px 15px 20px;
	text-align: right;
	margin-bottom: 10px;
}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #333;
	padding: 10px;
}

#footer ul li .tree_selected a{
	color: #336799;
}

#footer ul li a:hover{
	color: #336799;
}

#footer_left{
	float: left;
	width: 250px;
	text-align: left;
}

#footer_rigth{
	float: right;
	width: 550px;
}



#detalii_anunt
{
	float: left;
	width: 280px;
	padding: 5px;
}

#poze_anunt
{
	float: left;
	width: 350px;
	padding: 5px;
}

#descriere_anunt
{
	padding: 5px;
}

