body {
	background-color:	#A8B9D3;
	margin:				0px;	
	margin-top:			20px;
}	

div.centrePlaceHolder {
	font-family:		verdana, arial, helvetica, sans-serif;
	position:			relative;
	width:				100%;
	margin: 			0 auto;
	text-align:			left;
}

#header {
	position:			relative;
	width:				100%;
	height:				80px;
	margin: 			0 auto;
	border-left:		1px solid white;
	border-right:		1px solid white;
	border-top:			1px solid white;
}

#textBanner {
	position:			relative;
	width:				100%;
	height:				20px;
	background-color:	black;
	font-size:			0.75em;
	color:				white;
	font-weight:		bold;
	text-align:			center;
	margin:				0 auto;
	border-left:		1px solid white;
	border-right:		1px solid white;
	border-top:			1px solid white;
	border-bottom:		1px solid white;
}

#basketLink {
	display:			none;
}

#footerLogos {
	display:			none;
}

#mainPlaceHolder {
	position:			relative;
	width:				100%;
	background-image:	url('/images/repeat-bg.jpg');
	background-position-y:	14px;
	border-left:		1px solid white;
	border-right:		1px solid white;
	border-bottom:		1px solid white;
	margin:				0 auto;
	text-align:			left;
}

#mainContent {
	position:			relative;
	width:				100%;
	background:			url('/images/top-bg.jpg') no-repeat;
	min-height:			1px;
	font-size:			0.7em;
}

#footer {
	width:				100%;
	background-color:	white;
	filter:				alpha(opacity=70);
	margin:				0 auto;

	font-size:			0.6em;
	text-align:			center;
	color:				#000000;
}

#menuContainer {
	display:			none;
	
	float:				left;
	margin-right:		10px;
	margin-top:			35px;
}

#medContainer {
	float:				left;
	width:				30%;
	margin-top:			35px;
}

#largeContainer {
	float:				left;
	width:				65%;
	margin-top:			35px;
	margin-right:		10px;
	margin-bottom:		10px;
}

#superContainer {
	float:				left;
	width:				95%;
	margin-top:			35px;
	margin-right:		10px;
	margin-bottom:		10px;
}

div.menuBorder {
	float:				left;
	margin-top:			3px;
	border-top:			1px solid white;
	border-bottom:		1px solid white;
	width:				159px;		
	height:				20px;
	
	font-size:			12px;
	font-weight:		bold;
	color:				white;

	background-color:	#5375A3;
}

img.menuEnd {
	position:			relative;
	float:				left;
	margin-top:			3px;
}

div.smallFeatureTop {
	position:			relative;
	width:				160px;
	height:				25px;
	background:			url('/images/small-feature-top.gif') no-repeat;
	
	font-size:			12px;
	color:				white;
	text-align:			center;
	font-weight:		bold;
}

div.smallFeatureContent {
	width:				158px;
	background-color:	#C8CED9;
	border-left:		1px solid #3A5171;
	border-right:		1px solid #3A5171;

	color:				black;
	filter:				alpha(opacity=85);
}

div.smallFeatureBottom {
	position:			relative;
	width:				160px;
	height:				10px;
	background:			url('/images/small-feature-bottom.gif') no-repeat;
	filter:				alpha(opacity=85);
}

div.medFeatureTop {
	position:			relative;
	width:				100%;
	height:				25px;
	font-size:			12px;
	text-align:			center;
	font-weight:		bold;
}

div.medFeatureContent {
	width:				100%;
	color:				black;
}

div.medFeatureBottom {
	display:			none;
}

div.largeFeatureTop {
	position:			relative;
	width:				100%;
	font-size:			12px;
	text-align:			center;
	font-weight:		bold;
}

div.largeFeatureContent {
	width:				100%;
	line-height:		1.5em;
	color:				black;
}

div.largeFeatureBottom {
	display:			none;
}

div.superFeatureTop {
	position:			relative;
	width:				100%;
	font-size:			12px;
	text-align:			center;
	font-weight:		bold;
}

div.superFeatureContent {
	width:				100%;
	line-height:		1.5em;
	color:				black;
}

div.superFeatureBottom {
	display:			none;
}

div.padding {
	position:			relative;
	padding:			5px;
}

#errorDiv {
	font-size:			0.9em;
	padding:			3px;
	padding-bottom:		20px;
	border:				1px solid #3A5171;
	background-color:	#ffffcc;
}

.inputText {
	font-family:		verdana, arial, helvetica, sans-serif;
	border:				1px solid #3A5171;
	background-color:	#ffffff;
}

.variantSelect {
	width:				400px;
}

img.withBorder {
	border:				1px solid #3A5171;
}

table {
	line-height:		1.0em;
}

table.basket, table.findResults, table.route {
	position:			relative;
	border:				1px solid #5A7B9C;
	background-color:	white;
	font-size:			1.0em;
	width:				95%;
}

th.basket, th.findResults, th.route {
	background-color:	#5A7B9C;
	color:				white;
}

.goButton {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			1.0em;
	background-color:	#5A7B9C;
	color:				#ffffff;
	border:				1px solid #3A5171;
	font-weight:		bold;
	padding:			2px;
}

.searchPrice {
	font-size:			1.6em;
	color:				#ECB122;
	font-weight:		bold;
	padding-top:		5px;
}

.detailPrice {
	font-size:			1.3em;
	color:				#ECB122;
	font-weight:		bold;
}

.buyButton, .selectButton, .payButton, .searchButton {
	font-family:		verdana, arial, helvetica, sans-serif;
	background-color:	#5A7B9C;
	color:				white;
	font-weight:		bold;
	font-size:			1.0em;
	border:				1px solid #3A5171; 
	padding:			2px;
}

hr {
	height:				1px;
	color:				#3A5171;
	margin-top:			5px;
	margin-bottom:		5px;
}

table {
	font-size:			1.0em;
}

a {
	color:				black;
	text-decoration:	underline;
}

a:hover {
	color:				#0000ff;
}

a.navLink {
	color:				white;
	text-decoration:	none;
}

a.navLink:hover, a.navLinkSelected:hover {
	color:				#ECB122;
}

a.navLinkSelected {
	color:				#ECB122;
	text-decoration:	none;
}

ul
{
	margin-top:			0px;
	margin-bottom:		5px;
	margin-left: 		15px;
}

p {
	margin-top:			0px;
	margin-bottom:		0px;
}

li {
	padding-top:		5px;
	padding-bottom:		2px;
}

.sitemapEntry, .sitemapHeading
{
	line-height:		2.0em;
}

.sitemapHeading {
	font-weight:		bold;
}

.specialOffer {
	font-variant:		small-caps;
	padding-top:		10px;
	color:				#cc0000;
	font-weight:		bold;
}
.tyrestyle1
{
	font-family:		verdana, arial, helvetica, sans-serif;
}
.tyrestyle1 strong
{	
	font-weight:		lighter;
}
.tyrestyle1 h1
{
	font-size:			1.0em;
	font-weight:		lighter;
	display:			inline;
}
.tyrestyle1 h2
{
	font-size:			1.0em;
	font-weight:		lighter;
	display:			inline;
}
h1
{
	font-size:			1.0em;
	display:			inline;
}
.tyrestyle2
{
	font-family:		verdana, arial, helvetica, sans-serif;
	font-weight:		bold;
}
.tyrestyle2 strong
{	
	font-weight:		bold;
}