/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > BSC-001-001 */
.bsc-001-001-out {
    padding: 10px 5px 10px 5px !important;
}
.bsc-001-001-in {
    padding: 10px 10px 10px 10px;
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgba(0, 0, 0, 0.02);
}
    .bsc-001-001-in:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
.bsc-001-001 {
    border-radius: 80px;
    width: 100%;
    height: 160px;
    margin: 0px auto 0px auto;
}
.bsc-001-001-title {
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Cuprum';
    text-decoration: none;
}
.bsc-001-001-title p {
	margin:5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > BSC-001-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > BSC-006-001 */
.bsc-006-001-out {
    padding: 10px 5px 10px 5px !important;
}
.bsc-006-001-in {
    padding: 10px !important;
    border: 1px solid rgba(230, 230, 230, 1.0);
    background-color: rgba(0, 0, 0, 0.02);
    height: 260px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}
    .bsc-006-001-in:hover {
        background-color: rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(220, 220, 220, 1.0);
    }
.bsc-006-001 {
    width: 100%;
    height: 180px;
    margin: 0px auto 0px auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}
.bsc-006-001-title {
    margin: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Cuprum';
    text-decoration: none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > BSC-006-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > LST-001-001 */
.lst-001-001-item {
    padding: 5px !important;
    float: left;
    overflow: hidden;
    height: 70px;
    line-height: 28px;
    font-size: 12px;
    color: #4c4c4c;
}
    .lst-001-001-item:hover {
        background: #eeeeee;
    }
    .lst-001-001-item:hover .lst-001-001-img {
         border: 1px solid #008dd2;
    }
.lst-001-001-content {
    color: #4c4c4c;
    text-decoration: none;
    height: 60px;
}
    .lst-001-001-content > p {
        margin: 5px 5px 5px 5px !important;
        line-height: 16px !important;
    }
.lst-001-001-img {
    border: 1px solid #dadada;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    float: left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > LST-001-001 */


