/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {    margin: 0;  padding: 0; border: 0;  font-size: 100%;    font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: normal;}ol, ul {    list-style: none;}blockquote, q {   quotes: none;}blockquote:before, blockquote:after,q:before, q:after {   content: '';    content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

html, body {
background: #F7F7F7;
}

a:visited {
color: #35ACDA !important;
}

a {
color: #35ACDA;
}

input[type="checkbox"] {
width: 23px;
height: 23px;
}

s {
letter-spacing: -1px;
}

b {
font-weight: bold;
}

#rules_page {
padding: 25px;
height: 400px;
overflow-y: scroll;
}

.berrors {
position: fixed;
top: 200px;
left: 25%;
width: 400px;
/*height: 400px;*/
z-index: 999;
background: #fff;
padding: 25px;
border-radius: 10px;
border: 1px solid #999;
color: rgb(255, 0, 0);
font-family: Arial;
}

.impot {
color: #F00;
}

#registration_table {
width: 600px;
margin: 0px 0px 0px 30px;
min-height: 550px;
}

#registration_table input {
margin: 2px;
}

#loader {
display: none;
position: fixed;
top: 39%;
left: 34%;
z-index: 9999;
background: url("/templates/Default/img/ajax.gif") 50% 74% no-repeat, #fff;
padding: 16px 25px 50px 25px;
border-radius: 10px;
border: 1px solid #999;
color: rgb(255, 0, 0);
font-family: Arial;
}

#loader p {
font-size: 16px;
}

input {
border-radius: 6px;
height: 23px;
}

.mainContainer, .main {
display: block;
width: 100%;
height: 100%;
position: relative;
top: 0px;
left: 0px;
font-family: "Arial";
}

.main {
margin: 0 auto;
width: 1000px;
background: #fff;
}

.head {
position: relative;
top: 0px;
left: 0px;
width: 100%;
}

.warning {
position: relative;
top: 0px;
left: 0px;
display: inline-block;
border-bottom: 2px solid #F00;
width: 100%;
}

.warning div {
display: inline-block;
/*margin: 10px 20px 10px 20px;*/
margin: 2px -1px 2px 0px;
}

.warning div:hover {
box-shadow: 0px 1px 15px 4px #3ABCEE !important;
-webkit-box-shadow: 0px 1px 15px 4px #3ABCEE !important;
}

.warning a span {
/*position: absolute;
z-index: 1;
bottom: 5px;
right: 20px;
font-size: 25px;
text-decoration: none !important;
color: #fff;
background-color: linear-gradient(to bottom right, #5DBEED, #7B7BFF);
padding: 2px 15px 2px 15px;
border: 1px solid #999;
border-radius: 30px;
font-weight: bold;
-webkit-transition: background-color 2s;
transition: background-color 2s;*/
display: none;
}

.linksPad {
height: 54px;
width: 100%;
position: relative;
}

/*.warning:hover a span {
background-color: linear-gradient(to bottom right, #7B7BFF, #5DBEED);
}*/

.topMenu {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 195px;
}

.topMenuLine {
background: #4a4a4a;
width: 100%;
height: 25px;
}

.topMenuLinksLeft a, .topMenuLinksRight a {
font-size: 11px;
}

#single_left {
position: absolute;
top: 34px;
left: 0px;
max-height: 110px;
width: 100%;
text-align: center;
}

#single_left a img {
max-height: 119px;
}

#mainLinks {
/*padding-left: 25px; */
position: relative;
text-align: center;
top: 2px;
left: 0px;
height: 53px;
width: 100%;
display: inline-block;
z-index: 1;
}

#mainLinks h1 {
display: inline-block;
}

#mainLinks a {
/*color: rgb(255, 0, 0) !important;*/
font-size: 20px;
font-weight: normal;
padding: 10px;
}

.topMenuLinksLeft {
position: absolute;
top: 26px;
left: 0px;
padding: 3px 3px 10px 3px;
border-bottom: 2px solid #999999;
width: 410px;
}

.topMenuLinksRight {
position: absolute;
right: 0px;
top: 26px;
padding: 3px 0px 10px 3px;
border-bottom: 2px solid #999999;
width: 410px;
}

.logo {
position: relative;
width: 176px;
height: 175px;
margin: 0 auto;
background: url("/templates/Default/img/logo.png") 38px 55px no-repeat, #fff;
top: -25px;
z-index: 1;
}

.logo h1 {
background: #fff;
display: inline;
text-align: center;
color: #999999;
padding: 2px;
border-top: 3px solid #4a4a4a;
border-bottom: 3px solid #4a4a4a;
font-size: 13px;
left: 19px;
position: relative;
top: 6px;
}

.logo h2 {
position: absolute;
bottom: 0px;
color: #999999;
left: 48px;
}


.form {
position: relative;
left: 0px;
top: 0px;
}

.chat {
position: relative;
top: 0px;
left: 0px;
}

