
div.rating-title a.reserve-btn-small {
    float: right;
    margin-right: 21px;
    margin-top: -1px;
}

div.total-rating {
    background-color: #f3f8fd;
    float: left;
    width: 382px;
    border: 1px dashed #dcdcdc;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 15px 0 15px 15px;
    background-clip: padding-box;
    color: #494949;
    font-size: 13px;
    height: 80px;
    margin: 0 0 25px 5px;
}
div.total-rating div.total {
    display: block;
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 18px;
    text-align: center;
    color: #f68b1e;
    font-size: 12px;
    background-color: #e6f0f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    position: relative;
    overflow: hidden;
}
div.total-rating div.total b {
    font-size: 44px;
    display: block;
    line-height: 40px;
    margin-top: 10px;
}
div.total-rating div.total span {
    position: relative;
    z-index: 2;
    margin: 0;
}
/*div.total-rating div.total i {
    position: absolute;
    z-index: 1;
    background-color: #e6f0f8;
    bottom: 0;
    left: 0;
    right: 0;
}*/
div.total-rating span {
    font-size: 18px;
    display: block;
    margin: 18px 0 12px;
}
div.rating-details {
    width: 500px;
    float: right;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border: 1px dashed #dcdcdc;
    /*color: #b2b2b2;*/
    color: #494949;
    font-size: 14px;
    padding: 0 0 0 25px;
    height: 110px;
    margin: 0 3px 25px 0;
}
div.rating-details b.ttl {
    font-size: 15px;
    display: block;
    margin: 11px 0 8px;
}
div.rating-details table {
    border-spacing: 0px;
    width: 100%;
}
div.rating-details table td {
    padding: 0 25px 13px 0;
}
div.rating-details p {
    height: 13px;
    background: url('../images/dots.png') bottom left repeat-x;
    /*color: #b2b2b2;*/
    color: #494949;
    margin: 0;
}
div.rating-details p label,
div.rating-details p span {
    display: block;
    float: left;
    background-color: #fff;
    margin-right: 20px;
    padding-right: 1px;
}
div.rating-details p b {
    color: #f68b1e;
    float: right;
    background-color: #fff;
    padding-left: 5px;
}

div.photo-list {
    margin: 0 4px 23px;
    background-color: #E6F0F8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px 25px 23px;
    position: relative;
    box-shadow: 0px 0px 2px 2px #ececec;
}
div.photo-list h4 {
    height: 25px;
    line-height: 25px;
    color: #01aff0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 2px;
}
div.photo-list span {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: normal;
}
div.photo-list span b {
    color: #494949;
    font-weight: normal;
}
div.photo-list span.cnt {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background-color: #f4f8fc;
    color: #000000;
    font-size: 14px;
    padding: 0 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 18px 0 12px;
}

div.infoblock p.show-types {
    margin: 0 25px 14px 0;
    color: #494949;
    font-size: 13px;
    float: left;
    line-height: 20px;
}
p.show-types span {
    color: #b2b2b2;
    margin: 0 12px;
}

div.pagination {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #01aff0;
    font-size: 14px;
}
div.pagination a {
    color: #01aff0;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    margin: 0px;
    text-decoration: none;
}
div.pagination a:hover {
    text-decoration: underline;
}
div.pagination a.current {
    color: #fff;
    background-color: #01aff0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
div.pagination a.current:hover {
    text-decoration: none;
}
div.pagination a.page-prev,
div.pagination a.page-next {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background: url('../images/fix-gradients2.png') 0 0 repeat-x;
    border: 1px solid #ddd9d4;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0px 1px #ffffff;
    font-weight: normal;
    font-size: 13px;
}
div.pagination a.page-prev:hover,
div.pagination a.page-next:hover {
    text-decoration: none;
    background-position: 0 -426px;
    border-color: #01aff0;
}
div.pagination a.page-prev span,
div.pagination a.page-next span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/sprite.png') 0 -107px no-repeat;
    position: absolute;
    top: -1px;
}
div.pagination a.page-prev {
    padding-left: 26px;
}
div.pagination a.page-prev span {
    left: -2px;
}
div.pagination a.page-prev:hover span {
    background-position: -40px -107px;
}
div.pagination a.page-next {
    padding-right: 26px;
}
div.pagination a.page-next span {
    right: -2px;
    background-position: -20px -107px;
}
div.pagination a.page-next:hover span {
    background-position: -60px -107px;
}
div.pagination a.page-prev,
div.pagination a.page-next {
    margin: 0 16px;
}
div.infoblock div.pagination {
    margin-bottom: 15px;
}

