/* Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;/*line-height:1.125em;  16x1.125=18px */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* End of HTML5 Reset /////////////////////////////////////////////////////// */ 

/* text */

@font-face {
	font-family: UKNumberPlate;
	src: url(fonts/UKNumberPlate.ttf);
}
/* Default font and body setup*/
body, p {
	font-family: Verdana, Geneva, sans-serif;
	color: #003;
	font-size: 11px;
	line-height: 13px;
}
p {
	text-decoration: none;
	margin-bottom: 10px;
}
blockquote {
	margin-bottom: 10px;
	margin-left: 20px;
}
body {
	background-color: #235497;
	background-image: url(/images/layout/body-bkgd.png);
	background-repeat: repeat-x;
	/*background-image: url(/images/layout/xmas.png);
	background-repeat: repeat;*/
}

/*images*/
img {
	max-width:100%;
	height:auto;	
}
/*#content img.slide {
	width: 100%;
}*/
/*#content img {
	width: 100%;
}*/

/* Images */
img.right {
	float: right;
	clear: right;
	max-width: 50%;	
	margin: 10px 0px 10px 10px;
}
img.left{
	float: left;
	clear: left;
	max-width: 50%;	
	margin: 10px 10px 10px 0px;
}
/*img.std {
	margin: 10px;
}*/

/*#content img {
	margin: 10px;
}*/

#content img.banner {
	margin:10px auto;
}

/* image with overlayed image on top of it */
.imageWithOverlayContainer {
    position:relative;
    float: right;
    clear: right;
	right: 10px;
}
.imageWithOverlayContainer .overlayImage {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.imageWithOverlayContainer .overlayImageTR {
    position: absolute;
    top: 10px;
    right: 10px;
}
.imageWithOverlayContainer .overlayImageBR {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* maximum image size for index pages for dynamic images*/
img.squared {
	max-width: 113px;
	max-height: 113px;	
}
/* maximum image size for detail pages
img.cmsLarge {
	max-width: 350px;
	max-height: 350px;
	
}*/

/* Align image with paragraph text vertically */
.imageAlign {
	display: table;
}
.imageAlign img {
	display: table-cell;
}
.imageAlign p {
	display: table-cell;
	vertical-align: middle;
}

/* layout */
/* ~~ This container surrounds all other divs ~~ */
#container {
	width: 95%;
	max-width: 995px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
header {
	width:auto;
	height: 130px;
}
#logo {
	float: left;
	width: auto;
	margin-top: 20px;
	margin-left: 10px;
}
#topbanner {
	width: 400px; 
	float: left;
	margin-top: 20px;
	height: 89px;
	margin-left: 20px;
}

/* Shopping Cart Box */
#cartbox {
	float: right;
	width: 169px;
	margin-top: 13px;
	height: 110px;
	text-align:center;
	list-style-type: none;
}
#cartbox h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}
#cartbox ul {
	list-style-type: none;
}
#cartbox ul li {
	color: #FFF;
	padding-left: 2px;
	margin-top: 3px;
	line-height: 20px;
	overflow: hidden;
}
#cartbox ul li.items {
	display: block;
	height: 20px;
	margin-top: 0px;
	background-color: #4677BA;
}
#cartbox ul li a:link, #cartbox ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#cartbox ul li a:hover, #cartbox ul li a:active, #cartbox ul li a:focus {
	text-decoration: underline;
	color: #FC0;
}
#cartupdate {
	background-color: #000;
	height: 150px;
	width: 200px;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 10000;
	color: #FFF;
	padding: 10px;
	display: none;
}

/* Top Navigation Bar */
#topnav {
	height: 35px;
	width: 100%;
	overflow: hidden;
	background-image: url(/images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;
}
#topnav ul {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	width: 14.285%;
	list-style-type: none;
	float: left;
	overflow: hidden;
	background-image: url(/images/layout/topnav-div.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#topnav ul li a {
	font-size: 12px;
	color: #FFF;
	height: 35px;
	text-decoration: none;
	margin-right: 2px;
	padding-top: 10px;
	text-align: center;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}

#topnav ul li a:hover{
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	display: block;
	background-repeat: repeat-x;
}
/*#topnav ul li.searchbox {
	width: auto;
	float: right;
	background-image: none;
	position: relative;
}
#topnav li.searchbox input {
	vertical-align: middle;

	font-size: 11px;
}*/
input.search {
    width: 80%;
    max-width:600px;
    margin-right:0px;
    border-radius:0px;
    font-size:18px;

}
/* Bottom nav for smaller screens */
#bottomnav {
	display: none;
	table-layout: fixed;
	width: 95%;
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
	/*background-image: url(/images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;*/
	margin-right: 10px;
	margin-top: 10px;
}

/*#bottomnav ul li {
	width: auto;
	float:left;
	height: 35px;
	
}*/
#bottomnav a {
	display: inline-table;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

/*2nd Nav Bar for holding search box on narrower screens*/
#topnav2 {
	height: 35px;
	width: auto;
	overflow: hidden;
	/*background-image: url(/images/layout/topnav-bkgd.jpg);*/
	background-repeat: repeat-x;
	padding: 5px;
	text-align: right;
    /*border-top: 1px solid #002150;*/
    padding-top: 0px;
    
}

/*3rd Nav Bar for burger menu*/
#topnav3 {
	display: none;
	table-layout: fixed;
	height: 35px;
	width: 98%;
	overflow: hidden;
	background-image: url(/images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	text-align: left;
	clear: both;
}
#topnav3 .icon {
	display: table-cell;
    text-align: center;
	color: white;
	position: relative;
	
}
#topnav3 .icon a{
	color: white;
}
#topnav3 .cartIconContainer {
	position : relative;
	width: 30px;
	margin-left: 10px;
}

