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

@font-face { font-family: NeoSans; src: url('../fonts/neosans.ttf') format('truetype'); }
@font-face { font-family: NeoSans; font-weight: bold; src: url('../fonts/neosans-bold.ttf') format('truetype'); }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f1f1f1;
}
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	clear: both;
	float: left;
	width: 100%;
}
.header p {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
	padding: 5px;
}
.header  .logo {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 55px;
}
.header  ul {
	position: absolute;
	list-style-type: none;
	right: 45px;
	top: 55px;
	padding-right: 60px;
}
.header ul li {
	float: left;
	display: block;
}
.header  ul li a {
	font-family: "NeoSans", Arial;
	font-size: 15px;
	color: #666;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
}
.header ul li a:hover {
	background-image: url(../images/menu_selector.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #69C236;
}
.nsni {
	position: absolute;
	top: 25px;
	right: 0px;
}




.footer {
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../images/footer_bg.gif);
	height: 55px;
	padding-top: 5px;
	font-size: 11px;
	color: #7C7C7C;
}
.footer a {
	color: #75619F;
}

.container {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	clear: both;
	float: left;
	width: 100%;
}
.tabs {
	height: 45px;
	position: relative;
	padding-left: 40px;
	z-index: 1;
}
.tabs a {
	display: block;
	float: left;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
}
.tabs .sell {
	line-height: 45px;
	background-image: url(../images/sell_tab.png);
	width: 116px;
	font-family: NeoSans, Arial;
	font-size: 15px;
}
.tabs .rent {
	line-height: 45px;
	background-image: url(../images/rent_tab.png);
	width: 86px;
	font-family: NeoSans, Arial;
	font-size: 15px;
}
.tabs .buy {
	line-height: 45px;
	background-image: url(../images/rent_tab.png);
	width: 86px;
	font-family: NeoSans, Arial;
	font-size: 15px;
}

.tabs .leasing {
	line-height: 45px;
	background-image: url(../images/leasing_tab.png);
	width: 148px;
	font-family: NeoSans, Arial;
	font-size: 15px;
}
.search {
	height: 270px;
	width: 960px;
	clear: both;
	float: left;
	position: relative;
	z-index: 20;
	top: -5px;
}
.search form {
	height: 270px;
	width: 960px;
}
.search .sell {
	background-image: url(../images/sell_search_bg.png);
}
.search .leasing {
	background-image: url(../images/leasing_search_bg.png);
}
.search .rent {
	background-image: url(../images/rent_search_bg.png);
}
.search  .sbj4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 20px;
	letter-spacing: -2px;
		filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.search  .but {
	background-image: url(../images/l_green_but_search.png);
	height: 64px;
	width: 133px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 150px;
	cursor: pointer;
	left: 780px;
}
.search .but2 {
	background-image: url(../images/l_green_but_search.png);
	height: 64px;
	width: 133px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	position: relative;
	left: -5px;
}

