#advanced_search {
  padding: 6px;
  display: inline-block; }
  #advanced_search legend {
    font-size: 1.2em;
    font-weight: bold; }
  #advanced_search .col1 {
    float: left;
    width: 240px; }
  #advanced_search .col2 {
    float: left;
    width: 250px;
    padding-left: 6px; }
  #advanced_search .choice_option {
    min-width: 40%;
    display: inline-block; }
  #advanced_search .variant_descriptor {
    display: inline-block; }
    #advanced_search .variant_descriptor label {
      display: block; }

#categories_select select {
  width: 240px;
  height: 320px; }

input[type=number]:-webkit-inner-spin-button, input[type=number]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

div.auto_complete {
  width: 350px;
  background: white; }
  div.auto_complete ul {
    border: 1px solid #888888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    div.auto_complete ul li {
      margin: 0;
      padding: 3px; }
      div.auto_complete ul li.selected {
        background-color: #ffffbb; }
    div.auto_complete ul strong.highlight {
      color: #880000;
      margin: 0;
      padding: 0; }

.continue_browsing {
  text-align: center; }

#filters .input_text {
  width: 100%; }

.address_label {
  font-weight: bold; }

.product_descriptors {
  font-size: 0.8em; }

.descriptor_description, .product_row .category_name {
  font-weight: bold; }

.variant_row .price, .variant_row .qty, .variant_row .buy_button, .variant_row .wishlist_button {
  text-align: right; }

.not_on_buylist_product .info, .wishlist_product .info {
  font-style: italic; }

.clear {
  clear: both; }

a.checkout_link span {
  padding: 3px;
  border: 1px solid #666666; }

input.mass_add_to_cart, input.add_to_cart {
  cursor: pointer; }

.before-products, .after-products {
  text-align: right; }

.no-products-message {
  text-align: center; }

.msrp.price, .msrp .price {
  color: red;
  text-decoration: line-through; }

.products_grid {
  text-align: center; }
  .products_grid .grid_row {
    width: 561px;
    margin: auto; }

.products_grid2 .product_grid {
  width: 270px; }
.products_grid2 .image {
  width: 270px;
  height: 200px; }
  .products_grid2 .image a {
    width: 270px;
    height: 200px; }
  .products_grid2 .image img {
    max-width: 270px;
    max-height: 200px; }

.products_grid3 .product_grid {
  width: 177px; }
.products_grid3 .image {
  width: 177px;
  height: 177px; }
  .products_grid3 .image a {
    width: 177px;
    height: 177px; }
  .products_grid3 .image img {
    max-width: 177px;
    max-height: 177px; }

.products_grid4 .product_grid {
  width: 130px; }
.products_grid4 .image {
  width: 130px;
  height: 130px; }
  .products_grid4 .image a {
    width: 130px;
    height: 130px; }
  .products_grid4 .image img {
    max-width: 130px;
    max-height: 130px; }

.product_grid {
  text-align: center;
  margin: 5px;
  float: left;
  background-color: #dddddd; }
  .product_grid input {
    text-align: center; }
  .product_grid img.plus_button {
    margin: 0; }
  .product_grid .image {
    text-align: center;
    float: none; }
    .product_grid .image a {
      margin: auto;
      display: table-cell;
      vertical-align: middle; }
    .product_grid .image img {
      float: none;
      border: 0;
      margin: 0; }
  .product_grid .description {
    padding: 5px 5px 0 5px; }
    .product_grid .description .name {
      font-size: 1.2em;
      font-weight: bold; }
    .product_grid .description .category_name {
      font-size: 0.85em; }
    .product_grid .description .info {
      color: black; }
  .product_grid .variant_row {
    margin: 5px -5px;
    padding: 5px; }
    .product_grid .variant_row.even {
      background-color: #cccccc; }
    .product_grid .variant_row.odd {
      background-color: #bbbbbb; }
  .product_grid .price {
    font-weight: bold;
    color: black; }

.product_grid form, .product_row form {
  display: inline-block; }

#mouseChaser {
  position: absolute;
  overflow: hidden;
  z-index: 999; }

.contact_us_form {
  margin: 50px auto;
  width: 337px;
  background-color: transparent;
  /*use shadow1 for dark backgrounds and shadow2 for light backgrounds */ }
  .contact_us_form label {
    color: #727272;
    font-family: arial, sans-serif;
    font-size: 20px;
    margin: 10px;
    padding: 5px 0 10px 0;
    text-align: left; }
  .contact_us_form #email, .contact_us_form #name {
    background-color: #f8f8f8;
    border: 1px solid #d4d4d3;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    margin: 10px 0px 7px 0px;
    padding: 8px 0;
    width: 321px;
    -moz-box-shadow: inset 0 0 5px #888888;
    -webkit-box-shadow: inset 0 0 5px #888888;
    box-shadow: inner 0 0 5px #888888; }
  .contact_us_form #message {
    background-color: #f8f8f8;
    border: 1px solid #d4d4d3;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    height: 210px;
    margin: 10px 0px 7px 0px;
    width: 321px;
    -moz-box-shadow: inset 0 0 5px #888888;
    -webkit-box-shadow: inset 0 0 5px #888888;
    box-shadow: inner 0 0 5px #888888; }
  .contact_us_form #input {
    background-color: #d7d7d7;
    border: 1px solid #aaaaaa;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 5px 0 0 170px;
    text-transform: uppercase;
    width: 150px; }
  .contact_us_form #input:hover {
    background-color: #c9c9c8;
    border: 1px solid #aaaaaa;
    color: #1e1e1e;
    cursor: pointer;
    height: 40px;
    margin: 5px 0 0 170px;
    width: 150px; }
  .contact_us_form .rounded2 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .contact_us_form .shadow1 {
    -moz-box-shadow: 0 0 3px black;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black; }
  .contact_us_form .shadow2 {
    -moz-box-shadow: 0 0 3px #dededd;
    -webkit-box-shadow: 0 0 3px #dededd;
    box-shadow: 0 0 3px #dededd; }
