@charset "utf-8";

/* Global styles */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
#centre {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#centre .footnote a {
	color: #F60;
	text-decoration: none;
}
#centre .footnote a:hover {
	text-decoration: underline;
}
.hilite {
	font-weight: bold;
	color: #FC0;
}
.hiliteRed {
	font-weight: bold;
	color: #F00;
}
.boldHilite1 {
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.boldHilite2 {
	font-weight: bold;
}
#message {
	width: auto;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-top: 20px;
	background-image: url(../images/message.gif);
	color: #FFF;
	font-weight: bold;
}
#message a {
	color: #FC0;
	text-decoration: none;
}
#message a:hover {
	text-decoration: underline;
}
label {
	display: none;
}
.formElements {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #030049;
}
.formElementsError {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #C00;
}
.footnote {
	font-size: 0.8em;
}

/* Specific DIVs */
#map {
	position: absolute;
	height: 795px;
	width: 960px;
	top: 200px;
	right: 0px;
	z-index: -1;
}
#maplogo {
	z-index: 3;
	position: absolute;
	left: 100px;
	top: 20px;
}
#deliveryOptions {
	position: absolute;
	height: 52px;
	width: 296px;
	left: 285px;
	top: 355px;
	z-index: 2;
	text-align: left;
}
#deliveryOptions p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#deliveryOptions a {
	font-weight: bold;
	text-decoration: none;
	color: #030049;
}
#deliveryOptions a:hover {
	text-decoration: underline;
}
#deliveryOptions .zone1 {
	color: #FFF;
	background-color: #CF142A;
	font-weight: bold;
	padding: 5px;
	background-image: url(../images/uktile.gif);
}
#deliveryOptions .zone2 {
	font-weight: bold;
	color: #FFF;
	background-color: #4644B3;
	padding: 5px;
	background-image: url(../images/eurotile.gif);
}

/* Table styles */
table {
	background-color: transparent;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
td {
	padding-top: 5px;

}
thead td {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-top: 5px;
	background-image: url(../images/thead.gif);
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	background-color: #030049;
	background-repeat: repeat-x;
}
.darkCell {
	background-color: #0D0A50;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}
.tableFill {
	background-color: #FFFFCD;
}
.basketSummary {
	background-image: url(../images/table.gif);
	margin-top: 25px;
}
.rightAlign1 {
	text-align: right;
	padding-right: 2px;
}
.priceInd {
	padding-left: 5px;
}
.rightAlign2 {
	background-color: #3A3770;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	text-align: right;
}
.clearBelow {
	margin-bottom: 20px;
}
.price {
	font-size: 1.2em;
	color: #252261;
}
.button {
	margin: 2px;
}
