#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: black !important; }
  #MB_overlay[id] {
    position: fixed; }
.by_medium, .product-area .prod-row .content .icons { display:none; }
#MB_window {
  position: absolute;
  top: 0;
  border: 0 solid;
  text-align: left;
  z-index: 10000; }
  #MB_window[id] {
    position: fixed !important; }

#MB_frame {
  position: relative;
  background-color: #efefef; }

#MB_header {
  margin: 0;
  padding: 0; }

#MB_content {
  padding: 6px 0.75em;
  overflow: auto; }

#MB_caption {
  font: bold 100% "Lucida Grande", Arial, sans-serif;
  text-shadow: white 0 1px 0;
  padding: 0.5em 2em 0.5em 0.75em;
  margin: 0;
  text-align: left; }

#MB_close {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 2px 3px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px; }
  #MB_close:hover {
    background: transparent; }

#MB_loading {
  padding: 1.5em;
  text-indent: -10000px;
  background: transparent url(../../../images/modalbox/spinner.gif) 50% 0 no-repeat; }

#MB_frame {
  padding-bottom: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

#MB_window {
  background-color: #efefef;
  color: black;
  -webkit-box-shadow: 0 8px 64px black;
  -moz-box-shadow: 0 0 64px black;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

#MB_content {
  border-top: 1px solid #f9f9f9; }

#MB_header {
  background-color: #dddddd;
  border-bottom: 1px solid #cccccc; }

#MB_caption {
  color: black; }

#MB_close {
  color: #777777; }
  #MB_close:hover {
    color: black; }

.MB_alert {
  margin: 10px 0;
  text-align: center; }

/* -------------------------------------------------------------------------------------------------
 *
 *It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
 *this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
 *This will allow you to update formtastic.css with new releases without clobbering your own changes.
 *
 *This stylesheet forms part of the Formtastic Rails Plugin
 *(c) 2008 Justin French
 *
 *-------------------------------------------------------------------------------------------------- */
/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just form.formtastic
 *-------------------------------------------------------------------------------------------------- */
form.formtastic {
  margin: 0;
  padding: 0; }
  form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0; }
  form.formtastic fieldset {
    border: 0; }
  form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal; }
  form.formtastic ol, form.formtastic ul {
    list-style: none; }
  form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%; }
  form.formtastic legend {
    color: black; }
  form.formtastic fieldset {
    display: inline-block; }
    form.formtastic fieldset.buttons {
      padding-left: 25%; }
    form.formtastic fieldset.buttons li {
      float: left;
      padding-right: 0.5em; }
    form.formtastic fieldset:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

/* FIELDSETS & LISTS
 *-------------------------------------------------------------------------------------------------- */
/* clearfixing the fieldsets */
html[xmlns] form.formtastic fieldset {
  display: block; }

* html form.formtastic fieldset {
  height: 1%; }

/* INPUT LIs
 *-------------------------------------------------------------------------------------------------- */
form.formtastic fieldset ol li {
  margin-bottom: 1.5em;
  display: inline-block; }
  form.formtastic fieldset ol li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* clearfixing the li's */
html[xmlns] form.formtastic fieldset ol li {
  display: block; }

* html form.formtastic fieldset ol li {
  height: 1%; }

form.formtastic fieldset ol li label {
  display: block;
  width: 25%;
  float: left;
  padding-top: 0.2em; }
form.formtastic fieldset ol li li label {
  line-height: 100%;
  padding-top: 0; }
  form.formtastic fieldset ol li li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em; }
form.formtastic fieldset ol li fieldset {
  position: relative; }
  form.formtastic fieldset ol li fieldset legend {
    position: absolute;
    width: 25%;
    padding-top: 0.1em; }
    form.formtastic fieldset ol li fieldset legend span, form.formtastic fieldset ol li fieldset legend.label label {
      position: absolute; }
  form.formtastic fieldset ol li fieldset ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 25%; }
    form.formtastic fieldset ol li fieldset ol li {
      padding: 0;
      border: 0; }
form.formtastic fieldset ol li p.inline-hints {
  color: #666666;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset ol li p.inline-errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%; }
form.formtastic fieldset ol li ul.errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square; }
  form.formtastic fieldset ol li ul.errors li {
    padding: 0;
    border: none;
    display: list-item; }
form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input, form.formtastic fieldset ol li.numeric input, form.formtastic fieldset ol li.text textarea {
  width: 74%; }
form.formtastic fieldset ol li.hidden {
  display: none; }
form.formtastic fieldset ol li.boolean label {
  padding-left: 25%;
  width: auto; }
  form.formtastic fieldset ol li.boolean label input {
    margin: 0 0.5em 0 0.2em; }
form.formtastic fieldset ol li.radio fieldset ol, form.formtastic fieldset ol li.check_boxes fieldset ol {
  margin-bottom: -0.6em; }
  form.formtastic fieldset ol li.radio fieldset ol li, form.formtastic fieldset ol li.check_boxes fieldset ol li {
    margin: 0.1em 0 0.5em 0; }
    form.formtastic fieldset ol li.radio fieldset ol li label, form.formtastic fieldset ol li.check_boxes fieldset ol li label {
      float: none;
      width: 100%; }
      form.formtastic fieldset ol li.radio fieldset ol li label input, form.formtastic fieldset ol li.check_boxes fieldset ol li label input {
        margin-right: 0.2em; }
