header, section, footer, aside, nav, main, article, figure {
display: block;
} 
body{
font-family: Arial, Verdana, Geneva,  Sans Serif;/*"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 'Helvetica Neue',Helvetica,Arial,sans-serif; /*Arial, Verdana, Geneva,  Sans Serif; 'Helvetica Neue',Helvetica,Arial,sans-serif   */
font-weight: normal;
margin:0;
padding:0;
background: #ffffff;
color: #333333;
font-size: 62.5%;
line-height: 1.67em
}
h1{
font-size:1.6em;
line-height: 1.2em;
color:#333333;
font-weight: normal;
padding: 3px 0 10px 0;
margin: 0;
text-align:center;
}
h1 span {
font-size: 80%;
}
.side-menu-heading {
vertical-align: baseline;
font-size: 1.4em;
color:#333333;
padding: 0 0 5px 0;
line-height: 1.2;
margin-bottom: 15px;
border-bottom: 1px solid #c3c3c3;
}
h2{
font-weight: normal;
line-height: 1.4em;
letter-spacing: 0.5px;
font-size:1.3em;
margin: 10px 0 10px 0;
color:#333333;
 color: #2a2c7f;
 background: #f2f2f2;
padding:2px;
}
h3{
font-size: 1.15em;
margin: 10px 0 10px 0;
color: #2a2c7f;
font-weight:normal;
}
h4{
font-size: 1em;
font-weight:normal;
margin: 5px 0 5px 0;
}
h5{
font-size: .8em;
font-weight:normal;
margin: 0;
}
h6{
margin: 0;
}
blockquote{
background-color: #DCDCDC;
padding: 10px 5px 10px 10px;
margin: 0;
line-height: 1.1em;
font-style: normal;
}
a, #cur{
text-decoration: none;
color: #6a9f42;
}
#cur{
border:none;
font-size:100%;
}
a:focus, a:hover {
outline: none;
text-decoration: underline;	
-moz-outline-style: none;
}
a.selected {   /*for my-submittedorders page numbers*/
color: #333333;
font-weight: bold;
}
a:visited{
outline: none;
}
p, form { /*form included for ie7 fix*/
margin: 0;
padding: 0;
}
hr {
opacity: 0.3;
background: none repeat scroll 0 0 #AAAAAA;
}
img{  
border-style: none;
}
ul, ol{
list-style-image: none;
list-style-type:none;
padding:0px;
margin: 0px;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*-------------------------------------------
			TABLE, FORM BASICS
--------------------------------------------*/
#loader-img{
z-index:9;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing:0;
margin-bottom: 10px;
}
table th, td, address{
font-style: normal;
vertical-align: top;
text-align: left;
padding: 0;
margin: 0;
}
.normal td {
padding-bottom:10px;
}
form li {
padding: 2px 0 2px 0;
overflow:hidden;/*put in for responsive*/
}
fieldset { 
border:0;
padding:0;
margin: 0;
}
ul.headeradd{display:table; width:100%; padding:0; table-layout: fixed;}
li.detail{display:table-row;}
li.detail span{display:table-cell; text-align:left;}
li.detail span.hiddenbasic{display:none;}
.regular-form li, .medium-form li {
max-width:600px;
}
/*----LABELS----*/	
label{
display: block;
float: left;
text-align: left;
line-height:1.2em;
}
.regular-form label{
width:28.3%;
}
label.error {
color: #c00;
border: 1px solid #c00;
line-height: 1.6;
background-color: #FEF1ED;
padding:0 1px 0 1px;
margin-bottom: 5px;
font-size: 74%;
float: none;
display: block;
margin-left: 28.3%;
width: 65%;
}
label.label-long{ /*in-freightUK.php, acc-login-register.php, my-quickorder.php, product-categories.php*/
width: 79.1%;
margin-bottom: 8px;
}
label.margin-no{ /*in-freightUK.php, acc-login-register.php, my-quickorder.php, product-categories.php*/
margin: 0px;
}
.medium-form label, label.label-medium-long{ /*checkout-billing.php |  in-freightUK.php   checkout-freight.php */
width: 45%;
margin-bottom: 8px;
}
.label-subtext{
color:#8E8E8E;
font-size: 80%;
line-height: 100%;
display: block;
}
.pointer {
cursor:pointer;
}
/*----INPUT----*/
input {
color: #0000FF;
outline:0;/*chrome stops blue border on click*/
font-size:16px;
}
.regular-form input[type=text], .regular-form input[type=password]{ /*acc-login-register.php my-account.php  acc-activate.php  acc-forgotpass.php  acc-newpassword.php my-changeemail.php   freight-constants-au.php  freight-constants-nz.php  product-categories.php  checkout-thankyou.php*/
width: 65%;
}
.medium-form input[type=text], .medium-form input[type=password]{ /*checkout-billing.php*/
width: 52%;
}
.regular-form-button-placement, .medium-form-button-placement{
width:100%;
text-align:right;
}
input[type=submit],input[type=reset],input[type=button]{ /*ie7 black border around buttons fix*/
filter:chroma(color=#000000); 
-webkit-appearance: none;/*stops safari from rounding corners on checkout arrow links.*/
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset; /*chrome hack to make autofill box answers like email white instead of ugly yellow*/
}
input[readonly]{
border: none;
color:#666666;
}
input[type=checkbox] {
width: 24px;
cursor: pointer;
}
input[type=radio] {
padding: 10px;
margin-right: 10px;
width: 10px;
cursor: pointer;
}
input:disabled, textarea:disabled {
border:none;
background-color: white;
}
input.error { /*requires input in front as there is also a differnt style for label.error - can't change class name as validate javascript in control of naming.*/
color: #c00;
background-color: #FEF1ED;
}
input::-moz-focus-inner { 
border: 0; 
}
select {
font-size: 16px;
color: blue;
outline:0;/*chrome stops blue border on click*/
}
textarea{
font-family: Arial, Verdana, Geneva,  Sans Serif;
font-size: 16px;
color: blue;
resize: none;
outline:0;/*chrome stops blue border on click*/
}
.regular-form textarea{
width:65%;
}
.medium-form textarea, textarea.medium-long{
width:53%;
}
textarea.long{
width:90%;
}
input:focus,
select:focus,
textarea:focus {
background: #DCDCDC;
}

#prod_range_div {
position:relative;
display: block;margin-right: auto;margin-left: auto;
left:0px;
top:0px;
width:635px;
height:721px;
font: 100% Arial, Verdana, Geneva,  Sans Serif;
font-weight: normal;
line-height: 100%;
padding:5px 0 5px 0;
}
#prod_range_img {
position:absolute;
left:0px;
top:0px;
}
#prod_rang_heading {
position:absolute;
font-size:135%;
top:20px;
width:635px;
height:28px;
text-align:center;
vertical-align:top;
z-index: 99;
}
/*-------------------------------------------
			UNIVERSAL PAGE DIVS
--------------------------------------------*/
div.clear {
clear: both;
}
#container{
background: #FFFFFF;
width: 100%; 
overflow: hidden;
}
/*---------- NEW HEADER - TOP OF PAGE BANNER -----------*/
#header {
padding: 5px 5px 0px 5px;
font-size: 90%;
border: 1px solid #28AC05;
border-bottom:none;
}
#slogan{
display:block;
}
#header ul{
text-indent: 5px;
}
.whole{
display:block;
}
.left-column { /*set up for when both menus not there*/
float:left; 
width:50%; 
margin:0; 
padding:0; 
}
.left-column img{
max-width:100%;
height: auto;
}
.right-column{ 
float:right; 
width:50%; 
margin:0; 
padding:0;
text-align: right; 
line-height:1.5em;
}
.middle-column { 
display:none;
margin:0;
padding:0;
}
.border-black {
background-color:#e0e0e0; 
}
/* Off Canvas Navigation */
.off-canvas-navigation {
width: 100%;
overflow: hidden;
display: block;
color: #ffffff;
background:#28AC05;

/*background:#7CB751; - same green as logo*/
/*border-bottom : 2px solid #28AC05;
border-top : 2px solid #28AC05;
border-bottom: 1px solid #c3c3c3;*/
}
.no-js .off-canvas-navigation{
display:none;
}
.sticky {
width:100%;
position: fixed;
z-index:100;
top:0;
/*left:0;*/
}

