body {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #404040;
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
    font-family: "Istok Web", arial, sans-serif;
    font-size: 23px;
    line-height:27px;
    color: #ffffff;
    font-weight: normal;
}

h1.search-heading {
    margin: 0;
    padding: 0;
    font-family: "Istok Web", arial, sans-serif;
    font-size: 31px;
    line-height:27px;
    color: #ffffff;
    font-weight: normal;
}

h1.search-heading-promo {
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-family: "Istok Web", arial, sans-serif;
    font-size: 31px;
    line-height:50px;
    color: #ffffff;
    font-weight: normal;
}

h2.block-title {
    color: #ffffff;
    margin: 7px 0 0 13px;
    padding: 0;
    font-family: "Istok Web", arial, sans-serif;
    font-size: 22px;  
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #404040;
}

img {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* IE6 */
* html .clearfix {
    height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
    min-height: 1%;
}

.green {
    color: #a2c301;
}

.dark-green {
    color: #22ab52;
}