#topnav3 img { 
	margin-right: 15%;
	cursor: pointer;
}

#topnav3 img:last-child { 
	/*margin-right: 0%;*/
}

#topnav3 #cartqtycontainer {
	display: none;
	background: red;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	/*display: inline-block;*/
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	right: -22px;
	top: 10px;
	border: 2px solid #FFFFFF;
	font-size: 10px;
}

#topnav3 #cartqtycontainer span {
	transform:translate(-50%,-50%);
  position:absolute;
  top:45%;
  left:50%;
	
}

#mainpage {
	float:left;
	width: 100%;
	height: 100%;
	display:table;
	/*background-image: url(/images/layout/page_bg.jpg);
	background-repeat: repeat-y;*/
	background-color: #FFF;
}

#content {
	display:table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	color: #003;
}


#rightbar {
	width: 120px;
	min-width:120px;
	display:table-cell;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: thin dotted black;
}
#rightbar .sidebox {
	margin-bottom: 10px;
}

/* navigation */
nav {
	width: 180px;
	display: table-cell;
	vertical-align: top;
	border-right: thin dotted black;
	background-color: #e9f3ff;
}
nav ul {
	list-style-type: none;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
	
}

nav ul.level0 {
	padding-top: 20px; /*spacing at top of navigation*/
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 15px;
}

nav ul.level0 a:link, nav ul.level0 a:visited{
	display:block;
	text-decoration: none;
	padding: 7px;
	color: #092F65;
	border-bottom: 1px solid #666;
}

nav ul.level0 a:hover, nav ul.level0 a:active {
	color: #FF0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}

nav ul.level0 a.selected:link, nav ul.level0 a.selected:visited {
	color: #FFF;
	background-color: #600;
	background-image: none;
	border-bottom: 1px solid #666;
}
nav ul.level1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

nav ul.level1 a:link, nav ul.level1 a:visited {
	text-decoration: none;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #092F65;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

nav ul.level1 a:hover, nav ul.level1 a:active {
	color: #ff0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}
nav ul.level2 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
nav ul.level2 a:link, nav ul.level2 a:visited {
	text-decoration: none;
	/*background-color: #235497;*/
	padding-left: 17px;
	color: #092F65;
}

nav ul.level2 a:hover, nav ul.level2 a:active {
	color: #ff0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}
nav ul.level3 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

nav ul.level3 a:link, nav ul.level3 a:visited {
	text-decoration: none;
	padding-left: 22px;
}

nav ul.level3 a:hover, nav ul.level3 a:active {
	color: #ff0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}
nav ul.level4 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

nav ul.level4 a:link, nav ul.level4 a:visited {
	text-decoration: none;
	padding-left: 27px;
}

nav ul.level4 a:hover, nav ul.level4 a:active {
	color: #ff0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}
nav ul.level5 {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

nav ul.level5 a:link, nav ul.level5 a:visited {
	text-decoration: none;
	padding-left: 32px;
}

nav ul.level5 a:hover, nav ul.level5 a:active {
	color: #ff0;
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}

nav ul.level1 li.subheader, nav ul.level2 li.subheader, nav ul.level3 li.subheader {
	font-weight: normal;
	padding: 5px;
	margin-top: 5px;
}
nav ul.level1 li.subheader {
	background-color: #235497;
	padding-left: 12px;
	color: #FFF;
}
nav ul.level2 li.subheader {
    padding-left: 17px;

}
nav ul.level3 li.subheader {
	padding-left: 22px;
}
nav ul.level4 li.subheader {
	padding-left: 27px;
}
/* nav bar extras (twitter and DPD */
.twitter {
	width: 180px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.brochureDownload {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#dpd {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* breadcrumbs */
#breadcrumbs {
	width: auto;
	font-size: 11px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003;
	overflow: hidden;
}
#breadcrumbs ul {
	display: inline;
}
#breadcrumbs ul li {
	list-style-type: none;
	float: left;
	padding-right: 5px;
}

/* ~~ The footer styles ~~ */
footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	font-size: 9px;
	color: #FFF;
	background-color: #0C244A;
	margin: 0px;
	padding: 10px;
}
footer ul li {
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 9px 0 0;
	font-size: 1.1em;
	color: #9dc6ff;
	background-image: url(/images/general/footer-ul-divider.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
footer ul li.last {
	background:none;
	margin-right: 0;
	padding-right: 0;
}
footer ul li a:link, footer ul li a:visited {
	text-decoration: none;
	color: #e8f1fe;
}
footer p {
	padding: 7px 0 0 0;
	clear: both;
	text-align: center;
	color: #9dc6ff;
	font-size: 1em;
}

/* Headings */

#content h1 {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	background-color: #092F65;
	/*height: 30px;*/
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	line-height: 24px;
}
#content h2, #lease_tables h2 {
	font-size: 16px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
	clear:left;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 20px;
}

#content .subHeader {
	font-size: 16px;
	/*height: 20px;*/
	/*margin-right: 10px;
	margin-left: 10px;*/
	line-height: 18px;
	color: #FFF;
	background-color: #600;
	padding-top: 5px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	clear:left;
}

#content h3 {
	font-size: 14px;
	color: #600;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	clear:left;
}
#content h4 {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	color: #600;
	clear:left;
}
#content h5 {
	font-size: 11px;
	color: #003;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	clear:left;
}

/* Form fields */
input, select, textarea {
	border:1px solid #c6c6c6;
	padding:4px;
	text-align:left;
	-moz-border-radius:4px;
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
    font-family: Verdana, Geneva, sans-serif;
}

input.highlightinput {
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;   
}

/* Buttons, submit buttons etc ////////////////////////////////////////////// */

button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );

 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	/* [disabled]display:inline-block; */
	color:#333;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	overflow:auto;
	border-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #dcdcdc;
}
button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

