/* CORE */

html {
	}

body {
	background: #F5F5F5;
background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/*body {
	margin:20px 20px 20px 20px;
	color: #000000;
	padding:0px;
	}
p, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left
	}
*/
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        color: #ffffff;
	background-color: #696969;
	font-size: 0.95em;
        letter-spacing: 1pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	}

h1 {
	margin: 4px 4px 4px 4px;
	padding: 0;
	font-size: 1.45em;
	letter-spacing: 4pt;
	font-weight: bold;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1.25em;
	letter-spacing: 3pt;
	padding: 0px;
	font-weight: bold;
	color: #000000;
	}

h3 {
	text-align: center;
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;*/
	font-size: 0.95em;
	background-color: #660000;
	letter-spacing: 2pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 8px;
	color: #ffffff;
	}

h4 {
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;*/
	font-size: 0.95em;
	background-color: #660000;
	letter-spacing: 2pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 8px;
	color: #ffffff;
	}

h5 {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.85em;
	letter-spacing: 1pt;
	padding: 0px;
	font-weight: bold;
	}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 1.25em;
	letter-spacing: 3pt;
	padding: 0px;
	font-weight: bold;
	}

img {
	display: block;
	border:0;
	}

img.inline {
	display: inline;
	border:0;
	}

#top_nav {
	text-align: right;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 2pt;
	padding: 4px 4px 4px 4px;
	}

#breadcrumb {
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 2pt;
	padding: 4px 4px 4px 4px;
	}

#area_top {
	}

#area_middle_left {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 1pt;
	line-height: 1.5;
	}

#area_middle_right {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 8px 8px 8px 8px;
	}

#area_middle_right p {
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: 1.5;
	padding: 0px 8px 0px 8px;
	}

.category_button {
	text-align: left;
	}

.category_button_on {
	text-align: left;
	}

.sitesearch_btn {
	display:inline; display:inline-block;
	width:25px;
	margin:0.2em; padding:1px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border:1px solid grey;
	vertical-align:middle;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn {
	display:inline; display:inline-block;
	width:100px;
	margin:0.2em; padding:5px 10px;
	font-size:14px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	background:#cdf;
	color:#333;
	border:1px solid #696969;
	vertical-align:middle;
        horizontal-align:right;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.addtocart_btn[class] {
	width:auto;
	min-width:50px;
	}
.addtocart_btn strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
.addtocart_btn:hover { background:black; color:white; text-decoration: none;}
.addtocart_btn:hover strong { background:#ccc; color:black;  }

.btnstyle1 { border-radius:6px; background:#696969; color:white }

.btnstyle2 { background:#06c; color:white }

#product_panel .buy_button {
	padding: 8px 8px 8px 8px;
	text-align: right;
	}

#product_panel .price, .units {
	padding: 0px 8px 0px 8px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
	}

#prev_next {
	text-align: right;
	padding: 0px 8px 0px 8px;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1pt;
	}


#product_panel {
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#product_thumbnail {
	padding: 8px 8px 8px 8px;
	border-right: 1px dotted #000000;
	}
	
	
.strike {
          text-decoration: line-through 
	}




.productprice {
         	font-size: 1em;
		font-weight: bolder;
		color: black;
		background: transparent;

              }

.prodshipweight {
         	  font-size: 0.75em;
		  font-weight: bolder;
		  color: black;
		  background: transparent;

		}

/*.normaltext {
 font-size:14px;
 font-weight: normal;
 text-align:left;
 color: black;
 background: transparent;
 margin:30px 30px 20px 30px;
 font-family:tahoma,arial,helvetica,sans serif;
}*/

.normaltext { margin:5px;}

.formtext {
         	font-size: 0.85em;
		font-weight: bold;
		color: black;
                text-align:left;
	     }
textarea.formtext {font-size:13px;}
.smalltext {
                font-size: 0.75em;
		font-weight: bolder;
		color: black;
		background: transparent;


	}  
.xsmalltext {
                font-size: 0.75em;
		font-weight: bolder;
		color: black;
		background: transparent;

	}

#checkoutPanel {
	padding: 16px 16px 16px 16px;
	}