div.rating-report {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 3px 4px 3px 0;
}
div.rating-report b.rating {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background: url('../images/rating.png') 0 0 no-repeat;
    text-align: center;
    line-height: 21px;
    color: #ffffff;
    font-size: 14px;
    margin: 0 2px 0 0;
}
div.rating-report div.guest-type {
    width: 100px;
    height: 100px;
    float: left;
    background-color: #e6f0f8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    margin: 0 16px 0 0;
    text-align: center;
    position: relative;
    top: -1px;
}
div.rating-report div.info {
    float: left;
    width: 140px;
    font-size: 13px;
    line-height: 20px;
}
div.rating-report div.info b.name {
    color: #000000;
    font-size: 15px;
    display: block;
}
div.rating-report div.info span.type {
    color: #b2b2b2;
    display: block;
    line-height: 14px;
    margin: 3px 0;
}
div.rating-report div.info span.city {
    color: #494949;
    display: block;
}
div.rating-report div.info span.date {
    color: #01aff0;
    display: block;
}
div.rating-report div.comment {
    margin: 0 0px 0 310px;
    border: 1px solid #e6e5e5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 3px 1px #f6f5f5;
    padding: 23px 27px 13px 14px;
    min-height: 60px;
    top: -1px;
}
div.rating-report div.comment span.corner {
    display: block;
    width: 21px;
    height: 43px;
    background: url('../images/report-corner.png') 0 0 no-repeat;
    position: absolute;
    top: 30px;
    left: -21px;
}
div.rating-report div.comment div {
    margin: 0 0 12px;
    color: #999;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 0 25px;
}
div.rating-report div.comment div b {
    color: #777;
}
div.rating-report div.comment div.pluses {
    background: url('../images/plus.png') 0 1px no-repeat;
}
div.rating-report div.comment div.minuses {
    background: url('../images/minus.png') 0 1px no-repeat;
}
div.rating-report span.r-long {
    display:none;
}
div.rating-report p.rating-more {
    color: #01aff0;
    font-size: 13px;
    margin-top: 7px;
    line-height: 15px;
    background: url('../images/more-ico.png') left 7px no-repeat;
    padding-left: 12px;
}
div.rating-report p.rating-less {
    color: #01aff0;
    font-size: 13px;
    margin-top: 7px;
    line-height: 15px;
    background: url('../images/less-ico.png') left 7px no-repeat;
    padding-left: 12px;
    display:none;
}

div.lightbox-equipments {
    margin: 10px 10px 10px 0;
    position: relative;
}
div.lightbox-equipments div.infoblock {
    margin: 0;
    position: absolute;
    right:0;
    top: 0;
    left: 0;
}
div.lightbox-equipments h4 {
    line-height: normal;
}

div.fullscreen {
    padding-left: 0px;
    padding-right: 0px;
}
div.fullscreen h4 {
    /*margin: 5px 0 20px 75px;*/
    margin: 0 0 15px 75px;
    text-align: left;
}
div.fullscreen div.container {
    border-top: 1px solid #e2e9ed;
    border-bottom: 1px solid #e2e9ed;
    padding: 15px 20px;
    text-align:center;
    background-color: #fff;
}
div.form-window div.container {
    padding: 15px 5px 0;
}
div.fullscreen div.foot {
    margin: 15px 0 5px 75px;
    /*overflow: hidden;*/
    height: 25px;
}
div.fullscreen a.print-btn {
    float:left;
    margin-right: 15px;
}
div#big-metromap div.container img {
    /*max-width: 960px;*/
}
div#big-metromap div.container {
    padding: 0;
    position: relative;
}
div#big-map div.container {
    width: 1000px;
    padding: 0px;
    border: 1px solid #E2E9ED;
    height: 700px;
}
/*div#big-panoram div.container {
    width: 1000px;
    padding: 0px;
    border: 1px solid #E2E9ED;
    height: 700px;
}*/

