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, font, 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, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

input[type=text] {
    background: transparent;
}


header, footer, section, nav {
    display:block;
}

body {
    font-size: 15px;
    line-height: 1;
    font-family:Arial, Sans-serif;
    background-color:#f7f8fa;
    min-width:980px;
}

body, html {
    height:100%;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align:top;
}

a {
    color:#714461;
}

a:hover {
    TEXT-DECORATION: none;
}

textarea {
    resize:none;
}

p {
    font-size: 12px;
    line-height:18px;
    color:#3f3f3f;
    margin-bottom:18px;
}

p a {
    TEXT-DECORATION: none;
}

p a:hover {
    TEXT-DECORATION: underline;
}

h2 {
    font-size: 24px;
    font-weight:normal;
    color:#48464b;
    line-height:31px;
    margin-bottom:26px;
    margin-left:11px;
    text-align:left;
}

h2 .icon {
    vertical-align:top;
    margin-right:10px;
    margin-top:-2px;
}

h3 {
    font-size: 21px;
    line-height:25px;
    color:#48464b;
    font-weight:normal;
    margin-bottom:5px;
}

h3 a {
    color:#853647;
    TEXT-DECORATION: none;
}

h3 a:hover {
    TEXT-DECORATION: underline;
}

h4 {
    font-size: 18px;
    color:#853647;
    line-height:24px;
    font-weight:normal;
    margin-bottom:14px;
}

h4 img, h5 img {
    vertical-align:top;
    margin-right:6px;
    margin-top:-2px;
}

h5 {
    font-size: 16px;
    line-height:18px;
    margin-bottom:9px;
    color:#302b2e;
    font-weight:normal;
}

h5 a {
    color:#853647;
    TEXT-DECORATION: none;
}

h5 a:hover {
    TEXT-DECORATION: underline;
}

h6 {
    font-size: 13px;
    line-height:15px;
    margin-bottom:12px;
    font-weight:bold;
}

.bg-image {
    background: url('../images/main-bg.jpg') no-repeat center top;
    min-height:100%;
    zoom:1;
}

.container {
    margin-left:auto;
    margin-right:auto;
    width:980px;
}

.clearFix {
    clear:both;
    height:0px !Important;
    min-height:0px !Important;
    visibility:hidden;
    overflow:hidden;
    margin:0px !Important;
    float:none !Important;
    padding:0px !Important;
    border:none !Important;
}

.fix-clear {
    display:table;
    width:100%;
}

header {
    position:relative;
    z-index:10000;
}

nav {
    height:41px;
    background-color:#452632;
    line-height:40px;
}

nav .lang {
    font-size: 11px;
    color:#fff;
    float:right;
    line-height:13px;
    padding-top:13px;
    padding-right:18px;
}

nav .lang img {
    vertical-align:top;
    margin-left:10px;
}

.center-header {
    padding-top:20px;
}

.menu {
    float:left;
}

.menu li {
    float:left;
    z-index:10000;
    background: url('../images/menu-divider.png') no-repeat left center;
}

.menu li:first-child {
    background:none;
}

.menu li a {
    display:block;
    height:41px;
    float:left;
    padding-left:16px;
    padding-right:16px;
    font-size: 14px;
    font-family:Myriad Pro, Arial, Sans-serif;
    text-transform:uppercase;
    TEXT-DECORATION: none;
    color:#fff;
    border-left:transparent 1px solid;
    border-right:transparent 1px solid;
    position:relative;
    z-index:10001;
}

.menu li:hover, .menu .open {
    position:relative;
}

.menu li:hover a, .menu .open a {
    background-color:#e0d4dc;
    border-left:#c6bbc0 1px solid;
    border-right:#c6bbc0 1px solid;
    margin-right:-1px;
    padding-right:17px;
    color:#452632;
}

.menu .drop-block {
    display:none;
    position:absolute;
    left:0;
    top:40px;
    z-index:10000;
    width:171px;
    border:#c6bbc0 1px solid;
    background-color:#e0d4dc;
    padding-top:7px;
    padding-bottom:15px;
}

.menu .open .drop-block, .menu li:hover .drop-block {
    display:block;
}

.menu .drop-block ul {
    float:none;
}

.menu .drop-block ul li {
    float:none;
    background:none;
    border-bottom:#e8dfe5 1px solid;
    border-top:#d2c2cd 1px solid;
    font-size: 13px;
    line-height:15px;
    padding-top:9px;
    padding-bottom:9px;
    padding-left:22px;
    background: url('../images/bullet-drop-block.png') no-repeat 9px 14px;
}

.menu .drop-block ul li a {
    display:inline;
    float:none;
    padding-left:0px;
    padding-right:0px;
    font-size: 13px;
    font-family:Arial, Sans-serif;
    text-transform:none;
    TEXT-DECORATION: none;
    color:#74001b;
    border:none;
    position:static;
}

.menu .drop-block ul li a:hover {
    TEXT-DECORATION: underline;
}

.menu .drop-block ul .first {
    border-top:none;
}

.menu .drop-block ul .last {
    border-bottom:none;
}

header .logo {
    float:left;
    margin-bottom:20px;
    margin-left:25px;
}

header .logo-internal {
    margin-left:0px;
    margin-bottom:0px;
    float:left;
}

.login-panel {
    float:right;
    font-size: 12px;
    line-height:15px;
    color:#6a6969;
    text-align:right;
    padding-top:25px;
    padding-right:18px;
    margin-bottom:20px;
}

.login-panel .border {
    border-left:#9a9185 1px solid;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:12px;
}

.login-panel a {
    TEXT-DECORATION: none;
    color:#6a6969;
}

.login-panel a:hover {
    TEXT-DECORATION: underline;
}

.login-panel .sign-up {
    color:#650909;
    TEXT-DECORATION: underline;
}

.login-panel .sign-up:hover {
    TEXT-DECORATION: none;
}

.login-panel table {
    margin-bottom:12px;
}

.login-panel th {
    font-size: 15px;
    line-height:17px;
    color:#843547;
    text-align:left;
    font-weight:normal;
    vertical-align:middle;
    padding-right:3px;
}

.login-panel td {
    padding-left:11px;
}