.login {
display: block;
background: url("/templates/Default/img/login_bg.png") 100% 0% no-repeat;
height: 110px;
position: absolute;
top: 60px;
right: 0px;
width: 215px
}

.login {
display: block;
background: url("/templates/Default/img/login_bg.png") 100% 0% no-repeat;
height: 110px;
position: absolute;
top: 60px;
right: 0px;
width: 255px;
color: #909090 !important;
}

a#profileLink {
position: absolute;
top: 5px;
right: 45px;
}

.login input {
width: 152px;
border-radius: 6px;
height: 23px;
margin: 5px;
text-align: left;
}

.login input[type="checkbox"] {
width: 24px;
}

.login a {
font-size: 11px;
/*position: absolute;
bottom: -25px;
left: 60px;*/
}

#registrationLink {
font-size: 11px;
position: absolute;
bottom: -25px;
left: 60px;
}

.login li > label {
position: absolute;
left: -33px;
top: 10px;
}

.login button {
border-radius: 3px;
color: #999999;
position: absolute;
right: 5px;
top: 5px;
}

.loginava > a > img {
max-height: 100px;
}

#logform > ul {
position: relative;
right: 40px;
}

#logform > ul > li {
position: relative;
text-align: right;
}

.mainForm {
border-top: 2px solid #f01917;
border-bottom: 2px solid #f01917;
width: 100%;
height: 165px;
background: linear-gradient(0deg, #f2f1ef 50%, #fdf8f2 100%);
background: -webkit-linear-gradient(0deg, #f2f1ef 50%, #fdf8f2 100%);
background: -moz-linear-gradient(0deg, #f2f1ef 50%, #fdf8f2 100%);
background: -o-linear-gradient(0deg, #f2f1ef 50%, #fdf8f2 100%);
background: -ms-linear-gradient(0deg, #f2f1ef 50%, #fdf8f2 100%);
padding: 5px 0px 5px 0px;
}

.mainForm select {
height: 27px;
width: 155px;
border-radius: 5px;
box-shadow: 1px 1px 0px #999999 inset;
}

.searchForm {
width: 100%;
height: 150px;
position: absolute;

}

.inline-toggle {
position: relative;
display: none;
}

.inline-toggle + label {
display: inline-block !important;
}

.firstRadio {
width: 134px;
display: block;
position: absolute;
top: 0px;
left: 0px;
text-align: right;
padding: 21px;
height: 108px;
}

.regionSelect {
display: inline-block;
position: absolute;
top: 0px;
left: 191px;
}

.regionSelect form {
position: relative;
margin-top: 24px;
}

.regionSelect form select {
margin-bottom: 8px;
height: 27px;
width: 185px;
border-radius: 5px;
box-shadow: 1px 1px 0px #999999 inset;
}

.appartmentType {
position: absolute;
left: 402px;
}

.appartmentType form {
margin-top: 23px;
}

.appartmentType p {
font-size: 10px;
color: #999999;
position: relative;
top: 11px;
left: 3px;
text-align: right;
display: block;
width: 41px;
margin-bottom: 8px;
}

.appartmentType form input {
width: 50px;
position: absolute;
top: -2px;
left: 50px;
}

.appartmentType form input:nth-of-type(2) {
left: 106px;
}

.appartmentType form p:after {
content: "(м)";
position: absolute;
top: 6px;
left: 162px;
}

input[type="radio"].toggle + label {
width: 70px;
height: 23px;
padding: 6px 0px 0px 11px;
font-size: 14px;
text-align: left;
box-shadow: 1px 1px 0px 1px #afafaf;
}

input[type="radio"].toggle {
display: none;
}

input[type="radio"].toggle:checked + label {
box-shadow: 3px 3px 0px -1px #999999 inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}

input[type="radio"].toggle:checked + label:hover {
cursor: normal;
}

input[type="radio"].toggle + label:hover {
cursor: pointer;
}

input[type="radio"].toggle + label {
box-shadow: 1px 1px 0px 1px #999999;
color: #999999;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
}

input[type="radio"].toggle:first-of-type + label {
/*position: absolute;
left: 40px;
top: 25px;*/
}

input[type="radio"].toggle:last-of-type + label {
/*position: absolute;
left: 40px;
top: 54px;*/
}

input.toggle + label {
position: relative;
margin-left: 20px;
}

#private {  
position: relative;  
float: right;
}

.mainForm > input[type="radio"] {
display: none;
}

.mainForm > input[type="radio"] + label {
position: absolute;
font-size: 22px;
color: #999999;
cursor: pointer;
top: 186px;
}

.mainForm > input[type="radio"]:first-of-type + label {
left: 176px;
}

.mainForm > input[type="radio"]:last-of-type + label {
left: 270px;
}

.mainForm > input[type="radio"]:checked + label {
color: #f01917;
cursor: text;
}

.mainForm > input[type="radio"] + label + div {
display: none;
}

.mainForm > input[type="radio"]:checked + label + div {
display: block;
}

.firstRadio input[type="checkbox"] + label {
position: absolute;
bottom: 34px;
font-size: 9px;
width: 70px;
left: 20px;
color: #999999;
}

.firstRadio input[type="checkbox"] {
position: absolute;
bottom: 27px;
width: 29px;
background: #999999;
left: 90px;
height: 30px;
border-radius: 10px;
color: #999999;
}

.roomsAndOther {
width: 269px;
position: absolute;
right: 50px;
top: 27px;
}

.roomsAndOther > form:before {
content: "Количество комнат";
position: absolute;
width: 60px;
font-size: 10px;
color: #999999;
top: 0px;
left: -66px;
text-align: right;
}

.roomsAndOther > form select:before {
content: "Этаж";
position: absolute;
font-size: 10px;
color: #999999;
text-align: right;
left: 0px;
top: 0px;
}

.roomsAndOther > form input[type="checkbox"] {
display: none;
}

.roomsAndOther > form input[type="checkbox"] + label {
box-shadow: 1px 1px 0px 1px #afafaf;
color: #999999;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
padding: 5px 10px;
margin-left: 3px;
}

.roomsAndOther > form input[type="checkbox"]:checked + label {
box-shadow: 3px 3px 0px -1px #dfdfdf inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}

.roomsAndOther select {
position: relative;
top: 13px;
left: 5px;
}

.roomsAndOther a {
font-size: 11px;
position: absolute;
left: 70px;
bottom: 24px;
}

.roomsAndOther button {
position: relative;
left: 215px;
border-radius: 3px;
color: #999999;
bottom: 19px;

}

#ipoteka {
position: relative;
display: block;
width: 29px;
background: #999999;
top: 15px;
left: 0px;
height: 30px;
border-radius: 10px;
color: #999999;
}

#ipoteka:before {
content: "Ипотека";
font-size: 10px;
color: #999999;
position: relative;
top: 7px;
left: -50px;
text-align: right;
display: block;
}

#randomObjects {
position: relative;
top: 0px;
width: 1000px;
margin-top: 20px;
height: 200px;
}

#randomObjects header {
position: relative;
}

#prev {
position: absolute;
height: 71%;
width: 18px;
max-height: 222px;
background: url("/templates/Default/img/left.png") 0px 0px no-repeat;
background-size: contain;
top: 39px;
left: 20px;
z-index: 3;
}

#next {
position: absolute;
height: 71%;
width: 18px;
max-height: 222px;
background: url("/templates/Default/img/right.png") 0px 0px no-repeat;
background-size: contain;
top: 39px;
right: 15px;
z-index: 3;
}

