﻿@import "print.css";
@media screen, handheld, projection, tv {

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/background/bg_body.jpg') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #616161;
}

.main_wrapper {
	background: url('../images/background/bg_main_wrapper.jpg') no-repeat 0px 187px;
	width: 800px;
	height: 512px;
	margin: 0px auto;
}

.header {
	width: 616px;
	height: 26px;
	background: url('../images/branding.jpg') no-repeat;
	padding: 96px 0px 0px 184px;
}

.header img {
	display: none;
}

h1 {
	font-size: 11px;
	color: #ffffff;
}

.company_info {
	display: none;
}

.categories_options_wrapper {
	width: 800px;
	height: 65px;
	position: relative;
}

.rezidential {
	width: 182px;
	height: 30px;
	position: absolute;
	top: 28px;
	right: 531px;
	border-right: #ffffff 1px dashed;
	text-align: right;
	padding-right: 7px;
	line-height: 10px;
}

.terenuri {
	width: 182px;
	height: 30px;
	position: absolute;
	top: 28px;
	right: 269px;
	border-right: #ffffff 1px dashed;
	text-align: right;
	padding-right: 7px;
	line-height: 10px;
}

.spatii {
	width: 182px;
	height: 30px;
	position: absolute;
	top: 28px;
	right: 6px;
	border-right: #ffffff 1px dashed;
	text-align: right;
	padding-right: 7px;
	line-height: 10px;
}

