﻿/*  CSS code property of Native Software
Written by Jon Ward
25/01/10
Auckland NZ
----------------------------------------------

/* 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%;
}

/* 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: #fff;
  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: #959595}
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,#breadcrumbs ul:after,
#utilities:after,
#mainnav:after,
#secondnav:after,#secondnav ul:after,
#header-content:after,
#footer-content:after,
#login:after,
#search:after,
.pagination:after,
#related-products:after,
.choice:after,
.product-view-thumbs:after,
#xxxcatalogue td:after, #catalogue td a:after,
#dashboard:after
{
    height:0.1px;
    visibility:hidden;
    clear:both;
    content:".";
    display:block;
}

/*}}}*/

/* Global {{{*/

a, a:link {
    color:#fff;
}
a:visited {
    color:#fff;
}
a:hover {
    color:#fff;
    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;
}


/*}}}*/

/*Layout*//*{{{*/
#wrapper {
    xbackground:#242933;
background:#000;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -170px;*/
	margin: 0 auto ;

}


#header {
    background:#000;
}
#header-content {
    width:960px;
    margin:0 auto;
    position:relative;  
    background:#000 url(/skins/skinversion4/images/logo.png) no-repeat 650px;
}

#breadcrumbs {
    width:960px;
    margin:0 auto;  
    background:#191B1F;
    border:3px solid #3f3f3f;
    border-width:0 3px 0 3px;
    height: 36px;
}
#content-wrapper { 
    width:960px;
    margin:0 auto;
    /*margin-top:10px;*/
    background:#959595 url(/skins/skinversion4/images/sidebar_bg.png) repeat-y;
    border:3px solid #3f3f3f;
    border-width:0 3px 0 3px;
}
#maincontent{
    margin-left:160px;
    width:800px;
    float:left;
    background:#5F5F5F;
}
#sidebar{
    width:120px;
    float:left;
    margin:0 0 0 -960px;
    padding:20px 10px 0 20px;
}



#footer {
    margin:20px 0 0 0;

    xpadding:20px 0;
    background:#242933;
	xborder-bottom: #3f3f3f 3px solid;
}

#footer {
	xxheight: 150px;	/* Must match the wrapper negative margin  less the footer margin*/
	clear: both;
}

#push {

}

#footer-content {
    width:940px;
    margin:0 auto;
    background:#242933;
    padding:20px 0 20px 20px;
}




/*}}}*/

/* Header *//*{{{*/

#logo {
    margin:-4px 0 20px -8px;
}
#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;
    position: relative;
}
#basket {
    float:left;
}
#utilities {
    float:right;
    width:560px;
}

/*--- Login box ---*/


#login {
    padding:0px 10px 5px 10px;
    margin:6px 0 0 0px;
    float:right;
    text-align:right;
    width:500px;
    clear:both;
    color:#fff;
   
}
#login .field {
    margin:0 5px 0 0;
    display:inline;
}
#login label {
    color:#ccc;
    font-size:13px;
    width:6em;
    /*float:left;*/
    padding:4px;
    background:#000;
}

#login input.textbox {
    padding:3px;
    width:10em;
    background:#aaa;
    border:none;
    font-size:12px;
}
#login .button {
    border:#3F3F3F 1px solid;
    background:#5F5F5F;
    color:#fff;
    padding:0px 5px 1px 5px;
    text-transform:uppercase;
    cursor:pointer;
    font-size:12px;
}

.loginToggle {  
    background:#242933 url(/skins/skinversion4/images/icons/user_suit.png) no-repeat 5px 60%;
    float:left;
    padding:10px 5px 3px 25px;
    text-decoration:none;
    margin-right:1px;
}
.loginToggle:hover {
    background-color:#800606;
    text-decoration:none;
}

#login .loginToggle {
    padding:5px;
    float:none;
    background:none;
    text-decoration:underline;
}
#login .loginToggle:hover {
    

}

/*--- Search box ---*/
#search {
    padding:10px 0; 
    position:absolute;
    bottom:-3.2em;
    right:20px;
}
#search .field {

}
#search label {
    margin:0 0.2em 0 0;
    font-weight:bold;
    color:#ccc;
    font-size:14px;
    display:none;
}
#search input.textbox {
    padding:3px;
    width:16em;
    border:none;
    background:#ccc;
}

