@charset "utf-8";
/* CSS Document */

body, form {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	/*background-color:#3B3B3B;*/
	/*background-color:#dbd68d;*/
	/*background-color:#d7d7d4;*/
	/*background-color:#f5f2bf;*/
	/*background-color:#f8f7f0;*/
	/*background-color:#f0eed4;*/
	background-color:#f2f7de;
	height:100%;
}

select, input, textarea, * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

object:active {
	outline:none;
}

object:focus {
	-moz-outline-style:none;
}

div:active {
	outline:none;
}

div:focus {
	-moz-outline-style:none;
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style:none;
}

.slider_bg {
	background-image:url(../images/bg_lunga.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.slider_bg_scurt {
	background-image:url(../images/bg_scurta.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.slider_sel_bg {
	background-image:url(../images/bg_selected.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

.slidertext{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.titlu_calculator{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#ac3b05;
}
.titlu_ultimele_proprietati{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	color:#000;	
}
.textBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.textMaro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#a63905;
}
.linkMaro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a63905;
}
.textGri{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#707070;
}

.textVerdeSubl {
	color:#3f4c12;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.textFooter {
	color:#3a3a3a;
	font-weight:bold;
	font-size:12px;
}

.ult_label {
	color:#333;
	font-size:12px;
	font-weight:bold;
}

a.ult_link:link {
	display:block;
	color:#666;
	text-decoration:none;
}

a.ult_link:visited {
	display:block;
	color:#666;
	text-decoration:none;
}

a.ult_link:visited span {
	/*color:#666;*/
}

a.ult_link:hover {
	display:block;
	color:#666;
	text-decoration:underline;
}

.top_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5ca16;
	font-weight: bold;
}

.bigwhite {
	font-size:30px;
	font-family:'Arial Black';
	color:white;
}

.separatordiv {
	background-color:#90743b;
	border-color:#c8a458;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	height:1px;
	margin:15px 0px 15px 0px;
}

#ajaxstate {
	background-color:#333;
	color:white;
	width:auto;
	padding:1px 8px 1px 8px;
	font-size:11px;
	z-index:999;
}

#butonComparaCapTabel {
	color:#f5c765;
}
.cursorul{
	width:11px;
	height:19px;
	position:absolute;
	background:url(../images/cursor.png);
	top:0px;
	left:0px;
	cursor:pointer;

}

