/********************************/
    div.tab_content {
    border: 1px solid #B8B8B8;
    clear: left;
    color: #000 !important;
    min-height: 250px;
    padding: 1em;
    width: 97%;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;     
}
div.tab_content li{list-style:disc;}
div.tab_content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: url(https://s3.amazonaws.com/hms-static.healiohealth.com/images/pmt_tabs.png)repeat scroll 0 -36px ;
    color: #000;
    display: block;
    float: left;
    height: 36px;
    padding-left: 25px;
    text-decoration: none;
	outline:none;
	font-size:17px;
	font-weight:normal;
}

ol#toc a:hover {
    background-position: 0 -36px;
}

ol#toc a:hover span {
    background-position: 100% -36px;
}

ol#toc li {
    float: left;
    margin: 0 10px 0 0px;
}

ol#toc li a.active {
    background-position: 0 0;
    color: #fff;
    font-weight:normal;
	outline:none;
}

ol#toc li a.active span {
    background-position: 100% -72px;
}
ol#toc li a.inactive span {
    background-position: 100% -108px;
	color:#000;
}

ol#toc span {
    background:  url(https://s3.amazonaws.com/hms-static.healiohealth.com/images/pmt_tabs.png) 100% -102px;
    display: block;
    line-height: 36px;
    padding-right: 25px;
}

/*********************************/