html {
	background: #264b8a url('/images/bg-html.png') no-repeat fixed 50% 0;
	color: #ffffff;
	font-size: 125%;
}
body {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
}

/* Resets */
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
fieldset,
p.msg {
	background-color: #e5e5e5;
	color: #0d3b6b;
}
fieldset {
	position: relative;
	margin: 0;
	padding: 3.4em 1.4em 1.4em 1.4em;
	border: 0;

	border-radius: 0.9em;
}
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
small {
	font-size: 1em; 
}
img {
	border: 0;
}
address {
	font-style: normal;
	font-size: 
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}

/* Major Components */
a {
	background-color: transparent;
	color: #ffffff;
}
a:hover,
a:focus,
a:active {
	background-color: transparent;
	color: #eed10a;
}

h1 {
	margin: 0 0 1.313em;
	font-size: 1.6em;
	line-height: 1.625;
}
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.25em;
	font-size: 1.4em;
	line-height: 1.429;
}
p,
table {
	margin: 0 0 1.667em;
	font-size: 1.4em;
	line-height: 1.667;
}
ul,
ol {
	margin-bottom: 1.667em;
	font-size: 1.4em;
	line-height: 1.667;
}
ul ul,
ul ol,
ol ul,
ol ol,
table table,
table p,
ul table,
ol table,
table ul,
table ol {
	margin-top: 0.333em;
	font-size: 1em;
}
li {
	margin: 0 0 0.333em;
}
table {
	border-collapse: collapse;
}

footer {
	padding: 0 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1;
	margin:0 0 10px 0;
}


.poa-message{
	font-size: 1.5em;
	 color: #f14747;
	 font-weight: 300;
}
/* Global Modifiers */
.clearself:before,
.clearself:after {
	content: '';
	display: table;   
}
.clearself:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.floatcontainer {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.hidden,
.hide {
	display: none;
}
.panel {
	margin: 0 0 0.9em;
	padding: 8px;
	background-color: #ffffff;
	color: #000080;
	/*border: 1px solid #1d1d1d;*/

	border-radius: 0.9em;
	background-clip: padding-box;
}
.panel a.panellink {
	color:#676767;
	text-decoration:none;
	padding: 0 20px;
	font-size:1.2em;
}
.panel a.panellink.print {
	background:url(/images/printer.png) left 50% no-repeat;
}
.panel a.panellink.contact {
	background:url(/images/expert-icon.png) left 50% no-repeat;
}
.panel a.panellink.email {
	background:url(/images/envelope.png) left 50% no-repeat;
}
.panel a.panellink.pdf {
	background:url(/images/pdf.gif) left 50% no-repeat;
}
.panel .panellink img {
	vertical-align:middle;
}

/* Mods/Overrides */
a.noimg {
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
.panel a {
	background-color: #ffffff;
	color: #000080;
}
.panel a:hover,
.panel a:focus,
.panel a:active {
	background-color: #ffffff;
	color: #d10f0e;
}
fieldset a {
	background-color: #e5e5e5 !important;
}
fieldset p {
	float: left;
	white-space: nowrap;
}

p.membermsg {
	margin: 0;
	background-color: transparent;
	color: #000080;
	font-weight: bold;
	white-space: nowrap;
}
p.membermsg a {
	background-color: transparent;
	color: #d10f0e;
}
p.membermsg a:hover,
p.membermsg a:focus,
p.membermsg a:active {
	background-color: transparent;
	color: #0d3b6b;
}

ul.inline {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}
ul.inline li {
	display: inline;
	margin: 0;
}
ul.inline li:before {
	content: '\0000a0|\0000a0';
}
ul.inline li:first-child:before {
	content: '';
}

ul.contentinline {
	margin: 0 0 1.692em !important;
	font-size: 1.3em;
	line-height: 1.538;
}
ul.contentinline li {
	width: 250px;
	margin: 0 0 0.308em 11px !important;
	padding: 0 10px 0 54px !important;
	background-position: -936px 0.462em !important;
	vertical-align: top;
}
ul.contentinline li.first {
	margin: 0 0 0.308em !important;
}
ul.contentinline a {
	text-decoration: none;
}

form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.standard {
	width: 380px;
	margin: 0 auto 1.4em;
}
form.standard.copsc {
	width:920px;
}
form.right {
	width: 370px;
	margin: 0 2em 1.4em;
}
p.msg {
	float: right;
	width: 262px;
	margin: 0 1.667em 1.167em;
	padding: 1.167em;
	text-align: center;

	border-radius: 0.75em;
}
form.standard li {
	clear: left;
	float: left;
	width: 100%;
}
form li.required {
	background: url('/images/bg-bullets.gif') no-repeat right 0;
}
form.standard label {
	float: left;
}
form.standard input,
form.standard select,
form.standard textarea {
	float: right;
	width: 180px;
	margin: 0 10px 0 0;
}
form.right input,
form.right select,
form.right textarea {
	width: 200px;
}
form.standard input.submit {
	font-size: 1.6em;
	font-weight: bold;
}
form.standard .g-recaptcha {
	float: right;
	margin-right: 8px;
}

form.formproductdetail {
	float: left;
	font-size: 1.3em;
	line-height: 1.385;
}
form.formproductdetail fieldset {
	padding: 1em 0 0;
	background-color: #ffffff;
	color: #676767;

	border-radius: 0;
}
form.formproductdetail label {
	min-width: 5.308em;
	margin: 0 0.769em 0 0;
	vertical-align: top;
}
form.formproductdetail ol {
	font-size: 1em;
	line-height: 1.385;
}
form.formproductdetail li {
	margin: 0 0 0.923em;
}
form.formproductdetail ol input,
form.formproductdetail ol select,
form.formproductdetail ol textarea {
	width: 300px;
}
form.formproductdetail input.submit {
	float: right;
	font-size: 1.385em;
	padding: 0.444em 0.667em;

	border-radius: 0.278em;
}

input.submit {
	width: auto !important;
	cursor: pointer;
}

form.standard.copsc {
	width:920px;
}
form.standard.copsc label {
	width:200px;
}
form.standard.copsc input, 
form.standard.copsc select, 
form.standard.copsc textarea {
	float:left;
	width:670px;
}
form.standard.copsc .g-recaptcha {
	float: left;
	margin-right: 0;
	margin-left: 200px;
}
form.standard.copsc ol ul {
	font-size:0.857em;
	float:left;
	margin:0.75em !important;
}

img.left,
img.right {
	margin: 0 2em 1.4em;
	clear:both;
}
img.centre,
img.block {
	display: block;
}
img.centre {
	margin: 0 auto 1.4em;
}
img.block {
	margin: 0 0 1.4em;
}

object.right {
	margin: 0 0 1.4em 2.8em;
}

.bottomlogos {
	text-align: center;
}
.bottomlogos img {
	margin: 0 24px;
}

.panel .panel {
	margin: 0 0 1.4em;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	color: #0d3b6b;

	border-color: #c2c2c2;
}
.panel .panel:last-of-type {
	margin: 0;
}
.panel .panel a {
	background-color: transparent !important;
}

address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
address li {
	margin: 0;
}
address abbr {
	width: 2em;
	background-color: #ffffff;
	color: #1374b7;
	border: 0;
	font-weight: bold;
}
.panel address a {
	background-color: #ffffff;
	color: #000080;
	text-decoration: none;
}

header.panel {
	padding: 1.3em 0 0;
	background: #ffffff url('/images/bg-header-nav.gif') repeat-x 0 bottom;
	color: #000080;

	border-radius: 0 0 9px 9px;
	overflow: auto;
	background-clip: padding-box;
}
header .formcontainer {
	margin: 5px 0 0 36px;
}
.strapline {
	font-size:1.4em;
	clear:left;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#00007F;
}
header fieldset {
	padding: 0.909em 1.455em;
	background-color: #d9e6ef;
	color: #205780;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.364;

	border-radius: 0.545em;
}
/*
header fieldset legend span {
	position: absolute;
	top: 0.909em;
	left: 1.455em;
}
*/
header label {
	display: block;
	margin: 0 0 0.727em;
}
header input,
header select {
	background-color: #ffffff;
	color: #205780;
	border: 1px solid #bbc2c8;
	font-family: Verdana, Geneva, sans-serif;
}
header select {
	margin: 0 0 0 1.455em;
}
header input {
	width: 13.091em;
}
header input.submit {
	margin: 0;
	background-color: #163851;
	color: #ffffff;
	border-color: #163851;
}

header address {
	margin: 0 3em 0 0;
	
}
header address ul {
	font-size: 2em;
	line-height: 1.429;
}

footer a {
	text-decoration: none;
}
footer small a:before,
footer small a:after {
	display: inline;
	background-color: transparent;
	color: #eed10a;
}
footer small a:before {
	content: '|\0000a0';
}
footer small a:after {
	content: '\0000a0|';
}
footer nav {
	float: right;
}
footer nav ul {
	font-size: 1em;
}

.videolist {
	background-color: #ffffff;
	color: #2d2d2d;
}
.videolist .item {
	margin: 0 0 1.4em;
	text-align: center;
}
.videolist object {
	margin: 0 auto;
}
.videolist p {
	margin: 0.333em 0 0;
}

.video-list {
	max-width: 500px;
}
.embedded-video {
	position: relative;
	height: 0;
	margin: 3em 0;
	padding-bottom: 63.5%;
	overflow: hidden;
}
.embedded-video:first-child {
	margin-top: 0;
}
.embedded-video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.list {
	text-align: center;
}
#infobox .list {
	padding: 1.4em 0 0;
}
.list .floatcontainer {
	margin: 0 0 1.4em;
}
.list.related .item {
	margin: 0 0 0 6px;
}
.list .item {
	float: left;
	width: 146px;
	margin: 0 0 0 14px;
	padding: 12px;
	border: 1px solid #a8a9ad;

	background: rgb(189,189,190); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(189,189,190) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(189,189,190)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* W3C */

	border-radius: 1.2em;
}
.list .item.first {
	margin: 0;
}
.list a {
	background-color: transparent !important;
	text-decoration: none;
}
.list a.noimg {
	width: 136px;
	padding: 58px 0;
	font-size: 1.2em;
	line-height: 1.667;
}
.list img {
	width: 136px;
	height: 136px;
}
.list p {
	margin: 0.5em 0 0;
	font-weight: bold;
	line-height: 1.417;
}
.list p a {
	display: block;
}

.pagenav {
	margin: 0 0 1.667em;
	background-color: #ffffff;
	color: #999999;
	font-size: 1.2em;
	line-height: 1.667;
}
.pagenav .prev,
.pagenav .pagelist,
.pagenav .next {
	width: 33%;
}
.pagenav .pagelist {
	width: 34%;
	background-color: #ffffff;
	color: #0d3b6b;
	text-align: center;
}
.pagenav .next {
	text-align: right;
}

.listfeaturepanel {
	margin: 0 0 2.2em -11px;
}
.listfeaturepanel .fpanel {
	position: relative;
	float: left;
	margin: 0 0 11px 11px;

	border-radius: 1.3em;
}
.listfeaturepanel img {
	float: left;
	width: 310px;
	height: 152px;
	border-radius: 1.3em;
	border: solid 0.1em #264b8a;
}
.listfeaturepanel .caption {
	position:absolute;
	padding:10px;
	top:0;
	left:0;
}
.listfeaturepanel .caption p,
.listfeaturepanel .caption ul,
.listfeaturepanel .caption ol,
.listfeaturepanel .caption table {
	width: 294px;
	line-height:1.2em;
}

.productdetail {
	margin: 0 0 1.4em;
}
.productdetail .img {
	width: 302px;
}
.productdetail .buy {
	width: 408px;
	margin: 0 10px 0 0;
	background-color: #ffffff;
	color: #676767;
}

a.addthis_button img {
	float: right;
}

#skiplink {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.667;
	text-decoration: none;
	z-index: 3;
	outline: 0;
}
#skiplink:focus,
#skiplink:active {
	left: 1px;
	background-color: #000000;
	color: #fefefe;
}

