<!--

/* CSS Document */

/*
 * These are the default settings for the Pioneros design.
 * Tested in and supports:
 * PC: IE6 + 7, Firefox 2, Opera 9
 * Macintosh: Safari 3, Firefox 2
 */
body {
  background-color: #ffffff;
  background-image: url(../images/page-bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  margin: 0;
  font-family: arial, sans-serif, helvetica, verdana;
  font-size: 0.75em;
  line-height: 100%;
  color: #8c8c8c;
}

/*
 * Default classes for links.
 */
a {
  color: #666666;
  text-decoration: none;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

/*
 * Classes for main navigation links.
 */
a.main_navigation {
  color: #8c8c8c
  font-weight: bold;
}

a.main_navigation:link {
  color: #8c8c8c;
  font-weight: bold;
}

a.main_navigation:visited {
  color: #8c8c8c;
  font-weight: bold;
}

a.main_navigation:hover {
  color: #8c8c8c;
  font-weight: bold;
}

.main_navigation_greyed {
  color: #8c8c8c;
  font-weight: bold;
}

/*
 * Classes for 'cat_navigation' links.
 */
a.cat_navigation {
  font-weight: bold;
  color: #8c8c8c
  text-decoration: none;
}

a.cat_navigation:link {
  font-weight: bold;
  color: #8c8c8c
  text-decoration: none;
}

a.cat_navigation:visited {
  font-weight: bold;
  color: #8c8c8c
  text-decoration: none;
}

a.cat_navigation:hover {
  font-weight: bold;
  color: #8c8c8c
  text-decoration: underline;
}

/*
 * Classes for 'cat_navigation_grey' links.
 */
a.cat_navigation_greyed {
  font-weight: bold;
  color: #8c8c8c;
  text-decoration: underline;
}

a.cat_navigation_greyed:link {
  font-weight: bold;
  color: #8c8c8c;
  text-decoration: underline;
}

a.cat_navigation_greyed:visited {
  font-weight: bold;
  color: #8c8c8c;
  text-decoration: underline;
}

a.cat_navigation_greyed:hover {
  font-weight: bold;
  color: #8c8c8c;
  text-decoration: underline;
}

/*
 * Classes for 'previous / next' links.
 */
a.next-prev {
  color: #666666;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
}

a.next-prev:link {
  color: #666666;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
}

a.next-prev:visited {
  color: #666666;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
}

a.next-prev:hover {
  color: #666666;
  text-decoration: underline;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: bold;
}

/*
 * Classes for 'product_thumbs' links.
 */
a.product_thumbs {
  text-decoration: none;
  color: #8c8c8c;
  font-weight: normal;
}

a.product_thumbs:link {
  text-decoration: none;
  color: #8c8c8c;
  font-weight: normal;
}

a.product_thumbs:visited {
  text-decoration: none;
  color: #8c8c8c;
  font-weight: normal;
}

a.product_thumbs:hover {
  text-decoration: underline;
  color: #8c8c8c;
  font-weight: underline;
}

/*
 * Classes for links in the footer area.
 * IE needs all states to be explicit if there is a difference from the default classes.
 */
a.footer {
  color: #bfbfbf;
}

a.footer:link {
  color: #bfbfbf;
}

a.footer:visited {
  color: #bfbfbf;
}

a.footer:hover {
  color: #bfbfbf;
}


/*
 * All divs will be left aligned unless otherwise specified.
 */
div {
  text-align: left;
  background-color: transparent;
}

/*
 * Forms will not have margins.
 */
form {
  margin: 0px;
}

/*
 * Images will not have borders.
 */
img {
  border: 0;
}

/*
 * Class for unordered lists.
 */
ul {
  margin: 0;
  padding: 0;
}

/*
 * Class for page headings.
 */
h1 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 10px;
}

/* MAIN PAGE CLASSES */

/*
 * The page id which controls the content within the browser window.
 */
#page {
  margin-right: auto;  /* required to center the page in Mozilla */
  margin-left: auto;   /* required to center the page in Mozilla */
  width: 900px;
}

.sign_up {
  float: left;
  width: 900px;
  height: 25px;
  text-align: right;
  margin-top: 5px;
  color: #666666;
  font-size: 11px;
}

/* The wrapper class controls the border around the content */
.wrapper {
  float: left;
  width: 900px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  margin-top: 7px;
}

/* BRANDING AT TOP OF PAGE */

