/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/blocks/_general.scss */
.block-gismeteo {
  display: block;
  margin-top: 20px;
}

/* line 1, ../sass/blocks/_search.scss */
.block-search {
  background-repeat: no-repeat;
  height: 114px;
  width: 250px;
  position: relative;
}
/* line 4, ../sass/blocks/_search.scss */
.block-search input[type="text"] {
  position: absolute;
  top: 37px;
  left: 33px;
  width: 195px;
  border: none;
  background: none;
}
/* line 12, ../sass/blocks/_search.scss */
.block-search input[type="submit"] {
  position: absolute;
  top: 72px;
  left: 30px;
  background-image: url('../images/button_search.png?1341922392');
  background-repeat: no-repeat;
  height: 24px;
  width: 90px;
  border: none;
}

/* line 1, ../sass/blocks/_banks.scss */
.block-banks {
	*zoom: 1;
	-moz-border-radius:8px 8px 8px 8px;
	  border-radius: 8px;
	background: url('../images/form_bg.png?1341702976') repeat-x;
	border:1px solid #D9D9D9;
	font-size:13px;
	margin-top:20px;
/*	overflow:hidden;*/
	padding:0 9px 9px;  
	min-height:260px;
}
/* line 38, ../sass/_base.scss */
.block-banks .title {
  height: 41px;
  position: relative;
  font-size: 18px;
  line-height: 41px;
}
/* line 45, ../sass/_base.scss */
.block-banks .title:before {
  content: " ";
  height: 41px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
/* line 53, ../sass/_base.scss */
.block-banks .title:after {
  content: " ";
  height: 41px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 14, ../sass/blocks/_banks.scss */
.block-banks .item {
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
  margin-right: 10px;
  width: 170px;
  height:33px;
}
/* line 20, ../sass/blocks/_banks.scss */
.block-banks .item.end {
  margin-right: 0;
}
/* line 23, ../sass/blocks/_banks.scss */
.block-banks .item .image {
  min-height: 30px;
  padding-top: 2px;
  padding-bottom: 10px;
  margin-right: 8px;
  display: block;
  display: inline;
  float: left;
}
/* line 31, ../sass/blocks/_banks.scss */
.block-banks .item .name {
  display: block;
  font-size: 15px;
}
/* line 34, ../sass/blocks/_banks.scss */
.block-banks .item .name:hover {
  text-decoration: none;
}
/* line 38, ../sass/blocks/_banks.scss */
.block-banks .item .rate {
  padding: 3px 0 0;
  font-size: 11px;
  color: #666666;
}

/* line 4, ../sass/blocks/_news-showplace.scss */
.block-news,
.block-showplace {
  padding-bottom: 7px;
  margin-top: 20px;
}
/* line 7, ../sass/blocks/_news-showplace.scss */
.block-news .item,
.block-showplace .item {
  margin-bottom: 10px;
}
/* line 10, ../sass/blocks/_news-showplace.scss */
.block-news .image,
.block-showplace .image {
  display: block;
}
/* line 13, ../sass/blocks/_news-showplace.scss */
.block-news h3,
.block-showplace h3 {
  margin-bottom: 10px;
}
/* line 16, ../sass/blocks/_news-showplace.scss */
.block-news .name,
.block-showplace .name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
/* line 21, ../sass/blocks/_news-showplace.scss */
.block-news .preview,
.block-showplace .preview {
  margin-top: 2px;
  font-size: 13px;
  color:#3A5E43;
}

.block-news .preview a { 
	color:#3A5E43;
}

/* line 25, ../sass/blocks/_news-showplace.scss */
.block-news .all-news,
.block-showplace .all-news {
  background: #F5F6F9;
  color: #385489;
  padding: 3px 10px 5px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}
/* line 32, ../sass/blocks/_news-showplace.scss */
.block-news .all-news:hover,
.block-showplace .all-news:hover {
  background: #385489;
  color: white;
}

/* line 37, ../sass/blocks/_news-showplace.scss */
.block-showplace h3 {
  line-height: 20px;
  margin: 25px 0 10px;
}

/* line 1, ../sass/blocks/_recommended-credits.scss */
.block-recommended-credits {
	-moz-border-radius:8px 8px 8px 8px;
	background:url("../images/form_bg.png") repeat-x scroll 0 0 transparent;
	border:1px solid #D9D9D9;
	font-size:13px;
	margin-top:20px;
	padding:0 9px 9px;  
	border-radius: 8px;  
	width:235px;
	float:left;
	height:230px;
}
/* line 38, ../sass/_base.scss */
.block-recommended-credits .title {
  height: 41px;
  position: relative;
  font-size: 18px;
  line-height: 41px;
}
/* line 45, ../sass/_base.scss */
.block-recommended-credits .title:before {
  height: 41px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
/* line 53, ../sass/_base.scss */
.block-recommended-credits .title:after {
  height: 41px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}
/* line 4, ../sass/blocks/_recommended-credits.scss */
.block-recommended-credits .item {
  margin-top: 7px;
  overflow: hidden;
  *zoom: 1;
}
/* line 7, ../sass/blocks/_recommended-credits.scss */
.block-recommended-credits .item .image {
  margin-right: 10px;
  display: block;
  display: inline;
  float: left;
}
/* line 12, ../sass/blocks/_recommended-credits.scss */
.block-recommended-credits .item .name {
	font-size:14px;
}

.block-recommended-credits .item .rate span {
	color:#385489;
	font-size:12px;
	font-weight:bold;
}

/* line 16, ../sass/blocks/_recommended-credits.scss */
.block-recommended-credits .item .rate {
  font-size: 12px;
}

.block-recommended-credits .item a{
	color:#9E0B41
}

.block-recommended-credits .item a:hover{
	color:#000
}


/* line 1, ../sass/blocks/_reserve.scss */
.datepicker {
  background-image: url('../images/datepicker.png?1341732461');
  background-repeat: no-repeat;
  height: 31px;
  width: 240px;
  border: none;
}


/* line 1, ../sass/_general.scss */
body {
  background: white;
  font-family: 	"Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  background: white;
}

/* line 10, ../sass/_general.scss */
h1, h2, h3, h4, h5 {
  font-weight: bold;
}

/* line 12, ../sass/_general.scss */
h1 {
  font-size: 24px;
  line-height: 32px;
}

/* line 13, ../sass/_general.scss */
h2 {
  font-size: 18px;
  line-height: 28px;
}

/* line 14, ../sass/_general.scss */
h3 {
  font-size: 16px;
  line-height: 28px;
}

/* line 15, ../sass/_general.scss */
h4 {
  font-size: 14px;
  line-height: 28px;
}

/* line 16, ../sass/_general.scss */
h5 {
  font-size: 13px;
}

/* line 18, ../sass/_general.scss */
b {
  font-weight: bold;
}

/* line 20, ../sass/_general.scss */
a {
  color: #385489;
}
/* line 22, ../sass/_general.scss */
a:visited {
  color: #385489;
}
/* line 23, ../sass/_general.scss */
a:hover {
  text-decoration: underline !important;
  color:#873775;
}

/* line 25, ../sass/_general.scss */
p {
  padding: 5px 0;
}

/* line 26, ../sass/_general.scss */
ol, ul {
  list-style-position: inside;
}

/* line 29, ../sass/_general.scss */
ol {
  list-style-type: decimal;
}

/* line 30, ../sass/_general.scss */
ul {
  list-style-type: disc;
}

/* line 31, ../sass/_general.scss */
li {
  margin: 8px 0;
}

/* line 58, ../sass/_general.scss */
.bold {
  font-weight: bold;
}

/* line 59, ../sass/_general.scss */
.center {
  text-align: center;
}

/* line 60, ../sass/_general.scss */
.grey {
  color: #666666;
}

/* line 61, ../sass/_general.scss */
.normal {
  font-weight: normal;
}

/* line 62, ../sass/_general.scss */
.no-u {
  text-decoration: none;
}

/* line 64, ../sass/_general.scss */
.page {
  margin: 0 auto;
  background: white;
  width: 960px;
  padding: 0 20px;
}

/* line 1, ../sass/_header.scss */
.header-wrapper {
  background: #39558a;
}

/* line 5, ../sass/_header.scss */
.header {
  position: relative;
  height: 51px;
  width: 960px;
  background: #39558a;
  margin: 0 auto;
}
/* line 11, ../sass/_header.scss */
.header .logo {
  display: block;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  position: relative;
  margin-left: -9px;

	height:50px;
	top:0;
	width:200px;  
  
}
/* line 19, ../sass/_header.scss */
.header .header_box {
left:230px;
position:relative;
top:-40px;
width:700px;
}

/* line 29, ../sass/_header.scss */
.breadcrumbs {
  margin: 0 0 10px;
}
/* line 31, ../sass/_header.scss */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 11, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.breadcrumbs ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 60, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.breadcrumbs ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.breadcrumbs ul li:first-child, .breadcrumbs ul li.first {
  padding-left: 0;
}
/* line 49, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.breadcrumbs ul li.last {
  padding-right: 0;
}
/* line 34, ../sass/_header.scss */
.breadcrumbs ul li {
  color: #666;
  padding: 0;
}
/* line 37, ../sass/_header.scss */
.breadcrumbs ul li:after {
  display: inline-block;
  content: " ";
  background-image: url('../images/bc_arrow.png?1341685851');
  background-repeat: no-repeat;
  height: 5px;
  width: 18px;
  padding-bottom: 1px;
}
/* line 43, ../sass/_header.scss */
.breadcrumbs ul li:last-child:after {
  background-image: none;
}
/* line 46, ../sass/_header.scss */
.breadcrumbs ul li a {
  color: #39558a;
  text-decoration: none;
}

/* line 22, ../sass/style.scss */
.container {
  *zoom: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 24, ../sass/style.scss */
.container .sidebar {
  display: inline;
  float: left;
  width: 250px;
}
/* line 28, ../sass/style.scss */
.container .content {
  display: inline;
  float: left;
  margin-left: 30px;
  width: 680px;
}
/* line 32, ../sass/style.scss */
.container .content > .title {
  margin-bottom: 15px;
}
/* line 34, ../sass/style.scss */
.container .content > .title h1 {
  display: inline-block;
}
/* line 37, ../sass/style.scss */
.container .content > .title .city {
  font-size: 12px;
  color: #666666;
}
/* line 41, ../sass/style.scss */
.container .content > .title .views {
  font-size: 12px;
  color: #666666;
}

/* line 1, ../sass/components/_general.scss */
.favourites {
  padding-left: 20px;
  font-size: 12px;
  background: url('../images/favourites_title.png?1341753636') 4px 2px no-repeat;
  color: #385489;
  cursor: pointer;
}

/* line 9, ../sass/components/_general.scss */
.go-back {
  display: block;
  font: normal 0.857 sans-serif;
  text-decoration: none;
  background: url('../images/go_back.png?1341695702') left 3px no-repeat;
  padding-left: 10px;
}

/* line 19, ../sass/components/_general.scss */
.bottom-text-block {
  color: #666666;
  margin-top: 20px;
}

/* line 24, ../sass/components/_general.scss */
.commercial {
  width: 960px;
  margin-top: 30px;
  overflow: hidden;
  *zoom: 1;
}
/* line 28, ../sass/components/_general.scss */
.commercial .ad {
  display: block;
  float: left;
  margin-left: 30px;
}
/* line 32, ../sass/components/_general.scss */
.commercial .ad.first {
  margin-left: 0;
}

/* line 38, ../sass/components/_general.scss */
.banner-left {
  margin-top: 20px;
  display: block;
}

/* line 62, ../sass/components/_general.scss */
.simple-blue-button {
  background: #F5F6F9;
  color: #385489;
  padding: 3px 10px 5px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}
/* line 69, ../sass/components/_general.scss */
.simple-blue-button:hover {
  background: #385489;
  color: white;
}

/* line 1, ../sass/components/_feedback.scss */
.feedback {
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 8px;
  padding: 0 9px 9px;
  font-size: 13px;
}
/* line 38, ../sass/_base.scss */
.feedback .title {
  height: 41px;
  background: url('../images/form_bg.png?1341702976') repeat-x;
  position: relative;
  font-size: 18px;
  line-height: 41px;
}
/* line 45, ../sass/_base.scss */
.feedback .title:before {
  content: " ";
  background-image: url('../images/form_bg_left.png?1341702976');
  background-repeat: no-repeat;
  height: 41px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
/* line 53, ../sass/_base.scss */
.feedback .title:after {
  content: " ";
  background-image: url('../images/form_bg_right.png?1341702976');
  background-repeat: no-repeat;
  height: 41px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}
/* line 4, ../sass/components/_feedback.scss */
.feedback form.report label {
  margin-top: 8px;
  display: block;
}
/* line 8, ../sass/components/_feedback.scss */
.feedback form.report input, .feedback form.report select, .feedback form.report textarea {
  margin-left: 0;
}
/* line 12, ../sass/components/_feedback.scss */
.feedback .info {
  background: #F4F4F4;
  color: #666666;
  padding: 6px 9px 8px;
  font-size: 12px;
  font-style: italic;
  margin: 0 -9px 15px;
}
/* line 20, ../sass/components/_feedback.scss */
.feedback .rate {
  margin-top: 10px;
  background: #F7F7FA;
  padding: 10px 10px 10px 5px;
}
/* line 24, ../sass/components/_feedback.scss */
.feedback .rate p {
  font-weight: bold;
  margin-left: 7px;
}
/* line 28, ../sass/components/_feedback.scss */
.feedback .rate .row {
  height: 20px;
  line-height: 20px;
}
/* line 31, ../sass/components/_feedback.scss */
.feedback .rate .row span, .feedback .rate .row input {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin: 0;
}
/* line 41, ../sass/components/_feedback.scss */
.feedback .recommend {
  margin-top: 10px;
  padding: 10px 10px 10px;
  background: #FEEAE9;
  line-height: 13px;
}
/* line 46, ../sass/components/_feedback.scss */
.feedback .recommend span {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
}
/* line 51, ../sass/components/_feedback.scss */
.feedback .recommend input {
  position: relative;
  margin: 0 5px 0 0;
}
/* line 56, ../sass/components/_feedback.scss */
.feedback .captcha {
  margin-top: 10px;
}
/* line 59, ../sass/components/_feedback.scss */
.feedback input[type="submit"] {
  background-image: url('../images/button_send.png');
  background-repeat: no-repeat;
  height: 35px;
  width: 157px;
  border: none;
  margin: 10px 0 0;
  padding: 0;
  cursor: pointer;
}

/* line 2, ../sass/_comments.scss */
.comments .item {
  overflow: hidden;
  *zoom: 1;
  min-height: 60px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #faf9f9;
}
/* line 11, ../sass/_comments.scss */
.comments .item .mark {
  display: inline;
  float: left;
  background-color: #FAF9F9;
  height: 100%;
  padding: 0 12px;
}
/* line 16, ../sass/_comments.scss */
.comments .item .mark .text {
  width: 70px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  position: relative;
  top: 8px;
  text-align: center;
  color: #666666;
  font-size: 13px;
}
/* line 27, ../sass/_comments.scss */
.comments .item .mark .number {
  height: 44px;
  line-height: 64px;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
/* line 35, ../sass/_comments.scss */
.comments .item .detail {
  min-height: 60px;
  border-left: 1px solid #d9d9d9;
  background-color: white;
  margin-left: 96px;
  padding: 6px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.comments .item .noleft {
  margin-left: 0px;
  border:none;  
}

/* line 44, ../sass/_comments.scss */
.comments .item .detail .name {
  text-decoration: none;
  color: #39558a;
}
/* line 48, ../sass/_comments.scss */
.comments .item .detail .preview {
  font-weight: normal;
  font-size: 13px;
  color: black;
}

/* line 65, ../sass/style.scss */
.columns-2 {
  overflow: hidden;
  *zoom: 1;
}
/* line 67, ../sass/style.scss */
.columns-2 .first {
  display: inline;
  float: left;
  width: 330px;
  margin-right: 20px;
}
/* line 72, ../sass/style.scss */
.columns-2 .second {
  display: inline;
  float: left;
  width: 330px;
}
/* line 76, ../sass/style.scss */
.columns-2 .fixed-width {
  display: inline-block;
  width: 70px;
}

/* line 1, ../sass/_hotel-page.scss */
.stars .star {
  background-image: url('../images/star_blue.gif?1341923624');
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  padding-right: 1px;
  display: inline-block;
}

/* line 8, ../sass/_hotel-page.scss */
.bank_item > .title {
  margin-bottom: 5px;
	font-size:24px;
	line-height:32px;  
	font-weight:bold;
}

/* line 10, ../sass/_hotel-page.scss */
.bank_item > .title .views {
  font-size: 12px;
  color: #666666;
}
/* line 13, ../sass/_hotel-page.scss */
.bank_item .detail {
  overflow: hidden;
  *zoom: 1;
}
/* line 15, ../sass/_hotel-page.scss */
.bank_item .detail .image {
  margin: 0px 15px 5px 5px;
  display: block;
  display: inline;
  float: left;
  border: 2px solid white;
  width: 74px;
}
/* line 23, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper {

}
/* line 25, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields {
	border:medium none;
	color:#666666;
	width:570px;
}
/* line 31, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields tr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #F0F1F5;
}
/* line 35, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields tr:last-child {
  border-bottom: none;
}
/* line 39, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields td {
  border: none;
  padding: 3px 0 4px 0;
}
/* line 40, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields td.blue {
  color: #385489;
}
/* line 41, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields td.black {
  color: black;
}
/* line 44, ../sass/_hotel-page.scss */
.bank_item .detail .fields-wrapper .fields td a {
  text-decoration: none;
}
/* line 48, ../sass/_hotel-page.scss */
.bank_item .detail .rating {
  display: inline;
  float: right;
  background-image: url('../images/hotel_rating.png?1341923775');
  background-repeat: no-repeat;
  height: 163px;
  width: 150px;
}
/* line 51, ../sass/_hotel-page.scss */
.bank_item .detail .rating * {
  text-align: center;
}
/* line 55, ../sass/_hotel-page.scss */
.bank_item .detail .rating .comments {
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
/* line 60, ../sass/_hotel-page.scss */
.bank_item .detail .rating .text {
  color: #666666;
}
/* line 63, ../sass/_hotel-page.scss */
.bank_item .detail .rating .number {
  padding: 10px;
  font-size: 57px;
  line-height: 57px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
/* line 70, ../sass/_hotel-page.scss */
.bank_item .detail .rating .make-comment {
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  display: block;
  text-shadow: 0 1px 0 white;
}
/* line 79, ../sass/_hotel-page.scss */
.bank_item .viewed {
  border: 1px solid #d9d9d9;
  width: 656px;
}
/* line 85, ../sass/_hotel-page.scss */
.bank_item .viewed .arrow-right {
  -webkit-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 0 8px rgba(0, 0, 0, 0.3);
}
/* line 88, ../sass/_hotel-page.scss */
.bank_item .viewed .arrow-left {
  -webkit-box-shadow: 3px 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.3);
}
/* line 92, ../sass/_hotel-page.scss */
.bank_item .show-more {
  padding: 4px 10px 6px;
  margin-left: 2px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 2px #d9d9d9;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
}
/* line 101, ../sass/_hotel-page.scss */
.bank_item .special-offer {
  padding: 10px 20px 20px;
  background: #FEEAE9;
  border-radius: 6px;
}
/* line 105, ../sass/_hotel-page.scss */
.bank_item .special-offer .image {
  display: block;
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 110, ../sass/_hotel-page.scss */
.bank_item .special-offer .name {
  display: inline-block;
  margin-bottom: 5px;
}
/* line 114, ../sass/_hotel-page.scss */
.bank_item .special-offer p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
/* line 118, ../sass/_hotel-page.scss */
.bank_item .special-offer p a {
  text-decoration: none;
}
/* line 120, ../sass/_hotel-page.scss */
.bank_item .special-offer h3 {
  margin-bottom: 8px;
}
/* line 121, ../sass/_hotel-page.scss */
.bank_item .special-offer .first {
  margin-right: 60px;
}
/* line 122, ../sass/_hotel-page.scss */
.bank_item .special-offer .first, .bank_item .special-offer .second {
  width: 280px;
}
/* line 126, ../sass/_hotel-page.scss */
.bank_item .bottom-link {
  text-decoration: none;
}

/* line 129, ../sass/_hotel-page.scss */
.room-types, .other-credits {
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 8px;
  padding: 0 9px 9px;
  font-size: 13px;
  border-color: #f5f6f9;
  padding-bottom: 0;
}
/* line 38, ../sass/_base.scss */
.room-types .title, .other-credits .title {
  height: 41px;
  background: url('../images/form_light_bg.png?1341932981') repeat-x;
  position: relative;
  font-size: 18px;
  line-height: 41px;
}
/* line 45, ../sass/_base.scss */
.room-types .title:before, .other-credits .title:before {
  content: " ";
  background-image: url('../images/form_light_bg_left.png?1341932941');
  background-repeat: no-repeat;
  height: 41px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
/* line 53, ../sass/_base.scss */
.room-types .title:after, .other-credits .title:after {
  content: " ";
  background-image: url('../images/form_light_bg_right.png?1341932965');
  background-repeat: no-repeat;
  height: 41px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}
/* line 133, ../sass/_hotel-page.scss */
.room-types .item, .other-credits .item {
  padding: 10px 0;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #f5f6f9;
}
/* line 137, ../sass/_hotel-page.scss */
.room-types .item .info, .other-credits .item .info {
/*  min-height: 75px;*/
}
/* line 140, ../sass/_hotel-page.scss */
.room-types .item:last-child, .other-credits .item:last-child {
  border-bottom: none;
}
/* line 143, ../sass/_hotel-page.scss */
.other-credits .item .image {
  float: left;
  margin: 0px 15px 5px 5px;
  display: block;
  border: 2px solid white;
/*  box-shadow: 0 0 5px 0 #aaa;*/
/*  min-height:110px;*/
  width:80px;
/*  height:80px;*/
  overflow:hidden;
}


/* line 147, ../sass/_hotel-page.scss */
.room-types .item .price, .other-credits .item .price {
  float: right;
  margin-top: 6px;
  margin-right: 30px;
}
/* line 151, ../sass/_hotel-page.scss */
.room-types .item .price .grey, .other-credits .item .price .grey {
  text-align: center;
}
/* line 152, ../sass/_hotel-page.scss */
.room-types .item .price .number, .other-credits .item .price .number {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 46px;
  line-height: 52px;
}
/* line 159, ../sass/_hotel-page.scss */
.room-types .item .name, .other-credits .item .name {
  font-size: 16px;
  text-decoration: none;
}
/* line 165, ../sass/_hotel-page.scss */
.room-types .item .button-find-out, .other-credits .item .button-find-out {
  float: right;
  background-image: url('../images/button_find_out.png?1341924117');
  background-repeat: no-repeat;
  height: 45px;
  width: 150px;
  margin-top: 25px;
}

/* line 172, ../sass/_hotel-page.scss */
.other-credits {
  margin-top: 20px;
}
/* line 175, ../sass/_hotel-page.scss */
.other-credits .item .right-info {
/*  min-height: 105px;*/
  display: inline;
  float: right;
}
/* line 176, ../sass/_hotel-page.scss */
.other-credits .item .right-info .favourites {
  display: inline-block;
}
/* line 181, ../sass/_hotel-page.scss */
.other-credits .item .right-info * {
  text-align: right;
}
/* line 184, ../sass/_hotel-page.scss */
.other-credits .item .right-info .grey {
  padding-bottom: 8px;
}
/* line 187, ../sass/_hotel-page.scss */
.other-credits .item .right-info .price {
  margin: 0;
  font-size: 18px;
  color: black;
}
/* line 192, ../sass/_hotel-page.scss */
.other-credits .item .right-info .button-view-hotel {
  background-image: url('../images/button_view_hotel.png?1341924117');
  background-repeat: no-repeat;
  height: 25px;
  width: 130px;
  display: inline-block;
  clear: both;
  position: relative;
  left: 17px;
  margin: 5px 0 10px;
}
/* line 201, ../sass/_hotel-page.scss */
.other-credits .item .stars {
  margin-top: 7px;
}
/* line 202, ../sass/_hotel-page.scss */
.other-credits .item .name {
  font-size: 20px;
}
/* line 203, ../sass/_hotel-page.scss */
.other-credits .item .text {
  color: #9E0B41;
  padding-bottom: 0;
}

/* line 3, ../sass/_hotel-list.scss */
.bank-list > .title h1 {
  font-weight: normal;
}
/* line 6, ../sass/_hotel-list.scss */
.bank-list > .title .views {
  font-size: 13px;
}
/* line 8, ../sass/_hotel-list.scss */
.bank-list h2 {
  font-size: 16px;
  color: #385489;
  padding: 5px 0;
}
/* line 13, ../sass/_hotel-list.scss */
.bank-list .other-credits {
  border: none;
  border-radius: 0;
  padding-bottom: 1px;
  margin-top: 0;
  background: #F5F6F9;
}
/* line 19, ../sass/_hotel-list.scss */
.bank-list .other-credits .item {
  background: white;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  padding: 5px;
}
/* line 26, ../sass/_hotel-list.scss */
.bank-list .other-credits.white {
  background: white;
}
/* line 28, ../sass/_hotel-list.scss */
.bank-list .other-credits.white .item {
  border-bottom: 2px solid #f5f6f9;
  padding-bottom: 13px;
}
/* line 38, ../sass/_hotel-list.scss */
.bank-list .simple-blue-button {
  background-color: white;
}
/* line 40, ../sass/_hotel-list.scss */
.bank-list .simple-blue-button:hover {
  background-color: #385489;
}
/* line 42, ../sass/_hotel-list.scss */
.bank-list .button-view-more {
  background-image: url('../images/button_view_more.png?1342006245');
  background-repeat: no-repeat;
  height: 42px;
  width: 233px;
  display: block;
  margin: 10px auto;
}
/* line 47, ../sass/_hotel-list.scss */
.bank-list .button-top {
  float: right;
  display: block;
  background-image: url('../images/button_top.png?1342006564');
  background-repeat: no-repeat;
  height: 37px;
  width: 70px;
  margin-top: 8px;
}

/* line 55, ../sass/_hotel-list.scss */
.cities {
  overflow: hidden;
  *zoom: 1;
  padding: 6px 10px 0;
}
/* line 58, ../sass/_hotel-list.scss */
.cities .item {
  display: inline;
  float: left;
  color: #385489;
  font-size: 13px;
  margin-right: 20px;
  margin-bottom: 12px;
  text-decoration: none;
  cursor: pointer;
}
/* line 66, ../sass/_hotel-list.scss */
.cities .item .number {
  font-size: 11px;
  margin-left: 5px;
  color: #666666;
  padding: 2px 4px;
  border-radius: 6px;
  border: 1px solid #f5f6f9;
  box-shadow: 0 0 2px 0 #ddd;
}
/* line 76, ../sass/_hotel-list.scss */
.cities .clear {
  clear: both;
}
/* line 79, ../sass/_hotel-list.scss */
.cities .more {
  text-decoration: none;
  color: #385489;
  display: inline-block;
  padding: 10px 12px 10px 10px;
  border: 1px solid #f5f6f9;
  box-shadow: 0 0 2px 0 #ddd;
  border-radius: 6px;
  margin-bottom: 2px;
  margin-top: 4px;
  margin-left: -8px;
}

/* line 93, ../sass/_hotel-list.scss */
.button-prev {
  padding-left: 25px;
  background: url('../images/arrow_grey_left.png?1342006655') left bottom no-repeat;
  display: inline-block;
  display: inline;
  float: left;
  text-decoration: none;
}

/* line 101, ../sass/_hotel-list.scss */
.button-next {
  padding-right: 25px;
  background: url('../images/arrow_grey_right.png?1342006606') right bottom no-repeat;
  display: inline-block;
  display: inline;
  float: right;
  text-decoration: none;
}

/* line 109, ../sass/_hotel-list.scss */
.pager {
  margin: 0;
  padding: 0;
  border: 0;
  *zoom: 1;
  display: inline-block;
}
/* line 49, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.pager li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 113, ../sass/_hotel-list.scss */
.pager li {
  padding: 7px 10px;
  border: 1px solid #e6e8f1;
  margin-right:3px;
}
/* line 117, ../sass/_hotel-list.scss */
.pager li.active {
  background-color: #e6e8f1;
}
/* line 119, ../sass/_hotel-list.scss */
.pager li.active a {
  color: grey;
}

/* line 129, ../sass/_hotel-list.scss */
.pager a {
  text-decoration: none;
}

/* line 132, ../sass/_hotel-list.scss */
.sort {
  border: 1px solid #ececec;
  background: #FBFBFB;
  padding: 3px 0;
}
/* line 136, ../sass/_hotel-list.scss */
.sort * {
  display: inline-block;
}
/* line 139, ../sass/_hotel-list.scss */
.sort .text {
  padding: 0 10px;
  font-size: 12px;
}
/* line 143, ../sass/_hotel-list.scss */
.sort .view-on-map {
  float: right;
  margin: 2px 10px 0;
  font-size: 12px;
  padding-left: 13px;
  background: url('../images/icon_location.png?1341998715') 0 2px no-repeat;
}

/* line 27, ../sass/_photos.scss */
.content#photo .tabs {
  *zoom: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.content#photo .tabs:after {
  content: "";
  display: table;
  clear: both;
}
/* line 29, ../sass/_photos.scss */
.content#photo .tabs .tab {
  display: block;
  text-decoration: none;
  margin-right: 10px;
  display: inline;
  float: left;
  border: 1px solid #e6e8f1;
  border-radius: 10px 10px 0 0;
  position: relative;
  background: #EEEEEE;
  font-size: 16px;
  padding: 5px 10px;
}
/* line 40, ../sass/_photos.scss */
.content#photo .tabs .tab.active {
  color: black;
  background: white;
  top: 2px;
  z-index: 1000;
  border-bottom: white;
}
/* line 49, ../sass/_photos.scss */
.content#photo > .images {
  *zoom: 1;
  border: 1px solid #e6e8f1;
  padding: 10px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.content#photo > .images:after {
  content: "";
  display: table;
  clear: both;
}
/* line 53, ../sass/_photos.scss */
.content#photo > .images img {
  padding: 4px;
}

/* line 1, ../sass/_museum-page.scss */
.columns-3 {
  overflow: hidden;
  *zoom: 1;
}
/* line 3, ../sass/_museum-page.scss */
.columns-3 .column {
  display: inline;
  float: left;
  width: 213.333px;
}
/* line 6, ../sass/_museum-page.scss */
.columns-3 .column h3 {
  color: #666666;
}
/* line 10, ../sass/_museum-page.scss */
.columns-3 .fixed-width {
  display: inline-block;
  width: 70px;
}

/* line 18, ../sass/_museum-page.scss */
.content#museum-page .special-offer p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
}
/* line 23, ../sass/_museum-page.scss */
.content#museum-page .special-offer span {
  display: inline-block;
  width: 70px;
}

/* line 30, ../sass/_museum-page.scss */
.blue-container {
  padding: 5px 15px 15px;
  background: #F5F6F9;
}

/* line 1, ../sass/_main.scss */
.container#main-container {
  overflow: hidden;
  *zoom: 1;
}
/* line 3, ../sass/_main.scss */
.container#main-container .sidebar {
  display: inline;
  float: left;
  width: 400px;
}
/* line 7, ../sass/_main.scss */
.container#main-container .content {
  display: inline;
  float: left;
  margin-left: 30px;
  width: 530px;
}
/* line 11, ../sass/_main.scss */
.container#main-container .content > .title {
  margin-bottom: 15px;
}
/* line 13, ../sass/_main.scss */
.container#main-container .content > .title .city {
  font-size: 12px;
  color: #666666;
}
/* line 17, ../sass/_main.scss */
.container#main-container .content > .title .views {
  font-size: 12px;
  color: #666666;
}