#logo {
	margin: 0 0 0 20px;
}

#navtop {
	margin: 0 0 0.5em;
	background-color: #ffffff;
	color: #1374b7;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.429;
}
#navtop a {
	background-color: #ffffff;
	color: #1374b7;
}
#navtop a:hover,
#navtop a:focus,
#navtop a:active {
	background-color: #ffffff;
	color: #d10f0e;
}

#navmaincontainer {
	margin: 1.3em 0 0;
	background: #01114f url('/images/bg-header-nav.gif') repeat-x 0 0;
	color: #ffffff;
}
#navmain {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.417;
	list-style: none;
	text-transform: uppercase;
}
#navmain li {
	float: left;
	margin: 0;
	border-right: 1px solid #395a80;
	border-left: 1px solid #02244b;
}
#navmain li.first {
	border-left: 0;
}
#navmain li.last {
	border-right: 0;
}
#navmain a {
	display: block;
	padding: 1.833em 0.4em 1.25em;
	background-color: transparent !important;
	color: #ffffff !important;
	text-decoration: none;
}
#navmain a:hover,
#navmain a:focus,
#navmain a:active {
	background-color: transparent !important;
	color: #eed10a !important;
}

#breadcrumb,
#basket_page_titles {
	background-color: transparent;
	color: #767676;
}
#content #breadcrumb {
	margin: 0 0 10px 0;
}
#breadcrumb {
	margin: 0 0 10px 0;
	padding: 0;
	width:730px;
	float:left;
	clear:left;
	list-style: none;
	font-size:1.6em;
	color:#212E7A;
	font-weight:bold;
}
#basket_page_titles {
	font-size: 1.2em;
	line-height: 1.667;
}
#breadcrumb a {
	background-color: transparent;
	color: #767676;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
	background-color: transparent;
	color: #d10f0e;
}
#content #breadcrumb li {
	padding:0;
	background:none;
}
#breadcrumb li,
#basket_page_titles .basket_step {
	float: left;
	margin: 0;
}
#breadcrumb li:before,
#basket_page_titles .basket_step:before {
	float: left;
	content: '\0000a0>\0000a0';
}
#breadcrumb li:first-child:before {
	content: 'You are in:\0000a0';
}
#basket_page_titles .basket_step:first-child:before {
	content: '';
}
#basket_page_titles .current_page {
	background-color: transparent;
	color: #020202;
}
#breadcrumb h1 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

.navsidepresent nav {
	width: 210px;
}
.navsidepresent nav h2 {
	margin: 0;
	padding: 0.5em 1.286em 0.571em;

	background: rgb(83,83,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(83,83,83) 33%, rgb(27,27,27) 58%, rgb(2,2,2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,rgb(83,83,83)), color-stop(58%,rgb(27,27,27)), color-stop(100%,rgb(2,2,2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* W3C */
	color: #ffffff;

	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;

	border-radius: 0.714em 0.714em 0 0;
}
#content {
	width: 964px;
	padding: 0 4px;
}
.navsidepresent #content {
	width: 730px;
	padding: 0;
}

.navsidepresent ul.contentinline li {
	width: 172px;
}

.topimg {
	position: relative;
	height: 141px;
	margin: 0 0 2.2em;
}
.topimg img {
	display: none;
	width: 964px;
	height: 141px;

	border-radius: 1.3em;
}
.topimg img.first {
	display: block;
}

.navsidepresent .topimg img {
	width: 730px;
}

.twintopimg {
	margin: 0 0 2.2em;
}
.twintopimg .topimg {
	width: 730px;
	height: 268px;
	margin: 0;
}
.twintopimg .topimg img {
	width: 730px;
	height: 268px;
}
.twintopimg .right {
	width: 222px;
}
.twintopimg .right img {
	width: 222px;
}

#navside {
	margin: 0 0 1.167em;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-top: 0;
	font-size: 1.2em;
	line-height: 1.333;
	list-style: none;
	float:left;
}
#navside a {
	display: block;
	margin: 0.75em 1em;
	padding: 0.25em 0.417em 0.167em;
	text-decoration: none;
	color: #fff;

