/*  CSS code property of Native Software
Written by Jon Ward
1/11/09
Auckland NZ
----------------------------------------------
*/

/* fix for images coming from accredo enlarging on att change */
.list-image-box > span > img {width:70px;}

/* fix for nav menu layout */
#subnav ul {
    margin: 0 !important;
	padding-left: 0 !important;
}

/* temp fix for wfa - shopping cart image with $NAN appearing in other b2b sites 
#viewcartoptions {display:none;} */

#viewcartoptions{
padding: 0px 0px 5px 10px;
margin: 6px 0 0 0px;
float: right;
text-align: right;
width: 540px;
clear: both;
color: #fff;
}

#userrmenucartlink{
	color:#fff;
}

/* Reset taken from www.blueprintcss.org */ /*{{{*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

* {margin:0;}
html {
      height: 100%;
      }

body { 
    line-height: 1.5; 
    height:100%;
}

.none{display:none}

      

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

input { overflow: visible; }
/*}}}*/
/* Default Typography taken from www.blueprintcss.org *//*{{{*/


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin-left: 1.5em; }
ul, ol      { margin: 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/*}}}*/

/*Clearfix list {{{*/

#content-wrapper:after,
#content:after,
#breadcrumbs:after,
#utilities:after,
#mainnav:after,
#header-content:after,
#footer-content:after,
#login:after,
#search:after,
.pagination:after,
#related-products:after,
.choice:after,
.product-view-thumbs:after,
.formitem:after,
#dashboard:after
{
    height:0.1px;
    visibility:hidden;
    clear:both;
    content:".";
    display:block;
}

.clearfix{clear:both;}

/*}}}*/

/* Global {{{*/

a, a:link {
    color:#000;
}
a:visited {
    color:#000;
}
a:hover {
    color:#000;
    text-decoration:underline;
} 
a:active {
    color:#777;
}
hr {
    border:1px dotted #777;
    border-width:0 0 1px 0;
    margin:1em 0;
}

/*}}}*/

/*Forms {{{*/


input.textbox {
    width:7em;
}
.formcontainer
{
	margin: 20px;
    line-height:2.5;
}
.formcontainer label {
    margin:0 0.1em 0 0;
    text-align:right;
    font-weight:bold;
    color:#333;
    font-size:13px;
    width:200px;
    float:left;
    clear:both;
    line-height: 2;
}

.formcontainer input.textbox .formcontainer TEXTAREA {
    font-size:13px;
}

.formcontainer input.button {
    font-size:13px;
}

.formcontainer .big{
    width:220px;
}


/* Use formitem when there are multiple elements to align to a label*/
.formitem{
    float:left;
}


.formcontainer .controls
{
	margin-left: 200px;
}


/*}}}*/

/*Layout*//*{{{*/

#wrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;

}
#header {
    background:#000;
}
#header-content {
    width:960px;
    margin:0 auto;
    position:relative;  
    /*cjb 30/10/14*/
    /*background-image: url(/skins/skinversion4/images/nzteamwear/logo_145_w.png);*/
    background-position: 550px 70px;
    background-repeat: no-repeat;

}

#breadcrumbs {
    width:960px;
    margin:0 auto;
    border:1px solid #2f2f2f;
    border-width:1px 0;
    background:#000;
}
#messages {
    width:960px;
    margin:2px 0 2px 0;
    border:1px solid #ddd;
    border-width:1px 0;
    background:#800606;
    font-weight: bold;
    line-height:1.75em;
    color:#fff;
    font-size: 2em;
}
#messages div {
    margin: 10px 20px 10px 20px;
}

#content-wrapper {
    width:960px;
    margin:0 auto;
	/* adding uneeded spacing between content and breadcrumbs cjb 04/01/2015 */
    /* margin-top:10px; */
    border:1px solid #ddd;
    background:#eee;
}
#maincontent{
    margin-left:190px;
    width:770px;
    float:left;
    background:#5f5f5f;
	background: #fff;
	/* fill in the content space when only one row of products cjb 04/01/2015 */
	/* min-height: 400px; */
}
#sidebar{
    width:150px;
    float:left;
    margin:0 0 0 -960px;
    padding:20px;
}

