html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a {
	color: #0078CC;
}
a:hover {
	color: #15A2FF;
}
img {
	border: 0;
}
h1 {
	margin: 0;
	margin-bottom: 20px;
	color: #333;
}
h3 {
	margin: 0;
	margin-bottom: 15px;
	color: #333;
}
select,
input[type="text"] {
	margin: 0;
	padding: 7px 6px;
	border: none;
	border-top: 2px solid #CCC;
	border-radius: 4px;
	font-size: 14px;
}
input[type="checkbox"],
input[type="radio"] {
	width: 16px;
	height: 14px;
	margin: 0;
}
input[type="submit"] {
	padding: 7px 20px;
}
#wrap {
	background: url(images/top.jpg) top center repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px;
}
#wrap .ftr {
	height: 90px;
	clear: both;
}
#top {
	height: 158px;
	width: 960px;
	margin: 0 auto 40px auto;
	padding-top: 3px;
}
#top .city {
	position: absolute;
	width: 168px;
	height: 54px;
	line-height: 58px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/top_region.png) no-repeat;
	font-size: 10px;
	color: #FFF;
	cursor: pointer;
}
#top .change {
	background: url(images/top_change.png) bottom right no-repeat;
	position: absolute;
	margin-left: 180px;
	margin-top: 13px;
	text-decoration: none;
	padding-right: 28px;
	line-height: 34px;
	font-size: 13px;
}
#top .logo {
	position: absolute;
	margin-top: 56px;
	margin-left: 5px;
}
#top .car {
	position: absolute;
	width: 160px;
	height: 49px;
	margin-top: 107px;
	margin-left: 180px;
	background: url(images/top_car.png);
}
#top .sign {
	position: absolute;
	width: 40px;
	height: 85px;
}
#top .azs {
	background: url(images/sign_azs.png);
	margin-left: 410px;
	margin-top: 61px;
}
#top .sto {
	background: url(images/sign_sto.png);
	margin-top: 73px;
	margin-left: 500px;
}
#top .wash {
	background: url(images/sign_wash.png);
	margin-top: 61px;
	margin-left: 600px;
}
#top .login {
	position: absolute;
	padding-left: 55px;
	background: url(images/top_login.png) left center no-repeat;
	height: 48px;
	width: 140px;
	line-height: 22px;
	margin-left: 770px;
	margin-top: 20px;
	font-size: 13px;
}
#top .login.e {
	background: url(images/top_login_2.png) left center no-repeat;
}
#top .login a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #0078CC;
}
#top .add {
	position: absolute;
	background: url(images/top_add.png) left center no-repeat;
	line-height: 41px;
	padding-left: 50px;
	margin-left: 775px;
	margin-top: 90px;
	text-decoration: none;
	color: #EF3838;
	font-weight: bold;
}
#top .add:hover {
	color: #F37676;
}


/* Главная страница */
#wrap.home {
	background: url(images/top_home.png) top repeat-x #FFF;
}
#wrap.home #top {
	margin: 0 auto;
}
#home {
	background: url(images/home_map.png) top center repeat-x;
	height: 356px;
}
#home .content {
	height: 255px;
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
#home .shadow {
	background: url(images/home_shadow.jpg) top center repeat-x;
	height: 51px;
}
#home .blue {
	background: url(images/bg_80_blue.png);
	border-radius: 3px;
	padding: 14px 20px;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
