/* MCMC Roofing LOOK */

body {
	color:#000000;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 40px;
	}

body {
	font-size: small;
	}
* html body {
	font-size: x-small; /* for IE5Win */
	f\ont-size: small; /* for other IE versions */
	}
	

/* FONTS */

p, li, td, label{
	font-size: 100%;
	}
h1, h2 {
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1.3em;
	}
	
h3 {
	font-size: 1.1em;
	}

/* CART STYLES ################## */
table#cartTable {
	font-size: 90%;
	border-collapse: collapse;
	}
	
table#cartTable th {
	border: 1px solid #999;
	padding: 8px 4px;
	background-color:#FFFFFF;
	}
	
table#cartTable td {
	border: 1px solid #999;
	padding: 4px;
	}
	
table#cartTable td.money {
	text-align: right;
	}
	
table#cartTable td.qty {
	text-align: center;
	}
	
table#cartTable td.qty input {
	}
	
table#cartTable td.remove {
	font-size: 75%;
	}
	
table#cartTable tr.totals td {
	font-weight: bold;
	padding: 8px 4px;
	}
	
button#cartbut {
	margin: 10px 0;
	}

/* used in price list print */

div#cover {
	text-align:center;
	}
	
div#cover h1 {
	font-size:36px;
	}
	
div#listpages {
	text-align:center;
	}

table.pricelist {
	border:0;
	border-collapse:collapse;
	text-align:left;
	}
	
table.pricelist h2 {
	margin:18px 0 0 0;
	padding:0;
	text-decoration:underline;
	}

table.pricelist th {
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	font-size:16px;
	font-weight:bold;
	}
	
table.pricelist td {
	padding: 2px 2px 2px 0px;
	border-bottom:1px dotted #666666;
	}

td.code {
	font-size:11px;
	padding-right: 10px;
	}

td.product {
	font-size:13px;
	padding-right: 10px;
	}

td.price {
	text-align:right
	}
	
@media print {
div#cover {
	height: 27cm; /* to fit first page */
	}
	
div#cover img {
	margin-top: 80px;
	}
	
}