form.formtastic fieldset ol li.date fieldset ol li, form.formtastic fieldset ol li.time fieldset ol li, form.formtastic fieldset ol li.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.3em 0 0; }
form.formtastic fieldset ol li.date fieldset ol li label, form.formtastic fieldset ol li.time fieldset ol li label, form.formtastic fieldset ol li.datetime fieldset ol li label {
  display: none; }
form.formtastic fieldset ol li.date fieldset ol li label input, form.formtastic fieldset ol li.time fieldset ol li label input, form.formtastic fieldset ol li.datetime fieldset ol li label input {
  display: inline;
  margin: 0;
  padding: 0; }

form.formtastic {
  padding-bottom: 10px; }
  form.formtastic p, form.formtastic li, form.formtastic fieldset ol li {
    list-style-type: none;
    margin: 10px 0px; }
    form.formtastic p abbr, form.formtastic li abbr, form.formtastic fieldset ol li abbr {
      color: red;
      margin-left: 2px; }
    form.formtastic p label, form.formtastic li label, form.formtastic fieldset ol li label {
      width: 150px;
      position: absolute;
      text-align: right; }
  form.formtastic li select {
    margin-left: 160px; }
  form.formtastic p select {
    width: 200px;
    margin-left: 160px; }
  form.formtastic li textarea {
    width: 300px;
    margin-left: 160px; }
  form.formtastic li.string input,
  form.formtastic li.password input,
  form.formtastic li.numeric input {
    width: 200px;
    margin-left: 160px;
    padding: 2px; }
  form.formtastic li.boolean input[type=checkbox] {
    margin-left: 160px; }
  form.formtastic input[type=file] {
    margin-left: 160px; }
  form.formtastic input[type=submit], form.formtastic input[type=button] {
    margin-left: 160px;
    border: 1px solid #999999;
    padding: 3px;
    background: #eeeeee;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
    -webkit-border-bottom-right-radius: 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px; }
  form.formtastic input[type=submit]:hover, form.formtastic input[type=button]:hover {
    background: #999999;
    cursor: pointer;
    color: white; }
  form.formtastic p.inline-errors {
    color: red;
    padding-left: 160px;
    margin-top: 2px; }
  form.formtastic fieldset ol li p.inline-errors {
    margin-left: 0px; }
  form.formtastic li p.inline-hints {
    padding-left: 160px;
    margin-top: 4px;
    font-size: 12px; }
  form.formtastic .cancel {
    padding-left: 160px; }

body {
  font-size: 12px; }

:focus {
  outline-style: none; }

h1 {
  font-size: 24px;
  margin: 10px 0px; }

h2 {
  font-size: 20px;
  margin: 10px 0px; }

h3 {
  font-size: 18px;
  margin: 10px 0px; }

h4 {
  font-size: 16px;
  margin: 10px 0px; }

p {
  margin: 10px 0px; }

ul, ol {
  padding-left: 30px; }

a img {
  border: 0px; }

#ajax-loading {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: black !important;
  background: url("../../../images/icons/ajax-loader.gif") 50% 50% no-repeat;
  opacity: 0.75; }

#file_frame {
  width: 1px;
  height: 1px;
  border: 0px; }

#flash_messages {
  font-size: 1.1em;
  margin-bottom: 10px; }
  #flash_messages .message_notice {
    background: url(../../../images/icons/true.png) 8px 50% no-repeat;
    background-color: #dfffdf;
    border: 1px solid #9fcf9f;
    color: #005f00;
    padding: 4px 4px 4px 30px; }
  #flash_messages .message_error {
    background: url(../../../images/icons/exclamation.png) 8px 50% no-repeat;
    background-color: #ffe3e3;
    border: 1px solid #dd0000;
    color: #880000;
    padding: 4px 4px 4px 30px; }
  #flash_messages ul.message_notice, #flash_messages ul.message_error {
    padding-left: 45px;
    margin: 0px; }

#cart-messages {
  margin-bottom: 10px;
  background: url(../../../images/icons/cart_error.png) 8px 50% no-repeat;
  background-color: #dfffdf;
  border: 1px solid #9fcf9f;
  color: #005f00;
  padding: 4px 4px 4px 30px; }
  #cart-messages ul, #cart-messages ol {
    padding-left: 25px; }

#cart-notices {
  margin-bottom: 10px;
  background: url(../../../images/icons/cart_error.png) 8px 50% no-repeat;
  border: 1px solid #ffd735;
  background-color: #fff1b2;
  color: #005f00;
  padding: 4px 4px 4px 30px; }
  #cart-notices ul, #cart-notices ol {
    padding-left: 25px; }

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  float: none; }

.object_errors {
  color: red; }
  .object_errors ul {
    padding-left: 35px; }

table.cart {
  width: 100%;
  border-top: 5px solid #e4e4e4;
  border-bottom: 5px solid #e4e4e4;
  border-collapse: collapse;
  clear: both; }
  table.cart thead th {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
    text-align: left;
    vertical-align: middle; }
    table.cart thead th.center {
      text-align: center; }
  table.cart tbody td {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
    text-align: left;
    vertical-align: middle; }
    table.cart tbody td.center {
      text-align: center; }
    table.cart tbody td img {
      vertical-align: middle; }
  table.cart tfoot tr.promo {
    text-align: right; }
  table.cart tfoot td {
    background: #f2f2f2;
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #b9b8b6; }
  table.cart td.item_description .image {
    float: left;
    width: 100px; }
  table.cart td.qty {
    width: 100px; }
    table.cart td.qty input {
      vertical-align: middle; }
      table.cart td.qty input.qty {
        width: 25px;
        border: 1px solid #676767;
        padding: 1px;
        margin-right: 5px; }
  table.cart td.total, table.cart td.cart_cart_item_total {
    text-align: right;
    width: 100px; }
  table.cart th.total, table.cart td.total, table.cart tfoot tr.total {
    text-align: right; }
  table.cart .item_price, table.cart .item_qty {
    text-align: center; }
  table.cart #cart_promocode {
    width: 6em; }
  table.cart .right {
    text-align: right; }

