p.sravn-filter {
    margin: 10px 40px 0 -8px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #494949;
    font-size: 13px;
    float: left;
    background-color: #f3f8fd;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    padding: 0 8px;
}
p.sravn-filter a {
    color: #01aff0;
    font-size: 13px;
}
p.sravn-filter span.sep {
    color: #b2b2b2;
    padding: 0 5px;
}
p.sravn-filter a.active{
    text-decoration: none;
    color: #494949;
}

div.compare-list {
    position: relative;
    margin: 0 0 15px;
}
div.compare-list div.compare-title {
    height: 246px;
    /*border-bottom: 2px solid #b2b2b2;*/
    position: absolute;
    top: 0;
    width: 960px;
}
div.compare-list div.fixed-title {
    position: fixed;
    top: 0;
    /*margin: 0 auto;*/
    /*zoom: 1;*/
    z-index: 900;
}
div.compare-list div.top-space {
    height: 246px;
}
div.compare-list div.compare-title span.line {
    display: block;
    height: 2px;
    font-size: 0;
    line-height: 0;
    background-color: #b2b2b2;
    bottom: 0;
    left: 3px;
    right: 3px;
    position: absolute;
    width: 954px;
}
div.compare-list div.compare-title div.hover-block {
    /*margin: 0 -12px 0 0;*/
    overflow: hidden;
    height: 246px;
    background-color: #fff;
}
div.compare-list div.compare-title a.nav {
    display: block;
    width: 26px;
    height: 41px;
    background: #b2b2b2 url('../images/compare-nav2.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
div.compare-list div.compare-title a.nav:hover {
    background: #01aff0 url('../images/compare-nav2.png') 0 0 no-repeat;
}
div.compare-list div.compare-title a.nav-left {
    background-position: 0 0;
    left: -33px;
}
div.compare-list div.compare-title a.nav-left:hover {
    background-position: 0 0;
    /*background-position: 0 -41px;*/
}
div.compare-list div.compare-title a.nav-right {
    background-position: -26px 0;
    right: -33px;
}
div.compare-list div.compare-title a.nav-right:hover {
    background-position: -26px 0;
    /*background-position: -26px -41px;*/
}
div.compare-list table.list {
    position: relative;
    border-spacing: 0px;
}
div.compare-list table.list td.column {
    width: 243px;
    vertical-align: top;
    text-align: left;
    padding: 0;
}
div.compare-list div.compare-title div.object {
    background-color: #e6f0f8;
    width: 223px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 0px 3px 0px #DADADA;
    margin: 3px 0 0 3px;
    position: relative;
    padding-bottom: 20px;
    margin-right: 15px;
}
div.compare-list div.compare-title div.object p.ttl {
    display: block;
    float: none;
    width: auto;
    overflow: hidden;
    padding-top: 1px;
}
div.compare-list div.compare-title div.object p.ttl span.id {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
div.compare-list div.compare-title div.object p.ttl b.type {
    font-size: 15px;
    font-weight: normal;
    width: 110px;
}
div.compare-list div.compare-title div.object a.del {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/sprite2.png') right top no-repeat;
    position: absolute;
    right: 2px;
    top: 2px;
}
div.compare-list div.compare-title div.object a.del:hover {
    background-position: 0 -141px;
}
div.compare-list div.compare-title div.object div.ph {
    width: 213px;
    height: 142px;
    float: none;
}
div.compare-list div.compare-title div.object div.ph img {
    width: 213px;
    height: 142px;
}
div.compare-list div.compare-title div.object div.btn {
    text-align: center;
    padding: 11px 0 11px;
}
div.compare-bottom {
    position: fixed;
    width: 924px;
    bottom: 0;
    z-index: 900;
    margin-bottom: 0px;
}
div.compare-list div.item {
    width: 223px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 0px 3px 0px #DADADA;
    margin: 0 0 3px 3px;
    position: relative;
    margin-right: 15px;
    background-color: #fff;
}
div.compare-list div.list-hover {
    /*margin: 0 -12px 0 0;*/
    overflow: hidden;
}
div.compare-list div.list-hover table.list {
    margin-top: -20px;
}
div.compare-list div.list-hover table.list td.column div.item {
    padding-top: 19px;
}
div.compare-list div.params-block {
    padding: 13px 5px 10px;
    background: url('../images/sh-top-3.png') top left repeat-x;
}
div.compare-list div.first-block {
    background: none;
    padding-top: 9px;
}
div.compare-list div.params-block a.ttl {
    display: block;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    background-color: #f3f8fd;
    border: 1px dashed #dcdcdc;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    color: #01aff0;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
div.compare-list div.params-block a.ttl span {
    display: block;
    width: 18px;
    height: 17px;
    background: url('../images/sprite2.png') -42px 0 no-repeat;
    position: absolute;
    top: 7px;
    right: 8px;
}
div.compare-list div.params-block a.close-ttl span {
    background-position: -60px 0;
}
div.compare-list div.params-block-content {
    overflow: hidden;
    padding: 8px 10px 0px;
    color: #b2b2b2;
    font-size: 14px;
}
div.compare-list div.params-block-content p {
    color: #b2b2b2;
    font-size: 14px;
}
div.compare-list div.params-block-content a.video-btn {
    margin-top: 5px;
    margin-bottom: 3px;
}
div.compare-list div.params-block-content a.onmap-btn {
    margin-top: 5px;
    float: right;
}
div.compare-list div.object div.prices {
    float: none;
    text-align: left;
}
div.compare-list div.object div.prices table {
    margin: 0;
    line-height: 17px;
    width: 100%;
}
div.compare-list div.object div.prices table td  {
    white-space: nowrap;
}
div.compare-list div.object div.prices table td.f span  {
    background-color: #fff;
    color: #b2b2b2;
}
div.compare-list div.object div.prices table td.f {
    background: url('../images/dots.png') left 13px repeat-x;
    padding-right: 4px;
}
div.compare-list div.object div.prices table td.for-night {
    font-size: 16px;
}
div.compare-list div.object div.prices table td.for-night,
div.compare-list div.object div.prices table td.for-breakfast,
div.compare-list div.object div.prices table td.for-period {
    width: 1%;
}
div.compare-list div.object div.beds {
    padding-bottom: 5px;
}
div.compare-list div.object p.bed {
    overflow: hidden;
    color: #b2b2b2;
    font-size: 11px;
    margin: 0 0 11px;
    line-height: 16px;
}
div.compare-list div.object p.bed span.im {
    width: 53px;
    display: block;
    float: left;
}
div.compare-list div.object p.bed span.im img {
    display: block;
}
div.compare-list div.object p.bed span.cnt {
    color: #494949;
    font-size: 14px;
    float: left;
    margin-right: 5px;
}
div.compare-list div.object p.bed-none span.cnt {
    color: #b2b2b2;
}
div.compare-list div.object p.bed-none span.im img {
    opacity: 0.25;
    -moz-opacity: 0.25;
}
div.compare-list div.object p.maxpeople {
    color: #b2b2b2;
    font-size: 13px;
    margin: 0 0 10px;
    width: 130px;
}
div.compare-list div.object p.maxpeople span {
    color: #000000;
    font-size: 14px;
    background: url('../images/person-blue.png') left center no-repeat;
    padding-left: 15px;
    float: right;
}
div.compare-list div.object p.area {
    width: 134px;
    background: url('../images/dots.png') left 14px repeat-x;
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #494949;
    font-size: 14px;
    margin:0;
}
div.compare-list div.object p.area span {
    background-color: #fff;
    padding-left: 3px;
}
div.compare-list div.object p.area span.l {
    float: left;
    padding: 0 2px 0 0;
    color: #b2b2b2;
    font-size: 13px;
}

div.compare-list div.object p.dist {
    margin: 0 0 7px;
    background: url('../images/dots.png') left 14px repeat-x;
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #b2b2b2;
    font-size: 14px;
}
div.compare-list div.object p.dist img {
    display: block;
    opacity: 0.5;
    -moz-opacity: 0.5;
    float: left;
    margin-top: 1px;
}
div.compare-list div.object p.dist b {
    color: #494949;
    font-size: 14px;
    display: inline-block;
    width: 22px;
    text-align: center;
}
div.compare-list div.object p.dist span {
    background-color: #fff;
    padding: 0 0 0 3px;
}
div.compare-list div.object p.dist span.l {
    float: left;
    padding: 0 1px 0 0;
}
div.compare-list div.object p.dist span.l em {
    color: #b2b2b2;
    font-size: 14px;
    margin-left: 28px;
    font-style: normal;
    display: block;
    margin-right: 1px;
}
div.compare-list div.object div.rating {
    background-color: #f3f8fd;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    padding: 10px;
    height: 50px;
    margin: 0 -9px 10px;
    color: #b2b2b2;
    font-size: 13px;
}
div.compare-list div.object div.rating b {
    color: #000000;
    font-size: 13px;
}
div.compare-list div.object div.rating span.total {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #e6f0f8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    color: #f68b1e;
    font-size: 9px;
    margin-right: 6px;
    float: left;
}
div.compare-list div.object div.rating span.total b {
    color: #f68b1e;
    display: block;
    font-size: 22px;
    display: block;
    padding-top: 9px;
    line-height: 21px;
}
div.compare-list div.object div.rating span.avg {
    display: block;
    color: #494949;
    font-size: 17px;
    padding-top: 10px;
    line-height: 18px;
}
div.compare-list div.object p.rating-item {
    margin: 0 0 7px;
    background: url('../images/dots.png') left 14px repeat-x;
    height: 20px;
    line-height: 20px;
    /*width: 160px;*/
}
div.compare-list div.object p.rating-item span {
    display: block;
    float: left;
    background-color: #fff;
    color: #b2b2b2;
    font-size: 14px;
    padding-right: 1px;
}
div.compare-list div.object p.rating-item b {
    width: 30px;
    display: block;
    float: right;
    background-color: #fff;
    color: #f68b1e;
    font-size: 14px;
    text-align: center;
}
div.compare-list div.object p.reservs {
    color: #b2b2b2;
    font-size: 13px;
    padding-top: 4px;
}
div.compare-list div.object p.reservs span {
    color: #494949;
}
div.compare-list div.object .detail-equipments {
    width: auto;
    float: none;
    margin: 0 -10px;
}
div.compare-list div.object .detail-equipments ul.list li {
    color: #b2b2b2;
    font-size: 11px;
}

div#userline-block.blue-theme {
    float: right;
    left: 0;
    margin-right: 10px;
    width: auto;
}
div#userline-block.blue-theme a.change {
    float: right;
    color: #c0c0c0;
    text-decoration: underline;
    font-size: 13px;
    margin: 0 10px 0 20px;
}
div#userline-block.blue-theme a.change:hover {
    text-decoration: none;
}