/* links */

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #003;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #003;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #600;
}


/* Lists */
#content ul, #content ol {
	padding-left: 35px;
	margin-bottom: 20px;
	line-height: 16px;
}
#content ul.inline {
	padding-right: 10px;
	list-style-type: none;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content ul.inline li {
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(/images/general/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-bottom: 4px;
	display: inline-block;
}
#content ul.inlinebuttons li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#content ul.nostyle {
	padding-left: 10px;
}

#content ul.nostyle li {
	background-image: none;
	list-style-type: none;
}
#content ul.nostyle li img{
	vertical-align: middle;
}
#content table ul{
	margin-bottom: 0px;
}


/* Youtube videos (iFrames) */
.videoWrapper { /* makes videos correct ratio */
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	/*height: 0;*/
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*max-height: 500px;*/
}

/* Embedded Web Pages (iFrames) Socket Locations Etc*/

.iframeWrapper {
	margin: 	0px;
	padding:	0px;
	width:		100%;
	height:		100%;
}

.iframeWrapper iframe {
	position: relative;
	width:		100%;
	border:		0;
	overflow:	hidden;
}

/* index page squares */
.squaresBox {
	height: 125px;
	/*width: 315px;*/
	width: 47.5%;
	float: left;
	margin: 10px 1% 10px 1%;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: relative;
}
.squaresImage {
	float: left;
	width: 113px;
	padding-right: 10px;
	padding-top: 6px;
	padding-left: 5px;
}
.squaresImageSmall {
	width: 85px;
}
#content .squaresImage img{ /* images within index boxes */
	margin: 0px;
}
#content .squaresBox h3 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #600;
	margin-left: 118px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	clear:none;
}
.squaresText {
	margin-left: 128px;
	margin-right: 5px;
	max-height:80px;
	overflow:hidden;
}
.squaresTextLarge {
	margin-left: 128px;
	margin-right: 5px;
	/*max-height:80px;
	overflow:hidden;*/
}

.squaresBox:link {
	text-decoration: none;
}
.squaresBox:hover {
	border-color: #600;
}
.squaresBox a {
	text-decoration: none;
}


/* Tables*/
table {
	width:100%;
	border:1px solid #d7d7d7;
	border-collapse:collapse;
	margin-bottom: 30px;
}
table thead th {
	font-weight:bold;
	background-color: #8abdd6;
}
table th {
	color:#082E63;
}
table th, table td {
	padding:7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	vertical-align: middle;
}
table.boldtable th {
	color: #FF0;
	background-color: #600;
}
table.boldtable td {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#content table tr td.subheader {
	background-color: #CCC;
	font-weight: bold;
	color: #600;
}
table tbody .oddrow th, table tbody .oddrow td {
	background:#e4f6ff;
}
table tbody .highlightrow th, table tbody .highlightrow td {
	background:#F1DC6C;
}
table tfoot th {
	background:#dadada;
}

table table {
	width: auto;	
}

td.greencell {
	color: #FFF;
	background-color: #060 !important;
}
td.ambercell {
	background-color: #FC0 !important;
}
td.redcell {
	color: #FFF;
	background-color: #F00 !important;
}
td.bluecell {
	color: #FFF;
	background-color: #0054FF !important;
}
table.half {
 width:50%;   
}

/* Shopping Cart Table */
#cart-table-container form {
/*	padding-right: 0px;
	padding-left: 0px;*/
}
#cart-table {
	/*margin-top: 0px;*/
	/*margin-bottom: 30px;*/
}
#cart-table th, #cart-table td {
	border-right-style: none;
}
#cart-table thead th {
	font-weight:normal;
	font-size: 12px;
}
#cart-table thead th.product {
	text-align:left;
}
#cart-table .price {
	text-align:right;
}
#cart-table td.delete {
	text-align:center;
	width: 35px;
}
#cart-table td.quantity {
	text-align:center;
	width: 35px;
}
#cart-table .discountprice {
	color: #0C0;
	font-weight: bold;
}
#cart-table tfoot th {
	border-top:1px solid #d7d7d7;
	background:#fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 0;
}
#cart-table input.quantity {
	border:1px solid #c6c6c6;
	padding:4px 4px;
	width:22px;
	text-align:center;
}
#cart-table .total {
	font-size:18px;
	font-family:helvetica, arial, sans-serif;
	font-weight:strong;
	color:#000;
}
#cart-table .product {
	/*text-decoration:none;*/
}
#cart-table img {
	margin: 0px;	
}
#cart-table .remove {
	/*color:#ef510a;*/
	text-decoration:none;
	font-size:0.9em;
	font-size:1em;
	margin-bottom:0px;
	padding:0 0 0 4px;
}
#cart-table td {
	background:#fafafa;
	border-top:1px solid #FFF;
	padding:8px 5px;
}
#cart-table tr.oddrow td {
	background:#e7eef7;
}
#cart-table a {
	color:#4f719c;
}
#cart-table .total-row th {
	background:#dbeaff;
	border-bottom:1px solid #d7d7d7;
}
#cart-table .total-row th.total {
	font-weight:bold;
	color:#930000;
}
#cart-table p {
	color: #600;
	padding-top: 5px;
	line-height: 14px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#cart-table p span {
	text-decoration:underline;
}
#cart-table p.serial {
	color: #360;
	/*display: inline-block;*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #002150;
	border-right-color: #002150;
	border-bottom-color: #002150;
	border-left-color: #002150;
	border-bottom-width: medium;
	border-bottom-style: double;
	margin-top: 5px;
}

/*table for lease prices*/
#lease_tables{
	float: left;
	width: 100%;
}

