/* begin nzcpa styles ------------------------------------------- */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
div, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
	vertical-align: baseline;
	background: transparent;
   }
table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}   
html, body  {
	line-height: 1.4;
	background: #bdbf9b url('body-bg.jpg') repeat-x 0 0;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 11px;
	border: 0;
	}
	
/* Line break ------------------------------------------------- */
table.lineBreak {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}
.linebreak td, .lineBreak th, .lineBreak {
	height: 0px;
	padding: 0;
	margin: 0;
	}		
	
/* Table styles --------------------------------------------------*/
table.ppTable {
	border: 1px #dbdbdb solid;
	}
table.ppTable td {
	border-bottom: 1px #dbdbdb solid;
	text-align: right;
	padding: 2px 10px;
	}
table.ppTable th {
	font-weight: bold;
	border-bottom: 1px #dbdbdb solid;
	text-align: right;
	padding: 2px 10px;
	}
	
table.fragTable {
	border: 2px #bdbf9b solid;
	}
table.fragTable th {
	background: #bdbf9b;
	font-weight: bold;
	color: #000;
	border-bottom: 1px #bdbf9b solid;
	padding: 2px 10px 3px;
	}	
table.fragTable td {
	border-bottom: 1px #bdbf9b solid;
	padding: 2px 10px;
	}
table.fragTable .boldCol {
	font-weight: bold;
	}
	
/* Logos ---------------------------------------------------------*/	
.nzcpa #contentContainer #imageContainer,
.nzcpa #contentContainer #sponsorsContainer {

	}
.nzcpa #contentContainer #imageContainer img,
.nzcpa #contentContainer #sponsorsContainer img {
	display: none;
	position: absolute;
	}
.nzcpa #contentContainer .imageCont {
	height: 175px;
	margin: auto auto auto 30px;
	padding-top: 5px;
	}
	
/* Header --------------------------------------------------------*/
.nzcpa #header {
	width: 978px;
	height: 143px;
	display: block;
	text-align: center;
	margin: 0 auto 6px;
	padding: 0;
	}
.nzcpa #hdrLeft {
	width: 187px;
	height: 103px;
	margin: 22px 0 0;
	display: inline;
	float: left;
	}
.nzcpa #hdrRight {
	display: inline;
	width: 791px;
	height: 143px;
	margin: 0 0 0 0;
	float: right;
	}
.nzcpa #hdrRight .caption {
	overflow: hidden;
	display: block;
	float: left;
	width: 740px;
	height: 108px;
	text-align: left;
	margin:0 0 0 23px;
	padding: 0;
	}
.nzcpa #hdrRight .caption p {
	display: inline-block;
	width: 740px;
	height: 30px;
	margin: 0;
	padding: 60px 0 0;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	}	
		
/* Tabs ---------------------------------------------------------*/
.nzcpa #tabs {
	position: relative;
	right: 30px;
	top: 0px;
	display: block;
	float: right;
	font-size: 12px;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	letter-spacing: -1px;
	}
.nzcpa #tabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	}
.nzcpa #tabs ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
.nzcpa #tabs ul li a {
	display: inline-block;
	float: left;
	color: #222;
	text-decoration: none;
	padding: 10px 0 0;
	margin: 0 0 0 3px;
	height: 25px;
	width: 182px;
	background: transparent url('tab.png') 0 0 no-repeat;
	}
.nzcpa #tabs ul li a:hover,
.nzcpa #tabs ul li a.current {
	color: #fff;
	background: transparent url('tab.png') no-repeat 0 -35px;
	}

/* Tab Colours -------------------------------------------------*/
.nzcpa #tabColrs {
	width: 740px;
	height: 6px;
	float: right;
	margin: 1px 27px 0 0;
	display: inline;
	}
.nzcpa #tabColrs div {
	width: 180px;
	height: 5px;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 0;
	border-left: 1px solid #e0e3d2;
	border-right: 1px solid #e0e3d2;
	}
.nzcpa #tabColrs div img {
	width: 181px;
	height: 6px;
	}	
.nzcpa #tabColrs div.tabOne {
	display: inline-block;
	background: #ac071e;
	}
.nzcpa #tabColrs div.tabTwo {
	display: inline-block;
	background: #0e939f;
	}
.nzcpa #tabColrs div.tabThree {
	display: inline-block;
	background: #007100;
	}
.nzcpa #tabColrs div.tabFour {
	display: inline-block;
	background: #4073c3;
	}
		
/* Search --------------------------------------------------*/	
.nzcpa #search {
	height: 24px;
	margin: 10px 0 6px;
	padding: 0;
	float: right;
	width: 181px;
	display: inline-block;
	}
.nzcpa #search .searchEditWrapper {
	float: left;
	width: 148px;
	}	
.nzcpa #search .searchEdit {
	float: left;
	width: 148px;
	height: 18px;
	font-size: 10px;
	color: #ffffff;
	border: none;	
	padding: 6px 0 0 0;
	background: #797979 url('search-tile.png') repeat-x;
	}
