
/* -----------------------------------------------
Page Structure
----------------------------------------------- */

body {
  font: 12px/1.5em "Trebuchet", "Arial", "Verdana", "Helvetica", sans-serif;
  color: #eee;
  padding: 0;
  margin: 0 auto;
  background: #000;
}

#doc {
  margin: 0 auto 20px auto;
  text-align: left;
  width: 850px;
  padding: 6px;
  background-color: #000;
}

/* -----------------------------------------------
Header
----------------------------------------------- */

div#header {
  background-color: transparent;
  margin: 0;
}

div#header table {
  width: 100%;
}

td#logo {
  padding-left: 20px;
  width: 254px;
  vertical-align: bottom;
}

td#tagline {
  width: 327px;
  vertical-align: bottom;
}

td#social_box {
  width: 100%;
  vertical-align: top;
  text-align: right;
  padding: 20px;
}

div#meta {
  width: auto;
  font-size: 10px;
  color: #eee;
  background-color: transparent;
  padding: 0 20px;
  margin: 0 auto;
  font-weight: bold;
}

div#meta ul {
  list-style: none;
  text-transform: uppercase;
  display: inline;
}

div#meta li {
  float: right;
  margin: 0;
  padding: 0 2px 0 6px;
}

div#meta a {
  color: #ccc;
}

/* -----------------------------------------------
Alt-Navigation
----------------------------------------------- */

table#alt-navigation {
  font-family: arial;
  font-size: 10px;
  color: #505050;
  float: right;
  height: 48px;
}

table#alt-navigation td {
  padding-left: 10px;
  margin: 0;
  background-color: transparent;
  vertical-align: bottom;
}

table#alt-navigation a {
  color: #505050;
  text-decoration: none;
  font-weight: bold;
}

table#alt-navigation a:hover, #navigation li.current {
  color: #4662a1;
}

/* -----------------------------------------------
Navigation
----------------------------------------------- */

div#navigation, div#subnavigation, div#promo {
  width: auto;
  font-size: 11px;
  line-height: 1.6em;
  font-weight: bold;
  color: #ccc;
  border-top: solid 1px #666;
  border-bottom: solid 1px #333;
  padding: 2px 10px 0 10px;
  height: 32px;
  text-align: left;
}

div#navigation ul, div#subnavigation ul {
  list-style: none;
  text-transform: uppercase;
  display: inline;
  margin: 0;
  height: 32px;
/*   background-color: #333; */
}

div#navigation li, div#subnavigation li {
  float: left;
/*   background-color: #eee; */
}

div#navigation a, div#subnavigation a {
  color: #ccc;
  text-decoration: none;
  padding: 2px;
/*   background-color: #ccc; */
}

div#navigation a:hover, div#subnavigation a:hover {
  color: #fff;
  text-decoration: none;
}

div#navigation a.selected, div#subnavigation a.selected {
  color: #FFF;
}

div#navigation ul#main {
  float: left;
  margin: 0;
  padding: 0 0 0 0;
}

div#navigation ul#main li {
  float: left;
  margin: 6px 0 4px 0;
  padding: 0 10px 0 10px;
  border-right: solid 1px #999;
}

div#navigation ul#alternative {
  width: 345px;
}

div#navigation ul#alternative li {
  float: left;
  margin: 0;
  padding: 5px 10px 4px 10px;
}

div#navigation ul#alternative li#search {
  padding: 5px 10px 0 0;
}

/* -----------------------------------------------
Subnavigation
----------------------------------------------- */

div#subnavigation ul#collections {
  float: left;
  padding: 0;
  margin: 0 0 0 0;
  width: 450px;
}

div#subnavigation ul#collections li {
  float: left;
  margin: 6px 0 4px 0;
  padding: 0 10px 0 10px;
  border-right: solid 1px #999;
}

/* -----------------------------------------------
Search
----------------------------------------------- */

#search {
  float: right;
  padding: 0;
  margin: 0 0 0 12px;
}