#lease_tables table{
	width: 44%;
	float: left;
	margin-right: 5%;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 75px #e4e4e4;
}

#lease_tables table thead th{
	color: #FFF;
	text-align: center;
	background-image: url(/images/layout/topnav-bkgd.jpg);
}

#lease_tables table th{
	text-align: left;
}

#lease_tables table td{
	text-align: right;
}

/* div container for tables that cannot fit on small screens (scroll bar) */
.scrollTable {
	overflow-x: auto;
}


/* Display Boxes - Used on My Account Page etc */
#content .displayBox{
	background-color: #DBEAFF;
	padding-bottom: 3px;
	margin-top: 20px;
	float:left;
	width: 100%;
	/*margin-left: 10px;
	margin-right: 10px;*/
}
#content .displayBoxHalf{
	/*height: 125px;*/
	width: 48.5%;
	float: left;
	margin: 10px 1% 10px 0%;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	background-color: #DBEAFF;
	padding-bottom: 10px;
}
#content .displayBox h2, #content .displayBoxHalf h2 {
	/*background-image: url(/images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;*/
	background-color: #092F65;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	padding: 10px;
}
#content .displayBox h3, #content .displayBox h4, #content .displayBoxHalf h3, #content .displayBoxHalf h4 {
	padding: 10px;
}
#content .displayBox p, #content .displayBoxHalf p {
	text-align: left;
	padding: 10px;
}


/* Highlights */
#content .highlight {
	font-weight: bold;
	color: #900;
}
#content .largeHighlight {
	color: #FC0004;
	font-size: 24px;
}

#content .highlighted_box, .highlighted_box {
	color: #FF0;
	background-color: #600;
	padding: 10px;
	margin: 10,0,10,0;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
}
#content .highlighted_box_large {
	color: #FF0;
	background-color: #600;
	padding: 10px;
	margin: 10px;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
}
#content .highlighted_box a {
	color: #FF0;
	text-decoration:none;
	background-image:none;
	display:inline;
	padding-left: 10px;
}
#content .highlight2 {
	color: #FF0;
	background-color: #600;
	padding: 5px;
}

/* modal overlay sor serial number requests etc */
#modal {
	/* overlay is hidden before loading */
	display:none;
	background-color:#FFF;
	width:75%;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	border-radius: 6px;
	box-shadow: 0 0 50px #ccc;
}
#modal h2 {
	padding:10px;
	border-bottom:1px solid #333;
	font-size:20px;
	text-align: center;
	line-height: 24px;
}
#modal p, #modal form {
	margin-top: 10px;
	text-align: center;
}



/* Styling for tabs */
#content .tabscontainer {
	width: 96%;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	float:left;
}	

/* root element for tabs  */
#content .tabscontainer ul.tabs {
    list-style:none;
    margin:0px;
    padding:0px;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
#content .tabscontainer ul.tabs li {
    float:left;
    text-indent:0;
    padding:0px;
    margin:0px;
	background-image: url(/images/layout/topnav-bkgd.jpg);
	background-repeat: repeat-x;
	margin-right: 1px;
}

/* link inside the tab. uses a background image */
#content .tabscontainer ul.tabs a {
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	padding-left: 20px;
	padding-right: 20px;
}

/* when mouse enters the tab move the background image */
#content .tabscontainer ul.tabs a:hover {
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#content .tabscontainer ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
	background-repeat: repeat-x;
	color:#FF0;
}

/* initially all panes are hidden */
#content .tabscontainer .panes .pane {
    display:none;
}  

/* tab pane styling */
#content .tabscontainer .panes div {
    display:none;
	min-height: 200px;
    border:1px solid #999;
    border-top:0;
    background-color:#fff;
	padding:10px;
}

#content .tabscontainer .panes div table{
    width: 100%;
}


/* end of tabs styling */
































/* Rounded Corners ////////////////////////////////////////////////////////////// */
.rounded-four {
	border-radius: 4px;
}
/* add icons before any a tag for certian file types (handled by Javascript) */
#content a.pdf { /*The background image*/
	padding-left: 30px;
	line-height: 30px; /* To center the text vertically with the icon */
	background-image: url(/images/general/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#content a.noicon { /* do not add pdf styling to links with noicon */
	padding-left: 0px;
	line-height: 12px; /* To center the text vertically with the icon */
	background-image: none;
}

#content a.exe { /*The background image*/
	padding-left: 30px;
	line-height: 30px;
	display: block;
	background-image: url(/images/general/exe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content a.zip { /*The background image*/
	padding-left: 30px;
	line-height: 30px;
	display: block;
	background-image: url(/images/general/zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content a.video { /*The background image*/
	padding-left: 30px;
	line-height: 30px;
	display: block;
	background-image: url(/images/general/video.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.content_divider {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 1px;
	clear: both;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin: 10px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
#content .clearfloat { 
	clear:both;
}
.clearfloat { 
	clear:both;
}
#content .clearleft { 
	clear:left;
}
#content .clearright { 
	clear:right;
}

















/* ~~ Price Box ~~ */
.pricebox {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	clear: right;
	margin-top: 10px;
	border: 1px solid #CCC;
}
.pricebox .price {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	width: 150px;
	line-height: 20px;
	background-color: #600;
}
.plusvat{
	font-size: 10px;
}
.pricebox .partnum {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: capitalize;
	color: #032756;
	text-align: center;
	padding-bottom: 5px;
}
.pricebox .partnum span {
	text-transform: uppercase;
}
.pricebox form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	width: 150px;
	text-align: center;
}
.pricebox form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
	margin-top: 5px;
}

.pricebox2 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	max-width: 200px;
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	padding: 0px;
	background-color: #FFF;
}