#next:hover, #prev:hover {
cursor: pointer;
}

.sectionHeader {
position: relative;
margin: 0 auto;
display: block;
text-align: center;
top: 12px;
}

.sectionHeader h1 {
font-size: 20px;
color: #999999;
display: inline;
padding: 0px 50px 0px 50px;
background: url("/templates/Default/img/rectangle.png") 0px 5px no-repeat,    url("/templates/Default/img/rectangle.png") 100% 5px no-repeat, #fff;
}

.randomObjects {
border-top: 2px solid #999999;
width: 940px;
min-height: 300px;
border-bottom: 2px solid #999999;
padding: 40px 0px 0px 60px;
}

.randomObjects a {
text-decoration: none !important;
color: #999999;
font-size: 14px;
display: inline-block;
position: relative;
}

.object {
position: relative;
width: 280px;
text-decoration: none !important;
height: 125px;
border: 1px solid #999999;
border-radius: 7px;
box-shadow: 1px 1px 0px 1px #afafaf inset;
padding: 6px 0px 0px 6px;
overflow: hidden;
float: left;
margin: 0px 11px 11px 0px;
}

.object:hover {
border: 1px solid #f00;
box-shadow: 1px 1px 0px 1px #f00 inset;
}

.object:hover p, .object:hover h1, .object:hover h2 {
color: #000 !important;
}

.object img {
position: relative;
bottom: 5px;
right: 5px;
width: 100%;
}

.object h1, .object p {
width: 125px;
font-size: 12px;
color: #000;
}

.object h2 {
width: 124px;
position: relative;
top: 0px;
right: 0px;
color: #000;
text-align: center;
background: -o-linear-gradient(90deg, #d2cd57 50%, #f1fe72 100%);
background: -ms-linear-gradient(90deg, #d2cd57 50%, #f1fe72 100%);
background: #fef301;
padding: 7px 0px 5px 0px;
border-radius: 7px;
font-weight: bold;
}

#news {
position: relative;
top: 0px;
width: 765px;
margin-top: 0px;
}

#news header {
position: relative;
}

.news {
/*min-height: 400px;*/
min-height: 2340px;
border-top: 2px solid #999999;
width: 750px;
border-bottom: 2px solid #999999;
padding: 50px 0px 0px 38px;
}

.pictureSource {
max-width: 200px;
width: 200px;
display: block;
position: relative;
color: #bbb;
font-size: 10px;
margin: 0px 0px 5px 0px;
}

