/**************************************************/
/* (c) Michael Chepov, 2005 
/**************************************************/

/* Стили страницы результатов поиска: */
/* 1. Список найденных квартир */
/* 2. Список выбранных квартир */

/********************[ форма поиска ]***********************/

form#search-form {
	width: 150px;
	background: #69c url("bg-searc.jpg") right bottom no-repeat;
	font-size: 11px;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}

html>body form#search-form {
	margin-top: 12px;
}

#box-br {
	width: 150px;
	background: url("bg-searc.gif") right bottom no-repeat;
}

#box-bl {
	width: 150px;
	background: url("bg-searc.gif") left bottom no-repeat;
}

#search-form h3 {
	width: auto;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px 15px 10px 15px;
	background: url("bg-searc.gif") left top no-repeat;
	margin: 0;
	text-align: left;
}

#search-form p {
	margin: 0 10px 0 15px;
}

#search-form p.r-fields {
	text-align: right;
	line-height: 12px;
	margin-right: 20px;
}

#search-form p.search-footer {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 30px;
}

#search-form select.search {
	font-size: 11px;
	margin-bottom: 2px;
}

#search-form input.search {
	width: 35px;
	font-size: 11px;
	margin-bottom: 2px;
}

#search-form a {
	color: #fff;
	margin-right: 5px;
}

#search-form a:hover {
	color: #f90;
}

#search-form input.submit {
	width: 70px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: #036;
	border: 1px solid #fff;
}

/********************[ список найденных квартир ]***********************/

table.search-apartments {
	margin: 10px 0 0 0;
	width: 100%;
}

table.search-apartments td {
	padding-bottom: 10px;
}

table.search-apartments td.photo {
	width: 220px;
}

table.search-apartments td.photo a {
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	text-decoration: none;
	text-align: center;
}

table.search-apartments td.photo a img {
	margin: 3px;
	border: none;
}

span.apt-id {
	position: relative;
	top: -27px;
	left: 4px;
	float: left;
	width: 65px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	background-color: #69c;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: center;
}

* html span.apt-id {
	\left:4px; /* ie5 */
	le\ft:3px; /* ie6 */
}

html>body span.apt-id {
	width: 65px;
}

table.search-apartments td a.title {
	font-size: 18px;
}

.context-help img {
	border: none;
	margin-left: 3px;
	
}

table.search-apartments td p.description {
	color: #999;
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
}

table.search-apartments td div.apt-data {
	font-size: 11px;
	color: #333;
	padding: 0 7px 0 7px;
	border-left: 1px solid #ccc;
	width: 85px;
}

table.search-apartments td.apt {
	width: 85px;
}

table.search-apartments td.apt div.apt-price {
	font-size: 11px;
	color: #333;
	padding: 0 7px 0 7px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 85px;
}

table.search-apartments td.actions {
	font-size: 11px;
//	padding: 0 0 0 7px;
	width: 110px;
}

ul.apt-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

ul.apt-links li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	height: 14px;
	line-height: 14px;
}

ul.apt-links li a {
	float: left;
	height: 14px;
	line-height: 14px;
	padding-right: 7px;
}

ul.apt-links li.print-link { background: url("icon-pri.gif") 0 2px no-repeat; }
ul.apt-links li.send-link { background: url("icon-sen.gif") 0 2px no-repeat; }
ul.apt-links li.desc-link { background: url("icon-det.gif") 0 2px no-repeat; }
ul.apt-links li.photo-link { background: url("icon-pho.gif") 0 2px no-repeat; }
ul.apt-links li.map-link { background: url("icon-map.gif") 0 2px no-repeat; }

span.values {
	font-size: 16px;
//	line-height: 38px;
	font-weight: bold;
	color: #036;
}

span.valuesorange {
	font-size: 16px;
//	line-height: 38px;
	font-weight: bold;
	color: #ff9900;
}

span.gray {
	font-size: 16px;
//	line-height: 38px;
	font-weight: bold;
	color: #ccc;
}

span.data {
	font-size: 16px;
//	line-height: 38px;
	font-weight: bold;
	color: #f90;
}

ul.act-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.act-list a {
	text-decoration: none;
	color: #fff !important;
}

ul.act-list a:hover {
	color: #333 !important;
}

ul.act-list li.select {
	float: left;
	line-height: 20px;
	width: 110px;
	height: 20px;
	background: url("icon-sel.gif") left top no-repeat;
	color: #fff;
	padding-left: 25px;
	margin-bottom: 5px;
}

ul.act-list li.reserve {
	float: left;
	line-height: 20px;
	width: 110px;
	height: 20px;
	background: url("icon-res.gif") left top no-repeat;
	color: #fff;
	padding-left: 25px;
	margin-bottom: 5px;
}