/* cjb 30/10/14 
#sidebar-image {
    height:60px;
    background:#000;
    background-image: url(/skins/skinversion4/images/nzteamwear/logo_145.png);
    background-position: center top;
    background-repeat: no-repeat;
	} 
*/
/* new image cjb 04/01/2014 */
#sidebar-image {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/userfiles/nzuniforms_dot_com_logo/shield-150x150.png");
}

/*}}}*/

/* Header *//*{{{*/

#logo {
    margin:10px 0;
    width:200px;
}
#logo img {
    display:block;
}
#header h2 {
    margin:0 0 0.5em 10px;
    padding:0;
    line-height:1;
    font-size:16px;
    font-family: Georgia, serif;
    font-style:italic;
    letter-spacing:-0.03em;
    color:#777;

}
#branding {
    float:left;
}

#utilitiessearch 
{
	position:absolute;
	top: 85px;
	right:0;
	width: 300px;
	padding:0;
	margin:0;
	
}

#utilities {
    position:absolute;
    top:0;
    right:0;
}

/*--- Login box ---*/

#login {
    padding:0px 0px 5px 10px;
    margin:6px 0 0 0px;
    float:right;
    text-align:right;
    width:540px;
    clear:both;
    color:#fff;
   
}
#login .field {
    margin:0 5px 0 0;
    display:inline;
}


#login input.textbox {
    padding:3px;
    width:10em;
    background:#000;
    border:none;
    font-size:12px;
    color:#eee;
    border: 1px solid #2f2f2f;
}

#login input.textbox:focus {
    background:#2e2e2e;
}


#login .button 
{
	background-color:#2f2f2f;
    text-transform:uppercase;
    cursor:pointer; 
    padding:3px;
    width:5em;
    border:none;
    font-size:12px;
    color:#eee;
    border: 1px solid #2f2f2f;
    margin-left: 2px;
}

#login input.button:hover
{
background-color:#bf0909;
}

#login a {color:#fff; margin-right: 3px;}
/*--- Search box ---*/
#search {
    padding:0px 0; 
    clear:both;
}
#search .field {
    float:right;
}
#search label {
    font-size:18px;
    margin:0 0.2em 0 0;
    font-weight:bold;
    color:#555;
    display:none;
}
#search input.textbox {
    margin:0 0.2em 0 0;
    font-size:16px;
    padding:3px;
    width:10em;
    border:1px solid #ccc;
}
#search input.textbox:focus {
    background:#FFFFCF;
}

#search input.button 
{

background-color:#2f2f2f;
    text-transform:uppercase;
    cursor:pointer; 
    padding:3px;
    width:5em;
    border:none;
    font-size:12px;
    color:#eee;
    border: 1px solid #2f2f2f;
    margin-left: 2px;
}

#search input.button:hover
{
background-color:#bf0909;
}


/*}}}*/

/*Menus*//*{{{*/

#mainnav 
{
    float:left;
    margin:0;
    /*clear:both;*/
}
#mainnav ul {
    margin:0;
    padding:0;
}

#mainnav li {
    float:left;
    list-style:none;
    border-left:1px solid #333; 
}
#mainnav ul li:first-child {
    border:none;
}
#mainnav a {
    display:block;
    padding:5px 10px;
    font-size:15px;
    text-decoration:none;
    background:url(/skins/skinversion4/images/sprites.png) no-repeat top left;
    color:#fff;
    
}
#mainnav a:hover {
    background-position:0 -60px;
    color:black;
}

#secondnav {
    float:right; 
    
    margin:0;
}
#secondnav ul {
    padding:0;
    margin:0;
}