.priceboxright {
	float: right;
	clear: right;
}
.priceboxleft {
	float: left;
	clear: left;
}
.priceboxstd {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.pricebox2 .price {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
}

.pricebox2 .gold{
	background-color: orange;
    color: #092F65;
}
.pricebox2 .platinum{
	background-color: lightgray;
    color: #092F65;
}
.pricebox2 .wasprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #ff8040;
	font-size: 12px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
	/* [disabled]text-decoration: line-through; */
}
.pricebox2 .offer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FF0;
	font-size: 18px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.pricebox2 .bulkprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #930000;
}
.pricebox2 .leaseprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
}
.pricebox2 .leaseprice a {
	color: #FF8040;

}
.pricebox2 .partnum {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: capitalize;
	color: #032756;
	text-align: center;
	padding-bottom: 5px;
}
.pricebox2 .partnum span {
	text-transform: uppercase;
}
.pricebox2 form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003;
	/*float: right;*/
	width: auto;
	text-align: center;
	padding: 5px;
}

.pricebox2 form input, .product_suggestedItem form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
	margin-top: 1px;
	text-align: center;
}

.pricebox3 {
	position: relative;
	/*margin-right: 10px;
	margin-left: 10px;*/
	margin-bottom: 20px;
	/*float: left;*/
	clear: both;
	width: auto;
	margin-top: 10px;
	border: 1px solid #CCC;
	/*border-radius: 4px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;*/
	padding: 0px;
}
.priceboxbg {
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
}
.pricebox3 .price {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	/*float: left;
	clear: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
}
.pricebox3 .gold{
	background-color: orange;
    color: #092F65;
}
.pricebox3 .platinum{
	background-color: lightgray;
    color: #092F65;
}
.pricebox3 .wasprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #ff8040;
	font-size: 12px;
	text-align: center;
	/*float: left;
	clear: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
	/* [disabled]text-decoration: line-through; */
}
.pricebox3 .offer {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FF0;
	font-size: 18px;
	text-align: center;
	/*float: left;
	width: 100%;*/
	line-height: 20px;
	background-color: #600;
	padding-top: 5px;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;*/
	padding-bottom: 5px;
}

.pricebox3 .bulkprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	/*float: left;
	clear: left;
	width: 190px;*/
	line-height: 20px;
	background-color: #600;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #930000;
}
.pricebox3 .leaseprice {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	/*color: #FFF;*/
	font-size: 12px;
	text-align: center;
	/*float: left;
	clear: left;
	width: 190px;*/
	line-height: 20px;
	/*background-color: #600;*/
	padding: 5px;
}
.pricebox3 .leaseprice a {
	/*color: #FF8040;*/

}
.pricebox3 .partnum {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	/*width: 190px;*/
	text-transform: capitalize;
	color: #FFF;
	text-align: center;
	padding: 5px;
	/*float: left;
	clear: left;*/
	background-color: #600;
}
.pricebox3 .partnum span {
	text-transform: uppercase;
}
.pricebox3 form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003;
	/*float: right;*/
	/*width: 235px;*/
	text-align: center;
	padding: 5px;
	margin: auto;
}

.pricebox3 form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
	margin-top: 1px;
	text-align: center;
}
.pricebox3 img.offerstar {
	position: absolute;
	top: -10px;
	left: -25px;
	width: 28%;
}

.pricebox4 { /* Add to cart button only price box */
	margin: 5px;
	/*width: 150px;*/
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 0 34px#e4e4e4;*/
	/*box-shadow: inset 0 0 34px #e4e4e4;*/
	padding: 0px;
	background-color: #FFF;
}
.pricebox4 form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #003;
	/*width: 140px;*/
	text-align: center;
	padding: 0px;
}
.pricebox4 form input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #003;
	margin-top: 1px;
	text-align: center;
}


.pricehighlight {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #600;
	font-size: 10px;
	text-align: center;
	/*float: left;
	width: 190px;*/
	line-height: 10px;
	background-color: yellow;
	padding: 5px;
}

/*stock display for price cart */
.showstock {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	padding: 5px;
}
.showstock_suggested {
	display: block;
	height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
.stockgood {
	background-color: green;
}
.stocklow {
	background-color: orange;
}
.stockzero {
	background-color: red;
}
.stockextra {
	background-color: #235497;
}
.stockplatinum {
	background-color: lightgray;
    color: black;
}

.stockjoin {
	background-color: #fff;
    color: black;
    border-bottom: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}












/*#coupon {
	background-color: #C5DCBE;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#coupon h2 {
	background-color: #489F53;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/
.alert {
	width: 100%;
	/*float: left;*/
	background-color: #2E2E22;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-top: 10px;
	/*padding: 10px;*/
	/*margin-left: 10px;
	margin-right: 10px;*/
	border-width: thin;
	border-color: #000000;
}
.alert img {
	margin: 10px;
	/*float: left;*/
}

.alerttext {
	/*margin-left: 110px;*/
	/*float: left;*/
}

