html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: .85em;
  line-height: 1;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* duplicate stuff from the separate column layouts */

#container {
  overflow: hidden;
  }

  #container .column {
    position: relative;
    float: left;
    padding-bottom: 1001em; /* X + padding-bottom */
    margin-bottom: -1000em; /* X */
  }

#center {
  width: 100%;
  margin-top: 7px;
}

#left {
  margin-left: -100%;
  margin-top: 40px;
}

#footer {
  height: 65px;
  text-align: center;
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .9em;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-image: url(/images/else_right.jpg);
  }

  #footer img {
    margin-top: 15px; /* pushes the text down to the bottom of the page */
  }

* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;
}

/* miscellaneous */

.clear {
  overflow: hidden;
  width: 100%;
}

a:link {
  # color: #058acf;
  text-decoration: none;
  font-size: 1.1em;
}

a:hover, a:visited, a:active {
  # color: #F4C039;
  text-decoration: none;
  font-size: 1.1em;
}

.alert {
  color: #D1732B;
  padding: 10px 0;
  font-size: 1.2em;
}

/* shared stuff */

#notice {
  color: #494;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}

#alert {
  color: #D77E2A;
  font-weight: bold;
  font-size: 1.2em;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #D77E2A;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #D77E2A;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #D1732B;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
}

#newsletter-signup, #paypal-donate {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 1.1em;
  }

  #newsletter-signup p, #paypal-donate p {
    padding: 10px 0;
  }

.convenience-link {
  padding: 5px 0;
  font-size: 1em;
}

#featured-artist-block {
  padding: 5px 0px 15px 15px;
  }

  #featured-artist-block #artist-links a {
    font-size: .9em;
    line-height: 1.4em;
  }

#featured-artist {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 10px;
  }

  #featured-artist h3 {
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d4e21;
  }

  #featured-artist img {
    margin: 10px;
  }

  #featured-artist p {
    text-align: justify;
    font-size: 1em;
    line-height: 1.2em;
    color: #3d4e21;
  }

#shipping-info {
  font-size: .9em;
  color: #3d4e21;
  line-height: 1.4em;
  margin-top: 10px;
  }

  #shipping-info h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 4px 0;
  }
 
.ecommerce-collection {
  }

  .ecommerce-collection h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    border-bottom: 1px dotted #1a5784;
    margin-top: 10px;
  }

  .ecommerce-collection #cart-update-load {
    height: 14px;
  }

  .ecommerce-collection .name {
    padding: 4px 0;
  }
  
  .ecommerce-collection .details {
    font-size: .9em;
    padding: 4px 0;
    }

    .ecommerce-collection .details .controls, .ecommerce-collection .details .quantity, .ecommerce-collection .details .unit-price, .ecommerce-collection .details .title, .ecommerce-collection .details .total {
      float: left;
    }

    .ecommerce-collection .details .controls {
      font-size: .6em;
      width: 15px;
    }

    .ecommerce-collection .details .quantity {
      text-align: right;
      width: 40px;
    }

    .ecommerce-collection .details .unit-price {
      width: 40px;
      padding-left: 2px;
    }

    .ecommerce-collection .details .total {
      text-align: right;
      font-weight: bold;
      width: 80px;
    }

    .ecommerce-collection .details .title {
      width: 93px;
      text-align: right;
      font-size: 1.1em;
      padding-right: 5px;
    }

  .eccomerce-collection .sub-total {
    border-top: 1px dotted #1a5784;
  }

  .ecommerce-collection .shipping {
    border-bottom: 1px dotted  #1a5784;
  }

/* header stuff */

#header {
  height: 140px;
  padding: 0 10px;
  position: relative;
  }

  #header #header-1 {
    position: absolute;
    left: 149px;
  }

  #header #header-2 {
    position: absolute;
    left: 312px;
  }

  #header #header-3 {
    position: absolute;
    left: 522px;
  }

  #header #header-4 {
    position: absolute;
    top: 0;
    right: 0px;
  }

  #header #header-title {
    position: absolute;
    top: 140px;
    left: 10px;
  }

  #header #header-title-text {
    position: absolute;
    top: 133px;
    left: 10px;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #262;
    margin-right: 270px;
  }

  #header #header-logo {
    margin-right: 60px;
  }

  #header #ms-logo {
	  position: absolute;
	  top: 10px;
	  left: 10px;
  }
  #header #ms-header-logo {
    margin-right: 310px;
    margin-left: 210px;
    text-align: center;
  }

  #header #trust-logo {
    position: absolute;
    top: 20px;
    right: 160px;
    z-index: 9999;
    }

    #header #trust-logo a img {
      width: 100px;
    }

  #header #back-to-ms {
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 280px;
    z-index: 9999;
    width: 120px;
    text-align: center;
    }

    #header #back-to-ms a img {
      margin: 10px 0;
    }

h3#header-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
  padding-bottom: 10px;
  color: #262;
}