span.category_option {
	display: block;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.large_buttons {
	width: 800px;
	height: 61px;
	position: relative;
}

.r_b, .t_b, .s_b, .r_b_on, .t_b_on, .s_b_on{
	width: 260px;
	height: 61px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 2px;
}

.r_b, .r_b_on {
	left: 8px;
	background: url('../images/large_buttons/bg_rezidential_button_up.jpg') no-repeat;
}

.r_b:hover {
	background: url('../images/large_buttons/bg_rezidential_button_over.jpg') no-repeat;
}

.r_b_on {
  background: url('../images/large_buttons/bg_rezidential_button_over.jpg') no-repeat;
}

.t_b , .t_b_on{
	left: 270px;
	background: url('../images/large_buttons/bg_terenuri_button_up.jpg') no-repeat;
}

.t_b:hover {
	background: url('../images/large_buttons/bg_terenuri_button_over.jpg') no-repeat;
}

.t_b_on {
	background: url('../images/large_buttons/bg_terenuri_button_over.jpg') no-repeat;
}

.s_b, .s_b_on {
	left: 532px;
	background: url('../images/large_buttons/bg_spatii_button_up.jpg') no-repeat;
}

.s_b:hover {
	background: url('../images/large_buttons/bg_spatii_button_over.jpg') no-repeat;
}

.s_b_on {
	background: url('../images/large_buttons/bg_spatii_button_over.jpg') no-repeat;
}

.large_button_title {
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
	position: absolute;
	top: 12px;
	left: 10px;
	cursor: pointer;
}

.large_button_number {
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
	position: absolute;
	top: 13px;
	right: 12px;
	cursor: pointer;
}

.large_button_options {
	font-size: 10px;
	color: #ffffff;
	line-height: 10px;
	position: absolute;
	top: 35px;
	left: 10px;
	cursor: pointer;
}

.content_wrapper {
	width: 780px;
	padding: 0px 0px 0px 20px;
	overflow: auto;
}

.content_sub {
	width: 204px;
	float: left;
}

.main_menu {
	width: 194px;
	background: url('../images/main_menu/bg_main_menu.jpg') repeat-y 0px -7px;
}

.main_menu_top {
	width: 194px;
	height: 19px;
	background: url('../images/main_menu/bg_main_menu_top.jpg') no-repeat;
}

.main_menu_button_wrapper {
	width: 190px;
	height: 24px;
	padding: 2px 2px 1px 2px;
}

.main_menu_button, .main_menu_button_on {
	width: 190px;
	height: 19px;
	padding-top: 5px;
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
}

.main_menu_button:hover {
	background: url('../images/main_menu/bg_main_menu_button_over.jpg') no-repeat;
}

.main_menu_button_on {
	color: #ffffff;
	background: url('../images/main_menu/bg_main_menu_button_on.jpg') no-repeat;
}

.main_menu_bottom {
	height: 3px;
	background: url('../images/main_menu/bg_main_menu_bottom.jpg') no-repeat;
	font-size: 3px;
}

.module_wrapper {
	width: 201px;
}

.module1 {
	width: 180px;
	height: 87px;
	background: url('../images/background/bg_module1.jpg') no-repeat;
	text-align: right;
	padding: 8px 14px 0px 7px;
}
.module2 {
	width: 180px;
	height: 79px;
	background: url('../images/background/bg_module2.jpg') no-repeat;
	text-align: right;
	padding: 8px 14px 0px 7px;
}

.module_title {
	font-size: 13px;
	color: #3366ff;
	font-weight: bold;
}

.module_large_select {
	width: 178px;
	height: 17px;
	background: #ffffff;
	border: #999999 1px solid;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
}

.module_large_select option {
	padding-left: 3px;
}

.module_submit {
	width: 78px;
	height: 20px;
	background: #ffffff;
	border: #999999 1px solid;
	font-size: 10px;
	color: #3366ff;
	font-weight: bold;
	margin-top: 5px;
}

.curs_valutar_hr {
	width: 180px;
	height: 2px;
	font-size: 1px;
	background: #ffffff;
	margin: 5px 0px;
}

.curs_valutar_date {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.curs_valutar_text {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.module_left_wrapper {
	width: 104px;
	float: left;
	text-align: left;
}

.module_right_wrapper {
	width: 70px;
	float: right;
}

.module_left_wrapper2{
	width: 80px;
	float: left;
	text-align: left;
}

.module_right_wrapper2{
	width: 100px;
	float: right;
}

.curs_valutar_span {
	display: block;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.module_input_wrapper1 {
	position: absolute;
	top: 40px;
	left: 7px;
}

.module_input_wrapper2 {
	position: absolute;
	top: 62px;
	left: 7px;
}

.module_input {
	width: 96px;
	border: #999999 1px solid;
	background: url('../images/background/bg_module_input.gif');
	font-size: 10px;
	color: #333333;
	padding: 2px 3px;
}

.module_small_select_wrapper1 {
	position: absolute;
	top: 40px;
	left: 114px;
}

.module_small_select_wrapper2 {
	position: absolute;
	top: 62px;
	left: 114px;
}

select.module_small_select {
	width: 68px;
	height: 18px;
	background: #ffffff;
	border: #999999 1px solid;
	font-size: 11px;
	color: #333333;
}

.module_small_select option {
	padding-left: 3px;
}

.module_title2 {
	color: #3366ff;
	font-weight: bold;
	float: left;
	width: 105px;
	display: block;
	text-align: left;
}

.module_title_data {
	color: #3366ff;
	font-weight: bold;
	float: left;
	width: 55px;
	display: block;
	text-align: left;
}

.module_text {
	width: 75px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

.module_text_data {
  width: 100px;
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  float: right;
}

.content_main {
	width: 560px;
	padding-bottom: 30px;
	float: left;
}

.search_panel {
	width: 560px;
	height: 137px;
	background: url('../images/background/bg_search_panel.jpg') no-repeat 50% bottom;
	position: relative;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
	color: #3366cc;
	font-weight: bold;
}

.underlined_title_wrapper {
	margin-top: 10px;
}

h2.underlined_title {
	border-bottom: #cccccc 1px dashed;
	display: inline;
}

.search_title {
	position: absolute;
	top: 10px;
	left: 10px;
}

.search_type_select {
	width: 248px;
	height: 18px;
	border: #cccccc 1px solid;
	font-size: 11px;
	color: #333333;
	position: absolute;
	top: 30px;
	left: 10px;
}

.search_type_span1 {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 265px;
}

.search_type_radio1 {
	position: absolute;
	top: 31px;
	left: 334px;
	width: 17px;
	height: 17px;
}

.search_type_span2 {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 355px;
}

.search_type_radio2 {
	position: absolute;
	top: 31px;
	left: 422px;
	width: 17px;
	height: 17px;
}

.search_city_wrapper {
	width: 150px;
	position: absolute;
	top: 55px;
	left: 10px;
}

.search_neighborhood_wrapper {
	width: 150px;
	position: absolute;
	top: 55px;
	left: 162px;
}

.search_location_select {
	width: 148px;
	font-size: 11px;
	color: #333333;
	border: #cccccc 1px solid;
	height: 18px;
	position: relative;
	top: 0px;	
}

.search_sort_wrapper {
	width: 220px;
	position: absolute;
	top: 92px;
	left: 10px;
}

.search_sort_select {
	width: 218px;
	height: 18px;
	border: #cccccc 1px solid;
	font-size: 11px;
	color: #333333;
}

.search_span_block {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	display: block;
}

.search_price_wrapper {
	width: 213px;
	position: absolute;
	top: 55px;
	left: 314px;
}

.search_price_input {
	width: 72px;
	border: #cccccc 1px solid;
	font-size: 11px;
	color: #333333;
	padding: 2px 3px;
}

.search_submit_wrapper {
	position: absolute;
	top: 87px;
	left: 232px;
}

.search_submit, .search_reset {
	width: 78px;
	height: 20px;
	background: #ffffff;
	border: #999999 1px solid;
	font-size: 10px;
	color: #3366ff;
	font-weight: bold;
	margin-top: 5px;
}

.content_text {
	margin-top: 6px;
}

.content_text_ind {
	margin-top: 3px;
	text-indent: 18px;
}

.text1 {
	font-size: 11px;
	color: #616161;
}

.text2 {
	font-size: 10px;
	color: #616161;
}

.text2 em {
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}

.article_wrapper1, .article_wrapper2 {
	width: 540px;
	height: 60px;
	padding: 10px;
	margin-top: 3px;
	position: relative;
	display: block;
	text-decoration: none;
}

.article_wrapper1 {
	background: #f2f2f2;
}

.article_wrapper2 {
	background: #e2e2e2;
}

.article_wrapper1:hover, .article_wrapper2:hover {
	background: #f0e2c4;
	border-right: #fb8531 3px solid;
	width: 537px;
}

.article_title {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
	font-style: normal;
	display: block;
}

.article_title2 {
	font-size: 11px;
	color: #0066cc;
	margin-top: 15px;
}

.article_title_ind {
	font-size: 11px;
	color: #0066cc;
	margin-top: 15px;
	text-indent: 18px;
}

.article_text {
	color: #333333;
}

.article_price {
	color: #333333;
	position: absolute;
	left: 10px;
	bottom: 5px;
}

.article_id {
	color: #333333;
	width: 90px;
	height: 14px;
	position: absolute;
	left: 460px;
	bottom: 5px;
}

.article_header {
	margin-top: 10px;
	position: relative;
	height: 80px;
}
	.article_offer {
		font-size: 22px;
		color: #ff6600;
		margin: 0px;
		font-weight: normal;
	}
	
	.article_offer_price {
		font-size: 13px;
		color: #3366cc;
		font-weight: bold;
		width: 300px;
		position: absolute;
		top: 60px;
	}
	
	.article_offer_id {
		font-size: 13px;
		color: #3366cc;
		font-weight: bold;
		position: absolute;
		top: 60px;
		right: 0px;
	}
	
.print_up {
	background: url('../images/background/bg_print.jpg') repeat-x 50% bottom;
	padding-bottom: 6px;
	margin-top: 10px;
	text-align: right;
}
	
.print_down {
	background: url('../images/background/bg_print.jpg') repeat-x 50% top;
	padding-top: 5px;
	text-align: right;
	margin-top: 10px;
}
	
.print_up a, .print_down a {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
	
.print_up a:hover, .print_down a:hover {
	color: #ff6600;
	text-decoration: underline;
}
	
.print_fc {
	background: url('../images/icon_print.gif') no-repeat 0px 1px;
	padding-left: 16px;
}
	
.article_offer_details {
	margin-top: 10px;
	position: relative;
	width: 554px;
	height: 380px;
}

.article_offer_details_t {
	margin-top: 10px;
	position: relative;
	width: 554px;
	height: 320px;
}

.article_offer_characteristics {
	width: 270px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.article_offer_utilities {
	width: 270px;
	background: url('../images/background/bg_article_offer_utilities.gif') repeat-y;
	padding-left: 9px;
	position: relative;
	top: 0px;
	left: 275px;

}

	.characteristic_wrapper1, .characteristic_wrapper2 {
		width: 265px;
		height: 16px;
		position: relative;
		margin-top: 2px;
		padding: 2px 0px 0px 5px;
	}
	
	.characteristic_wrapper1 {
		background: #efefef;
	}
	.characteristic_wrapper2 {
		background: #dcdcdc;
	}
	.characteristic_title {
		font-size: 11px;
		color: #575757;
	}
	
	.characteristic_detail {
		font-size: 11px;
		color: #ff6600;
		font-weight: bold;
		text-align: right;
		position: absolute;
		right: 5px;
	}
	
	.characteristic_icon {
		width: 13px;
		height: 11px;
		display: block;
		position: absolute;
		top: 3px;
		right: 5px;
	}

.article_images_wrapper {
	overflow: auto;
	width: 250px;
}
	.article_image {
		width: 58px;
		height: 58px;
		border: #cccccc 2px solid;
		margin: 3px 3px 0px 0px;
		float: left;
	}

.article_other_options {
	position: relative;
}

.article_other_informations_t {
	margin-top: 8px;
}

.article_other_informations {
	width: 320px;
	margin-top: 8px;
}

.other_informations_text_wrapper {
	height: 300px;
	overflow: auto;
}

.article_offer_contact_t {
	width: 220px;
	background: url('../images/background/bg_article_offer_contact.jpg') no-repeat;
	padding-top: 6px;
	position: absolute;
	top: 0px;
	right: 6px;
}

.article_offer_contact {
	width: 220px;
	background: url('../images/background/bg_article_offer_contact.jpg') no-repeat;
	padding-top: 6px;
	position: absolute;
	top: 1px;
	right: 6px;
}

	.offer_contact_title {
		display: block;
		font-size: 16px;
		color: #ff6600;
		font-weight: bold;
		text-align: center;
	}
	
	.offer_contact_wrapper {
		margin: 2px 0px 0px 10px;
		font-size: 1px;
	}
	
	.offer_contact_input {
		width: 192px;
		border: #cccccc 1px solid;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #333333;
		padding: 2px 3px;
		line-height: 10px;
	}
	
	.offer_contact_text {
		display: block;
		font-size: 11px;
		color: #616161;
		font-weight: bold;
	}
	
	.offer_contact_select {
		width: 128px;
		height: 16px;
		border: #cccccc 1px solid;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #333333;
	}
	
	.offer_contact_submit {
		width: 63px;
		height: 48px;
		border: #cccccc 2px solid;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ff0000;
		font-weight: bold;
		background: #ffffff;
		position: absolute;
		top: 170px;
		right: 10px;
	}
	
	.offer_contact_mandatory {
		display: block;
		font-size: 10px;
		color: #999999;
		margin-top: 4px;
		text-align: center;
	}
	
	.offer_contact_error {
		display: block;
		font-size: 10px;
		color: #ff0000;
		margin-top: 4px;
		text-align: center;
		font-weight: bold;
		display: none;
	}

.footer {
	width: 800px;
	height: 190px;
}

.footer_logo {
	width: 180px;
	height: 13px;
	margin-left: 563px;
	background: url('../images/footer_logo.jpg') no-repeat;
	font-size: 10px;
	color: #0066cc;
	font-weight: bold;
	padding: 37px 0px 0px 57px;
}

.footer_menu {
	width: 800px;
	height: 23px;
	background: url('../images/background/bg_footer_menu.jpg') no-repeat;
	text-align: center;
	font-size: 11px;
	color: #fff0de;
	padding-top: 12px;
}

.footer_menu a{
	color: #fff0de;
	text-decoration: none;
	font-weight: bold;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.footer_menu_on {
	color: #fff0de;
	text-decoration: underline;
	font-weight: bold;
}

.footer_copyright {
	color: #666666;
	text-align: center;
	margin-top: 6px;
}

.footer_geco {
	text-align: center;
	margin-top: 6px;
}

.footer_geco a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.footer_geco a:hover {
	text-decoration: underline;
}

.footer_banners {
	margin-top: 6px;
  text-align: center;
}
.link1 {
	color: #EAEAEA;
	font-weight: bold;
	text-decoration: underline;
}
.link1:link, .link1:visited, .link1:active {
	color: #666666;
}
.link1:hover {
	text-decoration: none;
	color: #FF6600;
}

.legislatie_articol_numar {
	font-size: 11px;
	color: #ff6600;
}

/*formulare */
.f_text {
font-weight: bold;
margin: 1px 0px;
}
.f_clear {
clear: both;
width: 550px;
height: 6px;
margin: 0px;
padding: 0px;
font-size: 1px;
}

.f1_content {
width: 558px;
margin: 1px 0px;
clear: both;
}

.f1_form {
width: 540px;
border: #999999 1px solid;
background: url('../images/background/bg_module_input.gif');
font-size: 11px;
color: #333333;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.f2_content {
width: 279px;
margin: 1px 0px;
float: left;
}

.f2_form {
width: 272px;
border: #999999 1px solid;
background: #F6F6F6 url('../images/background/bg_module_input.gif');
font-size: 11px;
color: #333333;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.f3_content {
width: 186px;
margin: 1px 0px;
float: left;
}

.f3_form {
width: 179px;
border: #999999 1px solid;
background: #F6F6F6 url('../images/background/bg_module_input.gif');
font-size: 11px;
color: #333333;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.f4_content {
width: 139px;
margin: 1px 0px;
float: left;
}

.f4_form {
width: 132px;
border: #999999 1px solid;
background: #F6F6F6 url('../images/background/bg_module_input.gif');
font-size: 11px;
color: #333333;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.f10_content {
width: 55px;
margin: 1px 0px;
float: left;
}

.f10_form {
width: 48px;
border: #999999 1px solid;
background: #F6F6F6 url('../images/background/bg_module_input.gif');
font-size: 11px;
color: #333333;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.f_submit {
width: 80px;
height: 24px;
border: #cccccc 2px solid;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #ff0000;
font-weight: bold;
background: #ffffff;
}

ul.article_simple_list {
list-style-type: none;
text-indent: 18px;
margin-top: 3px;
}

.next_prev, .next_prev_on {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	border: #CCCCCC 2px solid;
	width: 22px;
	height: 16px;
	text-align: center;
	display: block;
	margin: 0px 2px 0px 0px;
	padding: 2px 0px 0px 0px;
	float: left;
}
.next_prev:link, .next_prev:visited, .next_prev:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border: #cccccc 2px solid;
	width: 22px;
	height: 16px;
	text-align: center;
	display: block;
	margin: 0px 2px 0px 0px;
	padding: 2px 0px 0px 0px;
}
.next_prev:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border: #FF6600 2px solid;
	width: 22px;
	height: 16px;
	text-align: center;
	display: block;
	margin: 0px 2px 0px 0px;
	padding: 2px 0px 0px 0px;
}

ul.article_simple_list {
	list-style-type: none;
	text-indent: 18px;
	margin-top: 3px;
}

.table1, .table1 th, .table1 td {
	text-align: center;
}

.table1 {
	width: 560px;
	margin: 0px auto;
	border-spacing: 1px;
	font-size: 10px;
	margin-top: 12px;
	background: #dedede;
}

.table1 th {
	width: 52px;
	background: #ff9900;
	font-weight: normal;
	color: #ffffff;
	padding: 1px;
	height: 24px;
}

.table1 td {
	width: 54px;
	height: 25px;
	background: #ffffff;
}

.acte_necesare {
	list-style-type: decimal;
	margin: 12px 0px 0px 20px;
	width: 540px;
}

.acte_necesare li {
	margin-top: 4px;
}

.error_message {
  font-size: 11px;
  color: #ff3300;
  font-weight: bold;
  display: none;
}

}