#home .blue span {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 22px;
	font-family: Verdana;
}
#home .blue a {
	color: #FFF;
	text-decoration: none;
}
#home .blue a:hover {
	text-decoration: underline;
}
#home form {
	background: url(images/bg_90_red.png) !important;
	border-radius: 3px;
	padding: 20px;
}
#home .marker {
	background: url(images/home_marker.png);
	width: 78px;
	height: 95px;
	position: absolute;
	margin-top: -10px;
	margin-left: 850px;
}
#home .ili {
	line-height: 32px;
	padding: 0 5px;
}
#home .col * {
	vertical-align: bottom;
}
#home .ex {
	display: inline-block;
	background: url(images/icon_ex_search.png) 10px 11px no-repeat #D83C3C;
	color: #FFF;
	padding: 7px 14px 7px 28px;
	font-weight: bold;
	margin-top: 16px;
	border-radius: 4px;
	text-decoration: none;
	border-bottom: 2px solid #C22727;
}
#home .ex:hover {
	background-color: #E37171;
	border-bottom: 2px solid #D83C3C;
}
#home .info {
	border-radius: 4px;
	background: #F36767;
	font-size: 13px;
	font-style: italic;
	padding: 8px 10px;
	margin-top: 16px;
	width: 530px;
}
#infoblock {
	overflow: hidden;
}
#infoblock .b1, #infoblock .b2, #infoblock .b3 {
	float: left;
	height: 100px;
	background-repeat: no-repeat;
}
#infoblock .b1 {
	background-image: url(images/b1.png);
	width: 340px;
}
#infoblock .b2 {
	background-image: url(images/b2.png);
	width: 300px;
}
#infoblock .b3 {
	background-image: url(images/b3.png);
	float: right;
	width: 280px;
}
#infodop {
	overflow: hidden;
	margin-top: 40px;
}
#infodop .news {
	width: 320px;
	float: left;
}
#infodop .reviews {
	width: 620px;
	float: right;
}
#infodop .news .date {
	color: #888;
	font-size: 12px;
	margin-bottom: 5px;
}
#infodop .news .item {
	height: 60px;
	margin-bottom: 15px;
}
#infodop .all {
	font-size: 12px;
	font-style: italic;
}
.reviews img {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}
.reviews .item {
	float: left;
	height: 60px;
	width: 50%;
	margin-bottom: 15px;
}
.reviews .item a {
	display: block;
	margin-bottom: 8px;
}
/* Главная страница */


#content {
	width: 960px;
	margin: 0 auto;
}

#footer {
	color: #999;
	font-size: 12px;
	background: url(images/footer.png);
	height: 62px;
	margin-top: -62px;
}
#footer .wrap {
	width: 950px;
	margin: 0 auto;
}
#footer .copy {
	width: 200px;
	padding-top: 15px;
}
#footer .copy a {
	color: #999;
	text-decoration: none;
}
#footer .copy a:hover {
	text-decoration: underline;
}
#footer .menu {
	float: right;
	padding-top: 22px;
}
#footer .menu a {
	padding: 0 10px;
	color: #EEE;
}
#footer .menu a:hover {
	color: #CCC;
}

#sidebar {
	width: 300px;
	float: right;
}
#main {
	width: 650px;
	float: left;
}
#fs, .form {
	background: #F04343;
	border-bottom: 2px solid #D83C3C;
	border-radius: 3px;
	padding: 10px 20px;
	color: #FFF;
}
#fs .title, .form .title {
	margin-bottom: 5px;
	font-style: italic;
	font-size: 13px;
}
#fs .row, .form .row {
	margin-bottom: 15px;
}
#fs .col, .form  .col {
	display: inline-block;
	vertical-align: top;
}
#fs label, .form label {
	margin-bottom: 6px;
	display: block;
}
#fs a, .form a {
	color: #FCD8D8;
}
#fs a:hover, .form a:hover {
	color: #FFF;
}
#fs .h24 {
	margin-top: 8px;
	margin-left: 134px;
}



#map {
	height: 134px;
	overflow: hidden;
}
#map_canvas {
	width: 100%;
	height: 500px;
}