.flat {
min-height: 400px;
border-top: 2px solid #999999;
width: 1000px;
border-bottom: 2px solid #999999;
}

.newsItem {  
display: inline-block;
width: 100%;
margin: 0px 0px 15px 0px;
}

.newsLeft {
position: relative;
top: 0px;
left: 0px;
width: 220px;
float: left;

}

.newsDate {
font-size: 20px;
color: #999999;
margin: 15px 0px 0px 15px;
}

.newsLeft img {
margin: 10px 0px 10px 0px;
width: 220px;
}

.newsDescription {
color: #999999;
font-size: 12px;
width: 170px;
margin: 20px 0px 10px 20px;
}

.newsRight {
width: 480px;
position: relative;
float: left;
height: 100%;
margin: 40px 0px 0px 0px;
padding: 0px 0px 0px 30px;
}

.newsRight h1 {
color: #000000;
font-size: 28px;
line-height: normal;
}

.newsRight h2, .newsRight h2 p {
font-size: 19px;
margin: 10px 0px 10px 0px;
position: relative;
}

.newsRight p {
font-size: 15px;
margin: 20px 0px 10px 0px;
}

.fullNewsLink {  
text-align: right;
font-size: 14px;
}

.content {
background: #ffffff;
position: relative;
display: block;
}

#informers {
float: right;
position: absolute;
top: 404px;
right: 30px;
text-align: center;
}

#informers header {
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

#informers img {
margin-top: 20px;
}

.verticalSectionHeader {
text-align: center;
}

.verticalSectionHeader h1 {
font-size: 16px;
color: #999999;
}

.verticalDashed {
width: 180px;
border-left: 2px dashed #999999;
border-right: 2px dashed #999999;
}

.verticalDashedContainer {
background: url("/templates/Default/img/path.png") 0px 0px no-repeat,
			url("/templates/Default/img/path90.png") 100% 0px no-repeat,
			url("/templates/Default/img/path180.png") 100% 100% no-repeat,
			url("/templates/Default/img/path270.png") 0px 100% no-repeat;
padding: 30px 6px 30px 6px;
z-index: 1;
width: 184px;
}

#rightAdBlock {
width: 196px;
position: absolute;
text-align: center;
right: -230px;
top: 15px;
}

#rightAdBlock header {
position: absolute;
top: 0px;
width: 100%;
}

.rightObjectPromo {
margin: 0px 0px 10px 0px;
}

.rightObjectPromo img {
margin: 0px 0px 5px 0px;
}

.rightObjectPromo a {
color: #f01917 !important;
}

.rightObjectPromo a:visited {
color: #f01917 !important;
}

/* NEW STYLE FOR USER CABINET */

.userInfo {
background: #F1F1F1;
width: 1000px;
height: 100%;
position: relative;
top: 0px;
left: 0px;
display: inline-block;
padding: 30px 0px 0px 0px;
}

.userInfoLeft {
position: relative;
height: 100%;
margin: 0px 17px 0px 0px;
display: inline-block;
width: 370px;
float: left;
}

.minInfo {
display: inline-block;
margin: 0px 0px 20px 20px;
padding: 0px 0px 10px 0px;
}

.minInfo h2{
color: #999999;
}

.userAvatar {
display: inline-block;
width: 160px;
}

.inset {
border: 1px solid #999999;
border-radius: 7px;
box-shadow: 1px 1px 0px 1px #afafaf inset;
background: #fff;
padding: 6px;
}

.mainInfoTable table {
width: 100%;
}

.mainInfoTable tr {
height: 25px;
}

.mainInfoTable tr td {
width: 50%;
vertical-align: middle;
}

.mainInfoTable tr td:first-of-type {
text-align: right;
padding: 0px 40px 0px 0px;
color: #999999;
}

.addAd {
margin: 
20px 0px 0px 0px}

.addAdRight {
display: inline-block;
}

.addAdLeft {
background-size: contain;
width: 130px;
text-align: right;
margin: 0px 34px 0px 0px;
vertical-align: top;
color: #999999;
display: inline-block;
padding: 0px 15px 0px 0px;
height: 267px;
border-right: 3px solid #C4C4C4;
/*background: url("/templates/Default/img/pointer.png") 100% 0% no-repeat; */
}

.addAdLeft p {
position: relative;
top: 43%;
}

.userInfoRight {
display: inline-block;
width: 550px;
vertical-align: top;
margin: 0px 0px 0px 30px;
}

.archiveNav {
position: relative;
display: inline-flex;
margin-bottom: 10px;
}

.archiveNav a, .archiveNav p, .archiveNav span {
margin: 5px;
font-size: 17px;
}

#profile_object_photos img {
margin: 10px;
}

#photo_editor img, #profile_object_photos img, .userprofile_photo img {
max-height: 150px;
margin: 5px;
}

.userprofile_photo {
padding: 0px 30px 0px 30px;
position: relative;
}

