/* designed to work on IE6, hardly optimised for other browsers */

body {
	margin-left:10px !important;
	width:95%; /* truely bizarre hack to stop horiz scroll bars from appearing in IE6 */
}

div#sidebar, 
div#top, 
div#search,
div#quotewrap,
div#promosfoot,
div#footer,
div#breadcrumb,
div#content #random-promo img,
table#calculate img,
table#calculate input,
div#printbutton-container,
div#calc-backbutton-container,
div#calc-backbutton-container2
{
	display:none !important;
}

div#header {
	background-image:none !important;
}

div#main-body {
	width:610px !important;
}
div#content,
table#calculate {
	width:590px !important;
}

div#contentbox p, 
div#contentbox h1, 
div#contentbox h2, 
div#contentbox h3, 
div#contentbox h4, 
div#contentbox ul,  
div#contentbox ol, 
div#contentbox li,
div#disclaimer {
	width:95% !important;
}
/* calcform */
div#calcform_container img {
	display:inline !important;
}

/* calculate page */
div#resultsleft,
div#resultsright {
	width:285px !important;
	padding:0 !important;
}
div#resultsleft p {
	padding:0 !important;
}
div#resultsleft {
	height:auto !important;
	background-image:none;
}
div#resultsright {
	padding-bottom:10px !important;
}

/* compare */
table#comparison td {
	background-color:white !important;
	border-bottom:1px solid #cccccc !important;
}
table#comparison h3 {
	border-bottom:0 !important;
}
.orange,.grey {
	color:black !important;
}