#search input.textfield {
  width: 135px;
  height: 13px;
  padding: 3px 5px 2px 5px;
  border: #999;
  margin-top: 1px;
  font-size: 10px;
  color: #333;
  float: left;
  background: #ccc;
}

/* -----------------------------------------------
Cart Message
----------------------------------------------- */

div#cart-message {
  padding: 5px 20px 5px 22px;
  float: left;
  font-family: arial;
  font-size: 12px;
  width: 808px;
  color: #000;
  background-color: #ccc;
  border-bottom: solid 1px #333;
}

div#cart-message #notice {
  float: left;
  font-weight: bold;
  text-align: left;
  color: #99000b;
}

div#cart-message a {
  color: #000;
  font-weight: bold;
}

.message {
  color: #99000b;
}

a.message:hover {
  color: #99000b;
}

div#cart-message #notice a {
  color: #99000b;
}

span#cart_status {
  float: right;
}

/* -----------------------------------------------
Content
----------------------------------------------- */

div#content {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

div#content .column {
  clear: none;
  float: left;
}

div#content div#center {
  width: auto;
  margin: 15px 0;
  padding: 0 56px;
  text-align: left;
}

div#content p {
  margin: 0 0 6px 0;
}

div#content dl {
  padding: 0;
  margin: 4px 0;
  display: block;
  float: left;
  clear: left;
}

div#content dt {
  font-weight: bold;
  color: #7a6411;
  margin: 0 0 4px 0;
  padding: 0 10px 0 0;
  float: left;
  clear: left;
}

div#content dd {
  border-left: solid 1px #ccc;
  color: #7a6411;
  margin: 0;
  padding: 0 8px;
  float: left;
  clear: left;
}

div#content #center #breadcrumb {
  font-size: 10px;
  color: #999;
}

div#content #center #breadcrumb a {
  color: #999;
}

div#content #center #breadcrumb a:hover {
  color: #fff;
}

div#content #center h1 {
  margin: 8px 0;
  font-size: 16px;
  color: #fff;
}

div#content #center h2 {
  font-size: 12px;
  color: #fff;
  margin: 5px 0 0 0;
}

div#content #center h3 {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

/* -----------------------------------------------
Content - Home
----------------------------------------------- */

div.home div#content {
  background-color: transparent;
}

div.home div#content #center {
  background-color: transparent;
}

/* -----------------------------------------------
Home - Featured Brand
----------------------------------------------- */

div#featured_brand {
  color: #fff;
  background-color: transparent;
  padding: 0;
  margin-bottom: 8px;
  width: 581px;
}

/* -----------------------------------------------
Home - Featured Products
----------------------------------------------- */

div#featured_products {
  background-color: #fff;
  padding: 0;
  margin-bottom: 8px;
  width: 579px;
}

div#featured_products div.heading {
}

div#featured_products div.heading h3 {
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  margin: 0;
  text-transform: uppercase;
}

div#featured_products table {
  background-color: transparent;
  padding: 0;
  margin: 10px 0;
  color: #d2dce6;
  width: 100%;
}

div#featured_products table td {
  vertical-align: top;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

/* -----------------------------------------------
Home - Brands
----------------------------------------------- */

div#brands {
  color: #fff;
  background-color: #fff;
  padding: 0;
  border: solid 1px #96a7c3;
  width: 579px;
  background-color: #fff;
}

div#brands table {
  padding: 0;
  margin: 0;
  color: #d2dce6;
  width: 100%;
}

div#brands table td {
  padding: 6px 4px;
  margin: 0;
  text-align: center;
  background-color: transparent;
}

/* -----------------------------------------------
Pagination
----------------------------------------------- */

.pagination {
  font-size: 11px;
  padding: 3px 0 3px 3px;
  margin: 3px 0 3px 3px;
}

.pagination a {
  padding: 2px 0 2px 3px;
  margin: 2px 0 2px 3px;
  text-decoration: none;
  color: #999;
}

.pagination a:hover, .pagination a:active {
  color: #fff;
}

.pagination span.current {
  padding: 2px 0 2px 3px;
  margin: 2px 0 2px 3px;
/*   font-weight: bold; */
  color: #fff;
}