.nzcpa #search .searchButton,
.nzcpa #search .searchButton img {
	float: right;
	}		
.nzcpa #search .searchButton input {
	padding: 0 !important; /* overide form maker */
	}	

/* Main content ------------------------------------------------*/
.nzcpa #wrapper {
	width: 100%;
	background: #fff;
	display: inline-block;
	padding: 0 0 20px;
	margin: 0;
	}
.nzcpa #container {
	width: 965px;
	text-align: center;
	margin: 16px auto 20px;
	}
.nzcpa #positioner {
	float: left;
	text-align: left;
	width: 942px;
	margin: 0;
	}
.nzcpa #mainContent {
	margin: 0 0 0 206px;
	padding: 0;
	text-align: left;
	}

/* Sidebar left --------------------------------------------------*/
.nzcpa #sidebarLeft {
	float: left;
	display: inline;
	width: 181px;
	margin: 0;
	padding: 0 0 16px;
	text-align: left;
	}
.nzcpa #sidebarLeft ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	}
.nzcpa #sidebarLeft ul li {
	height: 26px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	display: inline;
	}
.nzcpa #sidebarLeft ul li a,
.nzcpa #sidebarLeft ul li a:visited {
	display: block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	padding: 3px 0 6px 10px;
	margin-bottom: 2px;
	text-decoration: none;
	}
.nzcpa #sidebarLeft ul li a:active,
.nzcpa #sidebarLeft ul li a:hover {
	color: #ffffff;
	}

/* Sidebar Right ---------------------------------------------*/
.nzcpa #sidebarRight {
	float: right;
	display: inline;
	width: 181px;
	margin: 0 0 9px 0;
	padding: 0;
	}

/* Sidebars ---------------------------------------------------*/
.nzcpa #panel {
	background: transparent url('Siteimages/panel-tile.png') 0 0 repeat-y;
	margin: 0 0 5px 0;
	padding: 0;
	}
.nzcpa #panelWrapper {
	margin: 0;
	padding: 0;
	background: transparent url('panel-top-default.png') 0 0 no-repeat;
	}
.nzcpa #sidebarTop {
	width: 181px;
	height: 26px;
	}
.nzcpa #sidebarTop h4 {
	display: block;
	text-align: left;
	font: 16px "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 11px;
	padding: 5px 0 0 0;
	}
.nzcpa #contentContainer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 177px;
	min-height: 50px;
	border-left: 2px solid #bdbf9b;
	border-right: 2px solid #bdbf9b;
	background: transparent url('panel-shade.png') 0 0 no-repeat;
	overflow: hidden;
	}
.nzcpa #contentContainer div {
	text-align: left;
	padding: 7px 11px 6px;
	min-height: 50px;
	overflow: hidden;
	}
.nzcpa #sidebarBottom {
	display: block;
	height: 8px;
	width: 181px;
	margin: 0;
	padding: 0;
	background: transparent url('panel-btm-default.png') 0 0 no-repeat;
	}
	
/* Sidebar panels text formatting - - - - - - - - */
.nzcpa #contentContainer p {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-size: 11px;	
	}
.nzcpa #contentContainer ul {
	margin: 7px 26px;
	padding: 0;
	}
.nzcpa #contentContainer img {
	display: block;
	margin: 5px auto -2px;
	text-align: center;
	}	
.nzcpa #contentContainer li {
	margin: 0;
	}
.nzcpa #contentContainer li a,
.nzcpa #contentContainer a:link,
.nzcpa #contentContainer a:visited {
	margin: 0;
	padding: 0;
	color: #8c0018;
	}
.nzcpa #contentContainer a:active,
.nzcpa #contentContainer a:hover {
	color: #000000;
	}

/* Panel scroll --------------------------------------------*/
.nzcpa #contentContainer .scroll {
	display: block;
	margin: 0 -6px 0 0;
	padding: 0;
	text-align: left;
	overflow-y: auto;
	}
.nzcpa #contentContainer .scroll div {
	display: block;
	margin: 3px 0;
	padding: 0;
	}
.nzcpa #contentContainer .scroll a {
	text-decoration: none;
	text-align: left;
	}	
.nzcpa #contentContainer .scroll p {

	}	
.nzcpa #contentContainer .scroll img {
	float: right;
	margin: 0;
	padding: 0 0 5px 5px;
	}
	
/* Blank Panel ---------------------------------------------*/
.nzcpa .blank #panel {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
.nzcpa .blank #panelWrapper {
	margin: 0;
	padding: 0;
	background: none;
	}
.nzcpa .blank #sidebarTop {
	display: none;
	}
.nzcpa .blank #sidebarTop h4 {
	display: none;
	}
.nzcpa .blank #contentContainer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 181px;
	border: none;
	background: none;
	overflow: hidden;
	}
.nzcpa .blank #contentContainer div {
	text-align: left;
	padding: 0 0 3px;
	min-height: 50px;
	overflow: hidden;
	}
.nzcpa .blank #sidebarBottom {
	display: none;
	}