background: rgb(99,116,177);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNzRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTExNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(99,116,177,1) 0%, rgba(1,17,79,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,116,177,1)), color-stop(100%,rgba(1,17,79,1)));
background: -webkit-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: -o-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: -ms-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: linear-gradient(to bottom,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6374b1', endColorstr='#01114f',GradientType=0 );

	border-radius:5px;

	box-shadow: 0 0 2px #333333;
}
#navside a:hover,
#navside a:active,
#navside a:focus {

background: rgb(1,17,79);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTE0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Mzc0YjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(1,17,79,1) 0%, rgba(99,116,177,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,17,79,1)), color-stop(100%,rgba(99,116,177,1)));
background: -webkit-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: -o-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: -ms-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: linear-gradient(to bottom,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01114f', endColorstr='#6374b1',GradientType=0 );

}
#navside li {
	margin: 0;
	border-top: 1px solid #dfdfdf;
}
#navside li.first {
	border: 0;
}
#navside ul {
	display: none;
	margin: 0 3em 1em;
	padding: 0;
	font-size: 1em;
	line-height: 1.333;
	list-style: none;
}
#navside ul.selected {
	display: block;
}
#navside ul li {
	margin: 0 0 1em;
	border: 0;
}
#navside ul a {
	margin: 0;
}

#content ul {
	margin: 0.333em 0.833em 1.667em;
	padding: 0;
	list-style: none;
}
#content ul li {
	padding: 0 0 0 1.167em;
	background: url('/images/bg-bullets.gif') no-repeat -972px 0.5em;
}
#content ul.download li {
	padding: 0;
	background-image: none;
}
#content ul.download li a {
	padding: 0 0 0 1.667em;
	background: url('/images/bg-bullets.gif') no-repeat -1944px 0.083em;
}
#content ul.download li.pdf a {
	background-position: -2916px 0.083em;
}
#content ul.download li.doc a {
	background-position: -3888px 0.083em;
}
#content ul.download li.xls a {
	background-position: -4860px 0.083em;
}
#content ul.download li.zip a {
	background-position: -5832px 0.083em;
}

#content ul.summary {
	margin: 0 0 1.111em;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.333;
	text-align: left;
}
#content ul.summary li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#content ul.summary li.price {
	background-color: #ffffff;
	color: #fe0000;
	font-size: 1.611em;
	line-height: 1.207;
}

#content ul.summary li.price .oldprice {
	color:#676767;
	text-decoration:line-through;
}

#content ul.summary li.price th.oldprice {
	text-decoration:none;
}
#content ul.summary li.price .smaller {
	font-size: 0.621em;
	line-height: 1.333;
}
#content ul.summary li.price table th,
#content ul.summary li.price table td {
	padding:2px;
}

#content form legend {
	font-weight: bold;
	font-size:1.4em;
	color:#212E7A;
	padding:0;
}
#content form legend span {
	/*position: absolute;
	top: 0;
	right: 0;*/
}
#content form ol input,
#content form ol select,
#content form ol textarea,
#basket_default table input,
#basket_default table select,
#basket_default table textarea {
	border: 1px solid #abadb3;
}
#content form input.submit {
	background-color: #278d3f;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-top-color: #82bd90;
	border-right-color: #195928;
	border-bottom-color: #103b1a;
	border-left-color: #73b583;
	font-weight: bold;
}

#productimg .item {
	display: none;
}
#productimg #img1 {
	display: block;
}
#productimg img,
#productimg .noimg {
	border: 1px solid #dfdfdf;
	font-size: 1.2em;
	line-height: 1.667;
	text-align: center;

	border-radius: 0.9em;
}
#productimg img {
	display: block;
	width: 300px;
}
#productimg .noimg {
	padding: 140px 6px;
}
#productimgnav {
	position: relative;
	margin: 5px 0 0;
	padding: 0 18px;
}
#productimgnav img,
#productimgnav a.noimg {
	float: left;
	width: 46px;
	margin: 2px;
	border: 1px solid #dfdfdf;
	font-size: 1.2em;
	line-height: 1.667;
	text-align: center;
}
#productimgnav img {
	height: 46px;
}
#productimgnav a.noimg {
	padding: 13px 0;
}
#productimgnavslide {
	float: left;
	margin: 0 4px;
	width: 260px;
}
#prevproductimgnav,
#nextproductimgnav {
	position: absolute;
	top: 0;
	width: 8px;
	height: 48px;
	background-image: url('/images/bg-bullets.gif');
	background-repeat: no-repeat;
	text-indent: -290em;
	cursor: pointer;
}
#prevproductimgnav {
	left: 5px;
	background-position: 0 19px;
}
#nextproductimgnav {
	right: 5px;
	background-position: -972px 19px;
}

#infoboxnav {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.214;
	border-bottom: 2px solid #6a6a6e;
}
#infoboxnav a {
	width: 15.714em;
	padding: 0.429em 0.571em 0;
	text-decoration: none;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(213,213,213) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(213,213,213))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* W3C */
	color: #777777;

	border-radius: 0.643em 0.643em 0 0;
}
#infoboxnav a:hover,
#infoboxnav a:focus,
#infoboxnav a:active {
	color: #333333;
}
#infoboxnav a.selected {
	background: rgb(149,149,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(149,149,150) 0%, rgb(107,108,112) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(149,149,150)), color-stop(100%,rgb(107,108,112))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* W3C */
	color: #ffffff;
	cursor: text;
}
#infobox {
	margin: 0 0 1.4em;
}
#infobox .tab {
	margin: 0 0 1.4em;
	border-bottom: 1px solid #c2c2c2;
}
.tabbedcontent .tab {
	padding: 2.2em 1.2em;
	background-color: #f2f2f2;
	color: #000080;
	border: 0 !important;
}
.tabbedcontent .tab a {
	background-color: #f2f2f2 !important;
	color: #000080;
}
.tabbedcontent .tab a:hover,
.tabbedcontent .tab a:focus,
.tabbedcontent .tab a:active {
	background-color: #f2f2f2;
	color: #d10f0e;
}

#basket_default table {
	width: 100%;
}
#basket_default th,
#basket_default td {
	padding: 0.25em;
}
#basket_default th {
	text-align: left;
}
#basket_default #basket_default_header th {
	border-bottom: 1px solid #a8a9ad;
}
#basket_default tr.odd,
#basket_default tr.odd a {
	background-color: #f2f2f2;
}
#basket_default tr.even,
#basket_default tr.even a {
	background-color: #e5e5e5;
}
#basket_default input {
	width: 190px;
}
#basket_default input.entermoney {
	width: 45px;
}
#basket_default input.button {
	width: auto;
	background-color: #666666;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-top-color: #cccccc;
	border-right-color: #444444;
	border-bottom-color: #222222;
	border-left-color: #999999;
	cursor: pointer;
}
#basket_default .buttons {
	float: left;
	width: 100%;
	margin: 0 0 1.4em;
}
#basket_default .buttons input.button,
#basket_default input.submit {
	font-size: 1.6em;
	font-weight: bold;

	border-radius: 0.375em;
}
#basket_default .buttons input.button {
	float: left;
}
#basket_default input.submit {
	float: right;
}

#bottomcontent {
	font-family: Verdana, Geneva, sans-serif;
}
#bottomcontent h3 {
	margin: 0 0 0.643em;
	line-height: 1.571;
}
#bottomcontent .right {
	margin: 3.4em 3.2em 0 0;
}
#bottomcontent .right section:first-child {
	margin: 0 0 2.3em;
}
#navbottomcontainer {
	float: left;
	width: 716px;
}
#navbottom {
	margin: 2.429em 0 0 2.286em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.571;
	list-style: none;
}
#navbottom a {
	text-decoration: none;
}
#navbottom li {
	float: left;
	width: 32%;
	margin: 0 1% 0 0;
}
#navbottom ul {
	margin: 0.692em 0 0;
	padding: 0;
	font-size: 0.929em;
	font-weight: normal;
	line-height: 1.385;
	list-style: none;
}
#navbottom ul li {
	float: none;
	width: 100%;
	margin: 0 0 0.692em;
}
#acceptedpayment p {
	width: 174px;
	height: 50px;
	background: transparent url('/images/bg-acceptedpayment-p.png') no-repeat 0 0;
	text-indent: -290em;
}
#socialmedialinks a {
	margin: 0 0 0 1.4em;
	padding: 0 !important;
}
#socialmedialinks a.first {
	margin: 0;
}