.search  .stat {
	color: #FFF;
	position: absolute;
	left: 788px;
	top: 130px;
}
.search  .param1 {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.search .single_control a {
	background-image: url(../images/select_arrow.gif);
	position: absolute;
	height: 12px;
	width: 13px;
	top: 12px;
	text-decoration: none;
	right: 12px;
}

.search .single_control {
	background-image: url(../images/select_bg.gif);
	height: 37px;
	line-height: 37px;
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.search .single_control select {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 37px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	z-index: 99;
}
.search label {
	color: #FFF;
	padding-bottom: 5px;
	display: block;
}
.search  .param2 {
	padding-top: 20px;
	float: left;
	width: 300px;
}
.search  .param3 {
	width: 180px;
	float: left;
	padding-top: 20px;
	padding-left: 25px;
}
.search  .double_control input {
	background-image: url(../images/select_bg.gif);
	height: 37px;
	width: 60px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
.search .double_control {
	width: 100%;
	margin-bottom: 10px;
	height: 37px;
}
.search .cheks {
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 25px;
	width: 750px;
}
.search .chek_box  {
	float: left;
	margin-right: 10px;
	background-image: url(../images/uncheked.png);
	height: 26px;
	padding-left: 32px;
	background-repeat: no-repeat;
	line-height: 26px;
	position: relative;
	cursor: pointer;
}
.search .chek_box  input {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}
.search .chek_box.cheked {
	background-image: url(../images/cheked.png);
}
.search .top_offers_only {
	position: absolute;
	left: 785px;
	top: 80px;
}
.search .list {
	background-color: #FFF;
	position: absolute;
	width: 99%;
	height: 120px;
	overflow: auto;
	z-index: 100;
	top: 37px;
	left: 0px;
	border: 1px solid #CCC;
	display: none;
}
.search  .list label {
	color: #333;
	line-height: normal;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}











.left {
	float: left;
}
.right {
	float: right;
	padding-bottom: 15px;
}
h1 {
	font-family: NeoSans, Arial;
	font-size: 21px;
	font-weight: normal;
	color: #67B33A;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 10px;
	position: relative;
}

.index {
	clear: both;
	float: left;
	width: 100%;
}
.grid {
	clear: both;
	float: left;
	width: 100%;
}
.grid .cell {
	width: 160px;
	margin-right: 7px;
	float: left;
	font-size: 11px;
	margin-left: 7px;
	height: 200px;
}
.grid .cell h3 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.grid .cell h3 a {
	color: #000;
	text-decoration: none;
}
.grid .cell h3 a:hover {
	text-decoration: underline;
}

.grid .cell p strong {
	color: #549A2D;
}
.grid .cell p em {
	font-style: normal;
	font-weight: bold;
	color: #6D5898;
}
.grid .cell .img {
	height: 121px;
	width: 160px;
	padding-bottom: 10px;
}
.grid .cell .img img {
	padding: 1px;
	border: 1px solid #EEE;
}
.float {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
.sbj {
	display: block;
	font-family: NeoSans, Arial;
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #65B138;
	clear: left;
}
.sbj2 {
	display: block;
	font-family: NeoSans, Arial;
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #6E5999;
}
.news p .date {
	display: block;
	float: left;
	background-image: url(../images/calendar.png);
	height: 43px;
	width: 55px;
	text-align: center;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 10px;
	color: #FFF;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.news p .date i {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 6px;
}
.news p {
	display: block;
	margin-bottom: 15px;
	font-size: 11px;
	clear: left;
	color: #666;
	padding-left: 0px;
}
.news p strong {
	display: block;
	padding-bottom: 3px;
}
.news p strong a {
	`color: #333;
	text-decoration: none;
	color: #6D5898;
}
.news p strong a:hover {
	text-decoration: underline;
	color: #62AE36;
}
.box {
	width: 238px;
}
.box .white {
	background-image: url(../images/box_white_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.box .white img {
	float: left;
	margin-right: 10px;
}
.box .white a {
	text-decoration: none;
	color: #705B9A;
	font-family: NeoSans, Arial;
	padding-bottom: 5px;
	display: block;
	font-size: 13px;
}


.box .end_white {
	background-image: url(../images/box_white_end.gif);
	height: 14px;
	background-repeat: no-repeat;
	background-position: top;
}
.sbj3 {
	display: block;
	font-family: NeoSans, Arial;
	font-size: 21px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #6E5999;
	padding-top: 10px;
}
.silver {
	background-image: url(../images/box_silver.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.box .end_silver {
	background-image: url(../images/box_silver_end.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 15px;
	font-size: 11px;
}
.box .silver p a {
	font-size: 11px;
	color: #6F5B9A;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}
.box .silver p a:hover {
	text-decoration: underline;
}

.box .silver p {
	font-size: 11px;
	padding-bottom: 10px;
}
.box .silver p em {
	display: block;
	color: #666;
	padding-top: 2px;
}
.obshtini {
	clear: both;
	float: left;
	width: 683px;
	list-style-type: none;
	padding-bottom: 20px;
	margin-left: 7px;
}
.obshtini li {
	float: left;
	width: 170px;
	padding-bottom: 5px;
}
.obshtini li a {
	color: #333;
	text-decoration: none;
}
.obshtini li a:hover {
	text-decoration: underline;
}

.facebook {
	margin-top: 10px;
}
.rows .row p a {
	display: block;
	text-decoration: none;
	color: #6C5898;
	margin-bottom: 5px;
}
.rows .row p a:hover {
	text-decoration: underline;
}

.rows .row {
	clear: left;
	margin-bottom: 15px;
}

.rows .row p em {
	display: block;
	padding-top: 3px;
	color: #666;
	font-style: normal;
}
.rows .row .img {
	float: left;
	width: 80px;
	display: block;
	height: 60px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.rows .row p {
	font-size: 11px;
}
.tel {
	position: absolute;
	right: 20px;
	top: 140px;
	text-align: right;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	line-height: 21px;
}
.tel strong    {
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #999;
	letter-spacing: -3px;
}
.note img {
	float: left;
	margin-right: 10px;
}
.note a {
	display: block;
	text-decoration: none;
	color: #333;
}
.note {
	position: absolute;
	top: 155px;
	left: 500px;
	width: 120px;
	height: 30px;
	z-index: 50;
}
.inpage {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #01904A;
	border-right-color: #01904A;
	border-bottom-color: #01904A;
	border-left-color: #01904A;
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: -400px -90px;
}
.inpage  h1 {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
}

.inpage label {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
.left form div {
	border: 1px solid #CCC;
}
.inpage  .cell {
	margin-bottom: 20px;
}
.gallery {
	width: 405px;
	padding-bottom: 20px;
}
.gallery img {
	border: 1px solid #CCC;
	padding: 1px;
	width: 400px;
	height: auto;
	margin-bottom: 10px;
}
.gallery .thumbs img {
	height: 90px;
	width: auto;
	margin-right: 5px;
	margin-bottom: 7px;
}
.inpage .price {
	position: absolute;
	background-image: url(../images/price_ballon.png);
	height: 50px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #6F5A99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	top: 10px;
	right: 0px;
	padding-top: 10px;
}
.bcard {
	padding: 10px;
	background-color: #F5F5F5;
	clear: right;
	color: #666;
	font-size: 12px;
	float: left;
	width: 520px;
	margin-bottom: 20px;
}
.bcard img {
	float: right;
	border: 2px solid #FFF;
}
.bcard .name {
	font-size: 16px;
	padding-bottom: 10px;
	font-family: NeoSans, Arial;
	font-weight: normal;
	color: #05924D;
}
.bcard p strong {
	color: #333;
}

.tools a {
	display: block;
	float: left;
	line-height: 39px;
	background-image: url(../images/but.png);
	text-align: center;
	height: 39px;
	width: 140px;
	color: #FFF;
	text-decoration: none;
	margin-right: 10px;
}
.tools {
	clear: both;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.extra_info {
	font-size: 12px;
	color: #666;
	width: 400px;
	padding-bottom: 15px;
}
.details h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-bottom: 10px;
}
.details ul {
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333;
	line-height: 16px;
}
.details h1 {
	width: 400px;
	display: block;
	padding-bottom: 10px;
}
.status {
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #6F5B9A;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
.cmspage p {
	padding-bottom: 10px;
}
.cmspage ul {
	padding-bottom: 10px;
	padding-left: 25px;
}
.request span {
	width: 100%;
	display: block;
	padding-top: 10px;
	height: 45px;
}
.request .left {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.request .right {
	width: 380px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.request  select {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
.request .floating {
	width: 170px;
	float: left;
	margin-right: 10px;
}
.request .tfield {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
.show_grid {
	position: absolute;
	display: block;
	background-image: url(../images/vision_grid.png);
	text-decoration: none;
	top: 18px;
	height: 26px;
	width: 28px;
	right: 0px;
}
.show_rows {
	position: absolute;
	height: 26px;
	width: 28px;
	top: 18px;
	right: 35px;
	display: block;
	background-image: url(../images/vision_rows.png);
	text-decoration: none;
}
.rows {
	clear: both;
	float: left;
	width: 100%;
}
.rows .row .img {
	padding: 1px;
	border: 1px solid #CCC;
	width: auto;
	height: 117px;
}
.rows .row .info {
	float: left;
	width: 380px;
}
.rows .row .info h3 {
	color: #6C5798;
	font-size: 14px;
	padding-bottom: 5px;
}
.rows .row .info h3 a {
	color: #333;
	text-decoration: none;
}
.rows .row .prices {
	font-family: NeoSans, Arial;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	line-height: 24px;
	float: right;
}
.rows .row .prices .but {
	font-size: 10px;
}

.rows .row .prices em {
	font-style: normal;
	color: #60AD34;
	font-weight: bold;
}
.bor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 130px;
}
.pager {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.pager a {
	float: left;
	height: 26px;
	width: 26px;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #009049;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	text-align: center;
}
.pager a:hover {
	background-color: #75619F;
	color: #FFF;
}
.pager .active {
	background-color: #75619F;
	color: #FFF;
}
.nav {
	font-size: 11px;
	padding-bottom: 5px;
}
.nav a {
	color: #666;
	text-decoration: none;
}
.mask {
	background-color: #000;
	position: fixed;
	z-index: 99;
	height: 100%;
	width: 100%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.pop_up_small {
	margin-right: -250px;
	height: 200px;
	width: 500px;
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 50%;
	margin-top: -100px;
	background-color: #FFF;
	border: 5px solid #C5C5C5;
}
.msg .close {
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(file:///E|/works/rmania/site/images/close.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.msg h3 {
	font-family: NeoSans, Arial;
	color: #009049;
	font-size: 24px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-weight: normal;
}
.msg p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.msg form {
	margin-right: 25px;
	margin-left: 25px;
}
.msg form .but {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #735E9D;
	font-family: NeoSans;
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.msg .buts {
	padding-top: 15px;
	padding-left: 150px;
	clear: both;
	float: left;
	width: 250px;
}
.msg form label {
	float: left;
	display: block;
	width: 150px;
}
.msg form input {
	width: 220px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.pop_up_large {
	margin-right: -250px;
	height: 500px;
	width: 500px;
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 50%;
	margin-top: -250px;
	background-color: #FFF;
	border: 5px solid #C5C5C5;
}
.msg form .textarea {
	width: 220px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
	height: 60px;
}
#popup_errors {
	font-size: 11px;
	color: #C30;
	background-color: #FDD;
	border: 1px solid #FFB0B0;
	display: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#popup_errors p {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.absolute{
	position:absolute;
}
.relative{
	position:relative;	
}
.width_height{
	 width:154px !important; 
	 height:117px !important;
}
.width_height_b{
	width: 400px !important;
	height: 266px !important;
}