#content .alerttext h3 {
	color: #FFFFFF;
	padding-top: 10px;
	clear: none;
}
#content .alerttext p, #content .alert p  {
	color: #FFFFFF;
}
#content .alert h4, #content .alert h5, #content .alert h2 {
	color: #FFFFFF;
	margin: 10px;
}
.alertimage {
	float:left;
	margin:0 20px 10px 10px;
	/*width:80px;*/
}
.information {
	background-color: #A2E8AA;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.information img {
	float:left;
	margin:0 20px 30px 10px;
}
.message {
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.hidden {
	display:none;
}



form.customer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
	background-color: #A3BEE7;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
form.customer fieldset {
	border: none;
	margin-bottom: 10px;
}
/*form.customer fieldset:last-of-type {
	margin-bottom: 0;
}*/
form.customer legend {
	color: #384313;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #A5BFE7;
}
/*form.customer > fieldset > legend:before {
	content: "Step " counter(fieldsets) ": ";
	counter-increment: fieldsets;
}*/			
form.customer fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}
/*form.customer ol {
	padding-left: 0px;
}*/
form.customer ol li {
	background: rgba(255,255,255,.3);
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 5px;
	float: left;
	width: 85%;
}
form.customer ol li p {
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 0px;
}
form.customer ol ol li {
	background: none;
	border: none;
	float: left;
}
form.customer label {
	float:left;
	clear:left;
	font-size: 13px;
	width: 25%;
	min-width: 130px;
	/*height: 30px;*/
}
form.customer input:not([type=radio]):not([type=checkbox]), form.customer textarea, form.customer select {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	padding: 5px;
	width: 90%;
	overflow: hidden;
	margin: 2px 0px 0px 10px;
	float: left;
}
form.customer input[type=radio], form.customer input[type=checkbox] {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	
	margin-top: 8px;
	width: 50px;
	float: left;
	margin-right: 5px;
}

form.extralabel {

	background-color: #A3BEE7;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;

}
form.extralabel label {
	width: auto;
	overflow:hidden;

}
form.customer fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}
form.customer label[for=visa] {
	background-image: url(visa.gif);
}
form.customer label[for=amex] {
	background-image: url(amex.gif);
}
form.customer label[for=mastercard] {
	background-image: url(mastercard.gif);
}
form.customer fieldset fieldset label:hover {
	cursor: pointer;
}

form.customer input:not([type=radio]):not([type=checkbox]).smallsize {
	width: 50px;
	float: none;
}
form.customer select.minimum {
	width: auto;
}

form.customer select {
	/*width:auto;*/
}
form.customer input:not([type=submit]):focus, form.customer textarea:focus {
	background: #eaeaea;
}

form.customer em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.customer button {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
form.customer p {
	text-align: center;	
}

/* JQuery Tools Validator Error */
.validator-error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	border-radius: 4px;
	border-radius-bottomleft:0;
	border-radius-topleft:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	box-shadow:0 0 6px #ddd;
}


/* JQuery Username Checking */
form.customer .messagebox {
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #c93;
	background:#ffc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
form.customer .messageboxok {
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight:bold;
	color:#008000;
}
form.customer .messageboxerror {
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight:bold;
	color:#CC0000;
}



/* Rotating banners for top of pages */
#mainBannerContainer {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
#mainBanner {
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 10px;*/
	
}

#mainBanner img {
	margin: 0 auto;
	/* partial fix for ie max-width problem for banner - remove soon */
	width:100%;
}


#mainBanner div {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
#mainBannerPager {
	position: absolute;
	bottom: -15px;
	right: 3px;
	z-index: 2;
}
#mainBanner a.pdf { /*The background image*/
	background-image:none;
	padding: 0;
}

#mainBannerPager a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 2px;
	background-color: #4575B7;
	color: #4575B7;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 5px;
}
#mainBannerPager a.activeSlide {
	background-color: #002250;
	color: #002250;
}
#mainBannerPager a:focus {
	/*outline: none;*/
}

#subBannerMobile {
	display: none;
	table-layout: fixed;
	width: 95%;
	padding: 5px;
	border: 2px solid #ccc;
}
#subBannerMobile a {
	display: table-cell;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
#subBannerMobile img {
	display: table-cell;
	text-align: center;
}


















/* Key Vehicle Search Page */
.bannerBox {
	width: auto;
	height: 125px;
	margin: 10px 0px;
	background-color:#c1c6bf;
	background-image:url(/images/diagnostics/banners/keys_remotes3_1158x125.png);
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 0px;
	border: 0px;
}

.bannerBox form {
	padding-top: 7px;
	margin-left: 350px;
}
.bannerBox form fieldset{
	margin-bottom: 8px;
}
.bannerBox form select{
	padding: 5px;
}

.squaresBox2 {
	width: 200px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*.squaresBox3 {
	height: 285px;
	width: 315px;
	float: left;
	margin: 10px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#content .squaresBox3 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #600;
	margin-left: 118px;
	padding-top: 5px;
	padding-bottom: 3px;
}*/


/*-Boxes for Codeserrvice */
.squaresBoxThin {
	height: 87px;
	width: 195px;
	float: left;
	margin: 10px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.squaresBoxLarge {
	/*height: 125px;*/
	width: 95%;
	float: left;
	margin: 10px;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#content .squaresBoxThin h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #600;
	margin-left: 90px;
	margin-top: 28px;
	padding-top: 5px;
	padding-bottom: 3px;
	clear: none;
}
#content .squaresBoxLarge h3 {
	clear: none;
	padding-top: 10px;
	padding-bottom: 5px;
}

.extraSpace {
	max-height:28px;
	margin-bottom: 10px;
	overflow:hidden;
}


.codeService div{
	border: thin solid #8B8888;
	background-color: #E0DDDD;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

.codeService a {
	text-decoration: none;	
}
.codeService div:hover {
	background-color: #8A8585;
}




/*Makes listing for keys page*/
.product_filter {
	margin-bottom: 20px;
	padding: 5px;
	/*border: thin solid #900;*/
	border-bottom: thin solid #2ea44f;
	border-left: thin solid #2ea44f;
	border-right: thin solid #2ea44f;
	border-top: none;
}
#content .product_filter ul{
	margin-bottom: 5px;
	line-height: 12px;
}


.key_search {
	text-align: right;
}
.key_search input {
	margin: 10px;
}

/* Keys listing */

#keycontainer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}
#keycontainer h2 {
    width: 100%;
}

