
/* CSS Document */
@import url("docte_style.css");
/* Remove unwanted elements */
body {margin:0;}
#language, #nav, ul.sf-menu, .noprint, .sidebar, #banner, #socialmedia
{
display: none; 
}

/* Ensure the content spans the full width */
#wrapper, #header, #wrapper_inner {margin:0; padding:0;}
#wrapper, #wrapper_inner, #content, #footer
{
width: 100%; margin: 0; float: none;
}

/* 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: #000
}

.product_separator {width:100%; margin-bottom:4px; border-bottom:1px solid #ddd; clear:both;}


h1 {margin-bottom:0; margin-top:0;}
#breadcrumb {padding:5px;}
