.details_tab,
.details_tab_active {
    border-style:solid;
    border-color:#CCCCCC;
    border-width:1px;
    cursor:pointer;
    float:left;
    margin-right:4px;
    padding:2px 10px;
    position: relative;
    z-index: 2;
}

.details_tab {
    background-color:white;
    border-color:#CCCCCC #CCCCCC #000000;
    height:21px;
    margin-top: 7px;
    margin-right:4px;
}

.details_tab_active {
    background-color:#EAEAEA;
    border-color:#CCCCCC #CCCCCC transparent;
    color:#666666;
    font-weight:bold;
    height:28px;
}


#test_product_longdesc {
    min-height:60px;
}

#itemContent .tabcontent.active {
    display: block;
}
/* doesnt need
#itemContent {
    border: 1px solid #CCCCCC;
    padding: 5px 7px;
    position: relative;
    top: -1px;
}
*/