/* Вывод страницы объекта */
.objinfo {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.objinfo .b1, .objinfo .b2, .objinfo .b3, .objinfo .b4 {
	width: 25%;
	float: left;
}
.objinfo .b0 {
	width: 140px;
	float: left;
}
.objinfo .grafic {
	padding-left: 40px;
	background: url(images/icon_clock.png) left 5px no-repeat;
}
.objinfo .grafic span,
.objinfo .posts span,
.objinfo .phones span {
	color: #888;
	font-size: 13px;
}
.objinfo .grafic div,
.objinfo .posts div,
.objinfo .phones div {
	color: #EF3838;
	font-size: 19px;
	font-weight: bold;
}
.objinfo .phones div img {
	vertical-align: bottom;
}
.objinfo .posts {
	padding-left: 46px;
	background: url(images/icon_car.png) left 5px no-repeat;
	margin-left: 70px;
}
.objinfo .phones {
	padding-left: 40px;
	background: url(images/icon_telephone.png) left 5px no-repeat;
	margin-left: 50px;
}
.objadr {
	padding: 20px 0;
}
.objadr .city {
	display: inline-block;
	padding-left: 40px;
	padding-right: 30px;
	background: url(images/icon_address_big.png) left 3px no-repeat;
}
.objadr .district {
	display: inline-block;
	padding-left: 55px;
	background: url(images/arrow.png) left 10px no-repeat;
	padding-right: 30px;
}
.objadr .address {
	display: inline-block;
	padding-left: 55px;
	background: url(images/arrow.png) left 10px no-repeat;
}
.objadr .city span,
.objadr .district span,
.objadr .address span {
	color: #888;
	font-size: 13px;
}
.objadr .city div,
.objadr .district div,
.objadr .address div {
	color: #000;
	font-size: 19px;
	font-weight: bold;
}
.objphoto {
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}
.objphoto .title {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}
.objphoto img {
	border-radius: 3px;
}
.objphoto a {
	display: inline-block;
	margin: 0 18px;
}
.objphoto a:hover img {
	opacity: 0.8;
}
.objprice {
	padding: 20px 0;
}
.objprice .title {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;;
}
.objprice table {
	width: 100%;
	border-radius: 5px;
}
.objprice table td {
	padding: 10px 20px;
	background: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.objprice table th {
	padding: 10px 20px;
	background: #EF3838;
	color: #FFF;
	font-weight: normal;
}
.objprice table .th {
	background: #EEE !important;
	color: #777;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}
.objprice table .tr td {
	background: #F7F7F7;
}
.objoplata {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCC;
}
.objoplata .oplata {
	line-height: 30px;
	color: #888;
	padding-left: 44px;
	background: url(images/icon_oplata.png) left top no-repeat;
}
.objoplata .oplata .i {
	display: inline-block;
}
.objoplata .i,
.objinfo2 .i {
	font-weight: bold;
	color: #D3D3D3;
	background: url(images/icon_none.png) 1px center no-repeat;
	padding-left: 25px;
	margin: 0 0 0 30px;
	font-size: 16px;
	line-height: 15px;
}
.objoplata .i.e,
.objinfo2 .i.e {
	color: #EF3838;
	padding-left: 25px;
	background: url(images/icon_ok.png) left center no-repeat;
}
.objinfo2 .i {
	padding: 10px 0 10px 23px;
}
.objinfo2 .i {
	padding: 10px 0 10px 23px;
}
.objinfo2 {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
.objinfo2 .b1 {
	width: 230px;
	float: left;
}
.objinfo2 .b2 {
	width: 260px;
	float: left;
}
.objinfo2 .site {
	padding-left: 30px;
	background: url(images/icon_site.png) left top no-repeat;
	height: 32px;
}
.objinfo2 .site span {
	color: #888;
	font-size: 13px;
}
.objinfo2 .site div {
	color: #EF3838;
	font-size: 14px;
	font-weight: bold;
}
.objinfo2 .b3 {
	width: 460px;
	float: right;
}
.objinfo2 .b3 .i {
		width: 170px;
		float: right;
}
.objinfo2 .b3 .service .title {
	padding-left: 38px;
	background: url(images/icon_service.png) left top no-repeat;
	color: #888;
	line-height: 26px;
}
.comments {
	margin-top: 20px;
}
.comments .title {
	background: url(images/icon_comment.png) left bottom no-repeat;
	padding-left: 35px;
	color: #888;
	line-height: 30px;
}
.comments .item {
	padding: 20px 0 20px 35px;
	border-bottom: 1px dashed #CCC;
}
.comments .name {
	color: #EF3737;
	margin-bottom: 6px;
}
.comments .text {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
/* Вывод страницы объекта */

/* Блок выбора региона*/
#city {
	background: url(images/arrow_top.png) bottom center no-repeat, url(images/bottom_shadow.png) bottom repeat-x, url(images/grey_bg.png);
	overflow: hidden;
	padding-bottom: 30px;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
}
#city .wrap {
	width: 990px;
	margin: 0 auto;
}
#city h2 {
	text-align: center;
	background: url(images/region_title.png) bottom center no-repeat;
	padding: 0 0 25px 0;
	color: #777;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#city .close {
	background: url(images/region_close.png) no-repeat;
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
#city .close:hover {
	opacity: 0.5;
}
#city ul, #city ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#city ul li {
	float: left;
	width: 25%;
	margin: 4px 0;
}
#city ul li a {
	color: #777;
	cursor: pointer;
	padding-left: 10px;
	background: url(images/region_list_style.png) left center no-repeat;
	text-decoration: none;
}
#city ul li strong {
	padding-left: 10px;
	background: url(images/region_list_style.png) left center no-repeat;
}
#city ul li a:hover {
	text-decoration: underline;
	color: #000;
}
#city a.del {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-left: 5px;
	background: url(images/icon_delete.png) no-repeat;
	cursor: pointer;
}
/* Блок выбора региона*/