.pagination span.disabled {
  padding: 2px 0 2px 3px;
  margin: 2px 0 2px 3px;
  color: #666;
}

/* -----------------------------------------------
Products - Browse
----------------------------------------------- */

div#content table.products_browse {
  margin: 12px 0 0 0;
  width: 100%;
}

div#featured_products td, div#content table.products_browse td {
  color: #fff;
  vertical-align: top;
  text-align: center;
  width: 165px;
  padding: 0 12px 12px 12px;
}

div#featured_products td img, div#content table.products_browse td img {
}

div#content table.products_browse .thumb {
}

div#content table.products_browse .link {
  font-weight: bold;
  padding: 0;
}

div#content table.products_browse .link a {
  color: #fff;
  text-decoration: none;
}

div#content table.products_browse .link a:hover {
  color: #fff;
  text-decoration: underline;
}

div#content table.products_browse .cost {
  font-weight: bold
  color: #999;
  padding: 0;
}

div#content table.products_browse .message {
  font-weight: normal;
  font-size: 9px;
  color: #fff;
  background-color: #5979a8;
  padding: 0 1px;
  text-transform: uppercase;
}

div#featured_products a, div#content table.products_browse a {
  color: #4662a1;
  text-decoration: underline;
}

div#featured_products a:hover, div#content table.products_browse a:hover {
  color: #4662a1;
}

/* -----------------------------------------------
Products - Show
----------------------------------------------- */

div#products_show {
  margin: 10px 0;
  width: auto;
  float: left;
}

div#products_show #images {
  float: left;
  width: 356px;
}

div#products_show #thumbnails {
  float: left;
  width: 100%;
  margin: 12px 0 0 0;
}

div#products_show #details .description {
  margin: 16px 0;
  padding: 12px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

div#products_show #details {
  float: right;
  width: 260px;
  padding: 11px;
}

div#products_show #details h3 {
  font-weight: bold;
  margin: 0 0 6px 0;
  color: #fff;
}

div#products_show #details ul {
  padding: 2px 14px;
  margin: 2px 0;
}

div#products_show #details ul li {
  list-style: disc;
}

div#products_show #details h4 {
  background-color: transparent;
  margin: 12px 0 8px 0;
  padding: 4px 6px;
}

div#products_show #details #option_1,
div#products_show #details #option_2,
div#products_show #details #add_to_cart {
  float: left;
  width: 100%;
}

div#products_show #details #add_to_cart ul {
  padding: 0;
}

div#products_show #details #add_to_cart ul li {
  list-style: none;
  padding: 3px 12px 4px 2px;
}

/* -----------------------------------------------
Footer
----------------------------------------------- */

div#footer {
  border-top: solid 1px #666;
  font-size: 10px;
  background-color: transparent;
  padding: 10px 20px;
  float: left;
  text-align: right;
  color: #999;
  width: 810px;
}

div#footer a {
  color: #999;
  text-decoration: none;
}

div#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* -----------------------------------------------
Anchors
----------------------------------------------- */

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* -----------------------------------------------
Misc. Rules
----------------------------------------------- */

#flash {
  margin: 8px auto 14px;
  font-size: 11px;
  color: #990000;
  background-color: #ffffd5;
  border-top: solid 1px #dd9988;
  border-bottom: solid 1px #dd9988;
  text-align: left;
  padding: 10px 16px;
  text-align: left;
}

#flash span {
  font-size: 11px;
  color: #990000;
}

.required {
  color: #ef9600;
  font-weight: bold;
}

form {
  margin: 0;
}

form div {
  padding: 0;
}

form label {
  color: #336666;
}

h4 {
  font-size: 10px;
}

img {
  margin: 0;
  border: none;
}

form { margin: 0; padding: 0; }

input.submit, input[type='text'], input[type='password'],
input[type='checkbox'], select, textarea {
  border: 1px solid #ddd;
  font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  padding: 1px 3px 1px 3px;
  margin: 1px 0;
}

input[type='text']:focus, textarea:focus {
  background: #fff;
  color: #333;
}

