#ProductInfoTabs .tab {
    display: block;
    font-size: 1em;
    height: 20px;
    line-height: 1;
    float: left;
    margin: 0 5px -1px;
    padding: 5px 15px 0;
    border: solid 1px #dcdcdc;
    clear: none;
    /* for ie */
    position: relative;
    z-index: 1000;
}

* html #ProductInfoTabs .tab { margin-bottom: -10px; }

#ProductInfoTabs .tab a {
    font-size: 1.1em;
    text-decoration: none;
    font-weight: bold;
    color: #aaa;
}

#ProductInfoTabs .tab a:hover,
#ProductInfoTabs .tab a:active {
    outline: none;
}


#ProductInfoTabs .page {
    display: block;
    clear: both;
    padding: 10px 20px;
    border: solid 1px #dcdcdc;
}

#ProductInfoTabs .page:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#ProductInfoTabs {
    font-size: 0.9em;
    margin: 0 auto;
    clear: both;
}

#ProductInfoTabs .activeTab {
    background: #FFF;
    border-bottom-color: white;
}

#ProductInfoTabs .activeTab a:link,
#ProductInfoTabs .activeTab a:visited {
    color: #555;
}