#search input.button {
    border:#BF0909 1px solid;
    background:#800606;
    color:#fff;
    padding:2px 5px;
    text-transform:uppercase;
    cursor:pointer;
    font-weight:bold;
}

/*}}}*/

/*Menus*//*{{{*/

#mainnav {
    float:left;
    margin:0 0 0 10px;
    clear:both;
}
#mainnav ul {
    margin:0;
    padding:0;
}

#mainnav li {
    float:left;
    list-style:none;
}
#mainnav ul li:first-child {
    border:none;
}
#mainnav a {
    display:block;
    padding:3px 10px;
    font-size:12px;
    text-decoration:none;
    background:#000;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
}
#mainnav a:hover {
    background:#800606;
    border-color:#BF0909;
}

#subnav,#subnavstatic  {
    margin:0;
    padding:0;
}
#subnav ul,#subnavstatic ul {
    padding:0;
    margin:0;
}
#subnav li ,#subnavstatic li {
    list-style:none;
    display:block;
    line-height:1;
}
#subnav a,#subnavstatic a {
    text-decoration:none;
    font-size:12px;
    padding:5px 5px;
    display:block;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
}

#subnav a:hover ,#subnavstatic a:hover {
    text-decoration:underline;
}



#subnav li li a,#subnavstatic li li a {
    background:none;
    font-size:11px;
    text-transform:capitalize;
    color:#aaa;
    padding:3px 5px;
    font-weight:normal;
}
#subnav li li a:hover,#subnavstatic li li a:hover {
    color:#fff;
    text-decoration:none;
}

#subnav,#subnavstatic li.selected a,
#subnav,#subnavstatic li.selected a:visited
{
    color:black;
    font-weight:bold;
}


#basket {
    margin:10px 0;
}
#basket a {
    display:block;
    float:left;
    background:#242933 url(/skins/skinversion4/images/icons/basket.png) no-repeat 5px 60%;
    padding:10px 5px 3px 25px;
    margin:-10px 5px 0 0;
    text-decoration:none;
    /*font-size:14px;*/
}
#basket .price {
    font-size:12px;
    color:orange;

}
#basket a:hover {
    background-color:#800606;
}
#basket .items {
    color:#ccc;
    /*font-size:14px;*/
}
#basket .price {
   /*font-size:13px; */
   font-weight:normal;
}


#secondnav {
    float:right; 
    
    margin:0;
}
#secondnav ul {
    padding:0;
    margin:0;
}
#header a:hover {
    color:#fff;
}
#secondnav li {
    float:left;
    list-style:none;
    margin-right:1px;
}
#secondnav a {
    display:block;
    padding:10px 5px 3px 5px;
    text-decoration:none;
    background:#242933;
}
#secondnav a:hover {
    background-color:#800606;
}
/*}}}*/

/*Breadcrumbs*//*{{{*/

#breadcrumbs ul {
    margin:0 0 0 10px;
    padding:3px 0 5px 0;
}
#breadcrumbs li {
    float:left;
    list-style:none;
    padding:5px 0 5px 10px;
    color:#777;
}
#breadcrumbs a {
    font-size:12px;
    margin-right:10px;
    color:#777;
    font-weight:bold;
}
#breadcrumbs a:hover {
    color:#fff;
}

/*}}}*/

/*Pagination*//*{{{*/

.pagination {
    float:right;
    color:#333;
    text-transform:uppercase;
}
.pagination .pagenav {
    float:left;
    text-transform:uppercase;
    color:#333;
}
.pagination .pagenav a {
    padding:0 3px;
    color:#ccc;
    text-decoration:none;
}
.pagination .pagenav a:hover {
    color:#fff;
    text-decoration:underline;
}
.pagination .pageloc {
    float:left;
    margin-left:1em;
    font-size:10px;
}

/*}}}*/

/* Main content *//*{{{*/

#content {
    padding:20px;
}
#content h2 {
    margin:0 0 0.7em 0;
    line-height:1;
    color:#242933;
    letter-spacing:-0.06em;
    font-size:34px;

    
}
#content p {
    margin-bottom:1em;
    line-height:1.5;
    color:#eee;
    font-size:13px;
}
#content ul {
    color:#eee;
}

#content table {
    margin:20px 0 20px 0;
}

/*}}}*/

/*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;
}

#reminder {
    margin:30px 0 0 0;
}

/*}}}*/


/*Catalogue Page*//*{{{*/

