﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std style */
body {
	background-color: #ffffff;
	background-image: url('bodyBG.gif');
	background-position: center top;
	background-repeat: no-repeat;
	color: #303f50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #585858;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;
	margin: .5em 0 .5em 0;
}
h3 {
	font-size: 1.1em;
	margin: 0;
	padding: .5em 0 .5em 0;
}
h4 {
	font-size: 1.1em;
	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;
}
.orange {
	color: #f26732;
}
.teal {
	color: #078785;
}
/*********************************************************************************/
/* forms */
/* see also form.css */
form .fieldsetHeading {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
div.column2 fieldset {
	background: #f8f8f8;
	border: 1px #e8e8e8 solid;
	margin: 0 0 1px 0;
	padding: 4px 8px;
}
/*********************************************************************************/
div.outerContainer {
	background-image: url('outerContainerBG.gif');
	background-position: left top;
	background-repeat: repeat-y;
}
/*div.innerContainer {
	background-image: url('innerContainerBG.gif');
	background-position: 0 322px;
	background-repeat: no-repeat;
}*/
/*********************************************************************************/
/* banner */
div.banner {
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 16pt;
	font-weight: bold;
	height: 100px;
}
div.banner .bannerText {
	color: #f26732;
	padding: 40px 20px 20px 20px;
}
div.banner .bannerText span {
	font-size: .8em;
	font-weight: normal;
}
/*********************************************************************************/
/* left column */
div.column1 {
	border-right: 1px #d0d0d0 solid;
	margin-top: 5px;
	margin-bottom: 0;
}
/*********************************************************************************/
/* centre column */
div.column2 {
	border-left: 1px #d0d0d0 solid;
	margin-top: 5px;
	margin-left: -1px;
	padding-top: 0;
	padding-bottom: 0;
}
div.loggedinMessage {
	color: #4b380a;
	padding: 2px 4px;
}
/*********************************************************************************/
/* 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;
}
div.Device {
	float: left;
	height: 150px;
	margin: 5px;
	padding: 5px;
	width: 20%;
}
div.Device .ImageFile form {
	margin: 0;
	padding: 0;
}
div.Device .ImageFile input {
	margin: 0;
	padding: 0;
	width: auto;
}
/*********************************************************************************/
/* 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: #4b380a;
	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;
}
