.list_item{
    margin-left: -23px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.list_item li{
    line-height: 25px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .detail, .block_download .info_download {
    /*font: bold 13px/20px arial, verdana, sans-serif;*/
    margin: 0 0 8px 1px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .introtext {
    text-align: justify;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .introtext button {
    margin-top: 5px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .dl-horizontal dt, .block_download .dl-horizontal dd {
    padding: 3px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .rating {
    margin: 2px 10px 10px;
    padding: 3px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .info_download .report {
    background: url(../images/download/report.gif) no-repeat center left;
    padding-left: 20px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.block_download .image{
    text-align: center;
    padding-top: 8px;
}

.note {
    margin-bottom: 6px;
    display: block;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.category {
    width: 100%;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.category .glyphicon {
    margin-right:10px;
}

.category .panel-body {
    padding:0px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.category .panel-body table tr td {
    padding-left: 15px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.category .panel-body .table {
    margin-bottom: 0px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.viewcat_list .list-title{
    margin: 10px 0 5px 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.viewcat_list .list-content{
    border-top: 1px dotted #DDDDDD;
    margin: 0 5px 0 5px;
    padding: 10px 0 10px 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.viewcat_list .pagination{
    margin-top: 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

/* div table */
.divTable {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.divTable .divTitle {
    display: table-caption;
    text-align: center;
    font-weight: bold;
   /* font-size: larger;*/
   font-size:14pt;
   font-family: "Times New Roman", Times, serif;
}
.divTable .divHeading {
    display: table-row;
    font-weight: bold;
    border-bottom-width: 2px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.divTable .divHeading .Cell {
    border-bottom-width: 2px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.divTable .Row {
    display: table-row;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.divTable .Row:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.divTable .Row:hover {
    background-color: #f5f5f5;
    cursor: default;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.divTable .Cell {
    display: table-cell;
    border: 1px solid #ddd;
    border-width: thin;
    padding: 8px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}

.upload-catlist {
    margin-bottom: 0!important;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.upload-catlist-item {
    padding: 5px;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.upload-catlist-item input[type="radio"] {
    margin-top: 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}
.upload-catlist-item label {
    font-weight: normal;
    margin-bottom: 0;
    font-size:14pt;
    font-family: "Times New Roman", Times, serif;
}