root { 
    display: block;
}

#tbl_type tr td:hover {
      background: lemonchiffon;
}
#tbl_type .tbl_let td:hover {
    background: #E8EBF1;
}

#div_listType table{
    /*border-spacing: 7px 0;*/
    width: 100%;
}

#div_listType img{
    /*width: 90px;*/
    height: 110px; 
}
#tbl_type .tbl_let td:first-child{
    font-weight: bold;
}

#tbl_type .tbl_let td {
    border-radius: 0;
    padding: 0;  
    border-bottom: 1px black dotted;
    padding: 2px 0 2px 0;
}
#tbl_type .tbl_let {
    border-collapse: collapse;
    margin: 5px 0 5px 0;
    border-top: 2px solid #304C8B;
    border-bottom: 2px solid #304C8B;
}

#div_listType table tr td{
    margin-left: 5px;
    text-align: center;
    padding: 5px 0;
    opacity: 0.3;
    cursor: pointer;
    background: #E8EBF1;
    border-radius: 10px;
    border: 1px solid black;
    width: 100px;
}

#tbl_type tr td {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #E8EBF1;
    border-radius: 10px;
}

#div_listType table tr td.sel {
    opacity: 1;
    border: 2px solid red;
}

.sp_type{
    margin: 5px 0 5px 0;
    color: #2A0F73;
    font-size: 150%;
}

#paging{
    display: inline-table;
    list-style-type: none;
}

#paging li{
    display: inline;
    float: left;
    height: 24px;
    vertical-align: middle;
    padding: 0 4px 0 4px;
    cursor: pointer;
    text-decoration: underline;
}

#paging .sel_page{
    color: red;
    text-decoration: none;
}

#div_paging{
    text-align: center;
}