.cart_tax_text {
  clear: both;
  margin-top: 5px; }

.cart_actions {
  clear: both;
  margin-top: 10px; }
  .cart_actions a {
    float: right;
    margin-left: 10px; }
  .cart_actions .button-to {
    float: right;
    margin-left: 10px; }

#checkout p {
  margin-bottom: 10px; }
#checkout h3 {
  clear: both;
  margin: 10px 0px; }
#checkout h4 {
  margin: 0px 0px 10px 0px; }
  #checkout h4 small {
    margin-left: 10px !important;
    display: inline !important; }
#checkout form label {
  position: absolute;
  text-align: right;
  width: 140px; }
#checkout form input {
  margin-left: 150px; }
  #checkout form input#continue-shopping-button {
    margin-left: 0px; }
#checkout form select, #checkout form #cc_type_images {
  margin-left: 150px; }
#checkout form small {
  margin-left: 150px;
  display: block; }
#checkout .checkout_address, #checkout .credit_card, #checkout .gift_certificate, #checkout .gift_messages, #checkout .address_items, #checkout .checkout_shipping_methods {
  width: 47%;
  float: left;
  margin: 0 1% 0 0; }
#checkout .shipment_items {
  border: 1px solid #666666;
  background: #eeeeee;
  padding: 5px; }
  #checkout .shipment_items .multi_shipment_help {
    margin-bottom: 5px; }
#checkout .shipping_methods input {
  margin-left: 0px !important; }
#checkout .shipping_methods label {
  width: 90% !important;
  position: relative !important;
  text-align: left !important;
  margin-left: 10px; }
#checkout .shipping_methods p {
  margin: 5px 0px; }
#checkout .shipping_methods small {
  margin-left: 0px;
  padding-left: 30px; }
#checkout #help_card_type, #checkout #help_cvv {
  border: 1px solid black;
  padding: 5px;
  position: absolute;
  background: white;
  z-index: 99;
  width: 650px; }
#checkout .error input {
  border: 1px solid red; }
#checkout .error label {
  color: red; }
#checkout .object_errors li {
  color: red; }
#checkout .display_address_items ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
#checkout .checkout_information_buttons .submit-button, #checkout .checkout_review_buttons .submit-button {
  float: right; }
#checkout .checkout_information_buttons .edit-shopping-cart-button {
  float: left; }
#checkout .checkout_review_buttons {
  margin-top: 10px; }
  #checkout .checkout_review_buttons .edit-information-button {
    float: left; }
  #checkout .checkout_review_buttons .edit-shopping-cart-button {
    float: left;
    margin-right: 10px; }
#checkout #checkout_indicator {
  margin: 5px 0px; }
  #checkout #checkout_indicator #information_indicator, #checkout #checkout_indicator #review_indicator, #checkout #checkout_indicator #result_indicator {
    width: 31%;
    float: left;
    border: 1px solid #e4e4e4;
    padding: 5px;
    background: #f2f2f2; }
  #checkout #checkout_indicator .active {
    font-weight: bold; }

select#billing_address_country_id, select#shipping_address_country_id {
  width: 190px; }

#customers_order_details .display_address_items ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

form.form {
  margin-bottom: 10px; }
  form.form label, form.form .form_label {
    position: absolute;
    text-align: right;
    width: 140px; }
  form.form p {
    margin-top: 0px; }
  form.form input, form.form textarea {
    margin-left: 150px; }
  form.form textarea {
    width: 220px;
    height: 150px; }
  form.form select {
    margin-left: 150px; }
form .product-personalization {
  margin: 10px 0px; }
  form .product-personalization label {
    position: absolute;
    width: 75px; }
  form .product-personalization input, form .product-personalization select {
    margin-left: 85px; }
  form .product-personalization small {
    margin-left: 85px;
    display: block;
    margin-top: 3px;
    font-size: 10px; }

.order_details {
  width: 100%;
  border-top: 5px solid #e4e4e4;
  border-bottom: 5px solid #e4e4e4;
  border-collapse: collapse;
  clear: both;
  margin-top: 10px; }
  .order_details tbody td, .order_details thead th {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
    text-align: left;
    vertical-align: middle; }
  .order_details tbody td.image {
    width: 100px; }
  .order_details tbody td img {
    vertical-align: middle; }
  .order_details tfoot td {
    background: #f2f2f2;
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #b9b8b6; }
  .order_details td.qty {
    width: 100px; }
  .order_details th.total, .order_details td.total {
    text-align: right;
    width: 100px; }
  .order_details #cart_promocode {
    width: 6em; }
  .order_details .right {
    text-align: right; }
  .order_details .center {
    text-align: center; }

#result_actions {
  margin-top: 10px; }

#order-status-addresses .checkout_address {
  margin-left: 0px; }