/* line 22, ../sass/_main.scss */
.search-wrapper {
  background: url('../images/bg_search.png?1342795395') repeat-x;
}

/* line 51, ../sass/_main.scss */
.content#main-content .block-banks .item {
  padding: 5px 20px;
  width: 120px;
}

/* line 84, ../sass/_main.scss */
.block-news .item {
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 87, ../sass/_main.scss */
.block-news .item .image {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 91, ../sass/_main.scss */
.block-news .item .name {
  margin-top: 0;
}

/* line 98, ../sass/_main.scss */
.icon-cities {
  display: inline-block;
  background-image: url('../images/icon_cities.png?1342020369');
  background-repeat: no-repeat;
  height: 20px;
  width: 10px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}

/* line 107, ../sass/_main.scss */
.sidebar#main-sidebar .main-title {
  font-weight: normal;
  font-size: 20px;
  margin: 15px 0;
}
/* line 113, ../sass/_main.scss */
.sidebar#main-sidebar .offers a {
  text-decoration: none;
  color: #385489;
}
/* line 117, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item {
  position: relative;
  width: 400px;
  height: 350px;
}
/* line 121, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .city {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 127, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info {
  margin-top: 40px;
  width: 340px !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px 5px;
  background-image: url('../images/main_info_block.png?1342020066');
  background-repeat: no-repeat;
  height: 285px;
  width: 400px;
}
/* line 130, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info h2.name {
  color: white;
  margin-bottom: 25px;
}
/* line 139, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .item {
  height: 70px;
  margin-bottom: 8px;
  overflow: hidden;
  *zoom: 1;
}
/* line 143, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .item .name {
  font-size: 14px;
}
/* line 146, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .item .grey {
  font-size: 12px;
}
/* line 149, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .item img {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 154, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .all-offers {
  display: block;
  font-size: 14px;
}
/* line 158, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item .info .air-tickets {
  display: block;
  font-size: 14px;
  margin: 18px 15px;
}
/* line 164, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item.mini {
  height: 175px;
}
/* line 166, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item.mini .info {
  padding: 5px 30px 5px;
  background-image: url('../images/main_info_mini.png?1342023482');
  background-repeat: no-repeat;
  height: 80px;
  width: 400px;
}
/* line 169, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item.mini .info h2.name {
  margin-bottom: 14px;
}
/* line 172, ../sass/_main.scss */
.sidebar#main-sidebar .offers > .item.mini .info .air-tickets {
  margin: 0 15px;
}

