/* overall site width is set in panel_config_settings_wholepage.asp */
* {
    -moz-box-sizing: border-box;
/*!NT added global settings to remove margin and padding and set default font */
    margin: 0;
    padding: 0;

}

body{
	font-size:12px;
	/*text-align:center;*/
	margin:0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* global styles */
a { color:#6B8611; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }
/*h4 used primarily in the help page */
h4 {
  font-size: 1.2em;
  color: #303030;
  margin-bottom: 18px;
  margin-top: 12px;
}


/* there was no global VPASP setting so by default ul's were being forced to a padding of 0 by the * selector */
ul, ol {
  padding-left: 22px;
}
/* created for catalogue download page */
ol li a {
  font-weight: bold;
  margin-bottom: 18px;
}

ol li {
  margin-bottom: 12px;
}


#helpindex h4 {
  margin-bottom: 0px;
  margin-top: 12px;
}


/* Container which encloses the whole site to allow easy width change */
/*080724 updated for BYZ Panel Splitter*/
#container,#wrap {
width:100%; /* change value to adjust width */
}


/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#secondaryContent #welcomeBox p.header {
  display: block;
  background-color: #86a524;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  padding: 6px 0px 6px 0px;
}

#welcomeBox {
  background-image: url(../images/branding/welcomeBoxBkg.jpg);
  background-repeat: repeat-x;
  background-color: #a1a59c;
}

#welcomeBox a {
  color: #FFF;
  line-height: 130%;
  font-weight: bold;
}


/* Encloses all content area under header */
#wrap {
	padding:5px;
	border:1px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {
	/*background:white;
	border:1px solid #EEEEEE; */
    background-color: #7e9f14;
	  width:100%;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
    color: #FFF;
    padding: 6px 0px 6px 6px;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px;
}

#nav a {
  color: #FFF;
}


#searchBar {
    background-color: #7e9f14;
    width:100%;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
    padding: 4px 0px 4px 6px;
    margin: 0px 0px 6px 0px;
    min-height: 22px;
    vertical-align: middle;
    clear: both;
}


#searchBarCategoryDropdown {
  padding: 0px;
  float: left;
}

#searchBarSearchBox {
  float: right;
  margin-right: 12px;
  /*padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #6600CC;
  position: relative;*/
}

#secondaryContent {
  width: 150px;
  margin-left: 4px;
  font-size: 95%;
  padding: 0px 0px 3px 0px;
}

#secondaryContent a {
  font-weight: bold;
}


#secondaryContent p.header {
    display: block;
    /*background-color: #339900;*/
    color: #FFFFFF;
    background-color: #7e9f14;
    width:100%;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
    padding: 6px 3px 6px 3px;
    margin: 0px 0px 6px 0px;
    font-weight: bold;
    text-align: center;
}

#secondaryContent p {
  padding: 0px 4px 0px 4px;
}

/*staticcontent is used for pages where there is too much content for the cms.
currently this is only the help page */

#staticcontent h4 a {
margin-bottom: 18px !important;
margin-top: 18px !important;
color: #303030;
}

#staticcontent li strong a {
  color: #303030;
  font-weight: bold;
}

#staticcontent a {
  font-weight: bold;
}

#staticcontent i {
  color: #002D8A;
}

#helpindex li a {
  font-weight: normal;
}


table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;

	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;

	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;

	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

#Trolley {
  background-color: #FFF;
}

#Trolley td {
  padding-top: 1px !important;
  padding-right: 4px !important;
  padding-left: 4px;
}

#Trolley input {
  /*padding: top: 2px !important;*/
    padding-top: 2px !important;
}


#trolleyBox {
  padding: 0px; /* 4px 8px 0px;*/
  margin: 8px 0px 6px 0px;
  width: 308px;
  height: 65px;
  float: right;
  background-image: url(../images/branding/_trolleybackground.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#trolleyContent {
  padding: 6px 6px 3px 6px;
}


#trolleyBox p {
  /*padding-left: 6px;*/
}
#trolleyBox a {
  /*padding-right: 6px;*/
}

.trolleyHeader {
  /*display: block;*/
  padding: 0px 0px 9px 0px;
  border-bottom: dotted 1px #C0C0C0;
  margin-bottom: 3px;
  /*margin-left: 6px;*/
  background-image: url(../images/branding/trolleyGraphic.jpg);
  background-repeat: no-repeat;
  background-position: right;
  font-weight: bold;
  text-align: left;
}



