body {
	background: #005500;
	color: #000000;
}
a {
	color: #005500;
}
a:visited, a:active {
	color: #550000;
}
h1 {
	font-size: 20px;
}
img {
	border: 0;
}

#page {
	width: 980px;
	margin: 0 auto;
	padding: 5px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#header {
	height: 120px;
}

.totals_header {
	color: #005500;
}
.totals {
	font-weight: bold;
}

.homepage_table td.searchbox {
	border: 1px solid #005500;
	vertical-align: top;
	padding: 0 10px;
	width: 360px;
	background: url(/images/header_background.gif) top repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.homepage_table h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 14px 0 20px;
}

table#contract_deals, table#payg_deals, table#recycling_deals {
	font-size: 12px;
}
table#contract_deals th, table#payg_deals th, table#recycling_deals th {
	text-align: left;
	background-color: #DDD;
}
table#contract_deals .even, table#payg_deals .even, table#recycling_deals .even {
	background-color: #CCC;
}
table#contract_deals .odd, table#payg_deals .odd, table#recyling_deals .odd {
	background-color: #DDD;
}
table#contract_deals>thead>tr>th.sortable, table#payg_deals>thead>tr>th.sortable, table#recycling_deals>thead>tr>th.sortable {
	background-image: url(http://www.compare-mobilephones.com/images/sortby.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	height: auto;
}

.thumbnail {
	max-height: 60px;
	max-width: 80px;
}
