
    #tabsContainer {
        background: transparent;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding-left: 0px;
    }

    #tabsContainer td {
        padding-right: 2px;
        height: 31px;
    }

    .tabHrefClass {
        font-size: 12px;
        outline: none;
        text-decoration: none !important;
    }
    
    .tabSpanContent {
        color: #0463BF;
        border-bottom: 1px dashed #fff;
    }

    .tabDivWrap:hover .tabSpanContent {
        border-bottom: 1px dashed #0463BF;
    }

    .tabDivClicked .tabSpanContent {
        color: #fff;
        border-bottom: 1px dashed #fff !important;
    }

    .tabDiv { 
        cursor: pointer;
        position: relative; 
        border: 1px solid; 
        border-color: #e6e6e6; 
        background-color: #fff;
        height: 31px;
    }

    .tabDivClicked { 
        cursor: pointer;
        position: relative; 
        background-color: #56a20a; 
        border: 1px solid; 
        border-color: #56a20a !important;
        color: #fff; 
        outline: none;
        height: 31px;
    }

    div.tabDiv div.tabDivCorner {
       position: relative; 
       float: right; 
       top: -1px; 
       right: -1px; 
       width: 7px; 
       height: 7px; 
       background: transparent url(/_img/item_card/tab_corner_gray2.gif) no-repeat         
    }
    
    div.tabDivClicked div.tabDivCorner {
       position: relative; 
       float: right; 
       top: -1px; 
       right: -1px; 
       width: 7px; 
       height: 7px; 
       background: transparent url(/_img/item_card/tab_corner_green2.gif) no-repeat         
    }

    div.tabDiv span.tabSpanContent {
       display: block;
       color: #0463BF;
       border-bottom: 1px dashed #fff;
    }
    
    div.tabDivClicked span.tabSpanContent {
       display: block;
       color: #fff !important; 
       border-bottom: 1px dashed #fff;
    }

    /* IE6 width & height hacks start */
    * html .tabDiv {
        width: 100%;
        height: 100%;
    }

    * html .tabDivClicked {
        width: 100%;
        height: 100%;
    }
    /* IE6 hacks end */

    .tabDivContent { 
       padding: 8px 7px 8px 8px; 
    }

    #tabContent_Related {
       overflow: hidden;
    }

    div.tabDiv div.tabDiv1Corner {
       position: absolute; 
       float: right; 
       top: -1px; 
       right: -1px; 
       width: 7px; 
       height: 7px;
       background: url(/_img/item_card/tab_corner_gray2_1.gif) no-repeat;
			 overflow: hidden;
    }
    div.tabDivClicked div.tabDiv1Corner {
       position: absolute; 
       float: right; 
       top: -1px; 
       right: -1px; 
       width: 7px; 
       height: 7px;
       background: url(/_img/item_card/tab_corner_green2.gif) no-repeat;
			 overflow: hidden;
    }

