@import 'grid.css';

* { margin: 0; padding: 0; }

a img { border: none; }

ul { list-style: none; }

html, body {
  background: #000;
  color: #B9D0D8;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 76%;
  text-align: center;
  /*background: url(../img/big-logo.png) no-repeat 50% 0;
  padding-top: 179px;*/
  padding-top: 136px;
}

#wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #1E2123;
}

#header {
  width: 845px;
  margin: 0 auto;
  position: relative;
}

#logo {
  position: absolute;
  left: 0px; /* (845 - 825) / 2 */
  top: -126px;
  width: 193px;
  height: 111px;
  background: url(../img/small-logo.png) no-repeat 0 0;
  text-indent: -9999px;
}

/* Alternative logo for home page */

#home { padding-top: 189px; }
#home #logo { left: 0; width: 825px; top: -179px; height: 166px; background: url(../img/big-logo.png) no-repeat 50% 0; }
#home #main { width: 801px; }

#basket-summary {
  position: absolute;
  right: 0;
  text-align: right;
  padding-left: 36px;
  background: url(../img/basket.gif) no-repeat 0 0;
  padding-top: 3px;
  font-size: 80%;
  top: -126px;
  font-weight: bold;
  width: auto;
}

* html #basket-summary {
  width: 15em;
}

#home #basket-summary { top: -179px; }

#menu-wrapper {
  border-bottom: 1px solid #B9D0D8;
}

#home #menu-wrapper {
  border-bottom: 1px solid #1E2123;
}

#main-menu {
  width: 845px;
  margin: 0 auto;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 130%;
  padding: 10px 0px;
  text-align: left;
}

#main-menu li {
  display: inline;
  margin-right: 10px;
}

#main-menu a {
  display: inline;
  text-decoration: none;
  font-weight: normal;
}