.off-menu { 
float:left; 
width:45%; 
display: block;
}
.off-cart{ 
float:right; 
width:45%; 
margin:0; 
padding:0;
text-align: right; 
}
.off-middle { 
float: left;
width:10%;
text-align:center;
font-size: 120%;
padding: 5px 0;
display:block;
}
.menu-button,
.sidebar-button {
padding: 5px 10px 5px 10px;
font-size: 14px;
display: block;	
color:white;
}
.menu-button.active-button,
.sidebar-button.active-button {
}
a.menu-button:hover,
a.sidebar-button:hover {
text-decoration: none;	
}
.sidebar-button {
text-align: right;				
}	
/*----------- HEADER - TOP OF PAGE BANNER -----------*/

/*----------- MAIN - CENTRAL - BODY DIVS -----------*/

#nav-menu,
#main ,
#infopanel {
-webkit-transition: .3s all ease;
-moz-transition: .3s all ease;
-o-transition: .3s all ease;		
-ms-transition: .3s all ease;
transition: .3s all ease;		
width: 100%;
display: block;	
position: relative;
}
#nav-menu,
#infopanel {
font-size:1.3em;
}
/*--- below here for when browser has no media queries & no javascript---*/
.no-js  #nav-menu {
width: 180px;
margin-left: 0;
float: left;
padding: 0;
padding-top:5.5%;
display:block;
position: relative;
z-index:2;
}		
.no-js   #main {
height:100%;
padding: 0;
float:left;
z-index:1;
margin:0;
margin-left:0;	
position:relative;
margin-top:15px;
}	 
.no-js #infopanel {
width: 180px;
padding: 0;
margin: 0;
margin-right:0;
float: right;
padding-top:5.5%;
z-index:2;
}	
/***-----------------------------*/
.side-bars {
width:180px;
}
.sticky-side-bars{
position: fixed;
overflow-y: auto;
bottom: 40px;
z-index:5;
}
.fmenu-view p, .fmenu-view ul,  .wmenu-view ul, .smenu-view ul, .vmenu-view ul {
display:inherit !important;
}
.js #nav-menu{
margin-left: -100%;
float: left;
padding-bottom: 25em;
z-index: 2;
padding-top:5.5%
}
.js #main {
margin-left: 0;
float: left;
z-index: 1;
position: relative;
}
.js #infopanel {	
margin-right: -100%;/*if this was 0 then the transition time would happen with the infopanel moving across instead it would just pop in place*/
float: right;/*left; tess trial midmorn16/5 was left but chaged it to right to stop flickering on top of main.*/
padding-top:5.5%;
z-index: 2;
}	
/*--Nav-menu showing---*/
.active-nav #nav-menu {	
margin-left: 5px;
width: 180px;
}
.active-nav #main{
margin-right: -100%;
}
.active-nav #infopanel {	
float: right;
margin-right: -100%; 
}
/*--Infopanel showing---*/
.active-sidebar #nav-menu{	
margin-left: -200%;
}
.active-sidebar #main {
margin-left: -185px;
}
.active-sidebar #infopanel {	
margin-left:0; /*tess trialing*/
width: 180px;/*This is infomenu width when button pushed.*/
float:left; /*tess trial midmorn16/5*/
}
.active-nav #main {
-webkit-transition: .1s all ease;
-moz-transition: .1s all ease;
-o-transition: .1s all ease;		
-ms-transition: .1s all ease;
transition: .1s all ease;	
}
#main_no_sidebars{ /*For pages with no info panel and wanting to extend main content right to body's edge.*/
margin: 0 0 0 0;
}
.main_no_right_sidebar{ /*For pages with no info panel and wanting to extend main content right to body's edge.*/
margin: 0 0 0 180px; /*180 is the main menu width*/
}
#main-no-left-sidebar{ /*golden ratio*/
margin: 0 375px 0 0; 
}
.main_content {
background: #ffffff;
margin: 0 10px 7px 10px;
padding:7px 7px;
border: 1px solid #c3c3c3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.page_top_content p{	/*special class to enlarge and serif 1st introductory paragraph on page for extra emphasis*/
margin:0 0 10px 0;
font-size: 1.2em;
font-family: "Skolar Regular",Palatino,Cambria,"Droid Serif",Georgia,"Times New Roman",Times,serif;
}
/*----------- LEFT NAVIGATION MENU COLUMN -----------*/

