#content_main {
    position:relative;
    background: transparent;
    width: 703px;
    min-height: 600px;
    height:600px;
    float: left;
    padding: 0px;
    margin: 0px;
    top: 15px;
    left: 172px;
}

div[id] #content_main {
    height:auto;
}

#inner_content {
    border: 2px solid #ffff33;
    width: 720px;
    background: #222200;
    padding: 10px;
    font: 12px Helvetica,Verdana,Arial,Times;
    color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

div[id] #inner_content {
     height: auto;
}

.contacts .contact {
    color: black;
}

.contacts .phone {
    color: black;
}

.contacts .fax {
    color:black;
}

.listings .sort_bar table td {
  background: white;
  color: black;
}

.listings .search .buttons a {
  border: none !important;
  background: transparent !important;
  color: blue;
  font-weight: normal;
}

.listings .search .buttons a img {
  display: none;
}