﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 style sheet */
body {
	background: #afb2b9 url('bodyBg.gif');
	color: #303030;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #004883;
}
h1 {
	color: #004883;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	color: #004883;
	font-size: 1.4em;
	margin: .5em 0 .5em 0;
}
h3 {
	font-size: 1.3em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h5 {
	font-size: 1.1em;
	margin: 0;
	padding: .5em 0 0 0;
}
h6 {
	font-size: 1em;
	margin: 0;
	padding: .5em 0 0 0;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
span.mandatory {
	color: #c80000;
	font-weight: bold;
}
/*********************************************************************************/
div.outerContainer {
	border-right: 1px #5193c6 solid;
	border-left: 1px #105285 solid;
}
/* header */
div.headerContainer {
	background-color: #166eb2;
}
div.headerContainer .banner {
	border-top: 1px #105285 solid;
	border-bottom: 1px #5193c6 solid;
	-moz-border-radius-topright: 1em;
}
/*********************************************************************************/
/* top nav */
ul.topnav a {
	background: #c80000;
	border-top: 2px #d74141 solid;
	border-right: 2px #960000 solid;
	border-left: 2px #d74141 solid;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-radius-topleft: 4px;
}
ul.topnav a:hover {
	background: #d74141;
	border-top: 2px #e17171 solid;
	border-right: 2px #a03030 solid;
	border-left: 2px #e17171 solid;
}
/* main nav */
ul.loginnav a {
	border-right: 1px #5193c6 solid;
	border-left: 1px #105285 solid;
	color: #ffffff;
	font-weight: bold;
}
ul.loginnav span {
	border-right: 1px #5193c6 solid;
	border-left: 1px #105285 solid;
	color: #ffffff;
}
/* main nav */
ul.level1nav {
}
ul.level1nav span, ul.level1nav a {
	font-weight: bold;
	text-decoration: none;
}
ul.level1nav a {
	color: #004883;
}
ul.level1nav span {
	color: #c80000;
}
ul.level1nav a:hover {
	color: #000000;
}
/* sub nav */
ul.level2nav {
}
ul.level2nav li {
	border-bottom: none;
}
ul.level2nav a {
	font-size: .85em;
	color: #004883;
	text-decoration: none;
}
ul.level2nav li.parent a {
	font-size: .9em;
	color: #000000;
}
ul.level2nav span {
	font-size: .9em;
	color: #c80000;
}
ul.level2nav a:hover {
	color: #000000;
}
/* sub sub nav */
li.parent ul.level3nav a {
	font-size: .85em;
	color: #004883;
	text-decoration: none;
}
li.parent ul.level3nav span {
	font-size: .9em;
	color: #c80000;
}
li.parent ul.level3nav a:hover {
	color: #000000;
}
/*********************************************************************************/
div.mainContainer {
	background: #ffffff url('leftColumn.gif') repeat-y left top;
	border-top: 1px #105285 solid;
}
/*********************************************************************************/
/* left column */
div.column1 {
	border-right: 1px #f0f0f0 solid;
}
/*********************************************************************************/
/* centre column */
div.column2 {
	border-left: 1px #f0f0f0 solid;
	margin-left: -1px;
}
div.loggedinMessage {
	color: #004883;
	padding: 2px 4px;
}
/*********************************************************************************/
/* right column */
div.column3 {
}
/*********************************************************************************/
/* content */
div.boxTopHeading .heading {
	font-weight: bold;
}
/*********************************************************************************/
/* products */
table.productdata td {
	padding: 0;
}
table.productdata td.basket {
	border-bottom: 1px #f0f0f0 solid;
	padding: 0 0 5px 0;
}
table.productdata td.basket input {
	border: none;
	width: auto;
}
table.productdata td.empty {
	overflow: hidden;
}
table.productdata td.more {
	text-align: right;
}
table.productdata td.price {
	border-bottom: 1px #f0f0f0 solid;
	text-align: right;
	font-weight: bold;
	padding: 0 0 5px 0;
}
table.productdata td.prodcode {
	border-bottom: 1px #f0f0f0 solid;
	font-weight: bold;
	padding: 0 0 5px 0;
}
table.productdata td.shortDesc {
	font-weight: bold;
	padding: 5px 0 0 0;
}
table.productdata td.thumb {
	border-bottom: 1px #f0f0f0 solid;
	padding: 0 0 5px 0;
	width: 130px;
}
table.productDetails {
	margin: 0 0 5px 0;
}
div.productData {
	border: 1px #e8e8e8 solid;
	background: #f8f8f8;
	padding: 5px;
}
div.productData h2 {
	color: #303030;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
div.productData h2 span.coloured {
	color: #004883;
}
div.productData h2 span.normal {
	font-weight: normal;
}
div.productData th {
	text-align: left;
}
/*********************************************************************************/
/* basket */
table.basket {
	border: 1px #f0f0f0 solid;
	border-collapse: collapse;
}
table.basket form {
	margin: 0;
	padding: 0;
}
table.basket th {
	border-bottom: 1px #f0f0f0 solid;
	padding: 2px 5px;
}
table.basket td {
	border-bottom: 1px #f0f0f0 solid;
	padding: 2px 5px;
}
table.basket td.add {
	padding: 2px 5px 2px 0;
}
table.basket td.add input {
	border: none;
	width: auto;
}
table.basket td.delete input {
	background: none;
	border: none;
	color: #004883;
	padding: 0;
	text-decoration: underline;
	width: auto;
}
table.basket td.remove {
	padding: 2px 0 2px 5px;
}
table.basket td.remove input {
	border: none;
	width: auto;
}
table.basket td.submit {
	text-align: right;
}
table.basket td.total {
	font-weight: bold;
	text-align: right;
}
table.basket td.totalValue {
	font-weight: bold;
	text-align: right;
}
table.basket td.qty {
	text-align: center;
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	background: #004883;
	border-bottom: 1px #105285 solid;
	color: #5193c6;
	font-size: .8em;
}
div.footerContainer li {
	border-left: 1px #003661 solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #ffffff;
}