.product_listing {
    /*flex-grow: 1;*/
	width: 45%;
	-webkit-box-shadow: inset 0 0 34px#e4e4e4;
	box-shadow: inset 0 0 34px #e4e4e4;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	padding: 0px 2%;
	margin-bottom: 30px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.product_listing_list {
    width: 98%;
}

.product_listing_left {
	float: left;
	/*max-width: 60%;*/
	width: 60%;
}
.product_listing_right {
	float: right;
	margin-top:52px;
	width: 38%;
}
.product_partNumber {
	float: left;
	margin-top: 10px;
}
.product_image {
	/*max-width: 30%;*/
	clear: left;
	float: left;
	margin-bottom: 10px;
}
#content .product_image img{
	float: left;
	margin: 0;
}
.product_detailsContainer {
	/*background-color:red;*/
	float: left;
	/*clear: left;*/
	margin: 10px;
	/*max-width: 50%;*/
}
#content .product_listing .product_detailsContainer h4 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	
}
#content .product_listing .product_detailsContainer ul {
	margin-bottom: 10px;	
}
.product_supplierRef {
	float: left;
	
}
.product_techspec2 {
	clear: left;
	
}
.product_techspec1 {
	clear: left;	
}
.product_pricing {
	float: right;
}
.product_suggestedContainer{
	clear: left;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.product_suggestedItem{
	position: relative;
	float: left;
	max-width: 290px;
	margin-left: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	/*height: 80px;*/
	height: 100px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.product_suggestedPartImage{
	float: left;
	width: 25%;
	margin-left: 5px;
	padding: 0px;
}

#content .product_suggestedItem h3 {
	margin-left: 5px;
	clear: none;
	float: left;
	max-width: 200px; 
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.product_suggestedDescriptionContainer {
	
}
.product_suggestedDescription{
	margin-left: 5px;
	float: left;
	width: 70%;
	overflow: hidden;
	height: 15px;
}
.product_suggestedPricing{
	float: left;
	margin-left: 5px;
	height: 35px;
	width: 70%;
	margin-top: 3px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.product_suggestedPrice{
	float: left;
	clear:left;
	font-weight: bold;
	font-size: 12px;
	color: #600;
	height: 18px;
	margin-top: 15px;
}
.product_suggestedPricing form{
	padding-top: 5px;
	text-align: right;
	padding-right: 0px;
}

.lockedingrid {
    float: right;
    width:200px;
    border: 1px solid darkgray;
    text-align: center;
    clear:both;
    margin-right:10px;
    margin-bottom: 10px;
}

.lockedingrid2 {
    border: 1px solid darkgray;
    text-align: center;
    clear:both;
    margin-right:10px;
    margin-bottom: 10px;
    display:none;
}


.sitemap1 {
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.sitemap2 {
	padding-left: 50px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}
.sitemap3 {
	padding-left: 90px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.sitemap4 {
	padding-left: 130px;
	padding-bottom: 10px;
	font-size: 12px;
}
.sitemap5 {
	padding-left: 170px;
	padding-bottom: 10px;
	font-size: 12px;
}


a.buttonstyle {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );

 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	display: inline-block;
	color: #333;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	overflow: auto;
	border-radius: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdcdc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #dcdcdc;
}

a.buttonstyle:link {
	color: #003;
	text-decoration: none;
}
a.buttonstyle:visited {
	color: #003;
	text-decoration: underline;
}
a.buttonstyle:hover, a.buttonstyle:active, a.buttonstyle:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #600;
}
a.buttonstyle.selected {
	color: white;
	background-color: green;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, green), color-stop(1, green) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
	text-shadow: none;
}

a.buttonstyle.buttonstylecompact {
	margin-bottom: 0px;
}
a.buttonstyle.large {
	font-size: 16px;
	color: red;
	line-height: 25px;
}
.buttonlinks {
	float: right;
	clear: right;
	width: 50%;
	text-align: right;
}

.linkstyle {
	cursor:pointer;
	text-decoration: underline;
}
/*Style for screenshots with captions centered below*/
/*.screenshot {
	vertical-align: top;
    display: inline-block;
    text-align: center;
}
.screenshot .caption {
	display: block;
	font-weight: bold;
}*/

/* Overlay for loading slow pages */
#loaderScreen {
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	opacity:0.85;
	background: url('/images/general/wait_animation.gif') 50% 50% no-repeat rgb(249,249,249);
	z-index: 9999;
}
#loaderScreen h2{
	margin-top: 40%;
}

.numberPlate {
	color: #000000;
	padding: 5px;
	display: block;
	height: 70px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: linear-gradient(to bottom, #FFED56 0px, #FFF074 100%);
  	background-repeat: repeat-x;
  	background: #FFF074;
  	border-left: 1px solid #eadd6f;
  	border-top: 1px solid #eadd6f;
  	border-right: 1px solid #eadd6f;
  	border-bottom: 1px solid #bcac26;
 	-webkit-border-radius: 7px;
  	-moz-border-radius: 7px;
	border-radius: 7px;
  	box-shadow: 0 1px 1px #FFFFFF inset;
}

#content .numberPlate h3 {
	font-family: UKNumberPlate;
	font-size: 60px;
	font-weight:normal;
	color: #000000;
	text-align: center;
	margin: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
}

#content .tax_status, #content .mot_status {
	display: block;
	margin: 10px;
	width: 295px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	height: 50px;
}
#content .tax_status {
	float: left;
}
#content .mot_status {
	float: right;
}
.good {
	background-color: #079713;
}

.bad {
	background-color: #D92D2D;	
}

#content .tax_status .header, #content .mot_status .header {
	font-size: 35px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#content .tax_status .text, #content .mot_status .text {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.pagination {
	width: 300px;
	margin-left: 10px;	
	
}

