/**
  * IE 7 Stylesheet.
  * @author dzemal.becirevic@gmail.com
  */
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom: 1;
}

span.border-white {
    display:   block;
    width:     100%;
    /**
     * min-width: 100% tell IE that the span needs to take up place although
     * it does not have any content.
     */
    min-width: 100%;
    font-size: 2px; /* Need to use this, margin-bottom doesn't work ... */
}

.left-arrow {
    margin-top:    5px!important;
    margin-bottom: 4px;
    margin-right:  4px;
}

.right-arrow {
    margin-bottom: 4px;
    margin-left:   4px;
}

.galleria-stage {
    height: 325px;
}

section.object-description div.column.width-25,
article.group div.column.width-25 {
    width: 24.9%;
}
div.navigation,
div.search-box {
    position: relative;
    z-index: 1;
}

div.search-box-form {
    position:   absolute;
    background: url('/gfx/transparent_white.png');
    z-index:    999;
}

#price-min-1 {
    float: left;
    margin-right: 5px;
}

.galleria-container.fullscreen .galleria-stage {
    height: 100%;
}

section#promoted header h2 {
    margin-bottom: 20px;
}

section.object-description header h1 {
    line-height: 1.2em;
}

a.locale {
    top: -1px!important;
}

button#search-box {
    top: 2px!important;
}

span.border-white {
    background: #fff;
    height: 1px;
}

a.share-button {
    margin-right: 4px;
}

article.team-container div.realtor a,
a.email {
    height: auto !important;
    width: auto!important;
}

article.team-container div.realtor p a {
    display: inline;
    width: 140px;
}

a.fb-firstpage-like.no-margin-right.second span.like-count {
    top: 0!important;
}

img.like-thumb {
    top: 0!important;
}

nav#top-menu .search-box button#search-box {
    line-height: 20px;
    top: 0!important;
}

article.group h1 {
    margin-top: 0!important;
}

#top-menu {
    height: 17px;
}
div.search-box {
    top: -2px;
}

div.search-box div.share a.locale {
    position: relative;
    top: -2px!important;
}

div.search-box div.share a.share-button {
    top: 0px!important;
}

article.team-container div.realtor img {
    width: 200px;
    height: 245px;
}