/**
*    StripTweet FAQ
*
*    Skin: Default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.0
**/

/* =Common
----------------------------------------------- */
#content h2 {
    font-size: 26px;
    color: #000000;
}

/* =Hints
----------------------------------------------- */
#content #hints {
    background-color: #cecece;
    color: #000000;
}

    #content #hints {
        background: url(../../../../images/bckg_hints.png) no-repeat top left;
    }

    #content div.l {
        background: url(../../../../images/bckg_hints.png) no-repeat bottom left;
    }

    #content ul h3 {
        font-size: 18px;
    }

    #content h2 + a {
        color: #4a606a;
    }

    #content #dotz li {
        text-indent: -99999px;
        background: url(../../../../images/sprite_main.png) no-repeat 0 -690px;
    }

    #content #dotz li.selected {
        background-position: 0 -730px;
    }

/* =FAQ
----------------------------------------------- */
#content dl {
    color: #000000;
}

    #content dl dt {
        font-size: 16px;
        font-weight: bold;
    }

/* =Feedback
----------------------------------------------- */
#content #support h3 {
    font-size: 18px;
    background: url(../../../../images/bckg_feedback.png) no-repeat 0 28px;
    color: #000;
}

#content #support div {
    background: url(../../../../images/bckg_feedback.png) no-repeat left bottom;
}

    #content #support div p {
        font-size: 14px;
        color: #000;
    }

    #content #support > .vh > a {
        text-decoration: underline;
        color: #5a6e77;
    }

    #content #support > .vh > a:hover {
        text-decoration: none;
    }

    #content #support a#fdbk_tab {
        font-size: 24px;
        text-align: center;
        text-indent: 0;
        background: url(../../../../images/sprite_main.png) no-repeat bottom right;
        color: #e4e4e4;
    }

    #content #support > .vh ul {
        list-style: disc;
        list-style-position: inside;
        color: #000;
    }

