﻿.tabbox {
 background: none repeat scroll 0 0 #bee5eb;
    position: fixed;
    top: 120px;
    width: 100px;
}

    .tabbox ul {
        font-size: 15px;
        font-weight: bold;
    }

        .tabbox ul li {
            list-style: none;
            line-height: 50px;
            cursor: pointer;
            color: #333333;
        }

            .tabbox ul li:hover {
                background: #e7f8fc;
            }

        .tabbox ul .select {
            background: #419cff;
            color: #ffffff;
        }

            .tabbox ul .select:hover {
                background: #419cff;
                color: #ffffff;
            }

.cont {
    margin-left: 10px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    margin-left: 106px;
     margin-top: 5px;
    padding: 15px;
}

    .cont h2 {
        color: #808080;
        text-align: left;
        margin-bottom: 10px;
    }

    .cont h3 {
        color: #419cff;
        font-weight: bold;
        text-align: left;
        font-size:15px;
    }
    .cont .orange {
    color:#ff7d00;
    }
    .cont p {
        text-indent: 2em;
        color: #848484;
        font-size: 13px;
        line-height: 27px;
        text-align: left;
    }
    .cont .textbox {
     line-height:30px;
    }

    .cont .textbox p {
        text-indent: 0;
    }
    .cont table {
        display:inline-block;
        float:left;
          border-collapse:collapse;
           width:420px;
    }
    .cont table tr{
       line-height: 43px;
    }
        .cont table tr, .cont table tr td {
        border:1px solid #ebebeb;
        }
            .cont table tr th, .cont table tr td {
            width:400px;
            }