body {
  background: #ffffff url(/images/bg.gif) repeat left top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #00b0ff;
}
a:hover {
  color: #0086c2;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.btn {
  display: inline-block;
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #c81b24;
  border: 1px solid #a9161c;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #eeeeee, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  font-size: 13px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  background-color: #a90c14;
  color: #fff;
}
.btn-mini-search {
  display: inline-block;
  padding: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-indent: -1000px;
  overflow: hidden;
  color: #fff;
  background-color: #c81b24;
  border: 1px solid #a9161c;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #eeeeee, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  font-size: 13px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.btn-mini-search span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/icons.png) no-repeat left top;
  margin: 4px 0 0 5px;
}
.btn-mini {
  display: inline-block;
  padding: 0;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  color: #fff;
  background-color: #c81b24;
  border: 1px solid #a9161c;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #eeeeee, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  font-size: 12px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.info_message,
.success_message,
.warning_message,
.error_message {
  min-height: 18px;
  border-width: 1px;
  border-style: solid;
  display: block;
  color: #404040;
  font-family: Arial;
  font-size: 13px;
  line-height: 18px;
  background-position: 9px 9px;
  background-repeat: no-repeat;
  padding: 10px 12px 10px 38px;
  margin: 15px 15px 0 15px;
  border-radius: 3px;
}
.info_message h4,
.success_message h4,
.warning_message h4,
.error_message h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.info_message a,
.success_message a,
.warning_message a,
.error_message a {
  text-decoration: underline;
  color: #404040;
  cursor: pointer;
}
.info_message a:hover,
.success_message a:hover,
.warning_message a:hover,
.error_message a:hover {
  text-decoration: none;
}
.info_message {
  background-color: #dbecff;
  border-color: #9fc7f5;
  background-image: url(/Css/images/info_icon.png);
}
.success_message {
  background-color: #d4ffcd;
  border-color: #9adf8f;
  background-image: url(/Css/images/success_icon.png);
}
.warning_message {
  background-color: #fefccb;
  border-color: #e5db55;
  background-image: url(/Css/images/warning_icon.png);
}
.error_message {
  background-color: #ffdcdc;
  border-color: #f6abab;
  background-image: url(/Css/images/error_icon.png);
}
.validation {
  display: inline-block;
  float: left;
  padding: 6px;
}
.main-container {
  width: 980px;
  margin: 10px auto;
}
.header {
  height: 195px;
  margin: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px #ddd;
}
.header .header-image {
  height: 150px;
  background: no-repeat left top;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.header .logo {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 15px;
  top: 15px;
  height: 100px;
  padding: 10px 30px 10px 10px;
  border-radius: 3px;
}
.header .logo a {
  float: left;
  margin-right: 10px;
}
.header .logo div {
  float: left;
  margin-top: 30px;
}
.header .logo div h1 {
  font-size: 24px;
  color: #222;
  margin-bottom: 3px;
}
.header .logo div h2 {
  font-size: 12px;
  color: #777;
}
.header .agents {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 15px;
  top: 15px;
  height: 90px;
  overflow: hidden;
  padding: 15px;
  border-radius: 3px;
}
.header .agents .crsl {
  position: relative;
  width: 250px;
}
.header .agents .crsl ul {
  margin: 0;
  padding: 0;
  zoom: 1;
  list-style: none;
}
.header .agents .crsl ul li {
  width: 250px;
  text-align: right;
  font-size: 12px;
  line-height: 1.33em;
  float: left;
}
.header .agents .crsl ul li a {
  float: right;
  margin-left: 10px;
  display: block;
  width: 66px;
  background-color: #fff;
}
.header .agents .crsl ul li .user-info {
  float: right;
  display: inline-block;
  line-height: 16px;
  margin-top: -2px;
}
.header .agents .crsl .carousel-control {
  position: absolute;
  z-index: 9;
  background: url(/images/crsl_arr.png) no-repeat left top;
  overflow: hidden;
  display: inline-block;
  width: 19px;
  height: 20px;
  cursor: pointer;
  text-indent: -999px;
  zoom: 1;
}
.header .agents .crsl .carousel-next {
  top: 70px;
  right: 0;
  background-position: right top;
}
.header .agents .crsl .carousel-previous {
  top: 70px;
  right: 24px;
  background-position: left top;
}
.header .nav {
  height: 45px;
  border-radius: 0 0 5px 5px;
}
.header .nav ul li {
  float: left;
}
.header .nav ul li a {
  display: block;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
}
.header .nav ul li.homepage a {
  border-left: none;
  border-radius: 0 0 0 5px;
}
.header .lang {
  position: absolute;
  right: 11px;
  bottom: 11px;
  z-index: 1;
}
.header .lang .inner {
  padding: 5px;
  background: #f0f0f0 url(/images/arr-lang-down.gif) no-repeat 30px center;
  padding-right: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 #222;
}
.header .lang .dd {
  display: none;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  background-color: #f0f0f0;
  margin-top: -2px;
  right: 0;
  border: 1px solid #fff;
  border-radius: 2px 0 2px 2px;
  box-shadow: 0 0 2px 0 #222;
}
.header .lang .dd a {
  display: block;
  font-size: 11px;
  white-space: nowrap;
  padding: 5px;
}
.header .lang .dd a img {
  margin-right: 5px;
}
.header .lang:hover .dd {
  display: block;
}
.header .agents .crsl ul li b,
.header .agents ul li span {
  display: block;
  white-space: nowrap;
  float: right;
  clear: both;
}
.header .nav ul li.team,
.footer .nav ul li.team {
  border-right-width: 1px;
  border-right-style: solid;
}
.header .lang .dd a:hover,
.header .lang .dd a.selected {
  background-color: #fff;
}
.footer .nav {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 2px 1px #aaa;
}
.footer .nav ul li {
  float: left;
}
.footer .nav ul li a {
  display: block;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  border-left: 1px solid #2e95c2;
  border-right: 1px solid #005478;
}
.footer .nav ul li.homepage a {
  border-left: none;
  border-radius: 5px 0 0 5px;
}
.footer .provider {
  float: left;
  font-size: 10px;
  line-height: 13px;
  white-space: nowrap;
}
.footer .provider img {
  float: left;
  margin-right: 5px;
}
.footer .copyright {
  float: right;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
.col-1 {
  width: 225px;
  margin: 10px;
  float: left;
}
.col-2 {
  width: 470px;
  margin: 10px;
  float: left;
}
.col-3 {
  width: 715px;
  margin: 10px;
  float: left;
}
.col-4 {
  width: 960px;
  margin: 10px;
  float: left;
}
.box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
}
.box .t {
  padding: 0 0 0 20px;
  height: 24px;
  line-height: 24px;
  margin-left: -20px;
  font-size: 15px;
  color: #fff;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  position: relative;
}
.box .t .fold {
  position: absolute;
  bottom: -5px;
  left: 1px;
}
.box .c {
  padding-top: 15px;
}
.box-tab {
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 20px;
}
.box-tab .t {
  padding: 0 0 0 20px;
  height: 39px;
  line-height: 39px;
  background-color: #f8f8f8;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}
.box-tab .t b {
  float: left;
  font-weight: normal;
}
.box-tab .c {
  padding: 15px;
}
.box-tab ul.tab {
  float: left;
  margin-top: 4px;
  margin-left: 20px;
}
.box-tab ul.tab li {
  float: left;
}
.box-tab ul.tab li a {
  float: left;
  color: #777;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
}
.box-tab ul.tab li a:hover {
  color: #000;
}
.box-tab ul.tab li.selected a {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.box .t .icon,
.box-tab .t .icon {
  float: left;
  width: 16px;
  height: 16px;
}
.form {
  font-size: 11px;
}
.form .c1 {
  width: 90px;
  height: 50px;
}
.form .c2 {
  width: 192px;
  height: 50px;
}
.form label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
.form span {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
input[type=text],
select,
textarea {
  font-size: 11px;
  height: 26px;
  line-height: 26px;
  text-indent: 5px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(147, 147, 147, 0.1) inset;
}
select {
  text-indent: 0;
  padding: 3px 3px 3px 0;
  height: 24px;
}
textarea {
  height: 110px;
}
.chosen {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.chosen label {
  margin-bottom: 8px;
}
.chosen a {
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0 4px 0 17px;
  margin-left: 3px;
  background: url(/images/cross.gif) no-repeat 5px center;
  font-size: 11px;
  font-family: tahoma;
  margin-bottom: 5px;
  color: #666;
  border-radius: 3px;
}
.chosen a.aspNetDisabled,
.chosen a.aspNetDisabled:hover {
  background: #ccc;
  border: 1px solid #aaa;
  color: #999;
  padding: 0 4px;
  margin: 0;
}
.total {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin-left: 20px;
}
.total b {
  color: #C00;
}
.extendedCssform .row {
  clear: left;
  margin: 0;
  padding: 8px 0 8px 0;
  padding-left: 125px;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.extendedCssform .row2 {
  clear: left;
  margin: 0;
  padding: 8px 0 8px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.extendedCssform .row3 {
  clear: left;
  margin: 0;
  padding: 8px 0 8px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
}
.extendedCssform .buttonRow {
  clear: left;
  margin: 0;
  padding: 8px 0 8px 0;
  padding-left: 125px;
}
.extendedCssform .label {
  font: bold 12px Tahoma;
  float: left;
  margin-left: -125px;
  width: 120px;
  color: #666666;
  margin-top: 2px;
}
.extendedCssform .col {
  float: left;
  width: 185px;
}
.extendedCssform .sublabel {
  display: block;
  float: left;
  line-height: 28px;
  margin-right: 6px;
}
.extendedCssform .radioline {
  display: block;
  height: 18px;
}
.extendedCssform .radiolist br {
  clear: both;
}
.extendedCssform select {
  width: 170px;
}
.extendedCssform .row2 .label,
.extendedCssform .row3 .label {
  display: block;
  float: none;
  margin-left: 0;
  margin-bottom: 5px;
}
.extendedCssform .radioline input[type=radio],
.extendedCssform .radiolist input[type=radio] {
  float: left;
  margin: 2px 3px 0 0;
  *margin: -1px 0 0 0;
  padding: 0;
}
.extendedCssform .checklist input[type=checkbox],
#pnlDetailSearch .cb-list input[type=checkbox] {
  float: left;
  margin: 3px 5px 0 0;
  *margin: -1px 0 0 0;
}
.extendedCssform .radioline label,
.extendedCssform .radiolist label,
.extendedCssform .checklist label {
  float: left;
  margin-right: 15px;
  line-height: 18px;
}
#pnlDetailSearch .cb-list label {
  width: 114px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  line-height: 18px;
}
.extendedCssform .subselect,
#pnlDetailSearch select {
  height: 28px;
  padding: 5px 5px 5px 3px;
  text-indent: 0;
}
.contact-form .row {
  border-bottom: none;
}
.cb-list {
  width: 100%;
}
.cb-list td {
  padding: 3px;
  width: 17%;
}
#collapsible {
  display: none;
}
#lnkDetailedSearch {
  display: block;
  background: #222222 url(/images/collapse.png) no-repeat left top;
  color: #fff;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding-left: 33px;
  border-radius: 3px;
}
#lnkDetailedSearch:hover {
  background-color: #333;
}
#lnkDetailedSearch.open {
  background-position: left bottom;
}
.showcase {
  font-size: 11px;
  line-height: 14px;
  color: #888;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.showcase td {
  width: 25%;
  padding: 4px;
  height: 132px;
}
.showcase a {
  font-size: 11px;
  display: block;
}
.showcase a img {
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.showcase b {
  color: #333;
  display: block;
}
.showcase .column {
  float: left;
  width: 109px;
}
.showcase .column div {
  height: 140px;
  overflow: hidden;
}
.news {
  font-size: 11px;
  width: 100%;
  line-height: 15px;
  color: #888;
}
.news td {
  padding-right: 30px;
  height: 140px;
  width: 219px;
}
.news td .thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news td .all {
  display: block;
}
.news td b {
  display: block;
  margin-bottom: 10px;
  color: #111;
}
.portfolio {
  font-size: 11px;
}
.portfolio div {
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.portfolio div .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: -22px;
}
.portfolio div b {
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
}
.portfolio div a {
  display: block;
  line-height: 16px;
}
.portfolio div:last-child {
  padding: 0 0 0 20px;
  margin-bottom: 0;
  border-bottom: none;
}
.contact {
  font-size: 12px;
}
.contact li {
  padding-left: 21px;
  line-height: 16px;
  margin-bottom: 5px;
}
.contact li .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: -21px;
}
.contact-name {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 15px 0;
}
.parity {
  font-size: 12px;
}
.parity table {
  width: 100%;
}
.parity td {
  padding: 4px;
}
.parity p {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.forecast {
  padding-left: 45px;
  font-size: 11px;
  line-height: 14px;
}
.forecast img {
  margin-left: -45px;
  float: left;
}
.request {
  display: block;
  width: 168px;
  padding: 8px 0 0 55px;
  height: 42px;
  background: url(/images/request.png) no-repeat 10px 10px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.text-content {
  font-size: 14px;
  line-height: 1.33em;
}
.search-results {
  font-size: 13px;
  line-height: 17px;
}
.search-results p {
  float: left;
  margin-right: 1px;
  text-align: center;
}
.search-results p.no {
  width: 90px;
}
.search-results p.dt {
  width: 90px;
}
.search-results p.rm {
  width: 103px;
}
.search-results p.mt {
  width: 75px;
}
.search-results p.pr {
  width: 150px;
}
.search-results .item {
  height: 120px;
}
.search-results .item .thumb {
  float: left;
  margin-right: 10px;
}
.search-results .item .title {
  display: block;
}
.search-results .item b {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #bbb;
}
.search-results .item p {
  margin-top: 19px;
  line-height: 50px;
  height: 50px;
  background: #eee;
  font-size: 14px;
}
.search-results .item p.pr {
  color: #C30;
}
.search-results .item .compare {
  display: none;
  float: right;
  margin-top: 10px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background-color: #066;
  border: 1px solid #033;
  color: #fff;
  border-radius: 3px;
}
.search-results .item .compare:hover {
  background-color: #099;
  border: 1px solid #066;
}
.search-results .item .remove {
  float: right;
  margin-top: 10px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  background-color: #c33;
  border: 1px solid #c00;
}
.search-results .item .remove:hover {
  background-color: #000;
  border: 1px solid #940000;
}
.search-results .item:hover .compare {
  display: block;
}
.search-results .spr {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 20px 0;
}
.list-options {
  margin-bottom: 15px;
}
.list-options .toggle {
  float: left;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  background-color: #333;
  border: 1px solid #111;
  color: #fff;
  border-radius: 3px;
}
.list-options .toggle:hover {
  background-color: #666;
}
.list-options .tags {
  font-size: 13px;
  color: #c00;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-options ul {
  height: 24px;
  clear: both;
  margin-top: 10px;
}
.list-options ul li {
  float: right;
  margin-left: 5px;
}
.list-options ul li.left {
  float: left;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
}
.list-options ul li.left b {
  color: #c00;
}
.list-titles {
  height: 44px;
}
.list-titles p {
  height: 24px;
  line-height: 24px;
  color: #fff;
}
.list-titles .thumb {
  width: 169px;
}
.search-results-small {
  font-size: 12px;
  line-height: 17px;
}
.search-results-small .list-titles .thumb {
  width: 104px;
}
.search-results-small p {
  float: left;
  margin-right: 1px;
  text-align: center;
}
.search-results-small p.no {
  width: 80px;
}
.search-results-small p.ty {
  width: 160px;
}
.search-results-small p.dt {
  width: 80px;
}
.search-results-small p.rm {
  width: 53px;
}
.search-results-small p.mt {
  width: 90px;
}
.search-results-small p.pr {
  width: 108px;
}
.search-results-small .item {
  height: 75px;
  position: relative;
}
.search-results-small .item .thumb {
  float: left;
  margin-right: 5px;
}
.search-results-small .item .title {
  display: block;
}
.search-results-small .item b {
  display: block;
  font-weight: normal;
  color: #bbb;
}
.search-results-small .item p {
  margin-top: 9px;
  line-height: 30px;
  height: 30px;
  background: #eee;
}
.search-results-small .item p.pr {
  color: #C30;
}
.search-results-small .item .compare {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background-color: #066;
  border: 1px solid #033;
  color: #fff;
  border-radius: 3px;
}
.search-results-small .item .compare:hover {
  background-color: #099;
  border: 1px solid #066;
}
.search-results-small .item .remove {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  border-radius: 3px;
  background-color: #c33;
  border: 1px solid #c00;
}
.search-results-small .item .remove:hover {
  background-color: #000;
  border: 1px solid #940000;
}
.search-results-small .item:hover .compare {
  display: block;
}
.search-results-small .spr {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 20px 0;
}
sup {
  font-size: 11px;
}
.pager {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
  text-align: center;
  margin-top: 20px;
}
.pager span {
  margin: auto;
  position: relative;
}
.pager span a {
  background-color: #d1e1fa;
  border: 1px solid #b6d0f7;
  font: 11px tahoma;
  padding: 6px 8px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 2px;
}
.pager .pagerFirst {
  background: #d1e1fa url(/images/arrow_left2.gif) no-repeat center center;
  width: 15px;
}
.pager .pagerPrev {
  background: #d1e1fa url(/images/arrow_left.gif) no-repeat center center;
  width: 15px;
}
.pager .pagerNext {
  background: #d1e1fa url(/images/arrow_right.gif) no-repeat center center;
  width: 15px;
}
.pager .pagerLast {
  background: #d1e1fa url(/images/arrow_right2.gif) no-repeat center center;
  width: 15px;
}
.detail .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.detail .title h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.detail .title h2 {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 6px;
}
.detail .title h3 {
  color: #c33;
  font-size: 18px;
  font-weight: bold;
}
dl.realty-details {
  width: 265px;
  font-size: 12px;
  float: left;
  margin-left: 15px;
  color: #222;
}
dl.realty-details dt {
  background: #f1f1f1;
  float: left;
  margin-right: 6px;
  margin-bottom: 1px;
  padding: 5px;
  width: 120px;
}
dl.realty-details dd {
  margin-bottom: 1px;
  padding: 5px 0;
  color: #444;
}
.details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.details ul li {
  float: left;
  width: 125px;
  background: url(/images/miniCheck.gif) no-repeat 0 6px;
  padding: 3px 0 3px 10px;
  margin: 0 1px 1px 0;
  color: #333;
  font-size: 12px;
}
.tools {
  padding: 5px 15px;
}
.tools a {
  display: block;
  font-size: 13px;
  color: #333;
  height: 30px;
  line-height: 32px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 4px 24px;
}
.tools a:last-child {
  border-bottom: none;
}
.tools a.print {
  background: url(/images/printer.png) no-repeat left 8px;
}
.tools a.msg {
  background: url(/images/message.png) no-repeat left 9px;
}
.tools a.send {
  background: url(/images/send.png) no-repeat 1px 8px;
}
.tools a.portal {
  background: url(/images/portal.png) no-repeat left 8px;
}
.tools a:hover {
  color: #0086c2;
}
.team {
  font-size: 12px;
  line-height: 18px;
}
.team li {
  float: left;
  width: 252px;
  height: 150px;
  padding-left: 76px;
}
.team li img {
  margin-left: -76px;
  float: left;
}
.team li b {
  display: block;
}
.team li i {
  display: block;
  font-style: italic;
}
.team li div {
  padding-left: 80px;
}
.team li div span {
  margin-left: -80px;
  float: left;
}
.team li .btn-mini {
  margin-top: 10px;
}
.icon-search {
  background: url(/images/icons.png) no-repeat left top;
  margin-right: 3px;
  margin-top: 4px;
}
.icon-portfolio {
  background: url(/images/icons.png) no-repeat left -16px;
  margin-right: 3px;
  margin-top: 4px;
}
.icon-contact {
  background: url(/images/icons.png) no-repeat left -32px;
  margin-right: 5px;
  margin-top: 5px;
}
.icon-parity {
  background: url(/images/icons.png) no-repeat left -48px;
  margin-right: 5px;
  margin-top: 5px;
}
.icon-forecast {
  background: url(/images/icons.png) no-repeat left -64px;
  margin-right: 5px;
  margin-top: 5px;
}
.icon-showcase {
  background: url(/images/icons.png) no-repeat left -80px;
  margin-right: 3px;
  margin-top: 11px;
}
.icon-news {
  background: url(/images/icons.png) no-repeat left -96px;
  margin-right: 3px;
  margin-top: 11px;
}
.icon-featured {
  background: url(/images/icons.png) no-repeat left -112px;
  margin-right: 3px;
  margin-top: 11px;
}
.icon-residence {
  width: 16px;
  height: 16px;
  background: url(/images/left-icons.png) no-repeat left top;
}
.icon-bussiness {
  width: 16px;
  height: 16px;
  background: url(/images/left-icons.png) no-repeat left -16px;
}
.icon-timeshare {
  width: 16px;
  height: 16px;
  background: url(/images/left-icons.png) no-repeat left -32px;
}
.icon-touristic {
  width: 16px;
  height: 16px;
  background: url(/images/left-icons.png) no-repeat left -48px;
}
.icon-land {
  background: url(/images/icons.png) no-repeat left -160px;
}
.icon-adr {
  background: url(/images/icons.png) no-repeat left -176px;
}
.icon-tel {
  background: url(/images/icons.png) no-repeat left -192px;
}
.icon-mob {
  background: url(/images/icons.png) no-repeat left -208px;
}
.modalBackground {
  -moz-opacity: .40;
  background-color: #000;
  filter: alpha(opacity=40);
  opacity: .40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.modalMain {
  padding: 4px;
  -webkit-filter: DropShadow(Color=#515151, OffX=3, OffY=3, Positive=positive);
          filter: DropShadow(Color=#515151, OffX=3, OffY=3, Positive=positive);
}
.modalHeader {
  background-color: #FFF;
  border-bottom: 2px solid #bd0000;
  color: #515151;
  font: bold 12px Verdana;
  height: 15px;
  padding: 7px 10px;
  position: relative;
}
.modalHeader input {
  position: absolute;
  right: 8px;
  top: 8px;
}
.modalContent {
  background-color: #f3f3f3;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #FFF;
  padding: 10px;
}
.formTable {
  font-size: 13px;
}
.formTable th {
  text-align: right;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  white-space: nowrap;
}
.formTable td {
  padding: 5px;
  vertical-align: top;
}
.formTable .btn {
  margin-right: 10px;
}
.hint {
  background: url(/images/infoIcon.gif) no-repeat left top;
  line-height: 16px;
  padding-left: 20px;
  display: inline-block;
  font-size: 12px;
  color: #5b9fd8;
}
.error {
  background: url(/images/error.png) no-repeat left top;
  line-height: 16px;
  padding-left: 20px;
  display: inline-block;
  font-size: 12px;
  color: #C00;
}
.error-block {
  display: block;
  border: 1px solid #900;
  background: #ff8080 url(/images/error.png) no-repeat 10px 10px;
  line-height: 16px;
  padding: 10px 10px 10px  30px;
  font-size: 12px;
  color: #000;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.ok-block {
  display: block;
  border: 1px solid #066;
  background: #66cc99 url(/images/ok.png) no-repeat 10px 10px;
  line-height: 16px;
  padding: 10px 10px 10px  30px;
  font-size: 12px;
  color: #000;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.customStyleSelectBox {
  color: #333;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #ddd;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
.customStyleSelectBoxInner {
  background: url(/Css/images/arrDown.gif) no-repeat center right;
}
#page-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #333333 url(/images/ajax-loader.gif) no-repeat center;
  z-index: 9999999999;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.share-button-widget {
  clear: both;
  height: 32px;
  line-height: 32px;
}
.share-button-widget .share-header {
  float: left;
  width: 70px;
  font-size: 13px;
}
.share-button-widget .share-header .share-icon {
  background: url(/images/share-icon.png) no-repeat center;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
  margin-right: 10px;
}
.share-button-widget .buttons {
  float: right;
}
.share-button-widget .buttons a {
  display: inline-block;
  float: left;
  padding: 7px 0 0 5px;
}


