﻿div.main-bg { min-height: 100px; margin-top: -15px; }
    div.main-bg div.container { background: #fff; padding: 30px 15px; }
div.main { padding-left: 20px; }

div.side-ad p img { width: 100%; }

/*--------------侧栏菜单-----------------*/
ul.nav-tabs { width: 220px; border: 1px solid #ddd; background:#fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067); }
    ul.nav-tabs li { margin: 0; border-top: 1px solid #ddd; }
        ul.nav-tabs li:first-child { border-top: none; }
        ul.nav-tabs li a { margin: 0; padding: 8px 16px; border-radius: 0; }
        ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover { color: #fff; background: #0088cc; border: 1px solid #0088cc; }
        /*ul.nav-tabs li:first-child a { border-radius: 4px 4px 0 0; }
        ul.nav-tabs li:last-child a { border-radius: 0 0 4px 4px; }*/
    ul.nav-tabs.affix { top: 150px; /* Set the top position of pinned element */ }


h3.cal_tit { background: url('/images/ftb/circle.gif') left center no-repeat; border-bottom:dotted 1px #ccc; font-size:22px; height:45px; line-height:45px; padding-left: 30px; color: #666; margin-bottom: 20px; }
    h3.cal_tit small { margin-left:10px; }

div.other_div { padding:10px 0px; font-size:14px; }
table.price_list { width:100%; border-collapse:collapse; }
    table.price_list thead { background:#f2f2f2; }
    table.price_list tr th, table.price_list tr td { padding: 20px 15px; color:#4e4e4e; font-size:14px; text-align:center; border:solid 1px #ddd; }
    table.price_list tr th { font-weight:normal; }
    table.price_list tr td { color: #4e4e4e; }
    table.price_list tbody tr { }
    table.price_list tbody tr:hover { background:#fee; cursor:pointer; }

div.otherPrice { padding: 10px 0px }

table.cal-table { border-collapse: collapse; width: 100%; }
    table.cal-table tr th, table.cal-table tr td { padding:15px 10px; }
@media(max-width:767px) {
    table.cal-table tr th { width: 20%; }
}
@media(min-width:768px) {
    table.cal-table tr th { width: 15%; }
}
#calbtn { width:40%; }

#Desc { line-height: 150%; color: #333; }