#feedback-window {
    text-align: left;
    width: 320px;
    padding-left: 26px;
    padding-right: 26px;
}
/*#feedback-window select.white-styled {
    width: 295px;
    height: 27px;
}*/
@-moz-document url-prefix()
{
    #feedback-window select.white-styled {
        padding-top:3px;
        display:block;
    }
}
/*#feedback-window textarea.styled {
    width: 281px;
    height: 90px;
    margin-bottom:10px;
}*/
/*#feedback-window input.txt {
    width: 281px;
    float: none;
    height: 25px;
}*/
#feedback-window div.btn-row {
    text-align:center;
    padding-top: 5px;
}
#feedback-window .pl-field img.cap {
    width: 130px!important;
}

textarea.styled {
    border: 1px solid #D4D5D6;
    padding: 5px 6px;
    color: black;
    font-size: 12px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    background: white url('../images/inner-light-shadow.png') 0 0 no-repeat;
    line-height: 16px;
    display: block;
    outline: 0px none;
}
textarea.onfocus {
    border-color: #97b3c6;
}
a.continue-btn {
    display: inline-block;
    height: 31px;
    background: url('../images/sprite.png') 0 -127px no-repeat;
    line-height: 31px;
    padding-left: 47px;
    color: #f3f8fd;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px #528ba0;
    position: relative;
    margin-right: 20px;
    text-decoration: none;
    float: left;
}
a.continue-btn span {
    display: inline-block;
    height: 31px;
    width: 20px;
    background: url('../images/sprite.png') right -127px no-repeat;
    position: absolute;
    top: 0;
    right: -20px;
}

#feedback-window a.continue-btn {
    float: none;
}


div.lightbox-modern {
    width: 940px;
    height: 573px;
    padding: 10px;
    background-color: #f3f8fd;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    z-index: 9999;
    /*position: fixed;*/
}
div.lightbox-modern.loading {
    background-image: url(../images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.lightbox-modern .ad-gallery {
    width:710px;
}
.lightbox-modern .ad-gallery .ad-image-wrapper {
    height: 473px;
}
.lightbox-modern .ad-gallery .container {
    margin-bottom: 10px;
    position: relative;
}
.lightbox-modern .ad-gallery .ad-thumbs li a {
    width: 110px;
    border: none;
    margin-right: 10px;
}
.lightbox-modern .ad-gallery .ad-thumbs li a.ad-active {
    position: relative;
}
.lightbox-modern .ad-gallery .ad-thumbs li a.ad-active:after {
    content:" "; display: block; position: absolute; top:0; left:0; right:0; bottom:0;
    border: 2px solid #11B4F1;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.lightbox-modern .ad-gallery .ad-nav .ad-thumbs {
    width: 710px;
    margin-left: 0; margin-right: 0;
}
.lightbox-modern img {
    display: block;
    margin: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}
.lightbox-modern .ad-gallery .ad-next, .lightbox-modern .ad-gallery .ad-prev {
    width:25px;
    height: 34px;
    background-image: url('../images/gallery-arrows2.png');
}
.lightbox-modern .ad-gallery .ad-next {
    background-position: -27px 0;
    right:0;
}
.lightbox-modern .ad-gallery .ad-next:hover {
    background-position: -81px 0;
}
.lightbox-modern .ad-gallery .ad-prev {
    background-position: -2px 0;
    left: 0;
}
.lightbox-modern .ad-gallery .ad-prev:hover {
    background-position: -56px 0;
    left: 0;
}
.lightbox-modern .ad-gallery .ad-back, .lightbox-modern .ad-gallery .ad-forward {
    width: 27px;
    height: 34px;
    background-image: url('../images/gallery-arrows2.png');
}
.lightbox-modern .ad-gallery .ad-forward {
    background-position: -27px -34px;
    right: 0;
}
.lightbox-modern .ad-gallery .ad-forward:hover {
    background-position: -81px -34px;
    right: 0;
}
.lightbox-modern .ad-gallery .ad-back {
    background-position: 0 -34px;
    left: 0;
}
.lightbox-modern .ad-gallery .ad-back:hover {
    background-position: -54px -34px;
    left: 0;
}
.lightbox-modern .ad-gallery .ad-image-wrapper .ad-image img {
    cursor: default;
}
.lightbox-modern .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    display:block;
    right: 5px;
    bottom: 5px;
    left: auto;
    background: url('../images/white75.png') 0 0 repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: auto;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
    color: #000;
}
.lightbox-modern a.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/sprite.png") -132px -77px no-repeat;
    right: 10px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
}
.lightbox-modern a.close:hover {
    background-position: -37px 0;
}
div.lightbox-only-photo {
    width: 710px;
}