#content table.webwiz_table {
	width:100%;
}

.recaptcha_input_area {
	float:left;
}
.recaptcha_only_if_privacy {
	margin:-5px 0 0 0 !important;
}

.orderstatus {
	display:none;
}

.basket-link {
	font-size: 1.6em;
	margin-top: 5px;
	display: block;
}

.special-offer-area a {
	display: block;
}
.special-offer-area p {
	margin: 1em 0;
}
.special-offer-area img {
	max-width: 730px;
}

#content ul.summary li.pricealt {
	color: #212E7A;
}
#content ul.summary li.price table td.pricealt {
	color: #212E7A;
}html {
	background: #264b8a url('/images/bg-html.png') no-repeat fixed 50% 0;
	color: #ffffff;
	font-size: 125%;
}
body {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
}

/* Resets */
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
fieldset,
p.msg {
	background-color: #e5e5e5;
	color: #0d3b6b;
}
fieldset {
	position: relative;
	margin: 0;
	padding: 3.4em 1.4em 1.4em 1.4em;
	border: 0;

	border-radius: 0.9em;
}
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
small {
	font-size: 1em; 
}
img {
	border: 0;
}
address {
	font-style: normal;
	font-size: 
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}

/* Major Components */
a {
	background-color: transparent;
	color: #ffffff;
}
a:hover,
a:focus,
a:active {
	background-color: transparent;
	color: #eed10a;
}

h1 {
	margin: 0 0 1.313em;
	font-size: 1.6em;
	line-height: 1.625;
}
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.25em;
	font-size: 1.4em;
	line-height: 1.429;
}
p,
table {
	margin: 0 0 1.667em;
	font-size: 1.4em;
	line-height: 1.667;
}
ul,
ol {
	margin-bottom: 1.667em;
	font-size: 1.4em;
	line-height: 1.667;
}
ul ul,
ul ol,
ol ul,
ol ol,
table table,
table p,
ul table,
ol table,
table ul,
table ol {
	margin-top: 0.333em;
	font-size: 1em;
}
li {
	margin: 0 0 0.333em;
}
table {
	border-collapse: collapse;
}

footer {
	padding: 0 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1;
	margin:0 0 10px 0;
}

/* Global Modifiers */
.clearself:before,
.clearself:after {
	content: '';
	display: table;   
}
.clearself:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.floatcontainer {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.hidden,
.hide {
	display: none;
}
.panel {
	margin: 0 0 0.9em;
	padding: 8px;
	background-color: #ffffff;
	color: #000080;
	/*border: 1px solid #1d1d1d;*/

	border-radius: 0.9em;
	background-clip: padding-box;
}
.panel a.panellink {
	color:#676767;
	text-decoration:none;
	padding: 0 20px;
	font-size:1.2em;
}
.panel a.panellink.print {
	background:url(/images/printer.png) left 50% no-repeat;
}
.panel a.panellink.contact {
	background:url(/images/expert-icon.png) left 50% no-repeat;
}
.panel a.panellink.email {
	background:url(/images/envelope.png) left 50% no-repeat;
}
.panel a.panellink.pdf {
	background:url(/images/pdf.gif) left 50% no-repeat;
}
.panel .panellink img {
	vertical-align:middle;
}

/* Mods/Overrides */
a.noimg {
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
.panel a {
	background-color: #ffffff;
	color: #000080;
}
.panel a:hover,
.panel a:focus,
.panel a:active {
	background-color: #ffffff;
	color: #d10f0e;
}
fieldset a {
	background-color: #e5e5e5 !important;
}
fieldset p {
	float: left;
	white-space: nowrap;
}

p.membermsg {
	margin: 0;
	background-color: transparent;
	color: #000080;
	font-weight: bold;
	white-space: nowrap;
}
p.membermsg a {
	background-color: transparent;
	color: #d10f0e;
}
p.membermsg a:hover,
p.membermsg a:focus,
p.membermsg a:active {
	background-color: transparent;
	color: #0d3b6b;
}

ul.inline {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}
ul.inline li {
	display: inline;
	margin: 0;
}
ul.inline li:before {
	content: '\0000a0|\0000a0';
}
ul.inline li:first-child:before {
	content: '';
}

ul.contentinline {
	margin: 0 0 1.692em !important;
	font-size: 1.3em;
	line-height: 1.538;
}
ul.contentinline li {
	width: 250px;
	margin: 0 0 0.308em 11px !important;
	padding: 0 10px 0 54px !important;
	background-position: -936px 0.462em !important;
	vertical-align: top;
}
ul.contentinline li.first {
	margin: 0 0 0.308em !important;
}
ul.contentinline a {
	text-decoration: none;
}

form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

form.standard {
	width: 380px;
	margin: 0 auto 1.4em;
}
form.standard.copsc {
	width:920px;
}
form.right {
	width: 370px;
	margin: 0 2em 1.4em;
}
p.msg {
	float: right;
	width: 262px;
	margin: 0 1.667em 1.167em;
	padding: 1.167em;
	text-align: center;

	border-radius: 0.75em;
}
form.standard li {
	clear: left;
	float: left;
	width: 100%;
}
form li.required {
	background: url('/images/bg-bullets.gif') no-repeat right 0;
}
form.standard label {
	float: left;
}
form.standard input,
form.standard select,
form.standard textarea {
	float: right;
	width: 180px;
	margin: 0 10px 0 0;
}
form.right input,
form.right select,
form.right textarea {
	width: 200px;
}
form.standard input.submit {
	font-size: 1.6em;
	font-weight: bold;
}

form.formproductdetail {
	float: left;
	font-size: 1.3em;
	line-height: 1.385;
}
form.formproductdetail fieldset {
	padding: 1em 0 0;
	background-color: #ffffff;
	color: #676767;

	border-radius: 0;
}
form.formproductdetail label {
	min-width: 5.308em;
	margin: 0 0.769em 0 0;
	vertical-align: top;
}
form.formproductdetail ol {
	font-size: 1em;
	line-height: 1.385;
}
form.formproductdetail li {
	margin: 0 0 0.923em;
}
form.formproductdetail ol input,
form.formproductdetail ol select,
form.formproductdetail ol textarea {
	width: 300px;
}
form.formproductdetail input.submit {
	float: right;
	font-size: 1.385em;
	padding: 0.444em 0.667em;

	border-radius: 0.278em;
}

input.submit {
	width: auto !important;
	cursor: pointer;
}

form.standard.copsc {
	width:920px;
}
form.standard.copsc label {
	width:200px;
}
form.standard.copsc input, 
form.standard.copsc select, 
form.standard.copsc textarea {
	float:left;
	width:670px;
}
form.standard.copsc ol ul {
	font-size:0.857em;
	float:left;
	margin:0.75em !important;
}

img.left,
img.right {
	margin: 0 2em 1.4em;
	clear:both;
}
img.centre,
img.block {
	display: block;
}
img.centre {
	margin: 0 auto 1.4em;
}
img.block {
	margin: 0 0 1.4em;
}

object.right {
	margin: 0 0 1.4em 2.8em;
}

.bottomlogos {
	text-align: center;
}
.bottomlogos img {
	margin: 0 24px;
}

.panel .panel {
	margin: 0 0 1.4em;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	color: #0d3b6b;

	border-color: #c2c2c2;
}
.panel .panel:last-of-type {
	margin: 0;
}
.panel .panel a {
	background-color: transparent !important;
}

address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
address li {
	margin: 0;
}
address abbr {
	width: 2em;
	background-color: #ffffff;
	color: #1374b7;
	border: 0;
	font-weight: bold;
}
.panel address a {
	background-color: #ffffff;
	color: #000080;
	text-decoration: none;
}

header.panel {
	padding: 1.3em 0 0;
	background: #ffffff url('/images/bg-header-nav.gif') repeat-x 0 bottom;
	color: #000080;

	border-radius: 0 0 9px 9px;
	overflow: auto;
	background-clip: padding-box;
}
header .formcontainer {
	margin: 5px 0 0 36px;
}
.strapline {
	font-size:1.4em;
	clear:left;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#00007F;
}
header fieldset {
	padding: 0.909em 1.455em;
	background-color: #d9e6ef;
	color: #205780;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.364;

	border-radius: 0.545em;
}
/*
header fieldset legend span {
	position: absolute;
	top: 0.909em;
	left: 1.455em;
}
*/
header label {
	display: block;
	margin: 0 0 0.727em;
}
header input,
header select {
	background-color: #ffffff;
	color: #205780;
	border: 1px solid #bbc2c8;
	font-family: Verdana, Geneva, sans-serif;
}
header select {
	margin: 0 0 0 1.455em;
}
header input {
	width: 13.091em;
}
header input.submit {
	margin: 0;
	background-color: #163851;
	color: #ffffff;
	border-color: #163851;
}

header address {
	margin: 0 3em 0 0;
	
}
header address ul {
	font-size: 2em;
	line-height: 1.429;
}

footer a {
	text-decoration: none;
}
footer small a:before,
footer small a:after {
	display: inline;
	background-color: transparent;
	color: #eed10a;
}
footer small a:before {
	content: '|\0000a0';
}
footer small a:after {
	content: '\0000a0|';
}
footer nav {
	float: right;
}
footer nav ul {
	font-size: 1em;
}

.videolist {
	background-color: #ffffff;
	color: #2d2d2d;
}
.videolist .item {
	margin: 0 0 1.4em;
	text-align: center;
}
.videolist object {
	margin: 0 auto;
}
.videolist p {
	margin: 0.333em 0 0;
}

.list {
	text-align: center;
}
#infobox .list {
	padding: 1.4em 0 0;
}
.list .floatcontainer {
	margin: 0 0 1.4em;
}
.list.related .item {
	margin: 0 0 0 6px;
}
.list .item {
	float: left;
	width: 146px;
	margin: 0 0 0 14px;
	padding: 12px;
	border: 1px solid #a8a9ad;

	background: rgb(189,189,190); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(189,189,190) 0%, rgb(255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(189,189,190)), color-stop(100%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(189,189,190) 0%,rgb(255,255,255) 100%); /* W3C */

	border-radius: 1.2em;
}
.list .item.first {
	margin: 0;
}
.list a {
	background-color: transparent !important;
	text-decoration: none;
}
.list a.noimg {
	width: 136px;
	padding: 58px 0;
	font-size: 1.2em;
	line-height: 1.667;
}
.list img {
	width: 136px;
	height: 136px;
}
.list p {
	margin: 0.5em 0 0;
	font-weight: bold;
	line-height: 1.417;
}
.list p a {
	display: block;
}

.pagenav {
	margin: 0 0 1.667em;
	background-color: #ffffff;
	color: #999999;
	font-size: 1.2em;
	line-height: 1.667;
}
.pagenav .prev,
.pagenav .pagelist,
.pagenav .next {
	width: 33%;
}
.pagenav .pagelist {
	width: 34%;
	background-color: #ffffff;
	color: #0d3b6b;
	text-align: center;
}
.pagenav .next {
	text-align: right;
}

.listfeaturepanel {
	margin: 0 0 2.2em -11px;
}
.listfeaturepanel .fpanel {
	position: relative;
	float: left;
	margin: 0 0 11px 11px;

	border-radius: 1.3em;
}
.listfeaturepanel img {
	float: left;
	width: 310px;
	height: 152px;

	border-radius: 1.3em;
}
.listfeaturepanel .caption {
	position:absolute;
	padding:10px;
	top:0;
	left:0;
}
.listfeaturepanel .caption p,
.listfeaturepanel .caption ul,
.listfeaturepanel .caption ol,
.listfeaturepanel .caption table {
	width: 294px;
	line-height:1.2em;
}

.productdetail {
	margin: 0 0 1.4em;
}
.productdetail .img {
	width: 302px;
}
.productdetail .buy {
	width: 408px;
	margin: 0 10px 0 0;
	background-color: #ffffff;
	color: #676767;
}

a.addthis_button img {
	float: right;
}

#skiplink {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.667;
	text-decoration: none;
	z-index: 3;
	outline: 0;
}
#skiplink:focus,
#skiplink:active {
	left: 1px;
	background-color: #000000;
	color: #fefefe;
}