a:link    { color: #B9D0D8; }
a:visited { color: #B9D0D8; }
a:focus   { color: #93D306; }
a:hover   { color: #93D306; }
a:active  { color: #93D306; }

#main {
  width: 845px;
  margin: 0 auto;
  padding: 12px;
  text-align: left;
}

h1 {
  color: #B9D0D8;
  margin-bottom: 18px;
  font-size: 157%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

p {
  margin-bottom: 18px;
}

h2 {
  /*color: #B9D0D8;*/
  color: #93D306;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 18px;
}

strong {
  color: #93D306;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  color: #B9D0D8;
  font-weight: normal;
  margin-bottom: 18px;
  font-size: 110%;
}

/* ------------------- */

dt { font-weight: bold; }
dd { padding-left: 1em; margin-bottom: 5px; }

.page-image-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

#footer {
  width: 825px;
  margin: 0 auto;
}

/* ---------------------------------- */

ul.products {
  overflow: hidden;
}

ul.products li {
  float: left;
  display: block;
  width: 169px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}

ul.products li a {
  display: block;
  border: none;
  text-decoration: none;
  background: black;
  color: #B9D0D8;
  position: relative;
}

ul.products li a * { cursor: hand; }

ul.products li span.img-wrapper {
  height: 110px;
  overflow: hidden;
  line-height: 109px;
  text-align: center;
  padding: 0;
}

ul.products li a span {
  display: block; text-align: center;
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
}

ul.products li a span.details {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 110%;
}

ul.products li a span.price  , ul.products li a:visited span.price   { display: block; }
ul.products li a span.details, ul.products li a:visited span.details { display: none; }

ul.products li a:focus span.price  , ul.products li a:hover span.price   { display: none; }
ul.products li a:focus span.details, ul.products li a:hover span.details { display: block; }

ul.products li a:hover {
  background: #A7BCC3;
  color: #000;
}

/* ---------------------------------- */

ul.subcats {
  overflow: hidden;
	margin-left: -2px;
}

ul.subcats li {
  float: left;
  display: block;
  width: 280px;
  height: 220px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
	margin-left:2px;
}

ul.subcats li a {
  display: block;
  border: none;
  text-decoration: none;
  background: black;
  color: #B9D0D8;
  position: relative;
}

ul.subcats li a * { cursor: hand; }

ul.subcats li span.img-wrapper {
  height: 175px;
  overflow: hidden;
  line-height: 174px;
  text-align: center;
  padding: 0;
}

ul.subcats li a span {
  display: block; text-align: center;
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
}

ul.subcats li a span.details {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 110%;
}

ul.subcats li a span.price  , ul.subcats li a:visited span.price   { display: block; }
ul.subcats li a span.details, ul.subcats li a:visited span.details { display: none; }

ul.subcats li a:focus span.price  , ul.subcats li a:hover span.price   { display: none; }
ul.subcats li a:focus span.details, ul.subcats li a:hover span.details { display: block; }

ul.subcats li a:hover {
  background: #A7BCC3;
  color: #000;
}

/* ---------------------------------- */

.product {
  overflow: hidden;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #060707;
}

.product .details {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.product .product-images {
  float: left;
  width: 500px;
  text-align: center;
}

.product .product-images img {
  margin-bottom: 20px;
  margin-top: 20px;
}


a.backlink {
  font-size: 120%;
  background: url(../img/link-arrow.gif) no-repeat 100% 50%;
  padding-right: 21px;
  font-family: Helvetica, Arial, sans-serif;
}

/* --------------------- DEBUG ---------------------- */

pre {
  text-align: left!important;
}

.cake-sql-log { text-align: left; border-collapse: collapse; }

.cake-sql-log td, .cake-sql-log th { padding: 3px; border: 1px solid #B8D0D8; }

/* ------------------------------------------------- */

.paging {
  text-align: right;
  margin-bottom: 10px;
  font-size: 90%;
}

/* -------------------------------------------------- */

/* ---------------------------- */

table.grid {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 18px;
}

table.grid th, table.grid td {
  padding: 5px;
  border: 2px solid #A9BCC3;
}

table.grid thead tr th {
  padding: 5px;
  background: #4A5457;
  color: #ffffff;
  font-weight: normal;
  font-size: 120%;
  /*border-bottom: 3px solid #A9BCC3;*/
  font-family: Helvetica, Arial, sans-serif;
}

table.grid tbody tr td {
  background: black;
  /*border-bottom: 3px solid #A9BCC3;
  border-left: 1px solid #A9BCC3;*/
  padding-left: 4px;
}

table.grid tfoot tr td {
  padding: 5px;
  background: #4A5457;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 120%;
  /*border-bottom: 3px solid #A9BCC3;*/
  font-family: Helvetica, Arial, sans-serif;
}

table.grid .col-qty     { text-align: center; }
table.grid .col-price   { text-align: center; }
table.grid .col-total   { text-align: center; }
table.grid .col-options { text-align: center; }

table.grid .col-code    { font-size: 100%; font-family: monospace; }

table.grid td.col-qty a.minus { float: left; margin-top: -16px; }
table.grid td.col-qty a.plus  { float: right; margin-top: -16px; }

/*
table.grid thead th a:link    { text-decoration: none; color: #F45901; }
table.grid thead th a:visited { text-decoration: none; color: #F45901; }
table.grid thead th a:focus   { text-decoration: underline; color: #F45901; }
table.grid thead th a:hover   { text-decoration: underline; color: #F45901; }
table.grid thead th a:active  { text-decoration: underline; color: #F45901; }
*/

table.grid td.col-price {
  text-align: right;
}

table.grid td.col-weight {
  text-align: right;
}

/* -------------------------------------------- */

#flashMessage {
  margin: 7px 0px;
  padding: 8px;
  padding-left: 48px;
  background: #4A5457 url(../img/flash-icon.gif) no-repeat 4px 4px;
  min-height: 24px;
  border: 2px solid #A9BCC3;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 120%;
}

* html #flashMessage { height: 24px; }

/* -------------------------------------------------- */

table.price {
  width: 100%;
  font-size: 80%;
}

table.price thead {
  display: none;
}

table.price td.size {
}

table.price td.price {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

/* --------------------------------------- */

fieldset {
	border: 0px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
  margin-left: -20px;
  padding-left: 24px;
  background: url(../img/bullet.png) no-repeat 0 4px;
  padding-top: 4px; padding-bottom: 4px;
  min-height: 8px;
  color: #93D306;
}
* html fieldset legend { height: 8px; }

/* --------------------- */

form.miniform { display: inline; margin: 0; padding: 0; }
form.miniform * { display: inline; margin: 0; padding: 0; }

form {
  margin-bottom: 18px;
}

form.tiny { margin: 0; padding: 0; }

form div {
  vertical-align: text-top;
}

form div.date {
  margin-left: 0em;
}

label {
  display: block;
  padding-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 110%;
  text-decoration: underline;
}

form h3 {
  text-decoration: underline;
  padding-bottom: 5px;
  margin-bottom: 0;
}

label.checkbox, .checkbox label {
  float: left;
  clear: right;
  margin: 1px 0 5px 10px;
  text-decoration: none;
}

input[type=checkbox], input[type=radio] {
  float: left;
  clear: left;
  margin: 2px 3px 7px 2px;
}

input,textarea {
  clear: both;
  display: block;
  font-size: 14px;
}

input[type=text],input[type=password],textarea {
  border: 1px solid #3D4547;
  background: #000;
  color: #6D9C04;
}

select {
  clear: both;
  vertical-align: text-top;
  font-size: 14px;
  border: 1px solid #3D4547;
  background: #000;
  color: #6D9C04;
}
option {
  padding: 0 4px;
}

input[type=submit] {
  display: inline;
  vertical-align: bottom;
  font-size: 14px;
  padding: 0 2px;
}

form .required, form .optional, form .input {
  clear: both;
  /*padding: 10px 15px 10px 10px;*/
  margin-bottom: 10px;
  /*margin-right: 260px;*/
  min-height: 15px;
}

* html form .required, * html form .optional, * html form .input {
  height: 15px;
}

form {
  overflow: hidden;
  margin-right: -5px;
}
form .required, form .optional {
  margin-right: 5px;
  clear: both;
  float: none;
  background: #000;
}

.submit {
  clear: both;
  margin-top: 8px;
/*  margin-left: 80px; */
  overflow: hidden;
}

form .error-message {
  font-weight: bold;
  padding-left: 20px;
  background: url(../img/form-error.png) no-repeat 0 4px;
  min-height: 8px;
  padding-top: 4px; padding-bottom: 4px;
  color: #93D306;
}

* html form .error-message { height: 8px; }

.help {
  font-weight: normal;
  font-size: 90%;
  font-style: italic;
  margin-top: 5px;
}

td .help { margin-bottom: 0px; }

form .help code, form .help pre, form .help kbd {
  font-style: normal;
  background: black;
  color: #93D306;
  font-family: 'DejuVu Mono', 'Courier New', monospace;
  padding: 0 2px;
}

/* --------------------------------------- */

#checkout-queue {
  font-size: 80%;
  margin: 30px 0;
}

#checkout-queue li {
  display: inline;
  padding-left: 24px;
  margin-right: 8px;
  background: url(../img/link-arrow.gif) no-repeat 0 50%;
}

#checkout-queue li.first {
  background-image: none;
  padding-left: 0;
}

/* --------------------------------------- */

#bottom-menu {
  font-size: 80%;
  margin: 10px 0;
}

#bottom-menu li {
  display: inline;
  padding-left: 8px;
  margin-right: 8px;
}

#bottom-menu li.first {
  background-image: none;
  padding-left: 0;
}
/* ------------------------------------ */