.lightbox-modern-info {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 220px;
}
.lightbox-modern-info p.ttl {
    color: #000;
    font-size: 14px;
    width: 170px;
    margin: 0 0 10px 10px;
    padding: 3px 0 0 0;
}
.lightbox-modern-info p.price {
    height: 30px;
    line-height: 31px;
    background-color: #13b4f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    color: #fff;
    margin: 0 0 12px;
}
.lightbox-modern-info p.price span {
    font-size: 17px;
}
.lightbox-modern-info .detail-equipments {
    width: 220px;
    float: none;
    margin: 0;
}
.lightbox-modern-info .detail-equipments h4 {
    color: #01AFF0;
    font-size: 15px;
    margin: 8px 0 10px 10px;
}
.lightbox-modern-info .detail-equipments h4:first-child {
    margin-top: 0;
}
.lightbox-modern-info .detail-equipments div.list {
    height: 533px;
    /*height: 474px;*/
    overflow: hidden;
    margin-right: -6px;
    padding-right: 6px;
}
.lightbox-modern-info .price + .detail-equipments div.list {
    height: 491px;
}

a.blue-btn {
    display:inline-block;
    height: 31px;
    line-height: 31px;
    margin-left: 33px;
    padding: 0 10px 0 6px;
    color: #f3f8fd!important;
    font-size: 15px!important;
    font-weight: bold;
    text-shadow: 0px 1px #528ba0;
    position: relative;
    background: url('../images/blue-btn.png') top right no-repeat;
    text-decoration: none;
}
a.blue-btn:hover {
    background-position: bottom right;
}
a.blue-btn span {
    display:inline-block;
    height: 31px;
    width: 33px;
    position: absolute;
    background: url('../images/btn-ico-bg.png') 0 0 no-repeat;
    top: 0;
    left: -33px;
}
a.blue-btn:hover span {
    background-position: -33px 0;
}
a.blue-btn span i {
    display: inline-block;
    position: absolute;
}
a.gr-btn {
    display:inline-block;
    height: 33px;
    line-height: 33px;
    margin-left: 35px;
    padding: 0 10px 0 6px;
    color: #f3f8fd;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0px 1px #567841;
    position: relative;
    background: url('../images/green-btn.png') top right no-repeat;
    text-decoration: none;
}
a.gr-btn:hover {
    background-position: right -33px;
}
a.gr-btn span {
    display:inline-block;
    height: 33px;
    width: 35px;
    position: absolute;
    background: url('../images/gr-btn-ico-bg.png') 0 0 no-repeat;
    top: 0;
    left: -35px;
}
a.gr-btn:hover span {
    background-position: -35px 0;
}
a.gr-btn span i {
    display: inline-block;
    position: absolute;
}