/* 
 * The branding id.
 */
#branding {
  float: left;
  width: 900px;
  height: 100px;
  background-image: url(../images/header-bg.gif);
  background-repeat: repeat-x;
  text-align: center;
}

img.logo {
  width: 238px;
  height: 100px;
}

/* MAIN NAVIGATION AREA */

#main_navigation {
  float: left;
  width: 900px;
  height: 26px;
  background-color: #e7e7e7;
  color: #d1d1d1;
  padding-top: 2px;
}

.main_navigation_left {
  float: left;
  margin-top: 6px;
  margin-left: 20px;
}

.main_navigation_right {
  float: right;
  margin-top: 6px;
  margin-right: 12px;
}

/*
 * Class for items in the naviagtion lists
 */
.navlist li {
  float: left;
  display: inline;
  margin-right: 8px;
}

/* MAIN CONTENT AREA */

#content {
  float: left;
  width: 900px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content_left {
  float: left;
  width: 330px;
  padding-left: 20px;
  padding-right: 15px;
}

.home_heading {
  float: left;
  color: #ffb82f;
  font-size: 28px;
  width: 330px;
  line-height: 120%;
}

.home_text {
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 330px;
  line-height: 145%;
}

.home_text_red {
  float: left;
  color: #bd0031;
  width: 330px;
  font-size: 0.95em;
}

.content_right {
  float: right;
  width: 535px;
}

.home_flash {
  float: left;
  width: 377px;
  height: 302px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
}

/*
 * id for non-flash content area
 */
#flashcontent {
  float: left;
  margin: 0;
  padding: 0;
}

img.no-flash {
  float: left;
  width: 377px;
  height: 302px;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.home_images {
  float: right;
  width: 120px;
  margin-right: 20px;
}

.home_image_box {
  float: right;
  width: 120px;
  font-size: 0.75em;
  margin-bottom: 2px;
  text-align: center;
}

img.home_image {
  float: right;
  width: 120px;
  height: 90px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
}

#footer {
  float: left;
  width: 900px;
  color: #bfbfbf;
  font-size: 0.95em;
  margin-bottom: 25px;
}

.footer_left {
  float: left;
  margin-top: 1px;
  margin-left: 8px;
  width: 420px;
}

.contact_details {
  float: left;
  margin-left: 10px;
}

.footer_right {
  float: right;
  margin-top: 1px;
}

/* SHOP */

.category_navigation {
  float: left;
  padding: 0;
  margin: 0;
}

.content_left_shop {
  float: left;
  width: 145px;
  padding-left: 20px;
  padding-right: 15px;
}

p.cat_name {
  font-size: 14px;
  color: #666666;
}

.content_right_shop {
  float: right;
  width: 690px;
  margin-right: 25px;
}

/*
 * class for next / previous buttons on catdetail.php and subCatDetail.php
 */
.next-prev {
  margin-bottom: 10px;
  background-color: transparent;
  text-align: right;
  margin-right: 15px;
}

/*
 * class for next / previous buttons on prodDetail.php
 */
.next-prev-prod {
  float: left;
  background-color: transparent;
  width: 100%;
  color: #ae59d6;
}

/*
 * class for product box
 * used in catDetail.php subCatDetail.php
 */
.product_box {
  float: left;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 20px;
  text-align: center;
  width: 150px;
  background-color: transparent;
}

/*
 * class for product image
 */
