body {margin: 0px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 11px;line-height: 20px;color: #333333;background-color: #ffffff;}
input{background-color:#FFFFFF;border:1px solid black;font-family:verdana;font-size:10px;color:#393939;}
label {cursor:hand;}
label:hover {cursor:hand;}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.across{width:99%}
.centeralign {text-align:center;}
.rightalign {text-align:right;}
.leftalign {text-align:left;}
.vtop {vertical-align:top;}
.vmiddle {vertical-align:middle;}

.red{color:#FF0000;}
.darkred{color:#990000}
.white{color:#FFFFFF;}
.black{color:#000000;}
.fuchsia{color:#BF0D72 !important;}

.bkgrndwhite{background-color:#ffffff;}
.bkgrndred {background-color:#FFCCCC;}
.bkgrndredred {background-color:#FF0000;}
.bkgrndgrey {background-color:#efefef;}
.bkgrndrealred {color: #FFFFFF;background-color:#CA0304;}
.bkgrndyellow{background-color:#f8fa99;}
.backgroundd3{background-color:#d3d3d3;}

.brad2{border-radius:2px;}
.brad4{border-radius:4px;}
.bordertopdark{border-top:1px solid #151515;}

.bold{font-weight:bold;}
.italicized{font-style:italic;}
.strikethrough{text-decoration:line-through;}
.invisible {display:none;}
.underline{text-decoration:underline;}
.brdrcurve{border-radius:3px;}


.padText{padding:5px;}
.padTextSmall{padding:3px;}
.pad4{padding:4px;}
.pad8{padding:8px;}

.mrgntop{margin-top:3px;}
.mtop10{margin-top:10px;}

.bigText {font-size:14px;}
.smallText {font-size:10px;}

.asFontBold {font-weight:bold;}
.asFontNormal {font-weight:normal;}
.uFAllow {background-color:#99FF99;}
.uFDeny {background-color:#FF99CC;}
.uFLink {color:#000000;font-weight:bold;margin-left:20px;margin-right:20px;}
.linktip {cursor: pointer;text-decoration:none;border-bottom: 1px dotted;}

.tableRed{font-weight:bold;color:#ff0000;padding:5px 0px 5px 0px;}
.acxwarning{font-size:13px;}

p.noticemsg {margin-top:2px;position:relative;display:block;background:#fffcd3;border:1px solid #c2beb1;padding:10px 30px 11px 22px;color:#74655f;font-size:13px;}
p.noticemsg span {position:absolute;right:15px;top:6px;font-weight:bold;font-size:14px;font-family:Arial, Helvetica, sans-serif;display:block;padding:5px;cursor:pointer;}

div.autocomplete {position:absolute;background-color:#FFFFFF;border:1px solid #000000;margin:0;padding:0;height:350px;overflow:scroll;overflow-x:hidden;}
div.autocomplete ul {list-style-type:none;margin:0;padding:0;}
div.autocomplete ul li {list-style-type:none;display:block;margin:0;padding:3px;cursor:pointer;} /*height:32px;*/
div.autocomplete ul li:nth-child(even) { background-color:#f9f9f9;}
div.autocomplete ul li.selected { background-color:#fffdb8;padding-left:5px;font-weight:bold}

option.vistocklocation{background-color:#ffcccc !important;}


.sidenav {
	background-color: #FFFFFF;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	margin: 0;
	padding: 0 0 20px 0;
	list-style:none;
}
.sidenav > li:first-child > a {
	border-radius: none;
}
.sidenav > .active > a {
	border: 0 none;
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	padding: 9px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	z-index: 2;
	background-color: #333333;
	color: #FFFFFF;
}
.sidenav > li > a {
	border: 1px solid #E5E5E5;
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
}
.sidenav > li > a:hover {
	background-color:#F5F5F5;
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > li > a, .nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav > li > a {
	display: block;
}

.container
{
	margin-right: auto;margin-left: auto;width:90%;
	*zoom: 1;
}
.topic-area {margin:60px 0;}

.containerColumns {position: relative; width:1000px;margin: 0 auto;padding: 0;min-height:400px;}
.containerColumnsWide{width:100% !important;} /* headerv2 */
.containerNav{width:1000px;margin:0 auto;} /* headerv2 */
.containerNav a{font-weight:bold;line-height:11px;font-size:11px !important;} /* headerv2 */

.one_half {width: 48%;}
.one_third {width: 30.66%;}
.two_third {width: 65.33%;}
.one_fourth {width: 22%;}
.three_fourth {width: 74%;}
.one_fifth {width: 16.8%;}
.two_fifth {width: 37.6%;}
.three_fifth {width: 58.4%;}
.four_fifth {width: 67.2%;}
.one_sixth {width: 13.33%;}
.five_sixth {width: 82.67%;}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}
.last {
	margin-right:0 !important;
}
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both
}
.row, .clearfix {
	zoom: 1
}
.clear {
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
}
.pull-right {
	float: right;
}
.rightAligns {
	width:50%;
	text-align:right;
	padding-top:15px;
}
.pull-left {
	float: left;
}

.ImageIcon {display:inline-block;zoom:1;*display:inline;text-align:center;vertical-align:top;font-size:10px;line-height:11px;margin-right:2px;}


.hr1 {
	clear: both;
	border-bottom:1px solid #efefef;
	margin:40px 0;
	height:1px;
}
.hr2 {
	clear: both;
	height:1px;
	width:100%;
	/*background: url(../images/dotted.png) repeat-x;*/
	margin:40px 0;
	height:1px;
}
.hr3 {
	height:5px;
	/*background: url(../images/shadow.png) no-repeat center top;*/
	width:100%;
	margin:40px 0;
}
.hr4 {
	border-bottom:none;
	margin:40px 0;
	width:100%;
	height:14px;
	background: url(../images/stripes.png);
	display: block;
}
.hrline {
	border-bottom: 1px solid #EFEFEF;
	clear: both;
	height: 1px;
	margin: 40px 0;
}


h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-rendering: optimizelegibility;
	line-height:1.5;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1.5;
}
h1 {font-size: 38.5px;}
h2 {font-size: 31.5px;}
h3 {font-size: 24.5px;}
h4 {font-size: 17.5px;}
h5 {font-size: 14px;}
h6 {font-size: 11.9px;}

h3.grey {font-size: 24.5px;color:#666;}
h3.medium{font-size:22.5px;}

h1 small {font-size: 24.5px;}
h2 small {font-size: 17.5px;}
h3 small {font-size: 14px;}
h4 small {font-size: 14px;}

p {font-size:12px;}
p.tabletop {font-size: 10px;font-weight:bold;background-color: none;border: none;margin-bottom: 8px;}
p.tabletopBOLD {font-size: 10px;background-color: none;border: none;margin-bottom: 8px;font-weight:bold;}

span {font-size:12px;}


a {color: #333333;font-size:11px;text-decoration: none;}
a, a:visited {color:#999999;}
a, a:visited {color: #999999;outline: 0 none;text-decoration: none;}

a.navactive{background-color:#033364 !important;color:#FFF !important;font-weight:bold;padding:3px;}
a.navs {color:#FFF;line-height:normal !important;}
a.navs:hover {color:#999;line-height:normal !important;}

p a, p a:visited {line-height: inherit;}

tagging {background-color: #000000;border-radius: none;color: #FFFFFF;display: inline;padding: 2px 4px;}

ul {list-style: none outside none;}
ol, ul {margin-left: 0px;}
ol {list-style: decimal outside none;}
.iconlist {padding: 8px 0px 8px 0px;font-size:10px;}


.bannerContainer {
	width:100%;
	background:#e1e1e1;
}
.bannerAreaSmall {
	width:1000px;
	height:80px;
	color:#FFF;
	margin:0 auto;
}
.bannerAreaMedium {
	width:1000px;
	height:150px;
	color:#FFF;
	margin:0 auto;
}
.bannerAreaLarge {
	width:1000px;
	height:200px;
	color:#FFF;
	margin:0 auto;
}
.bannerAreaJumbo {
	width:1000px;
	height:300px;
	color:#FFF;
	margin:0 auto;
}

.navbarContainerStretch {
	width:100%;
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -moz-linear-gradient(top, #333333, #000000);
	background-repeat: repeat-x;
	background-color: #000000;
	background-repeat: repeat-x;
	border-color: #333333;
}
.navbarContainerStretchClear {
	width:100%;
	background-color: none;
	border-color: none;
}

.navbarContainerStretchColour {
	width:1024px; /*100%*/
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#444444));
	background: -moz-linear-gradient(top, #333333, #444444);
	background-repeat: repeat-x;
	background-color: #333333;
	background-repeat: repeat-x;
	border-color: #333333;
}


.navbarContainer1000 {
	/*max-width:1000px;*/
	width:1000px;
	margin: 0 auto;
	padding: 4px 0 5px;
}
.navbarDropdown {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -moz-linear-gradient(top, #333333, #000000);
	background-repeat: repeat-x;
	border-color: #333333;
	border-radius: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFF;
	width:960px;
	margin: 0 auto;
}
.fullBg {
	border-radius: 0;
}
.navbarIcons {
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background: -moz-linear-gradient(top, #333333, #000000);
	background-repeat: repeat-x;
	border-color: #333333;
	border-radius: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color:#FFF;
}
.navbarLoginHorizontal {
	background:none;
	color: #CCC;
	max-height: 22px;
}
.navbarMenuHorizontal {
	background:none;
	color: #CCC;
	height:22px;
	max-height: 22px;
}
.navList {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
}
.navListLogin {
	display: block;
	left: 0;
	margin: 0;
	position: relative;
	list-style: none outside none;
}
.navbarDropdown .navList > li {
	list-style: none outside none;
	float:left;
	line-height: 36px;
}
.navbarIcons .navListLogin > li {
	list-style: none outside none;
	float:left;
	line-height: 36px;
}
.navList > li > a {
	color: #777777;
	float: none;
	padding: 10px 15px;
}
.navList > li > a:hover {
	color: #FFFFFF;
	float: none;
	padding: 10px 15px;
}
.navListLogin > li > a {
	color: #777777;
	float: none;
	padding: 10px 15px;
}
.navListLogin > li > a:hover {
	color: #FFFFFF;
	float: none;
	padding: 10px 15px;
}
.brand {
	padding-right:20px;
}
.sixth_sidebar {
	margin-right: 2% !important;
	width:150px !important;
}

nav {
	margin: 0 auto;
	background: none;
	border-radius: none;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	display: inline-block;
	list-style: none outside none;
	padding: 0;
	margin: 0;
	position: relative;
}
nav ul:after {
	clear: both;
	content: "";
	display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	color:#999999;
}
nav ul li:hover a {
	color: #999999;
}
nav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 0 25px 0 0;
	text-decoration: none;
	font-weight: 400;
	font-size:12px;
}
nav ul li a.social {
	color: #FFFFFF;
	display: block;
	padding: 3px 5px 0 0;
	text-decoration: none;
}
nav ul ul {
	background: none repeat scroll 0 0 #000000;
	border-radius: none;
	padding-top: 10px;
	position: absolute;
	right: 0;
	top: 20px;
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	color: #FFFFFF;
	padding: 15px 40px;
}
nav ul ul li a:hover {
	background: none repeat scroll 0 0 #4B545F;
}
nav ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
.rightDrop {
	float:right;
	padding-right:30px;
	color:#999;
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
	border-bottom-color: #777777;
	border-top-color: #777777;
	margin-top: 17px;
	margin-left: 5px;
}
.caretWhite {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000000;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	margin-top: 17px;
	margin-left: 5px;
}

.silverBox {width:100%;border-radius: none;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);border: 1px solid #CCCCCC;padding-bottom:10px;background-color: #FFFFFF;}
.silverBoxHeader {background: #cccccc;background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f2f2f2));background: -moz-linear-gradient(top, #cccccc, #f2f2f2);border-bottom:1px solid #CCCCCC;color:#333;text-align:center;display:block;margin-top:0 !important;padding:3px 0;}
.silverBoxContent {padding: 5px 15px;margin:0 auto;}
.silverBox_TABLE {width:100%;background-color: #FFFFFF;border-radius: none;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);border: 1px solid #CCCCCC;padding-bottom:0;}
.silverBoxHeader_TABLE {background: #cccccc;background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f2f2f2));background: -moz-linear-gradient(top, #cccccc, #f2f2f2);border-bottom:1px solid #CCCCCC;color:#333;text-align:center;display:block;margin-top:0 !important;margin-bottom:0 !important;padding:3px 0;}
.silverBoxContent_TABLE {padding:0;margin:0 auto;}

.colourBox {width:100%;border-radius: none;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);border: 1px solid;color:#FFF;padding-bottom:10px;}
.colourBoxHeader {color:#FFF !important;text-align:center;display:block;background-color:#666;margin-top:0 !important;padding:3px 0;}
.colourBoxContent {padding: 5px 15px;margin:0 auto;}
.colourBoxHeader_TABLE {background: #666;background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));background: -moz-linear-gradient(top, #666666, #333333);border-bottom:1px solid #666666;color:#FFF;text-align:center;display:block;margin-top:0;margin-bottom:0;padding:3px 0;}

/* -----------------------------------------------------------------------------------------------------------------  */
/* Alerts */

.alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #C09853;
}
.error {
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	color: #B94A48;
	border-radius: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.notice {
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	color:#666666;
	border-radius: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.success {
	background-color: #E9F2D2;
	border: 1px solid #C0DA66;
	color:#88B12B;
	border-radius: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.info {
	background-color: #DBE9F3;
	border: 1px solid #9FC2DD;
	color:#468BBF;
	border-radius: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert .error .close {
	line-height: 20px;
	position: relative;
	right: -21px;
	top: -2px;
}
button.close {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.close {
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin-top: -2px;
	line-height: 20px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}

btn.white:hover {
	background-image: linear-gradient(bottom, #b9b8b8 0%, #dddddd 100%);
	background-image: -o-linear-gradient(bottom, #b9b8b8 0%, #dddddd 100%);
	background-image: -moz-linear-gradient(bottom, #b9b8b8 0%, #dddddd 100%);
	background-image: -webkit-linear-gradient(bottom, #b9b8b8 0%, #dddddd 100%);
	background-image: -ms-linear-gradient(bottom, #b9b8b8 0%, #dddddd 100%);
}
btn.white {
	color: #ffffff;
	background: #8c8b8b;
	background:-webkit-linear-gradient(top, #bbbaba, #8c8b8b);
	background: -moz-linear-gradient(top, #bbbaba, #8c8b8b);
	background: -o-linear-gradient(top, #bbbaba, #8c8b8b);
	background: linear-gradient(top, #bbbaba, #8c8b8b);
	border: solid 1px #a6a6a6;
}
btn.orange:hover {
	background-image: linear-gradient(bottom, #e29c39 0%, #f1b14a 100%);
	background-image: -o-linear-gradient(bottom, #e29c39 0%, #f1b14a 100%);
	background-image: -moz-linear-gradient(bottom, #e29c39 0%, #f1b14a 100%);
	background-image: -webkit-linear-gradient(bottom, #e29c39 0%, #f1b14a 100%);
	background-image: -ms-linear-gradient(bottom, #e29c39 0%, #f1b14a 100%);
	background-color: #e29c39;
	border-color:#ebb459;
	color:#ffffff;
}
btn.orange {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background:-webkit-linear-gradient(top, #faa51a, #f47a20);
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -o-linear-gradient(top, #faa51a, #f47a20);
	background: linear-gradient(top, #faa51a, #f47a20);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4)
}
btn.blue:hover {
	background-image: linear-gradient(bottom, #2883b9 0%, #5ba8d5 100%);
	background-image: -o-linear-gradient(bottom, #2883b9 0%, #5ba8d5 100%);
	background-image: -moz-linear-gradient(bottom, #2883b9 0%, #5ba8d5 100%);
	background-image: -webkit-linear-gradient(bottom, #2883b9 0%, #5ba8d5 100%);
	background-image: -ms-linear-gradient(bottom, #2883b9 0%, #5ba8d5 100%);
	background-color: #5ba8d5;
	border-color: #9FC2DD;
	color: #FFFFFF;
}
btn.blue {
	color: #ffffff;
	border: solid 1px #0b5996;
	background: #438ac2;
	background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
	background: -moz-linear-gradient(top, #438ac2, #1063a4);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.green:hover {
	background-image: linear-gradient(bottom, #a7ce2f 0%, #c6e567 100%);
	background-image: -o-linear-gradient(bottom, #a7ce2f 0%, #c6e567 100%);
	background-image: -moz-linear-gradient(bottom, #a7ce2f 0%, #c6e567 100%);
	background-image: -webkit-linear-gradient(bottom, #a7ce2f 0%, #c6e567 100%);
	background-image: -ms-linear-gradient(bottom, #a7ce2f 0%, #c6e567 100%);
	background-color: #a7ce2f;
	border-color:#c0da66;
	color:#ffffff;
}
button.green {
	color: #ffffff;
	border: solid 1px #729200;
	background: #aecf39;
	background: -webkit-gradient(linear, left top, left bottom, from(#aecf39), to(#84a805));
	background: -moz-linear-gradient(top, #aecf39, #84a805);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.red:hover {
	background-image: linear-gradient(bottom, #f15c5c 0%, #fa8787 100%);
	background-image: -o-linear-gradient(bottom, #f15c5c 0%, #fa8787 100%);
	background-image: -moz-linear-gradient(bottom, #f15c5c 0%, #fa8787 100%);
	background-image: -webkit-linear-gradient(bottom, #f15c5c 0%, #fa8787 100%);
	background-image: -ms-linear-gradient(bottom, #f15c5c 0%, #fa8787 100%);
	background-color: #f15c5c;
	border-color:#e99f9f;
	color:#ffffff;
}
btn.red {
	color: #ffffff;
	border: solid 1px #920500;
	background: #c44844;
	background: -webkit-gradient(linear, left top, left bottom, from(#c44844), to(#a70c07));
	background: -moz-linear-gradient(top, #c44844, #a70c07);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.yellow:hover {
	background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
	background: #e8ce3f;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#fbf6e3));
	background: -moz-linear-gradient(top, #FFFFFF, #fbf6e3);
	background-color: #fbf6e3;
	border-color:#efd877;
	color:#c4a80a;
}
btn.yellow {
	color: #ffffff;
	border-color: #c5a900;
	background: #e8ce3f;
	background: -webkit-gradient(linear, left top, left bottom, from(#eedc7b), to(#dfbd00));
	background: -moz-linear-gradient(top, #eedc7b, #dfbd00);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.gray:hover {
	color: #666666;
	border: solid 1px #cccccc;
	background: #d5d5d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d7d7d7));
	background: -moz-linear-gradient(top, #efefef, #d7d7d7);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.gray {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#ababab));
	background: -moz-linear-gradient(top, #d5d5d5, #ababab);
	border: solid 1px #a6a6a6;
}
btn.black:hover {
	color: #ffffff;
	border: solid 1px #1c1c1c;
	background: #4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#1c1c1c));
	background: -moz-linear-gradient(top, #4b4b4b, #1c1c1c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#1c1c1c');
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 1px 0px rgba(180, 180, 180, 0.4);
}
btn.black {
	border-color:#000000;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#000000));
	background: -moz-linear-gradient(top, #1c1c1c, #000000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#4b4b4b');
}


.loginSection {
	padding: 10px 15px 3px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="checkbox"], .uneditable-input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: none;
	color: #555555;
	display: inline-block;
	zoom: 1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 *display: inline;
	font-size: 10px;
	font-weight:normal;
	
	height: 12px;
	line-height:16px;
	margin-right:5px;
	margin-bottom:9px;
	padding:3px 6px 5px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	
	vertical-align: middle;
}

select {
	border-radius: none;
	color: #555555;
	display: inline-block;
	font-size: 10px;
	height:19px;
	margin-bottom: 9px;
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	vertical-align: middle;
}

.languagechangedropdown
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 10px;
	font-weight:normal;
	margin-bottom:0px;
}
.branchchangedropdown
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 10px;
	font-weight:normal;
	margin-bottom:0px;
}





.radio, .checkbox {
	min-height: 20px;
}

.booksQ {
	width: 275px;
}

.booksQA {
	width: 275px;
	margin-bottom:13px;
}

textarea {
	display: inline-block;
	width: 300px;
	height: 135px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 10px;
	line-height: 18px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

input.input-login
{
	height:14px;
	line-height:14px;
	margin-bottom:0px;
	padding:0px;
}

input.input-search
{
	height:14px;
	line-height:14px;
	margin-bottom:0px;
	padding:0px;
}

.loginDropdown {
	padding: 10px 15px;
	width: 150px;
}
.form-inline {
	padding:0;
}
.input-small {
	height:15px !important;
	margin-bottom:0 !important;
}
.input-selector {
	margin-bottom:0 !important;
	width:167px;
}
.dropdownLogin {
	margin: 3px 0 0 -105px !important;
}

.compname{color:#fff;padding-right:4px;}


.socialFacebook {
	background: url(../images/glyphicons-facebook.png) no-repeat;
	width:14px;
	height:14px;
	padding: 0;
}
.socialTwitter {
	background: url(../images/glyphicons-twitter.png) no-repeat;
	width:14px;
	height:14px;
	padding: 0;
}
.socialHome {
	background: url(../images/glyphicons-home.png) no-repeat;
	width:14px;
	height:14px;
	padding: 0;
}


.footer {
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	margin-top: 10px;
	padding: 30px 0;
	text-align: center;
}

div.footercontainer{width:1024px;}

.tableHeader {
	background:#EBEBEB;
}

.tableTitles {color:#033364 !important;font-weight:bold;font-size:12px;line-height:14px;}

.tableName {
	background:#E3E4E6;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	border-bottom: thin solid #FFFFFF;
}
.tableProduct {
	background:none;
	font-weight:normal;
	font-size:13px;
	line-height:11px;
	text-align:left;
}
.tableDescription {
	font-size:13px;
	/*line-height:13px; - 201609*/ 
}
.tableColour {
	color:#900;
}
.tablePRICE {
	font-size:16px;
	font-weight:bold;
}
.tableQTY {
	width:18px;
	height:18px;
}
.tablePartInput {
	margin-bottom:0 !important;
	width:200px;
}
.tableButtonArea {
	text-align:center;
	padding:10px;
}
.tableImage {
	width:70px;
}
.tableImageCOMPRESSED {
	width:30px;
	border-right: 1px solid #CCCCCC;
}
.tableODD {
	background:#FFF;
}
.tableEVEN {
	background:#f1f1f1;
}
.tabletop a:hover {
	background-color:#666666;
	color:#FFF !important;
	font-weight:bold;
	padding:3px;
}
.tabletop a:active {
	background-color:#666666;
	color:#FFF !important;
	font-weight:bold;
	padding:3px;
}
.tabletop a {
	color:#333333;
}
p.tabletop {
	color:#666666;
}
a.tabletop {
	padding:3px;
}
p.tabletopBOLD {
	color:#666666;
	font-size: 10px;
	font-weight: bold;
	margin:0 !important;
}
.dropPicker {
	line-height:13px !important;
	margin-right:4px !important;
	color: #666 !important;
	width:188px !important;
}

.vdataNormal, vdataSelected {
	/*font-size: 10px;*/
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
	cursor:pointer;
}
.vdataSelected {
	font-weight:bold;
	background-color:#ffff3c;
}
.cdataNormal {
	/*font-size: 10px;*/
	color: #000000;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	padding:5px;
}
.cdataSelected {
	/*font-size: 10px;*/
	color:#2b2b2b;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	padding:5px;
	background-color:#434B4E;
}
.cgdataNormal {
	/*font-size:11px;*/
	color:#000000;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
}
.cgdataSelected {
	/*font-size:11px;*/
	color:#2b2b2b;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	background-color:#434B4E;
}
.cplRowMessage {
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px;
}
.partRowHeader {
	font-weight:bold;
	padding:10px;
	background-color:#434B4E;
	color:#FFFFFF;
}
.partRowGroupHeader {
	font-weight:bold;
	font-size:14px;
	padding:10px;
	background-color:#FFFFFF;
	color:#434B4E;
}
.pl_pgcs, .pl_ptypes {
	border-bottom:2px solid #2b2b2b;
	margin-bottom:5px;
}
.pl_pgcnm, .pl_ptypesnm {
	background:#aaaaaa;
	font-size:8pt;
	font-weight:bold;
	padding:5px;
}
.ppclr {
	color:#990000
}
 
.topnav {
	font-size: 0.8em;
	background-color: none;
	border: none;
	padding: 0.5em;
	margin-bottom: 10px;
}

.loginLABEL {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}
.vehicleLABEL {
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.resultTableTitle {
	padding-left:15px;
	font-weight:bold;
	line-height:23px;
}

.tooltip {
	width: 150px;
	color: #fff;
}
.tooltip .title {
	background: #0F6788;
	font: italic 17px Georgia, serif;
	padding: 5px;
}
.tooltip .content {
	background: dodgerblue;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
}
.pinktip {
	border: 5px solid #a1a1a1;
}
.pinktip .title {
	background: #ff1e53;
	color: #fff;
	font: italic 17px Georgia, serif;
	padding: 5px;
}
.pinktip .content {
	background: #fff;
	color: #555555;
	padding: 5px;
}
.darktip {
	width: 200px;
}
.darktip .title, .darktip .content {
	border: 5px solid #999999;
	padding: 5px;
}
.darktip .title {
	border-bottom: none;
	background: #606060;
	color: #fff;
	font: italic 17px Georgia, serif;
}
.darktip .content {
	border-top: none;
	background: #808080;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}
.justatip {
	width: 200px;
}
.justatip .title, .justatip .content {
	padding: 5px;
}
.justatip .title {
	background: #606060;
	color: #fff;
	font: italic 17px Georgia, serif;
}
.justatip .content {
	background: #808080;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

.catalogdataNormal, catalogdataSelected {
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
	cursor:pointer;
}
.catalogdataSelected {
	font-weight:bold;
}
.catalogbtn {
	background-color:#273B9A;
	color:#FFFFFF;
	font-weight:bold;
}
.cpartscell {
	border-bottom:#CCCCDF 1px solid;
	padding-bottom:15px;
}
.catRowMessage {
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px;
}
.vilookupbtn {
	background-color:#273B9A;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #000000;
}

.PopupTitle {
	font-family: Arial Black;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}
.PopupSubTitle {
	font-family: Century Gothic;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
}
.PageTitle {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 18px;
	color: #5C6574;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
.SectionTitle {
	font-family: Arial Narrow;
	font-size: 15px;
	color: #5C6574;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	line-height: 21px;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-style: normal;
	line-height: 21px;
}
.saErrors {
	width:90%;
	border:1px solid #141414;
	border-collapse:collapse;
	background-color:#EEF2E5;
	text-align:left;
	padding-left:10px;
}
.saError {
	color:#990000;
	width:95%;
	padding:5px;
	font-weight:bold;
	background-color:#EEF2E5;
	border-collapse:collapse;
	line-height:20px;
}
#pageMsg, #pageErrorMsg {
	list-style-type:none;
	background:#EEF2E5;
	padding:10px;
	font-size:100%;
	font-weight:bold;
	color:#000000;
	z-index:9999;
	width:90%;
	border:1px solid #000000;
	vertical-align:middle;
}
#pageMsgAlt, #pageErrorMsgAlt {
	list-style-type:none;
	background:#EEF2E5;
	padding:10px;
	font-size:100%;
	font-weight:bold;
	color:#000000;
	z-index:9999;
	border:1px solid #000000;
	vertical-align:middle;
}
.TableColHeader {
	font-size:11px;
	color: #666666;
	font-family:verdana;
	font-weight:bold;
	font-style:italic;
}
.TableColHeaderBig {
	font-size:13px;
	color: #666666;
	font-family:verdana;
	font-weight:bold;
	font-style:italic;
}
.cartSuggestedItem {
	background-color:#FFCCCC;
}
.cartAddedMessage {
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	border:1px solid #000000;
	padding:5px;
}
.partItemPrice {
	font-size:13pt;
	color:#424B4D;
	font-weight:bold;
}
.partAlternateText {
	background-color:#014E00;
	color:#FFFFFF;
	padding:5px;
}
.partReplacementText {
	background-color:#039300;
	color:#FFFFFF;
	padding:5px;
}
.partDiscontinuedText{
	background-color:#ff0000;
	color:#fff;
	padding:4px;
}
.partItemPNBrand
{
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
}