ul.act-list li.reserve-now {
	float: left;
	line-height: 20px;
	width: 110px;
	height: 32px;
	background: url("icon-res.gif") left top no-repeat;
	color: #fff;
	padding-left: 25px;
	margin-bottom: 5px;
}

ul.act-list li.remove {
	float: left;
	line-height: 20px;
	width: 110px;
	height: 20px;
	background: url("icon-rem.gif") left top no-repeat;
	color: #333;
	padding-left: 25px;
	margin-bottom: 5px;
}

div#favorites {
	margin-top: 10px;
	border: 5px solid #999;
	padding: 0 0 7px 12px;
	//background: url("bg-favor.gif") top left repeat-x;
	
}

div#favorites p#choice {
	margin: 0;
	padding: 5px 0 10px 32px;
	font-size: 15px;
	//background: url("icon-fav.gif") left center no-repeat;
}

span#order {
	float: right;
	line-height: 30px;
	width: 125px;
	height: 31px;
	background: url("icon-ord.gif") left top no-repeat;
	text-decoration: none;
	color: #333;
	padding-left: 30px;
	font-size: 11px;
	color: #333;
}

span#order a {
	text-decoration: none;
	color: #333;
}

span#order a:hover {
	color: #f90;
}

span#orderback {
	float: right;
	line-height: 30px;
	width: 125px;
	height: 31px;
	background: url("key00000.gif") left top no-repeat;
	text-decoration: none;
	color: #333;
	padding-left: 30px;
	font-size: 11px;
	color: #333;
}

span#orderback a {
	text-decoration: none;
	color: #333;
}

span#orderback a:hover {
	color: #f90;
}

/********************[ страницы списка квартир ]***********************/

p.pages {
	background-color: #eee;
	font-size: 11px;
	color: #666;
	padding: 3px 3px 3px 8px;
	margin-bottom: 5px;
}



/********************[ таблицы ]**************************/

table.data {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 11px;
}

table.data td, table.data th {
	font-weight: normal;
	padding: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

table.data th {
	background-color: #eee;
}

form.well-formed {
	font-size: 11px;
}

form.well-formed input, form.well-formed select, table.well-formed select option, form.well-formed textarea {
	font: 11px arial, sans-serif;
	background-color: #eee;
	border: 1px solid #ccc;
	
}

form.well-formed textarea {
	width: 90%;
}

form.well-formed input.save {
	font-size: 19px;
	color: #333;
	border: 3px solid #999;
	margin: 20px 0 20px 0;
	padding: 5px;
}



form.anton {
	font-size: 14px;
	padding: 15px;
	color: #474747;
	background-color: #e2ecf6;
	width: 30em;
}

form.anton input, form.anton select, table.anton select option, form.anton textarea {
	font: 14px arial, sans-serif;
	background-color: #fff;
	border: 2px solid #ccc;
	padding: 2px;
	
}

form.anton input.save {
	font-size: 19px;
	color: #333;
	border: 3px solid #999;
	margin: 20px 0 0 0;
	padding: 5px;
}

form.anton label {
	display: block;
}

form.anton label.anton2 {
	width: 15em;
	float: left;
	text-align: left;
	display: block;
}


ul#tabs {
	list-style: none;
	margin: 0;
	padding: 0 0 3px 20px;
	border-bottom: 1px solid #ccc;
}

ul#tabs li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 3px 8px 3px 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

ul#tabs li.selected {
	border-bottom: 1px solid #fff;
	color: #f90;
}

/*************** погода **********************/

.daytime {
	padding: 5px 5px 5px 10px !important;
	background-color: #eee;
	font: 11px arial, sans-serif;
	margin-bottom: 0px;
}

.temp {
	font: bold 17px arial, sans-serif;
	color: #999;
	margin-bottom: 5px;
	margin-top: 10px;
}

.today-temp {
	font: bold 17px arial, sans-serif;
	color: #999;
	margin-bottom: 5px;
	margin-top: 10px;
}

.weather-details {
	font: 11px arial, sans-serif;
	padding-left: 10px !important;
	margin-top: 0px;
	margin-bottom: 20px;
}

.conditions {
	font: 11px arial, sans-serif;
}

.minus {
	color: #06c;
}

.plus {
	color: #f90;
}

.alert {
	color: #f20;
	border: 3px solid #f20;
	margin: 10px 0 10px 0;
	padding: 10px !important;
}

.success {
	color: #006600;
	border: 3px solid #006600;
	margin: 10px 0 10px 0;
	padding: 10px !important;
}