#secondnav li {
    float:left;
    list-style:none;
    margin-right:1px;
}
#secondnav a {
    display:block;
    padding:10px 5px 3px 5px;
    text-decoration:none;
    background:#800606;
    color:#fff;
}
#secondnav a:hover {
    background-color:#bf0909;
}

#categorymenu
{
	}
#subnav {
    list-style:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #ddd;
}
#subnav ul {
    margin:0 0 10px 16px;
    clear:both;
    border:none;
    display:none;
}


#subnav li a { 
    background:url(/skins/skinversion4/images/sprites.png) no-repeat top left;
    color:#fff;
}

#subnav li.parent li a 
{
	color: #000;
}

#subnav li li .selected a 
{
	color: #000;
}

#subnav li a:hover { 
    /*background-position:0 -60px;
    color:#000;*/
}

#subnav li.selected>a,
#subnav li.parent .selected > a, 
#subnav li.parent li.selected > a
{
    color:#bf0909;
    font-weight:bold;
}

#subnav li li.selected > a,
#subnav li li.parent li.selected > a
{
    color:#fff;
    font-weight:bold;
}


#subnav  ul ul {
    margin:3px 0 3px 16px;
}

#subnav li.selected ul,
#subnav  ul ul,
#subnav  ul ul ul {
    display:block;
}

/* Level 1 links */

#subnav li {
    border-top:1px solid #ddd;
    clear:both;
    position:relative;
    list-style: none;
    
}
#subnav li a {
    display:block;
    width:145px;
    padding:8px 0;
    font-size:1.2em;
    line-height:1;
    text-decoration:none;
    padding-left: 5px;

}

#subnav li a.open 
{
	display:inline;
    right:6px;
    top: 6px;
    position:absolute;
    width:15px;
    height:16px;
    background:url(/skins/skinversion4/images/subnav_arrow.png) no-repeat;
    text-indent:-9999px;
    padding:0;
    margin:0px 0 0 0;
    outline:none;
}
#subnav li a.open:hover {
    /* background-position:0 -17px; */
}
#subnav li li a.open
{
	display:none;
}

/* Level 2 links  */

#subnav li li 
{
	font-weight:bold;
    border:none;
    margin:0;
    border-bottom: 1px solid silver;
        
}
#subnav li li a {
    background:none;
    padding:2px 0;
    font-size:1em;
    line-height: 1.75em;

}

/* Level 3 links */
#subnav li li li 
{
	font-weight:normal;
    border-bottom: none;
}
#subnav li li li li 
{
	font-style:italic;
	border-bottom: none;
}


/*}}}*/

/*Breadcrumbs*//*{{{*/

#breadcrumbs ul {
    margin:0 0 0 10px;
    padding:0;
}
#breadcrumbs li {
    float:left;
    list-style:none;
    padding:5px 10px 5px 0px;
    color:#eee;
}
#breadcrumbs a {
    font-size:12px;
    margin-right:10px;
}
#breadcrumbs a:hover {
    color:#000;
}


/* Cart*/
            #cart {
              float:right;
              padding:5px 0 5px 10px;
              color:#FFF;
            }
            
            #cart a {
            font-size:12px;
            margin-right:0px;
            padding-right: 10px;
            margin-left: 5px;
            color:#fff;
            }
            
        
        
/*}}}*/

/*Pagination*//*{{{*/

.pagination {
    padding:5px 10px;
    float:right;
    border:1px solid #ddd;
    background:#eee;
    color:#222;
}
.pagination .pagenav {
    float:left;
    text-transform:capitalize;
    color:#555;
}
.pagination .pagenav a {
    padding:0 3px;
}
.pagination .pageloc {
    float:left;
    margin-left:1em;
}

/*}}}*/

/* Main content *//*{{{*/

