/*-----------------------------------------------------------------------
//
//	Whoscheapest
//
//	by Whoscheapest.co.uk - http://www.whoscpeast.co.uk
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Print Style Sheet
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 12px Helvetica, Verdana, Arial, Sans-Serif;
	color: black;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}

#wrapper {
	width: 750px;
	padding: 10px;
}

#logo, #top ul, #banner, #five-steps, #footer {
	display: none;
}

#top {
	float: left;
	width: 895px;
}

#top p {
	font-size: 24px;
}

#latest-news, .latest-news-story {
	float: left;
}

#latest-news {
	width: 100%;
}

.title {
	font-size: 14px;
	padding: 5px 0px;
}

.latest-news-story {
	width: 100%;
	padding: 5px 0px;
}

.latest-news-story p {
	padding: 5px 0px;
}

#content, #copy {
	float: left;
}

#content, #copy {
	width: 100%;
	padding: 5px 0px;
}

#copy p, .gas-electricity p, .just-electricity p, .just-gas p {
	padding: 5px 0px;
	line-height: 16px;
}

.gas-electricity, .just-electricity, .just-gas {
	padding: 10px 0px;
	width: 100%;
	float: left;
	font-size: 12px;
}

#pricestable {
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	width: 645px;
	line-height: 16px;
}

#pricestable td {
	padding: 5px;
}

#top-row {
	font-weight: bold;
}

#top-row td {
	border-bottom: 1px solid #CCCCCC;
}

.grey-row {
	background-color: #EEEEEE;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 18px;
	padding: 5px 0px;
}

h2 {
	font-size: 16px;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

.size28 {
	font-size: 28px;
}

.size24 {
	font-size: 24px;
}

.size19 {
	font-size: 19px;
}

.size18 {
	font-size: 18px;
}

.size12 {
	font-size: 12px;
}

.size11 {
	font-size: 11px;
}

.size10 {
	font-size: 11px;
}