.nzcpa .blank .sidebarImage {
	margin: 0 auto;
	padding: 0;
	text-align: center !important;
	min-height: 50px;
	border: none;
	background: none;
	}
	
/* Sidebar panels text formatting - - - - - - - - */
.nzcpa .blank #contentContainer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	}
.nzcpa .blank #contentContainer ul {
	margin: 7px 8px;
	padding: 0;
	}
.nzcpa .blank #contentContainer img {
	margin: 5px auto -5px;
	padding: 0;
	text-align: center;
	}	
.nzcpa .blank #contentContainer li {
	margin: 0;
	text-align: left;	
	}
.nzcpa .blank #contentContainer li a,
.nzcpa .blank #contentContainer a:link,
.nzcpa .blank #contentContainer a:visited {
	margin: 0;
	padding: 0;
	color: #8c0018;
	}
.nzcpa .blank #contentContainer a:active,
.nzcpa .blank #contentContainer a:hover {
	color: #000000;
	}
	
/* footer --------------------------------------------------*/	
.nzcpa #ftrwrapper {
	position: absolute;
	left: 0;	
	background: #bdbf9b; 
	height: 50px;
	width: 100%;
	text-align: center;
	}
.nzcpa #footer {
	width: 969px;
	margin: 0 auto;
	text-align: left;
	color: #222222;
	}
.nzcpa #footerLogos {
	text-align: left;
	margin: 0;
	}
.nzcpa #footerLogos img {
	float: left;
	margin: 8px 8px 0 0;
	border: none;
	}
.nzcpa #footerRight {
	height: 20px;
	width: 640px;
	float: right;
	display: block;
	text-align: center;	
	margin: 0 auto;
	padding: 10px 19px 0 0;
	}
.nzcpa #footer p {
	float: left;
	width: 380px;
	text-align: center;
	color: #333333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 0 0;
	margin: 0 auto;
	}
.nzcpa #footer p a:link,
.nzcpa #footer p a:visited {
	color: #333333;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	}
.nzcpa #footer p a:active,
.nzcpa #footer p a:hover {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
	}
.nzcpa #footer span {
	display: inline-block;
	padding: 0 1px;
	margin: 0;
	}
.nzcpa .firstweb img {
	width: 181px;
	float: right;
	}
	
/* Generic ------------------------------------------------------*/
br {
	line-height: 14px;
	}
.linktext {}	
.linktext a:link,
.linktext a:visited {
	display: inline-block;
	height: 17px;
	background: url('link-tile.png') 0 0 repeat-x;
	border-left: 1px solid #dde0cd;
	border-right: 1px solid #dde0cd;
	border-bottom: 1px solid #c9caaa;
	text-decoration: none !important;
	padding: 2px 10px 0;
	margin: 0;
	}
.linktext a:active,
.linktext a:hover {
	color: #fff;
	background: #222222;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}		
.maplink {
	height: 19px;
	display: block;
	padding: 0 0 0 23px;
	margin: 10px 0 0 0;
	color: #ffffff;
	text-decoration: underline;
	cursor:pointer;
	width: 174px;
	text-align: left;
	background: url('view_map.gif') 1px 3px no-repeat;
	}

/* Breadcrumbs ------------------------------------------------*/
.text_breadcrumbs	{
	font-size: 10px;
	color: #555555;
	line-height:normal;
	padding: 2px 0 0 0;
	}	
a.link_breadcrumbs:visited	{	
	color : #8c0018;
	text-decoration : underline;
	}
a.link_breadcrumbs:link  {
	color : #7c7841;
	text-decoration : underline;
	}
a.link_breadcrumbs:active  {
	color : #7c7841;
	text-decoration : underline;
	}
a.link_breadcrumbs:hover  {
	color : #000000;
	text-decoration : underline;
	}
	
/* Lists --------------------------------------------------------*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 20px;
	}	
ul li {
	background: url('icon-dot.gif') no-repeat 0 4px;
	margin: 0;
	padding: 0 0 0 16px;
	}
ul li li {
	background: none;
	margin-left: 15px;
	padding: 0 0 0 3px;
	list-style-type: disc;
	}
.LIST-tick ul {
	list-style: none;
	}
.LIST-tick li {
	background: url('icon-checklist.gif') no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 18px;
	}
.LIST-tick li li {
	background: none;
	margin-left: 15px;
	padding: 0 0 0 3px;
	list-style-type: disc;
	}
.LIST-stars ul {
	list-style: none;
	}
.LIST-stars li {
	background: url('icon-star.gif') no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 18px;
	}
.LIST-stars li li {
	background: none;
	margin-left: 15px;
	padding: 0 0 0 3px;
	list-style-type: disc;
	}
.LIST-arrow ul {
	list-style: none;
	}
.LIST-arrow li {
	background: url('icon-arrow.gif') no-repeat 3px 4px;
	margin-left: 15px;
	padding: 0 0 0 18px;
	}
.LIST-arrow li li {
	background: none;
	margin-left: 15px;
	padding: 0 0 0 3px;
	list-style-type: disc;
	}
	
/* Floats -------------------------------------------------------*/
.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat {
	clear: both;
   height: 0;
   font-size: 1px;
   line-height: 0px;
	}
.image_float_right	{
	float: right;
	margin: 4px 0px 0 16px;
	padding-bottom: 10px;
	}
.image_float_left	{
	float: left;
	margin: 4px 16px 0 0px;
	padding-bottom: 10px;
	}
	
table.imagetoptext {
	margin: 0;
	padding: 10px 0;
	}
table.imagetoptext img {
	margin: 0 0 -14px 0;
	padding: 0;
	}	
p.caption {
	clear: both;
	margin: -15px 0 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	}
p.sectionCaption {
	margin: -15px 0 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	}		
.lightboxPreview	{
	margin: 5px 10px;
	padding: 4px;
	background: #000000;
	border: 1px solid #666666;
	}
#lightboxIcon {
	position: relative;
	display: block;
	right: 2px;
	bottom: 26px;
	*bottom: 29px;
	margin-bottom: -20px;
	}