.userprofile_photo h3 {
color: #999;
}

.old_photo {
border: 1px solid #999;
}

.userprofile_photo input[type="radio"]:checked + label img {
border-radius: 6px;
border: 2px solid #f00;
box-shadow: 1px 1px 0px 1px #f00 inset;
}

.userprofile_photo input[type="radio"] + label img {
border-radius: 6px;
border: 2px solid #fff;
box-shadow: 1px 1px 0px 1px #f00 inset;
}

.userprofile_photo input[type="radio"] {
display: none;
}

#changeCover {
position: absolute;
top: 0px;
right: 30px;
}

.active {
color: rgb(50,155,10);
}

.inactive {
color: rgb(255,0,0);
}

#uploadButton {
width: 255px;
height: 50px;
position: absolute;
z-index: 2;
top: 305px;
left: 65px;
}

.upload-btn {
position: relative;
top: 0px;
left: 0px;
width: 100%;
height: 25px;
}

#choose {
position: absolute;
top: 0px;
left: 0px;
}

.container {
overflow:hidden;
width:920px;
margin:20px auto;
}
.contr {
color: #FFFFFF;
padding: 10px 0;
text-align: center;
}
.upload_form_cont {

color: #000;
overflow: hidden;
}
.info {
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
float: left;
font-weight: bold;
height: 530px;
margin: 20px;
position: relative;
width: 460px;
overflow-x:hidden;
border-radius: 8px;
}
.info > div {
font-size: 14px;
font-weight: bold;
padding: 10px 15px 5px;
}
.info > h2 {
padding: 0 15px;
}
.info > canvas {
margin-left: 15px;
margin-bottom: 10px;
}
.info #url {
width: 400px;
}
#dropArea {
background-color: #EEEEEE;
border: 1px solid #DDDDDD;
float: left;
height: 530px;
line-height: 530px;
margin: 20px 0;
position: relative;
text-align: center;
width: 400px;
border-radius: 8px;
}
#dropArea.hover {
background-color: #CCCCCC;
}
#dropArea.uploading {
background: #EEEEEE url(/engine/skins/images/loading.gif) center center no-repeat;
}
#result .s, #result .f {
font-size: 12px;
margin-bottom: 10px;
padding: 10px;

border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#result .s {
background-color: #77fc9f;
}
#result .f {
background-color: #fcc577;
}
#currentPhotos{
clear: both;
border: 1px dashed #DDDDDD;
width: 882px;
}
#currentPhotos input{
bottom: 2px;
position: relative;
right: 23px;
}
#currentPhotos span{
display:inline-block;
margin: 10px -20px 5px 5px;
}
.full_info{
width:440px;
margin:10%;
min-height: 380px;
margin-left: 5px;
}

.full_info td:first-of-type {
text-align: right;
width: 185px;;
}

.full_info td {
padding: 2px 5px 2px 5px;
vertical-align: middle;
min-width: 185px;
}

.full_info tr:first-of-type td:last-of-type {
padding-top: 20px;
}

.full_info tr td:last-of-type {
/*padding-top: 20px;*/
max-width: 340px;
}

.imgHolder {
position: absolute;
width: 140px !important;
min-width: 140px !important;
height: 120px;
overflow: hidden;
padding: 0px 0px 0px 50px !important;
}

.imgHolder img {
position: absolute;
top: 22px;
left: 66px;
border: 1px solid #999;
border-radius: 6px;
width: 120px;
}

#promo_form {
display: none;
border: none;
margin: 10%;
margin-left: 5px;
}

#promo_form tr td {
padding: 15px;
}

.payment_warning {
border: none;
margin: 10%;
margin-left: 5px;
}

.payment_warning tr td {
padding: 15px;
}

/*#startEdit {
position: absolute;
top: 67px;
left: 643px;
}
*/ 
/* END STYLES FOR CABINET */


#user_sales_list{
/*min-width: 530px;*/
width: 530px;
}

#user_sales_list tr th {
color: #999999;
vertical-align: bottom;
padding: 0px 0px 15px 0px;
}

#user_sales_list td{
padding: 25px 5px 25px 5px;
vertical-align: middle;
}

#user_sales_list td img {
max-width: 120px;
}

#user_sales_list tr {
min-height: 50px;
border-bottom: 2px solid #999999;
vertical-align: middle;
}

#user_sales_list td:nth-of-type(2) {
min-width: 160px;
}

#user_sales_list td:nth-of-type(3) {
min-width: 110px;
}

.approver_comment {
font-size: 11px;
}

.approver_comment > p > p {
font-size: 10px;
color: #999;
}

/* ADD FORMS STYLES */

.addFlat {
width: 970px;
padding: 30px 30px 0px 0px;
background: #F2EEEF;
color: #999999 !important;
}

#addFlatSecondary input[type="text"], #addRoom input[type="text"], #addNewFlat input[type="text"], #addOuttown  input[type="text"], #addRent  input[type="text"] {
width: 55px;
}

