﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 style sheet */
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #13529c;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: .5em 0 .5em 0;
	padding: 0;
}
h2 {
	color: #A8A4A3;
	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;
}
/*********************************************************************************/
div.outerContainer {
	background: #e6e6e6;
	border: 1px #4c4c4c solid;
}
/* header */
div.headerContainer {
	background: #000000;
}
div.headerContainer .banner {
	background-position: left top;
	background-repeat: no-repeat;
}
div.headerContainer .banner .boxCenter {
	background: none;
	height: 93px; /* set to suit height of banner image */
}
div.headerContainer .menuBar {
	background-color: #444444;
	border-top: 1px #a2a2a2 solid;
	border-bottom: 1px #2d2d2d solid;
}
/*********************************************************************************/
/* header nav */
ul.headernav a {
	background: #a2a2a2;
	border-top: 1px #d1d1d1 solid;
	border-right: 1px #918d8c solid;
	border-left: 1px #d1d1d1 solid;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
}
ul.headernav a:hover {
	background: #918d8c;
	border-top: 1px #c8c6c6 solid;
	border-right: 1px #484646 solid;
	border-left: 1px #c8c6c6 solid;
}
ul.headernav span {
	background: #918d8c;
	border-top: 1px #c8c6c6 solid;
	border-right: 1px #484646 solid;
	border-left: 1px #c8c6c6 solid;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
}
/*********************************************************************************/
/* left column */
div.column1 {
	border-right: 1px #d0c7b0 solid;
	margin-top: 5px;
	margin-bottom: 0;
	width: 199px;
}
/*********************************************************************************/
/* centre column */
div.column2 {
	border-left: 1px #d0c7b0 solid;
	margin-left: -1px;
	padding-top: 16px;
	padding-bottom: 0;
	width: 600px;
}
/*********************************************************************************/
div.mainContainer {
}
/*********************************************************************************/
/* right column */
div.column3 {
}
/*********************************************************************************/
/* content */
div.boxTopHeading .heading {
	font-weight: bold;
}
div.backPrintEmail {
	padding: 10px 0;
	text-align: right;
}
div.backPrintEmail a {
	text-decoration: none;
}
div.backPrintEmail img {
	padding: 0 4px 0 4px;
	vertical-align: text-top;
}
/*********************************************************************************/
/* 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;
	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;
}
/*********************************************************************************/
/* 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: #13529c;
	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;
}
table.basket tr {
 	vertical-align: top;
}
table.basket td.centerAlign {
	text-align: center;
}
table.basket td.nowrap {
	white-space: nowrap;
}
table.basket td.rightAlign {
	text-align: right;
}
/* basket column 2 */
div.column2 table.basket th {
	padding: 2px 4px;
}
div.column2 table.basket td {
	padding: 2px 4px;
}
/* basket column 3 */
div.column3 table.basket th {
	padding: 2px 1px;
	font-size: .85em;
}
div.column3 table.basket td {
	padding: 2px 1px;
	font-size: .85em;
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	background-color: #444444;
	border-top: 1px #a2a2a2 solid;
	color: #ffffff;
	font-size: .8em;
}
div.footerContainer li {
	border-left: 1px #ffffff solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #ffffff;
}