h3.ap-header-text {
  margin-left: 100px;
}

div#thermometer {
  margin: 0 -10px 20px 0;
  }

  div#thermometer .section {
    }
    
    div#thermometer .section img {
      float: left;
    }

/* story and press item stuff */

.story-title {
  font-weight: bold;
  font-size: 1.1em;
}

.story-row {
  margin: 10px 2px 30px 2px;
  line-height: 1.4em;
}

.story-image-even {
  float: right;
  margin: 0 0 15px 15px;
}

.story-image-odd {
  float: left;
  margin: 0 15px 15px 0;
}

/* bike_shops stuff */

.bike-shop {
  font-size: .8em;
  position: relative;
  float: left;
  width: 50%;
  border-top: 3px solid #aaa;
  overflow: hidden;
}

/* become a rebicycler stuff */

h3.find-rebicycler-header-text {
  margin-left: 50px;
}

#b-a-r-header {
  font-size: 1.3em;
  font-family: sans-serif;
  font-weight: bold;
  color: #3A552A;
  padding: 50px 0 10px 0;
  margin: 0;
  }

  #b-a-r-header img {
    float:left;
  }

  #b-a-r-header #text {
    padding: 50px 30px 0 30px;
    float: left;
    text-align: center;
  }

#b-a-r-box {
  position: relative;
  width: 700px;
  }

  #b-a-r-box .box {
    font-size: 1.2em;
    }

    #b-a-r-box .number {
      float: left;
    }

    #b-a-r-box p {
      width: 250px;
      float: left;
    }

  #b-a-r-box #pedro {
    position: absolute;
    top: 12px;
    left: 39px;
  }

  #b-a-r-box #text {
    margin-left: 224px;
    }

    #b-a-r-box #text img.right {
      float: left;
    }

    #b-a-r-box #text img.scale {
      position: absolute;
      top: 130px;
      left: 580px;
    }

    #b-a-r-box #text div#box-1 {
    }

    #b-a-r-box #text div#box-2 {
      padding-left: 30px;
    }

    #b-a-r-box #text div#box-3 {
    }

#b-a-r-foot p {
  margin-top: 30px;
  padding: 10px 0;
  font-size: 1.2em;
}

img#logo-grab {
  float: left;
  border: 4px solid #ddd;
  margin: 6px;
}

/* high_res_items stuff */

#high-res-block {
  padding-top: 39px;
  }

  #high-res-block p {
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 5px 0;
  }

div#high-res-images {
  margin: 10px;
  width: 100%;
}

.high-res-item {
  float: left;
  height: 130px;
  padding: 10px;
  margin: 20px;
  border: 1px solid #ccc;
  text-align: center;
  }

  .high-res-item img {
    height: 110px;
  }

/* store categories and buy_now_bundles stuff */

.category {
  margin: 10px;
  height: 110px;
  text-align: center;
  float: left;
  }

  .category img {
    height: 100px;
  }

  .category p input { /* for buy_now_bundles */
    background-color: yellow;
  }

.ap-category {
  margin: 12px;
  height: 170px;
  width: 110px;
  text-align: center;
  float: left;
  }

  .ap-category img {
    height: 100px;
  }
.ap-categories {
  margin: 20px 0;
  color: #3d4e21;
  }

  .ap-categories p {
    line-height: 1.4em;
  }

  .ap-categories ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px;
    }

    .ap-categories ul li {
      margin: 2px 0;
    }

  .ap-categories h1 {
    margin: 5px 0;
    font-size: 1.2em;
  }

#previous-orders {
  margin-top: 10px;
  }

  #previous-orders h3 {
    font-size: .8em;
  }

.previous-order {
}

/* store products stuff */

.product-variation {
  border-bottom: 1px dotted #1a5784;
  margin: 10px 0;
  padding: 10px 0;
  }
  
  .product-variation h3 {
    color: #1a5784;
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .product-variation img {
    float: left;
    margin-right: 10px;
    }

    .product-variation img.unexpanded {
      height: 110px;
    }

  .product-variation p {
    line-height: 1.2em;
  }

  .product-variation .controls {
    padding-top: 10px;
    }

    .product-variation .controls input {
      float: left;
    }

    .product-variation .controls img {
      padding: 3px;
    }

  .product-variation .price {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    padding-right: 20px;
    color: #1a5784;
  }

  .product-variation .sold-out {
    color: #D1732B;
  }

  .product-variation .msrp {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    padding-left: 20px;
    color: #1a5784;
  }

#sorter {
  }

  #sorter .option {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    float: left;
    margin: 5px 10px 5px 0;
    text-align: right;
  }


.product-variation input {
  float: left;
}

.list-variation-image {
  height: 30px;
  margin: 0 10px;
  float: left;
}

/* store checkout stuff */