div#main-filter.blue-theme {
    background-color: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}
div#main-filter.blue-theme div.content {
    background: #01aff0;
    margin-top: 39px;
    padding-left: 25px;
    padding-right: 25px;
}
div#main-filter.blue-theme div.tabs {
    float: left;
    padding-top: 2px;
    height: 38px;
}
div#main-filter.blue-theme div.tabs ul {
    height: 41px;
}
div#main-filter.blue-theme div.tabs ul li a {
    padding: 0 25px;
}
div#main-filter.blue-theme div.tabs ul li.current {
    background-image: url('../images/filter/blue-tab-active.png');
    height: 49px;
}
div#main-filter.blue-theme div.tabs ul li.current a {
    text-shadow: 0px 1px #007dc5;
}
div#main-filter.blue-theme div.tabs ul li.current span.l,
div#main-filter.blue-theme div.tabs ul li.current span.r {
    background-image: url('../images/filter/blue-tab-podol.png');
    bottom: 9px;
}
div#main-filter.blue-theme div.tabs ul li.current span.r {
    background-position: -17px 0;
}
div#main-filter.blue-theme div.tabs ul li.f {
    margin-left:0;
}
div#main-filter.blue-theme div.tabs ul li.f span.l {
    display:none;
}
div#userline-block.blue-theme p.last-auth {
    position: absolute;
    right: 0px;
    top: -34px;
    color: #ffffff;
    font-size: 11px;
    white-space: nowrap;
}
div#userline-block.blue-theme p.last-auth span {
    color: #000000;
    font-size: 11px;
    margin: 0 3px;
}
div#userline-block.blue-theme a.logout {
    margin-left: 20px;
}

