/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
#sub_main {
    background: url(../img/books_submain.png) no-repeat center 0;
    height: 308px;
}
#main_tools {
    border-top: 3px solid #83919c;
    background: #fff;
    padding-bottom: 30px;
    padding: 30px;
    margin-bottom: 30px;
}
.text-point {
    font-weight: bold;
    background: url(../../common/img/list_style.png) no-repeat left 5px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dfdfdf;
    margin-bottom: 30px;
}
.col .tt {
    background: url(../../common/img/list_style.png) no-repeat left 5px;
    padding-left: 15px;
    font-weight: bold;
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 10px;
}
.box {
    margin: 0 30px 30px;
    padding: 15px;
}
.box .float_l {
    text-align: center;
}
.box .txt {
    line-height: 2.2;
}
.box .float_r {
    width: 640px;
}
.box .float_r .label {
    color: #83919c;
    font-weight: bold;
    border-bottom: 1px dotted #dfdfdf;
    margin-top: 15px;
    margin-bottom: 15px;
}