a:link,
a:visited {
	color: #8c0018;
	text-decoration: underline;
	}
a:hover,
a:active {
	color: #000000;
	text-decoration: underline;
	}
img.borderImage {
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
	}
.subheading	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 1px;
	color: #074b73;
	}

/* headings (Default) --------------------------------------------------------------------- */
.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #7c7841;
	}
b, strong {
	color: #222222;
	}
h1	{
	font-size: 19px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;		
	padding: 2px 0 10px;
	color: #222222;
	line-height: 1.2em;
	display: inline-block;
	}
h1.subheading	{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 2px 0 1px;
	color: #222222;
	display: inline-block;
	}
h2	{
	font-size: 17px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #222222;
	display: inline-block;
	}
h2.clearall	{
	font-size: 17px;
	font-weight: 900;
	margin: 0px;
	padding: 2px 0px 14px 0px;
	color: #222222;
	clear: both;
	display: inline-block;
	}
h3	{
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0 0 4px;
	color: #7c7841;
	display: inline-block;
	}
h3.product	{
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	color: #7c7841;
	display: inline-block;
	}
h3.product a {
	text-decoration: none;
	display: inline-block;
	}
h3.product_price	{
	font-size: 17px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: 900;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline-block;
	}
h3.subheading	{
	font-size: 17px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #7c7841;
	display: inline-block;
	}	
h4	{
	font-size: 14px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0px 6px 0px;
	color: #7c7841;
	line-height: 1em;
	display: inline-block;
	}
h5	{
	font-size: 13px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0;
	color: #7c7841;
	display: inline-block;
	}		
	
/* Theme Tab 1 ------------------------------------------------------------------------ */
.tabOne #contentContainer div.scroll b {
	color: #ac071e;
	}
.tabOne #panelWrapper {
	background: transparent url('panel-top-1.png') 0 0 no-repeat;
	}
.tabOne .solid_line_blue	{
	background-color: #ac071e;
	}
.tabOne h1	{
	color: #ac071e;
	}
.tabOne h1.subheading	{
	color: #ac071e;
	}
.tabOne h2	{
	color: #ac071e;
	}
.tabOne h2.clearall	{
	color: #ac071e;
	}
.tabOne h3	{
	color: #ac071e;
	}
.tabOne h3.product	{
	color: #ac071e;
	}
.tabOne h3.product a {
	color: #ac071e;
	}
.tabOne h3.product_price	{
	color: #ac071e;
	}
.tabOne h5	{
	color: #ac071e;
	}

/* Theme Tab 2 ------------------------------------------------------------------------ */
.ntabTwo #contentContainer div.scroll b {
	color: #0e939f;
	}		
.tabTwo #panelWrapper {
	background: transparent url('panel-top-2.png') 0 0 no-repeat;
	}
.tabTwo .solid_line_blue	{
	background-color: #0e939f;
	}
.tabTwo h1	{
	color: #0e939f;
	}
.tabTwo h1.subheading	{
	color: #0e939f;
	}
.tabTwo h2	{
	color: #0e939f;
	}
.tabTwo h2.clearall	{
	color: #0e939f;
	}
.tabTwo h3	{
	color: #0e939f;
	}
.tabTwo h3.product	{
	color: #0e939f;
	}
.tabTwo h3.product a {
	color: #0e939f;
	}
.tabTwo h3.product_price	{
	color: #0e939f;
	}
.tabTwo h5	{
	color: #0e939f;
	}

/* Theme Tab 3 ------------------------------------------------------------------------ */
.tabThree #contentContainer div.scroll b {
	color: #007100;
	}		
.tabThree #panelWrapper {
	background: transparent url('panel-top-3.png') 0 0 no-repeat;
	}
.tabThree .solid_line_blue	{
	background-color: #007100;
	}
.tabThree h1	{
	color: #007100;
	}
.tabThree h1.subheading	{
	color: #007100;
	}
.tabThree h2	{
	color: #007100;
	}
.tabThree h2.clearall	{
	color: #007100;
	}