a.blue-btn span.search-ico i {
    background: url('../images/btn-icons.png') 0 -27px no-repeat;
    width: 15px;
    height: 16px;
    top: 8px;
    left: 11px;
}
a.blue-btn span.continue-ico i {
    background: url('../images/btn-icons.png') 0 0 no-repeat;
    width: 11px;
    height: 11px;
    top: 10px;
    left: 13px;
}
a.blue-btn span.auth-ico i {
    background: url('../images/btn-icons.png') 0 -11px no-repeat;
    width: 11px;
    height: 16px;
    top: 6px;
    left: 13px;
}
a.blue-btn span.back-ico i {
    background: url('../images/btn-icons.png') -11px 0 no-repeat;
    width: 11px;
    height: 11px;
    top: 10px;
    left: 13px;
}
a.blue-btn span.print-ico i {
    background: url('../images/btn-icons.png') -11px -11px no-repeat;
    width: 16px;
    height: 16px;
    top: 7px;
    left: 10px;
}
a.blue-btn span.transfer-ico i {
    background: url('../images/btn-icons.png') -15px -27px no-repeat;
    width: 21px;
    height: 12px;
    top: 9px;
    left: 8px;
}
a.blue-btn span.mail-ico i {
    background: url('../images/btn-icons.png') -15px -39px no-repeat;
    width: 15px;
    height: 11px;
    top: 10px;
    left: 11px;
}
a.blue-btn span.ok-ico i {
    background: url('../images/btn-icons.png') -22px 0 no-repeat;
    width: 10px;
    height: 7px;
    top: 12px;
    left: 14px;
}
a.blue-btn span.larr-ico i {
    background: url('../images/btn-icons.png') -32px 0 no-repeat;
    width: 9px;
    height: 8px;
    top: 11px;
    left: 14px;
}
a.blue-btn span.rarr-ico i {
    background: url('../images/btn-icons.png') -41px 0 no-repeat;
    width: 9px;
    height: 8px;
    top: 11px;
    left: 14px;
}
a.blue-btn span.add-ico i {
    background: url('../images/btn-icons.png') -27px -8px no-repeat;
    width: 11px;
    height: 11px;
    top: 10px;
    left: 13px;
}
a.blue-btn span.cancel-ico i {
    background: url('../images/btn-icons.png') -36px -19px no-repeat;
    width: 14px;
    height: 13px;
    top: 10px;
    left: 12px;
}
a.gr-btn span.continue-ico i {
    background: url('../images/btn-icons.png') 0 0 no-repeat;
    width: 11px;
    height: 11px;
    top: 12px;
    left: 14px;
}

div.change-dates a.blue-btn {
    margin-top: 7px;
}

div#left-links {
    display: block;
    width: 51px;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -190px;
    z-index: 16;
}
div#share {
    width: 42px;
    /*background: url('../images/share.png') bottom left no-repeat;*/
    /*margin-top: 30px;*/
    position: relative;
    padding: 8px 0;
    margin-bottom: 3px;
    /*height: 244px;*/
    background: #edeeef;
    background: -moz-linear-gradient(left,  #edeeef 0%, #dbdada 10%, #cfcccc 12%, #e1e2e3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#edeeef), color-stop(10%,#dbdada), color-stop(12%,#cfcccc), color-stop(100%,#e1e2e3));
    background: -webkit-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: -o-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: -ms-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: linear-gradient(to right,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    box-shadow: inset -2px 0 1px rgba(170, 170, 170, 0.75), 2px 0px 8px rgba(86, 90, 93, 0.75);
    border-radius: 0 17px 17px 0;
    -o-border-radius: 0 17px 17px 0;
    -moz-border-radius: 0 17px 17px 0;
    -webkit-border-radius: 0 17px 17px 0;
    border-right: 1px solid #aaa;
}
div#share img {
    display: block;
    margin: 0;
    position: relative;
}
div#share a {
    display: block;
    margin: 0 0 1px 3px;
    position: relative;
    width: 34px;
    height: 34px;
}
div#share a.google-plus {
    background: url('../images/left-links.png') -171px 0px no-repeat;
    overflow: hidden; text-indent: 999px; white-space: nowrap;
}
div#share a.google-plus:hover {
    background-position: -171px -34px;
}
div#share a.facebook {
    background: url('../images/left-links.png') -103px 0px no-repeat;
    overflow: hidden; text-indent: 999px;
}
div#share a.facebook:hover {
    background-position: -103px -34px;
}
div#share a.twitter {
    background: url('../images/left-links.png') -137px 0px no-repeat;
    overflow: hidden; text-indent: 999px;
}
div#share a.twitter:hover {
    background-position: -137px -34px;
}
div#share a.blog {
    background: url('../images/left-links.png') -239px 0px no-repeat;
    overflow: hidden; text-indent: 999px;
}
div#share a.blog:hover {
    background-position: -239px -34px;
}
div#share a.phone {
    background: url('../images/left-links.png') -205px 0px no-repeat;
    overflow: hidden; text-indent: 999px;
}
div#share a.phone:hover {
    background-position: -205px -34px;
}
div#share a.email {
    background: url('../images/left-links.png') -273px 0px no-repeat;
    overflow: hidden; text-indent: -999px;
}
div#share a.email:hover {
    background-position: -273px -34px;
}