/* -----------------------------------------------
Shopping Cart
----------------------------------------------- */

img.icon {
  margin: 10px 0 0 0;
}

div#icon_add_to_cart {
  margin: 10px 0;
}

div#continue-shopping {
  text-align: right;
  margin: 0 0 14px 0;
  float: left;
  width: 750px;
}

div#empty-cart {
  float: left;
}

div#continue-shopping img {
  float: right;
  margin: 8px 0 0 0;
}

div#continue-shopping h1 {
  float: left;
  margin: 0;
  padding: 0;
}

table.product-list {
  float: left;
  background-color: transparent;
  width: 100%;
  margin: 0;
  padding: 0;
}

table.product-list tr.heading th {
  color: #eee;
  border-bottom: 1px solid #999;
}

table.product-list tr td {
  margin: 0 0 0 0;
  padding: 6px 8px;
  border-bottom: 1px solid #666;
  background-color: transparent;
}

table.product-list tr th {
  text-align: left;
  padding: 6px 8px;
  background: #333;
  color: #eee;
}

div#catalog table.product-list tr th a {
  color: #1c345f;
}

table.product-list tr.product td {
  border-bottom: solid 1px #666;
  vertical-align: top;
}

table.product-list tr.product td.right-edge {
  border-right: solid 1px #eee;
}

table.product-list tr.product td {
/*   border-right: solid 1px #eee; */
}

table.product-list tr.product td.name h3,
table.product-list tr.product td.name h4 {
  margin-left: 16px;
  color: #5979a8;
  font-size: 11px;
  margin: 0;
}

table.product-list tr.product td.name h4 {
  font-weight: normal;
  color: #666;
  font-size: 10px;
}

table.product-list tr td.name h3 {
}

table.product-list tr th a:hover,
table.product-list tr td a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
Checkout
----------------------------------------------- */

div#account-information {
  width: 100%;
}

div#content #center div#account-information h2 {
  color: #999;
  margin: 4px 0 8px;
  font-size: 13px;
}

div#proceed-to-checkout {
  width: 100%;
  float: right;
  text-align: right;
  margin: 14px 0;
}

fieldset {
  border: 1px solid #333;
  padding: 4px 2px 0 2px;
  margin: 4px 0 10px 0;
}

legend {
  padding: 2px;
  margin-left: 10px;
}

fieldset p {
  margin: 5px;
}

.form-box { width: 725px; }
.form-box label { width: 30%; display: block; float: left; text-align: right; padding: 8px; margin: 0; color: #999; background-color: #333; border-right: 1px solid #666; }
.form-box label.empty { background-color: transparent; border: none; }
.form-box label.textarea { height: 70px; }
.form-box p input, .form-box p textarea { width: 45%; margin: 6px 8px 6px 6px; padding: 4px; font-size: 11px; background-color: #999; border: #333; }
.form-box p select { margin: 4px 8px 5px 6px; padding: 4px; }
.form-box p .checkbox { width: 10px; margin: 0 8px; padding: 0; }
.form-box p span {  padding: 8px 2px; }
input.short { width: 60px; background-color: #999; font-size: 12px; }

a.underline { text-decoration: underline; color: #fff; }

div#errorExplanation {
  margin: 8px auto 14px;
  font-size: 11px;
  color: #ff0000;
  background-color: #ffffd5;
  border-top: solid 1px #dd9988;
  border-bottom: solid 1px #dd9988;
  text-align: left;
  padding: 10px 16px;
  text-align: left;
}

div#content #center div#errorExplanation h2 {
  font-size: 13px;
  color: #ff0000;
}

.fieldWithErrors {
    display: inline;
}

.fieldWithErrors input, .fieldWithErrors select {
    background-color: #ffdfdf;
}

.subscribe-box { font-size: 11px; padding: 6px 12px 8px 20px; background-color: #000; float: left; color: #fff; line-height: 20px; }
.subscribe-box input.text { width: 140px; margin: 0; padding: 0 2px; font-size: 11px; color: #000; background-color: #999; }
.subscribe-box input.submit { vertical-align: bottom; margin: 0px; }
