.clear {
  clear: both; }

a {
  text-decoration: none;
  color: #246a98; }
  a:hover {
    text-decoration: underline; }

body {
  font-family: "Trebuchet MS"; }

strong {
  font-weight: bold; }

small, .note {
  font-size: 0.9em;
  font-style: italic; }

p {
  padding: 5px 10px;
  line-height: 1.4em; }

h1, h2, h3, h4, h5, h6 {
  color: #246a98;
  padding: 5px 10px; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

#header {
  background-color: #f5845d;
  border-top: 18px solid #f26e49; }
  #header #header-inside {
    width: 840px;
    margin: 0 auto;
    height: 125px;
    position: relative; }
    #header #header-inside #logo {
      float: left;
      padding-top: 10px; }
    #header #header-inside ul#toplinks {
      float: right; }
      #header #header-inside ul#toplinks li {
        list-style: none;
        float: left;
        padding: 35px 0 0 13px;
        font-size: 1.1em; }
        #header #header-inside ul#toplinks li a {
          color: #191919; }
    #header #header-inside ul#navbar {
      position: absolute;
      bottom: 0px;
      left: 0px; }
      #header #header-inside ul#navbar li {
        list-style: none;
        margin-right: 5px;
        display: inline;
        float: left; }
        #header #header-inside ul#navbar li a {
          display: block;
          padding: 6px 12px;
          background-color: #ec4c29;
          color: white;
          font-size: 1.1em; }
          #header #header-inside ul#navbar li a:hover {
            text-decoration: none;
            background-color: #49890c; }
          #header #header-inside ul#navbar li a.active {
            background-color: white;
            color: #502a1d; }
          #header #header-inside ul#navbar li a.home {
            background-color: #f2ecdc;
            color: #502a1d; }
    #header #header-inside #search {
      position: absolute;
      right: 0px;
      bottom: 3px;
      width: 230px; }
      #header #header-inside #search input {
        width: 222px;
        height: 20px;
        background: url("/images/search.gif") no-repeat white 100% 2px;
        padding-left: 5px; }

#top {
  background-color: #f1ead8; }
  #top #top-inside {
    width: 840px;
    margin: 0 auto; }
    #top #top-inside img {
      float: left;
      margin: 13px 0;
      border: 10px solid white; }
      #top #top-inside img.last {
        margin-left: 10px; }

#bottom {
  background-color: white; }
  #bottom #bottom-inside {
    width: 840px;
    margin: 0 auto; }
    #bottom #bottom-inside #notice {
      background-color: #ec4c29;
      margin: 25px 0px;
      padding: 15px;
      font-size: 1.5em;
      color: white; }
    #bottom #bottom-inside #main {
      float: left;
      width: 600px;
      padding: 10px 0 35px 0; }
    #bottom #bottom-inside #sidebar {
      float: right;
      position: relative;
      width: 230px; }
      #bottom #bottom-inside #sidebar #newsletter {
        margin: 15px; }
        #bottom #bottom-inside #sidebar #newsletter #signup_email {
          width: 132px; }
      #bottom #bottom-inside #sidebar #cart {
        min-height: 250px;
        width: 230px;
        margin: 15px 0;
        background: url("/images/cart.gif") no-repeat;
        position: relative; }
        #bottom #bottom-inside #sidebar #cart #items {
          position: relative;
          width: 195px;
          top: 55px;
          left: 25px; }
          #bottom #bottom-inside #sidebar #cart #items table {
            width: 100%; }
            #bottom #bottom-inside #sidebar #cart #items table tfoot tr {
              border-top: 1px solid #8e9195; }
              #bottom #bottom-inside #sidebar #cart #items table tfoot tr td {
                padding-top: 5px; }
          #bottom #bottom-inside #sidebar #cart #items img {
            margin-top: 20px; }
            #bottom #bottom-inside #sidebar #cart #items img.view_cart {
              float: left; }
            #bottom #bottom-inside #sidebar #cart #items img.checkout {
              float: right; }

#footer {
  background-color: #f5845d;
  border-top: 1px solid #f26e49;
  height: 115px;
  color: white;
  font-size: 0.9em; }
  #footer ul {
    margin: auto;
    width: 205px;
    padding-top: 35px; }
    #footer ul li {
      list-style: none;
      float: left; }
      #footer ul li.spacer {
        padding: 0 10px; }
      #footer ul li a {
        color: white; }
  #footer p {
    text-align: center;
    margin-top: 15px; }

.product {
  width: 150px;
  height: 165px;
  margin: 0 0 10px 10px;
  float: left;
  border: 10px solid #f6f6f6;
  padding: 10px;
  font-size: 12px; }
  .product .description {
    margin-top: 8px; }
    .product .description a {
      color: #191919; }
  .product .price {
    text-align: right; }

#product .photo {
  border: 10px solid #f6f6f6;
  padding: 10px;
  margin-top: 5px;
  margin-left: 20px;
  float: right; }
#product p {
  padding-bottom: 20px; }
#product .price {
  float: right;
  font-weight: bold;
  font-size: 1.2em; }
#product ul {
  margin-left: 10px; }
  #product ul li {
    list-style: disc;
    list-style-position: inside; }

#coupon {
  float: left;
  border: 10px solid #f6f6f6;
  padding: 10px;
  margin-top: 20px;
  width: 400px; }
  #coupon h2 {
    padding: 0;
    float: left;
    font-size: 20px;
    margin-top: 2px; }
  #coupon input {
    float: left;
    margin-left: 10px; }
    #coupon input.field {
      margin-top: 1px;
      height: 25px; }

#checkout-link {
  float: right;
  margin-top: 40px; }

#cart {
  width: 100%; }
  #cart tr {
    border-bottom: 1px solid #8e9195; }
  #cart thead tr th {
    font-weight: bold;
    font-size: 1.1em; }
  #cart tbody tr td {
    padding: 10px 0px; }
  #cart tfoot tr td {
    padding: 10px 0px; }

.checkout .box {
  border: 10px solid #f6f6f6;
  padding: 10px;
  margin: 10px 0; }
.checkout label {
  display: block;
  margin-top: 5px; }
.checkout input[disabled='disabled'] {
  background-color: blue; }
.checkout label.required {
  font-weight: bold; }
.checkout .formError {
  color: red; }

#page li {
  list-style: disc inside;
  margin: 8px; }

#flash .notice {
  padding: 5px 8px;
  margin: 10px 0;
  background-color: #f5845d; }
