/* Global styles */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../media/background.jpg);
}
h1 {
	margin: 0px;
}
h2 {
	margin: 20px 0px 10px 0px;
	color: #F00;
	font-size: 16px;
}
h3 {
	clear: left;
	margin: 20px 0px 10px 0px;
	color: #F00;
	font-size: 14px;
}
h4 {
	margin: 0px 0px 10px 0px;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}
a {
	color: #F00;
}
#Additional p a {
	background-color:#F00;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
}
img {
	border: none;
}
table {
	width: 100%;
}
th {
	text-align: left;
	color: #F00;
}
form {
	margin: 20px 0px 0px 0px;
}
form label, form input, textarea {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 10px;
	font-weight: normal;
}
input.Button {
	position: relative;
	left: 105px;
	width: auto;
}
input.InlineButton {
	width: auto;
}
input.Dispatch {
	width: 50px;
	margin: 0px;
}
input.Short {
	width: 50px;
}
form label {
	position: relative;
	top: 3px;
	text-align: right;
	width: 85px;
	padding-right: 20px;
	background-color: #FFF;
}
textarea {
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form br {
	clear: left;
}
label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
}


/* Main site navigation elements */

#Menu {
	margin: 0px;
	padding: 0px;
	width:770px;
	list-style-type: none;
}
#Menu li {
	float: left;
	margin-right: 4px;
	padding: 5px 8px 0px 8px;
	border: 1px solid #F00;
	height: 50px;
	cursor: pointer;
}
#Menu li.Last {
	margin-right: 0px;
}
#Menu li:hover, #Menu li.Hover {
	background-color: #F00;
}
#Menu li:hover a, #Menu li.Hover a {
	color: #FFF;
}
#Menu a {
	color: #999;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}


/* Container DIVS and unique elements referenced by ID */

#Container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 773px;
	padding: 10px;
	overflow: hidden;
	background-color: #FFF;
}
#Header {
	margin-bottom: 4px;
	height: 120px;
	background-color: #F00;
}
#Content {
	float: left;
	width: 500px;
}
#Additional {
	float: right;
	width: 200px;
	padding-top: 20px;
}
#Footer {
	position: relative;
	top: 20px;
	clear: both;
	border-top: 1px solid #F00;
	text-align: right;
	padding-bottom: 10px;
}
#ProductForm, #OptionForm {
	position: fixed;
	top: 100px;
	left: 100px;
	background-color: #EEE;
	border: 4px solid #000;
	padding: 10px;
	z-index: 100;
}
#ProductForm #ProductInfo {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
#ProductForm #ProductOptions {
	float: left;
	width: 300px;
	height: 240px;
	overflow: auto;
	border: 1px solid #666;
}


/* Special elements and styles applied by class attribute */

#TotalPrice {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	padding-right: 10px;
}
#Additional p {
	margin: 10px 0px 10px 0px;
}
#Header p {
	position: absolute;
	right: 20px;
	top: 20px;
}
#Footer p {
	font-size: 9px;
}
#Basket p {
	font-size: 10px;
	margin: 0px 0px 4px 0px;
	line-height: normal;
}
img.Right {
	float: right;
	margin: 0px 0px 10px 20px;
}
img.Left {
	float: left;
	margin: 0px 20px 10px 0px;
}
#Additional img.Left {
	margin: 0px 10px 0px 0px;
}
img.Border {
	border: 1px solid #F00;
}
span.Note {
	color: #999999;
}
.Hidden {
	display: none !important;
}
input.AutoWidth {
	width: auto !important;
}
input.DefaultButton {
	font-weight: bold;
	width: auto !important;
}
input.Checkbox {
	width: auto !important;
	position: relative;
	top: 2px;
}
#ProductForm label, #OptionForm label {
	width: auto;
	display: inline;
	float: none;
	font-weight: bold;
	padding-right: 0px;
	position: static;
	background-color: transparent;
}
#ProductForm input {
	width: 200px;
	float: none;
	display: inline;
}
#ProductOptions input {
	margin-bottom: 5px;
}
select .OptionDepth2 {
	text-indent: 15px;
}
#ProductForm h2, #OptionForm h2 {
	margin: 0px 0px 10px 0px;
}
.Options {
	clear: both;
	position: relative;
	top: 10px;
	margin: 0px 0px 10px 0px;
	text-align: right;
}
.Progress {
	font-weight: bold;
	margin-right: 10px;
}


/* Shopping basket stuff */
table.Basket {
	border-collapse: collapse;
	border: 1px solid #F00;
}
table.Basket td {
	vertical-align: top;
}
tr.Carriage {
	font-weight: bold;
}
tr.Total {
	font-weight: bold;
	background-color: #F00;
	color: #FFF;
}