table.object-data {
  background: none;
  border-collapse: collapse; }
  table.object-data td, table.object-data th {
    border: 1px solid #c3d7db;
    text-align: center; }
  table.object-data thead {
    background: #d9eaed; }
  table.object-data tr:hover td {
    background: #dcf3f9; }

#new_session_links, #new_customer_links {
  margin-left: 160px; }

#account-info {
  display: none; }

#action_shots .action_shot {
  width: 400px;
  float: left;
  margin: 10px 0px 10px 40px; }
#action_shots .action_shot_label span {
  display: block; }
#action_shots .action_shot_label .caption {
  font-size: 18px; }

.form .ajaxful-rating {
  margin-left: 140px; }

#product_review .star-rating {
  margin: 0px; }

.display_review {
  margin: 10px 0px;
  padding: 10px 0px;
  border-top: 1px solid black; }

.product_rating.average .star-rating {
  margin: 0px auto; }

.review_rating {
  display: inline; }

.review_title {
  font-weight: bold;
  font-size: 18px;
  display: block; }

#average-rating div {
  margin: 0 auto;
  width: 125px; }

#taf_wrap textarea {
  height: 50px;
  width: 220px; }
#taf_wrap input[type=text] {
  width: 220px; }

#recaptcha_area {
  float: right;
  margin: 5px 0px; }

ol.survey_questions li.question {
  margin-bottom: 10px; }
  ol.survey_questions li.question ol.answers {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px; }
    ol.survey_questions li.question ol.answers li.answer {
      margin-bottom: 5px; }
  ol.survey_questions li.question .short {
    width: 200px;
    margin-top: 5px; }
  ol.survey_questions li.question .long {
    width: 200px;
    margin-top: 5px;
    height: 50px; }

.size_chart td {
  padding: 5px;
  border: 1px solid #666666;
  border-collapse: collapse;
  text-align: center; }

.shipping_table {
  border-collapse: collapse;
  margin: 5px 0px; }
  .shipping_table td {
    padding: 5px;
    border: 1px solid #666666;
    width: 50%; }

.wrap_pagination {
  margin: 10px 0px;
  padding: 5px;
  background: #f2f2f2;
  border: 1px solid #e4e4e4; }
  .wrap_pagination .toggle-viewall {
    margin: 0px 10px; }
  .wrap_pagination form {
    margin: 0px 10px; }
  .wrap_pagination .pagination {
    float: right;
    line-height: 18px; }
  .wrap_pagination .pagination-details {
    float: left; }

.product-grid .product-block {
  float: left;
  margin-right: 10px;
  text-align: center; }

#terms_auto_complete {
  z-index: 99; }
  #terms_auto_complete ul {
    list-style-type: none;
    padding: 0px 0px;
    margin: 0px; }
    #terms_auto_complete ul li {
      padding: 5px 10px; }
      #terms_auto_complete ul li.selected {
        cursor: pointer; }

.event-detail .event, .events .event {
  clear: left; }
.event-detail .info, .event-detail .details, .events .info, .events .details {
  float: left;
  padding: 15px; }
.event-detail .info, .events .info {
  width: 135px;
  margin: 0;
  padding: 0;
  margin-right: 15px; }
  .event-detail .info h3.date, .events .info h3.date {
    margin-top: 0;
    font-weight: bold; }
  .event-detail .info h4.location, .event-detail .info h4.contact, .events .info h4.location, .events .info h4.contact {
    margin-bottom: 0px; }
  .event-detail .info a, .events .info a {
    text-decoration: underline; }
.event-detail .details, .events .details {
  width: 350px;
  margin: 0;
  padding-right: 0; }
  .event-detail .details h2.title, .events .details h2.title {
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em; }

.event-navigation {
  border-bottom: 1px dotted #888888;
  margin-bottom: 15px; }

.events .link {
  float: right;
  padding: 15px; }
.events .info h3.date {
  margin-top: 0;
  font-weight: bold; }
.events .details {
  width: 325px; }
.events .sep {
  border-top: 3px solid #efefef;
  margin: 10px;
  clear: left; }

.security {
  clear: both;
  margin-top: 10px; }
  .security a {
    float: none !important; }

body {
  margin: 0;
  padding: 0;
  background: url(../../../images/sites/rabbit_ears/grass.jpg) bottom left repeat-x #e2eefe;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #666666; }

td {
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #666666; }

a:link, a:visited, a:hover, a:active {
  color: #54166d; }
a img {
  border: 0; }

* {
  font-family: Arial; }

a {
  color: #54166d;
  font-weight: bold; }
  a:visited {
    color: #54166d;
    font-weight: bold; }

div#body-wrap {
  padding: 0px 20px 50px 20px;
  background: url(../../../images/sites/rabbit_ears/main.jpg) repeat-x transparent; }

#site-header {
  background: url(../../../images/sites/rabbit_ears/header.jpg) 0 0 no-repeat;
  height: 123px;
  width: 869px;
  position: relative; }

div#top-nav {
  float: none;
  clear: both;
  margin-left: 285px;
  position: absolute;
  bottom: -5px; }
  div#top-nav ul {
    padding: 0;
    margin: 0px;
    float: left; }
    div#top-nav ul li {
      float: left;
      text-align: center;
      list-style: none; }
    div#top-nav ul a {
      display: block;
      height: 36px;
      text-decoration: none; }
    div#top-nav ul span {
      visibility: hidden; }
  div#top-nav #home {
    background: url("../../../images/sites/rabbit_ears/tabs/home_off.gif") 0 0 no-repeat;
    width: 76px; }
    div#top-nav #home :hover, div#top-nav #home .active {
      background: url("../../../images/sites/rabbit_ears/tabs/home_on.gif") 0 0 no-repeat; }
  div#top-nav #our_stories {
    background: url("../../../images/sites/rabbit_ears/tabs/our_stories_off.gif") 0 0 no-repeat;
    width: 127px; }
    div#top-nav #our_stories :hover, div#top-nav #our_stories .active {
      background: url("../../../images/sites/rabbit_ears/tabs/our_stories_on.gif") 0 0 no-repeat; }
  div#top-nav #our_company {
    background: url("../../../images/sites/rabbit_ears/tabs/our_company_off.gif") 0 0 no-repeat;
    width: 146px; }
    div#top-nav #our_company :hover, div#top-nav #our_company .active {
      background: url("../../../images/sites/rabbit_ears/tabs/our_company_on.gif") 0 0 no-repeat; }
  div#top-nav #parents_and_educators {
    background: url("../../../images/sites/rabbit_ears/tabs/parents_and_educators_off.gif") 0 0 no-repeat;
    width: 202px; }
    div#top-nav #parents_and_educators :hover, div#top-nav #parents_and_educators .active {
      background: url("../../../images/sites/rabbit_ears/tabs/parents_and_educators_on.gif") 0 0 no-repeat; }