#logo {
	margin: 0 0 0 20px;
}

#navtop {
	margin: 0 0 0.5em;
	background-color: #ffffff;
	color: #1374b7;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.429;
}
#navtop a {
	background-color: #ffffff;
	color: #1374b7;
}
#navtop a:hover,
#navtop a:focus,
#navtop a:active {
	background-color: #ffffff;
	color: #d10f0e;
}

#navmaincontainer {
	margin: 1.3em 0 0;
	background: #01114f url('/images/bg-header-nav.gif') repeat-x 0 0;
	color: #ffffff;
}
#navmain {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.417;
	list-style: none;
	text-transform: uppercase;
}
#navmain li {
	float: left;
	margin: 0;
	border-right: 1px solid #395a80;
	border-left: 1px solid #02244b;
}
#navmain li.first {
	border-left: 0;
}
#navmain li.last {
	border-right: 0;
}
#navmain a {
	display: block;
	padding: 1.833em 0.4em 1.25em;
	background-color: transparent !important;
	color: #ffffff !important;
	text-decoration: none;
}
#navmain a:hover,
#navmain a:focus,
#navmain a:active {
	background-color: transparent !important;
	color: #eed10a !important;
}

#breadcrumb,
#basket_page_titles {
	background-color: transparent;
	color: #767676;
}
#content #breadcrumb {
	margin: 0 0 10px 0;
}
#breadcrumb {
	margin: 0 0 10px 0;
	padding: 0;
	width:730px;
	float:left;
	clear:left;
	list-style: none;
	font-size:1.6em;
	color:#212E7A;
	font-weight:bold;
}
#basket_page_titles {
	font-size: 1.2em;
	line-height: 1.667;
}
#breadcrumb a {
	background-color: transparent;
	color: #767676;
	text-decoration: none;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
	background-color: transparent;
	color: #d10f0e;
}
#content #breadcrumb li {
	padding:0;
	background:none;
}
#breadcrumb li,
#basket_page_titles .basket_step {
	float: left;
	margin: 0;
}
#breadcrumb li:before,
#basket_page_titles .basket_step:before {
	float: left;
	content: '\0000a0>\0000a0';
}
#breadcrumb li:first-child:before {
	content: 'You are in:\0000a0';
}
#basket_page_titles .basket_step:first-child:before {
	content: '';
}
#basket_page_titles .current_page {
	background-color: transparent;
	color: #020202;
}
#breadcrumb h1 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

.navsidepresent nav {
	width: 210px;
}
.navsidepresent nav h2 {
	margin: 0;
	padding: 0.5em 1.286em 0.571em;

	background: rgb(83,83,83); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(83,83,83) 33%, rgb(27,27,27) 58%, rgb(2,2,2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,rgb(83,83,83)), color-stop(58%,rgb(27,27,27)), color-stop(100%,rgb(2,2,2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(83,83,83) 33%,rgb(27,27,27) 58%,rgb(2,2,2) 100%); /* W3C */
	color: #ffffff;

	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;

	border-radius: 0.714em 0.714em 0 0;
}
#content {
	width: 964px;
	padding: 0 4px;
}
.navsidepresent #content {
	width: 730px;
	padding: 0;
}

.navsidepresent ul.contentinline li {
	width: 172px;
}