#checkoutPanel td{
	padding: 5px 5px 5px 5px;
	}

#checkoutPanelBar{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
        background-color: #e7e7e7;
        color: #797878;
	font-size: 0.95em;
	font-weight: bold;
	}

#checkoutPanelBar2{
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #000088;
	border-bottom: 5px solid #000088;
	border-left: 5px solid #000088;
	border-right: 5px solid #000088;
        background-color: #e7e7e7;
        color: #797878;
	font-weight: bold;
	}

#checkoutPanelWarning {
	color: #660000;
	background-color: #eeeeee;
	}

#checkout_panel table{
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#cartHelpText{
	font-size: 0.75em;
	}

#footer_text {
	text-align: center;
	padding: 8px 8px 8px 8px;
	font-size: 75%;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: 1.5;
	}

a:link {
	color: #2e2e8c;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	background: transparent;A.gateway_links:link,A.gateway_links:visited {
        color: #cccccc;
        font-size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
}
	}



A.menu_links:link,A.menu_links:visited {
        color: #660000;
        font-size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: underline;
}

A.mainarea_links:link,A.mainarea_links:visited {
        color: #78gt85;
        font-size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        text-decoration: none;
}

a:hover {
	color: #2e2e8c;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	}

A.gateway_links:hover {
        color: #cccccc;
        font-size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.siteborder {
 border:0px solid black;
 background:#FFFFFF;
}
a.logotext:link,a.logotext:visited,a.logotext:active,a.logotext:hover {

 color: #E7BB3E;
 font-size: 1.2em;
 letter-spacing: .25em;
 text-decoration:none;
 font-weight:bold;
}
.logotext {
 color: #FFFFFF;
 font-family: verdana, tahoma, sans serif;
 font-size:0.90em;
}
span.logotext {
 margin-right:20px;
}
.title {
 font-weight:bold;
 font-size:120%;
 text-align:center;
 margin: 20px 20px 20px 20px;
 color: #444;
}
.sectiontitle {
 font-weight:bold;
 font-family:verdana, tahoma, sans serif;
 color: #797878;
 margin-left:10px;
 text-align:left;
 vertical-align:middle;
}
.headbig {
 font-size:1.35em;
 color:#E7BB3E;
}
.headsmall {
 font-size:1.2em;
 color:#FFFFFF;








































}
.headlist {
 font-size:1.em;
 font-weight:bold;
 color:#FFFFFF;
 margin-left:4px;
}
.headlistt {
 margin-left:20px;
}
.headarrow {
 font-size:8px;
 color:#E7BB3E;
 font-weight:bold;
 font-family:tahoma;
}
.headlinelarge {
 font-size:1.8em;
 color:#3F69BE;
}
hr.event {
 height:1px;
 color:#000000;
 width:70%;
 text-align:center;
}
.pagetitle {
 text-align:right;
 margin-right:20px;
 font-size:1.8em;
 color:#E7BB3E;
}
a.headlink:link,a.headlink:active,a.headlink:visited,a.headlink:hover {
 font-size:1.1em;
 color:#E7BB3E;
 text-decoration:none;
 font-weight:bold;
}
a.nav:link,a.nav:active,a.nav:visited,a.nav:hover {
 color:#3F69BE;
 font-weight:normal;
 text-decoration:none;
}
a.nav:hover {
 text-decoration:underline;
}
.nav_off {
 color:#000000;
 font-weight:normal;
 text-decoration:none;
}

.one { background-color: #E7E7E7; }
.oneb { border-top: 1px solid black; }
.two { background-color: #FFFFFF; }
.ans { text-align: center; font-weight: normal; }
div.faqbody { font-size: 12px; }
ul { font-size: 14px; font-family: Tahoma, Arial, Helvetica, sans-serif; }
li { font-size: 14px; font-family: Tahoma, Arial, Helvetica, sans-serif; }

.nl_title {
 font-size: 28px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-style: italic;
}

.nl_header {
 font-size: 16px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-style: italic;
}

.nl_number {
 font-size: 18px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-style: italic;
}

.nl_detail {
 padding-left: 40px;
 padding-right: 10px;
 font-size: 16px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.nl_body {
 padding-left: 10px;
 padding-right: 10px;
}

.normaltext2 {
 font-size: 12px;
 font-weight: normal;
 color: black;
 font-family: arial, sans-serif;
}

a.nav2:link,a.nav2:visited {
 color:#3F69BE;
 font-weight:normal;
 text-decoration:none;
 font-size:12px;
 font-family: arial, sans-serif;
}

a.nav2:active,a.nav2:hover {
 color:#3F69BE;
 font-weight:normal;
 text-decoration:underline;
 font-size:12px;
 font-family: arial, sans-serif;
}

.title2 {
 font-weight:bold;
 font-size:16px;
 font-family: arial, sans-serif;
 color: #E7BF39;
}

#gateway a { color: #99F; font-size: 10px; }
                                                                                
#parentcat { line-height: 2; }
#catimg { vertical-align: top; }
#siteprod { color: black; font-weight: normal; }
#subcat { font-weight: normal; }


#logoTable td {
  vertical-align: middle;
  text-align: center;
}

/* VANISHING HELP DIVS ADDED BY MALCOLM 043008 */

div.help {
 	margin-left: 8%;
        margin-top: 5px;
        padding: 10px;
	background-color: white;
        border: 0px solid #00009C;
        width: 500px;
        float: left;
}

div.help p {
 	font-size: 90%;
	 margin: 0px 0px 0px 0px;
}

div#helpForm {
 	display: none;
 	margin: 2px 20px 0px 20px;
 	font-family: Arial, sans-serif;
 	font-size: .8em;
}

a.helpLink {
 	font-family: Arial, sans-serif;
	 font-size: .9em;
}
/* CSS dropdown menu from http://www.htmldog.com/articles/suckerfish/dropdowns/ MB::072108 */

.header {
border-top:1px solid #E6E6E6;
border-bottom:1px solid #E6E6E6;
background: url('/images/top-nav-bg.png') 0 0 repeat-x;
background-repeat: repeat-x;
padding: 0px 0px 0px 0px;
height: 32px;
}
#nav {float:right;}
#nav, #nav ul {
padding: 0px 0px 0px 0px;
margin: 0;
list-style: none;
font-family: Arial,Helvetica,Tahoma,sans-serif;
text-decoration: none;
font-weight: 600;
letter-spacing: 2.5pt
}
#nav a {
display: block;
font-family: Arial,Helvetica,Tahoma,sans-serif;
text-decoration: none;
color: #555;
font-weight: 600;
padding: 7px 18px 0px 8px;
}
#nav a:hover {
font-weight: 600;
//background-image: url('/images/nhs_menu_bg_hover.jpg');
color: #333;
}
#nav li {
float: left;
font-weight: 600;
text-align: justify;
}
#nav li ul {
position: absolute;
width: 10.7em;
left: -999em;
}
#nav li li a {
//background-color: #fff;
color: #333;
padding-left: 5px;
//background-color: #C6D3F5;
background-color: #ebf1fd;
width: 10.7em;
}
#nav li li a:hover {

