﻿@charset "utf-8";
/**
 * inherit .body-container/.useradmin-container
 */
.helpcenter-wrapper
{
    background-color: #f4f4f4;
    padding-bottom: 10px;
}
.helpcenter-title
{
    padding: 0 40px;
}
.helpcenter-title .title
{
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #DC371B;
    text-align: left;
    border-bottom: solid 1px #C5C3C3;
    background: transparent url(/Images/UserAdmin/icon-04.jpg) no-repeat left center;
}
.helpcenter-container
{
    padding-left: 50px;
    padding-right:30px;
}
.helpcenter-container p.orange,
.helpcenter-container strong.orange
{
    color: #E87B26;
}
.helpcenter-wrapper .infolist p
{
    line-height:30px;
}
.helpcenter-wrapper .infolist ul
{
    padding-top:10px;
    padding-left:10px;
    list-style:none;
}
.helpcenter-wrapper .infolist li
{
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    width:200px;
}
.helpcenter-wrapper .infolist li div
{
    text-align:center;
}
.helpcenter-wrapper .infolist img
{
    border:0;
    cursor:pointer;
}
.helpcenter-wrapper .infolist li .select,
.helpcenter-wrapper .infolist li .download
{
    border:0;
    width:56px;
    height:16px;
    cursor:pointer;
    display:inline-block;
}
.helpcenter-wrapper .infolist li .select
{
    background:transparent url(/Content/Images/useradmin/but-06.jpg) no-repeat;
}
.helpcenter-wrapper .infolist li .download
{
    background:transparent url(/Content/Images/useradmin/but-07.jpg) no-repeat;
}

.helpcenter-wrapper p.ask
{
    font-weight:bold;
}
.helpcenter-wrapper div.solution
{
    line-height:20px;
    padding-bottom:10px;
}