.tabThree h3	{
	color: #007100;
	}
.tabThree h3.product	{
	color: #007100;
	}
.tabThree h3.product a {
	color: #007100;
	}
.tabThree h3.product_price	{
	color: #007100;
	}
.tabThree h5	{
	color: #007100;
	}

/* Theme Tab 4 ------------------------------------------------------------------------ */
.tabFour #contentContainer div.scroll b {
	color: #4073c3;
	}		
.tabFour #panelWrapper {
	background: transparent url('panel-top-4.png') 0 0 no-repeat;
	}
.tabFour .solid_line_blue	{
	background-color: #4073c3;
	}
.tabFour h1	{
	color: #4073c3;
	}
.tabFour h1.subheading	{
	color: #4073c3;
	}
.tabFour h2	{
	color: #4073c3;
	}
.tabFour h2.clearall	{
	color: #4073c3;
	}
.tabFour h3	{
	color: #4073c3;
	}
.tabFour h3.product	{
	color: #4073c3;
	}
.tabFour h3.product a {
	color: #4073c3;
	}
.tabFour h3.product_price	{
	color: #4073c3;
	}
.tabFour h5	{
	color: #4073c3;
	}
		
/* Dotted lines ------------------------------------------------------*/	
.dottedline	{
	clear: both;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	background: #dbdbdb url('dotted-line.png') 0 0 repeat-x;
	}
div.secdottedline	{
	/*clear: both;*/
	height: 1px;
	width: 100%;
	margin: 5px 0 15px;	
	border-bottom: 1px solid #dbdbdb;
	}		

/* Section links -------------------------------------------------*/
.seclinkLayout {
	margin: 0 0 8px;
	}
.secImage {
	margin: 0 8px 0 0;
	float: left;
	}	
h5.secLink	{
	font-size: 13px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 2px 0px;
	color: #7c7841;
	}	
	
/* Generic ------------------------------------------------------*/
.maplink {
	height: 19px;
	display: block;
	padding: 0 0 0 23px;
	margin: 10px 0 0 0;
	color: #8c0018;
	text-decoration: underline;
	cursor:pointer; 
	width: 174px;
	text-align: left;
	background: url('view_map.gif') 1px 3px no-repeat;
	}
.linktext hover {
	color: #000000;
	text-decoration: underline;
	}

/* Floats -------------------------------------------------------*/
.fltrt {
	float: right;
	margin-left: 8px;
	}
.fltlft {
	float: left;
	margin-right: 8px;
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
/* Tooltips -----------------------------------------------------*/
.tip-top {
	width: 139px;
	z-index: 13000;
	}		 
.tip-title {
	width: 123px;
	font-size: 13px;
	margin: 0;
	color: #fff;
	padding: 6px 8px 4px;
	background: url('bubble.png') top left;
	}
.tip-text {
	width: 123px;
	font-size: 10px;
	padding: 0px 8px 6px;
	background: url('bubble.png') bottom right;
	color: #999364;
	}
.tip-text a {
	color: #069;
	}
.tip-loading {
	background: url('loading.gif') center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	}	

/* Terms -----------------------------------------------------------------*/	
#termsStyle b {
	font-size: 13px;
	}
#termsStyle .actxxsmall {
	font-size: 11px;
	}
.dottedlineTerms	{
	height: 1px;
	margin: 15px 0 0;
	padding: 0;
	background: url('dotted-line.png') 0 0 repeat-x;
	}
	
/* END nzcpa styles -----------------------------------------------*/	

/* begin general styles for all themes -----------------------------------*/

p, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
}

form {
	margin: 0px;
}

/* Generic text formatting used throughout the store ---------------------------- */

.actCHECKOUTEM {
	background-color: #222222;
}

.actCHECKOUTBG {
	background-color: #eeeeee;
}

.actlarger {
	font-size: 14px;
	color: #555555;
}

.actsmaller{
	font-size: 10px;
	color: #555555;
}

.actxxsmall {
	font-size: 10px;
	color: #555555;
}

.actxsmall {
	font-size: 11px;
	color: #555555;
}

.actsmall {
	font-size: 11px;
	color: #555555;
}

.actregular {
	font-size: 14px;
	color: #555555;
}

.actlarge{
	font-size: 17px;
	color: #555555;
}

.actxlarge {
	font-size: 19px;
	color: #555555;
}

.actxxlarge {
	font-size: 19px;
	color: #555555;
}

.actwarningcolor {
	color: #cc0000;
}
	
.actrequiredcolor {
	color: #cc0000;
}

.actsearchhighlightcolor {
	color: #ffff00;
}

.actrequired {
	color: #cc0000;
}

.actwarning {
	font-size: 11px;
	color: #cc0000;
}

.actwelcome {
	font-size: 11px;
	color: #555555;
}

.actlogotext {
	font-size: 11px;
	color: #D9090E;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.actlogout {
	font-size: 11px;
	color: #8c0018;
}

/* Boxes and borders ------------------------------------------- */

