.bundle-content
{
    WIDTH: 740px;
    BACKGROUND-IMAGE: url(/images/content_top_full.jpg);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #eae0c3;
    FLOAT: left;
    PADDING: 20px 20px 10px 0px;
}
h1
{
	color: #ffffff;
	padding: 20px 10px 10px 10px;
}
p.links
{
	margin: 0px 5px 10px 10px;
	padding: 0px;
	color: #ffffff;
	line-height: 30px;
	FONT-FAMILY: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-serif;
}
p.nav_bundle
{
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#bundle 
{
	margin: 10px 58px;
	padding: 10px 30px;
	background: #660000;
	width: 640px;
}
#bundle P
{
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
#bundle_intro
{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	width: 72%;
	vertical-align: top;
}
#bundle_intro p
{
	margin: 10px 0px;
}
#bundle_addme
{
	margin: 0px;
	padding: 0px;
	width: 28%;
	vertical-align: top;
	text-align: right;
}
#bundle_addme img
{
	position: relative;
	top: -20px;
	left: 10px;
}
#bundle_addme .price_normal
{
	position: relative;
	top: -20px;
	color: #eae0c3;
	font-size: 16px;
	margin: 0px 14px 0px 0px;
	text-decoration: line-through;
}
#bundle_addme .price_bundle
{
	position: relative;
	top: -20px;
	color: #ffffff;
	font-size: 20px;
    line-height: 25px;
	margin: 5px 14px 10px 0px;
}
#bundle_content
{
	padding: 0px 0px 0px 14px;
}
#bundle_content IMG
{
	width: 100px;
	height: 130px;
	margin: 0px 8px 10px 0px;
	padding: 0px;
	border: solid 1px black;
}
table.comparison td
{
	width: 90px;
	padding: 5px 0px;
	text-align: center;
	vertical-align: top;
}
table.comparison tr.off, table.comparison tr.on, table.comparison tr.first
{
	line-height: 1.1em;
}
table.comparison tr.off
{
	background-color: #d9cfb5;
}
/*Product Comparison Table*/
.title {
	background-color: #600;
	padding:  5px 0px;
	height: 84px;
	font-weight: bold;
}
.title-link, .title-link:visited {
	color: #eae0c3;
	display: block;
	height: 42px;
}
.pricing {
	text-align: center;
	line-height: 20px;
}
table.comparison tr.header td
{
	padding: 0px;
}
table.comparison td.col1
{
	width: 225px;
	text-align: left;
	font-weight: bold;
}
table.comparison td.col1 .pricing {
	text-align: right;
	padding-right: 10px;
}

table.comparison .full
{
	font-size: 14px;
	text-decoration: line-through;
}
table.comparison .cost
{
	font-size: 14px;
	font-weight: bold;
}
table.comparison .save
{
	font-size: 14px;
	font-weight: bold;
}
table.comparison tr.GBP td, table.comparison tr.USD td
{
	padding: 2px 0px;
	vertical-align: middle;
}
table.comparison tr.GBP td.col1, table.comparison tr.USD td.col1
{
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding: 0px 10px;
}
table.comparison td.col2, 
table.comparison td.col3, 
table.comparison td.col4, 
table.comparison td.col5,
table.comparison td.col6,
table.comparison td.cost,
table.comparison td.save,
table.comparison td.full
{
	border-right: solid 1px #c2b9a2;
}