@charset "utf-8";
/* CSS Document */
/* Body and Content */

body {
  height: 100%;
  width: 600px;
  color : #000000;
  background : #0000ff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  float: none !important;
  overflow: visible !important;
}

#supplier_listing {
  height: 100%;
  float: none !important;
  overflow: visible !important;
}
p{
  width:650px;
}
#ptm_area{
  width:600px; 
  height:100%;
  float: none !important;
  overflow: visible !important;
}

#ptm_table {
  border: 1px solid #666666; 
  border-collapse: collapse;
  font-size:12px;
  text-align:left;
  border-width: 0;
}
  
a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #advertising, #other {
  display : none;
} 

#content { padding-left:15px; padding-right:25px; padding-bottom:50px;}
#breadcrumbs, #breadcrumbs a{ padding-bottom:2px; padding-top:6px;}
#supplier_heading {width:710px; text-align:justify; margin-bottom:10px;}
#logo {margin-bottom:6px;}
#TabbedPanelsContent img{ border-width:1px; border-color:#000000;}