#content {
    padding:20px;
    border-left:0px solid #ddd;
    
}
#content h2 {
    margin:0 0 0.5em 0;
    line-height:1;
    color:#000;
    letter-spacing:-0.02em;
}
#content p {
    margin-bottom:1em;
    line-height:1.5;
    color:#222;
    font-size:13px;
}
#content ul {
    color:#222;
}

#content table {
    margin:0 0 20px 0;
}

/*}}}*/
/*Catalogue Page*//*{{{*/

#catalogue {
    width:99%;
    border-collapse:collapse;
}
#catalogue td {
    
    text-align:center;
    vertical-align:top;
}
#catalogue td h3 {
    margin:1em 0 0.2em 0;
}
#catalogue td a img {
    padding:5px;
    border:1px #ddd solid; 
    background:#fff;
}
#catalogue td a:hover img {
    border-color:#efefef;
}

#catalogue td a {
    display:block;
    text-decoration:none;
    font-size:14px;
    background:#fff;
    padding:10px;
    border:1px solid #fff;
}
#catalogue td a:hover {
    border-color:#ddd;
    background:#f8f8f8;
}

#catalogue td a span {
    display:block;
    line-height:1.2;
}

.price {
    color:#800606;
    font-weight:bold;
    letter-spacing:-0.01em;  
}
.price em {
    font-size:0.8em;
    color:#777;
    margin-right:3px;
    font-weight:normal;
}
.details {
    font-size:0.8em;
    color:#555;
}
/*}}}*/

/*Product Page*//*{{{*/

#content p.intro {
    color:#000;
}
#product-details{
    float:left;
    width:300px;
}
#product-image {
    float:right;
    width:400px;
}
#product-image .product-view {
    border:1px solid #777;
    overflow:hidden;
    padding-bottom:20px;
}

#product-image .product-view a 
{
	margin:auto;
    display:block;
}

.product-view img{
	margin-bottom: 20px;
		margin-top: 20px;

}


#product-image p {
    padding:0.5em;
    color:#222;
    text-align:center;
    background:#EFE7E0;
}

.product-view-thumbs {
    background:#fff;
}
.product-view-thumbs a {
    float:left;
    border:1px solid #ddd;
    border-width:0 1px 1px 0;
    background:#eee;
 
}
.product-view-thumbs a img {
    width:50px;
    height:50px;
}


#choicecontainer
{
	border: 1px solid #eeeeee;
	padding: 5px;
}

.choice {
    margin-left:95px;
    margin-bottom:1em;
}
.choice label {
    position:absolute;
    margin:0 0 0 -95px;
    width:95px;
    font-weight:bold;
}

.choice-top {
    margin-left:0px;
    margin-bottom:1em;
}

.choice label.top 
{
    position:relative;
    width:280px;
    font-weight:bold;
    margin:0 0 0 0px;
	
}

.choice .button 
{
	width:140px;
	height: 2.5em;
	color:#800606;
	}
.largeinput
{
	margin:0 0 0 0px;
	width:280px;
}

.colour {
    margin-bottom:0.5em;
    float:left;
}
.colour span {
    display:block;
    float:left;
    margin-right:5px;
    background:black;
    width:20px;
    height:20px;
    text-indent:-9999px;
}
.colour input {
    float:left;
}
.colour .black {
    background:#000;
}
.colour .bronze {
    background:#5F3E06;
}


#product-image img {
    display:block;
}

#related-products{
    clear:both;
    padding:1em 0 0 0;
}
.view-products {
    overflow:auto;
    background:#E0E5EF;
    padding:10px 0 0 10px;
}

#related-products ul {
    padding:0;
    margin:0;
}
#related-products ul li {
    float:left;
    list-style:none;
    margin:0 10px 10px 0;
    width:23%;
    height:150px;
    background-color: #fff;

}
#related-products li
{
	width:165px;
}
#related-products li a
{
	height:120px;
}
#related-products li a,
#related-products li a span {
    display:block;
    text-decoration:none;
    text-align:center;
}
#related-products li a {
    background:#fff;
    padding:10px;
}