a.fake-button {
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  padding: 3px 6px;
  margin: 8px 0;
  background: #3D4547;
  color: #A9BCC3;
  text-align: left;
  text-decoration: none;
}

a.fake-button:focus, a.fake-button:hover {
  color: white;
}

.checkout-button-holder {
  width: 21%;
  margin-left: auto;
}
/* ---------------------------- */

a.zoom {
  background: url(../img/zoom.png) no-repeat 0 0;
  height: 36px;
  line-height: 36px;
  display: block;
  padding-left: 50px;
  width: 10em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 120%;
  margin: 0 auto;
  margin-bottom: 18px;
  text-decoration: none;
}

a.zoom:focus, a.zoom:hover {
  background-position: 0 -72px;
  color: #93D306;
  text-decoration: underline;
}

/* ------------------------------- */

.swatch {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  border: 1px solid white;
  margin-right: 0.5em;
}

ul.colours {
  overflow: hidden;
  margin-bottom: 18px;
}

ul.colours li {
  display: block;
  float: left;
  margin-right: 2px;
}

ul.colours li strong {
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  border: 3px solid white;
  text-indent: -9999px;
  overflow: hidden;
}

ul.colours li a {
  display: block;
  float: left;
  width: 60px;
  height: 30px;
  border: 3px solid black;
  text-indent: -9999px;
  overflow: hidden;
}