div#main-filter.lk-menu div.content {
    padding: 11px 25px 0;
    height: 49px;
    position: relative;
}
div#main-filter.lk-menu div.content a.item {
    display: block;
    float: left;
    margin: 4px 5px 0 0;
    height: 30px;
    line-height: 30px;
    background: url('../images/fix-gradients2.png') 0 -273px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    padding: 0 16px 0 43px;
    position: relative;
    color: #01aff0;
    font-size: 15px;
    text-shadow: 0px 1px #fff;
}
div#main-filter.lk-menu div.content a.item:hover {
    background-position: 0 -527px;
}
div#main-filter.lk-menu div.content a.item span {
    display: block;
    position: absolute;
    background: url('../images/lk-icons.png') 0 0 no-repeat;
    top: 7px;
}
div#main-filter.lk-menu div.content a.item span.obj {
    background-position: 0 0;
    width: 18px;
    height: 17px;
    left: 13px;
}
div#main-filter.lk-menu div.content a.item span.landlord {
    background-position: -18px 0;
    width: 28px;
    height: 18px;
    left: 11px;
    top: 6px;
}
div#main-filter.lk-menu div.content a.item span.res {
    background-position: -46px 0;
    width: 16px;
    height: 17px;
    left: 15px;
}
div#main-filter.lk-menu div.content a.item span.resdet {
    background-position: -62px 0;
    width: 20px;
    height: 17px;
    left: 14px;
}
div#main-filter.lk-menu div.content a.item span.guest {
    background-position: 0 -18px;
    width: 21px;
    height: 17px;
    left: 11px;
}
div#main-filter.lk-menu div.content a.item span.transfer {
    background-position: -21px -18px;
    width: 26px;
    height: 17px;
    left: 9px;
}
div#main-filter.lk-menu div.content a.item span.doc {
    background-position: -47px -18px;
    width: 13px;
    height: 17px;
    left: 16px;
}
div#main-filter.lk-menu div.content a.item span.rating {
    background-position: -60px -18px;
    width: 16px;
    height: 17px;
    left: 14px;
}
div#main-filter.lk-menu div.content a.item span.hotel {
    background-position: -76px -18px;
    width: 18px;
    height: 17px;
    left: 14px;
}
div#main-filter.lk-menu div.content a.item small.check {
    display: inline-block;
    font-size: 80%;
    margin-left: 10px;
    /*border-left: 1px solid rgba(255, 255, 255, .6);*/
    line-height: 20px;
}
div#main-filter.lk-menu div.content a.active {
    height: 49px;
    border: 3px solid #ffffff;
    border-bottom: 0px none;
    padding: 0 13px 0 40px;
    background-position: 0 -304px;
    border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -khtml-border-radius: 12px 12px 0 0;
    text-decoration: none;
    color: #494949;
    margin-top: 0;
}
div#main-filter.lk-menu div.content a.active:hover {
    background-position: 0 -304px;
}
p.lk-note {
    color: #b2b2b2;
    font-size: 13px;
    margin: -10px 0 13px 52px;
    text-align: left;
}
p.lk-note span {
    color: #494949;
}
p.lk-note.lk-note-att span {
    color: #ff353e;
}