.topimg {
	position: relative;
	height: 141px;
	margin: 0 0 2.2em;
}
.topimg img {
	display: none;
	width: 964px;
	height: 141px;

	border-radius: 1.3em;
}
.topimg img.first {
	display: block;
}

.navsidepresent .topimg img {
	width: 730px;
}

.twintopimg {
	margin: 0 0 2.2em;
}
.twintopimg .topimg {
	width: 730px;
	height: 268px;
	margin: 0;
}
.twintopimg .topimg img {
	width: 730px;
	height: 268px;
}
.twintopimg .right {
	width: 222px;
}
.twintopimg .right img {
	width: 222px;
}

#navside {
	margin: 0 0 1.167em;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-top: 0;
	font-size: 1.2em;
	line-height: 1.333;
	list-style: none;
	float:left;
}
#navside a {
	display: block;
	margin: 0.75em 1em;
	padding: 0.25em 0.417em 0.167em;
	text-decoration: none;
	color: #fff;

background: rgb(99,116,177);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNzRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTExNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(99,116,177,1) 0%, rgba(1,17,79,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,116,177,1)), color-stop(100%,rgba(1,17,79,1)));
background: -webkit-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: -o-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: -ms-linear-gradient(top,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
background: linear-gradient(to bottom,  rgba(99,116,177,1) 0%,rgba(1,17,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6374b1', endColorstr='#01114f',GradientType=0 );

	border-radius:5px;

	box-shadow: 0 0 2px #333333;
}
#navside a:hover,
#navside a:active,
#navside a:focus {

background: rgb(1,17,79);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMTE0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Mzc0YjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(1,17,79,1) 0%, rgba(99,116,177,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,17,79,1)), color-stop(100%,rgba(99,116,177,1)));
background: -webkit-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: -o-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: -ms-linear-gradient(top,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
background: linear-gradient(to bottom,  rgba(1,17,79,1) 0%,rgba(99,116,177,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01114f', endColorstr='#6374b1',GradientType=0 );

}
#navside li {
	margin: 0;
	border-top: 1px solid #dfdfdf;
}
#navside li.first {
	border: 0;
}
#navside ul {
	display: none;
	margin: 0 3em 1em;
	padding: 0;
	font-size: 1em;
	line-height: 1.333;
	list-style: none;
}
#navside ul.selected {
	display: block;
}
#navside ul li {
	margin: 0 0 1em;
	border: 0;
}
#navside ul a {
	margin: 0;
}

#content ul {
	margin: 0.333em 0.833em 1.667em;
	padding: 0;
	list-style: none;
}
#content ul li {
	padding: 0 0 0 1.167em;
	background: url('/images/bg-bullets.gif') no-repeat -972px 0.5em;
}
#content ul.download li {
	padding: 0;
	background-image: none;
}
#content ul.download li a {
	padding: 0 0 0 1.667em;
	background: url('/images/bg-bullets.gif') no-repeat -1944px 0.083em;
}
#content ul.download li.pdf a {
	background-position: -2916px 0.083em;
}
#content ul.download li.doc a {
	background-position: -3888px 0.083em;
}
#content ul.download li.xls a {
	background-position: -4860px 0.083em;
}
#content ul.download li.zip a {
	background-position: -5832px 0.083em;
}

#content ul.summary {
	margin: 0 0 1.111em;
	padding: 0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.333;
	text-align: left;
}
#content ul.summary li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#content ul.summary li.price {
	background-color: #ffffff;
	color: #fe0000;
	font-size: 1.611em;
	line-height: 1.207;
}

#content ul.summary li.price .oldprice {
	color:#676767;
	text-decoration:line-through;
}

#content ul.summary li.price th.oldprice {
	text-decoration:none;
}
#content ul.summary li.price .smaller {
	font-size: 0.621em;
	line-height: 1.333;
}
#content ul.summary li.price table th,
#content ul.summary li.price table td {
	padding:2px;
}

#content form legend {
	font-weight: bold;
	font-size:1.4em;
	color:#212E7A;
	padding:0;
}
#content form legend span {
	/*position: absolute;
	top: 0;
	right: 0;*/
}
#content form ol input,
#content form ol select,
#content form ol textarea,
#basket_default table input,
#basket_default table select,
#basket_default table textarea {
	border: 1px solid #abadb3;
}
#content form input.submit {
	background-color: #278d3f;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-top-color: #82bd90;
	border-right-color: #195928;
	border-bottom-color: #103b1a;
	border-left-color: #73b583;
	font-weight: bold;
}

#productimg .item {
	display: none;
}
#productimg #img1 {
	display: block;
}
#productimg img,
#productimg .noimg {
	border: 1px solid #dfdfdf;
	font-size: 1.2em;
	line-height: 1.667;
	text-align: center;

	border-radius: 0.9em;
}
#productimg img {
	display: block;
	width: 300px;
}
#productimg .noimg {
	padding: 140px 6px;
}
#productimgnav {
	position: relative;
	margin: 5px 0 0;
	padding: 0 18px;
}
#productimgnav img,
#productimgnav a.noimg {
	float: left;
	width: 46px;
	margin: 2px;
	border: 1px solid #dfdfdf;
	font-size: 1.2em;
	line-height: 1.667;
	text-align: center;
}
#productimgnav img {
	height: 46px;
}
#productimgnav a.noimg {
	padding: 13px 0;
}
#productimgnavslide {
	float: left;
	margin: 0 4px;
	width: 260px;
}
#prevproductimgnav,
#nextproductimgnav {
	position: absolute;
	top: 0;
	width: 8px;
	height: 48px;
	background-image: url('/images/bg-bullets.gif');
	background-repeat: no-repeat;
	text-indent: -290em;
	cursor: pointer;
}
#prevproductimgnav {
	left: 5px;
	background-position: 0 19px;
}
#nextproductimgnav {
	right: 5px;
	background-position: -972px 19px;
}

#infoboxnav {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.214;
	border-bottom: 2px solid #6a6a6e;
}
#infoboxnav a {
	width: 15.714em;
	padding: 0.429em 0.571em 0;
	text-decoration: none;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(213,213,213) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(213,213,213))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(213,213,213) 100%); /* W3C */
	color: #777777;

	border-radius: 0.643em 0.643em 0 0;
}
#infoboxnav a:hover,
#infoboxnav a:focus,
#infoboxnav a:active {
	color: #333333;
}
#infoboxnav a.selected {
	background: rgb(149,149,150); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(149,149,150) 0%, rgb(107,108,112) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(149,149,150)), color-stop(100%,rgb(107,108,112))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(149,149,150) 0%,rgb(107,108,112) 100%); /* W3C */
	color: #ffffff;
	cursor: text;
}
#infobox {
	margin: 0 0 1.4em;
}
#infobox .tab {
	margin: 0 0 1.4em;
	border-bottom: 1px solid #c2c2c2;
}
.tabbedcontent .tab {
	padding: 2.2em 1.2em;
	background-color: #f2f2f2;
	color: #000080;
	border: 0 !important;
}
.tabbedcontent .tab a {
	background-color: #f2f2f2 !important;
	color: #000080;
}
.tabbedcontent .tab a:hover,
.tabbedcontent .tab a:focus,
.tabbedcontent .tab a:active {
	background-color: #f2f2f2;
	color: #d10f0e;
}

#basket_default table {
	width: 100%;
}
#basket_default th,
#basket_default td {
	padding: 0.25em;
}
#basket_default th {
	text-align: left;
}
#basket_default #basket_default_header th {
	border-bottom: 1px solid #a8a9ad;
}
#basket_default tr.odd,
#basket_default tr.odd a {
	background-color: #f2f2f2;
}
#basket_default tr.even,
#basket_default tr.even a {
	background-color: #e5e5e5;
}
#basket_default input {
	width: 190px;
}
#basket_default input.entermoney {
	width: 45px;
}
#basket_default input.button {
	width: auto;
	background-color: #666666;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-top-color: #cccccc;
	border-right-color: #444444;
	border-bottom-color: #222222;
	border-left-color: #999999;
	cursor: pointer;
}
#basket_default .buttons {
	float: left;
	width: 100%;
	margin: 0 0 1.4em;
}
#basket_default .buttons input.button,
#basket_default input.submit {
	font-size: 1.6em;
	font-weight: bold;

	border-radius: 0.375em;
}
#basket_default .buttons input.button {
	float: left;
}
#basket_default input.submit {
	float: right;
}

