/**
 * @project     FAQ (http://www.otrs.org) - Customer Frontend
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

@media screen,projection,tv,handheld {

/**
 * @package     FAQ - Skin "Default"
 * @section     FAQZoom
 */

/**
 * @section     Header
 */

.FAQHeader {
    width: 80%;
    overflow: hidden;
    position: relative;
}

.FAQHeader h2 {
    margin: 3px 0 0;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    float: left;
}
.RTL .FAQHeader h2 {
    padding: 0 36px 0 0;
    float: right;
}

.FAQHeader .FAQHook {
    color: #666;
    font-size: 12px;
}

#FAQOptions {
    position: absolute;
    right: 0px;
    top: 5px;
    overflow: hidden;
}

#FAQOptions li {
    float: left;
    margin-left: 5px;
}

#FAQOptions .Print {
    width: 16px;
    height: 16px;
    margin: 0 0 0 2px;
    line-height: 16px;
    background: url(../img/printer.png) no-repeat;
    text-indent: -9999px;
    display: block;
}

.RTL #FAQOptions .Print {
    margin: -2px 4px 0 0;
}

li.KeywordsContainer {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.Attachments {
    margin-top: 10px;
    margin-bottom: 5px;
}

.Attachments .Label {
    background: url("../img/paper-clip.png") no-repeat scroll right center transparent;
    text-align: left;
    text-indent: -9999px;
    color: #AAAAAA;
    float: left;
    margin: 0 3px;
    width: 65px;
}

.RTL .Attachments .Label {
    background-position: left;
    text-indent: -9999px;
    text-align:right;
    float: right;
}

.Attachments div {
    display: inline-block;
}

.Attachments .DownloadAttachment {
    margin-left: 10px;
}

} /* end @media */