div#content-wrap {
  background: url(../../../images/sites/rabbit_ears/leftcol.jpg) 0 0 repeat-y white;
  width: 869px; }
div#content-header {
  background: url(../../../images/sites/rabbit_ears/page_top.jpg) 0 0 no-repeat white;
  width: 869px;
  height: 39px;
  margin-bottom: 0px;
  clear: both; }
  div#content-header .breadcrumbs {
    float: left;
    margin: 10px 0px 0px 30px; }
    div#content-header .viewcart {
    float: right;
    margin: 10px 30px 0 0; }
  div#content-header .actions {
    float: right;
    margin: 7px 30px 0px 0px; display:none; }
    div#content-header .actions ul {
      padding: 0;
      margin: 0px;
      float: left; }
      div#content-header .actions ul li {
        float: left;
        text-align: center;
        list-style: none; }
        div#content-header .actions ul li a {
          display: block;
          height: 23px;
          text-decoration: none; }
        div#content-header .actions ul li span {
          visibility: hidden; }
    div#content-header .actions #login {
      background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_login_off.gif") 0 0 no-repeat;
      width: 82px; }
      div#content-header .actions #login a.login:hover, div#content-header .actions #login a.login.active {
        background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_login_on.gif") 0 0 no-repeat; }
    div#content-header .actions #shopping-basket {
      background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_basket_off.gif") 0 0 no-repeat;
      width: 148px; }
      div#content-header .actions #shopping-basket a.shopping-basket:hover, div#content-header .actions #shopping-basket a.shopping-basket.active {
        background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_basket_on.gif") 0 0 no-repeat; }
    div#content-header .actions #top-checkout-link {
      background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_checkout_off.gif") 0 0 no-repeat;
      width: 102px; }
      div#content-header .actions #top-checkout-link a:hover {
        background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_checkout_on.gif") 0 0 no-repeat; }
    div#content-header .actions #logout {
      background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_logout_off.gif") 0 0 no-repeat;
      width: 82px; }
      div#content-header .actions #logout a:hover {
        background: url("../../../images/sites/rabbit_ears/admin_buttons/admin_logout_on.gif") 0 0 no-repeat; }
div#login_div {
  z-index: 99;
  position: absolute;
  background: #e0ebf0;
  border: 1px solid #7b9ac7;
  width: 245px;
  height: 100px;
  color: #445c82;
  padding-top: 15px;
  text-align: left; }
  div#login_div p {
    float: left;
    width: 105px;
    margin: 0px 0px 0px 15px; }
  div#login_div label {
    width: 105px; }
  div#login_div #customer_session_email, div#login_div #customer_session_password {
    width: 100px;
    border: 1px solid white; }
  div#login_div div.links {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-top: 10px; }
    div#login_div div.links a {
      text-decoration: none; }
  div#login_div input.submit {
    display: block;
    float: left;
    margin-top: 15px; }
div#shopping-basket_div {
  z-index: 99;
  position: absolute;
  background: #e0ebf0;
  border: 1px solid #7b9ac7;
  width: 248px;
  height: 75px;
  color: #445c82;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left; }
  div#shopping-basket_div div.info {
    margin: 0 10px 10px 10px;
    padding: 10px 10px;
    background: #f2f6f8;
    border-bottom: solid 1px white;
    color: #163c53;
    font-size: 13px;
    font-weight: bold; }
  div#shopping-basket_div .info .costNumbers, div#shopping-basket_div .buttons .checkout {
    float: right; }
  div#shopping-basket_div div.buttons {
    margin: 0px 10px; }
div#footer {
  background: url(../../../images/sites/rabbit_ears/page_bottom.jpg) 0 0 no-repeat white;
  height: 55px;
  width: 869px;
  text-align: center;
  margin-top: 0px;
  padding-top: 40px; }
div#footer-links {
  margin-top: 0px;
  margin: 0px auto;
  background: transparent; }
  div#footer-links a {
    text-decoration: none;
    margin: 0px 20px; }