#bottomcontent {
	font-family: Verdana, Geneva, sans-serif;
}
#bottomcontent h3 {
	margin: 0 0 0.643em;
	line-height: 1.571;
}
#bottomcontent .right {
	margin: 3.4em 3.2em 0 0;
}
#bottomcontent .right section:first-child {
	margin: 0 0 2.3em;
}
#navbottomcontainer {
	float: left;
	width: 716px;
}
#navbottom {
	margin: 2.429em 0 0 2.286em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.571;
	list-style: none;
}
#navbottom a {
	text-decoration: none;
}
#navbottom li {
	float: left;
	width: 32%;
	margin: 0 1% 0 0;
}
#navbottom ul {
	margin: 0.692em 0 0;
	padding: 0;
	font-size: 0.929em;
	font-weight: normal;
	line-height: 1.385;
	list-style: none;
}
#navbottom ul li {
	float: none;
	width: 100%;
	margin: 0 0 0.692em;
}
#acceptedpayment p {
	width: 174px;
	height: 50px;
	background: transparent url('/images/bg-acceptedpayment-p.png') no-repeat 0 0;
	text-indent: -290em;
}
#socialmedialinks a {
	margin: 0 0 0 1.4em;
	padding: 0 !important;
}
#socialmedialinks a.first {
	margin: 0;
}

#content table.webwiz_table {
	width:100%;
}

.recaptcha_input_area {
	float:left;
}
.recaptcha_only_if_privacy {
	margin:-5px 0 0 0 !important;
}

.orderstatus {
	display:none;
}

.basket-link {
	font-size: 1.6em;
	margin-top: 5px;
	display: block;
}

.special-offer-area a {
	display: block;
}
.special-offer-area p {
	margin: 1em 0;
}
.special-offer-area img {
	max-width: 730px;
}

#content ul.summary li.pricealt {
	color: #212E7A;
}
#content ul.summary li.price table td.pricealt {
	color: #212E7A;
}

/* RESPONSIVE ELEMENTS ADDED BY SHARRON MOOKS www.mookchops.com */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px)and (max-width : 480px) {
	
/* Style Header */   
#logo {max-width: 50%;margin-left: auto;margin-right: auto;}
header.panel {max-width: 98%;overflow: hidden;margin-left: 1%;}
header address {, float:left; max-width: 55%;vertical-align: top;margin-top: -65%;position: static;font-size: .6em;float: right;}
.strapline{float:left; display:block;width:100%;margin-left: 10%;}
address abbr{max-width:100%;}

/* set container and page widths */

body {width:100%}
.formcontainer {width: 100%;margin-left: auto !important;margin-right: auto !important;}
fieldset {text-align:center;}
#content {max-width:90%; margin-left:2.5%}


#formsearch.left{width: 90%; margin-left: 5%;}


img {max-width:100% !important}
.topimg img {max-width:100% !important}

.navsidepresent {max-width: 100%;}
.navsidepresent nav{max-width:90%;position:relative;margin-top:1800px;width: 100%;margin-left:5%}
.navsidepresent #content{max-width:90%;margin-right: 5%;position:absolute;float:none}
.navsidepresent left {display: table-header-group; float:none}
.navsidepresent right {display: table-footer-group;float:none; }
.productdetail {display: table-header-group;float:none;max-width: 100%;}

.twintopimg{display:none}
#navbottomcontainer {max-width:100%}
.panel {max-width:98%;padding: 0px;margin-left: 1%;}
.listfeaturepanel .fpanel {max-width:90%;margin-left: 10%;margin-right: 10%;float: left;}
.list.related .item{width:36%; height:250px; margin-bottom:10px}

.basket-link {width: 40%;float:left; margin-right: auto;position: static;}

#bottomcontent .right section:first-child {width:100%;}
#content #breadcrumb{max-width:100%;font-size: 1em;}
#navside {width: 100%;}
#navside a {padding-top:5px; padding-bottom:10px; width:90%}
.productdetail .buy{width:100%}
.list .item {width: 39%;height: 200px;margin-bottom: 5%;margin-left: 0;margin-right: 2.5%;}
.list .item.first{margin-right:2.5%}

form.standard.copsc {max-width: 100%;margin: 0px;float: left;overflow: hidden;}
#infoboxnav {text-align: center;}
#infoboxnav a {width:95%}


/*Style for menu links*/
li a {   min-width:140px;   height: 10px;   text-align: center;}

/*Make dropdown links appear inline*/
	ul {      position: static;      display: block;   }
	/*Create vertical spacing*/
	li {      margin-bottom: 1px;   }
	/*Make all menu links full width*/
	ul li, li a {      width: 100%;   }
	
	#navbottom li {width:45%}
}



/* Small Tablet (portrait and landscape) ----------- */
@media only screen
and (min-width : 461px)
and (max-width : 600px) {
/* Style Header */   
#logo {max-width: 50%;margin-left: auto;margin-right: auto;}
header.panel {max-width: 98%;overflow: hidden;margin-left: 1%;}
.strapline{float:left; display:block;width:100%;margin-left: 10%;}
address abbr{max-width:100%;}
.formcontainer {width: 100%;margin-left: auto !important;margin-right: auto !important;}
header address{position:static; margin-top:-70%}

/* set container and page widths */

body {width:100%}
fieldset {text-align:center;}
#content {max-width:90%; margin-left:2.5%}


#formsearch.left{width: 90%; margin-left: 5%;}


img {max-width:100% !important}
.topimg img {max-width:100% !important}

.navsidepresent {max-width: 100%;}
.navsidepresent nav{max-width:90%;position:relative;margin-top:1800px;width: 100%;margin-left:5%}
.navsidepresent #content{max-width:90%;margin-right: 5%;position:absolute;float:none}
.navsidepresent left {display: table-header-group; float:none}
.navsidepresent right {display: table-footer-group;float:none; }
.productdetail {display: table-header-group;float:none;max-width: 100%;}

.twintopimg{display:none}
#navbottomcontainer {max-width:100%}
.panel {max-width:98%;padding: 0px;margin-left: 1%;}
.listfeaturepanel .fpanel {max-width: 30%;float: left;}
.list.related .item{width:36%; height:250px; margin-bottom:10px}

.basket-link {width: 40%;float:left; margin-right: auto;position: static;}

#bottomcontent .right section:first-child {width:100%;}
#content #breadcrumb{max-width:100%;font-size: 1em;}
#navside {width: 100%;}
#navside a {padding-top:5px; padding-bottom:10px; width:90%}
.productdetail .buy{width:100%}
.list .item {width: 39%;height: 200px;margin-bottom: 5%;margin-left: 0;margin-right: 2.5%;}
.list .item.first{margin-right:2.5%}

form.standard.copsc {max-width: 100%;margin: 0px;float: left;overflow: hidden;}
#infoboxnav {text-align: center;}
#infoboxnav a {width:95%}


/*Style for menu links*/
li a {   min-width:140px;   height: 10px;   text-align: center;}

/*Make dropdown links appear inline*/
	ul {      position: static;      display: block;   }
	/*Create vertical spacing*/
	li {      margin-bottom: 1px;   }
	/*Make all menu links full width*/
		#navbottom li {width:45%}

}
 

 
/* Tablet (portrait) ----------- */
@media only screen
and (min-width : 601px)
and (max-width : 780px) {
/* Style Header */   
#logo {max-width: 50%;margin-left: auto;margin-right: auto;}
header.panel {max-width: 98%;overflow: hidden;margin-left: 1%;}
header address {, float:left; max-width: 55%;vertical-align: top;margin-top: -45%;position: static;float: right;}
.strapline{float:left; display:block;width:100%;margin-left: 10%;}
address abbr{max-width:100%;}

/* set container and page widths */

body {width:100%}
.formcontainer {width: 100%;margin-left: auto !important;margin-right: auto !important;}
fieldset {text-align:center;width: 100%;float: left;margin-left: auto;position: relative;}
#content {max-width:90%; margin-left:2.5%}
.navsidepresent #content {width:66%}
.navsidepresent nav {width:30%}
.productdetail img{float:left;width:100%}
#formsearch.left{width: 90%; margin-left: 5%;}
img {max-width:100% !important}
.topimg img {max-width:100% !important}
.panel a{margin-bottom:10px}


.twintopimg{display:none}
#navbottomcontainer {max-width:100%}
.panel {max-width:98%;padding: 0px;margin-left: 1%;}
.listfeaturepanel .fpanel {max-width: 30%;/* margin-left: 10%; *//* margin-right: 10%; */float: left;}
.list.related .item{width:36%; height:250px; margin-bottom:10px}

.basket-link {width: 40%;float:left; margin-right: auto;position: static;}

#bottomcontent .right section:first-child {width:100%;}
#content #breadcrumb{max-width:70%;font-size: 1em;}
#navside a {padding-top:5px; padding-bottom: 20px; width:90%}

.list .item {width: 17%;height: 225px;margin-bottom: 2.5%;margin-left: 0;margin-right: 5px;}
.list .item.first{margin-right:2.5%}

form.standard.copsc {max-width: 100%;margin: 0px;float: left;overflow: hidden;}
#infoboxnav {text-align: center;}
#infoboxnav a {width:95%}


/*Style for menu links*/
li a {   min-width:140px;   height: 10px;   text-align: center;}

	
	#navbottom li {width:45%}
}

}
 

 
/* iPhone ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Style Header */   
#logo {max-width: 50%;margin-left: auto;margin-right: auto;}
header.panel {max-width: 98%;overflow: hidden;margin-left: 1%;}
header address {, float:left; max-width: 55%;vertical-align: top;margin-top: -65%;position: static;font-size: .6em;float: right;}
.strapline{float:left; display:block;width:100%;margin-left: 10%;}
address abbr{max-width:100%;}

