/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #777;
}
/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 0px 0px 1em 0px;
    padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
    margin-left: 1.5em;
    margin-bottom: 0.3em;
}
/* Miscellaneous conveniences: */
form label, label {
	display: block;
	float: left;
	width: 160px;
	color: #777;
	font-weight: bold;
}
.checkbox {
	width: auto;
	float: none;
	vertical-align: middle;
}
img {
	border: 0px none;
	vertical-align: middle;
}
fieldset {
	border: none;
}
form input, textarea, select {
	font-size: 100%;
	color: #000;
	padding: 0;
}
form input, textarea {
	width: 160px;
	float: left;
}
.green {
	color: #2e5c71;
}
.clearer {
	clear: both;
}
a {
	text-decoration: none;
}
h1 {
	color: #fff;
	font-size: 3.0em;
	font-weight: normal;
	padding: 2px 0 0 280px; 
}
h2 {
	color: #2e5c71;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #2e5c71;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 5px 0;
}
h3 a {
	color: #2e5c71;
}
h4 {
	color: #2e5c71;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
}
.button {
	border: 0;
}
.popupBorder {
	padding: 15px;
}
/* Custom styles */
#body {
	background: url(/custom/images/bg.gif) repeat-x top;
}
#site {
	margin: 0px auto;
	width: 1052px;
	background-color: #fff;
}
#main {
	margin: 0px auto;
	width: 970px;
}
/* header */
#header {
	height: 127px;
}
#headerItems {
	float: right;
}
#headerNav {
	margin-top: 16px;
	height: 29px;
	text-align: right;
}
#headerNav a {
	color: #848484;
}
#headerNav span {
	margin: 0 7px;
}
#headerItemsPhone {
	color: #ee1922;
	height: 42px;
	text-align: right;
	font-size: 2.2em;
	xfont-weight: bold;
}
#headerItemsSearch {
	width: 254px;
}
#searchLabel {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 50px;
	padding-top: 3px;
}
.searchInput {
	background: transparent;
	margin: 2px 0 0 3px;
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe6;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #aaadb2;
	height: 17px;
	padding: 3px 0 0 2px;
	float: left;
	width: 164px;
	vertical-align: top;
	position: relative;
}
.searchButton {
	background: url(/custom/images/btn-search.gif) no-repeat;
	width: 25px;
	height: 23px;
	float: left;
	margin-left: 178px;
	vertical-align: top;
	cursor: pointer;
}
#searchExtrasContainer {
	position: absolute;
	margin: -2px 0 0 50px;
}
#searchExtras {
	position: relative;
	width: 174px;
	height: 86px;
}
.searchExtrasBg {
	background: url(/custom/images/search-bg.png);
}
#searchOptionsContainer {
	margin-left: 10px;
}
#searchOptions {
	display: none;
}
#searchOptions .checkbox {
	float: none;
	vertical-align: top;
}
#searchOptions label {
	margin: 5px 0 0 5px;
	float: none;
	display: inline;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	cursor: pointer;
}
#searchOptions div {
	padding: 9px 0 10px 0;
}
#logo {
	margin: 20px 0 0 64px;
}
/* banner */
.banner {
	width: 970px;
	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
}
#navigation {
	margin-left: 40px;
	width: 220px;
	padding-top: 28px;
	height: 252px;
	background: url(/custom/images/nav-bg.png) no-repeat;
}
#navigation a {
	display: block;
	height: 26px;
	width: 180px;
	padding: 7px 20px 0 20px;
	background: url(/custom/images/nav-line.png) no-repeat bottom;
	text-align: right;
	color: #fff;
	font-size: 1.4em;
}
#strip {
	background: #6d6e70 url(/custom/images/theme.jpg) no-repeat 40px 0;
	height: 34px;
}
/* center */
#center {
	float: right;
	width: 707px;
}
/* lhs */
#lhs {
	margin-left: 37px;
	background: url(/custom/images/lhs-rpt.gif) repeat-y;
}
#lhsBg {
	padding: 25px 0;
	width: 226px;
	background: url(/custom/images/lhs-bg.gif) no-repeat bottom;
}
#lhsNews {
	padding: 0 24px;
}
#lhsHeader {
	font-size: 1.3em;
	color: #2e5c71;
}
#lhsSplitter {
	margin: 30px 3px;
	height: 1px;
	overflow: hidden;
	background-color: #cdcccc;
}
#lhsRSS {
	float: right;
}
.lhsNewsItem {
	padding: 9px 0;
	border-bottom: 1px solid #e2e2e2;
}
.lhsNewsTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #2e5c71;
}
.lhsNewsDetail {
	padding-top: 5px;
	font-size: .9em;
}
.lhsNewsDetail a {
	color: #2e5c71;
	text-decoration: underline;
}
#lhsViewAll {
	display: block;
	color: #2e5c71;
	margin-top: 15px;
	font-size: 1em;
}