/* Новости */
.newslist .item {
	padding: 20px 0;
	background: url(images/item_shadow.png) top center no-repeat;
	overflow: hidden;
}
.newslist .item .date {
	background: #F04343;
	padding: 2px 6px;
	color: #FFF;
	font-size: 12px;
	float: left;
	border-radius: 2px;
}
.newslist .item .title {
	margin-left: 90px;
	margin-bottom: 6px;
}
.newslist .item .description {
	margin-left: 90px;
}
/* Новости */


/* Личный кабинет*/
.personal {
	width: 680px;
}
.personal td {
	width: 33%;
	text-align: center;
	vertical-align: bottom;
}
.personal a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #EEE;
	padding: 30px 0;
	border-radius: 5px;
	box-shadow: 0 0 3px #EEE;
}
.personal a:hover {
	border: 1px solid #0099CC;
	box-shadow: 0 0 5px #AECEFF;
}
#sidebar .menu, #sidebar .menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar .menu {
	padding: 13px;
	box-shadow: inset 0 0 6px #EEE;
	border-radius: 5px;
}
#sidebar .menu li {
	padding: 3px;
}
#sidebar .menu li a {
	background: #F6F6F6;
	color: #002040;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 0 4px 17px;
	display: block;
	border-radius: 4px;
	border-bottom: 2px solid #EEE;
}
#sidebar .menu li a:hover,
#sidebar .menu li.selected a {
	background: #0078CC;
	border-bottom: 2px solid #0060A3;
	padding: 4px 0 4px 17px;
	color: #FFF;
}
#sidebar .istars a {
	color: #666;
	background-image: url(images/icon_star_none.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	text-decoration: none;
	padding-left: 40px;
}
#sidebar .istars a.star,
#sidebar .istars a:hover {
	background-image: url(images/icon_star.png);
	color: #4D3933;
}
/* Личный кабинет*/

.forgoo {
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0 0;
	color: #999;
	font-size: 12px;
}
.forgoo p {
	padding: 6px 0;
	margin: 0;
}

.ui-autocomplete {
	z-index: 120;
}

.phones a {
	display: block;
	color: #EF3838;
	text-decoration: none;
	white-space: nowrap;
	padding-top: 5px;
}
.phones a:hover {
	text-decoration: underline;
	color: #F00;
}
.phones div {
	display: none;
}

#top, #footer, #fs, .pagination, .form .row, .objphoto {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}