
/* Remove unwanted elements */
#header, #nav, #menu_section, #bg_image, #highlightbox, #column_logos, #services_section, #bottom_section, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none; 
}

#scrollable, #middle_section, #mcentre_column, #mcentre_section_header, .product_details_table, #table_featured, .table_featured
{
width: 100%; margin: 0px; padding: 0px; float: none; overflow: visible; height: auto; font-size: medium; 
}
.product_details_td_left
{
width: 75%; margin: 0px; padding: 0px; float: none; overflow: visible; height: auto; font-size: medium;
}
.product_details_td_right
{
width: 25%; margin: 0px; padding: 0px; float: none; overflow: visible; height: auto; font-size: medium;
}
ul, li
{
font-size: medium;
}
#popup_content
{
width: 100%; margin: 0px; padding: 0px; float: none; overflow: visible; height: auto; font-size: small; 
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