.lhsProducts {
	font-size: 1.2em;
}
.lhsTopLevel {
	padding: 4px 0;
	margin: 0 24px;
	border-bottom: 1px solid #e2e1e1;
	cursor: pointer;
	color: #2e5c71;
}
.lhsTopLevel a {
	color: #2e5c71;
}
.lhsTopLevel img, .lhsTopLevelLink img {
	margin-right: 4px;
	vertical-align: middle !important;
}
.lhsTopLevelLink {
	padding: 4px 0;
	margin: 0 24px;
	border-bottom: 1px solid #e2e1e1;
	cursor: pointer;
	color: #2e5c71;
	display: block;
}
.lhsSecondLevel a {
	color: #777;
}
.lhsSecondLevelContainer {
	display: none;
}
.lhsSecondLevelContainerAnchor {
	display: block;
	padding: 4px 0;
	margin: 0 24px;
	border-bottom: 1px solid #e2e1e1;
	color: #777;
	padding-left: 16px;
}
.lhsSecondLevelOpened {
	background-color: #d8d8d9;
	padding: 4px 0 4px 37px;
	margin: 0 3px;
	border-bottom: 1px solid #c2c2c3;
	color: #777;
	cursor: pointer;
}
.lhsSecondLevelClosed {
	padding: 4px 0;
	margin: 0 24px;
	border-bottom: 1px solid #e2e1e1;
	color: #777;
	padding-left: 16px;
	cursor: pointer;
}
.lhsThirdLevelContainer {
	display: none;
}
.lhsThirdLevelContainer a {
	display: block;
	padding: 4px 0 4px 37px;
	margin: 0 3px;
	border-bottom: 1px solid #e2e1e1;
	background-color: #ebebeb;
	color: #777;
}
/* home */
.homeBox {
	float: left;
	margin: 19px 0 0 19px;
}
.homeBoxImg {
	float: left;
	width: 149px;
}
.homeBoxDetail {
	float: left;
	margin-left: 18px;
	width: 158px;
}
.homeBoxLink {
	display: block;
	width: 146px;
	height: 30px;
	padding: 12px 0 0 12px;
	color: #015368;
	font-size: 1.4em;
	font-weight: bold;
	background: url(/custom/images/home-product-section-bg.gif) no-repeat;
}
.homeBoxText {
	margin-top: 12px;
	font-size: 1em;
}
.homeBoxEditor {
	float: left;
	width: 324px;
	margin: 10px 0 0 19px;
	height: 25px;
}
.homeBoxEditorImage {
	float: left;
}
.homeBoxEditorText {
	float: right;
}
.productsArea {
	margin: 19px 0 0 19px;
}
.generalArea {
	margin: 19px 0 0 19px;
	font-size: 1.1em;
}
.nearestArea {
	margin: 19px 0 0 13px;
}
#nearestIntro {
	margin-top: 19px;
}
#nearestImage {
	float: left;
	width: 149px;
	margin-right: 20px;
}
#nearestText {
	float: left;
	width: 523px;
}
#nearestText a {
	text-decoration: underline;
	color: #2e5c71;
}
#nearestBoxEditor {
	float: left;
	width: 695px;
	margin: 10px 0 0 0;
	height: 25px;
}
.productBoxText {
	margin-bottom: 13px;
	font-size: 1em;
	height: 95px;
	overflow: hidden;
}
.productBoxTitle {
	margin-bottom: 6px;
}
.productBoxTitle a {
	color: #2e5c71;
	font-size: 1.3em;
}
.homeBoxMore {
	color: #2e5c71;
	text-decoration: underline;
}
#bottomStripe {
	margin: 18px 0 10px 0;
	height: 15px;
	background: #dcdddf url(/custom/images/theme-bottom.gif) no-repeat right;
}
/* footer */
#footer {
	margin-bottom: 10px;
}
#footerLeft, #footerLeft a {
	color: #2e5c71;
	line-height: 16px;
	font-size: 1.0em;
}
#footerRight {
	float: right;
	text-align: right;
}
#footerRight a {
	margin-left: 6px;
	color: #2e5c71;
}
#footerRight img {
	margin-right: 3px;
}
#footerTME {
	text-align: right;
	margin-top: 20px;
	color: #2e5c71;
	font-size: 1.1em;
}
#footerTME a {
	color: #2e5c71;
	margin: 0;
}
/* product section */
#productSectionDescription, .productSectionDescription {
	margin: 10px 0 20px 0;
	font-size: 1.1em;
}
.productSection {
	float: left;
	margin: 19px 0 0 16px;
	width: 219px;
}
.productSection img {
	width: 216px;
	height: 70px;
	margin-bottom: 15px;
}
.productSectionTitle {
	margin-bottom: 6px;
}
.productSectionTitle a {
	color: #2e5c71;
	font-size: 1.3em;
}
.productSectionInfo {
	height: 29px;
	margin-bottom: 3px;
	overflow: hidden;
}
.productSectionLink {
	color: #2e5c71;
}
/* product */
#productPrint {
	float: right;
	color: #2e5c71;
	font-size: 1.3em;
	cursor: pointer;
}
#productPrint img {
	margin-left: 5px;
}
#productDetails {
	clear: right;
	float: right;
	width: 381px;
	margin-top: 15px;
	font-size: 1.1em;
}
#productImages {
	margin-top: 15px;
}
#productImage {
	cursor: pointer;
}
#productBg {
	background: url(/custom/images/product-bg.gif) no-repeat;
	padding: 5px 0 0 5px;
	width: 279px;
	height: 279px;
}
.productThumbBg {
	margin-top: 6px;
	float: left;
	background: url(/custom/images/thumb-bg.gif) no-repeat;
	padding: 5px 0 0 5px;
	width: 85px;
	height: 85px;
	cursor: pointer;
}
.productThumbMargin {
	margin-left: 6px;
}
#productTabs {
	clear: both;
	margin-top: 20px;
}
#productTabsTop {
	height: 53px;
	width: 698px;
}
.productTab {
	cursor: pointer;
	float: left;
	height: 43px;
	font-size: 1.2em;
	font-weight: bold;
	width: 117px;
	text-align: center;
	padding: 10px 10px 0 11px;
	background-image: url(/custom/images/product-tab-on.gif) !important;
	background-repeat: no-repeat;
	background-position: top;
	color: #2e5c71;
}
.productTabOn {
	background: #2e5c71 !important;
	color: #fff;
}
.productTabOneLine {
	padding-top: 10px !important;
}
#productTabsMiddle {
	width: 686px;
	border: 4px solid #2e5c71;
	font-size: 1.1em;
}
.productTabsMiddleScroll {
	overflow-y: auto;
	height: 215px;
	width: 654px;
	padding: 15px;
}
.productTabsMiddleScrollNoPad {
	overflow-y: auto;
	height: 245px;
	width: 684px;
}
.productTabsMiddleScrollThinPad {
	overflow-y: auto;
	height: 235px;
	width: 674px;
	padding: 5px;
}
#productDescription {
	padding-bottom: 10px;
}
#productFeatures {
	float: left;
	clear: both;
	width: 190px;
	margin-right: 20px;
}
#productFeatures ul {
	margin: 0 0 0 -20px;
}
#productFeatures li {
	clear: left;
	list-style-type: none;
	padding: 5px 0 0 0 !important;
}
#productFeatures li div {
	float: left;
}
#productFeatures li span {
	margin-left: 8px;
	float: left;
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: url(/custom/images/info.gif) no-repeat top;
}
#productFeatures li span:hover {
	background: url(/custom/images/info.gif) no-repeat bottom;
}
.productInfoBg {
	width: 368px;
	height: 193px;
	background: url(/custom/images/qtip-bg.png) no-repeat;
}
.productInfoBg .image {
	float: left;
	margin: 25px 20px 0 23px;
	width: 141px;
}
.productInfoBg .description {
	float: left;
	width: 167px;
}
.productInfoBg .title {
	color: #2e5c71;
	margin: 31px 0 11px 0;
	font-size: 1.2em;
}
.productInfoBg .details {
	height: 95px;
	overflow-y: hidden;
	color: #777;
}
#productHouse {
	float: right;
	margin: 15px 0 0 20px;
}
#productCriteriaDescription {
	margin: 15px 0;
	font-size: 1.1em;
}
#productExtras {
	float: left;
	width: 170px;
}
.productExtrasParts {
	margin-bottom: 12px;
}
#productMagnify {
	position: absolute;
	margin: 234px 0 0 234px;
	cursor: pointer;
}
.mainContent {
	margin-top: 15px;
	font-size: 1.1em;
}
.mainContent li a {
	color: #2e5c71;
	text-decoration: underline;
}
/* contact */
.formMandatory {
	float: right;
	color: #2e5c71;	
}
#contactLeft {
	float: left;
	width: 478px;
	padding: 20px 24px;
	font-size: 1.1em;
	background-color: #f6f5f6;
}
#form {
	margin-top: 15px;
}
.formElement {
	height: 30px;
}
.formElement span {
	font-size: 1.1em;
	margin-left: 5px;
}
.formElement label, .formTextarea label, #serialtext label {
	width: 225px;
	color: #777;
	font-size: 1.2em;
	font-weight: normal;
}
.formElement select {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 160px;
	height: 22px;
}
.formElement .text {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 249px;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
}
.formElement .textShort {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 75px;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
}
.formElement .textDate {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 50px;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
}
.formElement div {
	float: left;
	margin: 2px 5px 0 5px;
	font-size: 1.5em;
}
.formTextarea {
	height: 84px;
}
.formTextarea textarea {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	width: 247px;
	padding: 2px;
	font-family: arial;
	height: 68px;
}
#serialtextcontainer {
	float: left;
	width: 400px;
}
.formSubmit {
	float: right;
	border: 0;
	width: 138px;
	height: 42px;
	background: url(/custom/images/form-submit.gif) no-repeat;
	cursor: pointer;
}
.formSpliter {
	margin: 20px 0;
	height: 1px;
	background-color: #dddcdd;
}
.formReset {
	border: 0;
	background: none;
	cursor: pointer;
	text-decoration: underline;
	color: #2e5c71;
	font-weight: bold;
	margin-top: 20px;
	width: 68px;
}
#contactRight {
	float: left;
	font-size: 1.1em;
	margin: 15px 0 0 20px;
	width: 140px;
}
#contactRight table {
	margin-top: 13px;
	text-align: left;
}
#contactRight th {
	color: #2e5c71;
	text-align: left;
}
#contactRight td {
	padding-bottom: 15px;
}
#contactFooter {
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	font-size: 1.1em;
}
.contactAddressEditor {
	float: left;
	width: 228px;
	height: 30px;
}
.contactAddress {
	float: left;
	width: 228px;
	line-height: 1.6em;
	margin-top: 10px;
}
.contactFlag {
	margin-bottom: 5px;
}
.contactTitle {
	font-size: 1.2em;
}
.contactAddress span {
	color: #2e5c71;
}
.contactAddress img {
	margin-right: 5px;
}
.contactAddress a {
	text-decoration: underline;
	color: #898989;	
}
/* guarantee */
#guarantee {
	padding: 20px 24px;
	font-size: 1.1em;
	background-color: #f6f5f6;
}
#guarantee h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#guaranteeTerms {
	padding-bottom: 20px;
}
.btnReset {
	background: none;
	text-decoration: underline;
	border: none;
	color: #2e5c71;
	font-size: 1.2em;
	width: 75px;
	cursor: pointer;
}
.btnRegister {
	background: url(/custom/images/btn-register.gif) no-repeat;
	width: 148px;
	height: 42px;
	cursor: pointer;
	float: right;
}
#guaranteeActions {
	padding-bottom: 10px;
}
/* find my nearest */
.btnNearestSearch {
	border: 0;
	background: url(/custom/images/btn-fmn.jpg) no-repeat;
	width: 65px;
	height: 23px;
	float: none;
	vertical-align: top;
	margin: 0 8px;
	cursor: pointer;
}
.nearestForm {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 9px 0;
	text-align: right;
	margin: 15px 0;
}
.nearestForm label {
	width: auto !important;
	float: none;
	display: inline;
	margin: 0 10px;
	font-size: 1.3em;
}
.nearestForm .text {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
	float: none;
	display: inline;
}
.nearestForm .postcode {
	width: 58px;
}
.nearestForm .town {
	width: 151px;
}
.nearestSearchBy {
	font-size: 1.4em;
	color: #2e5c71;
	font-weight: bold;
}
/* nearest form (home page) */
.homeFmn {
	width: 306px;
	height: 38px;
	padding: 111px 0 0 20px;
	background: url(/custom/images/fmn-bg.gif) no-repeat;
}
.nearestHomeForm .text {
	border: none;
	height: 17px;
	padding: 3px 0 0 2px;
}
.btnNearestHomeSearch {
	border: 0;
	background: url(/custom/images/btn-fmn-home.jpg) no-repeat;
	width: 65px;
	height: 23px;
	float: none;
	vertical-align: top;
	margin-left: 12px;
	cursor: pointer;
}