/*----------- RIGHT INFO COLUMN -----------*/	
.menu_info_content{	/*as in menu and info boxed content - differnt padding from .main_content class.*/
padding: 6px;
margin: 1px;
border: 1px solid #c3c3c3;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
} 
/*----------- FOOTER -----------*/
#footer {
clear: both;
width: 100%;
background: #333333; /*#7db751; #28AC05*/
text-align: center;
font-weight: bold;
color: white;
padding: 4px 0;
z-index:4;
}
/*-------------------------------------------
			NAVIGATION
--------------------------------------------*/
/*----------- TOP BANNER MENU 'HOME, SHOP, TECHNO, ABOUT -----------*/
#main_menu {
vertical-align: baseline;
font-size:1.1em;/*110%*/
color: white;
background-color:white;
font-weight: bold;
padding: 5px 8px;
line-height: 1.2;
border: 1px solid #28AC05;

}
#main_menu ol {
text-align: center;
}
#main_menu li {
float: left;/*needed for ie6 - stops tabs stacking on top of each other*/
display: inline-block; /*must be inline-BLOCK otherwise Safari on iphone moves tab to next line and font is huge*/
font-weight:bold;
padding-bottom: 0;
width:50%;
}
#main_menu a {
text-decoration: none;	
padding: 3px 0 3px 0;/*around tab labels*/
margin: 0 3px;
display: block;
color: #333333;
border-bottom: none;
}
#main_menu a:hover {
background-color: #e0e0e0;
padding-bottom: 3px;
}
#main_menu a.selected {
background-color: #e0e0e0;
color: #333333;
border-bottom: none;
text-decoration: none;
}
/*----------- LEFT MENU -----------*/
#menu{
padding-left: 0;
}
#menu ul{
padding: 0;
margin: 1px 0 1px 0;
font-size: .92em; /*12px;*/
padding-left: 1px;
}	
#menu a {
color: #333333; /*keeps menu items black after visiting no purple*/
font-weight: bold;
display: block; /*needed also for ie 6 as gets rid of the big spacing between menu items*/
padding: 3px 0 3px 0;
text-decoration: none;	
text-indent: 2px;
} 
#menu ul a{
color: #5C5858;
font-weight: normal;
}	
#menu a.active {	
color: #333333;
background-color: #e0e0e0;
border-top: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
}
#menu a:hover {
color: #212121;
background-color: #e0e0e0;
}
.menu_divider_heading{/****used in span class on menu div e.g. Permanent Fencing****/
text-indent:2px;
color: #000000;
font-weight: normal;
text-decoration: underline;
margin-top: 6px;
margin-bottom: 3px;
padding-left: 2px;
}	
/*----------- NAVIGATION: MAIN CONTENT TABBING -----------*/
#tabs_container, #tabs_container_double_tier{	/*Double tier used on admin pages*/
background-color: #e0e0e0; /*#28AC05; was cccccc*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 7px -5px 12px;
border: 1px solid #c9c9c9; /*#AAAAAA;*/
overflow:hidden;
	height: 30px; /*tw2do also has to go*/
	border-bottom:none;
}
#tabs_container.tabstobuttons{
border-bottom:1px solid #c9c9c9;
height: auto;
}
#tabs_container_double_tier{
height: auto;
}
.tabs li{
float: left;/*needed for ie6 - stops tabs stacking on top of each other*/
display: inline-block; /*must be inline-BLOCK otherwise Safari on iphone moves tab to next line and font is huge*/
font-weight:bold;
padding: 10px 0 10px 0;
}
.tabs li a{
text-decoration: none;	
padding: 7px 7px;/*around tab labels*/
margin-left: 5px;
background-color: #28AC05; /*#7ecd69; #28AC05; /*#E6E6E6;#f9f9f9;*/
/*tw just change
-webkit-border-radius: 4px 4px;
-moz-border-radius: 4px 4px;
border-radius: 4px 4px;	*/
font-weight: normal;
color: #ffffff;
border: 1px solid #28AC05; /*#E6E6E6;*/
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	border-bottom: none;
}
.buttons li a{
border-bottom: 1px solid #28AC05;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;	
}
.tabs li a:hover {
text-decoration: NONE;
color: #ffffff;
border: 1px solid #28AC05;/*#AAAAAA;*/
background-color: #28AC05;/*#dadad a;*/
}
.tabs li a.selected{
background-color: #ffffff; 
color: #333333;
padding-bottom: 8px;
z-index: 90;
border: 1px solid #AAAAAA;
/*-webkit-border-radius: 4px 4px;
-moz-border-radius: 4px 4px;
border-radius: 4px 4px;	*/
text-decoration: none;
color: #212121;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	border-bottom: 1px solid #FFFFFF;
}
.buttons li a.selected{
border-bottom: 1px solid #AAAAAA;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;	
}

#tabs_content { clear: both; }
#tabs_content.js > div { display: none; }
#tabs_content.js > #tab-content-1 { display: block; }
/*----------- NAVIGATION: CHECKOUT HORIZONTAL MENU -----------*/
#checkoutnav {
display: inline-block;
vertical-align:middle;
zoom: 1; /*for ie7*/
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*/ /*for ie7*/
}
#checkoutnav li {
display: inline-block;
}
.number {
color: #FFFFFF;
display: block;
float: left;
font-weight: bold;
text-align: center; 
height: 17px;
line-height: 17px;
width: 17px;
padding-right: 2px;
padding: 1px;
margin-top:1px;
}
.chkout-label {
display: block;
float: left;
padding: 0 10px 0 5px;
}
.chkout-enabled {
background: url("/img/dsgn/step-enabled.png") no-repeat scroll left center transparent;	
color: #28AC05;
text-decoration: none;
}
.chkout-enabled a:hover {
text-decoration: underline;
}
.chkout-active  {
background: url("/img/dsgn/step-active.png") no-repeat scroll left center transparent;
overflow: visible;
color: #333333;
}
.chkout-disabled { 
background: url("/img/dsgn/step-disabled.png") no-repeat scroll left center transparent;
color: #999999;
}
/*-------------------------------------------
			UNIVERSAL SECTION SPECIFIC CSS
--------------------------------------------*/	
/*----------- UNI - MISCELLANEOUS -----------*/
#item_added_alert {
color: #FFFFFF;
border: 1px solid #28AC05;
padding:0 10px 0 10px;
background-color:#7ecd69;
z-index: 3;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-appearance:none; /*stops saffari from putting gradient on submit buttons*/
}
#mini-cart-list {
border-bottom: 1px dashed green;
padding-bottom: 2px;
margin: 6px 0;
}
#mini-cart-list p{
font-size: 80%;
line-height: 110%;
margin-bottom: 12px;
}
#mini-cart-list a{
margin-bottom:2px;
}
#johnbox {
border: 1px solid #C3C3C3;
font-size: 0.8em;
width: 200px;
padding: 5px;
float: right;
margin: 5px;
}
/*----------- UNI - Right Column - 'INFO' classes -----------*/
.background_colour {
background-color: #E0E0E0;
}
.noteoverlaycontainer {
position: relative;
height: 200px;
}
.noteoverlay {
position: absolute;
top: -28px;
left: -4px;
z-index: 10;
}
.nobackground {
background-color: #FFFFFF;
color: white;
border: none;
}
/*----------- UNI - CLASSIC PRODUCT DISPLAY TABLE  -----------*/
.sticky-wrap {
overflow-x: auto;
overflow-y: hidden;
position: relative;
margin: 5px 0;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border-right: 5px solid #e8e8e8;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: all .125s ease-in-out;
z-index: 50;
width: auto; /* Prevent table from stretching to full size */
}
.sticky-wrap .sticky-col th{
background-color: #ffffff;
border-bottom: 1px solid #e8e8e8;
border-left: 1px solid #e8e8e8;
border-right: 5px solid #e8e8e8;
}
.sticky-wrap .sticky-thead {
z-index: 100;
width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-intersect {
opacity: 1;
z-index: 150;
}
.sticky-wrap td,
.sticky-wrap th {
padding: 2px 3px;
vertical-align: middle;
}
.sticky-wrap .sticky-intersect th {
background-color: #e8e8e8;
border-right: 1px solid #e8e8e8;
border-bottom: 0 none;
}
.sticky-wrap .sticky-col th.greyish {
background-color: #e8e8e8;
border-bottom: 0 none;
}
.sticky-wrap .overflow-y {
overflow-y: auto;
max-height: 50px;
}
#table-wrapper{
width: 99%; overflow-y: hidden; overflow-x: auto; height: auto;
}
.small-width-table{/*in-mysubmittedorderdetails.php  in-myunsubmittedorderdetails.php*/
width: 90%;
margin-right: auto;
margin-left: auto;
}
.classic-table {  
/*in-freightUK.php   in-mysubmittedorderdetails.php   in-myunsubmittedorderdetails.php  checkout-order.php  checkout-payment.php   my-submittedorders.php  my-unsubmittedorders.php  feedback.php  
product-archive.php  product-categories.php product-category-org.php product-pricing.php  product-pricing-archive.php  product-pricing-exchange.php  products.php  user-information.php  user-stats.php*/
border: 1px solid #E8E8E8;
}
.classic-table tr {
border-bottom: 1px solid #e8e8e8;
background-color: #FFFFFF;
}
.classic-table input , .classic-table input.kbutton{
width: auto;
margin:0;
}
.classic-table th, .classic-table td {	
vertical-align: top;
padding: 2px 3px 2px 3px;
position: relative;
border: 0;
}
.right-border th, .right-border td {	
border-right: 1px solid #e8e8e8;
}
td.dark-right-border{
border-right: 1px solid #A8A8A8;
}
td.vtop { 
vertical-align: top;
}
tr.shade{
font-weight: bold;
background-color: #E8E8E8;
border-bottom: 0;
}
tr.highlight {
background-color: #ffffa3;
}
tr.noborder{
border:0;
background-color: #f7f7f7;
}	
td.nopadding{
padding:0;
}
td span.doubleline { /*used with <u> tag to get a proper underline in the table*/
border-bottom: 1px double #000;
}
/*------------  ADMIN ------------------*/
/*product-pricing.php*/
tr.rowshade:nth-child(even) {
background: #e0e0e0;	
}
tr.rowshade:nth-child(odd) {
background: #FFF;	
}	
tr.fifthrowshade:nth-child(10n), tr.fifthrowshade:nth-child(10n-1), tr.fifthrowshade:nth-child(10n-2), tr.fifthrowshade:nth-child(10n-3), tr.fifthrowshade:nth-child(10n-4) {
background: #e0e0e0;	
}
tr.fifthrowshade:nth-child(10n-5), tr.fifthrowshade:nth-child(10n-6), tr.fifthrowshade:nth-child(10n-7), tr.fifthrowshade:nth-child(10n-8), tr.fifthrowshade:nth-child(10n-9) {
background: #FFF;	
}	