div#left-content {
  margin-left: 20px;
  width: 177px;
  margin-right: 20px;
  float: left; }
  div#left-content #search {
    background: url(../../../images/sites/rabbit_ears/search_header.gif) 0 0 no-repeat white;
    padding: 30px 0px 5px 0px; display:none;}
    div#left-content #search form {
      padding: 0px;
      margin: 0px 0px 4px 0px; }
      div#left-content #search form div.checkbox {
        border-bottom: solid 1px #e5e5e5;
        width: 157px;
        height: 28px;
        padding: 0px 10px;
        margin-bottom: 3px; }
        div#left-content #search form div.checkbox span {
          width: 85px;
          margin-right: 30px;
          height: 28px;
          display: block;
          float: none;
          clear: none;
          color: #666666;
          float: left; }
        div#left-content #search form div.checkbox img {
          float: left; }
      div#left-content #search form .terms {
        margin: 0px 10px 0px 10px;
        width: 75px;
        padding-top: 0px; }
      div#left-content #search form .go {
        vertical-align: bottom; }
  div#left-content .module {
    background: white;
    padding: 5px 3px;
    width: 171px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #333333; }
    div#left-content .module div.arrow {
      background: url(../../../images/sites/rabbit_ears/arrow.gif) 0px 2px no-repeat white;
      padding: 1px 20px; }
    div#left-content .module div.additional {
      padding: 1px 20px; }
    div#left-content .module div#additional-nav-show {
      background: url(../../../images/sites/rabbit_ears/plus.gif) 0px 2px no-repeat white; }
    div#left-content .module div#additional-nav-hide {
      background: url(../../../images/sites/rabbit_ears/minus.gif) 0px 2px no-repeat white; }
    div#left-content .module div#additional_navigation ul {
      margin: 10px 0px 10px 20px;
      padding: 0px;
      list-style-type: none;
      width: 137px; }
    div#left-content .module div#additional_navigation li {
      margin: 0px;
      padding: 2px 0px;
      border-bottom: solid 1px #e5e5e5;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none; }
      div#left-content .module div#additional_navigation li a {
        font-size: 11px;
        font-weight: normal;
        text-decoration: none; }
    div#left-content .module.by_age .image_links ul {
      padding: 0;
      margin: 10px 0px 10px 15px;
      float: left; }
      div#left-content .module.by_age .image_links ul li {
        float: left;
        text-align: center;
        list-style: none;
        margin-left: 3px; }
    div#left-content .module.by_age .image_links li a {
      display: block;
      height: 27px;
      text-decoration: none; }
    div#left-content .module.by_age .image_links ul li span {
      visibility: hidden; }
    div#left-content .module.by_age .image_links ul li ul {
      display: none; }
    div#left-content .module.by_age .image_links #age_4 {
      background: url("../../../images/sites/rabbit_ears/age_4_off.gif") 0 0 no-repeat;
      width: 34px; }
      div#left-content .module.by_age .image_links #age_4 :hover, div#left-content .module.by_age .image_links #age_4 .active {
        background: url("../../../images/sites/rabbit_ears/age_4_on.gif") 0 0 no-repeat; }
    div#left-content .module.by_age .image_links #age_5 {
      background: url("../../../images/sites/rabbit_ears/age_5_off.gif") 0 0 no-repeat;
      width: 34px; }
      div#left-content .module.by_age .image_links #age_5 :hover, div#left-content .module.by_age .image_links #age_5 .active {
        background: url("../../../images/sites/rabbit_ears/age_5_on.gif") 0 0 no-repeat; }
    div#left-content .module.by_age .image_links #age_6 {
      background: url("../../../images/sites/rabbit_ears/age_6_off.gif") 0 0 no-repeat;
      width: 34px; }
      div#left-content .module.by_age .image_links #age_6 :hover, div#left-content .module.by_age .image_links #age_6 .active {
        background: url("../../../images/sites/rabbit_ears/age_6_on.gif") 0 0 no-repeat; }
    div#left-content .module.by_age .image_links #age_7 {
      background: url("../../../images/sites/rabbit_ears/age_7_off.gif") 0 0 no-repeat;
      width: 34px; }
      div#left-content .module.by_age .image_links #age_7 :hover, div#left-content .module.by_age .image_links #age_7 .active {
        background: url("../../../images/sites/rabbit_ears/age_7_on.gif") 0 0 no-repeat; }
    div#left-content .module.by_medium div.image_links {
      margin: 10px 0px 10px 20px; }
      div#left-content .module.by_medium div.image_links a {
        margin-left: 5px;
        padding: 0px;
        display: block;
        float: left;
        height: 40px;
        width: 41px;
        text-decoration: none; }
        div#left-content .module.by_medium div.image_links a.mbooks {
          background: url("../../../images/sites/rabbit_ears/bymedium_books_dn.gif") 0 0 no-repeat; }
          div#left-content .module.by_medium div.image_links a.mbooks span {
            visibility: hidden; }
        div#left-content .module.by_medium div.image_links a.mdvds span, div#left-content .module.by_medium div.image_links a.mcombo span {
          visibility: hidden; }
        div#left-content .module.by_medium div.image_links a.mbooks {
          background: url("../../../images/sites/rabbit_ears/bymedium_books_dn.gif") 0 0 no-repeat; }
          div#left-content .module.by_medium div.image_links a.mbooks:hover {
            background: url("../../../images/sites/rabbit_ears/bymedium_books_up.gif") 0 0 no-repeat; }
        div#left-content .module.by_medium div.image_links a.mdvds {
          background: url("../../../images/sites/rabbit_ears/bymedium_dvd_dn.gif") 0 0 no-repeat; }
          div#left-content .module.by_medium div.image_links a.mdvds:hover {
            background: url("../../../images/sites/rabbit_ears/bymedium_dvd_up.gif") 0 0 no-repeat; }
        div#left-content .module.by_medium div.image_links a.maudio {
          background: url("../../../images/sites/rabbit_ears/bymedium_audio_dn.gif") 0 0 no-repeat; }
          div#left-content .module.by_medium div.image_links a.maudio:hover {
            background: url("../../../images/sites/rabbit_ears/bymedium_audio_up.gif") 0 0 no-repeat; }
        div#left-content .module.by_medium div.image_links a.mcombo {
          background: url("../../../images/sites/rabbit_ears/bymedium_combo_dn.gif") 0 0 no-repeat; margin:8px 0 0 52px; }
          div#left-content .module.by_medium div.image_links a.mcombo:hover {
            background: url("../../../images/sites/rabbit_ears/bymedium_combo_up.gif") 0 0 no-repeat; }
			
			
			
			div#left-content .module.by_medium div.image_links a.cdx {
          background: url("../../../images/sites/rabbit_ears/cdx2.png") 0 0 no-repeat; }
          div#left-content .module.by_medium div.image_links a.cdx:hover {
            background: url("../../../images/sites/rabbit_ears/cdx.png") 0 0 no-repeat; }
			
			
  div#left-content .order_securely {
    margin-top: 35px; }