#addFlatSecondary tr td, #addRoom tr td, #addNewFlat tr td, #addOuttown tr td, #addRent tr td {
vertical-align: middle;
}

#objectAddress tr td:nth-child(odd) {
text-align: right;
}

.legend {
border-right: 1px solid #999999;
}


.formLegend {
width: 140px;
text-align: right;
padding-right: 30px;
vertical-align: middle;
}

#addFlatSecondary select, #addRoom select, #addNewFlat select , #addOuttown select, #addRent select {
width: 170px;
height: 28px;
border-radius: 6px;
border-style: inset;
border-color: #CACACA;
border-top-color: #999999;
border-left-color: #999999;
color: #999999;
}

.required {
font-weight: bold !important;
color: #000;
}

.submitForm {  border-radius: 4px;  padding: 3px 12px 3px 12px;  margin: 0px 0px 0px 15px;

}

/*td {  
border: 1px solid #dfdfdf;  
}*/

#addFlatSecondary h3, #addRoom h3, #addNewFlat h3, #addOuttown h3, #addRent h3 {
padding: 0px 0px 0px 15px;
text-align: right;
display: inline-block;
font-size: 12px;
max-width: 85px;
}

#addFlatSecondary tr td, #addRoom tr td, #addNewFlat tr td, #addOuttown tr td, #addRent tr td  {
vertical-align: middle;
padding: 5px;
}

#addFlatSecondary tr td:first-of-type, #addRoom tr td:first-of-type, #addNewFlat tr td:first-of-type, #addOuttown tr td:first-of-type, #addRent tr td:first-of-type  {
width: 80px !important;
}

.right {
text-align: right;
}

td > input.wide {  width: 170px !important;
}

td#short > input {
width: 75px !important;
}

.commentSection {
font-size: 13px;
}

.shortSelect td > select {
width: 134px !important;
}

textarea {
width: 165px;
height: 25px;
max-width: 170px;
max-height: 30px;
border-radius: 5px;
box-shadow: 2px 2px 0px -1px #999999 inset;
}

/* END ADD FORM STYLES */


/* BEGIN SHORT ADDFORM STYLES */

.addForm table h3 {
font-size: 12px;
color: #999;
text-align: right;
display: block;
padding: 0px 5px 0px 15px;
}

.addForm table tr td {
vertical-align: middle;
padding: 0px 0px 0px 18px;
}

.addForm table tr {
height: 36px;
}

input[type="radio"].toggleAdd  {
display: none;
}

input[type="radio"].toggleAdd + label {
display: block;
padding: 5px;
color: #999999;
box-shadow: 1px 1px 0px 1px #999999;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
margin: 0px 10px 0px 10px;
max-width: 70px;
}

input[type="radio"].toggleAdd:checked + label {
color: #000;
box-shadow: 3px 3px 0px -1px #999999 inset;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
max-width: 70px;
}

input[type="radio"].toggleAdd:hover + label {
cursor: pointer;
}

input[type="radio"].toggleAdd:checked:hover + label {
cursor: default;
}

.addForm input[type="text"] {
width: 55px;
}
/* END SHORT ADDFORM STYLES */

/* START SHORT SEARCHFORM STYLES */

.searchForm td > input[type="radio"] {
position: relative;
top: 0px;
left: 0px;
display: none;
}

.searchForm input[type="radio"] + label {
position: relative;
top: 0px;
left: 0px;
display: block;
}

.searchForm input[type="checkbox"] + label {
font-size: 9px;
width: 70px;
color: #999999;
}

.searchForm input[type="checkbox"] {
width: 29px;
background: #999999;
height: 30px;
border-radius: 10px;
color: #999999;
}

.searchForm table h3 {
font-size: 12px;
color: #999;
padding: 0px 0px 0px 10px;
text-align: right;
display: inline-block;
}

.searchForm table tr td {
padding: 5px 0px 5px 20px;
vertical-align: middle !important;
}

#roomSelect input {
display: none;
}

#roomSelect input + label {
box-shadow: 1px 1px 0px 1px #999999;
color: #999999;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
font-size: 14px;
padding: 7px 9px 7px 9px;
border-radius: 2px;
margin-left: 4px;
width: 10px;
display: inline-block;
}

#roomSelect input + label:hover {
cursor: pointer;
}

#roomSelect input:checked + label {
box-shadow: 3px 3px 0px -1px #999999 inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}

/**/
#priceSort input {
display: none;
}

#priceSort input + label:first-of-type {
margin: 0px 0px 0px 5px;
}

#priceSort input + label {
box-shadow: 1px 1px 0px 1px #999999;
color: #999999;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
font-size: 14px;
padding: 7px 9px 7px 9px;
border-radius: 2px;
width: 60px;
display: inline-block;
}

#priceSort input + label:hover {
cursor: pointer;
}

#priceSort input:checked + label {
box-shadow: 3px 3px 0px -1px #999999 inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}
/**/