.thinborder1 {
	border: 1px solid #222222;
}

.thinborder2 {
	border: 1px solid #7c7841;
}

.thinred {
	border: solid 1px #222222;
	border-top: 0px;
}

.thinred2 {
	border: solid 1px #7c7841;
	border-top: 0px;
} 

.boxheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

a.boxlink:link{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:visited{
	color: #ffffff;
	text-decoration:none;
}

a.boxlink:hover{
	color: #ffffff;
	text-decoration:underline;
}

a.boxlink:active{
	color: #ffffff;
	text-decoration:none;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #888888; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}

.boxbody {
	background: url('theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.boxbody ol {
	margin: 0;
	padding: 0;
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.boxbody ol li {
	margin-bottom: 0.2em;
}

/* Shopping cart and checkout fields ------------------------------------------- */

table.checkout td {
	background-color: #eeeeee;
}

table.checkout th {
	background-color: #222222;
}

.cart {
	background-color: #000;
}

.cartheading {
	background: #d1d1d1 url('cartheading.png') 0 -1px repeat-x;
	color: #888888;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
}

/* Checkout Progress Indicator  ------------------------------------------------ */

p.checkout-progress-heading {
	width: 300px;
	margin: 10px auto;
}

#checkout-progress-indicator {
	width: 300px;
	height: 19px;
	background-image: url('cpi-background.gif');
	margin: 0 auto 20px auto;
}

.checkout-progress-0 {
	width: 75px;
	height: 19px;
	background-color: #222222;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-1 {
	width: 150px;
	height: 19px;
	background-color: #222222;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-2 {
	width: 225px;
	height: 19px;
	background-color: #222222;
	background-image: url('cpi-main.gif');
	float: left;
}

.checkout-progress-3 {
	width: 300px;
	height: 19px;
	background-color: #222222;
	background-image: url('cpi-main.gif');
	float: left;
}

#checkout-progress-indicator .cpi-end {
	width: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	height: 19px;
	background-image: url('cpi-end.gif');
	background-position: right;
	background-repeat: no-repeat;
	float: left;
}

/* Formatting for the site map -------------------------------------------- */

#actinic-sitemap {
	margin-left: 5px;
}

#actinic-sitemap ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Used by 'CSS Product Layout' ------------------------------------------- */

.content_left {
	text-align: left;
	float: left;
	margin-right: 20px;
}

.content_right {
	text-align: left;
	float: left;
}

/* Used by 'Standard Layout Using CSS' and related CSS-based product layouts */

.product_list	{
	margin: 20px 0px;
	}	
	
.product_list > p	{
	padding: 12px 0 0 0;
	}	
	
.text_heading_left_column	{
	margin: 0px;
	padding: 19px 0px 4px 0px;
	line-height:normal;
	color: #222222;
	font-weight: 900;
	font-size: 14px;
	}

/* Default formatting of all text boxes used in store pages ---------------- */

.form_input_general	{
	line-height: normal;
	font-size : 11px;
	word-spacing: normal;
	}

/* Styles for 'Quick Search Bar With Larger Button' ------------------------ */

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #555555;
	vertical-align: top;
	}

.form_main_search_box_td	{
	background-color: #7c7841
	}

.form_button_quick_search	{
	line-height: 13px;
	height: 18px;
	width: 85px;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 12px;
	font-size : 11px;
	background-color: #7c7841;
	border: 1px solid #222222;
	color: #888888;
	background-image: url('theme_icon_search.gif');
	word-spacing: normal;
	}


/* Styles for the 'Mini' marketing layouts ---------------------------------- */

.product_image_cost	{
	margin: 0px 12px 8px 0px;
	text-align: center;
	float: left;
	}
	
.text_product_small_info	{
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}

.text_product_small_info_heading	{
	margin: 0px;
	padding: 10px 0px 12px 0px;
	line-height:normal;
	color: #7c7841;
	font-weight: 900;
	font-size: 11px;
	}
	
.text_product_small_info_price	{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	line-height:normal;
	font-weight: 900;
	font-size: 11px;
	}

.best_selling_items	{
	padding: 10px;
	background-color: #888888;
	}
	
.best_selling_items_spacing	{
	padding: 0px 0px 8px 8px;
	}

/* Styles for product image and fragment image placement in some layouts -------------------------- */
.image_product	{
	margin: 22px 18px 8px 0px;
	text-align: center;
	float: left;
	}
	
.image_product_2	{
	margin: 0px 20px 0 0;
	text-align: center;
	float: left;
	clear: right;
	}
	
/* Links to sections and pages in sidebar menus on some themes -------------------------------------*/

ul.products	{
	line-height: normal;
	padding: 0px 0px 0px 1px;
	margin: 3px 0px 4px 15px;
	font-size: 11px;
	color: #cc0000;
	}

a.product_section:visited  {
	color : #8c0018;
	text-decoration : none;
	}
	
a.product_section:link  {
	color : #8c0018;
	text-decoration : none;
	}
	
a.product_section:active  {
	color : #8c0018;
	text-decoration : none;
	}
	
