/*PT styling */
div#PTLogo
{
    float:right;
    margin:0px 0px 15px 15px;
}
div#therapyDirImg
{
    text-align:center;
    margin: 15px 0px;
}
table#ptIssues
{
/*    margin-left:20%;
    width:50%; */
    margin:auto;
}
td.issueOffer
{
    font-weight:bold;

}
td.issueSavings
{
    font-weight:bold;
    color: #A00A35;
 
}
div#ptCEMasthead
{float:left;
}
h2#ptCEHeading
{
    clear:left;
}
div#ptArticles
{
    /*float:right;*/
    width:325px;
    border: 1px solid silver;
    /*margin:10px 0px 20px 15px;*/
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#ptCurrentArt
{

}
div#currentIssueHdr
{
    font-weight:bold;
    color:White;
    background-color:silver;
    padding:3px;
}
p.ptIssue
{
    font-weight:bold;
    padding-left:10px;
    margin-bottom:4px;
    font-size:90%;
   
}
p.ptIssueArticles
{
    padding-left:25px;
    margin-top:2px;
    font-size:85%;
    
}
div#pastIssueHdr
{
    font-weight:bold;
    text-align:center;
    padding:3px;
    color:White;
    font-size:80%;
    background-color:Silver;
    cursor:pointer;
}
div#ptPastArt
{
    display:none;
}

    