fieldset.checkout {
  border: 1px solid #000;
  padding: 10px;
  margin: 10px 0;
  font-size: 1.2em;
  }

  fieldset.checkout p {
    padding: 5px 0;
  }

  fieldset.checkout .price-row {
    padding: 5px 0;
    font-weight: bold;
    }

    fieldset.checkout .price-row .title {
      float: left;
      width: 120px; 
    }

    fieldset.checkout .price-row .value {
      float: left;
      margin-left: 10px;
    }

#paypal-row div {
  float: left;
  width: 50%;
  padding: 5px 0;
  }

  #paypal-row div#paypal-button {
    font-weight: bold;
  }

#confirmation {
  line-height: 1.2em;
  margin: 10px 0 15px 0;
}

#confirm-submit {
  font-weight: bold;
  font-size: 1.6em;
}

#confirm-details {
  }

  #confirm-details .confirm-row {
    font-size: 1em;
    margin: 5px 0;
    }

    #confirm-details .confirm-row .title {
      float: left;
      width: 200px;
    }

    #confirm-details .confirm-row .details {
      float: left;
    }

/* tradeshow stuff */

#tradeshow-list {
  padding: 10px;
  }

  #tradeshow-list h1 {
    font-size: 1.3em;
    margin: 10px 0;
  }

  #tradeshow-list h3 {
    font-size: 1.1em;
    margin: 10px 0;
  }

  #tradeshow-list p {
    margin: 10px 0;
  }

/* ap stuff */

.quote-content {
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
  margin: 8px 0;
  line-height: 1.4em;
}

.quote-attribution {
  font-style: italic;
  margin: 5px 0 20px 0;
  line-height: 1.4em;
}

#ap-instructs {
  color: #3d4e21;
  }

  #ap-instructs h3 {
    font-size: 1.2em;
    margin: 10px 0;
  }

  #ap-instructs p {
    line-height: 1.8em;
  }

#ap-product {
  }

  #ap-product h3 {
    font-size: 1.2em;
    margin: 10px 0;
  }

  #ap-product p {
    line-height: 1.5em;
  }

  #ap-product img {
    height: 360px;
    margin: 10px 0;
  }

#ms-product {
  }

  #ms-product h3 {
    font-size: 1.2em;
    margin: 10px 0;
  }

  #ms-product p {
  }

  #ms-product img {
    float: left;
    height: 360px;
    margin: 10px 0;
  }

ul#ap-product-list {
  list-style-type: disc;
  margin-left: 15px;
  }

  ul#ap-product-list li {
    line-height: 1.4em;
    margin: 8px 0;
  }

#ap-builder-block {
  }

  #ap-builder-block p#above-select-a-turn-time a {
    /* do not change per manage_ap_products specs */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2em;
  }

  #ap-builder-block h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 5px 0;
  }

  #ap-builder-block #selection-matrix-block {
    font-size: .8em;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    }

    #ap-builder-block #selection-matrix-block .selected-quantity {
      background-color: #ddd;
    }

    #ap-builder-block #selection-matrix-block .selected-turn-time {
      background-color: #ddd;
    }

  #ap-builder-block #top-row {
    font-weight: bold;
  }
  
  #ap-builder-block .price-row {
    }

    #ap-builder-block .price-row div {
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      float: left;
      padding: 3px;
    }

    #ap-builder-block .price-row .price-break {
      width: 70px;
    }

    #ap-builder-block .price-row .price-break-amount {
      text-align: right;
      width: 42px;
    }

    #ap-builder-block .price-row #email-for-quote {
      width: 140px;
      text-align: center;
    }

  #ap-builder-block .variation-row {
    font-size: 1.1em;
    margin: 5px 0;
    }

    #ap-builder-block .variation-row .name {
      float: left;
      width: 150px;
    }

    #ap-builder-block .variation-row .quantity {
      float: left;
      width: 70px;
    }
 
#ms-footer p {
  margin: 10px 0;
}

#back-to-ms {
  float: left;
}

/* login stuff */

fieldset.login {
  border: 1px solid #444;
  padding: 10px;
  margin: 20px 0;
  }

  fieldset.login legend {
    background-color: #9cca50;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 3px;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  fieldset.login p {
    margin: 5px 5px 10px 0;
    font-size: 1.1em;
  }

  fieldset.login p input {
    margin-right: 10px;
  }

div#new-user {
  }

  div#new-user h1 {
    font-size: 1.3em;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 20px 0;
  }

  div#new-user p {
    margin-bottom: 10px;
  }

#upcoming-shows {
  }

  #upcoming-shows h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    margin: 20px 0;
  }

  #upcoming-shows p {
    margin: 5px 0;
  }

table#top-ten {
  }

  table#top-ten tr td {
    padding: 5px;
    border: 1px solid #aaa;
  }

/* error page stuff */

.error {
  margin: 20px 0;
  }

  .error h1 {
    font-size: 26px;
  }

div#rss-links {
  line-height: 1.4em;
  margin: 6px 0;
  font-size: .8em;
  }

  div#rss-links a img {
    height: 1.4em;
  }