a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

/* lines -------------------------------------------------------------------------------- */

.dotted_line_blue	{
	height: 1px;
	background-color: #7c7841;
	background-image:url('theme_dotted_line.gif');

	}
	
.solid_line_light_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #7c7841;

	}
	
.dotted_outline_blue	{
	border: 1px dotted #7c7841;
	padding: 8px;
	}		

/* Styles for 'Compact Parent Section List' ------------------------ */

.text_breadcrumbs	{
	font-size: 10px;
	color: #999364;
	margin: 0 0 10px;
	line-height:normal;
	padding: 0;
	}	

a.link_breadcrumbs:visited	{	
	color : #222222;
	text-decoration : none;
	}

a.link_breadcrumbs:link  {
	color : #222222;
	text-decoration : none;
	}
	
a.link_breadcrumbs:active  {
	color : #222222;
	text-decoration : none;
	}
	
a.link_breadcrumbs:hover  {
	color : #000000;
	text-decoration : none;
	}
	

/* Page footer  --------------------------------------------------------*/

.text_footer	{
	color: #7c7841;
	font-size: 10px;
	padding:0px;
	margin:4px 0px 0px 0px;
	}

.text_menu_no_space	{
	word-spacing: normal;
	}

a.link_footer:visited  {
	color : #999364;
	text-decoration : underline;
	}
	
a.link_footer:link  {
	color : #999364;
	text-decoration : underline;
	}
	
a.link_footer:active  {
	color : #999364;
	text-decoration : underline;
	}
	
a.link_footer:hover  {
	color : #999364;
	text-decoration : underline;
	}


/* Heading for attributes  --------------------------------------------------------*/

.text_options	{
	font-weight: normal;
	color: #ffffff;
	}


/* Formatting for 'Add To Cart Button With Cart Icon' ----------------------------------------------*/

.form_button_add_to_cart	{
	line-height: 13px;
	height: 20px;
	width: 76px;
	margin: 0px 1px 0px 0px;
	padding: 1px 0px 1px 14px;
	font-size : 11px;
	background-color: #7c7841;
	border: 1px solid #222222;
	color: #888888;
	background-image: url('theme_icon_add_to_cart.gif');
	word-spacing: normal;
	}	


/* Styles for CSS Buttons ----------------------------------------------*/

.text_menu	{
	padding: 2px 0px 2px 0px;
	font-size : 11px;
	margin: 0px;
	color : #888888;
	}
	

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #888888;
	text-decoration : none;
	background-color: #7c7841; 
	border: 1px solid #999364;
	}
	
a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #888888;
	text-decoration : none;
	background-color: #7c7841;
	border: 1px solid #999364;
	}
	
a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #888888;
	text-decoration : none;
	background-color: #7c7841;
	border: 1px solid #999364;
	}
	
a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;	
	color : #888888;
	text-decoration : none;
	background-color: #222222;
	border: 1px solid #999364;
	}

/* Styles for 'Top Level Section List In Boxes' and 'Brochure Nav Bar In Boxes' --------------------*/

.tech_main_menu	{
	background-color: #222222
   }
		
.tech_menu_bottom	{
	height: 4px;
	background-color: #222222;
	}
		
.tech_menu_button_border	{
	width: 121px; 
	border-right: 1px #888888 solid;
	border-top: 1px #888888 solid;
   }
	
div.tech_menu_button {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #222222 solid;
   }
		
div.tech_menu_button_product {
	width: 119px; 
	top: 0px;
	left: 0px; 
	border: 1px #222222 solid;
   }
		
.tech_menu_button_title	{
	width: 122px;
	border-top: 1px #888888 solid;
	background-color: #222222;
   }

.tech_text_product_section	{
	padding: 3px 3px 3px 5px;
	margin: 0px;
	color : #888888;
	font-size : 11px;
	font-weight: 900;
   }

div.tech_menu_button a  {
	width: 113px; 
	color: #888888;
	text-decoration:none;
	display:block;
	padding:3px;
	text-align:left;
	background-color: #7c7841;
	font-size: 11px;
   }
	
div.tech_menu_button a:visited {
	color: #888888; 
	text-decoration:none;
	background-color: #7c7841;
   }
	
div.tech_menu_button a:active {
	color: #888888; 
	text-decoration:none;
	background-color: #999364;
   }
	
div.tech_menu_button a:link {
	color: #888888; 
	text-decoration:none;
	background-color: #7c7841;
	}

div.tech_menu_button a:hover {
	color: #888888;
	text-decoration:none;
	background-color: #999364;
   }

div.tech_menu_button_product a   {
	width: 104px; 
	color: #888888;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 12px;
	text-align:left;
	background-color: #7c7841;
	font-size: 11px;
   }
	
div.tech_menu_button_product a:visited {
	color: #888888; 
	text-decoration:none;
	background-color: #222222;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:active {
	color: #888888; 
	text-decoration:none;
	background-color: #222222;
	background-image:url('theme_arrow.gif');
   }
	