div#right-content {
  float: left;
  width: 630px;
  padding: 1px; }

.search-results form #search-go {
  margin-top: -5px;
  margin-left: 5px; }

div.index-content #home-top-featured .image {
  width: 339px;
  padding: 1px;
  background: white;
  border: solid 1px #dedede;
  float: left; }
div.index-content #home-top-featured .content {
  width: 260px;
  padding: 10px 10px 0px 10px;
  background: url("../../../images/sites/rabbit_ears/home_feature.jpg") 0 0 repeat-x;
  float: left;
  min-height: 140px; }
  div.index-content #home-top-featured .content .title a {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none; }
div.index-content .lower-center {
  float: left;
  width: 462px;
  margin-right: 10px; }
  div.index-content .lower-center .ad-bar {
    clear: both;
    padding: 10px 0px;
    border-top: solid 3px #dedede;
    border-bottom: solid 1px #dedede; }
  div.index-content .lower-center #three-set {
    margin-top: 5px; }
    div.index-content .lower-center #three-set .Prodblock {
      vertical-align: top;
      margin: 0px;
      padding: 0px; }
      div.index-content .lower-center #three-set .Prodblock table {
        padding: 0px;
        margin: 0px; }
      div.index-content .lower-center #three-set .Prodblock .middle {
        margin: 0px 4px; }
      div.index-content .lower-center #three-set .Prodblock div.content {
        padding: 1px;
        vertical-align: top;
        border: solid 1px #dedede;
        height: 178px;
        width: 145px; }
      div.index-content .lower-center #three-set .Prodblock .content .Title {
        padding: 2px 5px; }
div.index-content .lower-right {
  float: left;
  width: 145px; }
  div.index-content .lower-right .links_column .featured {
    background: url("../../../images/sites/rabbit_ears/rt_col.jpg") 0 0 repeat-x;
    padding: 10px;
    min-height: 110px; }
    div.index-content .lower-right .links_column .featured .head {
      font-size: 13px;
      font-weight: bold;
      color: #4d4d4d;
      margin-bottom: 5px; }
    div.index-content .lower-right .links_column .featured a {
      text-decoration: none; }
  div.index-content .lower-right .links_column .splitter-bar {
    height: 3px;
    line-height: 3px;
    padding: 0px;
    clear: both;
    float: none;
    background: #dedede;
    margin: 0px 0px 10px 0px; }

#iamplify {
  padding: 10px 0px;
  border: none;
  border-top: solid 3px #dedede;
  margin-top: 10px;
  text-align: center; }

div.index-content .lower-center #popular-titles {
  float: left;
  padding: 10px 0px;
  border: none;
  border-top: solid 3px #dedede;
  margin-top: 10px;
  width: 210px; }
div.index-content .lower-center #dvd-corner {
  float: left;
  padding: 10px 0px;
  border: none;
  border-top: solid 3px #dedede;
  margin-top: 10px;
  width: 210px;
  margin-right: 30px; }

#iamplify ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: none; }

div.index-content .lower-center #popular-titles ul, div.index-content .lower-center #dvd-corner ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: none; }

#iamplify ul .header {
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d; }

div.index-content .lower-center #popular-titles ul .header, div.index-content .lower-center #dvd-corner ul .header {
  padding: 0px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d; }

#iamplify ul .header {
  color: #ff6600; }
#iamplify ul li.title {
  border-bottom: solid 1px #dedede;
  padding: 3px 2px; }

div.index-content .lower-center #popular-titles ul li.title, div.index-content .lower-center #dvd-corner ul li.title {
  border-bottom: solid 1px #dedede;
  padding: 3px 2px; }

#iamplify ul li a {
  text-decoration: none; }

div.index-content .lower-center #popular-titles ul li a, div.index-content .lower-center #dvd-corner ul li a {
  text-decoration: none; }

#product-detail .product-image {
  width: 273px;
  padding: 1px;
  background: white;
  border: solid 1px #dedede;
  float: left; }
#product-detail .content {
  margin-bottom: 10px; }