/*product-archive.php  product-categories.php  product-pricing-archive.php*/
tr.whiterow {
background: #FFF;	
}
tr.greyrow {
background: #e0e0e0;	
}	

td.admin-pic-width{
height: 35px;
width: 42px;
}
/*---------------------------------------------------------------------*/
.h40{height: 40px;}
.w32 {width: 32px;}
.w35 {width: 35px;}
.w42 {width: 42px;}
.w50 {width: 50px;}
.w55 {width: 55px;}
.w60 {width: 60px;}
.w65 {width: 65px;}
.w70 {width: 70px;}
.w75 {width: 75px;}
.w80{width: 80px;}
.w90{width: 90px;}
.w105{width: 105px;} 
.w112{width: 112px;}
.w120{width: 120px;}
.w130{width: 130px;}
.w150{width: 150px;} 
.w170{width: 170px;} 
.w180{width: 180px;}
.w200{width: 200px;} 
.w225{width: 225px;}
.w250{width: 250px;}
.w300{width: 300px;}
.w450{width: 450px;}
.w30p{width:30%;}
.w40p{width: 41%;}
.w60p{width: 59%;}
.minw55{min-width:55px;}/*prevents picture in checkout-order page from squashing to nothing*/
.minw150{min-width:150px;}
.minw200{min-width:200px;}
/*----------- UNI - PRODUCT DISPLAY PAGE CONTENT in-products.php -----------*/
.pgrid-h3 {
margin: 0;
color: #000000;
font-weight:bold;
}
.pgrid-h4{
color: #000000;
font-weight: bolder;
margin:0;
}
.pgrid-div {
background: #FFFFFF;
margin: 0;
padding: 0; 
zoom:1;
}
.pgrid-div li{
padding-bottom: 2px;
margin-bottom: 2px;
border-bottom: 1px dashed #666666;
}
.pgrid-li- {
width: 100%;
}
.pgrid-li-extended, .pgrid-li-all-pics {
width: 100%;
}
.shiftright {
margin-left: 22.3%;
width:77.70%;
}
.pgrid-div-prod-img-cont{
position: static;
display: block;
vertical-align:baseline;
text-align: center;
}	
.pgrid-div-prod-img {
position: relative;		
display: inline-block;
vertical-align:bottom;
width:21.4%;
margin-right:0.9%;
zoom: 1;
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*/
}
.pgrid-div-prod-img img { /*This makes the icon image fit the space*/
max-width:100%;
height: auto;

}		
.magglass{
background: url("/img/dsgn/zoom.png") 90% 10% no-repeat scroll transparent;	
color: #28AC05;
text-decoration: none;
z-index:2
}
.pgrid-div-tooltip {
display: none; /* by default, hide it */
position: absolute;/* allow us to move the tooltip */
padding: 8px 0 0 8px; /* align the image properly */
}	
.pgrid-div-tooltip img {
max-width:220px;
height:inherit !important;
}
.pgrid-div-tooltip span.overlay {
position: absolute;
top: 10px;
left: 250px;
display: block;
width: 200px;
height: 200px;
}	
.pgrid-div-prod-des-extended {
width: 67.1%;
margin-right: 1.5%;
vertical-align: bottom;
display: inline-block;
zoom: 1; /*for ie7*/
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*/ /*for ie7*/
}
.pgrid-div-prod-des- {
width: 58.5%;
margin-right:1.1%;
vertical-align: bottom;
display: inline-block;
zoom: 1;/*for ie7*/
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*//*for ie7 The asterisk (or star) at the beginning of each line hides both lines from every browser except IE6 and IE7. */
}
.pgrid-span-sale {
color: #c00;
font-weight: bold;
/*background-color: #c00;*/
float: right;
}	
.pgrid-div-prod-form {
vertical-align:bottom;
width: 40.4%;
display: inline-block;
zoom: 1; /*for ie7*/
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*//* for ie7*/ 
}
.pgrid-div-prod-form p{
line-height:1.1em;
}
.pgrid-div-prod-form p small{
display:inline-block;
}
.pgrid-div-prod-form label {
margin-top: 2px;
}
.toggle {
display:none;
}
.addtocart{ /*tw ch*/
display:none !important;;
width:30px !important;;
}
.pgrid-div-prod-form input {
margin: 0 2px 0 2px;
padding:0;
width: 30px;
text-align: right;
}	
.pgrid-div-prod-form .button{
margin-top: 2px;
padding: 2px 2px;
text-align: center;
float:right;
}
.small-des{
width: 45.6%;
}
.small-form{
width: 31%;
}

