.ptm_section, .video_section {
    width: 100%;
    display:inline-block;
    padding-bottom:10px;
}

.ptm_section a, .video_section a {
    font-weight: bold;
}

.newvideotable td {
    padding:0px 10px;  
    width: 50%;
    vertical-align: top;
}

.newptmtable td {
    padding:0px 10px; 
    width: 50%;
    vertical-align: top;
}

.video_section img {
    float: left;
    margin-right:10px;
    height:67px;
    width:120px;
    margin-bottom:10px;
 }
.ptm_section img {
    float: left;
    margin-right:10px;
    height:90px;
    width:90px;
    margin-bottom:10px;
}

.rtl .ptm_section img, .rtl .video_section img {
    float:right;
    margin-right:0px;
    margin-left:10px;
}

/* PTM Section with PTMs and Videos - Used?
.supplier-detail-featured {
    width:100%;
}

.supplier-detail-featured-ptms-videos-title {
    padding:5px;
    border-bottom: solid thin black;
}

.supplier-detail-featured-ptms-videos-view-all
{
    float:right;
}

.supplier-detail-featured-ptms-videos-listing
{
    float:left;
    width:480px;
    height:300px;
    margin-right:10px;
    border: solid thin black;

}

.supplier-detail-featured-ptms-videos-detailed-title-description {
    padding: 5px;
}

.supplier-detail-featured-ptms-videos-detailed-thumbnail-image
{
    float:left;
    padding-right:5px;
    padding-bottom:5px;
}
.supplier-detail-featured-ptms-videos-detailed-thumbnail-image a img {
    width:60px;
}
.supplier-detail-featured-ptms-videos-detailed-title-description {
    margin-bottom:5px;
}
.supplier-detail-featured-ptms-videos-detailed-title a {
    font-weight:bold;
}

 */