#product-detail .product-info {
  width: 326px;
  padding: 10px 10px 0px 10px;
  float: left; }
  #product-detail .product-info .title {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    text-decoration: none;
    color: #333333; }
  #product-detail .product-info .long_desc {
    margin: 10px 0px;
    font-size: 12px;
    line-height: 17px;
    color: #333333; }
  #product-detail .product-info .themes a {
    text-decoration: none; }
#product-detail #dynamic-nav {
  padding: 0px;
  margin: 0px; }
  #product-detail #dynamic-nav a img {
    border-bottom: solid #d9d9d9 1px; }
  #product-detail #dynamic-nav a.active img {
    border-bottom: solid white 1px;
    padding: 0px;
    margin: 0px; }
#product-detail #dynamic-area {
  border: solid 1px #d9d9d9;
  margin-top: -5px;
  padding: 10px; }

#dynamic-area .product-block {
  float: left;
  width: 610px; }
  #dynamic-area .product-block.divide {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid #d9d9d9 1px; }
  
  
  #dynamic-area .product-block .product-images {
    margin-left: 20px;
    width: 80px;
    float: left; }
	
	#dynamic-area .product-block .product-images img{ width:100%; height:auto;}
  
#dynamic-area .small-details {
  float: left; width:480px; margin:0 0 0 15px; }
  #dynamic-area .small-details .product_title {
    color: #54166d;
    font-size: 12px;
    font-weight: bold; }
  #dynamic-area .small-details .product_price {
    font-size: 12px;
    font-weight: bold; }
  #dynamic-area .small-details .product_desc {
    margin: 10px 0px; }

#product-detail .awards h2 {
  font-size: 16px;
  font-weight: bold; }
#product-detail .awards li {
  margin-left: 15px; }

.product-area .cat-name {
  float: left;
  clear: left;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  font-family: Comic Sans MS; }
.product-area .cat-tabs {
  float: right;
  clear: right;
  margin-top: 6px;
  margin-right: 5px; }
  .product-area .cat-tabs span {
    padding: 3px 5px;
    border: solid 1px #ebebeb;
    border-bottom: none;
    margin: 0px 1px; }
    .product-area .cat-tabs span.current {
      background: #ebebeb;
      border: solid 1px #b3b3b3;
      border-bottom: none; }
    .product-area .cat-tabs span a {
      text-decoration: none; }
.product-area .prod-row {
  clear: both;
  margin: 10px auto;
  padding-bottom: 10px;
  border-bottom: solid 2px #dedede; }
  .product-area .prod-row .image {
    float: left;
    width: auto;
    padding-right: 10px;
    width: 80px;
    text-align: center; }
    .product-area .prod-row .image img {
      padding: 1px;
      border: solid #dedede 1px; }
  .product-area .prod-row .content {
    float: left;
    width: 530px; }
    .product-area .prod-row .content .title a {
      font-size: 13px;
      font-weight: bold;
      text-decoration: none; }
    .product-area .prod-row .content .icons {
      float: right; }
      .product-area .prod-row .content .icons span img {
        padding: 1px;
        border: solid 1px #ededed;
        margin: 0px 2px; }
    .product-area .prod-row .content .trait {
      float: left;
      border-left: solid #dedede 1px;
      padding: 5px;
      margin-right: 20px;
      color: #54166d;
      width: 19%; }
      .product-area .prod-row .content .trait a {
        text-decoration: none;
        font-weight: normal; }
      .product-area .prod-row .content .trait.sorted {
        font-weight: bold;
        font-size: 11px; }
      .product-area .prod-row .content .trait span {
        display: block;
        color: #444444; }

.pagination-links {
  padding: 5px 7px;
  margin-top: 0px;
  text-decoration: none;
  background-color: #ebebeb;
  display: block;
  font-weight: bold;
  text-decoration: none;
  clear: both; }
  .pagination-links .items {
    font-size: 11px;
    font-weight: bold;
    color: #111111;
    margin-right: 10px;
    float: left; }
  .pagination-links .view-all {
    float: left; }
  .pagination-links .pagination {
    float: right; }
    .pagination-links .pagination span {
      background: transparent;
      border: solid #54166d 1px;
      padding: 0px 5px; }
      .pagination-links .pagination span.current {
        background: #54166d;
        color: white; }
      .pagination-links .pagination span.disabled {
        border: 0px; }
    .pagination-links .pagination a {
      text-decoration: none;
      background: transparent;
      padding: 0px 5px;
      border: solid #54166d 1px; }
  .pagination-links .view-all span {
    border: none; }

table.cart {
  background: none repeat scroll 0 0 white;
  border-collapse: collapse;
  border-color: #999999;
  border-left: medium none;
  border-right: medium none;
  border-style: solid none;
  border-width: 3px medium; }
  table.cart thead th {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 4px solid #ededed; }
  table.cart tbody td {
    border-bottom: 4px solid #ededed; }
    table.cart tbody td.item_qty a {
      display: block;
      margin-top: 5px;
      margin-bottom: -20px; }

h2.cart_title {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-top: 15px;
  padding-left: 5px; }

img.cl-sep {
  margin-left: 23px;
  margin-right: 156px;
  margin-bottom: 5px; }
img.cl-sep2 {
  margin-right: 0; }

#checkout {
  margin-left: 20px;
  width: 800px; }

#customer-service-info {
  margin-top: 20px; }
  


#horizon h1 { display:none !important;}
#horizon p { display:none !important;}  
  
#sun h1 { display:none !important;}
#sun p { display:none !important;}  