div.tech_menu_button_product a:link {
	color: #888888; 
	text-decoration:none;
	background-color: #222222;
	background-image:url('theme_arrow.gif');
   }

div.tech_menu_button_product a:hover {
	color: #888888; 
	text-decoration:none;
	background-color: #999364;
	background-image:url('theme_arrow.gif');
   }

/* Start of styles new to v9 */

/* Styles for 'Best Seller List in Boxes' and 'New Products List in Boxes' used on the brochure home page */

.heading_marketing_box	{
	border: 2px solid #222222;
	width: 229px;
	margin: 0px 20px 14px 0px;
	}
		
.heading_marketing_box p.text_product_small_info_heading	{
	background-color: #222222;
	border-bottom: 2px solid #222222;
	color: #888888;
	font-weight: 900;
	font-size: 11px;
	background-image: url('theme_marketing_header.gif');
	margin: 0px;
	padding: 4px 0px 0px 8px;
	height: 20px;
	}
	
.heading_marketing_box	p{
	padding: 8px;
	}

.heading_marketing_box .product_image_cost	{
	padding: 8px;
	}


/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #888888;
	}

.rounded-footer {
	background-image: url('expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #888888;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	width: 140px;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #222222;
	}

.indented-link a:hover {
	background-color: #999364;
	}

/* Style for the 'Graduated Background' for Top Level Section lists and Brochure Page lists */

.graduated-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #999364;
	border-bottom: 0;
	border-right: 0;
	background-image: url('prime_link_background.gif');
	background-repeat: no-repeat;
	}

/* Style for the 'Shaded Background' for Top Level Section lists and Brochure Page lists */

.hotshot-link a {
	display: block;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #888888;
	}

.hotshot-link a:hover {
	background-image: url('hotshot-link-highlight.gif');
	background-repeat: no-repeat;
	}

.hotshot-box-main {
	background-image: url('hotshot-box-main.gif');
	background-position: bottom;
	width: 170px;
	}

.hotshot-box-content {
	background-image: url('hotshot-box-top.gif');
	background-repeat: no-repeat;
	padding: 10px;	
	}

/* Styles for 'Quick Search Bar With Curved Box' layout */

.formbox1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('theme-rounded-searchfield-left.gif');
	height: 19px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
	}

.formbox2 {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 19px;
	background-image: url('theme-rounded-searchfield-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	}

.inputfield {
	padding: 0px;
	margin: 1px 0;
	border: 0px;
	height: 16px;
	font-size: 12px;
	}

/* Drop down menus used for top level section lists and brochure page lists in the 'Corporation' and 'Premier' theme */

#corporate_top_menu, #corporate_top_menu ul { /* main menu lists */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	font-size: 11px;	
	}

#corporate_top_menu a {
	display: block;
	color: #888888;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #7c7841;
	border-right: 1px solid #000000;		
	}

#corporate_top_menu li a:hover {
	display: block;
	color: #888888;
	padding: 3px 6px 3px 13px;
	margin: 0;
	font-size: 11px;	
	text-decoration: none;
	background-image: none;
	background-color: #222222;
	background-image: url('theme_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

#corporate_top_menu li { /* all list items */
	float: left;
	padding: 0px;
	margin: 0;
	list-style-image: none;
	line-height: 18px;
	}

#corporate_top_menu li ul { /* second-level lists */
	font-size: 100%;
	width: 150px; 
	display: block;
	position: absolute;
	margin: 0px 0px 0px -2px;
	border-top: 1px solid #000000;
	list-style-image: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#corporate_top_menu li ul li { /* second-level lists */
	width: 150px; 
	display: block;
	background-image: none;
	background-color: #7c7841;
	border-bottom: 1px solid #000000;
	}

#corporate_top_menu li ul li a { /* second-level lists */
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}

#corporate_top_menu li ul li a:hover { /* second-level lists */
	display: block;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 6px 4px 6px;
	background-image:none;
	background-color: #222222;
	}

#corporate_top_menu li ul ul { /* third-and-above-level lists */
	margin: -24px 0px 0px 149px;
	}

#corporate_top_menu li:hover ul ul, #corporate_top_menu li.sfhover ul ul {
	left: -999em;
	}

#corporate_top_menu li:hover ul, #corporate_top_menu li li:hover ul, #corporate_top_menu li.sfhover ul, #corporate_top_menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.corporate_pages_menu ul { /* brochure list */
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1;
	font-size: 11px;	
	list-style-image: none;
	}

.corporate_pages_menu ul li {
	display: block;
	background-image:none;
	background-color: #7c7841;
	border-bottom: 1px solid #000000;
	}

.corporate_pages_menu li a {
	color: #888888;
	background-image:none;
	padding: 3px 6px 4px 6px;
	line-height: 150%;
	display: block;
	}

.corporate_pages_menu li a.product_section {
	color: #888888
	}
	
.corporate_pages_menu li a:hover {
	color: #888888;
	display: block;
	padding: 3px 6px 4px 6px;
	background-image: none;
	background-color: #222222;
	}