.smallInputs input {
width: 55px;
vertical-align: top;
}

#startSearch {
position: absolute;
bottom: -12px;
right: 40px;
border-radius: 4px;
padding: 3px 12px 3px 12px;
}



/* END SHORT SEARCHFORM STYLES */

.invalid {
box-shadow: 0px 1px 15px 4px #F00 !important;
-webkit-box-shadow: 0px 1px 15px 4px #F00 !important;
}

.invalid:after {
content: "X";
font-weight: bold;
color: #F00;
}

#alert {
background: #999;
position: absolute;
top: 0px;
left: 0px;
display: none;
z-index: 999;
}

/* START SEARCH RESULTS */

#searchResults {
position: relative;
display: none;
}

.searchResults {
position: relative;
display: none;
border-top: 2px solid #999999;
width: 940px;
border-bottom: 2px solid #999999;
padding: 60px 0px 0px 60px;
margin: 30px 0px 0px 0px;
min-height: 440px;
}


/* END SEARCH RESULTS */

/* START OBJECT FULL VIEW */
#objectFull {
width: 800px;
height: auto;
display: inline-block;
float: right;
position: relative;
}

.objectFull {
border: 1px solid #999999;
border-radius: 7px;
box-shadow: 1px 1px 0px 1px #afafaf inset;
padding: 6px 0px 0px 6px;
margin: 0px 11px 11px 0px;
}

.objectFull h2 {
width: 124px;
position: relative;
top: 0px;
color: #000;
text-align: center;
background: -o-linear-gradient(90deg, #d2cd57 50%, #f1fe72 100%);
background: -ms-linear-gradient(90deg, #d2cd57 50%, #f1fe72 100%);
background: #FEF301;;
padding: 13px 0px 13px 0px;
border-radius: 7px;
font-weight: bold;
z-index: 1;
margin: 10px;
float: left;
}

/*.objectFullDescription {
float: left;
position: relative;
top: 0px;
left: 0px;
display: block;
padding: 0px 0px 0px 20px;
font-size: 14px;
width: 132px;
}*/

.objectFullDescription {
float: left;
position: absolute;
top: 80px;
left: -195px;
display: block;
padding: 0px 0px 0px 20px;
font-size: 14px;
width: 330px;
}

.objectFullDescription table {
position: relative;
/*left: -140px;*/
width: 330px;
}

/*.objectFullDescription table {
position: relative;
left: -140px;
width: 330px;
}*/

.objectFullDescription table tr td:first-of-type {
text-align: right;
padding: 2px 10px 2px 0px;
color: #999;
font-size: 14px;
width: 160px;
}

.objectFullDescription table tr td:last-of-type {
font-size: 15px;
padding: 0px 0px 0px 13px;
max-width: 145px;
}
.objectFullDescription table tr td {
vertical-align: middle;
}

.objectFull p {
position: relative;
margin: 20px 10px 10px 0px;
}

.objectFullPhoto {
width: 600px;
position: relative;
top: 0px;
right: 0px;
float: right;
display: inline-block;
margin: 10px 10px 0px 0px;
max-height: 600px;
}

.objectFullPhoto img:first-of-type {
/*width: 100%;*/
/*position: relative;*/
}

.objectFullPhoto img {
border-radius: 5px;
max-height: 600px;
}

.objectFullPhoto a:first-child {
width: 480px;
}

.objectFullPhoto a {  
position: relative;
float: left;  
width: 220px;  
margin: 10px;
}

/*.userComment {
position: absolute;
display: block;
width: 270px;
top: 570px;
right: 308px;
min-height: 100px;
padding: 10px;
}*/

.archive_layer {
position: absolute;
top: 200px;
color: #FF0000;
font-size: 115px;
z-index: 1000;
border: 10px solid #ff0000;
border-radius: 45px;
padding: 25px;
-webkit-transform: rotate(-19deg);
-moz-transform: rotate(-19deg);
-o-transform: rotate(-19deg);
-ms-transform: rotate(-19deg);
background-color: rgba(255,255,255,0.7);
}

.userComment {
position: relative;
display: block;
width: 575px;
/* top: 508px; */
/* left: 190px; */
min-height: 100px;
padding: 10px;
float: right;
margin-top: 20px;
font-size: 13px;
}

.userComment p {
position: absolute;
top: -25px;
left: 10px;
color: #999;
margin: 0px;
font-size: 16px;
}

#PSPromo {
position: absolute;
width: 200px;
top: 20px;
right: 0px;
}

#PSPromo > .verticalSectionHeader {
position: relative;
top: 20px;
}

#map {
width: 600px;
height: 300px;
position: relative;
display: inline;
bottom: 10px;
right: 10px;
float: right;
margin: 30px 0px 20px 0px;
}

#map p {
position: absolute;
top: -46px;
left: 5px;
color: #999;
}

/* END OBJECT FULL VIEW */

/* START PAGINATION */
div.pager {
    position: absolute;
    top: 20px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    max-width: 950px;
    width: 940px;
}