/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all {
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #eee;
	margin-bottom:5px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#505050;
}
/*!NT banner styles */
#banner {
  height: 101px;
  font-size: 10px;
  width: 990px; /* prevents IE from pushing the trolley too far to the right */
}

/*bannerLogo is for main Bulk Hardware logo top left of banner */
#bannerLogo {
  float: left;
  }

/*bannerLogos is for the brand logos */
/*#bannerLogos {
  float: left;
  width: 990px;
  height: 72px;
  padding: 0;
  margin: 0;
}
*/
#bannerRight {
  float: right;
  width: 400px;
  color: #676767;
  text-align: right;
  position: relative;
}

#bannerRight a {
  font-weight: bold;
}

#bannerRightFooter {
  bottom: 6px;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }


#catHeader {
  border-top: 1px dotted #BBBBBB;
  padding-top: 10px;
  margin-bottom: 18px;
}

.raiseText {
  margin-right: 3px;
}


.rangePhoto {
  background-color: #FFF;
  padding-left: 12px;
  float: right;
}

#catHeader h2 {
  display: block;
  border-bottom: 1px dotted #BBBBBB;
  padding-top: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 80%;
  color: #373737;

}

#catHeader a {
  font-weight: bold;
}


.catHeaderRangeName a {
  font-size: 12px;
  font-weight: bold;
  color: #373737;

}

/* !NT 081023 */
.catListName {
font-size: 1.1em;
font-weight: bold;
color: #48443b;
margin-bottom: 12px;
}

.catListLine {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9FB692;
  width: 1px;
  /*size: 1px;*/
  width: 100%;
}


.tdlefttop {
  vertical-align: top;
  text-align: left;
}


/* Main content area */
/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
  margin-top: 10px;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	/*border:1px solid #D7D7D7;*/
	/*padding:10px;*/
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/*!NT homeleft and homeright */

#homeleft {
  float: left;
  width: 458px;
}

#homepage {
  text-align: left;
}

.aboutleft {
  float: left;
  text-align: left;
  margin-right: 12px;
  clear: both;
  margin-bottom: 24px;
}

.aboutright {
  float: right;
  text-align: right;
  margin-left: 12px;
  margin-bottom: 24px;
  clear: both;
}


.homepromo1 {
  border: solid #b5b5b5 1px;
  padding: 6px;
  margin-bottom: 18px;
  clear: both;
}

.homepromo1 h1 {
  border-bottom: solid #b5b5b5 1px;
  padding-bottom: 5px;
  width: 100%;
}
.homepromo1 img {
  float: left;
  padding: 0px 6px 6px 0px;
}

.homepromo2 {
  background-image: url(../images/branding/promo2Bkg.gif);
  background-repeat: repeat-x;
  background-color: #a0af61;
  padding: 6px;
  margin-bottom: 18px;
  clear: both;
}

.homepromo2 h1 {
  border-bottom: solid #fff 1px;
  color: #fff;
  padding-bottom: 5px;
  width: 100%;
  margin-bottom: 6px;
}

.homepromo2 img {
  float: right;
  padding: 0px 0px 6px 6px;
  margin-bottom: 12px;
}

.homepromo2 a {
  color: #3D5425;
}

.homepromo_xmas {
  border: solid #b5b5b5 1px;
  padding: 6px;
  margin-bottom: 18px;
  clear: both;
  /*background-image: url(../images/snowflakes.jpg);
  background-repeat: repeat-x;*/
  background-color: #F3F3F3;
}

.homepromo_xmas h1 {
  border-bottom: solid #b5b5b5 1px;
  padding-bottom: 5px;
  width: 100%;
  background-image: url(../images/snowflake.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: #990000 !important;
}
.homepromo_xmas img {
  float: right;
  padding: 0px 0px 6px 6px;
}

#homeright {
  float: right;
  width: 350px;
  margin: 0px 12px 0px 12px;
}

#homeright p {
  line-height: normal;
  padding-bottom: 6px;
}


/* content area styles */
#content {
	/*padding:0px 10px 10px 10px;*/ /*'!NT 081029 was causing left hand text to be indented on Firefox only*/
	text-align:left;
}

