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;
}

body { 
    line-height: 1.5; 
}


#authorisationbuttons {
	width:100%; 
	text-align: center;
}

#authorisationbuttons-modify{
	margin:10px;
	border: 1px solid silver; 
	width:80%; 
	text-align: center;
	padding:5px;
}

#authorisationbuttons-authorise{
	margin:10px;
	border: 1px solid #ee1d23; 
	width:80%; 
	text-align: center;
	background-color: #f6f6f2;
	padding:5px;
}


#footer{width:100%; text-align:center;}


.required, .formContainer label.required {
    color:red;
}

.formContainer {
    border:1px #e2e2e2 solid;
    margin:20px 20px 20px 0px;
    background:#f8f8f8;
    padding:20px;
	text-align:left;
	width:95%;
}

.formContainer label {
    float:left;
    clear:both;
	width: 14em;
    font-weight:bold;
    font-size:1em;
    color:#222;
}
.formContainer input, .formContainer textarea {
    width:14em;
    font-size:13px;
    border:1px solid #ccc;
    padding:2px;
    background:#fff url(../images/input-bg.png) repeat-x top;
}

.formContainer select{
    font-size:13px;
    border:1px solid #ccc;
    padding:2px 0 0 0;
	margin: 2px;
    background:#fff url(../images/input-bg.png) repeat-x top;
	width: 220px;

}

.formContainer input.fileupload{
	width:280px;
}

.formContainer textarea {
    width:26em;
    height:6em;
}

.formContainer textarea.big {
    width:38em;
}

.formContainer textarea.tall {
    height:15em;
}

.formContainerBox
{
	width:100%; height: 80px;  border: 1px #acd0e3 solid; margin-bottom: 10px;
}

input.checkbox {
    width:auto;
}

input.radio {
    width:auto;
}

#controls{margin:10px 0 10px 0;}
#controls .formbutton{background-color: #ccc};

.errortext{background-color: #FFFFFF; font-size: 1.75em; color: red;}

.messagetext{background-color: #FFFFFF; font-size: 1.75em; color: red;}

/* Page Layout */
#contentcontainer{width:100%; }

/* Product List Layout*/
#leftcolumn{width: 30%; margin:0;  float:left; display:none;}
#middlecolumn{margin:0; float:left;width:100%;}
#rightcolumn{width: 0%;}

.altA{background-color: #ffffff}
.altB{background-color: #f6f6f6}

#productlisttable{width:100%;}
#productlisttable TH{font-weight:bold; line-height: 2em;}


/* Product Page */
#product-price{margin: 10px 0 0 0;}
#product-addtoorder{margin: 10px 0 0 0;}
#product-descriptions{margin: 10px 0 0 0;}

.product-description{margin: 0 0 10px 0;}
#txtQuantity{width:50px;}

/* Catelogue Menu Styles */
 
      #VerColMenu, #VerColMenu ul
      {
      list-style : none;
      width : 18em;
      }
      #VerColMenu a
      {
      background : #999999;
      color : #ffffff;
      display : block;
      font-weight : bold;
      padding : 0.5em 1em;
      text-decoration: none;
      border-left: 14px solid #CCCCCC;
      border-right: 1px solid #771100;
      border-bottom: 1px solid #771100;
      }
      #VerColMenu ul a
      {
      background : #CCCCCC;
      color : #000;
      font-weight : normal;
      text-decoration: underline;
      }
      #VerColMenu ul a:hover
      {
      background : #CC6633;
      text-decoration: underline;
      color : #fff;
      }
      #VerColMenu ul{
      margin:0;padding:0;
      }
      #VerColMenu li{
      margin:0;padding:0;list-style-type:none;
      }

	  
	  
	  
/* Standard CSS */

/*  CSS code property of Native Software
Written by Jon Ward
1/11/09
Auckland NZ
----------------------------------------------


body { 
    line-height: 1.5; 
}

/* 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: 3em; 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
-------------------------------------------------------------- */




/* 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
{
    height:0.1px;
    visibility:hidden;
    clear:both;
    content:".";
    display:block;
}

/*}}}*/

/* Global {{{*/

a, a:link {
    color:#0077CC;
}
a:visited {
    color:#0077CC;
}
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;
}


/*}}}*/

/*Layout*//*{{{*/

#wrapper {
    margin:0;
}
#header {
    background:white;
}
#header-content {
    width:960px;
    margin:0 auto;
    position:relative;  
}