.sold-out{
width:auto;
text-align:center;
color:#c00;
margin-right:-5px;
display:inline-block;
margin-top: -22px;
float:right;	
}
.moveleft{
margin-left:-16px;	
}
input[type="text"]:disabled {
border-width:1px;
border-color:#c3c3c3;
border-style:solid;	
}
/*-------------------------------------------
			PAGE SPECIFIC CSS
--------------------------------------------*/
/*----------kiwitech-uk Home Page - Photo Slider Divs --------*/
#slides { 
position:relative;
}
#pics {  
height:  232px;  
width:   432px;  
padding: 0;  
margin: 0 auto;
margin-left: 120px;
overflow: hidden;
position: relative;
} 
#titleholder{
position: absolute;
left:0px;
top:8px;
z-index: 99;
width: 40px;
}
#titleholder p{
font-size: 3em;
line-height: 1.3em;
}
/*----------- "SPECIAL'S" PAGE - Product Content -----------*/
.pgridsp-li{
background: #FFFFFF;
float: left;
margin: 0 10px 10px 0;
width: 248px;
height: 216px; /*must make correct height with sale and not for sale info, or other browsers will shift next box over 1*/
border: 1px solid #333333;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 8px;
}
.pgridsp-div-prod-img{
height: 100px;
position: relative;
}
.imgmiddle{
height: 100px;
line-height:100px;
text-align:center;
}
.pgridsp-div-prod-img img{	
vertical-align: middle;
}
.pgridsp-span-sale {
color: white;
font-weight: bold;
background-color: #c00;
position:absolute;
left:15px;
top:-9px;
z-index: 16;
padding: 2px 5px;
}	
.pgridsp-div-prod-des {
height: 60px;
overflow: hidden;
}
.pgridsp-div-prod-form{
width:70%;
margin: 2px 0 0 0;	/*for ie6 - brings payment amount closer to quanity input.*/
}
.pgridsp-div-prod-form p {
height: 36.8px;  /*keeps Quantity line in line with others if a special on.*/
}
.pgridsp-div-prod-form input {
margin: 0 2px 0 2px;
padding:0;
width: 36px;
text-align: right;
}
.pgridsp-div-prod-form input[type='submit']{
width: 80px;
margin-top: 2px;
padding: 0 3px;
text-align: center;
}
/*-------------------------------------------
	ADMIN PAGES
--------------------------------------------*/
/*----------- Universal Admin CSS -----------*/
input.fileinput {	/*file uploading .classic-table was in front*/
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
cursor: pointer;
height: 40px;
opacity: 0;
position: absolute;
z-index: 999;
width:50px;
}
#admintable input[type='text'], #admintable textarea, #admintable select, #addnewtable input[type='text'], #addnewtable textarea, #addnewtable select {
font-size: .85em;
}	
/*----------- Freight Constants Page -----------*/
#nzfreightform div.shortlabel label   { /*freight-constants admin page Domestic Freight Constants box*/
width:60px;
}
#aufreightform div.shortlabel label { /*freight-constants admin page Australian Freight Constants box*/
width:85px;
}
#dhlconstants label {	/*freight-constants admin page dhl constants box*/
width: 295px;
}
#nzfreightform input, #aufreightform input { 
width: 50px;
text-align: right;
}
/*----------- Products Page -----------*/
.filebutton {
float: right; 
z-index: 100;
padding-top: 7px;
}
/*-------------------------------------------
	ACCOUNT & CHECKOUT PAGES
--------------------------------------------*/
/*------- Login/Register ------------*/
.regimage{
width:27%;
}
/*------- Checkout-Order (Cart) ------------*/
#chkout-note1, #chkout-note3 {
display:none;
}
#custordnoform input{
width:90%;
}
/*------- My Addresses and Checkout-Address ------------*/
.addressform{
background: #ffffff;
position: relative;
float: left;
margin: 0;
border: 1px solid #333333;
padding: 15px 8px;
margin: 0 30px 8px 0;
width: 261px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.addressform li {
width:100%;
}
.addressform label {
width: 30%;
}	
.addressform label.long {
width: 95%
}
.errunder label.error {
width: 95%;
margin: 1px 0 0 0;
text-align:center;
}	
.addressform input {
width: 65%;
}	
.addressform input.long {
width: 95%;
}
.addressform input.kbutton{
margin-left: 95px;
}
.addressform select {
width: 68%;
}	
.addressform select.long {
width: 250px;
}	
.addressform  textarea{
width: 95%;
}
.radio  {
padding-left: 95px;
}	
label.radio-label {
display: inline-block;
float: none;
width: 70px;
}
input.radio-input{
width: 10px;
display: inline-block;
}
.deltype label.error { /*custom error for deltype*/
display: none;
}
/*------- Checkout-Freight ------------*/
#chkout-freight-admin {
border: 3px solid #c00;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding:10px;
margin-bottom: 15px;
}
.freight-form textarea, .freight-form input[readonly]  {
display:block;
width:95%;
}
#container4 {
    clear: left;
    float: left;
    overflow: hidden;
    width: 100%;
}
#container3 {
    clear: left;
    float: left;
    position: relative;
    right: 30%;
    width: 100%;
}

#container2 {
    clear: left;
    float: left;
    position: relative;
    right: 30%;
    width: 100%;
}

#container1 {
    float: left;
    position: relative;
    right: 30%;
    width: 100%;
}

#col1 {
   float: left;
    left: 90%;
    overflow: hidden;
    position: relative;
    width: 12%;
}
#container1 li {
margin-bottom: 10px;
}
#col2 {
 float: left;
    left: 93%;
    overflow: hidden;
    position: relative;
    width: 80%;
}
#col3 {
   float: left;
    left: 95%;
    overflow: hidden;
    position: relative;
    width: 28%;
}

