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

/**
 * @package     Skin "Default"
 * @section     Default Settings
 */

@media screen,projection,tv,handheld {

/**
 * @subsection ArticleList Expanding
 */

.FAQ .OverviewControl div {
    padding: 0px;
}

.FAQ #OverviewBody {
    margin: 0 0 8px 0;
}

/**
 * @subsection Large SidebarColumn
 */

.LayoutFixedSidebar.SidebarLast > .SidebarColumn.Large {
    width: 350px;
    float: right;
    margin-left: 16px;
    margin-right: 0;
}

.LayoutFixedSidebar.SidebarLast > .SidebarColumn.Medium {
    width: 290px;
    float: right;
    margin-left: 16px;
    margin-right: 0;
}

/**
 * @subsection FAQMiniList
 */

ul.FAQMiniList span {
    display: block;
    font-size: 10px;
}


/**
 * @subsection Category path
 */

.FAQPathCategory {
    margin-bottom: 13px !important;
    height: auto;
    min-height: 25px;
    margin: 0 -1px;
    background: #e5e6e6;
    background: -moz-linear-gradient(top,  #f4f5f5 0%, #e5e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f5), color-stop(100%,#e5e6e6));
    background: -webkit-linear-gradient(top,  #f4f5f5 0%,#e5e6e6 100%);
    background: -o-linear-gradient(top,  #f4f5f5 0%,#e5e6e6 100%);
    background: -ms-linear-gradient(top,  #f4f5f5 0%,#e5e6e6 100%);
    background: linear-gradient(to bottom,  #f4f5f5 0%,#e5e6e6 100%);
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}

.FAQPathCategory h3 {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 7px;
}

.FAQPathCategory h3 > span:last-child {
    display: none;
}

iframe.TextOption.FAQ {
    width: 900px;
    min-height: 600px;
}

iframe.FAQField {
    width: 100%;
    frameborder: 0;
}

fieldset.TableSmall > div.Field {
    margin-left: 24% !important;
}

fieldset.TableSmall > label {
    width: 24% !important;
}

fieldset.TableSmall > div.FAQDivider {
    border-bottom: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
}

}