#breadcrumbs {
    width:960px;
    margin:0 auto;
    border:1px solid #ddd;
    border-width:1px 0;
    background:#eee;
}
#content-wrapper {
    width:960px;
    margin:0 auto;
    margin-top:10px;
    border:1px solid #ddd;
    background:#eee;
}
#maincontent{
    margin-left:20px;
    width:960px;
    float:left;
    background:#fff;
}
#sidebar{
    width:150px;
    float:left;
    margin:0 0 0 -960px;
    padding:20px;
}
#footer {
    margin:20px 0 0 0;

    background:#eee;
    padding:20px 0;
}
#footer-content {
    width:940px;
    margin:0 auto;
    background:#fff;
    padding:20px 0 20px 20px;
    border:1px solid #ddd;
}




/*}}}*/

/* Header *//*{{{*/

#logo {
    margin:0 0 0 10px;
     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;
}
#utilities {
    position:absolute;
    top:0;
    right:0;
    background:white;
    
}

/*--- Login box ---*/


#login {
    padding:5px 10px;
    background:#eee;
    border:1px solid #ddd;
    border-width:0 1px 1px 1px;
    float:right;
    margin:0 0 10px 0;
   
}
#login .field {
    float:left;
}
#login label {
    margin:0 0.1em 0 0;
    text-align:right;
    line-height:1;
    font-weight:bold;
    color:#333;
    font-size:13px;
}
#login input.textbox {
    margin:0 0.5em 0 0;
    font-size:13px;
    line-height:1;
}

.loginToggle {
    display:block;
    float:right;
    font-size:14px;
    padding:5px 10px 5px 10px;
}
#login .loginToggle {
    padding:0 0 0 5px;
}

/*--- Search box ---*/
#search {
    padding:10px 0; 
}
#search .field {
    float:right;
}
#search label {
    font-size:18px;
    margin:0 0.2em 0 0;
    font-weight:bold;
    color:#555;
}
#search input.textbox {
    margin:0 0.2em 0 0;
    font-size:16px;
    padding:3px;
    width:20em;
    border:1px solid #ccc;
}
#search input.textbox:focus {
    background:#FFFFCF;
}
#search input.button {
    font-size:16px;
}

/*}}}*/

/*Menus*//*{{{*/

#mainnav {
    float:right;
    margin:0;
}
#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(/images/sprites.png) no-repeat top left;
    color:#fff;
    
}
#mainnav a:hover {
    background-position:0 -60px;
    color:black;
}

#subnav {
    margin:0;
    padding:0;
}
#subnav ul {
    margin-left:1em;
    padding:0;
}
#subnav li {
    list-style:none;
    display:block;
    line-height:1;
}
#subnav a {
    text-decoration:none;
    font-size:14px;
    padding:5px 5px;
    display:block;
    background:#ccc;
}
#subnav li.parent a { 
    background:url(/images/sprites.png) no-repeat top left;
    color:#fff;
}
#subnav li.parent a:hover { 
    background-position:0 -60px;
    color:#000;
}
#subnav a:hover {
    color:#000;
}


#subnav li.parent li a {
    background:none;
    font-size:13px;
    color:#0077CC;
}

/*}}}*/

/*Breadcrumbs*//*{{{*/

#breadcrumbs ul {
    margin:0 0 0 10px;
    padding:0;
}
#breadcrumbs li {
    float:left;
    list-style:none;
    padding:5px 0 5px 10px;
    color:#666;
}
#breadcrumbs a {
    font-size:12px;
    margin-right:10px;
}
#breadcrumbs a:hover {
    color:#000;
}

/*}}}*/

/*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;
}

/*}}}*/


/*Catalogue Page*//*{{{*/

#catalogue {
    width:99%;
    border-collapse:collapse;
}
#catalogue td {
    background:white;
    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:2px;
    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:#D68205;
    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;
}
#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;
}


.choice {
    margin-left:150px;
    margin-bottom:1em;
}
.choice label {
    position:absolute;
    margin:0 0 0 -150px;
    width:150px;
    font-weight:bold;
}

.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;
}
#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;
}
/*}}}*/

/*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 .section {
    float:left;
    margin:0 20px 0 0;
}
#footer .vcard {
    float:right;
}
#footer ul {
    margin:0;
    padding:0;
}
#footer li {
    list-style:none;
    margin:0;
    padding:0;
}
#footer h3 {
    margin:0 0 10px 0;
    color:#555;
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 margin-top:10px;
 margin-bottom:10px;
}

/*}}}*/