div.pager h2 {
display: inline-block;
color: #999;
margin: 5px 0px 5px 0px;
}

div.pager > span {
box-shadow: 1px 1px 0px 1px #999999;
color: #999999 !important;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
font-size: 12px;
padding: 7px 9px 7px 9px;
border-radius: 2px;
margin-left: 4px;
}

div.pager span:hover {
cursor: pointer;
}

div.pager span.active {
box-shadow: 3px 3px 0px -1px #999999 inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}

div.pager span.active:hover {
cursor: default;
}

/**/
div.pager a {
box-shadow: 1px 1px 0px 1px #999999;
color: #999999 !important;
background-image: linear-gradient(to top left,#fff 50%,#dfdfdf 100%);
font-size: 14px;
padding: 7px 9px 7px 9px;
border-radius: 2px;
margin-left: 4px;
text-decoration: none !important;
}

div.pager a:hover {
cursor: pointer;
}

div.pager a.active {
box-shadow: 3px 3px 0px -1px #999999 inset;
color: #000;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%);
}

div.pager a.active:hover {
cursor: default;
}

.navigation {
position: absolute;
top: 45px !important;
font-weight: bold;
}

div.navigation > span {
box-shadow: 3px 3px 0px -1px #999999 inset !important;
color: #000 !important;
font-weight: bold;
background-image: linear-gradient(to bottom right,#fff 50%,#dfdfdf 100%) !important;
}
/**/

/* END PAGINATION */

.nodisplay {
display: none !important;
}

.display {
display: inline-block !important;
}

#user_object_photos {
position: relative;
left: 30px;
}

.img_wrap {
width: 145px;
height: 120px;
display: block;
position: absolute;
bottom: 5px;
right: 5px;
overflow: hidden;
}

.footer {
clear: both;
margin: 10px 30px 10px 60px;
}

.footer p {
color: #999;
font-size: 11px;
}

section#catalog {
border-top: 2px solid #999;
}

#catalogHeader {
position: relative;
top: -14px;
}

.catalog {
position: relative;
top: 0px;
left: 0px;
width: 940px;
padding: 30px;
height: auto;
display: inline-block;
}

.catalog_profile {
/*width: 160px;*/
width: 195px;
height: 287px;
/*border: 2px solid #999;*/
padding: 20px 0px 15px 0px;
display: inline-block;
position: relative;
border-radius: 13px;
top: 0px;
left: 0px;
overflow: hidden;
background: url("/templates/Default/img/catbg.png") -3px -5px no-repeat;
color: #000;
margin: 10px 19px 10px 18px;
}

.catalog_profile:hover {
box-shadow: 0px 1px 15px 4px #3ABCEE !important;
-webkit-box-shadow: 0px 1px 15px 4px #3ABCEE !important;
}

.catalog_profile h3 {
position: relative;
margin: 13px 25px 13px 25px;
color: #000;
font-weight: bold;
font-size: 14px;
display: block;
top: 0px;
left: 0px;
}

.catalog_profile img {
height: 157px;
}

.cat_img_wrapper {
width: 160px;
height: 157px;
position: relative;
top: 0px;
left: 0px;
overflow: hidden;
text-align: center;
margin: 0 auto;
}

.catalog_profile p {
margin: 5px 25px;
font-size: 14px;
}

.profile_sample {
position: absolute;
top: 140px;
right: 100px;
}

.label {
min-width: 250px;
}

#manage_agents {
position: absolute;
bottom: 2px;
right: 30px;
}

.agency_catalog_profile a.cat_link:nth-of-type(odd) div.catalog_profile{
margin-left: 0px;
}

.agency_catalog_profile a.cat_link:nth-of-type(even) div.catalog_profile{
margin-right: 0px;
}

#renewProfile {
display: none;
}

#renewProfile tr td {
padding: 2px 0px 2px 0px;
}

#renewProfile tr td:first-of-type {
max-width: 135px;
min-width: 100px;
}

#renewProfile tr td:last-of-type {
padding-left: 40px;
}

#renewProfile select {
width: 155px;
height: 24px;
border-radius: 5px;
}

.dpad h2.heading {
margin: 20px 0px 0px 20px;
}

.static {
border-top: 2px solid #999;
border-bottom: 2px solid #999;
padding: 20px 40px 30px 40px;
font-family: Arial, sans-serif;
font-size: 16px;
}

.static b {
font-weight: bold;
font-size: 17px;
}

.static ul {
margin: 4px 0px;
}

.static ul li {
list-style: circle;
margin-left: 18px;
}

.stats {
position: relative;
margin: 4px;
width: 300px;
float: left;
}

.stats tr {
border: 1px solid #999;
}

.stats th {
padding: 5px;
background: #909090;
}

.stats tr td {
padding: 3px;
}

.stats tr td:first-of-type {
width: 90px;
}

#adContainer {
position: absolute;
top: 60px;
left: 0px;
}