#catalogue {
    
    border-collapse: inherit ;
    margin: 2px;
    border-spacing:4px;
}
#catalogue td {
    /*text-align:center;*/
    background:#828486 url(/skins/skinversion4/images/product_bg.png) repeat-x;

    width:31%;
    vertical-align:top;
    padding:1px;
 
    position:relative;
    border:1px solid #332424;
    padding: 2px;

   
}
#catalogue td h3 {
    margin:0.5em 0;
    color:#000;
}
#catalogue td a img {
    padding:3px;
    border:1px #999 solid; 
    background:#fff;
    height:auto;
    width:70px;
    float:left;
    margin: 0 10px 10px 0;
}

#catalogue td a {
    display:block;
    text-decoration:none;
    font-size:14px;
    color:#fff;
    height:100%;
    padding:10px;
    
}

#catalogue td a .producttitle{
    display:inline;
    line-height:1.2;
    font-size:13px;
    color:#000;
    font-weight:bold;
    position:relative;
    width:220px;
}

#catalogue td a .price {
    color:#777;
    font-weight:bold;
    letter-spacing:0.01em;  
    font-size:1.2em;
    display:block;
    clear:both;
}
#catalogue td a .price em {
    font-size:0.8em;
    color:#000;
    margin-right:3px;
    font-weight:normal;
    display:inline;
}
#catalogue td a .details {
    font-size:0.9em;
    color:#000;
    line-height:1.2;
    clear:left;
    margin:10px 0 0 0;
    font-weight:normal; 
    display:block;
}
/*}}}*/

/*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;
}
#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;
}

.product-view{
      background-color: #FFF;
      text-align:center;
      padding-bottom: 20px;
      }

.product-view img{
	margin-bottom: 20px;
		margin-top: 20px;

}



.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;
}


#product-image .product-view a 
{
	margin:auto;
    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 a,
#related-products li a span {
    display:block;
    text-decoration:none;
    text-align:center;
}
#related-products li a {
    background:#fff;
    padding:10px;
    color:#5f5f5f;
}

.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/icons/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:#777;
    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;
}
/*}}}*/
/*Sidebar content*//*{{{*/

#sidebar h2 {
    /*margin:0 0 10px 0;*/
    /*text-transform:lowercase;*/
    /*line-height:1;*/
    /*font-size:12px;*/
    /*letter-spacing:-0.01em;*/
    /*color:#333;*/
    display:none;
}


/*}}}*/
/* Footer *//*{{{*/

#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;
}



				.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;
				}				
	

      /* Cart*/
      #cart {
      float:right;
      padding:5px 0 5px 10px;
      color:#FFF;
      }

      #cart a {
      font-size:12px;
      margin-right:15px;
      padding-right: 10px;
      margin-left: 5px;
      }





    
      table#checkout th {
      color:#000;
      }

      /*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;
      }


      #messages{color:yellow; font-weight: normal; font-size: 1.5em; margin-left: 10px; line-height: 1.5em; text-align:center;}

      .controls{margin-top: 20px;
      width:100%; text-align:right;
      }

      .controls input{ line-height: 2em;  width: 14em; margin-left: 5px;}
      
      #footer .section{margin-right: 70px;}


#choicecontainer{position:relative; }

.choice {
    margin-left:150px;
    margin-bottom:1em;
}
.choice label {
    position:absolute;
    margin:0 0 0 -150px;
    width:150px;
    font-weight:bold;
}


/*}}}*/


 .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;}

#sVoucherCode{width:180px; height:28px; font-size:18px; margin-bottom: 10px; text-align:center; color: #800606;}

#voucherentry{margin: 10px 10px 20px 10px; border:#707070 solid 1px; padding: 20px; width: 40% ; float:left; height: 180px;}



.consolidatedpriceblock{display:none;}

.alignright {text-align:right;}

#imgProduct_1{border: 1px solid #cccccc;}

#product-paging{clear:both; width:100%; text-align:right;}

.mojozoombox {position:absolute;width:320px;height:300px;border:1px solid #aaaaaa;z-index: 999; background-color:#999999;}
.mojozoombox{visibility:hidden;}

.detailtable {}

.displaytable {border: 1px #eee solid;}

.logincontainer {position:absolute; top:0px; right:20px; width:500px; }
#forgotpassword{display:block;}


#modal-message-container{display:none;}
#modal-bg{display:none;}
#poweredby a {color:#eee;float:right;}
#customerimagecontainer {display:none;}