#fastOrderInstructions ul {
  list-style: disc;
  padding-left: 18px;
}

#fastOrderInstructions p {
  margin-top: 12px;
}


/* Footer */
/*080724 updated for BYZ Panel Splitter*/
#footer {
background:#fff;
text-align:center;
color:#7e9f14;
font-size:80%;
clear:both;
margin-top: 15px;
padding-top: 9px;
border-top: solid 1px #5E750F;
}

/* Alphabet listing */
#footer .alphabet {
background:#D7D7D7;
font-size:90%;
font-family:Arial, Helvetica, sans-serif;
}


#footer a {
	color:#5E750F;
	font-weight:bold;
	text-decoration:none;
  padding-top: 6px;
}

#footer p {
  margin-top: 12px;
}

#footer strong {
	color:#5E750F;
}


#footer a:hover {
	text-decoration:underline;
}


#form3 .submitbtn {
  height: 22px;
  margin-right: 12px;
}



/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 3px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
	/*font-size: normal;*/
	font-style: normal;
	font-weight: normal;
  /*height: 18px;*/
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  }

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: small;
   font-weight: bold;
   border:1px solid #aaaaaa;
   padding: 0px;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #7e9f14;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
    padding: 4px 0px 4px 6px;
    margin: 0px 0px 6px 0px;
	color : #FFF;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
    /*text-align: right;*/
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* !NT */
.Left {
  float: left;
  text-align: left;
}
.Right {
  float: right;
  text-align: right;
}


/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}

.disclaimer {
  color: #727272;
  margin-top: -6px;
  padding-top: 0px;
  margin-bottom: 16px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.dottedBorder {
	border: 1px dotted #cccccc;
	background-color: #F9F9F9;
	padding: 5px
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* forcelist style is workaround for bullets not appearing */
.forcelist {
  background-color: #E2E2E2;
  margin-right: 3px;
}


.forcelist ul li {
  /*padding-left: 12px;*/
  list-style: disc !important;
  line-height: normal;
}

.forcelist ul {
  margin-top: 18px;
  padding-top: 6px;
}

.forcelist li {
  margin-bottom: 3px;
  margin-top: 3px;
}

.advisoryshippingalert {
  background-color: #c8d493;
  text-align: right;
  padding: 4px 4px 4px 27px;
  margin-right: 6px;
  background-image: url(../images/branding/flag_advisory.gif);
  background-position: left;
  background-repeat: no-repeat;
  display: inline; /* inline so flags appears to left of text, not left of div */
  margin-bottom:22px;
  clear: both;
}

.secondaryshippingalert {
  background-color: #FFF;
  text-align: right;
  padding: 4px 4px 4px 4px; /* with flag its 4px 4px 4px 27px; */
  margin-right: 6px;
  /*background-image: url(../images/branding/flag_advisory.gif);
  background-position: left;
  background-repeat: no-repeat; */
  /*display: inline; *//* inline so flags appears to left of text, not left of div */
  margin-bottom:22px;
  clear: both;
}

.importantshippingalert {
  background-color: #D59393;
  text-align: right;
  padding: 4px 4px 4px 27px;
  margin-right: 6px;
  margin-top: 12px;
  clear: both;
  background-image: url(../images/branding/flag_warning.gif);
  background-position: left;
  background-repeat: no-repeat;
  display: inline; /* /* inline so flags appears to left of text, not left of div */
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:100%;
	margin-bottom:10px;
}

/* div.breadcrumb a {
	color:#1981B7;
	text-decoration:none;
}
/*
div.breadcrumb a:hover {
	color:#175D7F;
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#7e9f14;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

.secondaryContentBox {
  margin-top: 22px;
  /*background-color: #E5E5E5;*/
  /*border: solid 1px #EEEEEE;*/
  }


/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table {
	border-collapse:collapse;
	width:85%;
}

.std_table th {
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/*!NT */
.barText {
  font-weight: bold;
  color: #fff;
  padding-right: 12px;
}


.block {
  display: block;
}

/* RANGE LOGOS within the header */

ul.brandlogos {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  /*text-align: centre; */
  background-color: #fff;
  /*line-height: 16px;*/
  list-style: none;
}
ul.brandlogos li, ul.brandlogos a, ul.brandlogos img {
  display: inline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.brandlogoEol {
  padding: 0;
  margin: 0;
}

#productDetail {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: dotted 1px #C0C0C0;
  margin-bottom: 12px;
  margin-top: 6px;
  padding-top: 6px;
}

#productDetail p {
  margin-bottom: 12px;
}

#productDetail a {
  font-weight: bold;
}