.question {
    display:block;
    margin:0.5em 0;
}
/*}}}*/
/*Checkout*//*{{{*/
#stages {
    margin:0;
    padding:0;
}
#stages li {
    margin:10px 0;
    list-style:none;
    padding:5px 25px 5px 5px;
    background:#eee;
    border:#ddd 1px solid;
    color:#777;
}
#stages li.complete {
    color:#222;
    background:#eee url(/skins/skinversion4/images/tick.png) no-repeat 95% center;
}
#stages li.selected {
    color:#222;
    border-color:#777;
}
table#checkout {
    margin:1em 0;
}
table#checkout th {
    font-size:1.4em;
    border-bottom:1px #ddd dotted;
    color:#eee;
    font-weight:normal;
    padding:0;
}
table#checkout td {
    border-bottom:1px #ddd dotted;
}
table#checkout th.price {
    text-align:right;
    width:3em;
    padding:0 2em 0 0;
}
table#checkout td.price {
    font-size:1.4em;
    font-weight:normal;
    text-align:right;
    padding:0 2em 0 0;
}
.total {
    font-size:1.4em;
    text-align:right;
}
.final td {
    background:#E0E5EF;

}
table#checkout td.quantity .textbox {
    width:2em;
    margin-right:1em;
}
.next {
    float:right;
}
div.field-group{
    margin-bottom:5px;
}
/*}}}*/
/*Sidebar content*//*{{{*/

#sidebar h2 {
    margin:0 0 10px 0;
    text-transform:uppercase;
    line-height:1;
    font-size:12px;
    letter-spacing:-0.01em;
    color:#333;
}


/*}}}*/
/* Footer *//*{{{*/

#footer {
    /* cjb 04/01/15 was adding a line below the page content
	margin:20px 0 0 0; */
    background:#242933;
}

#footer, #push {
/* had xxxxx before the height rule ? cjb 04/01/2015 */
	/* height: 80px; */	/* Must match the wrapper negative margin  less the footer margin*/
	clear: both;
}


#footer-content {
    width:940px;
    margin:0 auto;
    background:#242933;
    padding:20px 0 20px 20px;
}


#footer .section {
    float:left;
    margin:0 20px 0 0;
}
#footer .vcard {
    float:right;
    color:#ccc;
    margin-right:40px;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer li {
    list-style:none;
    margin:0;
    padding:0;
}
#footer h3 {
    margin:0 0 10px 0;
    color:#ccc;
    font-size:1em;
    text-transform:uppercase;
}
#footer a {
    color:#777;
    text-decoration:none;
    display:block;
}
#footer a:hover {
    color:#fff;
    text-decoration:underline;
}

/*}}}*/

/*Mozilla & Webkit Enhancements *//*{{{*/

/* adding uneeded styling that did not work in chrome cjb 04/01/2015
#mainnav ul li:first-child a {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
}
#search .textbox {
    -moz-border-radius:3px;
    -moz-box-shadow:inset #eee 0 0 3px 1px;
    -webkit-border-radius:3px;
    -webkit-box-shadow:inset #eee 0 0 3px 1px;
}
#subnav li:first-child a {
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}
.view-products,
.pagination
{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#content {
    -moz-box-shadow:#ddd -10px 0 10px -5px;
    -webkit-box-shadow:#ddd -10px 0 10px -5px;
}
#footer-content {
    -moz-box-shadow:#ddd -10px 0 10px -5px;
    -webkit-box-shadow:#ddd -10px 0 10px -5px;
}
*/



				.imageselectOn{
					border: 1px silver solid;
					width: 40px;
					height: 40px;
				}
				.imageselectOff{
					border: 1px white solid;
					width: 40px;
					height: 40px;
				}
				.imageselectHover{
					border: 1px silver solid;
					width: 40px;
					height: 40px;
				}				


/*}}}*/