.pagination a {
	color: #c00;	
	
}

/* Used for Brochures Page */
.blockContent {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	border: thin solid #A29D9D;
	float: left;
	-webkit-box-shadow: -1px 3px #D9D3D3;
	box-shadow: -1px 3px #D9D3D3;
	padding: 10px;
}
#content .blockContent h3 {
	clear: none;
	padding-top: 0px;
	padding-left: 10px;
	
}

/* used for images with aligned text */
.subtitled {
	display: inline-block;
	margin: 5px;
}
#content .subtitled h3, #content .subtitled h4 {
	text-align: center;
	padding-top: 5px;
}

.blink{
    -webkit-animation: blink 700ms infinite alternate;
    -moz-animation: blink 700ms infinite alternate;
    -o-animation: blink 700ms infinite alternate;
    animation: blink 700ms infinite alternate;
}
@-webkit-keyframes blink {
	from { opacity:1; }
	to { opacity:0.5; }
}
@-o-keyframes blink {
	from { opacity:1; }
	to { opacity:0.5; }
}
@-moz-keyframes blink {
	from { opacity:1; }
	to { opacity:0.5; }
}
@keyframes blink {
	from { opacity:1; }
	to { opacity:0.5; }
}
.captcha_container {
	/*max-width: 300px;*/
}
.g-recaptcha {
	/*max-width: 100%;*/
	transform-origin: left top;
  -webkit-transform-origin: left top;
}


.flexbox {
   display: flex;
   align-items:center;
}
.flexbox img {
	margin-right:20px;
}
.flexbox p {
	display:block;
}

/* align text to right of image vert aligned*/
.imgtextContainer {
	display: flex;
    align-items: center;
    justify-content: center;
}
.imgtextContainer .imgtextImage img {
	max-width: 100%;
}
.imgtextImage {
	flex-basis: 40%;
	flex-shrink: 0;
}
.imgtextText {
	padding-left: 20px;
}

.testimonial {
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	background-color: #f9dbc1;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.testimonial p {
	font-size:12px;
	color: #666;
	line-height: 16px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #f9dbc1;
	margin: 0 0 0 25px;
}
.testimonial-author {
	margin: 5px 0 30px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 20px;
	text-align:left;
}
.testimonial-author span {
	font-size: 14px;
	color: #666;
}

.whiteongreen {
	background-color: green;
	color: white;
}
.whiteonred {
	background-color: red;
	color: white;
}

@media only screen and (max-width: 1000px){
	#topbanner {
		display:none;
	}
	
	/*#topnav ul li.searchbox {
		display: none;
	}*/
	/*#topnav2 {
		display:block;
	}*/
	
	/*#topnav ul li {
		width: 14.28571428%;
		list-style-type: none;
		float: left;
		overflow: hidden;
		background-image: url(/images/layout/topnav-div.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	#topnav ul li a {
		font-size: 12px;
		color: #FFF;
		height: 35px;
		text-decoration: none;
		margin-right: 2px;
		padding-top: 10px;
		text-align: center;
		display: block;
		padding-right: 5px;
		padding-left: 5px;
	}
	#topnav ul li a:hover {
		background-image: url(/images/layout/topnav-bkgd_reverse.jpg);
		display: block;
		background-repeat: repeat-x;
	}*/
	.squaresBox {
		width: 98%;
	}
	.bannerBox form {
		margin-left: 40%;
	}
    
    .product_listing {
        width: 95%;
    }
    button.listbutton {
        display: none;
    }
    
    
	/*.product_listing_right {
		width:100%;
	}
	.product_listing_left {
		max-width: 100%;
	}
	.product_pricing {
		float:none;
	}*/
}

@media only screen and (max-width: 820px){
	
	#mainpage {
		display: block;	
	}
	
	#rightbar {
		width: auto;
		display: none;
		float: left;
		clear: both;
	}
	
	#subBanner {
		display: none;
	}
	
	#subBannerMobile {
		display: table;
	}
    
    iframe[title="Widget containing a Cloudflare security challenge"] {
       width:250px !important; 
    }
    
	
}

@media only screen and (max-width: 700px){
    .lockedingrid {
        display: none;
    }
    .lockedingrid2 {
        display: block;
    }
}

@media only screen and (max-width: 600px){
    
    
	#content {
		display: block;
		width:95%;
	}
	nav {
		display: none;
		position: absolute;
		z-index: 100000;
		border-right: thick solid #235497;
		border-bottom: thick solid #235497;
	}
	

	#topnav {
		display: none;	
	}
	/*#topnav2 {
		display: none;
		
	}*/

    
	#topnav3 {
		display: table;	
	}
	#bottomnav {
		display: inline-table;
	}
	
	#cartbox {
		display: none;	
	}
	#lease_tables table{
		width: 100%;
		margin-right: 0%;
	}
	.bannerBox {
	background-image:url(/images/diagnostics/banners/keys_remotes4_1158x125.png);
}

	.bannerBox form {
		margin-left: 30%;
	}
	
	/*#content .product_filter ul.inline li {
		margin-bottom: 10px;
		padding: 5px;
		border: thin solid #000000;
		text-decoration: none;
		background-image: none;
	}
	#content .product_filter ul.inline li a {
		text-decoration: none;
	}*/
    
}

@media only screen and (max-width: 360px){ 
	.product_suggestedPricing {
		width: 100%;
		position: relative;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 310px){ 
	body {
		min-width: 310px;
	}
}

#splashscreen {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    background:rgba(35,84,151,0.8);
	text-align:center;
	z-index: 999999;
}

/* screens BIGGER than 1400px 
@media only screen and (min-width: 1400px){
	.squaresBox {
		width: 31%;
	}
}*/

