img.ruble-img { height: 1.5ex; }
span.dot { position:absolute; text-indent: -1000em; }

body, td, input, textarea, select {
  font-family: arial, sans-serif;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 14px;
  line-height: 1.5em;
}

#container {
  width: 100%;
  height:100%;
  margin: 0px auto;
}

#mapContainer {
  width: 100%;
  height: 100%;
  float: left;
  margin-right: -300px;
}

#map {
  height: 100%;
  margin-right: 300px;
}

#mapTooltip .small {
  font-size: 12px;
  line-height: 1.5em;	
}

#right {
  width: 300px;
  background: #ffffff;
  float: right;
  height: 100%;
}

#toolbar {
}

#add {
  padding-left: 30px;
  background: url('img/add.png') no-repeat center left;
  cursor: pointer;
}

#city {
  padding-right: 30px;
  background: url('img/select.png') no-repeat center right;
  cursor: pointer;
}

#cities {
  top: -10000px;
  z-index: 50;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #000000;
  display: none;
  list-style-type: none;
  padding: 10px 0px;
  margin: 0px;
}

#cities li {
  padding: 0px 10px;
}

#cities li:hover {
  background-color: #00ff00;
}

#mapTooltip {
  position: absolute;
  top: -10000px;
  padding: 5px;
  background: #303030;
  width: 150px;
  color: #FFFFFF;
  z-index: 5000;
}

#intro h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0.75em;
}

#greenLegend {
  margin-top: 1em;
  padding-left: 20px;
  background: url('img/green.png') no-repeat center left;
}

#redLegend {
  margin-top: 1em;
  padding-left: 20px;
  background: url('img/red.png') no-repeat center left;
}

#ad {
  display: none;
}

#owner {
  display: none;
}

#gallery {
  width: 290px;
  height: 220px;
  background-color: #303030;
  margin: 10px auto;
}

#gallery img {
  margin: 5px;
}

.price {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

.phone {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0.5em 0em;
}

.description {
}

#fraud {
  margin-top: 1em;
  padding-left: 30px;
  background: url('img/fraud.png') no-repeat center left;
  cursor: pointer;
}

#fraud:hover {
  text-decoration: underline;
}

#footer {
  text-align: center;
  margin-top: 5px;
}

#socialBookmarks {
  display: inline;
  margin-left: 20px;
}

#supportLink {
  margin-left: 20px;
}

#infoLink {
  margin-left: 20px;
}

#socialBookmarks span:hover {
  text-decoration: underline;
}

#socialIcon {
  width: 16px;
  height: 16px;
  border: none;
}

#screen {
  position: absolute;
  display: none; 
  z-index: 200; 
  background-color: #202020;
  filter:alpha(opacity=50);
  -moz-opacity:.5;
  opacity:.5;
}

.popup {
  position:absolute;
  display: block;
  z-index:400;
  background-color: #ffffff;
  top: -10000px;
  padding: 10px;
}

.popupTitle {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0em 0em 0.5em 0em;
}

.popupClose {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url('img/close.png') no-repeat center;
  display: inline;
}

.note{
  color: #606060;
}

.formControls {
  text-align: center;
}

#fraudPopup {
  width: 400px;
}

#fraudMessage {
  width: 100%;
  height: 200px;
}

#addPopup {
  width: 700px;
}

#addDescInput {
  width: 100%;
  height: 100px;
}

#addFeedback {
  border: 1px solid #ff0000;
  padding: 10px;
  margin-top: 3px;
}

.errorRecord {
  color: #ff0000;
  padding: 0px 0px 0px 20px;
  background: url('img/warning.png') no-repeat center left;  
}

.errorFocus {
  text-decoration: underline;
  cursor: pointer;  
}

#addWizardStep {
 width: 700px;
 height: 450px;
}

#addTable th {
  font-weight: normal;
  text-align: right;
}

#addWizardMap {
 width: 400px;
 height: 440px;
 float: left;
}

#addMapDesc {
 margin-left: 10px;
 width: 290px;
 float: left;
}

#noCodeEntered {
  margin-top: 1em;
  padding-left: 30px;
  background: url('img/info.png') no-repeat center left;
  cursor: pointer;
  text-decoration: underline;
  color: #0000ff;
}

#noCodeEntered:hover {
  font-weight: bold;
}

#codePopup {
  width: 850px;
}

#codeDesc {
  float: left;
  width: 250px;
}

#smsIFrame {
  float: left;
  border: none;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #606060;
  width: 578px;
  height: 420px;
}

#comissionWarning {
  margin-top: 1em;
  font-weight: bold;
  color: #8B0000;
}

#afterCodeInputPopup {
	width: 400px;
}

#errorCodeInput {
  display: none;
}

#inputCodeOk {
  display: none;
}