/*
    Document   : colors
    Created on : 2010-04-02, 00:14:48
    Author     : miron
    Description:
        Color sets for current language
*/


/* all parts */
a {
    color: #b51004;
}

.greyBox h2{
    color: #B51004;
}
.logoRight a{
    color:#b51004;
}
#header .logo{
    padding-top: 10px;
}
/* main */
.blogEntry a.header{
    color: #B51004;
}
.blogEntry .blogDate{
    color: #D2928E;
}
/* sidebar */
.shopSmallBox a.blue{
    color: #B51004;
}
.rightBox a.bigLink {
    color:#90908A;
}
.rightBox a.bigLink span.blue, .rightBox h3{
    color: #B51004;
}
.category_top {
    color:#B51004;
}

/* social part */

.socialList{
    border: 1px solid #D2928E;
}
.socialList dt{
    color: #B51004;
}
.discountBox span{
    color: #B51004;
}
/* forms */
.input.textarea textarea, select, input{
    color: #B51004;
}

/* comments  */
.commentBox{
    background: #FDECEC;
}
.commentBox h3, .comment{
    border-bottom: 1px dashed #DBE2E4;
}
.comment .date{
    color: #B51004;
}

.result, .commentBox{
    border: 1px solid #D2928E;
}
.comment .info span{
    color: #B51004;
}
/* coupons */
.coupon dt{
    color: #B51004;
}
.coupons .coupon{
    border: 1px solid #e3e3e3;
}
.coupons .coupon.featured{
    border: 3px solid #D2928E;
}

.coupon .codeHidden{
    background: #FCDFA6 ;
}
.coupon .code{
    background: #B3F3B3;
}
.coupon .code.old{
    background: #F79F9F;
}
.coupons h3, .coupon .rank a.comments span, .coupon .rank{
    color: #B51004;
}
.coupon.dark{
    border: 1px solid #EBE0E0;
    background: #FDECEC;
}

/* forum */
table{
    border-bottom: 1px solid #EBE0E0;
}

table tr.odd{
    background: #FDECEC;
}

table tr td{
    border-top: 1px solid #EBE0E0;
}
table tr.preview td{
    border: 1px solid #EBE0E0;
}

table td.postBody div.postInfo{
    border-bottom: 1px solid #EBE0E0;
}
span.tagMatches span{
    background: #EBE0E0;
    border: 1px solid #EBE0E0;
}

table td.postUser{
    border-right: 1px solid #EBE0E0;
}