.consolidatedpriceblock{display:none;}

.alignright {text-align:right;}

.mojozoombox {position:absolute;width:320px;height:300px;border:1px solid #aaaaaa;z-index: 999; background-color:#fff;}
.mojozoombox{visibility:hidden;}

#imgProduct_1{border: 1px solid #cccccc; margin:auto;}

#product-paging{clear:both; width:100%; text-align:right;}

.detailtable {}

.displaytable {border: 1px #eee solid;}


.readonlytextbox {border: 0; width:250px; line-height: 1.25em;}

.cartinfo {width:25em; height:4em; font-family:Arial;}
.cartdropdown {width: 25em;} 
.cartterms {width:95%; text-align:center; margin: 20px 0 20px 0;}

#cartpaymentoptions {margin: 10px 0 20px 0; border:#707070 solid 1px; padding: 20px;}

.nocontainer .section{background-color: #fff; margin:20px;}


#popupwindowtoolbar{background-color:#efe7e0; padding: 5px; height: 30px; margin-bottom: 20px;}

#popupwindowtoolbar h1{color: #000; float:left;}
#popupwindowtoolbar a{color: #000; float:right;}

#mylist {float:right; background-color: #FF0000 ;}
#mylist li a{color: #fff ; font-weight:bold; text-decoration:none;}

input.favourite{color: #FF0000; font-weight:bold;}

#customerimagecontainer{ display:none;}
#customerimage{display:none;}

#forgotpassword{margin-left: 5px; color: #eee; text-decoration: none; display:block; font-size:11px;}

#model-message-content .closepopup{float:right; height:15px;}
#modal-bg {  position:absolute;  
             top:0;
			z-index:100;  
			background-color:#000;  
			display:none;  
			width:99%;
			margin:0;padding:0;
			overflow: hidden;
			text-align:center;
}


#modal-message-container {	z-index:110;
                          	position:absolute;
                          	width:480px;
                          	border:5px #12ad2b solid;
							background:#fff;top:100px;
							left:50%;padding:20px;
							margin-left:-240px; 
							-moz-border-radius-bottomleft:6px;
							-moz-border-radius-bottomright:6px;
							-moz-border-radius-topleft:6px;
							-moz-border-radius-topright:6px;
							display:none;
							
							}
							
							
#model-message-content { position: relative; font-size: 1.5em; text-align:left;}							


/*home page products */

#featured-products
{
    padding:1em 0 0 0;
	text-align:center;    
	background-color: #fff;
	border:1px solid #EEE;
	}

#featured-products img
{
	display:inline;
}

#featured-products h3
{
	
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
}
#featured-products .view-products {
    overflow:visible;
    background:#fff;
    padding:10px 0 0 10px;
    
}

#featured-products ul {
    padding:0;
    margin:0;
}
#featured-products ul li {
    
    list-style:none;
    margin:0 10px 10px 0;
    background-color: #fff;
    width:320px;
	height: 110px;
    float:left;
    text-align:center;
    overflow: auto;

}


#featured-products li a,
#featured-products li a span {
    display:block;
    text-decoration:none;
    text-align:center;
}
#featured-products li a {
    background:#fff;
    padding:0px;
}

#featured-products .price{
    display:block;
}

/* cjb 04/01/2015
#poweredby{text-align:right;
           font-size: 10px;
           color: #eee;
           padding:0 5px 5px 0;}
*/
/* stop link from going accros the whole footer */
#poweredby {
    font-size: 10px;
    color: #EEE;
    float: right;
    padding-right: 10px;
}

          
#poweredby span{font-weight: bold;}

/*Frontpage*//*{{{*/
#intro a,
#reminder a 
{
    text-decoration:none;
}
#intro a:hover,
#reminder a:hover 
{
    text-decoration:underline;
}
#dashboard .panel {
    float:left;
    margin-right:20px;
    position:relative;
    overflow:hidden;
}
#dashboard .last {
    margin:0;
}