div.lk-filter-block {
    padding: 0 10px;
}
div.lk-filter-block p.sort {
    /*float: right;*/
    background-color: #f3f8fd;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    padding: 0 10px;
    margin-right: 15px;
    width: auto;
}
div.lk-filter-block p.sizen {
    float: left;
    background-color: #f3f8fd;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    padding: 0 10px;
    margin-right: 15px;
    margin-top: 10px;
    width: 152px;
    color: #494949;
    font-size: 13px;
    text-shadow: 0px 1px #FCFDFE;
    height: 30px;
    line-height: 30px;
}
div.lk-filter-block p.sort-l {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
div.lk-filter-block p.sort select {
    margin-left: 14px;
    width: 200px;
}
div.lk-filter-block p.sizen select {
    float: right;
    width: 50px;
    color: #B2B2B2;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}
div.lk-filter-block div.pagination {
    text-align: center;
    padding: 14px 0 0 0;
    height: 20px;
    line-height: 20px;
}

div.lk-table-overflow {
    /*overflow: visible;*/
    /*margin: 0 50px;*/
    /*text-align: center;*/
}
div.lk-table-cover {
    border: 1px solid #DADADA;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #ccc;
    margin: 0 3px 11px;
    display: inline-block;
    min-width: 932px;
    text-align: left;
    /*overflow: auto;
    position: relative;*/
}
/*div.lk-table-cover table{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}*/
div.popup-lk-table {
    min-width: inherit;
    display: block;
}
div.lk-table-cover table.lk-tbl {
    width: 100%;
    border-spacing: 1px 6px;
}
table.lk-tbl th {
    background-color: #e6f0f8;
    border-right: 1px solid #dce8f1;
    padding: 0px 6px;
    white-space: nowrap;
    color: #494949;
    font-size: 13px;
    font-weight: normal;
    height: 42px;
    text-align: center;
}
table.lk-tbl td {
    background-color: #f3f8fd;
    border-right: 1px solid #e2ecf4;
    padding: 7px 6px 3px;
    text-align: center;
    color: #6A6A6A;
    font-size: 12px;
    /*height: 60px;*/
    vertical-align: top;
}
table.lk-tbl td.l {
    text-align: left;
}
table.lk-tbl td img.ph {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
table.lk-tbl th.last,
table.lk-tbl td.last {
    border-right: 0px none;
    background: none;
    padding: 0px;
}
table.lk-tbl th.first,
table.lk-tbl td.first {
    background: none;
    padding: 0px;
}
table.lk-tbl th div.corners {
    height: 42px;
    line-height: 42px;
    padding: 0 6px;
    background-color: #e6f0f8;
}
table.lk-tbl th.first div.corners {
    padding: 0 6px 0 14px;
    border-radius: 11px 0 0 11px;
    -webkit-border-radius: 11px 0 0 11px;
    -khtml-border-radius: 11px 0 0 11px;
    -moz-border-radius: 11px 0 0 11px;
    -o-border-radius: 11px 0 0 11px;
}
table.lk-tbl th.last div.corners {
    padding: 0 14px 0 6px;
    border-radius: 0 11px 11px 0;
    -webkit-border-radius: 0 11px 11px 0;
    -khtml-border-radius: 0 11px 11px 0;
    -moz-border-radius: 0 11px 11px 0;
    -o-border-radius: 0 11px 11px 0;
}
table.lk-tbl td div.corners {
    /*height: 66px;*/
    /*height: 100%;*/
    padding: 7px 6px 7px;
    background-color: #f3f8fd;
}
table.lk-tbl td.first div.corners {
    padding-left: 14px;
    border-top-left-radius: 11px;
    -webkit-border-top-left-radius: 11px;
    -khtml-border-top-left-radius: 11px;
    -moz-border-top-left-radius: 11px;
    -o-border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -khtml-border-bottom-left-radius: 11px;
    -moz-border-bottom-left-radius: 11px;
    -o-border-bottom-left-radius: 11px;
}
table.lk-tbl td.last div.corners {
    padding-right: 14px;
    border-top-right-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -khtml-border-top-right-radius: 11px;
    -moz-border-top-right-radius: 11px;
    -o-border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
    -khtml-border-bottom-right-radius: 11px;
    -moz-border-bottom-right-radius: 11px;
    -o-border-bottom-right-radius: 11px;
}
table.lk-tbl th.empty,
table.lk-tbl td.empty {
    background: none;
    border: 0px none;
}
table.lk-tbl td.th {
    background-color: #E6F0F8;
    color: #494949;
}
table.lk-tbl td.th.first,
table.lk-tbl td.th.last {
    background:none;
}
table.lk-tbl td.th div.corners {
    background-color: #E6F0F8;
}
table.lk-tbl td.strong {
    font-weight: bold;
    color: #494949;
}
table.lk-tbl td span.datetime {
    /*color: #B2B2B2;*/
    font-size: 12px;
    display: block;
}
table.lk-tbl td span.datetime i {
    /*color: #B2B2B2;*/
    font-size: 11px;
    font-style: normal;
    display: block;
}
table.lk-tbl tr.inner {
}
table.lk-tbl tr.inner th {
    height: 30px;
}
table.lk-tbl tr.inner th div.corners {
    height: 30px;
    line-height: 30px;
}
table.lk-tbl.center-th th {
    text-align: center;
}

span.r-ball,
span.g-ball,
span.rg-ball,
span.gr-ball,
span.gray-ball {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('../images/lk-tbl-icons.png') 0 0 no-repeat;
}
span.g-ball {
    background-position: -15px 0;
}
span.rg-ball {
    background-position: -30px 0;
}
span.gr-ball {
    background-position: 0 -15px;
}
span.gray-ball {
    background-position: -30px -15px;
}
span.star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/lk-tbl-icons.png') 0 -30px no-repeat;
}
span.info-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/spr.png) -114px 0px no-repeat;
}
span.question-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/spr.png) -131px 0px no-repeat;
}

span.confirm-time {
    display: block;
    height: 31px;
    color: #6A6A6A;
    font-size: 11px;
    text-align: center;
    line-height: 13px;
}

