﻿ul.n_tab_header
{
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    z-index: 2;
    height: 34px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    padding-left: 20px;
    width: 470px;
}
ul.n_tab_header li
{
    float: left;
    /*width: 153px;*/
    text-align: center;
    cursor: pointer;
    color: #555555;
    outline: none;
    font-weight: bold;
    padding: 10px 15px 4px 15px;
    height: 31px;
    font-size: 9pt; /*margin-left: 35px;*/
}
ul.n_tab_header li.active
{
    /* background-position: left top;     background: url('../images/site2-service-detail.jpg');     background-repeat: no-repeat;     background-attachment: scroll;     outline: 0;     color: #1889d7;     border-bottom: none;     padding: 10px 5px 4px 5px;     font-size: 9pt;     margin-top: 2px;*/
    position: relative;
    background: url('../images/tab-bg.jpg') repeat-x left top;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius:  8px 8px 0 0; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    -webkit-box-shadow: 5px 5px 10px #000; /* Safari and Chrome */
    behavior: url(assets/styles/PIE.htc);
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    height: 20px;
    color: #1889d7; 
    padding: 8px 19px 4px 19px;     
    font-size: 9pt;     
    margin-top: 2px;
}
.n_tab_content
{
    clear: both;
    overflow: hidden;
    position: relative; /* background-color: #FFF;     margin-top: -20px;*/
    min-height: 200px;
    width: 500px;
}
.n_tab_content .tab_item
{
    width: 98%;
    position: absolute;
    text-align: justify;
}