#productDetail h1 {
  border-bottom: dotted 1px #C0C0C0;
  width: 100%;
  padding-bottom: 12px;
}


#productDetail img {
  margin-right: 20px;
  margin-bottom: 12px;
  border: none;
}

#productDetail input {
  display: inline;
  margin-right: 12px;
}

#productDetail .vm {
  vertical-align: baseline !important;
}


#productDetail label {
  font-weight: bold;
  margin-right: 12px;
}

.productDetailDescription {
  width: 400px;
  float: right;
  margin-right: 100px;
}


#rangelogos {
  height: 100%;
}

#rangelogos img {
  margin: 0 -2px 0 0;
  padding: 0;
}

#optionalRangeLogos {
  /*text-align: center;*/
  margin-left: 0px;
  margin-right: 0px;
  clear: both;
  border: 0;
  padding-bottom: 2px;
}

#optionalRangeLogos img {
  margin: 0 2px auto 0;
  /*margin: 0 auto;*/
}

/* Range Logs End */

/* !NT 081016 Product Listing page - column header */
.productListingHeader table {
    border: none;
    background-color: #7e9f14;
    width:100%;
    background-image: url(../images/branding/navBkg.gif);
    background-repeat: repeat-x;
    padding: 4px 0px 4px 6px;
    margin: 10px 0px 6px 0px;
    min-height: 22px;
    vertical-align: top;
    clear: both;
    color: #FFF;
}

.producListingHeader tr, td {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}

.productListingHeader a {
    color: #FFF;
}


/* !NT 081016 styles for the Product Listing page */
/* main class for each product 'row' - it's a class because it's used multiple times */
.productlisting {
  padding-bottom: 3px;
  margin-top: 2px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #b2b2b2;
}

/* table and cells */
.productlisting table {
  width: 100%;
  border: none;
  padding: 0;
}

.productlisting table td {
  text-align: left;
  vertical-align: top;
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.productlisting a {
  color: #202020;
}

/* right hand selection/quantity box */
.selectbox {
  vertical-align: middle;
  text-align: center !important;
  background-color: #dfe5e2;
  padding-top: 6px;
}

.selectbox p, input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

.selectbox .lowerText {
  position: relative;
  top:1px;
}

/* faffy formatting of the 'select item' row within the right hand selection/quantity box
necessary to align the tick image and input box etc */

.selectitem {
  margin-top: 3px;
  color: #48483b;
  font-size: 12px;
}

.selectitem img {
  position: relative;
  top: 2px;
  margin-right: 1px;
}

.selectitem input {
  position: relative;
  top: 1px;
  margin-left: 1px;
}
/* Product Listing formatting styles end */

.alert {
  font-weight: bold;
  color: #7e0002 !important;
  font-size: 105%;
  background-image: url(../images/branding/flag_warning.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px;
}

.alerttext {
  font-weight: bold;
  color: #7e0002 !important;
}

.alsoboughtheading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #7e9f14;
  margin-bottom: 3px;
}

.alsoboughtlisting td {
  line-height: 12px;
  padding: 0;
  margin: 0;
}


.advisory {
  font-weight: bold;
  color: #7e9f14;
  font-size: 105%;
  background-image: url(../images/branding/flag_advisory.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px;
}

.shippingalert {
  float: right;
  margin-bottom: 16px;
  text-align: right;
}


/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#rangeLogos IMG.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.smlpad { padding:15px !important; }

.pricesmall {}
.price {}

div.imagesacross {
    width: 100%;
/*    text-align: center;  */
  clear: both;
}
div.displaystands {
    text-align: center;
    width: 24%;
/*    padding: 5px; */
    float: left;
}
div.displaystands p {
  padding-top: 6px;
  margin: 12px;
}
div.displaystands img {
  padding-top: 18px;
  border: 1px solid #FFFFFF;
}