.nearestHomeForm .postcode {
	width: 61px;
}
.nearestHomeForm .town {
	width: 114px;
	margin-left: 30px;
}
.nearestTabsHead {
	height: 5px;
	background-color: #2f5c71;
}
.nearestSubHeader {
	color: #000;
	font-size: 1.4em;
	xfont-weight: bold;
	margin: 15px 0;
}
.nearestResultBg {
	width: 645px;
	height: 161px;
	padding: 24px;
	margin-bottom: 7px;
	font-size: 1.2em;
	background: url(/custom/images/nearest-bg.gif) no-repeat;
}
.nearestResultBg a {
	color: #2e5c71;
}
.nearestTelephone {
	float: right;
	margin:  3px 10px 0 0;
	vertical-align: middle;
}
.nearestDistance {
	margin: 10px 0 7px 0;
}
.nearestEmail {
	float: right;
	text-align: center;
	margin: 5px;
	width: 150px;
	padding: 10px 5px 5px 5px;
	color: #000;
}
.nearestEmail a {
	color: #2e5c71;
}
.nearestEmail a img {
	margin: -1px 8px 0 0;
	vertical-align: middle;
}

#map_canvas {background: url('/custom/upload/images/googlemaps/ajax_processing.gif') center center no-repeat white;}
#overlay {position: absolute; top: 0; left: 0; z-index:100; width: 100%; background-color: #000; display: none; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6;}
div.magnify {position: absolute; z-index: 100; display: none; width:auto; height: auto; background: url('/custom/upload/images/googlemaps/ajax_processing.gif') center center no-repeat white; border:1px solid #666; padding: 10px;}
div.magnify h1 {text-align: left; border-left: 5px solid #64859f; padding-left: 5px; color: #666; font-size: medium; font-weight: lighter;}
#map_canvas h1 {
	background: url('/custom/upload/images/googlemaps/h1_bg.gif') repeat-x scroll left top transparent !important;
	color: #cc0000 !important;
	padding: 0 !important;
	font-size: 1.2em !important;
	padding-top: 5px;
}
#map_canvas {
	color: #000;
}
/* news */
.newsListItem {
	margin-bottom: 19px;
	font-size: 1.1em;
}
.newsListTitle {
	color: #2e5c71;
}
.newsListPreview {
	margin-top: 5px;
}
#newsArticle {
	font-size: 1.1em;
}
.newsDescription {
	margin: 5px 0 25px 0;
}
.nearestImage {
	float: left;
	margin-right: 15px;
}
.nearestText {
	float: left;
	width: 525px;
	font-size: 1.1em;
}
/* alternative product */
.alternativeProductBoxDetail {
	float: left;
	margin-left: 18px;
	width: 128px;
}
.productAttachment {
	clear: left;
	margin-top: 10px;	
}
.productAttachment img {
	margin-right: 6px;
}
.productAttachment a {
	font-size: 1.2em;
}
#area_2 table th {
	background-color: #e4e5e6;
	color: #000;
	vertical-align: top;
	padding: 5px 2px;
}
#area_2 table tbody td {
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
	color: #777;
	vertical-align: top;
	padding: 7px 4px;
}
#area_2 tfoot td {
	text-align: right;
	border: none !important;
	padding: 7px 4px;
}
#area_2 .options {
	border: 2px solid #e6e7e8;
	padding: 8px;
}
#area_2 .options span {
	font-size: 1.4em;
}
#area_2 .options img {
	margin: 0 8px 0 10px;
}
/* download page */
.downloadTitle {
	margin-top: 15px;
}
.downloadTable {
	margin-top: 15px;
	width: 100%;
}
.downloadTable td {
	padding: 8px 20px;
}
.downloadTable .grey {
	background-color: #f6f5f6;
}
.downloadTable .greyText a {
	color: #777;
	text-decoration: underline;
	font-size: 1.1em;
}
.downloadTable .blueText a {
	color: #015368;
	text-decoration: underline;
	font-size: 1.1em;
}
.downloadTable img {
	margin-right: 10px;
	vertical-align: middle;
}
.downloadTable tfoot td {
	height: 13px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
/* cpt form */
.cptForm {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 9px 0;
	margin: 15px 0;
}
.cptForm label {
	width: auto !important;
	float: none;
	display: inline;
	margin-right: 10px;
	font-size: 1.3em;
}
.cptForm select {
	border-top: 1px solid #aaadb2;
	border-right: 1px solid #dcdfe8;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e3e3eb;
	height: 23px;
	font-size: 10pt;
	line-height: 23px;
}
.btnCptSearch {
	border: 0;
	background: url(/custom/images/btn-go.gif) no-repeat;
	width: 34px;
	height: 23px;
	float: none;
	vertical-align: top;
	cursor: pointer;
}
.cptShowAsTable {
	padding-top: 3px;
	float: right;
	color: #2e5c71;
	font-size: 10pt;
	text-decoration: underline;
}
.controlpanelbg {
	margin-top: 20px;
	width: 641px;
	height: 142px;
	background: url(/custom/images/cpt-bg.jpg) no-repeat;
	padding: 58px 0 0 48px;
}
.controlpanelbg form {
	color: #000 ;
	font-size: 11pt;
}
.controlpanelbg input {
	float: none;
	width: auto;
	margin: 0 4px;
}
.remedy {
	color: #178739;
}
.indication {
	color: #015368;
}
.indication span {
	color: #777;
}
.ledtable th {
	
	color: #fff;
}
.ledTableContainer {
	border: 4px solid #2e5c71;
	padding: 2px;
}
.ledtable th {
	text-align: left;
	font-size: 12pt;
}
.ledtable th div {
	padding: 4px 0 5px 8px;
	background-color: #2e5c71;
	font-weight: normal;
}
.ledTableGrey {
	margin-top: 17px;
	height: 4px;
	overflow: hidden;
	background-color: #f1f1f1;
}
.ledtable th div.margin {
	margin-right: 2px;
}
.ledtable td {
	vertical-align: top;
	padding: 6px 6px;
	color: #000;
	font-size: 10pt;
}
#ajaxLoaderInner {
	position: absolute;
	z-index: 1002;
}
#postcodeResults {
	height: 75px;
	overflow: auto;
	padding: 10px 0px;
	border: 1px solid #ccc;
	background: #fff;
}
#selectAddressButton {
	text-align: right;
	padding-top: 15px;
}
#selectAddressButton img {
	cursor: pointer;
}
.postcodeAddress {
	padding: 2px 12px;
	cursor: pointer;
}
.postcodeAddressSelected {
	background: #2e5c71;
	color: #fff;
}
.findAddressButton {
	margin-left: 10px;
	position: relative;
	top: -1px;
}
/* JQuery UI Stuff */
.ui-widget-overlay {
	position: absolute; top: 0; left: 0; 
	width: 100%; 
	height: 100%;
	background: #000;
	opacity: 0.35;
	filter: Alpha(Opacity=35);
}
.ui-dialog, .ui-dialog-content {
	background-color: transparent;
	border: 0 !important;
}
.ui-dialog-content {
	overflow: hidden !important;
	padding: 22px;
	font-size: 12px;
	color: #777;
}
.ui-dialog {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow-y: visible !important;
	overflow-x: visible !important;
	background: url('/custom/images/popup-bg.png') no-repeat;
}
.ui-dialog-titlebar {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #777;
	padding: 3px;
	font-weight: bold;
}
.ui-dialog-titlebar-close {
	float: right;
	background: url('/custom/images/btn-close.gif') no-repeat;
	height: 23px;
	width: 25px;
	position: relative;
	top: 2px;
	right: 2px;
}
.caseStudies {
	background: #ebebeb url('/custom/images/case-studies-links.gif') repeat-x;
	padding: 10px;
	line-height: 1.5em;
	margin-bottom: 12px;
}
.caseStudies a {
	color: #2E5C71;
	text-decoration: underline;
}
.caseStudies p {
	margin-bottom: 0;
}
#homeMainContent {
	margin: 19px 0 0 19px;
}

#moreNews {
	display: none;
}
#moreNewsLink {
	color: #2E5C71;
}
