/* text & links */
H1 {
    font-size: 2.5em;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    margin: 9px 0px;
    padding:0px;
}
H2 {
    font-size: 2em;
    font-weight: normal;
    color: #333;
    line-height: 1.15;
    margin-top: 9px;
    margin-bottom: 9px;
    padding:0px;
}
H3 {
    font-size: 1.5em;
    font-weight: normal;
    color: #333;
    line-height: 1.2;
    margin-top: 9px;
    margin-bottom: 9px;
    padding:0px;
}
H4 {
    font-size: 1.15em;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-top: 9px;
    margin-bottom: 9px;
    padding:0px;
}
H5 {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-top: 9px;
    margin-bottom: 9px;
    padding:0px
}
.small {
    font-size: 0.9em;
}

.small2 { font-size: 0.8em; }

.gray2 { color:#666666; }

a.orange, a.orange:hover { color:#FE7902; }

.large {
    font-size: 1.2em !important;
    line-height: 1.40;
}

.medium {
    font-size: 1.2em !important;
    line-height: 1.3;
}

.large2 { font-size: 1.3em !important; line-height: 1.30; }  
.large3 { font-size: 1.4em !important; line-height: 1.30; }

.xlarge {
    font-size: 1.5em !important;
    line-height: 1.1;
}

.arrow {
    font-size: 1.25em !important;
    line-height: 0.9;
    text-decoration:none;
}
/* end text & links */

/* colors declaration */
.gray {
    color: #999;
    font-weight: 400;
}
.blue, .blue a {
    color:#5E61E4;
}
.pink, .pink a {
    color:#E45ECF;
}
.red {
    color:#CC0000;
}
a.red:hover { color:#CC0000; }

.ld, a.ld {
    color: #999;
    position:relative !ie;
    background: url('http://k.img.com.ua/static/img/dott_2px.gif') repeat-x bottom;
    text-decoration: none;
    border:0px;
}
a.ld:hover {
    color: #999;
    background: none;
    text-decoration:none;
}

.tag {
word-spacing:15px;
}
.tag a {
word-spacing:0px;
}
.none, a.none:hover { text-decoration:none; }
.white { color:#fff; }
.green { color:#008000; }
.blog {color:#CC0000;}