font-weight: 600;

background-color: #3C67B6;
//border: 5px solid #3561AC;
//border-width: 1px 0px 1px 0px;
background-image: none;
padding-left: 5px;
}
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
text-align: left;
background-color: #fff;
}
#nav li li {
background-color: #fff;
position: left;
}
#online_training_form {
background-color: #ffffff;
text-align: left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: #FEFEFE;
}
#online_training_form .formtext{
font-weight: normal;
padding: 0px;     
font-family: Tahoma, Arial, Helvetica, sans-serif; 
}
#online_training_form .formaltext{
text-align: left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.lists {
list-style-image: url('http://newhaven.commercev3.com/images/s_list.gif');
}
/* This is the container for the Flash Videos on the tutorials page */
#media_box 
{
background-color: #FFFFFF;
font: .8em/1.3em verdana,arial,helvetica,sans-serif;
text-align: center;
}
#media
{
margin-top: 40px;
}
#noUpdate
{
margin: 0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size: x-small;
color: #cccccc;
text-align: left;
width: 210px; 
height: 200px;	
padding: 40px;
}
/*This is for the Flash video link on the video-tutorials page */
.videos {
width: 300px;
border: thin dashed #e3e3e3;
background-color: #F1F5FA;
position: relative;
float: left;
margin: 20px;
}
.videos ul {
list-style-image: url('images/play.gif');
list-style-position: inside;
color: #000000;
text-decoration: none;
font-family:tahoma,arial,helvetica,sans serif;
font-weight:bold;
text-align:left;
font-size:0.75em;
padding: 0px 0px 10px 8px;
margin: 0px;
}
.videos A {
color: #000000;
text-decoration: none;
font-family:tahoma,arial,helvetica,sans serif;
}
.videos A:link {
}
.videos A:visited {
}
.videos A:active {
}
.videos A:hover {
font-weight:bold;
color: #000000;
text-decoration: underline;
}
.videos li {
vertical-align: baseline;
padding: 0px 0px 0px 0px;
}
.videos h1 {
color: #000000;
text-decoration: none;
font-family:tahoma,arial,helvetica,sans serif;
font-size: 1.45em;
text-align: left;
padding: 5px 0px 8px 8px;
}