div#paytypes {
    width: 42px;
    position: relative;
    padding: 8px 0 4px;
    background: #edeeef;
    background: -moz-linear-gradient(left,  #edeeef 0%, #dbdada 10%, #cfcccc 12%, #e1e2e3 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#edeeef), color-stop(10%,#dbdada), color-stop(12%,#cfcccc), color-stop(100%,#e1e2e3));
    background: -webkit-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: -o-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: -ms-linear-gradient(left,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    background: linear-gradient(to right,  #edeeef 0%,#dbdada 10%,#cfcccc 12%,#e1e2e3 100%);
    box-shadow: inset -2px 0 1px rgba(170, 170, 170, 0.75), 2px 0px 8px rgba(86, 90, 93, 0.75);
    border-radius: 0 17px 17px 0;
    -o-border-radius: 0 17px 17px 0;
    -moz-border-radius: 0 17px 17px 0;
    -webkit-border-radius: 0 17px 17px 0;
    border-right: 1px solid #aaa;
}
div#paytypes span.ico {
    display:block;
    margin: 0 0 4px 5px;
    position: relative;
    background: url(../images/left-links.png) 0 0 no-repeat;
    text-indent: 999px;
    overflow: hidden;
    white-space: nowrap;
}
div#paytypes span.visa {
    width: 31px;
    height: 19px;
    background-position: -103px -69px;
}
div#paytypes span.mastercard {
    width: 32px;
    height: 20px;
    background-position: -135px -69px;
}
div#paytypes span.amex {
    width: 31px;
    height: 19px;
    background-position: -168px -69px;
}
div#paytypes span.sparkasse {
    width: 31px;
    height: 19px;
    background-position: -200px -69px;
}
div#paytypes span.paypal {
    width: 31px;
    height: 19px;
    background-position: -232px -69px;
}
div#paytypes span.wu {
    width: 31px;
    height: 19px;
    background-position: -103px -89px;
}
div#paytypes span.mg {
    width: 31px;
    height: 19px;
    background-position: -135px -89px;
}
div#paytypes span.sofort {
    width: 31px;
    height: 19px;
    background-position: -168px -89px;
}
div#paytypes div.paytype-tt {
    display: none;
    height: 35px;
    line-height: 35px;
    background: url("../images/paytype-tt.png") 0 0 no-repeat;
    position: absolute;
    padding: 0 0 0 20px;
    white-space: nowrap;
}
div#paytypes div.paytype-tt i {
    display: block;
    width: 16px;
    height: 35px;
    background: url("../images/paytype-tt.png") right top no-repeat;
    position: absolute;
    top:0;
    right: -16px;
}
div#paytypes div.paytype-tt span {
    color: #616161;
    font-size: 12px;
    font-family: Arila, Helvetica, sans-serif;
}