.product_image {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/*
 * class for product thumbnail container
 */
.product_thumbnail_container {
  float: left;
  background-color: transparent;
  margin: 0;
}

/*
 * class for product thumbnail heading
 */
.product_thumbnail_heading {
  margin: 0;
  font-size: 11px;
  background-color: transparent;
  margin-left: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 * class for product thumbnail
 */
.product_thumbnail {
  float: left;
  margin: 0;
  background-color: transparent;
  width: 140px;
  text-align: center;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
}

.thumb-text {
  text-align: center;
  font-size: 10px;
}

.thumb-price {
  text-align: center;
  font-size: 10px;
}

/*
 * class for product name
 */
.product_name {
  float: left;
  width: 300px;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}

/*
 * class for product detail
 */
.product_detail {
  float: left;
  margin: 0;
  background-color: transparent;
}

/*
 * class for product detail price
 * used in prodDetail.php
 */
.product_detail_price {
  float: right;
  width: 300px;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  background-color: transparent;
}

/*
 * class for product description
 */
.product_description {
  float: left;
  width: 350px;
  margin: 0;
  margin-right: 5px;
  font-weight: normal;
  font-size: 11px;
  background-color: transparent;
}

.separator {
  float: left;
  width: 300px;
  height: 1px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 0;
  background-color: transparent;
}

img.separator {
  width: 300px;
  height: 1px;
}

.colour-size-grid {
  float: left;
  width: 350px;
  margin-right: 10px;
}

.gridNormal {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  width: 14px;
  height: 14px;
}

.gridSelected {
  border-style: solid;
  border-color: red;
  border-width: 1px;
  width: 14px;
  height: 14px;
}

.small-text {
  font-size: 10px;
}

/*
 * class for product style
 */
.product_style {
  float: left;
  width: 300px;
  margin: 0;
  margin-bottom: 4px;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for product options
 */
.product_options {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for purchase heading
 */
.purchase_heading {
  float: left;
  width: 300px;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}

/*
 * class for product quantity
 */
.product_quantity_basket {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for product quantity
 */
.product_quantity {
  float: left;
  margin: 0;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for quantity box
 */
.quantity_box {
  width: 25px;
  margin: 0;
  font-size: 11px;
}

/*
 * class for basket
 */
.basket {
  float: left;
  margin: 0;
  margin-left: 20px;
  background-color: transparent;
}

/*
 * class for add-basket image
 */
img.add_basket {
  width: 130px;
  height: 20px;
  margin: 0;
  background-color: transparent;
}

/*
 * class for product fabric
 */
.product_fabric {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for product washing
 */
.product_washing {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  background-color: transparent;
}

/*
 * class for product style
 */
.product_style {
  float: left;
  width: 300px;
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  background-color: transparent;
}

.contact-form-left {
  float: left;
  background-color: transparent;
  margin-top: 20px;
  margin-left: 175px;
  margin-bottom: 30px;
}

.contact-form-right {
  float: left;
  background-color: transparent;
  margin-top: 52px;
  margin-left: 15px;
}

/* FORMS */

/*
 * Class for forms
 */
form {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

form.brochure {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

form.checkout {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

form.select_del {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

form.gift_certs {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.contact-form-left {
  float: left;
  background-color: transparent;
  margin-top: 10px;
  margin-left: 175px;
  margin-bottom: 30px;
}

.contact-form-right {
  float: left;
  background-color: transparent;
  margin-top: 42px;
  margin-left: 15px;
}

/*
 * Class for left hand column of the contact form
 */
.gift-cert-form-left {
  float: left;
  width: 100px;
  margin-right: 5px;
  font-size: 0.88em;
}

/*
 * Class for form text boxes
 */
input.text {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color: #ffffff; 
  width: 325px;
  font-size: 11px;
  margin-bottom: 3px;
}

/*
 * Class for form textareas
 */
textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color: #ffffff; 
  width: 325px;
  height: 50px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 5px;
}

/*
 * Class for form buttons
 */
input.button {
  border-color: #333333; 
  background-color: #ffffff; 
  color: #333333;
  font-weight: bold;
  font-size: 12px;
}

/*
 * Class for errors
 */
.errors {
  float: left;
  color: #ff3300;
  margin: 0;
  font-size: 0.88em;
}

.error {
  color: #ff3300;
  margin: 0;
  font-size: 0.88em;
}

img.content-image {
  height: 279px;
  width: 400px;
}

input.large_card{
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color: #ffffff; 
  width: 104px;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

input.small_card{
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color: #ffffff; 
  width: 50px;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

select.card_list {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

select.delivery_list {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
}

input.mail-button {
  font-size: 9px;
}

input.mail-text{
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
  background-color: #ffffff; 
  width: 100px;
  height: 14px;
  font-size: 10px;
}

hr {
  color: #cccccc;
}

.text_page {
  margin-right: 50px;
  margin-left: 50px;
}

.small_print {
  font-size: 10px;
  color: #000000;
}

/*
 * IE 6 is unable to correctly calculate the dimensions of boxes.
 * Give them bogus values to correct the problem.
 */

* html #branding {
  margin-bottom: -3px;
}

* html #main_navigation {
  height: 28px;
}

* html .main_navigation_left {
  margin-left: 10px;
}

* html .main_navigation_right {
  margin-right: 6px;
}

* html .footer_left {
  margin-left: 4px;
}

* html .home_images {
  margin-right: 8px;
}

-->