﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std style */
/* irun 003 26/08/09 Julie */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a {
	color: #328E8F;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: left;
	width: 95%;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img {
	border: none;
}
p {
	color: #666666;
	margin-left: 10px;
	width: auto;
	padding-bottom: 5px;
	padding-right: 10px;
}
ol, ul {
	margin: 0px;
	padding: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}
/*********************************************************************************/
/* forms */
/* see also form.css */
form .fieldsetHeading {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
/*********************************************************************************/
div.outerContainer {
}
/* header */
div.headerContainer .column1 .menuBar {
	background: #97887e;
	margin: 4px 4px 0 8px;
}
div.headerContainer .column2 .menuBar {
	background: #61bf1a;
	margin: 4px 7px 0 4px;
}
div.banner .bannerText {
	color: #97887e;
	font-size: 16pt;
	font-weight: bold;
	padding: 20px;
}
div.banner .bannerText span {
	font-size: .8em;
	font-weight: normal;
}
/*********************************************************************************/
/* header nav */
ul.headernav a {
	font-weight: bold;
}
ul.headernav span {
	font-weight: bold;
}
/* sub nav */
div.navigationBox {
	background: #97887e;
	color: #ffffff;
}
div.level2nav ul.level2nav {
	display: block;
	margin: 0;
	padding: 0;
}
div.level2nav ul.level2nav li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0 0 5px 0;
	width: 100%;
}
div.level2nav ul.level2nav a, div.level2nav ul.level2nav span {
	background-color: #b8b8b8;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	margin: 0;
	padding: 6px 10px 5px 0;
}
div.level2nav ul.level2nav span, div.level2nav ul.level2nav a.parent {
	background-color: #5fb4cf;
	background-image: url(nav_right_arrow.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	font-weight: bold;
}
div.level2nav ul.level2nav a:hover {
	text-decoration: underline;
}

/*ul.level2nav a.standard {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #b8b8b8;
	text-align: right;
	width: 95%;
	float: left;
	margin-bottom: 5px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	margin-top: 0px;
	padding-bottom: 5px;
}

ul.level2nav span.parent {
	text-decoration: none;
	color: #666666;
	background-color: #dff0f5;
	text-align: right;
	width: 95%;
	float: left;
	margin-bottom: 5px;
	background-image: url(nav_right_link.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	margin-top: 0px;
	padding-bottom: 5px;
}

ul.level2nav a.parent {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5fb4cf;
	text-align: right;
	width: 95%;
	float: left;
	margin-bottom: 5px;
	background-image: url(nav_right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 5px;
}

ul.level2nav span.current {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5fb4cf;
	text-align: right;
	width: 95%;
	float: left;
	margin-bottom: 5px;
	background-image: url(nav_right_arrow.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 5px;
}*/
div.level2nav ul.level3nav {
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
}
div.level2nav ul.level3nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	width: 100%;
}
div.level2nav ul.level3nav a, div.level2nav ul.level3nav span {
	border-left: 4px #5fb4cf solid;
	color: #666666;
	display: block;
	font-size: 14px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	text-align: right;
	background-color: #FFFFFF;
	/*background-image: url(nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
}
div.level2nav ul.level3nav a.parent, div.level2nav ul.level3nav span {
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	/*background-image: url(nav_arrow_wide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;*/
}
div.level2nav ul.level3nav a:hover {
	text-decoration: underline;
}

/*ul.level3nav span.current {
	text-decoration: none;
	color: #666666;
	text-align: right;
	width: 95%;
	float: left;
	height: 24px;
	margin-bottom: 5px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
	background-image: url(nav_arrow_wide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}

ul.level3nav a.standard {
	text-decoration: none;
	color: #666666;
	text-align: right;
	width: 95%;
	float: left;
	height: 24px;
	margin-bottom: 5px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	background-color: #FFFFFF;
	background-image: url(nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul.level3nav span.parent {
	text-decoration: none;
	color: #666666;
	text-align: right;
	width: 95%;
	float: left;
	height: 24px;
	margin-bottom: 5px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 6px;
	background-color: #FFFFFF;
	background-image: url(nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}*/
div.level2nav ul.level4nav {
	display: block;
	margin: 2px 0 0 0;
	padding: 0;
}
div.level2nav ul.level4nav li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	width: 100%;
}
div.level2nav ul.level4nav a, div.level2nav ul.level4nav span {
	border-left: 4px #d7ecf3 solid;
	color: #666666;
	display: block;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	text-align: right;
	background-color: #FFFFFF;
}
div.level2nav ul.level4nav span {
	background-image: none;
	font-weight: bold;
}
div.level2nav ul.level4nav a:hover {
	text-decoration: underline;
}
/*********************************************************************************/
/* column 2 */
div.column2 h2 {
	font-size: 1em;
	margin: 0;
}
/*********************************************************************************/
/* 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: #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 {
	font-size: 0.8em;
	width: 1000px;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
}
div.footerContainer li {
	}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #333333;
}
/*********************************************************************************/
/* logo */
div.link_box {
	width: 330px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 22px;
	float: left;
	clear: both;
	padding-top: 90px;
	text-align: right;
}
div.link_box1 {
	width: 163px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	margin-top: 5px;
	padding-top: 5px;
}

div.link_box1 a {
	color: #FFFFFF;
	text-decoration: none;
}
div.link_box1 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

div.link_box2 {
	width: 163px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	margin-top: 5px;
	padding-top: 5px;
}

div.link_box2 a {
		color: #FFFFFF;
	text-decoration: none;
}
div.link_box2 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

