    .support-head {
    /*background: #f5f5f5;*/
    color: #000000;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    /*padding-right: 100px;*/
    }
    .product_icon{
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    padding: 4px;
    }
   .pm-head-2, .tp-head{ 
    position: absolute;    
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: 0;
    right: 0;
    text-align: center;
    font-family: 'FontAwesome';
    cursor: pointer;
   } 
   .pm-head-2:before, .tp-head:before{    
    content: '\f055';    
    }
    .pm-head-2.opened:before, .tp-head.opened:before{
        content: '\f056';
    }
    .topic-title{
    background: #e0e0e0;
    padding: 8px 13px 12px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    }
    .topicList.fulltype .topic-title {
    background: none;
    border: 1px solid #c7c7c7;
    padding: 8px 30px 12px 13px;
    margin-bottom: 3px;
    color: #000;
    }
    .topicList.fulltype .topic-title.selected:before{
    display: block;
    content: '\f0a9';
    color: #01aef0;
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: 0;
    right: 0;
    text-align: center;
    font-family: 'FontAwesome';
    }
    .topic-item { position:relative; }
    .topic-item-content{
    display:none;
    }
    .topic-item-content.opened{
    display:block;
    }
    .topic-item-content .more{ text-align:right; }
    .support-item-body{
    background: #f5f5f5;
    display: block;
    }    
    .support-item-body .support-item-body-image{
    float: left;
    width: 40%;
    margin-right: 20px;
    border: 1px solid #c7c7c7;
    background: #fff;
    text-align: center;
    }
    .support-item-body-content{
    border: 1px solid #c7c7c7;
    border-top: none;
    margin-top: -1px;
    overflow: hidden;
    padding: 13px;
    }
    .topicList { overflow: hidden; }
    .topicList.fulltype{ width:33%;float: left; }
    .support-head-view{
    color: #00aeef;
    clear: both;
    margin: 3px 7px 3px 0;
    position: relative;
    right: 0px;
    text-align: right;
    float: right;
    display: inline-block;
    }
    .topicListText{
    padding: 0 13px;
    }
    .prod_w_right{
    float: right;
    width: 65%;
    position: relative;
    z-index: 1;
    }
    .topicListHead{
    background: #e0e0e0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding: 6px 40px 6px 10px;
    line-height: 30px;
    margin-bottom: 3px;
    }
    .prod_w_right.view_full_topic .topicListHead{
    font-size: 16px;    
    }
    
    .w-support-system-widgets-filter .filter-search{
    border: 1px solid #c7c7c7;
    position: relative;
    border-radius: 0 3px 3px 0;
    margin-bottom: 15px;
    }
    .w-support-system-widgets-filter .filter-search input{
    width: 100%;
    border: none;
    font-size: 14px;
    height: 31px;
    box-sizing: border-box;
    }
    .w-support-system-widgets-filter .filter-categories{
    float: left;
    }
    
    .dd3-content .support-cat.selected{
    color: rgb(0, 174, 239);
    }

    .dd3-content .collapse_span:before { content: '\f056';font-family: 'FontAwesome'; cursor: pointer; }
    .dd3-content .collapse_span.clouse:before{ content: '\f055';font-family: 'FontAwesome'; cursor: pointer; }
    
    .support-item-body-content .more{ margin-bottom: 5px; }
    .support-item-body-content .topic-description { padding:5px; }
    
    .w-catalog-paging ul li{display: inline-block; border: 1px solid #e0e0e0;}
    .w-catalog-paging .page-number { border: none!important; }