.jcarousel-photos .jcarousel-container-horizontal {
    width: 100%;
    height: 94px;
}
.jcarousel-photos .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-photos .jcarousel-clip-horizontal {
    width: 100%;
    height: 94px;
}
.jcarousel-photos .jcarousel-item {
    display:block;
    margin:0;
    /*width: 120px;*/
    width: 136px;
}
.jcarousel-photos .jcarousel-item a {
    display:block;
}
.jcarousel-photos .jcarousel-item img {
    display:block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.jcarousel-photos .jcarousel-item-horizontal {
    margin-right: 20px;
}
.jcarousel-photos .jcarousel-next-horizontal,
.jcarousel-photos .jcarousel-prev-horizontal {
    position: absolute;
    width: 22px;
    height: 34px;
    background: url('../images/gallery-arrows.png') 0 0 no-repeat;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}
.jcarousel-photos .jcarousel-prev-horizontal {
    left: -29px;
    background-position: 0 -34px;
}
.jcarousel-photos .jcarousel-next-horizontal {
    right: -29px;
    background-position: -22px -34px;
}

.ui-datepicker {
    z-index: 10005!important;
}
.ui-datepicker-other-month .ui-state-default {
    font-weight:normal!important;
    color: #494949;
}
.ui-datepicker,
.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev
{
    border-radius: 3px;
}
.ui-datepicker .ui-state-default {
    border-radius: 2px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 65px;
    margin-left: 5px;
    margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 85px;
}
.ui-datepicker .ui-state-hover {
    border-color: #2B6A9B;
    color: #043357;
}

/*#big-panoram-window div.container {
    position: relative;
    width: 960px;
    padding: 0px;
    border: 1px solid #E2E9ED;
    height: 500px;
}*/
#big-panoram-window div.container {
    padding: 0px;
    position: relative;
}
#big-panoram-window div.container div.panoram {
    position: relative;
    width: 1000px;
    border: 1px solid #E2E9ED;
    height: 700px;
}

div#phones {
    position: relative;
}
div.sh-tooltip {
    position: absolute;
    background: #e1e2e3 url('../images/share-tt-bg.png') top left repeat-y;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-left: 1px solid #e4e4e4;
    border-right: 2px solid #b4b4b4;
    box-shadow: 0 0 6px 2px #c3c3c3;
    padding: 4px;
    z-index: 2;
    display:none;
}
div.sh-tooltip span.corner {
    display: block;
    position: absolute;
    width: 26px;
    height: 100%;
    background: url('../images/share-tt-corner.png') right center no-repeat;
    left: -26px;
    top: 0;
    bottom: 0;
}

div#phones div.sh-tooltip {
    left: 66px;
    top: -50%;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 30px;
}
div#phones div.sh-tooltip b {
    color: #000000;
    font-size :14px;
    font-weight: bold;
    text-shadow: 0px 1px #fff;
    display:block;
}
div#phones div.sh-tooltip p {
    line-height: 16px;
    margin: 0px 0 3px 120px;
    color: #007dc5;
    font-size :13px;
    text-shadow: 0px 1px #fff;
}
div#phones div.sh-tooltip img {
    display: block;
    float: left;
    border: 2px solid #c7c2c7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 15px 0 0;
}
div#phones div.sh-tooltip .phones__inner {
    height: 105px;
    display: table;
}
div#phones div.sh-tooltip .phones__content {
    /*height: 105px;*/
    /*float: left;*/
    display: table-cell;
    border-right: 1px solid #cbc5cb;
    padding-right: 12px;
}
div#phones div.sh-tooltip .phones__worktime {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ededed;
    padding-left: 12px;
}
div#phones div.sh-tooltip .phones__worktime p {
    margin: 0;
}