/* set container and page widths */

body {width:100%}
.formcontainer {width: 100%;margin-left: auto !important;margin-right: auto !important;}
fieldset {text-align:center;}
#content {max-width:90%; margin-left:2.5%}


#formsearch.left{width: 90%; margin-left: 5%;}


img {max-width:100% !important}
.topimg img {max-width:100% !important}

.navsidepresent {max-width: 100%;}
.navsidepresent nav{max-width:90%;position:relative;margin-top:1800px;width: 100%;margin-left:5%}
.navsidepresent #content{max-width:90%;margin-right: 5%;position:absolute;float:none}
.navsidepresent left {display: table-header-group; float:none}
.navsidepresent right {display: table-footer-group;float:none; }
.productdetail {display: table-header-group;float:none;max-width: 100%;}

.twintopimg{display:none}
#navbottomcontainer {max-width:100%}
.panel {max-width:98%;padding: 0px;margin-left: 1%;}
.listfeaturepanel .fpanel {max-width:90%;margin-left: 10%;margin-right: 10%;float: left;}
.list.related .item{width:36%; height:250px; margin-bottom:10px}

.basket-link {width: 40%;float:left; margin-right: auto;position: static;}

#bottomcontent .right section:first-child {width:100%;}
#content #breadcrumb{max-width:100%;font-size: 1em;}
#navside {width: 100%;}
#navside a {padding-top:5px; padding-bottom:10px; width:90%}
.productdetail .buy{width:100%}
.list .item {width: 39%;height: 200px;margin-bottom: 5%;margin-left: 0;margin-right: 2.5%;}
.list .item.first{margin-right:2.5%}

form.standard.copsc {max-width: 100%;margin: 0px;float: left;overflow: hidden;}
#infoboxnav {text-align: center;}
#infoboxnav a {width:95%}


/*Style for menu links*/
li a {   min-width:140px;   height: 10px;   text-align: center;}

/*Make dropdown links appear inline*/
	ul {      position: static;      display: block;   }
	/*Create vertical spacing*/
	li {      margin-bottom: 1px;   }
	/*Make all menu links full width*/
	ul li, li a {      width: 100%;   }
	
	#navbottom li {width:45%}
}


/* Tablet (landscape) ----------- */
@media only screen
and (min-width : 781px)
and (max-width : 999px) {
/* Style Header */   

header.panel {max-width: 98%;overflow: hidden;margin-left: 1%;}
header address {float:left; max-width: 85%;vertical-align: top;margin-top: -45%;position: static;float: right;}
.strapline{float:left; display:block;width:100%;margin-left: 10%;}
address abbr{max-width:100%;}
header input{
	 width: 50%;
width 50%}

/* set container and page widths */

body {width:100%}
.formcontainer {width: 100%;margin-left: auto !important;margin-right: auto !important;}
fieldset {text-align:center;width: 100%;float: left;margin-left: auto;position: relative;}
#content {max-width:90%; margin-left:2.5%}
.navsidepresent #content {width:66%}
.navsidepresent nav {width:30%}
.productdetail img{float:left;width:100%}
#formsearch.left{width: 90%; margin-left: 5%;}
img {max-width:100% !important}
.topimg img {max-width:100% !important}
.panel a{margin-bottom:10px}


.twintopimg img1{width:100%}
.twintopimg .right{display:none}
#navbottomcontainer {max-width:100%}
.panel {max-width:98%;padding: 0px;margin-left: 1%;}
.listfeaturepanel .fpanel {max-width: 30%;/* margin-left: 10%; *//* margin-right: 10%; */float: left;}
.list.related .item{width:36%; height:250px; margin-bottom:10px}

.basket-link {width: 40%;float:left; margin-right: auto;position: static;}

#bottomcontent .right section:first-child {width:100%;}
#content #breadcrumb{max-width:70%;font-size: 1em;}
#navside a {padding-top:5px; padding-bottom: 20px; width:90%}

.list .item {width: 18%;height: 220px;margin-bottom: 2.5%;margin-left: 0;margin-right: 1%;}
.list .item.first{margin-right:2.5%}

form.standard.copsc {max-width: 100%;margin: 0px;float: left;overflow: hidden;}
#infoboxnav {text-align: center;}
#infoboxnav a {width:95%}


/*Style for menu links*/
li a {   min-width:140px;   height: 10px;   text-align: center;}

	
	#navbottom li {width:45%}
}

}
 
.cw-overlay,
.cw-overlay-base {
	background-color: rgba(0, 0, 0, 0.65);
}
.cw-overlay,
.cw-overlay-base {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e1e1e1;
}



.cookie-consent-not-confirmed .site-footer > div {
	padding-bottom: 3.25em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
}
.cookies-eu-banner .text,
.cookies-eu-banner .pseudo-button {
	vertical-align: middle;
}
.cookies-eu-banner .pseudo-button {
	margin-left: 0.2857em;
	padding: 0.5em 1em;
	cursor: pointer;
	background: #f00;
}
.cookie-consent-not-confirmed .site-footer > div {
	padding-bottom: 3.25em;
}

.cookies-eu-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
text-align: center;
font-size: 1.5em
padding-bottom: 0.5em;
}
.cookies-eu-banner .text,
.cookies-eu-banner .pseudo-button {
	vertical-align: middle;
}
.cookies-eu-banner .pseudo-button {
	margin-left: 0.2857em;
	padding: 0 0.5em;
	cursor: pointer;
}
.cw-overlay,
.cw-overlay-base {
	background-color: rgba(0, 0, 0, 0.65);
}
.cw-overlay,
.cw-overlay-base {
	color: #fff;
}
.cw-overlay a {
	background-color: transparent;
	color: #fff;
}
.cw-overlay a:hover,
.cw-overlay a:focus,
.cw-overlay a:active {
	background-color: transparent;
	color: #e1e1e1;
}

