html body {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: 0;
	background: white;
}

#content a:link, #content a:visited {
	background: transparent;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #dedede;
}
	
table { width: auto; }

#top-of-page,
#navigation-bottom,
#content-right,
#breadcrumbs {
	display: none !important;
}

#content-container,
#content-container.wide,
#container {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#content,
#content-container.wide #content {
	width: 99%;
	border: 0;
	border-top: 2px solid;
	margin: 1em 0;
	padding: 2em 0;
}

#content-left {
	width: 99%;
	background: none;
	border: none;
}

#header {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px;
}

#header.firstlevel,
#header.firstlevel .overlay {
	height: auto;
	padding: 0;
	background: none;
}

ul.products div.head h4, ul.productsl div.head1 h4 {
	padding: 0;
	background: none;
}

#footer {
	width: 99%;
	height: auto;
	background: none;
	padding: 5px 0;
	margin: 0;
	border-top: 2px solid;
}

p, li, td, a
{
	line-height: 14pt;
	font-size: 12pt;
}

* {
	float: none !important;
	overflow: inherit;
}