div.tt-window {
    position: absolute;
    border: 1px solid #d0d6d9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    box-shadow: 0 0 6px 2px #dddddd;
    text-align: left;
    display: none;
    z-index: 10;
}
div.tt-window a.cl {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/sprite.png') -184px -78px no-repeat;
    position: absolute;
    top: 6px;
    right: 6px;
}
div.tt-window a.cl:hover {
    background-position: -112px -110px;
}
div.tt-window div.wrapper {
    border: 1px solid #fff;
    background-color: #e6f0f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    overflow: hidden;
}
div.tt-window span.corner {
    display:block;
    width: 27px;
    position: absolute;
    top: 30px;
    bottom: 0;
    background: url('../images/tt-window-corner.png') right center no-repeat;
    left: -26px;
}
div.tt-window h5 {
    height: 28px;
    line-height: 28px;
    margin: 0!important;
    background-color: #f3f8fd;
    padding: 0 30px 0 18px;
    color: #000000!important;
    font-size: 13px!important;
    border-bottom: 1px solid #e2e9ed;
    white-space:nowrap;
}
div.tt-window div.content {
    padding: 19px 50px 19px 19px;
    overflow: hidden;
    min-height: 30px;
    height: auto!important;
    height: 30px;
}
div.tt-window-left {
}
div.tt-window-left span.corner {
    left: auto;
    right: -26px;
    background: url('../images/tt-window-corner-right.png') left center no-repeat;
}

div.metromap-tt {
    width: 370px;
}
div.metromap-tt img {
    display: block;
    float: left;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 20px;
}
div.metromap-tt p.obj-id {
    margin: 15px 0 0;
    color: #616161;
    font-size: 15px;
}
div.metromap-tt p.obj-type {
    margin: 0;
    color: #01aff0;
    font-size: 15px;
}
div.metromap-tt p.obj-addr {
    margin: 5px 0 0;
    line-height: 15px;
    color: #616161;
    font-size: 13px;
    font-weight: bold;
}

div.personal,
div.text-page div.personal {
    margin-bottom: 23px;
    overflow: hidden;
    padding: 25px;
}
div.personal img.ph {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    float: left;
    margin-right: 25px;
}
div.personal div.contacts {
    width: 400px;
    padding-right: 10px;
    float: left;
    color: #494949;
    font-size: 14px;
}
div.personal div.contacts h4 span{
    font-weight: normal;
}
div.personal div.contacts p {
    line-height: 18px;
    margin: 0;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}
div.personal div.contacts p label {
    height: 14px;
    width: 85px;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
    background: url('../images/dots.png') bottom left repeat-x;
}
div.personal div.contacts p label span {
    padding-right: 2px;
    background-color: #f3f8fd;
    color: #494949;
    font-size: 14px;
}
div.personal div.contacts p img {
    margin-right: 5px;
}
div.personal div.contacts p i {
    width: 15px; height: 16px; display: inline-block; overflow: hidden;
    margin-right: 5px;
}
div.personal div.addr {
    padding-top: 26px;
    line-height: 18px;
}

div.contacts-l {
    width: 485px;
    float: left;
}
div.contacts-r {
    width: 454px;
    float: right;
}
div.infoblock div.dl {
    margin-bottom: 17px;
}
div.infoblock p.dl {
    background: url('../images/dots.png') left 13px repeat-x;
    line-height: 18px;
    margin: 0;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
}
div.infoblock p.dl label {
    line-height: 18px;
    padding-right: 2px;
    background-color: #f3f8fd;
    float: left;
}
div.infoblock p.dl span {
    line-height: 18px;
    padding-left: 5px;
    background-color: #f3f8fd;
    color: #494949;
    font-size: 14px;
    float: right;
    width: 100px;
    text-align: left;
}
div.infoblock div.dl-nowrap span {
    white-space: nowrap;
    width: 200px;
}
div.contacts-l p.dl span {
    width: 190px;
}
div.contacts-r p.dl span {
    width: 215px;
}
div#impressum-map {
    margin-bottom: 17px;
    height: 300px;
}
div#impressum-streetview {
    margin-bottom: 17px;
    height: 300px;
}
div.infoblock h4.indent {
    margin-left: 35px;
}

div.detail-tab div.onmap div.points label.bigmap-conzept-ico {
    float: right;
}