.login-panel td input {
    width:105px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:9px;
    padding-right:9px;
    font-size: 13px;
    line-height:15px;
    height:15px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.user-panel {
    float:right;
    padding-right:18px;
    font-size: 11px;
    color:#48464b;
    line-height:18px;
    padding-top:40px;
    text-align:right;
}

.user-panel a {
    color:#48464b;
}

.user-panel .count {
    display:inline-block;
    min-width:12px;
    height:18px;
    padding-left:3px;
    padding-right:3px;
    background-color:#e71f32;
    text-align:center;
    color:#fff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    margin-left:6px;
    margin-top:2px;
    vertical-align:top;
}

.user-panel select {
    width:79px;
    margin-left:8px;
    height:20px;
    font-size: 11px;
    color:#843547;
    padding:1px;
    background-color:#f4f4f4;
    border:#e5e5e5 1px solid;
    background-image: -ms-linear-gradient(top, #fff, #e9e9e9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fff, #e9e9e9);
    background-image: -o-linear-gradient(top, #fff, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fff, #e9e9e9);
    background-image: linear-gradient(top, #fff, #e9e9e9);
    background-repeat: repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.user-panel img.avatar-thumb-small {
    margin: 10px 1px 10px;
}

.orang-button {
    display:inline-block;
    border:#e75b17 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color:#ed8250;
    color:#fff !Important;
    text-align:center;
    TEXT-DECORATION: none !Important;
}

.orang-button div {
    font-size: 12px;
    line-height:15px;
    padding-top:3px;
    padding-bottom:4px;
    padding-left:12px;
    padding-right:12px;
    min-width:50px;
    height:15px;
    display:block;
    border:none;
    border-top:#f3ae8d 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.login-panel .orang-button {
    float:left;
    min-width:75px;
}

.submit {
    position:relative;
    overflow:hidden;
}

.submit input {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100% !important;
    height:100% !important;
    cursor:pointer;
    background-color:#ed8250 !important;
    color:#fff !important;
    opacity:0;
    filter:Alpha (opacity=0);
}

.submit.disabled input {
    cursor:default;
}

.title-page {
    padding-left:20px;
    padding-right:20px;
    position:relative;
    font-size: 12px;
    line-height:15px;
    color:#f1f1f1;
    clear:both;
    background-color:#843547;
    margin-bottom:18px;
    zoom:1;
}

.title-page table {
    height:55px;
    width:100%;
}

.title-page table td {
    vertical-align:middle;
}

.title-page .likes {
    float:right;
    padding-top:1px;
	white-space:nowrap;
}

.title-page .likes .icon {
    /*vertical-align:top;
    margin-top:11px;
    margin-right:26px;*/
    height: 20px;
	margin-top:8px;
	display:inline-block;
	position:relative;
}

.title-page .likes .items {
    display:inline-block;
    vertical-align:top;
    margin-top:11px;
	white-space:nowrap;
}

.title-page .likes .items a {
	display:inline-block;
}

.title-page h2 {
    line-height:27px;
    margin-bottom:0px;
    color:#f1f1f1;
    font-weight:normal;
    margin-left:0px;
}

footer {
    height:340px;
    background-color:#452632;
    position:relative;
    margin-top:-360px;
    padding-top:20px;
}

footer .sections {
    width:718px;
    float:left;
}

footer h5, footer h6 {
    color:#e8bf56;
    font-weight:bold;
}

footer .sections ul {
    font-size: 12px;
    line-height:15px;
    color:#fff;
    margin-bottom:-12px;
}

footer .sections ul li {
    margin-bottom:12px;
}

footer .sections a {
    color:#fff;
    TEXT-DECORATION: none;
}

footer .sections a:hover {
    TEXT-DECORATION: underline;
}

footer .sections table {
    width:100%;
    margin-bottom:-2px;
}

footer .sections table td {
    padding-left:12px;
    padding-right:12px;
    border-left:#69505a 1px solid;
}

footer .sections table td:first-child {
    border:none;
}

footer .subscribe-news {
    width:218px;
    float:right;
    position:relative;
    overflow:hidden;
}

footer .subscribe-news h5 {
    font-size: 15px;
    line-height:18px;
    margin-bottom:9px;
}

.subscribe-news {
    margin-bottom:12px;
}

.subscribe-news .input {
    padding-right:12px;
    margin-bottom:5px;
}

.subscribe-news .input input {
    width:100%;
    font-size: 11px;
    line-height:13px;
    font-family:Arial, Sans-serif;
    color:#6a6969;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;
    background-color:#fff;
    border:#d9d8d4 1px solid;
    border-top:#cfccc9 2px solid;
}

.small-orang-button {
    display:inline-block;
    border:#e65b18 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    background-color:#ed8250;
    color:#fff !Important;
    text-align:center;
    height:18px;
    font-size: 11px;
    line-height:18px;
    padding-left:7px;
    padding-right:7px;
    TEXT-DECORATION: none !Important;
    cursor: pointer;
}

.small-orang-button.disabled {
    border:#d6d6d6 1px solid;
    background-color:#E6E6E6;
    color: #888 !important;
    cursor:default;
}

.small-orang-button img {
    vertical-align:top;
    margin-top:3px;
    margin-right:4px;
}

.medium-orang-button {
    display:inline-block;
    border:#e65b18 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    background-color:#ed8250;
    color:#fff !Important;
    text-align:center;
    height:21px;
    font-size: 12px;
    line-height:21px;
    padding-left:7px;
    padding-right:7px;
    TEXT-DECORATION: none !Important;
}

.xl-yellow-btn {
    display:inline-block;
    border:#e65b18 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    background-color:#e8bf56;
    color:#853647 !Important;
    text-align:center;
    height:21px;
    font-size: 15px;
    line-height:21px;
    padding:10px 30px;
    TEXT-DECORATION: none !Important;
    height: auto;
}
.medium-orang-button img {
    vertical-align:top;
    margin-top:4px;
    margin-right:4px;
}

.badge {
    display:inline-block;
    border:1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    box-shadow:inset 0 1px 0px rgba(255,255,255,0.35);
    text-align:center;
    height:19px;
    font-size: 11px;
    line-height:19px;
    padding-left:7px;
    padding-right:7px;
    text-decoration: none !important;
}
.badge-orange {
    border-color:#e65b18;
    background-color:#ed8250;
    color:#fff !important;
}
.badge-green {
    border-color:#6E8422;
    background-color:#9dbc31;
    color:#fff !important;
}

.subscribe-news .small-orang-button {
    float:right;
}

footer .social-buttons {
    font-size: 13px;
    color:#d1d1d1;
    line-height:28px;
    zoom:1;
    width:218px;
    margin-bottom:12px;
    float:right;
    white-space:nowrap;
}

footer .social-buttons img {
    vertical-align:top;
    margin-left:10px;
    margin-right:3px;
}

.bottom-footer {
    border-top:#69505a 1px solid;
    padding-top:15px;
}

footer .quality {
    float:left;
    margin-left:37px;
}

footer .contacts {
    width:245px;
    float:right;
    text-align:right;
    font-size: 12px;
    line-height:14px;
    color:#fff;
}

footer .contacts a {
    color:#fff;
    TEXT-DECORATION: none;
}

footer .contacts a:hover {
    TEXT-DECORATION: underline;
}

footer .contacts .mail {
    display:inline-block;
    height:13px;
	white-space:nowrap;
    min-width:164px;
    color:#d1d1d1;
    font-size: 12px;
    line-height:13px;
    padding-left:37px;
    margin-bottom:4px;
    TEXT-DECORATION: none;
    background: url('../images/mail-icon.png') no-repeat 3px center;
}

footer .contacts .mail:hover {
    TEXT-DECORATION: underline;
}

footer .contacts .phone {
    display:inline-block;
	white-space:nowrap;
    height:22px;
    color:#e8bf56;
    font-size: 22px;
    line-height:22px;
    padding-left:37px;
    min-width:164px;
    margin-bottom:5px;
    background: url('../images/phone-icon.png') no-repeat left center;
}

footer .ways-payment {
    font-size: 13px;
    line-height:24px;
    color:#d1d1d1;
    text-align:center;
    margin-left:230px;
    margin-right:230px;
    padding-top:14px;
}

footer .ways-payment img {
    vertical-align:top;
    margin-left:8px;
}

.space-for-footer {
    height:360px;
    clear:both;
}

.search {
    height:29px;
    padding-top:13px;
    padding-bottom:13px;
    padding-left:42px;
    position:relative;
    font-size: 13px;
    line-height:31px;
    color:#fff;
    clear:both;
    background-color:#843547;
}

.internal-search {
    padding-left:35px;
    margin-bottom:18px;
}

.search .magnifier {
    float:left;
    margin-top:3px;
    margin-right:15px;
}

.search label {
    padding-right:20px;
}

.search label input {
    position:relative;
    top:1px;
}

.search .right {
    width:483px;
    float:right;
    padding-top:2px;
}

.internal-search .right {
    float:left;
    padding-left:24px;
    padding-right:35px;
}

.internal-search .for-button {
    width:248px;
    float:right;
}

.search .input {
    float:left;
    padding-right:35px;
    margin-right:13px;
    width:68px;
    position:relative;
}

.double-button {
    display:inline-block;
    height:27px;
    border:#fff 1px solid;
    background-color:#fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

.double-button a {
    display:inline-block;
    height:27px;
    vertical-align:top;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
    background-color:#e8834d;
    color:#fff !important;
    font-size: 13px;
    line-height:27px;
    TEXT-DECORATION: none !important;
    border-radius:0 6px 6px 0;
    -moz-border-radius:0 6px 6px 0;
    -webkit-border-radius:0 6px 6px 0;
    -khtml-border-radius:0 6px 6px 0;
}

.double-button a:first-child {
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -khtml-border-radius: 6px 0 0 6px;
}

.double-button .active {
    color:#48464b !important;
    background-color:#fff;
}

.input input {
    padding-top:4px;
    padding-bottom:4px;
    padding-left:9px;
    padding-right:9px;
    font-size: 13px;
    line-height:15px;
    height:15px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:100%;
}

.input input[type=file] {
    padding:0px;
    line-height:auto;
    height:auto;
}
.input.small-input input {
    width: 70%;
    margin-left: 10px;
}

.search .input input {
    padding-right:25px;
}

.input img {
    position:absolute;
    right:8px;
    top:5px;
    width:15px;
    height:16px;
    z-index:101;
}

.search .select {
    width:86px;
    margin-right:14px;
    float:left;
}

.select select {
    font-size: 13px;
    line-height:19px;
    height:26px;
    padding:2px;
    padding-left:6px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:100%;

}
.select select[multiple] {
    height: 54px;
}

.yellow-button {
    display:inline-block;
    font-size: 12px;
    color:#29151d;
    TEXT-DECORATION: none;
    padding-left:14px;
    padding-right:14px;
    height:26px;
    line-height:26px;
    background-color:#f5c95a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

#balance-filter .yellow-button {
    margin-left:30px;
    float:right;
}

#balance-filter select{
    width: 345px;
    border: #d9d8d4 1px solid;
    border-bottom: #eaeae7 1px solid;
    border-top: #bcb9b3 2px solid;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    top: -3px;
}


.search .left-triangl {
    position:absolute;
    left:0;
    top:55px;
    width:19px;
    height:20px;
}

.search .right-triangl {
    position:absolute;
    right:0;
    top:55px;
    width:19px;
    height:20px;
}

.main-page .container {
    width:944px;
}

.slider {
    position:relative;
    height:400px;
    /*padding-top:1px;*/
    background-color:#454545;
    margin-bottom:18px;
}

.slider .wrapper-slider {
    overflow:hidden;
    height:400px;
}

.slider .item {
    /*display:none;*/
    height:400px;
    width:944px;
    position:absolute;
    left:0;
    top:0;
}

.slider .item .txt {
    width:246px;
    min-height:152px;
    padding:23px;
    background-color:#e4844a;
    background-color:rgba(228, 132, 74, 0.7);
    position:absolute;
    left:22px;
    top:48px;
}

.slider h1 {
    font-size: 30px;
    line-height:34px;
    color:#fff;
    font-family:BebasNeue, Arial Narrow, Sans-serif;
    font-weight:normal;
    margin-bottom:3px;
}

.slider p {
    font-size: 16px;
    line-height:21px;
    color:#fff;
    margin-bottom:21px;
    font-family:Myriad Pro, Arial Narrow, Sans-serif;
}

.white-button {
    display:inline-block;
    height:31px;
    padding-left:12px;
    padding-right:12px;
    font-size: 16px;
    line-height:31px;
    color:#452632;
    TEXT-DECORATION: none;
    background-color:#fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.white-button img {
    margin-bottom:-1px;
}

.slider .nav {
    position:absolute;
    right:17px;
    bottom:17px;
}

.slider .nav li {
    display:inline;
}

.slider .nav li a {
    display:inline-block;
    width:28px;
    height:28px;
    font-size: 13px;
    line-height:28px;
    text-align:center;
    color:#fff;
    TEXT-DECORATION: none;
    background-color:#5e1827;
    background-color:rgba(105, 5, 26, 0.7);
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
}

.slider .nav li a:hover, .slider .nav li a.active  {
    background-color:#e4844a;
}

.find-place {
    width:293px;
    padding-left:6px;
    padding-right:6px;
    padding-top:24px;
    float:left;
    height:495px;
    background-color:#e0d4dc;
    border:#e4e6ea 1px solid;
    overflow:hidden;
    text-align:center;
    margin-bottom:22px;
}

.find-place .map-wrapper {
    position:relative;
    margin-left:-2px;
    margin-bottom:34px;
}

.find-place .map-wrapper .map-icon {
    position:absolute;
    max-height:40px;
}

.find-place .for-button {
    margin-top:30px;
}

.read-more {
    TEXT-DECORATION: none;
}

.read-more:hover {
    TEXT-DECORATION: underline;
}

.find-place .read-more {
    color:#714461;
}

.owners-item {
    margin-bottom:20px;
}

.sharing-paris {
    border:#e4e6ea 1px solid;
    background-color:#fff;
    width:286px;
    height:495px;
    padding-top:24px;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
    float:left;
    margin-left:12px;
    margin-bottom:22px;
}

.sharing-paris-adv {
    height: auto;
    min-height: 421px;
}

.owners-item .sharing-paris {
    margin-left:10px;
    text-align:left;
}

.owners-item .sharing-paris .txt {
    margin-left:11px;
}

.owners-item .sharing-paris .for-button {
    margin-left:11px;
}

.owners-item .sharing-paris:first-child {
    margin-left:0px;
}

.sharing-paris h5 {
    margin-bottom: 0px;
}

.sharing-paris p {
    font-size: 13px;
    line-height:15px;
    margin-bottom:0px;
    color:#3f3f3f;
    font-style: italic;
}


.sharing-paris .item {
    height:110px;
    margin-bottom:34px;
    text-align:left;
}

.sharing-paris .item-adv {
    margin-bottom:16px;
}


.sharing-paris .picture {
    float:left;
    margin-right:14px;
}

.sharing-paris .txt {
    overflow:hidden;
}

.sharing-paris .txt h5 {
    font-size: 15px;
}

.sharing-paris time {
    font-size: 12px;
    color:#626262;
}

.sharing-paris .read-more {
    color:#626262;
}

.sharing-paris .for-button {
    margin-top:-5px;
}

.list-your-place {
    border:#e4e6ea 1px solid;
    background-color:#fff;
    width:286px;
    height:495px;
    padding-top:24px;
    padding-left:10px;
    padding-right:10px;
    float:right;
    margin-bottom:22px;
}


.list-your-place p {
    font-size: 13px;
    line-height:15px;
    margin-bottom:0px;
    color:#3f3f3f;
}

.list-your-place .picture {
    float:left;
    width:105px;
    margin-right:14px;
}

.list-your-place .item {
    height:110px;
    margin-bottom:34px;
    text-align:left;
}

.list-your-place .for-button {
    margin-top:-7px;
}

.list-your-place h2, .sharing-paris h2, .find-place {
    margin-bottom: 14px;
}


.featured-appartments {
    clear:both;
    margin-bottom:23px;
    overflow:hidden;
}

.featured-appartments h2 {
    margin-bottom:12px;
}

.featured-appartments .wrapper {
    width:965px;
}

.featured-appartments .item {
    float:left;
    width:220px;
    margin-right:21px;
    margin-bottom:21px;
    position:relative;
}

.owners.featured-appartments .item {
    background-color:#fff;
}

.owners.featured-appartments .item div {
    padding:12px;
    min-height:195px;
}

.owners.featured-appartments .item h4 {
    min-height:48px;
}

.featured-appartments .item img {
    display:block;
    width:220px;
}

.featured-appartments .item .description {
    display:block;
    padding-left:12px;
    padding-right:12px;
    padding-top:9px;
    padding-bottom:9px;
    position:absolute;
    left:0;
    bottom:0;
    width:196px;
    font-size: 12px;
    line-height:16px;
    color:#fff;
    background-color:#69051a;
    background-color:rgba(105, 5, 26, 0.7);
}

aside {
    width:234px;
    margin-left:732px;
    background-color:#e0d4dc;
    padding-left:7px;
    padding-right:7px;
    padding-top:10px;
    padding-bottom:1px;
}

.left-side {
    width:710px;
    float:left;
}

.left-sidebar {
    margin-right:768px;
    margin-left:0px;
    width:200px;
}

.right-side {
    float:right;
    width:752px;
}

aside .filters {
    margin-bottom:25px;
}

aside .filters .map-small {
    margin-bottom:25px;
}

aside .filters ul {
    font-size: 12px;
    line-height:16px;
    color:#4a4a4a;
    margin-left:15px;
}

aside .filters ul li {
    margin-bottom:9px;
}

aside .filters ul li input[type=checkbox] {
    vertical-align:top;
    margin-right:6px;
}

aside .filters h6 {
    color:#853647;
    margin-left:5px;
    font-weight:normal;
}

.keywords {
    margin-left:5px;
    margin-right:5px;
    margin-bottom:25px;
}

.keywords .input {
    padding-right:20px;
    float:left;
    width:163px;
}

.keywords input[type=submit] {
    width:32px;
    height:27px;
    float:right;
    background: url('../images/submit-filters.png') no-repeat left top;
}

#slider-range {
    margin: 10px 20px 22px;
}

.more-filter {
    float:right;
    margin-right:4px;
    margin-top:-5px;
    font-size: 12px;
    line-height:14px;
    color:#e8834d;
    TEXT-DECORATION: none;
    margin-bottom:16px;
}

.more-filter:hover {
    TEXT-DECORATION: underline;
}

.results-search {
    margin-bottom:18px;
}

.results-search .apartment-item {
    margin-bottom:26px;
    border:#e4e6ea 1px solid;
    background-color:#f1f1f1;
}

.wrap-border {
    border:#fff 7px solid;
    position:relative;
    z-index:10;
    zoom:1;
}

.results-search .picture {
    float:left;
    position:relative;
    margin-right:22px;
    TEXT-DECORATION: none;
}

.results-search .picture img {
    display:block;
}

.results-search .picture .num {
    display:block;
    min-width:20px;
    height:26px;
    padding-left:3px;
    padding-right:3px;
    background-color:#e0d4dc;
    font-size: 16px;
    line-height:26px;
    text-align:center;
    color:#4a4a4a;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
    position:absolute;
    left:12px;
    top:12px;
    cursor:pointer;
}

.results-search .txt {
    margin-left:225px;
    margin-right:16px;
    padding-bottom:52px;
    padding-top:12px;
}

.results-search h5 {
    margin-bottom:0px;
}

.results-search h4 a {
    color:#853647;
    TEXT-DECORATION: none;
}

.results-search h4 a:hover {
    TEXT-DECORATION: underline;
}

.results-search .info {
    margin-left:225px;
    margin-right:16px;
    margin-top:-60px;
    position:relative;
    min-height:60px;
}

.results-search .price {
    font-size: 16px;
    line-height:18px;
    color:#452632;
    font-weight:bold;
    padding-top:18px;
    float:right;
    min-width:150px;
    text-align:right;
}

.results-search .tour {
    min-width:45px;
    margin-left:5px;
    margin-right:5px;
    font-size: 10px;
    line-height:12px;
    color:#48464b;
    text-align:center;
    float:right;
    max-width:90px;
    min-height:12px;
    padding-bottom:10px;
}

.results-search .tour img {
    margin-right: 8px;
    margin-bottom: 3px;
}

.results-search .parameter {
    min-width:25px;
    font-size: 11px;
    line-height:13px;
    color:#3f3f3f;
    text-align:center;
    float:left;
    margin-right:25px;
}

.results-search .parameter img {
    margin-bottom:3px;
}

.results-search .b-b {
    width:50px;
    height:50px;
    position:absolute;
    right:0;
    top:0;
    display:none;
}

.results-search .b-n-b .b-b {
    display:block;
}

.pagination {
    margin-top:60px;
    margin-bottom:28px;
    text-align:center;
    font-size: 0px;
    line-height:0px;
}

.pagination a {
    display:inline-block;
    height:28px;
    padding-left:12px;
    padding-right:12px;
    font-size: 14px;
    line-height:28px;
    color:#556270;
    TEXT-DECORATION: none;
    font-weight:bold;
    background-color:#f7f7f7;
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: linear-gradient(top, #fff, #f1f1f1);
    background-repeat: repeat-x;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border:#ddd 1px solid;
    margin-left:5px;
    margin-right:5px;
}

.white-btn {
    display:inline-block;
    height:26px;
    padding-left:12px;
    padding-right:12px;
    min-width:54px;
    font-size: 12px;
    line-height:26px;
    color:#29151d !important;
    text-align:center;
    TEXT-DECORATION: none !important;
    background-color:#f8f8f8;
    background-image: -ms-linear-gradient(top, #fefefe, #efefef);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#efefef));
    background-image: -webkit-linear-gradient(top, #fefefe, #efefef);
    background-image: -o-linear-gradient(top, #fefefe, #efefef);
    background-image: -moz-linear-gradient(top, #fefefe, #efefef);
    background-image: linear-gradient(top, #fefefe, #efefef);
    background-repeat: repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-top:#ccc 1px solid;
}

.yellow-btn {
    display:inline-block;
    height:26px;
    padding-left:12px;
    padding-right:12px;
    min-width:54px;
    font-size: 12px;
    line-height:26px;
    color:#29151d !important;
    text-align:center;
    TEXT-DECORATION: none !important;
    background-color:#f1c659;
    background-image: -ms-linear-gradient(top, #f8cc5b, #e8bf56);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8cc5b), to(#e8bf56));
    background-image: -webkit-linear-gradient(top, #f8cc5b, #e8bf56);
    background-image: -o-linear-gradient(top, #f8cc5b, #e8bf56);
    background-image: -moz-linear-gradient(top, #f8cc5b, #e8bf56);
    background-image: linear-gradient(top, #f8cc5b, #e8bf56);
    background-repeat: repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-top:#fbde94 1px solid;
}

.with-border li {
    border-color:#ede7eb !Important;
}
.map-search {
    border:#e4e6ea 1px solid;
    margin-bottom:18px;
}

.map-search img {
    /*width:100%;*/
    display:block;
}

.gallery {
    margin-bottom:24px;
    border:#e4e6ea 1px solid;
    background-color:#e0d4dc;
    position:relative;
    zoom:1;
}

.gallery .wrap-border {
     height: 580px;
}

.gallery .thumbnails {
    position: absolute;
    bottom: 0;
    left: 32px;
}

.gallery .big-picture {
    height:462px;
    margin-bottom:20px;
    width:100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery .big-picture img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.gallery .big-picture .labels {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 674px;
    padding: 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.gallery .wrapper {
    width:629px;
    margin-left:auto;
    margin-right:auto;
    height:83px;
    overflow:hidden;
    position:relative;
    margin-bottom:19px;
}

.gallery .wrapper ul {
    width:10000px;
}

.gallery .wrapper ul li {
    width:81px;
    height:81px;
    overflow:hidden;
    position:relative;
    border:#452632 1px solid;
    margin-right:8px;
    float:left;
}

.gallery .wrapper ul li.active {
    border-color: orange;
}

.gallery .wrapper ul li img {
    width:81px;
    height:81px;
    position:absolute;
    /*left:50%;*/
    top:0;
    /*margin-left:-78px;*/
}

.gallery .prev, .gallery .next {
    position:absolute;
    bottom:50px;
    width:10px;
    height:17px;
    left:-20px;
    cursor:pointer;
    background: url('../images/prev-next.png') no-repeat left top;
}

.gallery .next {
    left:auto;
    right:-20px;
    background-position:right top;
}

.form-order {
    margin-bottom:24px;
}

.form-order .select {
    width:122px;
    margin-bottom:17px;
}

.form-order .price span {
    font-size: 30px;
    line-height:30px;
    color:#853647;
    text-align:center;
    padding-right:10px;
    overflow:hidden;
    margin-bottom:16px;
}

.form-order .input {
    width:70px;
    padding-right:35px;
    position:relative;
    margin-bottom:17px;
    z-index:10;
}

.form-order .input input {
    padding-right:25px;
}

.form-order .total-price {
    font-size: 18px;
    line-height:20px;
    color:#452632;
    margin-bottom:24px;
}

.form-order .total-price .label {
    display:inline-block;
    min-width:63px;
    margin-right:14px;
    font-size: 14px;
    color:#853647;
}

.pull-left {
    float:left !important;
}

.pull-right {
    float:right !important;
}

.form-order .submit {
    height:39px;
    font-size: 16px;
    font-weight:bold;
    color:#29151d;
    line-height:39px;
    text-align:center;
    -moz-box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    border:#d0a12a 1px solid;
    margin-bottom:24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color:#f0c558;
    background-image: -ms-linear-gradient(top, #f9cc5b, #e8bf56);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9cc5b), to(#e8bf56));
    background-image: -webkit-linear-gradient(top, #f9cc5b, #e8bf56);
    background-image: -o-linear-gradient(top, #f9cc5b, #e8bf56);
    background-image: -moz-linear-gradient(top, #f9cc5b, #e8bf56);
    background-image: linear-gradient(top, #f9cc5b, #e8bf56);
    background-repeat: repeat-x;
}

.form-order .submit.disabled {
    border: #808080 1px solid;
    background-color:#c0c0c0;
    background-image: -ms-linear-gradient(top, #808080, #c0c0c0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#c0c0c0));
    background-image: -webkit-linear-gradient(top, #808080, #c0c0c0);
    background-image: -o-linear-gradient(top, #808080, #c0c0c0);
    background-image: -moz-linear-gradient(top, #808080, #c0c0c0);
    background-image: linear-gradient(top, #808080, #c0c0c0);
}

.form-order p {
    line-height:14px;
    color:#4a4a4a;
    margin-left:6px;
}

.form-order h6 {
    font-size: 12px;
    line-height:14px;
    margin-bottom:3px;
    font-weight:normal;
    margin-left:6px;
}

.owner {
    margin-bottom:30px;
    margin-left:6px;
}

.owner .txt {
    overflow:hidden;
    font-size: 11px;
    line-height:14px;
}

.owner .picture {
    float:left;
    width:58px;
    margin-right:7px;
}

.owner .name {
    color:#4a4a4a;
    font-size: 12px;
    line-height:14px;
}

.orang-button-triangl {
    display:inline-block;
    height:18px;
    background-color:#e7834c;
    border:#e75b17 1px solid;
    padding-left:7px;
    padding-right:4px;
    position:relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    box-shadow:inset 0 2px 0 rgba(255,255,255,0.35);
    font-size: 11px;
    line-height:18px;
    color:#fff;
    TEXT-DECORATION: none;
    text-align:center;
    margin-top:8px;
}

.orang-button-triangl img {
    position:absolute;
    right:-6px;
    top:-1px;
    width:7px;
    height:20px;
}

aside h5 {
    font-size: 15px;
    font-weight:bold;
    color:#853647;
    margin-bottom:12px;
    margin-left:6px;
}

.list-services {
    font-size: 11px;
    line-height:14px;
    margin-bottom:30px;
    margin-left:6px;
    margin-right:10px;
}

.list-services a {
    color:#e8834d;
}

.list-services ul {
    font-size: 12px;
    line-height:21px;
    color:#4a4a4a;
    margin-bottom:22px;
}

.list-services ul li {
    border-top:#c5b0be 1px solid;
    border-bottom:#efe8eb 1px solid;
    padding-top:3px;
    padding-bottom:3px;
}

.list-services .extra {
    display: none;
}

.list-services ul li:first-child {
    border-top:none;
}

.list-services ul .last {
    border-bottom:none;
}

.list-services ul li img {
    vertical-align:top;
    margin-right:7px;
}

.featured-short {
    margin-bottom:24px;
}

.featured-short .item {
    padding:5px;
    background-color:#efe9ed;
    min-height:60px;
    margin-bottom:8px;
}

.featured-short .picture {
    float:left;
    width:60px;
    height:60px;
    margin-right:13px;
}

.featured-short .txt {
    overflow:hidden;
    font-size: 12px;
    line-height:14px;
    color:#4a4a4a;
}

.featured-short h6 {
    font-size: 12px;
    line-height:14px;
    margin-bottom:6px;
    font-weight:normal;
}

.detail-info {
    margin-bottom:24px;
    border:#e4e6ea 1px solid;
}

.detail-info .tabs {
    height:33px;
    padding-left:29px;
    padding-top:11px;
    background: url('../images/tabs.png') repeat-x left bottom;
    background-color:#452632;
}

.detail-info .tabs li {
    float:left;
    margin-right:6px;
}

.detail-info .tabs li a {
    float:left;
    padding-left:15px;
    padding-right:15px;
    height:27px;
    min-width:72px;
    font-size: 14px;
    line-height:27px;
    text-align:center;
    TEXT-DECORATION: none;
    color:#e0d4dc;
    background-color:#7e5b6a;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
}

.detail-info .tabs .active a {
    background-color:#f1f1f1;
    color:#452632;
    padding-bottom:6px;
}

.detail-info .tabs-item {
    background-color:#f1f1f1;
    zoom:1;
}

.detail-info .description {
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:20px;
}

.detail-info .features {
    width:300px;
    float:right;
    padding-top:14px;
    padding-bottom:14px;
    background-color:#e0d4dc;
    margin-left:15px;
}

.detail-info .features ul {
    margin-left:14px;
    margin-right:36px;
    font-size: 12px;
    color:#853647;
    line-height:14px;
}

.detail-info .features li {
    width:100%;
    border-top:#fff 1px solid;
    padding-top:8px;
    padding-bottom:8px;
    float:left;
}

.detail-info .features li:first-child {
    border:none;
}

.detail-info .features li span {
    float:right;
    width:115px;
    margin-left:15px;
    color:#4a4a4a;
}

.detail-info .description p {
    color:#4a4a4a;
    line-height:15px;
    margin-bottom:15px;
}

.detail-info .description .txt {
    overflow:hidden;
}

.detail-info .description h5 {
    font-weight:bold;
    color:#853647;
}

.reviews, .list-images, .requests, .user-list, .you-credit, .create-list .section, .transaction-history, .payout-settings, .requests-wrap {
    margin-bottom:24px;
    border:#e5e7eb 1px solid;
    zoom:1;
}

.title-block {
    padding-top:4px;
    padding-bottom:4px;
    border-bottom:#e0d4dc 1px solid;
    margin-bottom:10px;
    line-height:31px;
    zoom:1;
}

.title-block h2 {
    margin-bottom:0px;
    margin-left:0px;
    color:#853647;
    font-family:Myriad Pro Light, Arail, Sans-serif;
}

.title-block .num {
    float:right;
    font-size: 16px;
    color:#452632;
}

.title-block img {
    vertical-align:top;
    margin-right:10px;
    margin-top:-1px;
}

.reviews .wrap-border, .list-images .wrap-border {
    background-color:#fff;
    padding:12px;
    padding-left:27px;
    padding-right:27px;
    zoom:1;
}

.reviews .item {
    border-top:#e0d4dc 1px solid;
    padding-top:20px;
    padding-bottom:20px;
    text-align:right;
    zoom:1;
}

.reviews .item:first-child {
    border:none;
}

.reviews .picture {
    border:#f1f1f1 5px solid;
}

.reviews .info {
    float: left;
    width: 93px;
    text-align: center;
}

.reviews .info p {
    margin-bottom: 0;
}

.reviews .txt {
    overflow:hidden;
    text-align:left;
}

.reviews p {
    color:#4a4a4a;
}

.yellow-btn.small {
    height:18px;
    line-height:18px;
    font-size: 11px;
    color:#452632;
}

.reviews .yellow-btn {
    vertical-align:top;
    margin-top:-10px;
    float:right;
}

.tabs-item .map-search {
    margin-bottom:0px;
}

.detail-info .amenities {
    padding-top:30px;
    padding-bottom:20px;
    padding-left:34px;
    padding-right:34px;
}

.detail-info .amenities .column {
    width:162px;
    padding-left:70px;
    float:left;
}

.detail-info .amenities .first {
    padding-left:0px;
    margin-left:-1px;
}

.amenities ul {
    font-size: 12px;
    color:#4a4a4a;
    line-height:14px;
    margin-bottom:10px;
}

.amenities li {
    padding-top:8px;
    padding-bottom:8px;
    border-top:#fff 1px solid;
    overflow-x: hide;
}

.amenities li:first-child {
    border:none;
}

.amenities li img {
    vertical-align:top;
    margin-left:2px;
    margin-right:2px;
}

.detail-info .neighborhood {
    padding-top:20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
}

.detail-info .neighborhood .picture {
    float:left;
    margin-right:18px;
    height:135px;
    margin-bottom:7px;
    border:#e0d4dc 4px solid;
}

.detail-info h5 {
    margin-bottom:12px;
    color:#853647;
    font-weight:bold;
}

.detail-info .neighborhood p {
    line-height:15px;
    margin-bottom:15px;
}

.detail-info .calender {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:25px;
    padding-right:25px;
}

.detail-info .calender .select-moonth {
    font-size: 14px;
    color:#4a4a4a;
    line-height:26px;
    margin-bottom:16px;
}

.detail-info .calender .select-moonth select {
    font-size: 13px;
    line-height:15px;
    height:26px;
    padding:2px;
    padding-left:6px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:146px;
}

.calender-slider {
    padding-left:22px;
    padding-right:22px;
    position:relative;
    zoom:1;
}

.calender-slider .wrapper {
    overflow:hidden;
    height:194px;
    width:100%;
    position:relative;
}

.calender-slider ul {
    width:10000px;
}

.calender-slider ul li {
    width:196px;
    height:177px;
    padding-top:14px;
    margin-right:3px;
    border:#bdafb8 1px solid;
    background-color:#fff;
    text-align:center;
    float:left;
}

.calender-slider ul li table {
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
}

.calender-slider ul li table td {
    border:#fff 1px solid;
    font-size: 11px;
    line-height:17px;
}

.calender-slider ul li table th {
    color:#4a4a4a;
    font-size: 11px;
    height:14px;
}

.calender-slider ul li table td a {
    display:block;
    width:23px;
    height:17px;
    color:#818181;
    TEXT-DECORATION: none;
    background-color:#e2f7ce;
}

.calender-slider ul li table td span {
    display:block;
    width:23px;
    height:17px;
    color:#fff;
    background-color:#ec824f;
    cursor:default;
}

.calender-slider .prev, .calender-slider .next {
    height:193px;
    width:18px;
    background: url('../images/prev.png') no-repeat center;
    background-color:#e0d4dc;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
}

.calender-slider .next {
    background: url('../images/next.png') no-repeat center;
    background-color:#e0d4dc;
    left:auto;
    right:0;
}

.calender-slider .note {
    font-size: 11px;
    color:#4a4a4a;
    font-weight:bold;
    line-height:20px;
    margin-top:22px;
}

.calender-slider .note img {
    vertical-align:top;
}

.places-lists {
    margin-bottom:24px;
}

.places-lists ul {
    margin-left:6px;
    margin-right:6px;
    font-size: 12px;
    line-height:15px;
    color:#4a4a4a;
    margin-bottom:30px;
}

.places-lists ul li {
    padding-left:26px;
    padding-top:8px;
    padding-bottom:8px;
}

.divider li {
    border-top:#c5b0be 1px solid;
    border-bottom:#efe8eb 1px solid;
    padding-top:7px;
    padding-bottom:7px;
}

.divider li:first-child {
    border-top:none;
}

.divider .last {
    border-bottom:none;
}

.circle-bullet li {
    background: url('../images/circle-bullet.png') no-repeat 8px 11px;
}

.quote-bullet li {
    background: url('../images/quote-bullet.png') no-repeat 5px 11px;
}

.places-lists li a {
    color:#4a4a4a;
}

.list-images li {
    float:left;
    margin-right:19px;
    margin-bottom:24px;
    width:201px;
    height:166px;
}

.list-images li a {
    display:block;
    position:relative;
    TEXT-DECORATION: none;
}

.title-photo {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
    background-color:#69051a;
    background-color:rgba(105,5,26,0.7);
    font-size: 13px;
    line-height:15px;
    color:#fff;
    font-weight:bold;
}

.title-photo span {
    display:block;
    padding-left:11px;
    padding-right:11px;
    height:30px;
    overflow:hidden;
}

.title-photo .price {
    float:right;
    font-size: 16px;
    color:#e8bf56;
    line-height:30px;
    font-weight:700;
}

.list-images .wrapper {
    overflow:hidden;
    position:relative;
    width:100%;
}

.list-images .wrapper ul {
    margin-right:-20px;
    padding-top:15px;
    zoom:1;
}

.user-menu {
    padding-top:14px;
    padding-bottom:14px;
    height:27px;
    margin-right:-20px;
}

.user-menu li {
    float:left;
    margin-left:12px;
}

.user-menu li:first-child {
    margin-left:0px;
}

.user-menu li a {
    display:block;
    float:left;
    padding-left:13px;
    padding-right:13px;
    font-size: 14px;
    line-height:27px;
    text-transform:uppercase;
    color:#fff;
    TEXT-DECORATION: none;
    text-align:center;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
}

.user-menu .active a {
    color:#452632;
    background-color:#e8bf56;
}

.avatar-block {
    width:170px;
    margin-left:auto;
    margin-right:auto;
}

.avatar-block .avatar-img {
    width:151px;
    height:151px;
    border:#eee8ed 9px solid;
}

.avatar-block .name {
    font-size: 16px;
    line-height:18px;
    color:#302b2e;
    text-align:center;
    margin-bottom:18px;
    margin-top:7px;
}

.avatar-block .medium-orang-button {
    text-align:left;
    display:block;
    margin-bottom:3px;
}

.avatar-block p {
    margin-left:5px;
    margin-right:5px;
    font-size: 12px;
    line-height:15px;
    color:#302b2e;
    margin-top:15px;
    margin-bottom:15px;
}

.requests .wrap-border, .user-list .wrap-border, .you-credit .wrap-border {
    background-color:#fff;
    padding:10px;
    padding-left:23px;
    padding-right:23px;
    zoom:1;
}

.request-list {
    width:100%;
    margin-top:px;
}

.without-border {
    border:none !important;
}

.wr {
    margin-bottom:-24px;
}

.request-list {
    width:100%;
    margin-top:px;
    border-left:#e0d4dc 1px solid;
    border-right:#e0d4dc 1px solid;
    margin-top:15px;
    margin-bottom:15px;
}

.request-list td {
    font-size: 13px;
    line-height:20px;
    color:#3f3f3f;
    padding-top:8px;
    padding-bottom:8px;
    background-color:#efe9ed;
    border-top:#e0d4dc 1px solid;
    border-bottom:#e0d4dc 1px solid;
}

.request-list .even td {
    background-color:#f6f2f4;
}

.request-list .title-request {
    color:#452632;
    width:370px;
    padding-left:16px;
    padding-right:10px;
}

.request-list .actions {
    width:145px;
    padding-right:5px;
}

.request-list td.label {
    padding-left:5px;
    font-weight: bold;
    width:120px;
    border-right: #e0d4dc 1px solid;
}

.request-list td.value{
    padding-left:10px;
}

.request-list td.value input{
    padding-left:10px;
    border:inherit;
    background: white;
    padding: 2px;
}

.green-color {
    color:#3c8536 !important;
}

.vinous-color {
    color:#853647 !important;
}

.green-btn-triangl {
    display:inline-block;
    height:20px;
    position:relative;
    padding-left:10px;
    padding-right:7px;
    margin-right:6px;
    font-size: 11px;
    line-height:20px;
    color:#fff !important;
    TEXT-DECORATION: none !important;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    background-color:#3c8536;
}

.vinous-btn-triangl {
    display:inline-block;
    height:20px;
    position:relative;
    padding-left:10px;
    padding-right:7px;
    margin-right:6px;
    font-size: 11px;
    line-height:20px;
    color:#fff !important;
    TEXT-DECORATION: none !important;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    background-color:#863647;
}

.green-btn-triangl img, .vinous-btn-triangl img {
    position:absolute;
    right:-7px;
    top:0;
    width:7px;
    height:20px;
}

.gray-color {
    color:#48464b !important;
}

.new-request {
    color:#000;
}

.user-list .item {
    margin-left:-14px;
    margin-right:-10px;
    border:#e4e6ea 1px solid;
    border-top:none;
}

.user-list .bottom {
    margin-top:25px;
    margin-left:-6px;
}

.user-list h2 {
    margin-left:0px;
}

.user-list .item:first-child {
    border-top:#e4e6ea 1px solid;
}

.user-list .item .wrap-border {
    padding:0px;
    background-color:#f1f1f1;
}

.user-list .item .picture {
    float:left;
    width:111px;
    margin-right:15px;
}

.user-list .item .txt {
    overflow:hidden;
    padding-right:15px;
    padding-top:5px;
}

.current-list .item .txt {
    padding-top:15px;
}

.current-list table {
    width:100%;
    font-size: 14px;
    line-height:16px;
    color:#3f3f3f;
}

.current-list table .date {
    width:110px;
    padding-right:12px;
}

.current-list table .cost, .current-list table .detail {
    font-size: 12px;
    margin-top:8px;
}

.current-list table .cost span {
    color:#452632;
}

.current-list table .name {
    width:185px;
    padding-right:12px;
}

.current-list table .name a {
    TEXT-DECORATION: none;
}

.current-list table .name a:hover {
    TEXT-DECORATION: underline;
}

.current-list table .name .detail a {
    TEXT-DECORATION: underline;
}

.current-list table .name .detail a:hover {
    TEXT-DECORATION: none;
}

.middle-align {
    vertical-align:middle;
}

.right-align {
    text-align:right;
}

.current-list table .status {
    font-size: 12px;
}

.user-list .item h6 {
    font-size: 14px;
    line-height:16px;
    font-weight:normal;
    margin-bottom:0px;
}

.user-list .item h6 a {
    TEXT-DECORATION: none;
}

.user-list .item h6 a:hover {
    TEXT-DECORATION: underline;
}

.user-list .item p {
    font-size: 11px;
    line-height:14px;
    color:#3f3f3f;
    margin-bottom:4px;
}

.user-list .item .right {
    float:right;
    margin-left:5px;
    text-align:right;
    padding-top:10px;
    width:130px;
}

.user-list .item .price {
    font-size: 16px;
    font-weight:bold;
    color:#452632;
    margin-bottom:20px;
}

.switch {
    display:table;
    padding:2px;
    width:66px;
    font-size: 0px;
    line-height:0px;
    cursor:pointer;
    white-space:nowrap;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.switch-wr {
    float:right;
}

.switch span {
    width:50%;
    display:inline-block;
    text-align:center;
    height:15px;
    font-size: 12px;
    line-height:16px;
    color:#fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.on .off-position {
    background-color:#fff;
}

.off .on-position {
    background-color:#fff;
}

.on {
    background-color:#9dbc31;
    background-image: -ms-linear-gradient(top, #b1d040, #85a419);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d040), to(#85a419));
    background-image: -webkit-linear-gradient(top, #b1d040, #85a419);
    background-image: -o-linear-gradient(top, #b1d040, #85a419);
    background-image: -moz-linear-gradient(top, #b1d040, #85a419);
    background-image: linear-gradient(top, #b1d040, #85a419);
    background-repeat: repeat-x;
}

.off {
    background-color:#4c4234;
    background-image: -ms-linear-gradient(top, #5d5341, #382e24);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5341), to(#382e24));
    background-image: -webkit-linear-gradient(top, #5d5341, #382e24);
    background-image: -o-linear-gradient(top, #5d5341, #382e24);
    background-image: -moz-linear-gradient(top, #5d5341, #382e24);
    background-image: linear-gradient(top, #5d5341, #382e24);
    background-repeat: repeat-x;
}

.user-list .item .parameter {
    display:inline-block;
    font-size: 11px;
    line-height:25px;
    color:#3f3f3f;
    margin-right:10px;
    min-width:50px;
	margin-bottom:5px;
}

.user-list .item .buttons {
	display:inline-block;
	white-space:nowrap;
	margin-bottom:5px;
}

.user-list .item .parameter img {
    vertical-align:top;
}

.user-list .small-orang-button {
    vertical-align:top;
}

h2 .read-more {
    font-size: 11px;
    color:#452632;
    TEXT-DECORATION: underline;
    position:relative;
    top:-5px;
}

h2 .read-more:hover {
    TEXT-DECORATION: none;
}

h2 .small-orang-button {
    margin-top:6px;
}

.current-credits {
    font-size: 14px;
    line-height:16px;
    color:#3f3f3f;
    padding:12px;
    padding-right:24px;
    background-color:#e0d4dc;
    margin-top:15px;
    margin-bottom:25px;
}

.current-credits a {
    float:right;
    TEXT-DECORATION: none;
}

.current-credits a:hover {
    TEXT-DECORATION: underline;
}

.you-credit .wrap-border {
    padding-top:20px;
    padding-bottom:25px;
}

.you-credit p {
    font-size: 12px;
    line-height:15px;
    color:#452632;
}

.you-credit .small-orang-button {
    margin-right:12px;
}

.you-requests table {
    width:100%;
    color:#3f3f3f;
    font-size: 12px;
    line-height:18px;
}

.you-requests .item .txt {
    padding-top:15px;
}

.you-requests table .name {
    width:310px;
    padding-right:10px;
}

.you-requests table .messages {
    width:105px;
    text-align:center;
    vertical-align:middle;
    font-size: 11px;
    line-height:18px;
}

.you-requests table .messages a {
    font-size: 14px;
    TEXT-DECORATION: none;
}

.you-requests table .messages a:hover {
    TEXT-DECORATION: underline;
}

.you-requests .txt h6 {
    font-size: 14px;
    line-height:16px;
    font-weight:normal;
    margin-bottom:12px;
}

.you-requests .txt h6 a {
    TEXT-DECORATION: none;
}

.you-requests .txt h6 a:hover {
    TEXT-DECORATION: underline;
}

.you-requests table time {
    font-size: 11px;
    color:#747474;
    display:block;
}

.you-requests .parameter a {
    color:#3f3f3f;
}

.acommodation .input {
    padding-right:35px;
    margin-right:6px;
    position:relative;
    width:100px;
    float:left;
    overflow:hidden;
}

.acommodation .input input {
    padding-left:25px;
}

.acommodation .input img {
    width:13px;
    height:15px;
    position:absolute;
    left:8px;
    top:50%;
    margin-top:-8px;
}

.acommodation .select {
    width:135px;
    float:left;
    margin-right:6px;
}

.acommodation .medium-orang-button {
    height:24px;
    line-height:24px;
    float:left;
}

.acommodation .filter {
    float:right;
    margin-bottom:12px;
}

.acommodation .green-btn-triangl, .acommodation .vinous-btn-triangl {
    margin-top:7px;
    margin-left:3px;
}
.filter-bookings .select{
    width:300px;
}

.inline-block {
    display:inline-block;
}

.user-list .links a {
    font-size: 12px;
    text-align:center;
    margin-left:4px;
    margin-right:4px;
    TEXT-DECORATION: none;
}

.current-list .details-open .wrap-border {
    background-color:#fff !important;
}

.current-list .details-item {
    margin-left:16px;
    margin-right:7px;
    margin-top:26px;
}

.current-list .details-item h6 {
    font-size: 14px;
    font-weight:bold;
    color:#853647;
    margin-bottom:0px;
    line-height:18px;
}

.current-list .details-item p {
    font-size: 12px;
    line-height:18px;
    margin-bottom:18px;
    color:#3f3f3f;
}

.current-list .details-item .column {
    width:295px;
    float:right;
}

.current-list .details-item .column-left {
    width:343px;
    float:left;
}

.current-list .details-item .picture {
    margin-bottom:18px;
    width:343px;
    float:none;
    margin-right:0px;
}

.current-list .details-item .cell {
    padding-left:15px;
    font-size: 12px;
    line-height:18px;
    color:#3f3f3f;
    margin-bottom:18px;
}

.current-list .details-item .right-cell {
    width:130px;
    float:right;
}

.current-list .details-item .left-cell {
    float:left !important;
}

.current-list .details-item hr {
    display:block;
    height:0px;
    overflow:hidden;
    border:none;
    border-top:#863647 1px solid;
    clear:both;
    margin-bottom:18px;
}

.current-list .details-item .note {
    color:#888;
    font-style:italic;
}

.current-list .details-item .small-orang-button {
    margin-top:5px;
}

.current-list .details-item .cell a {
    color:#3f3f3f;
}

.create-list .wrap-border {
    padding:23px;
    padding-top:35px;
    padding-bottom:25px;
    background-color:#fff;
}

.edit-list .wrap-border {
    padding-top:10px;
    padding-left:18px;
    padding-right:18px;
}

.create-list h5, .edit-list .title-block {
    margin-bottom:25px;
}

.create-list .textarea {
    display:inline-block;
    margin-right:8px;
    width:90%;
}

.form-layout {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

.form-layout th {
    width:180px;
    padding-right:25px;
    padding-top:8px;
    padding-bottom:8px;
    text-align:right;
    font-weight:normal;
    vertical-align:top;
}

.edit-list .form-layout th {
    width:110px;
}

.edit-list .title-block.with-toolbar h2,
.calendar .select-month.with-toolbar .change-month {
    float:left;
}

.edit-list .title-block.with-toolbar .toolbar,
.calendar .select-month.with-toolbar .toolbar {
    float:right;
}

.edit-list .title-block.with-toolbar .toolbar {
	white-space:nowrap;
}

.toolbar-button {
    display:inline-block;
    font-size: 12px;
    color:#fff;
    TEXT-DECORATION: none;
    padding-left:14px;
    padding-right:14px;
    height:26px;
    line-height:26px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    cursor: pointer;
}
.green-background {
    background-color:#9dbc31;
}
.orange-background {
    background-color:#ed8250;
}

.form-layout th label {
    white-space:nowrap;
}

.form-layout label {
    display:block;
    font-size: 12px;
    line-height:24px;
    color:#3f3f3f;
}
.form-layout label sup {
    color: red;
}

.form-layout td {
    padding-top:8px;
    padding-bottom:8px;
    font-size: 0px;
    line-height:0px;
    vertical-align:top;
}

.form-layout td span {
    display:inline-block;
    font-size: 12px;
    color:#3f3f3f;
    line-height:24px;
    vertical-align:top;
}

.form-layout td span.help_text {
    display:block;
    font-size: 0px;
    line-height:0px;
}

.form-layout td span.help_text .helptext {
    display:block;
    margin-top:4px;
    font-size: 12px;
    line-height:14px;
}

.form-layout td span a {
    TEXT-DECORATION: none;
}

.form-layout td span a:hover {
    TEXT-DECORATION: underline;
}

.form-layout td .select {
    float:none;
    display:inline-block;
    width:205px;
    margin-right:7px;
    vertical-align:top;
}

.form-layout td .select select {
    width:205px;
}

.form-layout td .input {
    float:none;
    display:inline-block;
/*    width:185px;*/
    margin-right:7px;
    padding-right:20px;
    vertical-align:top;
    position:relative;
}

.form-layout td .textarea {
    float:none;
    padding-right:20px;
    vertical-align:top;
}

.form-layout td .currency {
    width:70px !important;
}

.form-layout td .number {
    width:50px !important;
}

.form-layout .checkbox-placed-left input {
    float:left;
    margin-right:8px;
}
.form-layout .checkbox-placed-left label {
    line-height:18px;
}

.textarea textarea,
.input textarea {
    padding-top:4px;
    padding-bottom:4px;
    padding-left:9px;
    padding-right:9px;
    font-size: 13px;
    line-height:15px;
    height:90px;
    color:#6a6969;
    background-color:#fafafa;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:100%;
}
.input textarea {
   width: auto;
}

.form-layout td .select select, .form-layout td .input input {
    background-color:#fafafa;
}

.form-layout td span input, .form-layout td span img {
    vertical-align:top;
    margin-top:5px;
    margin-right:5px;
}

h5 .small-orang-button,
h5 .badge {
    margin-top:-1px;
    vertical-align:top;
    margin-left:10px;
}

.form-layout td p {
    font-size: 12px;
    line-height:20px;
    color:#6a6969;
    margin-bottom:0px;
    margin-top:4px;
}

.form-layout td .errorlist {
    color: red;
    font-size: 12px;
    line-height: 20px;
}

.form-errors {
    color: red;
}

.phone-number select {
    width:158px;
    display:block;
    border-left:none;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
}

.phone-number .code {
    float:left;
    width:45px;
    height:23px;
    font-size: 13px;
    line-height:23px;
    color:#6a6969;
    text-align:center;
    background-color:#fafafa;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-right:#bcb9b3 1px solid;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
}

.category-lists {
    margin-left:-7px;
    margin-right:-7px;
    padding-top:8px;
}

.category-lists ul {
    font-size: 15px;
    line-height:20px;
    margin-bottom:22px;
}

.category-lists ul li {
    padding-left:15px;
    padding-top:7px;
    padding-bottom:7px;
    border-top:#c5b0be 1px solid;
}

.category-lists ul li:first-child {
    border:none;
}

.category-lists .borders {
    padding-top:17px;
    padding-bottom:17px;
    border-top:#c5b0be 1px solid;
    border-bottom:#c5b0be 1px solid;
}

.category-lists .without-divider li {
    border:none !Important;
}

.category-lists .icon {
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:10px;
    vertical-align:top;
}

.category-lists .count-list {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    font-size: 15px;
    color:#fff;
    text-align:center;
    line-height:20px;
    background-color:#e71f32;
}

.adress-icon {
    background: url('../images/adress-icon.png') no-repeat left top;
}

.photos-icon {
    background: url('../images/photos-icon.png') no-repeat left top;
}

.calendar-icon {
    background: url('../images/calendar-icon.png') no-repeat left top;
}

.advanced-icon {
    background: url('../images/advanced-icon.png') no-repeat left top;
}

.trust-icon {
    background: url('../images/trust-icon.png') no-repeat left top;
}

.guest-icon {
    background: url('../images/guest-icon.png') no-repeat left top;
}

.promote-icon {
    background: url('../images/promote-icon.png') no-repeat left top;
}

.category-lists .active .icon {
    background-position:left bottom;
}

.category-lists a {
    TEXT-DECORATION: none;
}

.category-lists a:hover {
    TEXT-DECORATION: underline;
}

.category-lists ul .active {
    background-color:#863647;
}

.category-lists ul .active a {
    color:#fff;
    TEXT-DECORATION: none !important;
}

/*.edit-list .textarea {*/
    /*width:350px;*/
    /*float:right !important;*/
    /*margin-left:15px;*/
/*}*/

.edit-list p {
    font-size: 11px !important;
    color:#6a6969 !important;
    line-height:18px !important;
    margin-bottom:0px;
    overflow:hidden;
    margin-top:2px !important;
}

.select-lang {
    margin-top:25px;
}

.select-lang .note {
    padding-top:4px;
}

.select-lang .select, .select-lang label {
    display:inline-block;
    margin-left:10px;
}

.select-lang .select {
    width:160px;
}

.select-lang label {
    font-size: 12px;
    line-height:26px;
    color:#3f3f3f;
    vertical-align:top;
}

.select-lang .select select {
    background-color:#fafafa;
}

.edit-list .amenities label input {
/*  vertical-align:top;*/
    margin-top:-1px;
    margin-right:5px;
}

.edit-list .amenities .wrap {
    margin-left:40px;
}

.edit-list .amenities .column {
    float:left;
    width:203px;
    padding-left:5px;
    margin-bottom:15px;
}

.edit-list .amenities .second {
    width:230px !important;
}

.transaction-history .wrap-border, .payout-settings .wrap-border {
    background-color:#fff;
    padding-left:10px;
    padding-right:10px;
    padding-top:15px;
    padding-bottom:15px;
}

.transaction-history .title-block, .payout-settings .title-block {
    margin-top:20px;
}

.total-payments {
    margin-bottom:30px;
    margin-top:20px;
}

.total-payments td {
    font-size: 16px;
    line-height:30px;
    color:#48464b;
    border-left:#aa727e 1px solid;
    padding-left:30px;
    width:180px;
    padding-right:20px;
    padding-bottom:6px;
}

.total-payments td:first-child {
    padding-left:0px;
    border-left:none;
    width:150px;
}

.total-payments .sum {
    font-size: 30px;
    color:#853647;
    font-weight:bold;
}

.search-transaction {
    padding-top:0px;
    padding-left:0px;
    padding-bottom:0px;
    background:none;
    height:auto;
    margin-bottom:25px;
}

.search-transaction p {
    margin-bottom:10px;
    color:#452632;
}

.search-transaction label {
    float:left;
    color:#6a6969;
    line-height:26px;
    padding-left:0px;
    padding-right:12px;
}

.list-transaction {
    width:100%;
}

.banks thead{
    font-weight: bold;
}

.list-transaction th {
    font-size: 12px;
    line-height:14px;
    color:#fff;
    text-align:left;
    vertical-align:middle;
    height:38px;
    padding-left:10px;
    padding-right:10px;
    border-left:#b87687 1px solid;
    background-color:#853647;
}

.list-transaction th:first-child {
    border:none;
}

.list-transaction td {
    padding-left:10px;
    padding-right:10px;
    padding-top:4px;
    padding-bottom:4px;
    font-size: 11px;
    line-height:15px;
    color:#452632;
    border-bottom:#faf8f9 1px solid;
    border-left:#f7f4f6 1px solid;
    vertical-align:middle;
    text-align:left;
    background-color:#efe9ed;
}

.list-transaction .even td {
    background-color:#f6f2f3;
}

.list-transaction td:first-child {
    border-left:none;
}

.list-transaction td .icon {
    vertical-align:top;
    position:relative;
    top:-3px;
    margin-left:5px;
}

.list-transaction .n-n {
    width:74px;
}

.list-transaction .date {
    width:105px;
}

.list-transaction .type {
    width:107px;
}

.list-transaction .label {}

.list-transaction .amount {
    width:77px;
}

.list-transaction .invoice {
    width:66px;
}

.payout-settings .wrap-border {
    padding-bottom:0px;
}

.payout-settings .section {
    background-color:#f1f1f1;
    padding:20px;
    padding-bottom:1px;
    margin-bottom:24px;
}

.payout-settings .form-layout th {
    width:105px;
    padding-right:15px;
}

.payout-settings .form-layout td span img {
    margin-top:3px;
}

.payout-settings .submit {
    margin-top:15px;
}

.req {
    color:#853647;
}

textarea::-webkit-input-placeholder {
    color:6a6969;
}

textarea:-moz-placeholder {
    color:#6a6969;
}

textarea::-moz-placeholder {
    color:#6a6969;
}

.with-datepicker {
    z-index: 40000;
    position: relative;
}

img.ui-datepicker-trigger {
    z-index: 40002;
}

.submit-filter {
    cursor: pointer;
}

.horizontal-list ul {
    width: 100%;
}

.horizontal-list ul li {
    display: inline-block;
}

.search .horizontal-list ul li input {
    margin-top:7px;
}

.search .horizontal-list ul {
    width:auto;
}

.ui-slider-horizontal {
    height:3px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    background: url('../images/horisontal-slider.png') repeat-x left top !important;
}

.ui-slider-range {
    background:none !important;
}

.ui-slider-handle {
    width:9px !important;
    height:9px !important;
    background: url('../images/slider-handle.png') no-repeat left top !important;
    margin-top:2px !important;
    border:none !important;
}

.amount {
    font-size: 10px;
    color:#4a4a4a;
    margin-left:5px;
}

header .search .submit {
    float:left;
}


.gmap-small {
    width: 235px;
    height: 200px;
}

.gmap-medium {
    width: 343px;
    height: 222px;
}

.gmap-pan{
    width: 100%;
    height: 222px;
}

.gmap-medium-big {
    width: 634px;
    height: 634px;
}

.gmap-big {
    width: 694px;
    height: 585px;
}

.submit.facebook-button{
    display:inline-block;
    font-size: 12px;
    color:#29151d;
    TEXT-DECORATION: none;
    padding-left:14px;
    padding-right:14px;
    height:26px;
    line-height:26px;
    background-color:#f5c95a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.submit.facebook-button a,
.submit.facebook-button a:visited,
.submit.facebook-button a:hover {
    text-decoration: none;
    color:#29151d;
}

.icon-heart {
    background: url('../images/heart.png') no-repeat transparent;
    padding: 0 11px 6px;
}

.icon.icon-heart,
.icon.icon-heart.favored {
    background-position: center left;
}

.icon-heart.favored {
    background: url('../images/heart-red-minus.png') no-repeat transparent;
}

.icon.icon-heart,
.icon.icon-heart.favored {
    background-position: center left;
}

.flatpage .page-content {
    margin-bottom: 24px;
    background-color: #fff;}
    .flatpage .page-content .wrap-border {margin-left: 13px;}
    .flatpage .page-content h2 {margin-left: 0;}

.flatpage .left-side {}
    .flatpage ul, .faq .question-list .question .answer ul {
        list-style-type: disc; padding-left:40px; font-size: 12px; line-height:18px; margin-bottom:18px;
    }
    .flatpage ol, .faq .question-list .question .answer ol {
        list-style-type: decimal; padding-left:40px; font-size: 12px; line-height:18px; margin-bottom:18px;
    }

.faq .question-list {
    margin-bottom: 24px;
    font-size: 12px;
    line-height:18px;
    background-color: #fff;}
    .faq .question-list .question { margin-left: 13px; }
    .faq .question-list .question .answer{ display: none; }
    .faq .question-list .question .answer ul { list-style-type: disc; }
    .faq .question-list .question .answer ol{ list-style-type: decimal; }


.button-form {
    display: inline;
}

.button-form .accept-button,
.button-form .reject-button {
    cursor: pointer;
}

.error-border-color {
    border-color: #e71f32;
}

.drop-list {
    display:inline-block;
    vertical-align:top;
    padding-right:18px;
    position:relative;
    height:19px;
    padding-left:4px;
    border:#d9d9d9 1px solid;
    background-color:#f4f4f4;
    background-image: -ms-linear-gradient(top, #fdfdfd, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #e8e8e8);
    background-image: -o-linear-gradient(top, #fdfdfd, #e8e8e8);
    background-image: -moz-linear-gradient(top, #fdfdfd, #e8e8e8);
    background-image: linear-gradient(top, #fdfdfd, #e8e8e8);
    background-repeat: repeat-x;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:78px;
    font-size: 11px;
    line-height:19px;
    z-index:100;
    margin-left:5px;
    cursor:pointer;
}

.drop-list span {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
}

.caret {
    display:block;
    height:0px;
    border-top:#6a6969 5px solid;
    border-left:transparent 5px solid;
    border-right:transparent 5px solid;
    position:absolute;
    right:7px;
    top:7px;
}

.drop-list a {
    color:#843547;
    TEXT-DECORATION: none;
}

.drop-list ul {
    position:absolute;
    right:0;
    top:20px;
    background-color:#e9e9e9;
    border:#d9d9d9 1px solid;
    padding-top:5px;
    padding-bottom:5px;
    display:none;
}

.drop-list ul li {
    margin-bottom:1px;
    white-space:nowrap;
}

.drop-list:hover ul {
    display:block;
}

.drop-list ul li a {
    padding-left:4px;
    padding-right:4px;
    display:block;
}

.drop-list ul li a:hover {
    background-color:#843547;
    color:#fff;
}

.prices-select {
    position:relative;
    overflow:hidden;
}

.request-details .wrap-border {
    padding:5px;
}

.request-details .picture {
    width:150px;
}

.request-details .txt,
.request-details .picture {
    float:left;
}

.request-details .txt {
    margin-left:20px;
    width:556px;
}

.contact-form .form-content {
    margin-bottom: 24px;
    background-color: #fff;
}

.textarea-center {
    width:560px;
    padding-right: 10px;
    margin-left:auto;
    margin-right:auto;
}

.select-center {
    width:81px;
    padding-right:10px;
    margin-left:auto;
    margin-right:auto;
}

.textarea-center textarea {
    width:100%;
    padding:4px;
    font-size: 13px;
    line-height:15px;
    color:#6a6969;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    margin-bottom:4px;
}

.errorlist {
    width:auto;
    text-align:left;
}

.edit-apartment .form-layout .columns{
    clear: both;
}

.edit-apartment .form-layout .columns ul{
    width: 49%;
    float: left;
}
.edit-apartment .form-layout .columns ul+ul{
    float: right;
}

div.calendar {
    background-color:#fff;
    border:#e5e5e5 1px solid;
    padding:20px;
    margin-bottom:24px;
    zoom:1;
}

.calendar .select-month {
    font-size: 14px;
    color:#4a4a4a;
    line-height:26px;
    margin-bottom:16px;
}

.calendar .select-month select {
    font-size: 13px;
    line-height:15px;
    height:26px;
    padding:2px;
    padding-left:6px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width:146px;
}

.calendar .day-header {
    float:left;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 14px;
}

.calendar .day {
    position: relative;
    float:left;
    width: 89px;
    height: 49px;
    text-align: right;
    vertical-align: text-top;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    padding: 5px;
    z-index: 10;
    font-size: 14px;
}

.calendar .day > * {
    z-index: 10;
    position: relative;
}

.calendar .day-past {
    background-color: #d3d3d3;
}

.calendar .day.unavailable .day-number {
    color: #d3d3d3;
}

.calendar .day.weekday6 {
    border-right: 1px solid gray;
}

.calendar .price {
    color: #808080;
}

.calendar .last-month-day {
    border-bottom: 1px solid gray;
}

.calendar .month {
    float: left;
    color:#000 !important;
}

.calendar .day .background, .calendar .day .first-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 60px;
    z-index: 5;
}

.calendar .day.selected span {
    color: white;
}

.calendar .day.selected .background {
    background-color: #018fe1;
    background-image: -ms-linear-gradient(top, #00aeff, #018fe1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aeff), to(#018fe1));
    background-image: -webkit-linear-gradient(top, #00aeff, #018fe1);
    background-image: -o-linear-gradient(top, #00aeff, #018fe1);
    background-image: -moz-linear-gradient(top, #00aeff, #018fe1);
    background-image: linear-gradient(top, #00aeff, #018fe1);
    background-repeat: repeat-x;
    transform: skew(-30deg) translateX(50px);
    -o-transform: skew(-30deg) translateX(50px);
    -moz-transform: skew(-30deg) translateX(50px);
    -webkit-transform: skew(-30deg) translateX(50px);
    -ms-transform: skew(-30deg) translateX(50px);
}

.calendar .day.selected + .first-week-day .first-background {
    background-color: #018fe1;
    background-image: -ms-linear-gradient(top, #00aeff, #018fe1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aeff), to(#018fe1));
    background-image: -webkit-linear-gradient(top, #00aeff, #018fe1);
    background-image: -o-linear-gradient(top, #00aeff, #018fe1);
    background-image: -moz-linear-gradient(top, #00aeff, #018fe1);
    background-image: linear-gradient(top, #00aeff, #018fe1);
    background-repeat: repeat-x;
    transform: skew(-30deg) translateX(-50px);
    -o-transform: skew(-30deg) translateX(-50px);
    -moz-transform: skew(-30deg) translateX(-50px);
    -webkit-transform: skew(-30deg) translateX(-50px);
    -ms-transform: skew(-30deg) translateX(-50px);
}

.no-csstransforms .calendar .day .background, .no-csstransforms .calendar .day .first-background {
    width:137px;
    background: url('../images/parallelogram.png') no-repeat left -60px;
}

.no-csstransforms .calendar .day.selected .background, .no-csstransforms .calendar .day.selected + .first-week-day .first-background {
    background-position:left top;
}

.no-csstransforms .calendar .day.selected .background {
    left:30px;
}

.no-csstransforms .calendar .day.selected + .first-week-day .first-background {
    background-color: transparent;
    left:-70px;
}

.calendar-wrapper {
    font-size: 0;
    width: 701px;
    overflow: hidden;
    position:relative;
    display: table;
}

.wrapper-days {
    display: table;
    width:100%;
    font-size: 0px;
}

.input-select select {
    padding-top:4px;
    padding-bottom:4px;
    padding-left:9px;
    padding-right:9px;
    font-size: 13px;
    line-height:15px;
    height:26px;
    color:#6a6969;
    background-color:#fff;
    font-family:Arial, Sans-serif;
    display:block;
    border:#d9d8d4 1px solid;
    border-bottom:#eaeae7 1px solid;
    border-top:#bcb9b3 2px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 205px;
}

.edit-apartment .form-layout table td {width: 100%;}

/*---------------------------------LOGIN & SIGN-UP--------------------------------------------*/
.login-popup .right-col {
    float:right;
    width:242px;
    text-align:left;
    margin-top:36px;
}

.login-popup form {
    float:left;
    padding-left:38px;
    padding-right:36px;
    width:237px;
    text-align:left;
    border-right:#ccc3c9 1px solid;
    margin-top:36px;
    margin-bottom:36px;
    position:relative;
}

.login-popup form .input {
    padding-right:10px;
    margin-bottom:12px;
}

.login-popup form .wr {
    margin-left:27px;
}

.login-popup form .submit {
    margin-left:5px;
    margin-top:17px;
}

.login-popup form .triangl-list {
    margin-top:20px;
    margin-left:5px;
}

.triangl-list li {
    font-size: 12px;
    line-height:14px;
    padding-left:13px;
    margin-bottom:9px;
    background: url('../images/triangl.png') no-repeat left 3px;
}

.triangl-list li a {
    TEXT-DECORATION: none;
}

.triangl-list li a:hover {
    TEXT-DECORATION: underline;
}

.login-popup h5 {
    min-height:39px;
    font-weight:bold;
}

.fb-btn {
    float:left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    font-size: 11px;
    line-height:27px;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    TEXT-DECORATION: none;
    background-image: -ms-linear-gradient(top, #758fc7, #667db3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#758fc7), to(#667db3));
    background-image: -webkit-linear-gradient(top, #758fc7, #667db3);
    background-image: -o-linear-gradient(top, #758fc7, #667db3);
    background-image: -moz-linear-gradient(top, #758fc7, #667db3);
    background-image: linear-gradient(top, #758fc7, #667db3);
    background-repeat: repeat-x;
}

.fb-btn img {
    float:left;
    border-right:#577aa3 1px solid;
}

.fb-btn span {
    float:left;
    padding-left:6px;
    padding-right:15px;
    height:27px;
    border-left:#7391c7 1px solid;
}

.no-cssgradients .fb-btn {
    background: url('../images/fb-btn.png') repeat-x left top;
    background-color:#6e87be;
}

.login-popup .fb-btn {
    margin-top:36px;
}

.login-popup .or {
    position:absolute;
    right:-14px;
    top:88px;
    width:28px;
    height:27px;
}

.login-form {
    padding-left:82px;
    padding-right:50px;
    padding-top:44px;
    padding-bottom:60px;
    background-color:#fff;
    border:#e4e6ea 1px solid;
    zoom:1;
}

.login-form .left-col {
    width:490px;
    float:left;
    border-right:#e5e5e5 1px solid;
    position:relative;
}

.login-form .right-col {
    width:280px;
    float:right;
}

.login-form .form-layout th {
    width:135px;
    padding-bottom:6px;
    padding-top:6px;
}

.login-form .form-layout td {
    padding-bottom:6px;
    padding-top:6px;
}

.login-form .triangl-list {
    margin-left:2px;
    margin-top:20px;
}

.login-form .or {
    position:absolute;
    right:-14px;
    top:92px;
    width:28px;
    height:27px;
}

.login-form h5 {
    font-weight:bold;
    min-height:39px;
    color:#853647;
}

.login-form .fb-btn {
    margin-top:42px;
}

.login-form .help_text {
    position:relative;
}

.login-form .help_text .helptext {
    font-size: 10px !important;
}

.login-form .input {
    width:185px;
}

.login-form .submit {
    margin-top:10px;
}

/*--------------------------------------------------------------------*/


.reviews-requests .wrap-border {
    padding-top:14px;
}

.reviews-requests .wrap-border .item {
    margin-top:9px;
    border-top:#e4e6ea 1px solid;
}

.reviews-requests .wrap-border .item time {
    color:#7c7c7c;
    font-size: 12px;
    line-height:18px;
    font-style:italic;
}

.reviews-requests .wrap-border .item p {
    font-size: 12px;
    line-height:18px;
    color:#3f3f3f;
    margin-bottom:0px;
}

.reviews-requests .wrap-border .item table {
    width:100%;
}

.reviews-requests .wrap-border .item table td {
    padding:10px;
    padding-left:16px;
}

.reviews-requests .wrap-border .item table td:first-child {
    padding:7px;
    font-size:12px; line-height:14px;
    text-align:center;
    width:60px;
}

.add-review {
    padding-top:17px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:25px;
    background-color:#fff;
    border:#e4e6ea 1px solid;
    zoom:1;
}

.add-review h5 {
    color:#452632;
    font-weight:bold;
}

.send-message {
    margin-left:15px;
    margin-right:15px;
}

.cic{
    background:transparent  url(/static/images/visa_mastercard_amex.png) no-repeat scroll left top;
    width: 212px;
    height: 50px;
    border: 0 none;
    cursor: pointer;
    display: inline;
}

table.summary td, table.summary th {
    border: 1px solid #a9a9a9;
    padding: 5px;
}

.extra-services {
    width: 341px;
    margin-left: auto;
    margin-right: auto;
}

.extra-services ul {
    width: 100% !important;
    text-align: left;
}

.popup-p {
    text-align: left;
    margin: 18px;
}

.total-block {
    text-align: left;
    width: 180px;
    margin-right: 20px;
    float: right;
}

.finalize .column {
    width: 45%;
    float: left;
    margin: 5px;
}

.finalize .column p {
    text-align: justify;
}

.finalize .apartment {
    border: 1px solid black;
    background-color: #f6f6f6;
}

.finalize .apartment td {
    padding: 5px;
}

.finalize .summary-wrapper {
    margin: 15px 0;
}

.finalize .payment-wrapper {
    margin-bottom: 30px;
}

.finalize span.price {
    color: #017aef;
    font-weight: bold;
}

.requests-wrap {
	padding:19px;
	background-color:#fff;
}

.registerSteps {
    list-style: none;
    padding:0;
}

.registerSteps li {
    font-family: "myriad-pro",sans-serif;
    font-weight: 700 !important;
    float: left;
    margin-left: -25px;
    height: 29px;
    font-size: 17px;
    padding-top: 11px;
    width: 261px;
    background: #DBDBDB url(../images/register_step_bg.png) no-repeat top left;
    background-color: #e0d4dc;
    color: #452632;
    text-align: center;
}
.registerSteps li.step1 {
    margin-left: 0;
    width: 256px;

    color: #452632;
    background-image: none;
}
.registerSteps .step4 {
    width: 237px;
}
.registerSteps li.post-active {
    background: #DBDBDB url(../images/register_step_post_bg.png) no-repeat top left;
    background-color: #e0d4dc;
}
.registerSteps li.active {
    background-color: #452632;
    color: #fff;
}

.formStep fieldset, .formStepPay fieldset, .blockRight, .blockLeft {
    float: right;
    width: 460px;
    padding: 0;
    margin: 0;
    border: 0;
}

.blockLeft {
    float: left;
    width: 458px;
}

.rSidebarTitleBlock {
    color: #007BE6 !important;
    margin-bottom: 14px !important;
    margin-top: 10px;
    font-family: "myriad-pro",sans-serif;
    font-weight: 700 !important;
    font-size: 1.5em !important;
}

.singleBWB {
    border: 1px solid #CFCFCF;
    background-color: #f6f6f6;
    width: 441px;
    padding: 9px 9px;
    border-radius: 2px;
    margin-top: 19px;
}

.singleBWB.first {
    margin-top: 4px;
}

.blockLeft .singleBWB {
    width: 440px;
}

.singleApartmentImage {
    display: block;
    border: 1px solid #D3D3D3;
    width: 117px;
    float: left;
    margin-right: 10px;
}

.searchResultPrice {
    display: block;
    line-height: 1;
	overflow:hidden;
}

.searchItselfPrice {
    display: block;
    color: #007BE6;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-family: "myriad-pro",sans-serif;
    font-weight: 700;
	margin-left:10px;
}

.searchPriceDesc {
    font-size: .8em;
    color: #787878;
    font-family: "myriad-pro",sans-serif;
    font-weight: 400;
    margin-top: 5px;
    display: block;
	letter-spacing:0;
}

.singleApartmentTitle {
    font-family: "myriad-pro",sans-serif;
    font-weight: 700;
    color: #78001C;
    font-size: 1.0em;
    line-height: 1;
}
.blockLeft .singleApartmentTitle {
    width: 210px;
    font-size: 1.3em;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.rightImgCollage {
    display: block;
    margin: 0 auto;
    margin-top: -30px;
}

.textFormatBlock {
    font-family: "myriad-pro",sans-serif;
    font-weight: 400;
    color: #818181;
    margin: 25px 0 0px 0;
    text-align: justify;
    word-spacing: -1px;
	margin-bottom:40px;
}
.blockRight .textFormatBlock {
    margin-top: -72px;
}
.textFormatBlock h3, .textFormatBlock h3.rSidebarTitleBlock {
    font-size: 1em !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.textFormatBlock p {
    margin-top: 20px !important;
}

.backLink {
    display: block;
    float: left;
    text-decoration: underline !important;
    color: #007BE6 !important;
}

.sprite-button_blue_193x35{
    background-image:url(../images/sprite.png);
    background-position: 0 0;
    width: 193px;
    height: 35px;
    border:0;
    color: #FFFEFE !important;
    font-style: normal !important;
    font-size: 1.1em;
    float: right;
    margin-top: 51px;
    cursor: pointer;
    padding: 6px 12px;
    text-decoration: none;
}

.bluelink {
    color: #007BE6 !important;
    text-decoration: underline !important;
}

.quest-icon {
    cursor:help;
}

.ui-tooltip {
    font-size: 12px;
    padding: 8px;
}

.login-form .facebook-terms-block {
    margin-top: 10px;
}

table.services {
    border: 0 none;
    border-collapse: collapse;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
	font-size: 13px;
	line-height:21px;
	margin-bottom:26px;
	background-color:#fff;
}

table.services td {
	vertical-align:middle;
}
table.services .beforeHeader td.value {
    font-size: 10px;
    height: 20px;
    text-align: center;
    width: 60px;
}
table.services .beforeHeader td.optimum {
    color: #78001C;
}
table.services .header td {
    background: none repeat scroll 0 0 #330000;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    height: 40px;
    padding-left: 20px;
}
table.services .value td {
	background: url('../images/tservice.gif') repeat-x left bottom;
    font-size: 10px;
    padding: 12px 0;
    text-align: center;
}
table.services .value2 td {
    border: 1px solid #78001C;
    padding: 12px 10px;
    text-align: left;
}
table.services .value td.name {
    font-size: 12px;
    padding-left: 29px;
    text-align: left;
}
table.services .checked {
	background: url('../images/galka.gif') no-repeat left top;
    height: 17px;
    margin: 0 auto;
    width: 18px;
}

.ava {
	float:left;
}

.service-agreement {
	margin-bottom:26px;
	font-size: 12px;
	line-height:15px;
	color:#3f3f3f;
}

.service-agreement .radio-section-horisontal {
	padding-top:11px;
	padding-bottom:11px;
	border-top:#d7c3ca 1px solid;
}

.service-agreement .radio-section-horisontal:first-child {
	border:none;
}

.service-agreement h2 {
	margin-left:0;
	margin-bottom:7px;
}

.service-agreement .radio-section-horisontal span {
	display:inline-block;
	min-width:220px;
}

.radio-section-horisontal ul {
	display:inline-block;
	margin-left:12px;
}

.radio-section-horisontal li {
	display:inline-block;
	min-width:115px;
	padding-right:15px;
}

.radio-section-horisontal li input {
	margin-right:6px;
}

.service-agreement .bg-gray {
	background-color:#f1f1f1;
	padding:20px;
	padding-bottom:1px;
	margin-bottom:26px;
	margin-top:26px;
}

.service-agreement .bg-gray h5 {
	font-weight:bold;
	color:#7f404a;
	margin-bottom:12px;
}

.radio-section-vertical ul {
	margin-bottom:20px;
}

.radio-section-vertical li {
	margin-bottom:10px;
}

.service-agreement .input-fields {
	margin-left:20px;
}

.service-agreement .input-fields label {
	width:90px;
	padding-right:15px;
	float:left;
	text-align:right;
	line-height:26px;
}

.service-agreement .input-fields .input {
	margin-left:105px;
	width:188px;
	zoom:1;
	margin-bottom:10px;
}

.service-agreement .check {
	display:block;
	margin-left:105px;
}

.service-agreement .check input {
	margin-right:6px;
}

.service-agreement .submit {
	margin-left:105px;
	margin-top:28px;
}

.service-agreement .input-fields p {
	color:#714461;
}

.service-agreement .input-fields .errorlist {
	margin-left:105px;
	color:red;
	margin-top:-5px;
	margin-bottom:10px;
}

.service-agreement .input-fields .check + .errorlist {
	margin-left:0;
	margin-top:5px;
	margin-bottom:0;
}

#what-happens-next .content {
    display: block;
    text-align: left;
    padding: 10px;
}

.finalize {
	margin-top:30px;
	font-size: 12px;
	line-height:18px;
}

.finalize h3 {
	font-size: 21px;
	line-height:25px;
	color:#853647;
	font-weight:bold;
	margin-bottom:26px;
}

.finalize.step-3 h3 {
	margin-bottom:3px;
}

.finalize .resultForSearch {
	font-size: 15px;
	color:#452632;
	display:block;
	margin-bottom:16px;
}

.textFormatBlock h4 {
	font-size: 15px;
	line-height:18px;
	color:#3f3f3f;
	font-weight:bold;
	margin-bottom:0;
}

.finalize .textFormatBlock p {
	margin-top:0 !important;
}

.photo-title-price {
	padding:10px;
	zoom:1;
	min-height:65px;
	line-height:65px;
	background-color:#e0d4dc;
	margin-bottom:26px;
}

.photo-title-price .photo {
	float:left;
	width:117px;
	height:65px;
	border:#d3d3d3 1px solid;
	margin-right:15px;
}

.photo-title-price .price {
	width:102px;
	float:right;
	min-height:36px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	background-color:#e8bf56;
	font-size: 18px;
	font-weight:bold;
	color:#853647;
	line-height:18px;
	margin-left:15px;
}

.photo-title-price .price span {
	font-size: 16px;
	color:#51575f;
	font-weight:normal;
}

.photo-title-price h4 {
	height:65px;
	overflow:hidden;
	line-height:65px;
	margin-bottom:0;
	zoom:1;
}

.photo-title-price h4 span {
	display:inline-block;
	vertical-align:middle;
	font-size: 16px;
	line-height:20px;
	color:#853647;
	font-weight:bold;
	margin-bottom:0;
	position:relative;
	top:-3px;
}

.servicesForm {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f7f7f7;
	font-size: 15px;
	color:#3f3f3f;
	line-height:18px;
	margin-bottom:28px;
}

.servicesForm legend {
	display:block;
	font-size: 16px;
	line-height:18px;
	color:#853647;
	font-weight:bold;
	font-family:Myriad Pro, Sans-serif;
	margin-bottom:18px;
}

.servicesForm ul li {
	margin-bottom:3px;
}

.servicesForm ul {
	margin-bottom:18px;
}

.servicesForm .prices {
	font-weight:bold;
	width:200px;
}

.servicesForm .prices span {
	color:#863647;
	float:right;
}

.servicesForm .read-more {
	float:right;
	font-size: 13px;
	margin-top:-36px;
	TEXT-DECORATION: underline;
}

.servicesForm .read-more:hover {
	TEXT-DECORATION: none;
}

.payment-choise {
	padding:20px;
	padding-top:1px;
	padding-bottom:1px;
	font-size: 11px;
	line-height:15px;
	color:#3f3f3f;
}

.payment-choise h4 {
	font-size: 16px;
	line-height:18px;
	color:#853647;
	font-weight:bold;
	font-family:Myriad Pro, Sans-serif;
	margin-bottom:18px;
}

.payment-choise form {
	float:left;
	margin-right:11px;
}

.payment-choise form .method {
	display:block;
	height:33px;
	cursor:pointer;
}

.payment-choise form .method.pay-pal {
	width:52px;
	background: url('../images/paypal-logo.png') no-repeat left top;
}

.payment-choise form .method.cic {
	width:172px;
	background: url('../images/visa_mastercard_amex.png') no-repeat left top;
}

/* Resume items */
ul.product-list{
    margin: 20px 0px;
    list-style: disc;
}

ul.product-list li{
    font-size: 15px;
    color: #452632;
    display: block;
    margin-bottom: 10px;
}

/* Error */
ul.form-errors{
    color:red;
    margin-bottom:15px;
}
.error-text{
    margin-bottom:20px;
}
.error-case, .error-text{
    margin-top:10px;
}
.error-action{
    margin-top: 5px;
    margin-bottom:25px;
    padding:10px 25px;
    background-color:#f6f2f4;
}
.error-case{
    font-weight: bold;
}

ul.errorlist{
   width:100% !important; 
}
ul.errorlist li{
    color:red;
}

.edit-full .form-layout{ margin-bottom:0px; margin-top:0px;}
.edit-full .form-layout div.input{ width: 90% !important;}
.edit-full .form-layout div.select{ width: 93% !important;}
.edit-full .form-layout div.select select{ width: 100% !important;}