td.coldata {
text-align: center;
}
/*Coming Soon Page*/

#coming_soon h1 {
 font-size: 1.85em;
 letter-spacing:1pt;
 color:#3F69BE;
 border-bottom: 1px solid #D7D7D7;
 padding-bottom:3px;
}
#coming_soon dt {
 font-size:16px;
 font-weight:bold;
 margin:10px 0 5px 0;
 padding-bottom: 4px;
 border-bottom:1px solid #D7D7D7;
 color:#3F69BE;
}
#coming_soon dd {
 font-size: 14px;
 margin:10px 20px;
}
#coming_soon li {
 margin:6px 0 5px 0px;
 list-style-type: circle;
}
#coming_soon li strong {
 color:#555555;
}
#product_main_table {border-spacing:.1em; margin:5px; padding:5px;}
#product_main_table td {padding:8px;}
.bordered {border:1px solid #D7D7D7;}
.prod_description {padding:5px;}

#prodchild2_table {-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;padding:5px;}
#prodchild2_table {border-collapse:collapse; border:1px solid #E6E6E6;}
#prodchild2_table th {background-color:#F5F5F5; border-bottom:2px solid #696969; color:#6A5ACD; text-align:left;}
#prodchild2_table td {border-bottom:2px solid #D7D7D7; vertical-align:top;}
#prodchild2_table.normaltext,#prodchild2_table .normaltext, #prodchild2_table li {color:#333; font-size:12px;}

#partyOn-right {float:right; margin:8px; padding:5px; width:600px;}
#partyOn, #partyOn p, #partyOn li {color:#333; font-family:Copse, tahoma, arial;}
#partyOn .prod_description {padding:0;}
.fine_print {color:#696969; font-size:.80em;}

#viewcart {margin:0 auto; padding:10px; width:780px;}
#viewcart_table {margin:0 auto; width:780px;}

/********** Updates to match 'new' site design Malcolm 11-08-2011 ***********/

#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#wrapper {
	background: #fff;
	padding: 4px;
	position:relative;
        border:1px solid #EEE;
        box-shadow: 0 0 20px 5px #D6D6D6;
        -moz-box-shadow: 0 0 20px 5px #D6D6D6;
        -webkit-box-shadow: 0 0 20px 5px #D6D6D6;
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px;
         border-radius: 4px;
}
#nhs-status-page {padding:5px;}
#nhs-status-page h1 {border-bottom:2px solid #E6E6E6; padding:10px 0 2px 0; margin:5px 0;}
#ecms-status {margin:8px 0;}
#ecms-status table {border:1px solid #D7D7D7; width:100%;}
#ecms-status table td {border-bottom:1px solid #eee; border-right:1px solid #eee; padding: 8px;}
#ecmd-status table td:last-child {border-bottom: 0px;}
#ecms-msg {background:#F5F5F5; border:2px solid #D7D7D7;  margin:8px 0; padding:6px;}
#nhs-status-page a {font-weight:normal;}
#nhs-status-page a:link,#nhs-status-page a:visited,#nhs-status-page a:hover,#nhs-status-page a:active {font-weight:normal;}