ul.colours li a:focus, ul.colours li a:hover {
  border-color: #B9D0D8;
}

ul.shapes {
  overflow: hidden;
  margin-bottom: 18px;
}

ul.shapes li {
  display: block;
  float: left;
  margin-right: 2px;
}

ul.shapes li strong {
  display: block;
  float: left;
  border: 3px solid white;
  padding: 2px;
}

ul.shapes li a {
  display: block;
  float: left;
  border: 3px solid black;
  padding: 2px;
}

ul.shapes li a:focus, ul.shapes li a:hover {
  border-color: #B9D0D8;
}

/* -------------------------------- */

.page-switcher {
  background: #3D4547;
  padding: 6px 11px;
  color: #9DBCA6;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: right;
}

/* ---------------------- */

ul.piped {
  overflow: hidden;
}

ul.piped li {
  display: inline;
  padding: 0 5px;
  border-left: 1px solid black;
  margin-left: -1px;
}

ul.piped li a {
  display: inline;
  padding: 2px 5px;
}

/* ---------------------- */

ul.bulleted {
  margin-bottom: 18px;
}

ul.bulleted ul.bulleted {
	margin-bottom: 0;
}

ul.bulleted li {
  padding-left: 24px;
  background: url(../img/bullet-grey.png) no-repeat 0 4px;
  padding-top: 4px; padding-bottom: 4px;
  min-height: 8px;
}
* html ul.bulleted li { height: 8px; }
ul.bulleted li.selected {
  background-image: url(../img/bullet.png);
}

/* ----------------------- */

.filter-holder {
  overflow: hidden;
  border: 3px solid #A9BCC3;
  padding: 3px;
}

.filter {
  float: left;
  width: 300px;
  background: #4A5457;
  padding: 11px;
}

.filter-holder form {
  margin-bottom: 0;
}

/* ---------------------------------- */

/*
div.filter {
  background: #D4CAC5;
  padding: 11px;
  color: #131313;
  margin-bottom: 10px;
  text-transform: uppercase;
}
*/

div.filter h2 {
  padding: 5px 5px 5px 0px;
}

/* -------------------------------- */

form.contact {
}

form.contact .row {
  overflow: hidden;
  padding-bottom: 10px;
}

form.contact .label {
  float: left;
  text-align: right;
  width: 70px;
  margin-right: 8px;
  padding: 2px;
}

form.contact .label label {
  display: inline;
  text-decoration: none;
}

form.contact .label label:after {
  content: ' :';
}

form.contact textarea {
  overflow: hidden;
}

form.contact textarea, form.contact .txt {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #171B1C;
}

form.contact .field {
  float: left;
  width: 210px;
}

form.contact .submit {
  margin-left: 78px;
  width: 70px;
}

form.contact a.fake-button { text-align: center; }

/* ---------------------------- */


.vcard {
  line-height: 150%;
}

.vcard .adr {
  margin-bottom: 10px;
}

.vcard .country-name {
  display: none;
}