#col4 {
    float: left;
    left: 97%;
    overflow: hidden;
    position: relative;
    width: 24%;
}
/*------- Checkout-Billing ------------*/
#chkoutbillingform {
max-width:100%;
}
#chkout-billing textarea.expand { /*expanding textbox this is for when javascript is off*/
height: 80px;
overflow: hidden;
}
#chkoutbillingform label.error {
margin-left: 45%;
width: 250px;
}
#chkout-freight label.error {
margin-left: 0px;
}
.firstname {
text-align:right;
padding-right:10px;
display:block;
}	
.lastname {
text-align:right;
padding-right:10px;
display:block;
}	
/*------- Checkout-Payment ------------*/
#chkoutsubmitform label.error {
margin-left: 0;
}
#chkoutsubmitform label.radio-label {
width: 100%;
cursor:pointer;
margin-bottom: 5px;
}
#errorlabel {
display: none;
}
.memo{
border: 1px solid #E8E8E8;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom:10px;
} 
#chkout-orderinfo{
background-color:#E8E8E8;
display: block;
border: 1px solid #E8E8E8;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 10px;
}	
.review-box{
border: 1px solid #AAAAAA;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 10px 30px;
background-color: white;
margin-left: 10px;
margin-right: 50px;
width:220px;
}
.payment-label {
width: 110px;
float: left;
font-weight: bold;
margin-right: 5px;
}
.drop-column{
padding-top: 54px; /*drops delivery down on par with billing info*/
} 
/*-------------------------------------------
			BUTTONS & LINKS
--------------------------------------------*/
/*-----------<a> button styling -----------*/
.kbutton, input.kbutton { /*input qualifier to override form class"regular-form" input widths.*/
background-color:#7ecd69;
width: auto;
padding: 2px 10px ;
color:#FFFFFF;
border: 1px solid #28AC05;
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-appearance:none; /*stops saffari from putting a weird gradient on submit buttons*/
cursor: pointer;
font-size:1.3em;
}
.kbutton:hover  {
background-color:#28AC05;
display: inline-block;
color:white;
text-decoration: none;
}
.kbutton:active, .kbutton:focus{
background-color: #ffffff;
color:#28AC05;
border: 1px solid #28AC05;
text-decoration: none;
}
.cart-icon {
background: url("/img/dsgn/trolley-icon-white.png") no-repeat scroll 5% 50% #7ecd69;
padding-left: 20px;
text-align: right;
}
.cart-icon:active, .cart-icon:focus{
background: url("/img/dsgn/trolley-icon-green.png") no-repeat scroll 5% 50% #FFFFFF;
border: 2px solid #28AC05;  /*28AC05  7db751*/
}
/*-----------<a> Delete Button -----------*/
input.buttondel,.buttondel{
background-color:#e57f7f;
width: auto;
padding: 2px 10px ;
color:#ffffff;
border: 1px solid #c00;
display: inline-block;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.buttondelplain{/*used in admin*/
color:#e57f7f;
}
.buttondel:hover {
background-color:#c00;
outline:0;
text-decoration: none;
}
.buttondel:active, .buttondel:focus {
color:#c00;
background-color: #ffffff;
border: 2px solid #c00;
text-decoration: none;
outline:0;
}
/*----------- Address & Freight Buttons -----------*/
input.thisaddressbutton, input.thisfreightbutton{	/*checkout-address.php  checkout-order.php */
font-size: 15px;
font-weight: bold;
color: #fff;
background: #7ecd69;
width: 100%;   
padding: 10px 0;
margin: 0;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #28AC05;
}
a.newaddressbutton {
width: 100%;   
padding: 10px 0;
text-align: center;
font-weight: bold;
font-size: 15px;
}
input.thisaddressbutton:hover, input.thisaddressbutton:focus, input.thisfreightbutton:hover, input.thisfreightbutton:focus {
background: #28AC05;
}
/*-------------------------------------------
			CHECKOUT ARROWS
--------------------------------------------*/
/*-- entire arrow containing div --*/
.a-wrapper{
position:relative;
left:0px;
top:0px;
height:37px;
display: block;
text-align: center;
float:none;
width:100%;
}
/*-- arrow head --*/
.hide-mobile{
display:none;
}
.reveal-mobile{
display:inline-block;
}
.a-head{
position: absolute;
width: 0px;
height: 0px;
line-height:0;
border-style: solid ;
border-width: 16px;
z-index: 99;
margin:0;
}
.a-head-right{  /*checkout-payment.php  checkout-billing.php  checkout-freight.php  checkout-order.php  */
border-color: #FFFFFF #FFFFFF #FFFFFF transparent; /*fff is white covers rest of gradient.*/
top: 0;
margin-right:-7px; 
_border-color: #FFFFFF #FFFFFF #FFFFFF #000000; /*ie9*/
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); /*ie9*/


}
.a-head-left{ /* in-menucheckout.php  checkout-order.php*/
border-color: #FFFFFF transparent #FFFFFF #FFFFFF ; /*fff is white covers rest of gradient.*/
top: 0;
left: 0;
margin-left:-7px;
_border-color: #FFFFFF #000000 #FFFFFF #FFFFFF ; /*ie9*/
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); /*ie9*/


}
.a-head-right-login-and-guest{ /*checkout-order.php*/
float:right;
position:relative;
}
.a-head-right-chkout-and-quote{ /*checkout-order.php*/
float:right;
position:relative;
}
.a-wrapper-continue{ /*checkout-payment.php  checkout-billing.php  checkout-freight.php */
float: right;
width: 120px;
}
.a-head-right-continue{ /*checkout-payment.php  checkout-billing.php  checkout-freight.php */
float:right;
position:relative;
}
.a-wrapper-request-quote {/*checkout-payment.php*/
float: right;
width: 230px;
}
.a-head-right-request-quote{ /*checkout-payment.php*/
left:198px;
}
/*-- input coloring 'arrow body' --*/
.input-back-green{  /*checkout-billing.php   checkout-freight.php*/
background: #7ECD69;
border: 1px solid #7ECD69;
color: #FFFFFF;
cursor: pointer;
font-size: 1.1em;
font-weight: bold;
line-height:1em;
padding: 0 0 0 9px;
height: 29px;
position: absolute;
text-align: left;
left:0px;
top:0px;
margin-left:22px; 
-webkit-appearance: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius:0;
width: 103px;
}
.input-back-green:focus, .input-back-green:hover, input.input-back-green-get-quote:focus, input.input-back-green-get-quote:hover {
background: #28AC05;
}
/*-- <a> GREEN coloring 'arrow body' --*/
.a-link {
color: #FFFFFF;
font-weight: bold;
text-align: left;
font-size: 1.1em;
left:0px;
top:1px;
position: absolute;
line-height:1em;
border: none;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.a-link-green-right{
background: #7ecd69;
padding: 9px 20px 9px 9px;
float:right;
margin-right:-17px;
position:relative;
}
.a-link-green-right-action{
margin-right:7px;
}
.a-link-green-left {
background: #7ecd69;
padding: 9px 9px 9px 28px;
}
.a-link-green-right:hover, .a-link-green-right:focus, .a-link-green-left:hover, .a-link-green-left:focus {
background: #28AC05;
text-decoration: none;	
}
/*-- Grey "Return To Cart" Link --*/
.a-wrapper-return-cart{
display:inline-block;
width:183px;
vertical-align:middle;
zoom: 1; /*for ie7*/
*display: inline; /*second declaration will be applied by IE7 and older (thus overriding the first declaration),*/ /*for ie7*/
}
.a-link-grey-left{
background: url("/img/dsgn/trolley-icon-white.png") no-repeat scroll 21% 50% #787878;
padding: 9px 9px 9px 48px;
}
.a-link-grey-left:hover, .a-link-grey-left:focus {
background: url("/img/dsgn/trolley-icon-white.png") no-repeat scroll 21% 50% #545454; 
text-decoration: none;	
}
.a-link-grey-left:active {
/*background: url("/kiwitech-uk/img/dsgn/trolley-icon-white.png") no-repeat scroll 10% 50% #545454;*/
}
/*-------------------------------------------
			COMMON CLASSES
--------------------------------------------*/
/*-------------kiwitech-uk bullet style list--------------*/
.klist {
list-style-image:url("/img/dsgn/kbullet.gif");
padding-left:18px;
}
.klist li {
padding-top:7px;
}
.klist ul, .klist ol{
list-style-type: disc;
list-style-image: none;
padding-left:14px;
}
.klist ul li, .klist ol li{
padding:0;
}
.compactlist li{
margin-left: 40px;
list-style-type: disc;
padding:0;
}
/*-------------Divide Div into two columns--------------*/

.twocolumnholder{
width:100%;
margin-bottom: 5px;
padding:1px;
float:left;
display: block;
}
.colleft50, .colleft65{
float:left;
width:100%;/*was 50% login/register*/
}
.colright50, .colright35{
float: right;
width:100%;/*was 50% login/register*/
}

/*------------------- Error Divs --------------*/
.msgred {
padding: 5px;
width: 95%;
color: #c00;
border: 1px solid #c00;
background-color: #FEF1ED;
font-size: 13px; 
font-weight: bold;  
text-align: center;
margin: 2px auto 10px auto;
} 
.msggreen {
padding: 5px;
width: 95%;
color: #28AC05;
border: 1px solid #28AC05;
background-color: #E5FFED;
font-size: 13px; 
font-weight: bold;  
text-align: center;
margin: 2px auto 10px auto;
}
.msgadmin {
margin-top:5px;
}
.mgsadmingreen{
position:absolute;
z-index: 16;
width:955px;
}
/*-------------------  --------------*/
.block{display: block;}
.inline{display: inline-block;}
.floatright {display: inline-block;float: right;}
.floatleft{display: inline-block;float: left;}
.align-bottom{vertical-align: bottom;}
.align-text-right{text-align: right;}
.align-text-left{text-align: left;}
.align-text-center{text-align: center;}
.align-img-center{display: block;margin-right: auto;margin-left: auto;}
.align-img-center-autowidth{display: block;margin-right: auto;margin-left: auto;width:auto;}
.img-resize{
max-width:100%;
height:auto;
}
.v-align-middle{vertical-align:middle;}
.red{color: #c00;}	
.white{color: #FFFFFF;}/*used in in-specials as a placeholder*/
.grey{color: #8e8e8e;}/*used in subtext*/
.kgreen{color: #6a9f42}

.background-black {background-color: #333333; margin-bottom:5px;}
.background-none{background: none}
.highlight{ background: none repeat scroll 0 0 #fff689; padding:0 5px;}
.highlighttrue{ background: none repeat scroll 0 0 #fff689;}

.margin-no {margin:0;}
.margin-left-25{margin-left:25px;}
.margin-sides-no {margin-right: 10px; margin-left: 10px; border: 1px solid #c3c3c3; z-index:1000;}
.margin-left-10 {margin-left: 10px;}
.margin-left-100 {margin-left: 100px;}
.margin-right-15 {margin-right: 15px;} 
.margin-right-57 {margin-right: 57px;}   /*for user form buttons*/
.margin-bottom-3{margin-bottom: 3px;}
.margin-bottom-5{margin-bottom: 5px;}
.margin-bottom-10{margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px;}
.margin-bottom-20{margin-bottom: 20px;}
.margin-top-10{margin-top: 10px;}
.margin-top-6{margin-top: 6px;}
.margin-top-15{margin-top: 15px;}
.padding-top-3{padding-top: 3px;}
.padding-top-10{padding-top: 10px;}
.padding-right-10 {padding-right:10px;}/*freight-constants and freight-nztowns admin pages*/
.padding-right-20 {padding-right:20px;}/*freight-constants and freight-nztowns admin pages*/
.margin-left-neg{margin-left:-7px;} /*for checkout-order left arrow*/
.text-font-normal{font-weight:normal;}

.text-large{font-size: 120%;line-height: 110%;}
.text-small{font-size: 85%;line-height: 120%;}/*in-products footer & most of mini-cart, my-unsubmitted/submitted orders*/
.text-smallist{font-size: 75%;}/*mini-cart, checkout-payment n email*/
.text-proper {text-transform:capitalize;}/*my-addresses, checkout-addresses*/
.text-fontwght-normal{font-weight: normal;}/*checkout-order*/
.text-italic {font-style: italic;color: #A8A8A8;}/*my-unsubmitted orders*/
.text-underline {text-decoration: underline}
.select-font-consolas {font-family:"Courier New", Courier, monospace} /*Consolas;}   for use on admin/product-categories page for adding a product to a category - special font required to tab separate code and description in select box.*/

.hiddenbasic { display: none;}
.hidden { display: none; visibility: hidden; }	/*For Press page and address page and myorders page*/
.hiddenwithcontent { display: none; visibility: hidden; }	/*For my orders page*/
.unhidden { display: block; visibility: visible; }
.unhiddeninline {visibility:visible;}

.showfull{
overflow:auto;/*auto*/
max-width:100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    outline: none;
	border: 1px solid #333333;
  -webkit-text-fill-color: #0000FF;
   -webkit-box-shadow: none;
  /* -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;*/
  transition: none;
  padding:2px;

}
input[type="text"]:focus{outline:none;border: 1px solid #333333;padding:2px;} /*no black box border now & padding stops box shrinking due to active box colour put in by chrome*/

@media all and (min-width: 375px) {
	.right-column{
	line-height:1.67em;
	}
}
@media all and (min-width: 425px) { /*was 430px*/
	.sold-out{
		margin-top: -30px;
	}

	body{
	font-size: 75.00%;  /*13px*/
	line-height: 150%; /*17px;*/
	}
	.kbutton, input.kbutton, .buttondel, input.buttondel{
	font-size:1.1em;
	}
	.freight-form textarea, .freight-form input[readonly]  {
	display:inherit !important;
	width:inherit !important;
	}	
	.a-head{
	border-width: 18px;
	}	
	.input-back-green {
	height:33px;
	margin-left:14px;
	}
	#nav-menu,
	#infopanel {
	font-size:1.1em;
	}
	.pgrid-div-prod-form input {
	width: 40px;
	}
	.review-box{
	width:317px;
	}
	.payment-label {
	width:150px;
	}	
	
	

}
@media all and (min-width: 542px) { /*main menu from 2 lines to 1 line,   542px */
	.moveleft{
	margin-left:0px;	
	}	
	
	body{
	font-size: 87.5%;  /*14px*/
	line-height: 150%;
	}
	.main_content {
	padding:7px 15px;
	}
	#tabs_container, #tabs_container_double_tier{	/*Double tier used on admin pages*/
	margin: 7px -10px 12px;	
	height: 35px; /*tw2do also has to go*/
	background-color: #CCCCCC;
	}

	.addressform label {
	width: 37%;
	}
	.addressform input {
	width: 59%;/*60.7%;165px;*/
	}
	input.radio-input{
	width: 10px;
	display: inline-block;
	}
	.addressform select {
	width: 63%;
	}
	.kbutton, input.kbutton, .buttondel, input.buttondel{
	width:auto;
	font-size:1em;
	}
	input.thisaddressbutton, input.thisfreightbutton{
	width:100%;
	}
	.addtocart{  /*tw ch*/
	display:inline-block !important;;
	width: 80px !important;;
	}
	.add{ /*tw ch*/
	display:none !important;;
	}
	.sold-out{
		margin-right:10px;
		margin-top: -32px;
	}
	.pgrid-div-prod-form input {
	width: 45px;
	}
	#nav-menu,
	#infopanel {
	font-size:.9em;
	line-height:145%;
	}
	#header-email{
	 margin-top:13px;
	}
	.pgrid-div-prod-form p small {
	font-size:x-small;
	}
	.pgrid-div-tooltip img   {
	max-width:inherit !important;
	height:inherit !important;
	width: auto;
	}
	.pgrid-div-prod-des-extended {
	width: 63.1%;
	}
	.pgrid-div-prod-des- {	
	width: 53.5%;
	}
	.small-des{
	width: 41.6%;
	}
	.pgrid-div-prod-form {
	width: 45.4%;
	}
	.small-form{
	width: 35.0%;
	}	
	#main_menu li {
	width:25%;
	}
	#header{
	font-size: 100%;
	}
	.whole{
	display:inline-block;
	}
	.off-canvas-navigation {
	/*position: inherit !important;
	z-index:0;*/
	width: 100%;
	}
	.side-bars{
	/*position: inherit !important;
	top:inherit !important;*/
	overflow-y:hidden;
	/*bottom:inherit !important;*/
	}	
   .swipe-acc {
		display:none;
		visibility:hidden;
   }
}
@media all and (min-width: 575px) { 
.toggle{ /*uantiy of quantity disappears.*/
display:inline-block;
}
}
@media all and (min-width: 768px) {   /*ie. 800px to 985px only 1 button showing.*/
	#chkout-note1, #chkout-note3 { /*checkout-order page*/
	display:inline-block;
	margin-right:15px;
	}
	#slogan{
	display:none;
	}
	.fmenu-hidden p, .fmenu-hidden ul,.fmenu-hidden hr, .wmenu-hidden ul, .smenu-hidden ul, .vmenu-hidden ul {
	display:none;
	visibility: hidden;
	}
	.hide-mobile{
	display:inline-block;
	}
	.reveal-mobile{
	display:none;
	}	
	#tabs_container, #tabs_container_double_tier{	/*Double tier used on admin pages*/
	background-color: #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 35px; /*tw2do also has to go*/
	margin: 7px -10px 12px;
	border: 1px solid #AAAAAA;/*tw2do overflow:hidden will fix when tabs move down*/
	border-bottom:none;
	}	
	#tabs_container.tabstobuttons{
	border-bottom:none;
	}
	#tabs_container_double_tier{
	height:90px;
	}
	.tabs {
	margin-top: 11px;
	}
	.tabs li{
	float: left;/*needed for ie6 - stops tabs stacking on top of each other*/
	display: inline-block; /*must be inline-BLOCK otherwise Safari on iphone moves tab to next line and font is huge*/
	font-weight:bold;
	padding:0;
	padding: 0;
	}	
	.tabs li a{
	background-color: #7ecd69;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	border-bottom: none;
	}
	.tabs li a:hover {
	border-bottom: none;
	}
	.tabs li a.selected{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	border-bottom: 1px solid #FFFFFF;
	}
	.buttons li a.selected{
	padding-bottom: 8px;
	z-index: 90;
	}
	.colleft50, .colright50{
	width:50%;
	}
	.colleft65{
	width:65%;
	}
	.colright35{
	width:35%;
	}
	.left-column {
	width:25%;
	}
	.right-column{
	width:40%;
	}
	.middle-column {
	display:block;
	margin:0 40% 0 25%;
	padding:0 2% 0 2%; 
	}
	.off-canvas-navigation ul li {
	float: right;
	width: 19.3%;
	}	
	.menu-button {
	display: none;
	}
	.sidebar-button {
	border: none;			
	}	
	.js #nav-menu {
	width: 22.7%;/*180px 18.3%;19%;  stops*/	
	margin-left: 0;
	}
	.js #main {	
	width: 77%;
	float: left;
	}
	.js #infopanel {
	width: 18.2%;
	}					
	.no-js  #nav-menu {
	width: 180px;
	margin-left: 0;
	float: left;
	padding: 0;
	padding-top:5.5%;
	display:block;
	position: relative;
	z-index:2;
	}		
	.no-js   #main {
	height:100%;
	padding: 0;
	width:620px;
	float:left;
	z-index:1;
	margin:0;
	margin-left:0;	
	position:relative;		
	}	 
	.no-js #infopanel {
	width: 180px;
	padding: 0;
	margin: 0;
	margin-right:0;
	float: right;
	padding-top:5.5%;
	z-index:2;		
	}		
	.active-sidebar #nav-menu {	
	margin-left: -100%;/**/
	}
	.active-sidebar #main {
	margin-left:-10px;
	}
	.active-sidebar #infopanel {	
	width: 180px;
	}	
	.off-middle { 
	display:none;
	}
}
@media all and (min-width: 985px) { /*985px) {  /* i.e. 985 to + = no buttons showin*/
	#header {
	border:none;
	}
	.swipe {
	display: none; visibility: hidden;
	}
	.sticky-wrap {
	border-right: none;
	}
	#main_menu {
	border:none;
	margin-bottom:15px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	}
	#nav-menu,
	#main ,
	#infopanel {
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	 }
	#container {
	max-width: 980px;
	margin: 0 auto;
	}
	.off-canvas-navigation {
	display: none;
	}	
	#smallmenu{
	max-width: 980px;	
	margin: 0 auto;
	}
	.js #nav-menu {
	width: 18.3%;/*18.3%;19%;*/	
	margin-left: 0;
	float: left;
	padding: 0;/*3%;*/	
	padding-top:5.5%;
	}
	.js  #main {
	width: 63.4%;
	padding: 0;
	}
	.js #main.main_no_right_sidebar{
	width: 81.7%;
	}
	.js #infopanel {
	width: 18.3%;
	padding: 0;
	margin-right: 0;
	float: right;
	padding-top:5.5%;
	}
	.no-js  #container {
	width: 980px;
	margin: 0 auto;
	}			
	.no-js  #nav-menu {
	width: 180px;
	margin-left: 0;
	float: left;
	padding: 0;
	padding-top:5.5%;
	display:block;
	position: relative;
	z-index:2;
	}		
	.no-js   #main {
	height:100%;
	padding: 0;
	width:620px;
	float:left;
	z-index:1;
	margin:0;
	margin-left:0;	
	position:relative;		
	}	 
	.no-js #infopanel {
	width: 180px;
	padding: 0;
	margin: 0;
	margin-right:0;
	float: right;
	padding-top:5.5%;
	z-index:2;

	}	
}

	.ie body{
		font-size: 87.5%;
		line-height: 150%;
	}
	.ie .addtocart{ /*tw ch*/
		display:inline-block !important;;
		width: 80px !important;;
	}
	.ie .add{ /*tw ch*/
		display:none !important;;
	}
	.ie .pgrid-div-prod-form input {
		width: 45px;
	}
	.ie .pgrid-div-prod-form p small {
		font-size:x-small;
	}
	.ie .pgrid-div-tooltip img   {
		max-width:inherit !important;
		height:inherit !important;
		width: 400px;
	}
	.ie .pgrid-div-prod-des-extended {
		width: 63.1%;
	}
	.ie .pgrid-div-prod-des- {	
		width: 53.5%;
	}
	.ie .small-des{
		width: 41.6%;
	}
	.ie .pgrid-div-prod-form {
		width: 45.4%;
	}
	.ie .small-form{
		width: 35.0%;
	}	
	.ie .toggle{
		display:inline-block;
	}
	.ie .left-column {
		width:25%;
	}
	.ie .right-column{
		width:50%;
	}
	.ie .middle-column {
		display:block;
		margin:0 50% 0 25%;
		padding:0 2% 0 2%; 
	}
	.ie #main_menu li {
		width:25%;
	}
	.ie #header{
		font-size: 100%;
	}
	.ie .off-canvas-navigation {
		display: none;
	}		
	.ie  #container {
		width: 980px;
		margin: 0 auto;
	}			
	.ie  #nav-menu {
		width: 180px;
		margin-left: auto;
		float: left;
		padding: 0;
		padding-top:5.5%;
		display:block;
		position: relative;
		z-index:2;
	}		
	.ie   #main {
		height:100%;
		padding: 0;
		width:620px;
		float:left;
		z-index:1;
		margin:0;
		margin-left:0;	
		position:relative;		
	}	 
	.ie #infopanel {
		width: 180px;
		padding: 0;
		margin: 0;
		margin-right:0;
		float: right;
		padding-top:5.5%;
		z-index:2;
	}	
	.ie .side-bars{
		width:100%;
		position: inherit !important;
		top:inherit !important;
		overflow-y:hidden;
		bottom:inherit !important;
	}




	