span.lk-pdf {
    display: block;
    height: 31px;
    color: #6A6A6A;
    font-size: 11px;
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
    line-height: 13px;
}
span.lk-pdf a {
    display: block;
    width: 14px;
    height: 16px;
    background: url('../images/pdf-ico.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
span.lk-downloaded-pdf a {
    background-image: url('../images/pdf-downloaded-ico.png');
    width: 17px;
    height: 18px;
}
span.lk-pdf.agreement-pdf a {
    background: url(../images/spr.png) -148px 0 no-repeat;
    width: 15px;
    height: 16px;
}
span.close-periods-ico {
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url(../images/spr.png) -112px -17px no-repeat;
}
a.photos {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url('../images/lk-tbl-icons.png') -70px 0;
    position: relative;
    top: -3px;
}
a.no-photos {
    display: inline-block;
    width: 33px;
    height: 28px;
    background: url('../images/lk-tbl-icons.png') -67px -24px;
    position: relative;
    top: -3px;
}
a.lk-context-menu-link {
    display: inline-block;
    width: 23px;
    height: 16px;
    background: url('../images/lk-tbl-icons.png') -47px 0;
    margin-top: 4px;
    cursor: pointer;
}

div.lk-filter {
    float: left;
    position: relative;
    margin: 10px 15px 0 0;
    height: 30px;
    overflow: visible;
}
div.lk-filter a.filter-btn {
    display: block;
    height: 28px;
    line-height: 28px;
    background-color: #f3f8fd;
    border: 1px solid #c1d8eb;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    color: #838383;
    font-size: 13px;
    text-decoration: underline;
    overflow: hidden;
    position: relative;
    z-index: 5;
    cursor: pointer;
    padding-right: 37px;
}
div.lk-filter a.filter-btn:hover {
    text-decoration: none;
}
div.lk-filter a.filter-btn span.filter-ico{
    display: block;
    width: 32px;
    height: 28px;
    background: url('../images/filter-btn.png') 0 0 no-repeat;
    border-right: 1px solid #c1d8eb;
    border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -khtml-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    -o-border-radius: 14px 0 0 14px;
    float: left;
    margin: 0 10px 0 0;
}
div.lk-filter a.filter-btn span.settings {
    background: url('../images/settings-btn.png') 0 0 no-repeat;
}
div.lk-filter a.filter-btn span.admin-filter {
    background: url('../images/admin-filter-btn.png') 0 0 no-repeat;
}
div.lk-filter a.filter-btn span.table-settings {
    background: url('../images/table-settings-btn.png') 0 0 no-repeat;
}
div.lk-filter a.filter-btn em {
    display: block;
    width: 18px;
    height: 17px;
    background: url('../images/sprite2.png') -42px 0 no-repeat;
    /*float: right;*/
    /*margin: 7px 10px 0 9px;*/
    position: absolute;
    top: 7px;
    right: 10px;
}
div.lk-hidden a.filter-btn em {
    background-position: -60px 0;
}
div.lk-filter div.filter-head {
    position: absolute;
    z-index: 4;
    left: -13px;
    top: -13px;
    right: -13px;
    height: 50px;
    padding: 3px 3px 0 3px;
    overflow: hidden;
}
div.lk-filter div.filter-head div.head {
    height:50px;
    background: url('../images/lk-filter-bg.png') top left repeat-x;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -khtml-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    box-shadow: 0px 0px 3px 1px #bbb;
}
div.lk-filter span.corner {
    display: block;
    width: 11px;
    height: 12px;
    background: url('../images/lk-filter-corner.png') 0 0 no-repeat;
    position: absolute;
    z-index: 4;
    bottom: -10px;
    right: -21px;
}
div.lk-filter div.filter-content {
    text-align: left;
    position: absolute;
    z-index: 3;
    left: -10px;
    top: 40px;
    background: #01aff0 url('../images/lk-filter-bg.png') left -50px repeat-x;
    border-radius: 0 12px 12px 12px;
    -webkit-border-radius: 0 12px 12px 12px;
    -khtml-border-radius: 0 12px 12px 12px;
    -moz-border-radius: 0 12px 12px 12px;
    -o-border-radius: 0 12px 12px 12px;
    box-shadow: 0px 0px 3px 1px #bbb;
    padding: 0 10px 10px 10px;
    color: #ffffff;
    font-size: 13px;
}
div.lk-filter div.filter-content table {
    border-spacing: 0px;
    border: 0px none;
}
div.lk-filter div.filter-content table td {
    border-spacing: 0px;
    border: 0px none;
    height: 28px;
    border-left: 1px solid #61c4ed;
    border-top: 1px solid #61c4ed;
    border-right: 1px solid #019dd7;
    border-bottom: 1px solid #019dd7;
    padding: 0 9px;
    white-space: nowrap;
}
div.lk-filter div.filter-content table td.inactive {
    background-color: #61c4ed;
}
div.lk-filter div.filter-content table td.field {
    padding-right: 0px;
    white-space: nowrap;
}
div.lk-filter div.filter-content table td.first {
    border-left: 0px none;
}
div.lk-filter div.filter-content table td.last {
    border-right: 0px none;
}
div.lk-filter div.filter-content table tr.first td {
    border-top-color: transparent;
}
div.lk-filter div.filter-content table tr.last td {
    border-bottom-color: transparent;
}
div.lk-filter div.filter-content input.styled {
    border-color: #01729c;
    box-shadow: 0px 1px #80d7f8;
    width: 140px;
}
div.lk-filter div.filter-content select.styled {
    border-color: #01729c;
    width: 154px;
}
div.lk-filter div.filter-content select.small {
    width: 60px;
}
div.lk-filter div.filter-content a.calendar {
    width: 22px;
    height: 23px;
    background-position: -32px 0;
    display:block;
}
div.lk-filter div.filter-content a.calendar:hover {
    background-position: -56px 0;
}
div.lk-filter div.filter-content input.date {
    float: left;
    display: block;
}
div.lk-filter div.filter-content span.sep {
    margin: 0 5px;
    color: #6b3600;
    font-size: 13px;
    font-weight: bold;
    float: left;
    display: block;
}
div.lk-filter div.filter-content input.ch {
    margin: 2px 0 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
    display: block;
}
div.lk-hidden div.filter-head,
div.lk-hidden span.corner {
    display: none;
}
div.lk-filter div.filter-content ul {
    margin: 7px 0 0 0;
    padding: 0;
    display: block;
    min-width: 220px;
}
div.lk-filter div.filter-content ul li {
    display: block;
    margin: 0;
    padding: 0;
    height: 19px;
    line-height: 18px;
    border-top: 1px solid #61c4ed;
    border-bottom: 1px solid #019dd7;
    color: #ffffff;
    font-size: 13px;
}
div.lk-filter div.filter-content ul li.first {
    border-top-color: transparent;
}
div.lk-filter div.filter-content ul li.last {
    border-bottom-color: transparent;
}
div.lk-filter div.filter-content ul li span.ch {
    display: block;
    height: 19px;
    line-height: 18px;
    border-right: 1px solid #019dd7;
    padding: 0 10px;
    float: left;
    width: 14px;
}
div.lk-filter div.filter-content ul li span.inactive {
    background-color: #61c4ed;
}
div.lk-filter div.filter-content ul li label {
    display: block;
    height: 19px;
    line-height: 18px;
    border-left: 1px solid #61c4ed;
    padding: 0 10px;
    margin-left: 35px;
    white-space: nowrap;
}
div.lk-context-menu {
    position: absolute;
    padding-top: 38px;
    z-index: 5;
    display: none;
    width: 230px;
    text-align: left;
}
div.lk-context-menu span.link {
    display: block;
    background: url('../images/fix-gradients2.png') 0 -354px repeat-x;
    width: 55px;
    height: 50px;
    border-radius: 0 12px 0 0;
    -webkit-border-radius: 0 12px 0 0;
    -khtml-border-radius: 0 12px 0 0;
    -moz-border-radius: 0 12px 0 0;
    -o-border-radius: 0 12px 0 0;
    box-shadow: 0px 0px 3px 1px #ddd;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
div.lk-context-menu span.link i {
    display: inline-block;
    cursor: pointer;
    width: 23px;
    height: 16px;
    background: url('../images/lk-tbl-icons.png') -47px 0;
    float: right;
    margin: 11px 6px 0 0;
}
div.lk-context-menu div.menu-content {
    position: relative;
    z-index: 4;
    background: #01aff0 url('../images/lk-filter-bg.png') left -50px repeat-x;
    border-radius: 0 12px 12px 12px;
    -webkit-border-radius: 0 12px 12px 12px;
    -khtml-border-radius: 0 12px 12px 12px;
    -moz-border-radius: 0 12px 12px 12px;
    -o-border-radius: 0 12px 12px 12px;
    box-shadow: 0px 0px 3px 1px #bbb;
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
}
div.lk-context-menu div.menu-head {
    position: absolute;
    z-index: 5;
    left: -3px;
    top: -3px;
    right: 29px;
    height: 38px;
    padding: 3px 11px 0 3px;
    overflow: hidden;
}
div.lk-context-menu div.menu-head div.head {
    height: 38px;
    line-height: 38px;
    background: url('../images/lk-filter-bg.png') left -12px repeat-x;
    border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -khtml-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    box-shadow: 0px 0px 3px 1px #bbb;
    text-align: center;
    color: #045b95;
    font-size: 14px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-shadow: 0px 1px #98e0fb;
    white-space: nowrap;
}
div.lk-context-menu div.menu-head span.corner {
    display: block;
    width: 11px;
    height: 12px;
    background: url('../images/lk-filter-corner.png') 0 0 no-repeat;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    right: 0px;
}
div.lk-context-menu div.menu-content a {
    display: block;
    height: 28px;
    line-height: 27px;
    border-top: 1px solid #61c4ed;
    border-bottom: 1px solid #019dd7;
    padding: 0 10px 0 0;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: left;
}
div.lk-context-menu div.menu-content a:hover {
    background-color: #61c4ed;
}
div.lk-context-menu div.menu-content a span {
    display: block;
    float: left;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #019dd7;
    margin-right: 10px;
    box-shadow: 1px 0px 0 0 #61c4ed;
}
div.lk-context-menu div.menu-content span img {
    display: inline-block;
    position: relative;
    top: 3px;
}
div.lk-context-menu div.menu-content a:hover span {
    border-right-color: #61c4ed;
}
div.lk-context-menu div.menu-content a.first {
    border-top: 0px none;
}
div.lk-context-menu div.menu-content a.last {
    border-bottom: 0px none;
}
div.lk-date-filter {
    min-width: 240px;
}

div.lk-partner-commissions {
    width: 250px;
    font-size: 12px;
    line-height: 15px;
}
div.lk-partner-commissions p {
    font-size: 12px;
}
div.lk-partner-commissions table {
    margin: 0 0 8px 5px;
    border-spacing: 0px;
}
div.lk-partner-commissions td {
    font-size: 12px;
    padding-right: 15px;
}
span.message {
    display: inline-block;
    position:relative;
    top:6px;
    left:9px;
    width: 16px;
    height: 16px;
    background: url('../images/message.png') 0 0 no-repeat;;
}

div.lk-filters {
    height: 48px;
    background: url('../images/lk-filters.png') 0 0 repeat-x;
    border: 1px solid #b1d7e7;
    margin: 0 3px 11px;
    box-shadow: 0px 0px 3px 0px #ccc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 10px;
}

div.table-settings {
    float: right;
    margin-right: 0px;
    padding-right: 9px;
}
div.table-settings div.filter-content {
    right: -10px;
    border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
}
div.table-settings div.filter-content ul {
    min-width: inherit;
}
div.table-settings p.note {
    color: #ffffff;
    font-size: 13px;
    margin: 0 0 5px 0;
    line-height: 13px;
    position: relative;
    left: 9px;
}
div.table-settings p.note span {
    color: #495e96;
    font-size: 12px;
}
div.filter-info {
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background: #01AFF0 url('../images/lk-filter-bg.png') left -25px repeat-x;
    border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    z-index: 4;
    padding: 10px 10px 45px 19px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px 0px 3px 1px #BBB;
    display: none;
    text-align: left;
}
div.filter-info span {
    color: #495e96;
}

div.lk-filter span.info {
    cursor: help;
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    top: -2px;
    right: -1px;
    text-shadow: 0px -1px #b1d7e7;
    text-decoration: none;
    z-index: 5;
}

li.sort-placeholder {
    background-color: #fff;
    opacity: 0.2;
    -moz-opacity: 0.2;
}

div.form-cover {
    background-color: #F3F8FD;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px 15px 6px;
    text-align: left;
}
table.form {
}
table.form td {
    padding: 0 0 9px;
    vertical-align: top;
    line-height: 24px;
    font-size: 12px;
}
table.form td label {
    color: #494949;
    font-size: 13px;
    margin: 0 10px 0 0;
}
table.form td input.txt {
    float: left;
    height: 24px;
    margin: 0 5px 0 0;
}
table.form td input.biger {
    width: 170px;
}
table.form td input.big {
    width: 330px;
}
table.form td select.white-styled {
    float: left;
    margin: 0 5px 0 0;
    height: 26px;
}
table.form td span.fl {
    float: left;
    margin: 0 5px 0 0;
}
table.form td a.date {
    float: left;
}
table.form td.req {
    color: #ff0000;
    width: 1%;
    padding-right: 5px;
}
div.lk-overflow-container {
    padding: 0 45px;
    overflow: visible;
    text-align: center;
}
div.lk-container {
    margin: 0 5px;
    display: inline-block;
    min-width: 960px;
}

table.lk-tbl.black-theme td {
    color: #777;
}

div.object-details-pdf {
    font-size: 12px;
    width: 650px;
}
div.object-details-pdf div.clearer {
    margin-bottom: 10px;
}
div.object-details-pdf div.photo {
    float: left;
    width: 240px;
}
div.object-details-pdf div.photo img {
    display: block;
    width: 240px;
}
div.object-details-pdf p.ttl {
    font-size: 12px;
    font-weight: bold;
}
div.object-details-pdf p.ttl input {
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 6px 0 0;
}
div.object-details-pdf div.obj-details {
    margin-left: 250px;
}
div.object-details-pdf table {
    border-spacing: 0px;
    font-size: 12px;
}
div.object-details-pdf table td {
    text-align: right;
    /*vertical-align: top;*/
}
div.object-details-pdf table td.f {
    text-align: left;
    padding-right: 10px;
}
div.object-details-pdf table td.alignleft {
    text-align: left;
}
div.object-details-pdf table.all-left td {
    text-align: left;
}
div.object-details-pdf div.eq-col,
div.object-details-pdf div.loc-col {
    float: left;
    width: 170px;
    margin-right: 20px;
}
div.object-details-pdf table td.yes {
    color: green;
    font-weight: bold;
}
div.object-details-pdf table td.no {
    color: red;
    font-weight: bold;
}
div.object-details-pdf table.w100 {
    width: 100%;
}
div.object-details-pdf div.prices {
    margin-left: 380px;
    background-color: #EEE;
    border: 1px solid #000;
    padding: 5px;
}
div.object-details-pdf div.prices input.pr {
    width: 50px;
    text-align: right;
}
div.object-details-pdf div.prices input.pr-error {
    width: 50px;
    text-align: right;
    color: red;
}
div.object-details-pdf p.llord {
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}
div.object-details-pdf div.btns {
    text-align: center;
}
div.object-details-pdf div.btns a.blue-btn {
    margin-right: 20px;
}

span.nowrap {
    white-space: nowrap;
}
div#regForm,
div#regLordForm,
div#regTypeForm {
    width: 960px;
}


div.integrated-auth {

}
div.integrated-auth div.l {
    float: left;
    width: 375px;
}
div.integrated-auth div.r {
    margin-left: 400px;
}
div.integrated-auth div.l div.infoblock,
div.integrated-auth div.r div.infoblock {
    height: 170px;
}
div.integrated-auth p {
    color: #b2b2b2;
    font-size: 13px;
    margin: 0 0 15px;
}
div.integrated-auth p a {
    color: #01aff0;
    font-size: 13px;
}
div.integrated-auth p b {
    color: #f68b1e;
    font-size: 13px;
    font-weight: normal;
}
div.integrated-auth h5 {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 18px 30px;
}
div.integrated-auth h5 span {
    color: #f68b1e;
}
div.integrated-auth h5 b {
    color: #008000;
    font-weight: normal;
}
div.integrated-auth table {
    border-spacing: 0;
    margin-top: 10px;
}
div.integrated-auth table td {
    padding: 0px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    font-size: 11px;
    padding-bottom: 8px;
}
div.integrated-auth table td.f {
    text-align: right;
    min-width: 110px;
    padding-right: 10px;
}
div.integrated-auth table td.f label {
    color: #494949;
    font-size: 13px;
    font-weight: bold;
}
div.integrated-auth table td.f label.rel {
    position: relative;
}
div.integrated-auth table td.f label.rel span.or {
    position: absolute;
    color: #000000;
    font-size: 11px;
    right: 0;
    top: -21px;
    font-weight: normal;
}
div.integrated-auth table td input.txt {
    height: 24px;
    width: 140px;
}
div.integrated-auth table td input.ch {
    float: left;
    margin: 5px 6px 0 0;
    padding: 0;
}
div.integrated-auth table td a.link {
    color: #007dc5;
    font-size: 11px;
}
div.integrated-auth table td.l {
    text-align: left;
}
div.integrated-auth table tr.bottom td {
    padding-top: 10px;
}
div.integrated-auth fieldset {
    float: left;
    margin-right: 35px;
    display: block;
    border: 1px solid white;
    box-shadow: 0px 0px 0px 1px #E2E9ED;
    padding: 9px 50px 0px 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 9px;
    margin-left: -6px;
}
div.integrated-auth p.note {
    margin-top:30px;
}

a.lk-filter-btn {
    display: inline-block;
    height: 23px;
    line-height: 21px;
    background: url('../images/lk-filter-btn.png') right top no-repeat;
    margin-left: 30px;
    position: relative;
    margin-right: 30px;
    padding: 0 16px 0 5px;
    color: #1e5c73;
    font-size: 13px;
    text-shadow: 0px 1px #fff;
    text-decoration: none;
    margin-top: 10px;
}
a.lk-filter-btn span {
    display: inline-block;
    width: 30px;
    height: 23px;
    background: url('../images/lk-filter-btn-ico.png') 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
}
a.lk-filter-btn:last-child {
    margin-right: 0;
}
a.lk-filter-btn span.ok {
    background-position: 0 -23px;
}
a.lk-filter-btn span.cancel {
    background-position: 0 -46px;
}

a#up-link {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    color: #007dc5;
    text-shadow: 0px 1px #fff;
    font-size: 15px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 1px solid #e0dfe0;
    box-shadow: 0px 0px 3px #444;
    width: 136px;
    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%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#e1e2e3',GradientType=1 );    */
}
a#up-link:hover {
    background: #edeeef;
    background: -moz-linear-gradient(left,  #edeeef 0%, #b1d9ed 10%, #85caed 12%, #b6e1f4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#edeeef), color-stop(10%,#b1d9ed), color-stop(12%,#85caed), color-stop(100%,#b6e1f4));
    background: -webkit-linear-gradient(left,  #edeeef 0%,#b1d9ed 10%,#85caed 12%,#b6e1f4 100%);
    background: -o-linear-gradient(left,  #edeeef 0%,#b1d9ed 10%,#85caed 12%,#b6e1f4 100%);
    background: -ms-linear-gradient(left,  #edeeef 0%,#b1d9ed 10%,#85caed 12%,#b6e1f4 100%);
    background: linear-gradient(to right,  #edeeef 0%,#b1d9ed 10%,#85caed 12%,#b6e1f4 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeef', endColorstr='#b6e1f4',GradientType=1 );        */
}
a#up-link span {
    display: inline-block;
    width: 20px;
    height: 23px;
    float: left;
    background: url('../images/spr.png') -71px -44px no-repeat;
    margin: 10px 15px 0 23px;
}

div.f-pay-types {
    overflow: hidden;
}
div.f-pay-types span {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 102px;
    height: 64px;
    background: url(../images/bottom-icons.png) 0 0 no-repeat;
}
div.f-pay-types span.visa { background-position: 0 0; }
div.f-pay-types span.master { background-position: 0 -66px; }
div.f-pay-types span.paypal { background-position: 0 -132px; }
div.f-pay-types span.amexp { background-position: 0 -198px; }
/*div.f-pay-types span.wu { background-position: 0 -228px; }*/
/*div.f-pay-types span.moneygram { background-position: 0 -285px; }*/
div.f-pay-types span.sparkasse { background-position: 0 -330px; }
div.f-pay-types span.sofort { background-position: 0 -264px; }

div.f-pay-types span.visa:hover { background-position: -104px 0; }
div.f-pay-types span.master:hover { background-position: -104px -66px; }
div.f-pay-types span.paypal:hover { background-position: -104px -132px; }
div.f-pay-types span.amexp:hover { background-position: -104px -198px; }
div.f-pay-types span.sparkasse:hover { background-position: -104px -330px; }
div.f-pay-types span.sofort:hover { background-position: -104px -264px; }
span.qr {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/bottom-icons.png) 0 -396px no-repeat;
    float: right;
}
.jul-2014 {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/circl2024.jpg) no-repeat;
    float: right;
    margin-left: 15px;
    overflow: hidden; text-indent: -999px;
}

a.vokzal {
    display: inline-block;
    width: 12px;
    height: 15px;
    background: url('../images/location/vokzal-sprite.png') 0 0 no-repeat;
}
a.vokzal:hover {
    background-position: -12px 0;
}
a.airport {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/location/airport-sprite.png') 0 0 no-repeat;
}
a.airport:hover {
    background-position: -14px 0;
}
a.center {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url('../images/location/center-sprite.png') 0 0 no-repeat;
}
a.center:hover {
    background-position: -13px 0;
}
a.exhib {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url('../images/location/exhib-sprite.png') 0 0 no-repeat;
}
a.exhib:hover {
    background-position: -13px 0;
}
a.metro {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/location/metro-sprite.png') 0 0 no-repeat;
}
a.metro:hover {
    background-position: -14px 0;
}

#regTypeForm {
    padding-bottom: 0;
    overflow: hidden;
}
#regTypeForm h5 {
    margin-bottom: 20px;
}
#regTypeForm .container {
    padding-bottom: 20px;
    border-bottom: 0px none;
}
#regTypeForm .form-block {
    margin-bottom: 0;
}
a.reg-type {
    display: block;
    height: 64px;
    line-height: 64px;
    background-color: #01aff0;
    background-position: 35px center ;
    background-repeat: no-repeat;
    border-radius: 31px;
    -o-border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    padding: 0 0 0 117px;
    margin: 0 0 22px 10px;
}
a.reg-type span {
    color: #ffffff;
    font-size: 24px;
    text-decoration: underline;
    display: block;
    float: left;
    width: 175px;
}
a.reg-type i {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
}
a.reg-type.reg-guest {
    background-image: url(../images/reg-type-guest.png);
}
a.reg-type.reg-landlord {
    background-image: url(../images/reg-type-landlord.png);
}