﻿.nav-tabs.nav-justified > .active > a {
    color: #fbb040 !important;
    background-color: #fff !important;
    border-color: #fbb040 !important;
    border-bottom: none !important;
    margin-bottom:50px;
    margin-top:20px;
}

.nav-tabs.nav-justified > li > a {
    color: #58595b !important;
    background-color: #f1f2f2 !important;
    border-bottom: none !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #fbb040 !important;
    border-bottom: none !important;
    color: #fbb040 !important;
}

.l-tab-content-heading h2 {
    color: #fbb040;
}

.l-tab-content-heading .hr {
    border-bottom-color: #fbb040;
}

.l-btn-request {
    background-color: #fff;
    border-color: #fbb040 !important;
    color: #fbb040;
}

    .l-btn-request:hover, .l-btn-request:focus {
        background-color: #fbb040 !important;
        color: white;
    }



.l-jumbo {
    background-color: #fbb040 !important;
}

.l-jumbo-content {
    background-image: url(/Content/Areas/Common/sub_bg_left_04.png);
    color: white;
}

/*.control-label {
    color: #fbb040 !important;
    font-size: 12px;
    text-align: left;
}*/

.book-menu {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 50px;
}

    .book-menu ul {
        margin-bottom:50px;
    }

    .book-menu .hr {
        border: 2px solid #C0C0C0;
        margin-bottom: 50px;
    }


.book-story {
    text-align: center;
}


.book-hr {
    display: block;
    border: 2px solid #C0C0C0;
    margin-bottom: 50px;
}


.pgaing-area {
    width:850px;
    text-align:center;
    display:block;
    font-size:11px;
    color:#a7a9ac;
    letter-spacing:10px;  

}


/* bootstrap */
.container-fluid {
    padding: 0 !important;
}

.container {
    width: 850px !important;
    padding: 0 !important;
}

/* common-fix */
.bg-gray {
    background-image: url('/Content/Areas/FinanceKnow/Fanimation/animation_background.png') !important;
    height:551px;
}


.introduction-board {
    background-image: url(/Content/Areas/Common/body_bg.gif);
    padding-bottom: 80px;
}

.introduction-slide {
    margin: 60px auto;
    text-align: center;
}

    .introduction-slide .active img {
        outline: 4px solid #fbb040;
    }

    .introduction-slide > div {
        display: inline-block;
        margin: 0 2px;
        cursor: pointer;
    }

    .introduction-slide p {
        font-size: 11px;
        margin-top: 18px;
    }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #58595b;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: default;
}



.btn:hover, .btn:focus, .btn.focus {
    color: #FFFFFF !important;    
    outline: none;
}