#dashboard .panel a {
    display:block;
    border:2px solid #000;
}
#dashboard .panel a:hover {
    border-color:#fff;
}
#dashboard .panel em {
    position:absolute;
    top:2px;
    left:2px;
    width:340px;
    padding:10px;
    background:#000;
    font-style:normal;
    font-size:14px;
    display:none;
}

#dashboard .panel em span {
    display:block;
    padding:5px 8px;
    background:#242933;
    color:#fff;
    float:left;
    margin:15px 0 0 0;
}

#dashboard .panel a img {
    display:block;
	width:240px;
}

#reminder {
    margin:30px 0 0 0;
}

/*}}}*/


.overlabel {
	color:#eee;
	cursor:text;
	display:inline-block;
	font-size:11px;
	font-weight:normal;
	left:3px;
	position:absolute;
	top:1px;
	width:100px;
	text-align:left;
}

#xxxxlogin label.overlabel{font-size:11px;
	text-align:left;
	width:100px}

#frmLogin .field {position:relative;}


#orderthanks 
{
    font-size: 3em; color: red; display:block; border: 2px dotted red;
}


span.currency
{
    padding:0 0 0 5px;
}
span.currency-symbol
{
    padding:0 1px;
}
#catalogue td a span.currency-symbol 
{
    display:inline;
}

.linkedProductFormContainer {border: 1px solid #E0E5EF; margin-top: 5px;}
.linkedProductFormContainer .textheading12px {font-weight:bold; margin-top: 5px;}
/*'[CHANGELOG]20130411 AK */
#productimagelist
{position:relative}
 /***************express checkout styles [CHANGELOG 20130606]***********************/

ul.checkoutOptions > li{
list-style:none;}
ul.checkoutOptions > li > strong
{
    background: none repeat scroll 0 0 #fefefe;
    display: block;
    font-size: 14px;
    line-height: 15px;
    padding: 5px 10px;
 }
 
#expressregister fieldset,fieldset#customerDetailsSection {
    border: 1px solid #ddd;
    margin: 15px auto;
    padding: 15px;
}

#expressregister legend {
   font-size:18px
}
    
#expressregister label
{
 display:block}  
 
 #expressregister input[type="text"]
 {display:inline-block;
  margin-right:10px;
  }  
  
   #expressregister p
   {color:#555;
    font-style:italic}  
    
    .control-group
    {margin-top:10px}          

	


table.repTable {
    border: 1px solid #000;
    border-collapse: collapse;
    font-size: 11px;
    margin: 10px;
    text-align: left;
    width: 700px;
}
table.repTable th {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 10px 7px;
	 background: none repeat scroll 0 0 #fff;
}
table.repTable tbody {
    background: none repeat scroll 0 0 #EEEEEE;
}
table.repTable td {
    border-top: 1px dashed #FFFFFF;
    color: #666699;
    padding: 10px;
	
}
table.repTable tr td:first-child{
	
	}

table.repTable tbody tr:hover td {
    background: none repeat scroll 0 0 #D0DAFD;
    color: #333399;
	
}

table.repTable tbody tr.repSubTotalRow td{font-weight:bold;
	background: none repeat scroll 0 0 #fff;}
	
table.repTable td.repAmount, td.repAmountTotal, th.repAmount, td.repAmountGrandTotal {text-align:right;}

.fb-link-container,.fb-link-container #forgotpassword{float:right}

/* center content headings and pagination cjb 04/01/2015
#categorytitle,#categorymenu h2,#top-pagination */

/* center the dashboard images */
#dashboard {
    margin: 0px auto;
    width: 530px;
}
/* form response */ 
#mailresponse{
text-align:center;
font-size:17px;
}
#mailresponse > p { 
font-size:17px; 
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

a.btn{
text-decoration: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.productpricewasproductpage{
font-size: 20px;
color: green;
}