/* line 181, ../sass/_main.scss */
.icon-rss {
  background-image: url('../images/rss.png?1341737479');
  background-repeat: no-repeat;
  height: 14px;
  width: 32px;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  top: 2px;
}

/* line 1, ../sass/_footer.scss */
.footer {
  margin-top: 30px;
  *zoom: 1;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.footer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4, ../sass/_footer.scss */
.footer .hr {
  height: 1px;
  background: #dddddd;
  width: 100%;
  margin: 15px 0 15px -20px;
  padding-right: 40px;
}
/* line 11, ../sass/_footer.scss */
.footer .left-panel {
  display: inline;
  float: left;
  width: 250px;
}
/* line 14, ../sass/_footer.scss */
.footer .left-panel .contacts {
  background: url('../images/form_bg.png?1341702976') repeat-x;
  border:1px solid #D9D9D9;
  border-radius: 8px;
  padding: 0 9px 9px;
  font-size: 13px;
  margin-top: 20px;
  padding-bottom: 15px;
}
/* line 38, ../sass/_base.scss */
.footer .left-panel .contacts .title {
  height: 41px;
  position: relative;
  font-size: 18px;
  line-height: 41px;
}
/* line 45, ../sass/_base.scss */
.footer .left-panel .contacts .title:before {
  content: " ";
  height: 41px;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 0;
}
/* line 53, ../sass/_base.scss */
.footer .left-panel .contacts .title:after {
  content: " ";
  height: 41px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
}
/* line 18, ../sass/_footer.scss */
.footer .left-panel .contacts .title {
  color: #666666;
  padding-top: 4px;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 27, ../sass/_footer.scss */
.footer .left-panel .phone {
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
/* line 32, ../sass/_footer.scss */
.footer .left-panel .copyright {
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
/* line 39, ../sass/_footer.scss */
.footer .right-panel {
  display: inline;
  float: left;
  width: 680px;
  margin-left: 30px;
}
/* line 43, ../sass/_footer.scss */
.footer .right-panel .bottom-links {
  margin-left: 10px;
  font-size: 14px;
}
/* line 46, ../sass/_footer.scss */
.footer .right-panel .bottom-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 11, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.footer .right-panel .bottom-links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 60, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.footer .right-panel .bottom-links ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.footer .right-panel .bottom-links ul li:first-child, .footer .right-panel .bottom-links ul li.first {
  padding-left: 0;
}
/* line 49, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.footer .right-panel .bottom-links ul li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
.footer .right-panel .bottom-links ul li.last {
  padding-right: 0;
}
/* line 49, ../sass/_footer.scss */
.footer .right-panel .bottom-links ul li {
  margin-right: 10px;
}
/* line 54, ../sass/_footer.scss */
.footer .right-panel .bottom-links-2 {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding-left: 10px;
  padding-bottom: 7px;
  margin-top: 25px;
  overflow: hidden;
  *zoom: 1;
  color: #666666;
}
/* line 62, ../sass/_footer.scss */
.footer .right-panel .bottom-links-2 .partners {
  display: inline;
  float: left;
  width: 50%;
}
/* line 65, ../sass/_footer.scss */
.footer .right-panel .bottom-links-2 .partners a {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  font-weight: bold;
}
/* line 72, ../sass/_footer.scss */
.footer .right-panel .bottom-links-2 .blogs {
  display: inline;
  float: left;
  margin-top: 20px;
}
/* line 77, ../sass/_footer.scss */
.footer .right-panel .summary {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
/* line 84, ../sass/_footer.scss */
.footer .add-hotel {
  display: block;
  background-image: url('../images/add_hotel.png?1341720946');
  background-repeat: no-repeat;
  height: 31px;
  width: 160px;
  cursor: pointer;
}

/* TEST STYLES
   Remove everything below on deployment */
/* line 138, ../sass/style.scss */
.test.main.images {
  overflow: hidden;
  *zoom: 1;
  margin: 15px 0;
}
/* line 141, ../sass/style.scss */
.test.main.images img {
  display: block;
  margin-right: 20px;
  float: left;
}
/* line 147, ../sass/style.scss */
.test.main.lists {
  margin: 30px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 150, ../sass/style.scss */
.test.main.lists div {
  display: inline;
  float: left;
  margin-right: 100px;
}




/************** ADD *****************/


.filterBlock,
.filterBlockSmall {
/*	overflow: hidden;*/
	position: relative;
	padding: 0 0 20px;
}
.filterValues {
	overflow: hidden;
	height: 47px;
	font-size: 16px;
	line-height: 30px;
	font-weight:bold;
}
.filterValues div {
	float: left;
	margin-right: 20px;
}
.filterValues .active {
	position: relative;
	border-bottom: 2px solid #000000;
}
.filterBlockSmall {
	padding: 0 0 15px;
}
.filterBlockSmall .filterValues {
	overflow: hidden;
	height: 37px;
	font-size: 18px;
	line-height: 23px;
}
.filterBlockSmall .filterValues div {
    margin-right: 30px;
}
.activeArrow {
	position: absolute;
	left: 50%;
	bottom: -11px;
	width: 17px;
	height: 11px;
	background: url(/a0/ru/images/activeArrow.gif) no-repeat 0 0;
	margin-left: -8px;
}
.bgBlock {
	position: relative;
	background: #ffffff;
/*	padding: 20px 18px;*/
}
.bgBlockTL,
.bgBlockTR,
.bgBlockBR,
.bgBlockBL {
	position: absolute;
	width: 4px;
	height: 4px;
	background: url(/a0/ru/images/filterCorners.gif);
}
.bgBlockTL {
	top: 0;
	left: 0;
}
.bgBlockTR {
	top: 0;
	right: 0;
	background-position: -4px 0;
}
.bgBlockBR {
	bottom: 0;
	right: 0;
	background-position: -4px -4px;
}
.bgBlockBL {
	bottom: 0;
	left: 0;
	background-position: 0 -4px;
}
.bgBlockDialog {
	position: absolute;
	top: 0;
	right: -33px;
	width: 33px;
	height: 33px;
	background: url(/a0/ru/images/dialog.png) no-repeat 0 0;
}
.filterHideBlock {
	display: none;
	overflow: hidden;
	padding: 15px 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a9a9a9;
}
.filterHideBlock02 {
	padding: 20px 0 0 0;
	margin: 0;
	border: 0;
}
.filterFormInner .buttonBlock {
	display: none;
}
.buttonFormSlide {
}
.filterSliderBlock {
	overflow: hidden;
	color: #9E0B41;

}
.filterSliderBlock a {
	color: #9E0B41;
	font-size:17px;
}

.filterSliderBlock a:hover {
	color:#385489;
}

.filterSliderBlock .dashedLink {
	float: left;
	margin-right: 25px;
	border-bottom: 1px dashed #9E0B41;
}

.filterSliderBlock .dashedLink:hover{
	border-bottom: 1px dashed #385489 !important;
	color:#385489;
	text-decoration:none !important;
}

.openedBlock {
	display: block !important;
}
.closedBlock {
	display: none !important;
}





.bgBlock02 {
	position: relative;
	background: #ffffff;
	padding: 4px;
	border: 1px solid #a1a1a1;
}
.bgBlock02TL,
.bgBlock02TR,
.bgBlock02BR,
.bgBlock02BL {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url(/a0/ru/images/bgBlock02Corners.gif);
}
.bgGrey .bgBlock02TL,
.bgGrey .bgBlock02TR,
.bgGrey .bgBlock02BR,
.bgGrey .bgBlock02BL {
	background-image: url(/a0/ru/images/bgBlock03Corners.gif);
}
.bgGrey02 .bgBlock02TL,
.bgGrey02 .bgBlock02TR,
.bgGrey02 .bgBlock02BR,
.bgGrey02 .bgBlock02BL {
	background-image: url(/a0/ru/images/bgBlock04Corners.gif);
}
.bgBlock02TL {
	top: -1px;
	left: -1px;
}
.bgBlock02TR {
	top: -1px;
	right: -1px;
	background-position: -5px 0;
}
.bgBlock02BR {
	bottom: -1px;
	right: -1px;
	background-position: -5px -5px;
}
.bgBlock02BL {
	bottom: -1px;
	left: -1px;
	background-position: 0 -5px;
}
.partSectionFilter {
	overflow: hidden;
	padding: 10px 0 5px;
	margin-right: -20px;
}
.partSectionFilter .bgBlock02 {
	float: left;
	width: 172px;
	height: 120px;
	margin-right: 7px;
}
.partSectionList {
	height: 120px;
	overflow: auto;
}
.partSectionFilter .inputBlock {
	padding-bottom: 7px;
}


.width12 {width: 12px;}
.width30 {width: 30px;}
.width35 {width: 35px !important;}
.width50 {width: 50px;}
.width60 {width: 60px;}
.width80 {width: 80px;}
.width90 {width: 90px;}
.width105 {width: 105px;}
.width120 {width: 120px;}
.width130 {width: 130px;}
.width135 {width: 135px;}
.width140 {width: 140px;}
.width150 {width: 150px;}
.width160 {width: 160px;}
.width180 {width: 180px;}
.width190 {width: 190px;}
.width200 {width: 200px;}
.width240 {width: 240px;}
.width310 {width: 310px;}
.width316 {width: 316px;}
.width410 {width: 410px;}
.width510 {width: 510px;}
.width610 {width: 610px;}
.width620 {width: 620px;}
.width630 {width: 630px;}
.width660 {width: 660px !important;}
.width670 {width: 670px;}
.width720 {width: 720px;}

.width20 {width:20px;}
.width240 {width: 240px;}
.width270 {width: 270px;}

.width490 {width: 490px;}
.mr0 {margin-right:0px !important;}
.none {display:none;}
.warningBlock{color:#be0000;}
.ml20 { margin-left: 20px; }

.height95 {height: 95px;}
.height150 {height: 150px;}
.height200 {height: 200px;}

.min-height810 {min-height: 810px;}

.p0 {padding: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pt1 {padding-top: 1px !important;}
.pt2 {padding-top: 2px !important;}
.pt5 {padding-top: 5px !important;}
.pt3 {padding-top: 3px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pb0 {padding-bottom: 0 !important;}
.pb1 {padding-bottom: 1px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb8 {padding-bottom: 8px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb12 {padding-bottom: 12px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb55 {padding-bottom: 55px !important;}
.pb70 {padding-bottom: 70px !important;}
.pl3 {padding-left: 3px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl50 {padding-left: 50px !important;}

.m0 {margin: 0 !important;}
.ml-20 {margin-left: -20px !important;}
.ml-10 {margin-left: -10px !important;}
.ml-5 {margin-left: -5px !important;}
.ml-1 {margin-left: -1px !important;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.mt-10 {margin-top: -10px !important;}
.mt-8 {margin-top: -8px !important;}
.mt-5 {margin-top: -5px !important;}
.mt-3 {margin-top: -3px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mr-20 {margin-right: -20px !important;}
.mr-10 {margin-right: -10px !important;}
.mr-5 {margin-right: -5px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr7 {margin-right: 7px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr50 {margin-right: 50px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb70 {margin-bottom: 70px !important; height: 3px; border:1px solid red;}

.floatL {float: left;}
.floatR {float: right;}
.overflow {overflow: hidden;}
.visibleBlock {overflow: visible;}
.clear {clear: both;}
.clearL {clear: left;}
.hideBlock {display: none !important;}
.showBlock {display: block !important;}
.awayBlock {position: absolute; top: -10000px !important; left: 0;}
.noBorder {border: none !important;}
.noBG {background: none !important;}
.borderNone {border: 0 !important;}
.textCenter {text-align: center;}
.textRight {text-align: right;}


/* ===================== Elements for form ============================= */
.formBlock {
	overflow: hidden;
}
.formBlock input {
    height: 18px;
}
.inputBlock {
	overflow: hidden;
	padding-left: 20px;
}
.inputBlock input {
	display: block;
	float: left;
	margin: 2px 0 0 -18px;
}
.formHide {
	padding: 0 !important;
	border: none !important;
}
.formText {
	float: left;
	padding: 5px 0 0;
	margin: 0 10px 0 25px;
}
.formText02 {
	padding: 0 0 5px;
	margin: 0;
	font-size:14px;
	color:#9E0B41;
	font-family:arial;
}
.formInputList .inputBlock {
	float: left;
	padding-right: 5px;
	margin-right: 25px;
}
.formInputListRadio .inputBlock input {
    margin-top: 0;
}
.captchaBlock {
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.warning,
.warning * {
	color: #be0000 !important;
}
.warningBlock {
	border-color: #be0000 !important;
}
.warningBlock .bgBlock02TL,
.warningBlock .bgBlock02TR,
.warningBlock .bgBlock02BR,
.warningBlock .bgBlock02BL {
    background-image: url(/a0/ru/images/bgBlockCornersWarning.gif);
}
.bgBlock02 .linkBlock02 {
	position: absolute;
	bottom: -20px;
	left: 4px;
}


.dashedLink {
	text-decoration: none;
	border-bottom: 1px dashed #385489;
}
.dashedLink:hover {
	border-bottom: 1px dashed #9E0B41;
	text-decoration: none !important;	
}

.active a {
border-bottom:medium none;
color:black !important;
cursor:default;
}

.filterValues a:hover {
	text-decoration:none !important;
}


.buttonBlock button {
  background-image: url('../images/button_send.png');
  background-repeat: no-repeat;
  height: 35px;
  width: 157px;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 15px 0 15px;
}

a img, button, .bbutton {
	border:medium none;
	font-family:verdana,geneva,arial,sans-serif;
	outline:medium none;
}

.buttonBlock {

overflow:hidden;
}

.link_credit_type {
font-size:16px;
 line-height: 20px;
}

/******************************/
.ico_title {position:relative; top:8px; margin-right:8px; height:28px;}

.pageTitle02 {
	color:#385489;
	font-size:16px;
	font-weight:bold;
}

label {
	cursor:pointer;
}

.ico_znak {
  display: inline-block;
  background-image: url('../images/icon_location.png');
  background-repeat: no-repeat;
  height: 12px;
  width: 10px;
  position: relative;
  top: 1px;
  padding-right: 4px;
}

.programs .pageTitle02 {color:#9E0B41}
.programs  a{color:#9E0B41 }
.programs  a:hover{color:#000 }

.comments .item .detail .preview a {color:#000; text-decoration:none;}

.top_menu {
	font-size:16px;
	display: inline-block;
}
.top_menu ul {
	border:0 none;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0;
}

.top_menu li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-type:none;
	margin-left:0;
	padding-left:8px;
	padding-right:8px;
	white-space:nowrap;
	font-weight:bold;
	color:#fff;
}

.top_menu a {color:#fff; font-weight:normal;}
.top_menu a.active {font-weight:bold;}

.hr2 {
	background:none repeat scroll 0 0 #DDDDDD;
	height:1px;
	margin:15px 0 15px -20px;
	width:100%;
}


.imgL  {
	float:left;
	margin:7px 10px 3px 0 !important;
}

.imgR  {
	float:right;
	margin:7px 3px 10px !important;
}

.popupFrame {
	border:2px solid #A3B0D9;
}

.pageTitle, .pageTitle h1 {
	font-size:24px !important;
	line-height:28px !important;
	padding-bottom:10px;
}

.replyLink a {font-size:14px;}

.buttonBlock button.search {
  background-image: url('../images/button_search.png');
}

.buttonBlock button.credit {
  background-image: url('../images/button_credit.png');
}

.buttonBlock button.make_comment {
  background-image: url('../images/button_make_comment.png');
}

.pageTitle .red {color:#9E0B41}
.pageTitle .red:hover {color:#385489}

.smile {margin-top:-10px; margin-left:-5px; opacity:0.7}

.block-banks .title h1 {display:inline; font-size:18px; line-height:41px; font-weight:normal;}

.mh150 {min-height:150px}
.mh130 {min-height:130px; height:130px;}

.credit_desc {font-size:14px; font-family:arial; margin:15px 0px}

.dotBlock {
	background:url("/a0/ru/images/dot.gif") repeat-x scroll 0 0 transparent;
	height:1px;
	width:100%;
}

.other-credits  .item .rate  {
	background:url("/a0/ru/images/dot.gif") repeat-x 0 bottom;
	line-height:21px;
}

.other-credits  .item .rate span {
color:#000;
font-size:12px;
font-weight:bold;
}

.subMenu {
	padding: 3px 0 0;
}

.subMenu div {
	background: url(/a0/ru/images/point.png) no-repeat 3px 5px;
	padding: 0 0 12px 20px;
	font-size:16px;
	font-weight:bold;
	color:#9E0B41;
}

.subMenu div a {color:#385489; text-decoration:none; 	 }
.subMenu div a:hover {color:#9E0B41; text-decoration:none !important; }
.subMenu div span {font-weight:normal;}

.flNo {float:none;}

#credit_list_new_search_block  {
display:none;
}

.mh110 {min-height:110px}

.linksMenuSmall {font-size:normal; background:none !important; margin-top:-5px}
.linksMenuSmall div {background:none; font-weight:normal; font-size:14px; padding:0px 0px 5px 5px}

.pagerPrev,
.pagerNext {
	float: left;
	color: #959595;
	margin-top: 3px;
	font-size:15px;
	font-family:arial;
}
.pagerPrev a,
.pagerNext a {
	color: #000000;
}

.pagerPrev a:hover,
.pagerNext a:hover {
	color: #9E0B41;
}

.pagerPrev {
	background: url(/a0/ru/images/ico_arrowL.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-right: 17px;
}
.pagerNext {
	float: right;
	background: url(/a0/ru/images/ico_arrowR.gif) no-repeat right 3px;
	padding-right: 15px;
	margin-left: 15px;
}
.pagerPrev.null {
	background-image: url(/a0/ru/images/ico_arrowL_null.gif);
}
.pagerNext.null {
	background-image: url(/a0/ru/images/ico_arrowR_null.gif);
}

.pagerBlock {
	position: relative;
    top: 30px;
}

.pagerBlock02 {
	padding: 0 0 0 120px;
	margin: 50px 0 0;
}
.pagerBlock02 .pagerNext {
	float: left;
}

.buttonBlock img {display:none;}

.comment_row {float:left;width:33%;}

.bank-list .credit_info {padding:9px !important}

.bank-list .credit_info {
	font-family:arial  !important;
	font-size:17px  !important;
	font-weight:normal  !important;
}

.bank-list .credit_info .item {margin-bottom:2px;}

.bank-list-front .other-credits .item 
{
/*	float:left;*/
/*	width:300px;*/
	overflow:hidden;
	margin-right:20px;
/*	min-height:150px;	*/
}

.bank-list-front .other-credits .item  .image {padding-bottom:20px}

.bank-list-front .other-credits .item  .name {
	font-size:17px;
}

.bank-list-front .other-credits .item  span {font-size:13px; color: #9E0B41; font-weight:bold;}

.filterPart  {overflow:hidden;}

.creditBlock01 {
	float:left;
	width:220px;
	font-size:15px;
}

.creditBlock02 {
	color:#3A5E43;
	float:right;
	font-size:15px;
	line-height:18px;
	padding-bottom:20px;
	width:440px;
}

ol, ul {
list-style:none outside none;
}
/*
.default {
overflow:hidden;
}
*/
.default img {
border:2px solid #FFFFFF;
margin:10px;
}
.default p {
margin-top:0;
}

.default strong {font-weight:bold; color: #9E0B41}

.default h1 {
font-size:24px;
line-height:28px;
margin-bottom:25px;
}
.default h2 {
font-size:20px;
line-height:24px;
margin:0 0 15px;
}
.default h3 {
font-size:14px;
font-weight:bold;
line-height:18px;
margin:0 0 10px;
}
.default h4 {
font-size:12px;
font-weight:bold;
line-height:15px;
margin:0 0 10px;
}
.default h5 {
font-size:11px;
font-weight:bold;
line-height:15px;
margin:0 0 5px;
}
.default h6 {
font-size:10px;
font-weight:bold;
line-height:13px;
margin:0 0 5px;
}
.default table {
border-collapse:collapse;
border-top:1px solid #8A8A8A;
font-size:12px;
margin:0 0 20px;
}
.default table thead tr td, .default table thead tr th {
}
.default table tr td {
padding:5px 20px 7px 10px;
vertical-align:top;
}
.default ol {
list-style-position:outside;
margin-bottom:12px;
padding-left:25px;
}
.default ol li ol, .default ul li ol {
list-style-position:outside;
margin:11px 0 12px;
}
.default ol li {
list-style-type:decimal;
margin-bottom:8px;
list-style:none outside none;
}
.default ol li ul li {
background:url("/a0/ru/images/ul.png") no-repeat scroll 5px 5px transparent;
list-style-type:none;
margin-bottom:12px;
padding-left:18px;
}
.default ul {
margin-bottom:12px;
}
.default ul li ul, .default ol li ul {
margin:11px 0 12px;
}
.default ul li {
background:url("/a0/ru/images/ul.png") no-repeat scroll 5px 5px transparent;
margin-bottom:12px;
padding-left:18px;
}
.default ul li ol li {
background:none repeat scroll 0 0 transparent;
padding-left:0;
}

.table04Block {
	line-height: 20px;
    overflow: hidden;
	font-size:14px;
}
.table04Block .colLine {
    overflow: hidden;
    padding: 5px 0 4px;
}
.table04Block .col01,
.table04Block .col02,
.table04Block .col03 {
    float: left;
    padding-right: 20px;
}
.table04Block .col01 {
    width: 305px;
}
.table04Block .col02 {
    width: 180px;
}
.table04Block .col03 {
    padding-right: 0;
    width: 140px;
}
.table04Block .colLineSub {
    overflow: hidden;
    padding: 0 0 10px;
}

.dotBlock04 {
background:none repeat scroll 0 0 #A9A9A9;
height:2px;
width:100%;
}

.infoBankBlock  {
overflow:hidden;
padding:0 0 7px;
}

.infoBankBlock .pageTitle {
float:left;
margin:5px 0 0;
}

.colLine i {color:#9E0B41; font-weight:bold;}

.banksFilterBlock02 {
height:97px;
}
.banksFilterBlock02 .banksFilter {
padding-bottom:0;
}
.banksFilterLeft {
}
.banksFilterLeft .formText {
margin-bottom:13px;
}
.banksFilterBlock02 .buttonBlock {
}
.banksPopup031 {
left:3px;
top:49px;
}



.banksFilterBlock {
	position: relative;
	height: 68px;
}
.banksFilter {
	overflow: hidden;
}
.banksFilter .pageTitle02 {
	float: left;
	padding: 0 15px 0 0;
	margin-top: 0px;
}
.banksFilter .formText {
	float: left;
    padding: 0;
	margin: 0 15px 0 0;
	font-size:14px;
}
.banksFilter .buttonBlock  {
}
.mapBlock {
	width: 930px;
	height: 615px;
	overflow: hidden;
	position: relative;
	padding-top: 7px;
	margin: 0 -13px 0;
}
.mapIco {
	position: absolute;
	top: 200px;
	left: 300px;
	width: 26px;
	height: 26px;
	background: url(/a0/ru/images/ico_map.png) no-repeat 0 0;
}
.mapIco a {
	display: block;
	width: 26px;
	height: 26px;
}

.banksFilterLeft a {text-decoration:none !important}


.h130 {min-height:130px; height:130px;}

#js_map_div {height:350px; -moz-border-radius:8px 8px 8px 8px; border:2px solid #D9D9D9; margin-bottom:20px;}

#js_address_list_mode .active .dashedLink {border-bottom: 1px dashed #000 }

.tag-box {border:1px solid #D9D9D9; padding:10px; font-size:16px; margin-bottom:20px;}
.tag-box .switchItem { padding:5px; float:left;}

.default p {padding:0 0 8px; }
.default {line-height:20px; font-family:arial; font-size:14px; }

.default h2 {
font-size:24px;
font-weight:bold;
line-height:28px;
margin:0 0 11px;
}

.default h3 {
font-weight:normal;
margin:0 0 15px;
font-size:18px;
}

.default h2, .default h3 { color:#9E0B41 }

.filterValues div {font-weight:normal; font-size:17px;}
.filterValues div .dashedLink {border-bottom:1px dashed #9E0B41}
.filterValues div a {color:#9E0B41}
.filterValues div.active .dashedLink {border-bottom:none;}

.filterValues div .dashedLink:hover {color:#385489;border-bottom:1px dashed #385489}
.filterValues div.active .dashedLink:hover {border-bottom:none;}

/* ===================== popups ============================= */
.popupBox {
	display: none;
	position: absolute;
	z-index: 3000;
}
.shadowTop,
.shadowBottom {
	position: relative;
	height: 12px;
	background: url(/a0/ru/images/popupShadowTR.png) no-repeat right 0;
	padding-right: 10px;
}
.shadowTop .shadowCenter {
	height: 12px;
	position: relative;
	background: #ffffff;
	margin: 0 5px;
}
.shadowTop .shadowL,
.shadowTop .shadowR {
	width: 5px;
	height: 12px;
	position: absolute;
	top: 0;
	background: url(/a0/ru/images/popupShadowCor.png) no-repeat;
}
.shadowTop .shadowL {
	left: -5px;
}
.shadowTop .shadowR {
	right: -5px;
	background-position: -5px 0;
}
.shadowBottom {
	height: 10px;
	background-image: url(/a0/ru/images/popupShadowBR.png);
}
.shadowBottom .shadowL {
	width: 12px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/a0/ru/images/popupShadowBL.png) no-repeat 0 0;
}
.shadowBottom .shadowCenter {
	height: 10px;
	background: url(/a0/ru/images/popupShadowRep02.png) repeat-x 0 0;
	margin-left: 12px;
}
.popupBlockTop {
	position: relative;
	height: 12px;
	background: #FFFFFF;
    margin: 0 5px;
}
.popupBlockTop .popupBlockL {
	width: 5px;
    height: 12px;
    position: absolute;
    top: 0;
	left: -5px;
	background: url(/a0/ru/images/popupShadowCor.png) no-repeat 0 0;
}
.popupBlockTop .popupBlockR {
	width: 5px;
    height: 12px;
    position: absolute;
    top: 0;
	right: -5px;
	background: url(/a0/ru/images/popupShadowCor.png) no-repeat -5px 0;
}
.popupBlockBottom {
	height: 5px;
	position: relative;
}
.popupBlockBottom .popupBlockL,
.popupBlockBottom .popupBlockR {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	background: url(/a0/ru/images/popupShadowCor.png) no-repeat;
}
.popupBlockBottom .popupBlockL {
	left: 0;
	background-position: 0 -19px;
}
.popupBlockBottom .popupBlockR {
	right: 0;
	background-position: -5px -19px;
}
.popupBlockBottom .popupBlockC,
.popupBlockTop .popupBlockC {
	height: 5px;
	background: #ffffff;
	margin: 0 5px;
}

.popupShadow {
	background: url(/a0/ru/images/popupShadowRep.png) repeat-y right 0;
	padding-right: 10px;
	z-index: 100;
}
.popupBlock {
	background:#F5F6F9;
}
.popupContent {
	overflow: hidden;
	padding: 0 20px;
}
.popupCancel {
	width: 17px;
	height: 17px;
	background: url(/a0/ru/images/popupCancel.gif) no-repeat 0 0;
	position: absolute;
	top: 18px;
	right: 30px;
	cursor: pointer;
	z-index: 200;
}
.popupLayer {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 200%;
	background: url(/a0/ru/images/blank.gif) repeat 0 0;
	z-index: 1000;
}
.popupReg {
	top: -200px;
	left: 25px;
}
.popupReg .popupBlock {
	width: 455px;
}
.popupReg .popupContent {
	padding-bottom: 35px;
}
.popupReg .formBlock,
.popupLogin .formBlock {
	float: left;
}
.popupReg .formText {
	padding: 10px 0 5px 0;
	margin: 0;
}
.popupLogin {
	top: -200px;
	left: 25px;
}
.popupLogin .pageTitle {
	padding-bottom: 15px;
}
.popupLogin .popupBlock {
	width: 590px;
}
.popupLogin .popupContent {
	padding-bottom: 20px;
	padding-left: 15px;
}
.comBlock {
	width: 330px;
	overflow: hidden;
}
.comList {
	overflow: hidden;
	margin: 0 -20px 15px 0;
}
.comItem {
	float: left;
	width: 154px;
	overflow: hidden;
	margin-right: 15px;
}
.referenceForm {
	left: 0;
    top: 0;
}
.referenceForm .popupBlock {
    width: 590px;
}
.referenceForm .popupContent {
    padding: 0 20px 25px;
}
.mapBox {
	display: block;
	left: 400px;
    top: 300px;
	z-index: 900;
}
.mapBoxTest {
	left: 500px;
    top: 500px;
}
.mapBox .popupBlock {
    width: 340px;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}
.mapBox .popupContent {
	min-height: 20px;
    padding: 5px 25px 5px 10px;
}
.mapBox .popupBlockTop,
.mapBox .popupBlockBottom {
	height: 4px;
	background: none;
	margin: 0;
}
.mapBox .popupBlockTop .popupBlockC {
    height: 4px;
	border-top: 1px solid #a9a9a9;
}
.mapBox .popupBlockBottom .popupBlockC {
    height: 4px;
	border-bottom: 1px solid #a9a9a9;
}
.mapBox .popupBlockTop .popupBlockL,
.mapBox .popupBlockTop .popupBlockR,
.mapBox .popupBlockBottom .popupBlockL,
.mapBox .popupBlockBottom .popupBlockR {
    height: 5px;
	background-image: url(/a0/ru/images/popupCorners02.png);
}
.mapBox .popupBlockTop .popupBlockL {
	background-position: 0 0;
	left: 0;
}
.mapBox .popupBlockTop .popupBlockR {
	background-position: -5px 0;
	right: 0;
}
.mapBox .popupBlockBottom .popupBlockL {
	background-position: 0 -5px;
}
.mapBox .popupBlockBottom .popupBlockR {
	background-position: -5px -5px;
}
.mapBox .popupCancel {
    top: 10px;
    right: 10px;
	width: 9px;
	height: 9px;
	background: url(/a0/ru/images/popupCancel02.gif) no-repeat 0 0;
}
.popupDialogR,
.popupDialogL {
	width: 29px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.popupDialogR {
	background: url(/a0/ru/images/dialogRborder.png) no-repeat 0 0;
	right: -24px;
}
.popupDialogL {
	background: url(/a0/ru/images/dialogLborder.png) no-repeat 0 0;
	left: -24px;
}
.BGgrey .popupBlock,
.BGgrey .shadowTop .shadowCenter,
.BGgrey .popupBlockBottom .popupBlockC,
.BGgrey .popupBlockTop .popupBlockC  {
    background: #f1f1f1;
}
.BGgrey .shadowTop .shadowL,
.BGgrey .shadowTop .shadowR,
.BGgrey .popupBlockBottom .popupBlockL,
.BGgrey .popupBlockBottom .popupBlockR {
    background-image: url(/a0/ru/images/popupShadowCor02.png);
}
.banksPopup01  {
	top: 38px;
	left: 74px;
}
.banksPopup01 .popupBlock {
    width: 225px;
	min-height: 30px;
}
.banksPopup01 .popupCancel,
.banksPopup02 .popupCancel {
    right: 25px;
    top: 15px;
}
.banksPopup01 .popupContent {
    padding: 0 15px 3px;
}
.banksPopup01 .popupContent a:hover,
.banksPopup02 .popupContent a:hover,
.mapMetro a:hover {
    color: #000000 !important;
}
.banksPopup01 .popupContent .dashedLink:hover,
.banksPopup02 .popupContent .dashedLink:hover,
.mapMetro .dashedLink:hover {
    border-color: #000000;
}
.banksPopup02 {
	top: 38px;
	left: -34px;
}
.banksPopup02 .popupBlock {
    width: 700px;
	min-height: 30px;
}
.banksPopup02 .popupContent {
    padding: 0 15px 20px;
}
.popupBankList {
	float: left;
	width: 150px;
	font-size: 11px;
	line-height: 13px;
	padding-right: 15px;
}
.popupBankList div {
	padding: 0 0 6px;
}
.popupBankList a span {
	font-weight: bold;
	color: #9E0B41 !important;
}
.banksPopup03  {
	top: 38px;
	left: -34px;
}
.banksPopup03 .popupBlock {
    width: 585px;
	min-height: 700px;
}
.banksPopup03 .popupContent {
    padding: 0 15px 20px;
}
.filterBlockIE7 {
	z-index: 2000;
}
.filterBlockIE7 .popupLayer {
	z-index: 2100;
}
.mapMetro {
	position: relative;
	width: 552px;
	height: 763px;
	background: url(/a0/ru/images/mapMetro.png) no-repeat 0 5px;
}
.tick1,
.tick2,
.tick3,
.tick4,
.tick5 {
	position: absolute;
	font-family: tahoma;
	font-size: 10px;
	line-height: 12px;
	top: 0;
	left: 0;
}
.tick1 a {
	color: #c61733;
}
.tick1 .dashedLink {
	border-color: #c61733;
}
.tick3 a {
	color: #009959;
}
.tick3 .dashedLink {
	border-color: #009959;
}
.tick4 a {
	color: #e17105;
}
.tick4 .dashedLink {
	border-color: #e17105;
}
.tick5 a {
	color: #6c0a75;
}
.tick5 .dashedLink {
	border-color: #6c0a75;
}
.tick01 {
	left: 359px;
    top: 17px;
}
.tick02 {
	left: 359px;
    top: 50px;
}
.tick03 {
	left: 359px;
    top: 82px;
}
.tick04 {
	left: 359px;
    top: 115px;
}
.tick05 {
	left: 359px;
    top: 148px;
}
.tick06 {
	left: 359px;
    top: 180px;
}
.tick07 {
	left: 359px;
    top: 213px;
}
.tick08 {
	left: 359px;
    top: 245px;
}
.tick09 {
	left: 359px;
    top: 278px;
}
.tick10 {
	left: 363px;
    top: 318px;
}
.tick11 {
	left: 295px;
    top: 436px;
}
.tick12 {
	left: 299px;
    top: 474px;
}
.tick13 {
	left: 64px;
    top: 440px;
}
.tick14 {
	left: 90px;
    top: 499px;
}
.tick15 {
	left: 77px;
    top: 524px;
}
.tick16 {
	left: 97px;
    top: 580px;
}
.tick17 {
	left: 97px;
    top: 610px;
}
.tick18 {
	left: 97px;
    top: 641px;
}
.tick19 {
	left: 97px;
    top: 671px;
}
.tick20 {
	left: 174px;
    top: 46px;
}
.tick21 {
	left: 124px;
    top: 78px;
}
.tick22 {
	left: 171px;
    top: 110px;
}
.tick23 {
	left: 165px;
    top: 143px;
}
.tick24 {
	left: 151px;
    top: 174px;
}
.tick25 {
	left: 145px;
    top: 206px;
}
.tick26 {
	left: 135px;
    top: 238px;
}
.tick27 {
	left: 149px;
    top: 270px;
}
.tick28 {
	left: 227px;
    top: 308px;
}
.tick29 {
	left: 226px;
    top: 365px;
}
.tick30 {
	left: 64px;
    top: 457px;
}
.tick31 {
	left: 227px;
    top: 539px;
}
.tick32 {
	left: 227px;
    top: 572px;
}
.tick33 {
	left: 227px;
    top: 605px;
}
.tick34 {
	left: 227px;
    top: 639px;
}
.tick35 {
	left: 227px;
    top: 671px;
}
.tick35 {
	left: 227px;
    top: 671px;
}
.tick36 {
	left: 227px;
    top: 704px;
}
.tick37 {
	left: 227px;
    top: 737px;
}
.tick38 {
	left: 21px;
    top: 327px;
}
.tick39 {
	left: 60px;
    top: 356px;
}
.tick40 {
	left: 227px;
    top: 324px;
}
.tick41 {
	left: 363px;
    top: 334px;
}
.tick42 {
	left: 415px;
    top: 368px;
}
.tick43 {
	left: 373px;
    top: 507px;
}
.tick44 {
	left: 365px;
    top: 539px;
}
.tick45 {
	left: 371px;
    top: 604px;
}
.tick46 {
	left: 397px;
    top: 637px;
}
.tick47 {
	left: 392px;
    top: 669px;
}
.tick48 {
	left: 226px;
    top: 393px;
}
.tick49 {
	left: 295px;
    top: 422px;
}
.tick50 {
	left: 317px;
    top: 394px;
}
.tick51 {
	left: 415px;
    top: 385px;
}
.tick52 {
	left: 462px;
    top: 512px;
}
.tick53 {
	left: 487px;
    top: 541px;
}
.tick54 {
	left: 476px;
    top: 566px;
}
.tick55 {
	left: 479px;
    top: 601px;
}
.tick56 {
	left: 4px;
    top: 139px;
}
.tick57 {
	left: 2px;
    top: 177px;
}
.tick58 {
	left: 15px;
    top: 205px;
}
.tick59 {
	left: 23px;
    top: 241px;
}
.tick60 {
	left: 20px;
    top: 273px;
}
.tick61 {
	left: 226px;
    top: 379px;
}
.tick62 {
	left: 299px;
    top: 460px;
}
.tick63 {
	left: 358px;
    top: 572px;
}

/* ===================== warning404 ============================= */
.warning404 {
	background: #ffffff;
}
.fs15 {font-size:15px !important}

.znak {
	color:#9e0b41;
	font-size:21px;
}

.fs14 {font-size:14px !important}
.va-top {vertical-align:top;}