/* -------------------------------------------------------------------------------
 * File: site.css generated from site.sass
 * Author: Takashi Okamoto - http://buzamoto.com
 * (c) 2009 BuzaMoto
 * ------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
 * SELECTORS
 * ------------------------------------------------------------------------------- */
body {
  margin: 20px;
  background-color: #ffffff;
  font: 11px/16px Verdana, Arial, Helvetica, Geneva, "sans-serif"; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.selected {
    font-weight: bold; }

input[type="text"],
input[type="password"] {
  border: 1px solid #000; }

img {
  border: none; }

hr {
  border: none;
  border-top: 1px solid #000000; }

button,
button[type="submit"],
input[type="submit"] {
  color: #000000;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, Geneva, "sans-serif";
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none; }
  button:hover,
  button[type="submit"]:hover,
  input[type="submit"]:hover {
    text-decoration: underline !important; }

form {
  margin: 0;
  padding: 0; }

/* -------------------------------------------------------------------------------
 * CLASSES
 * ------------------------------------------------------------------------------- */
.highlight {
  color: #ff00ff !important; }

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.strong {
  font-weight: bold !important; }

.sale,
a.sale {
  color: #ff00ff !important; }

/* -------------------------------------------------------------------------------
 * FLASH
 * ------------------------------------------------------------------------------- */
div.flash {
  margin-bottom: 10px; }

div.notice {
  font-weight: bold; }

div.errors {
  color: #ff00ff; }

/* -------------------------------------------------------------------------------
 * LAYOUT
 * ------------------------------------------------------------------------------- */
div#logo {
  height: 45px; }

div#navigation {
  height: 40px; }

div.content {
  width: 1000px;
  padding-bottom: 40px; }

div#cart-wrapper div#cart-links {
  height: 30px; }
div#cart-wrapper div#cart-contents {
  padding-bottom: 40px; }
  div#cart-wrapper div#cart-contents div.line_item {
    float: left;
    width: 300px; }

/* -------------------------------------------------------------------------------
 * LAYOUT CLASSES
 * ------------------------------------------------------------------------------- */
.column {
  float: left;
  width: 180px;
  margin-right: 20px; }

span.column {
  display: block; }

.column-nomargin {
  float: left;
  width: 200px;
  margin: 0; }

span.column-nomargin {
  display: block; }

.column-2 {
  float: left;
  width: 380px;
  margin-right: 20px; }

.section-heading {
  font-weight: bold;
  height: 35px; }

.section-navigation {
  height: 35px; }

/* -------------------------------------------------------------------------------
 * PAGES INDEX
 * ------------------------------------------------------------------------------- */
ul.index-group {
  margin: 0 0 14px 0;
  padding: 0; }
  ul.index-group li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999999; }
  ul.index-group li.heading {
    font-weight: bold;
    color: #000000; }
  ul.index-group li a {
    font-weight: normal;
    color: #000000; }

/* -------------------------------------------------------------------------------
 * PAGES CATEGORY
 * ------------------------------------------------------------------------------- */
div#content-category div.product {
  margin-top: 35px; }
  div#content-category div.product:first-child {
    margin: 0; }
  div#content-category div.product .title {
    font-weight: bold; }
  div#content-category div.product .creator {
    font-weight: bold; }

/* -------------------------------------------------------------------------------
 * PAGES PRODUCT
 * ------------------------------------------------------------------------------- */
div#gallery-wrapper {
  float: left;
  width: 450px;
  margin-right: 20px; }

div#gallery-image {
  width: 450px;
  height: 300px; }

div#gallery-video-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000; }

div#gallery-navigation {
  width: 450px; }

#controls-image {
  width: 100%; }

#gallery-image-controls {
  float: left; }

div#gallery-video-link {
  float: right; }

div#content-product div#details {
  float: left;
  width: 310px;
  margin-right: 20px; }
div#content-product p {
  margin: 10px 0; }
  div#content-product p a {
    font-weight: bold; }
div#content-product ul {
  margin: 10px 0 0 0;
  padding: 0; }
  div#content-product ul li {
    list-style: none; }

div#fullsize-gallery {
  float: left;
  width: 980px; }

div.fullsize-image {
  margin-top: 35px; }

/* -------------------------------------------------------------------------------
 * PAGES TAXON
 * ------------------------------------------------------------------------------- */
div#biography {
  width: 380px;
  margin-bottom: 35px; }

/* -------------------------------------------------------------------------------
 * PAGES CART
 * ------------------------------------------------------------------------------- */
div#content-cart div.product {
  margin-top: 35px; }
  div#content-cart div.product:first-child {
    margin: 0; }
  div#content-cart div.product a {
    display: block; }
  div#content-cart div.product div.title {
    font-weight: bold; }

/* -------------------------------------------------------------------------------
 * PAGES USER
 * ------------------------------------------------------------------------------- */
table.order-summary tr td {
  padding: 4px 0; }

div#user-fields {
  line-height: 18px; }

/* -------------------------------------------------------------------------------
 * SCAFFOLD
 * ------------------------------------------------------------------------------- */
div.errorExplanation {
  text-transform: lowercase; }
  div.errorExplanation h2 {
    font-size: 11px; }
  div.errorExplanation ul {
    margin-left: 0;
    padding-left: 0;
    list-style: inside; }

/* -------------------------------------------------------------------------------
 * CHECKOUT
 * ------------------------------------------------------------------------------- */
div#checkout h1, div#checkout h2, div#checkout h3, div#checkout h4 {
  font-size: 11px; }
div#checkout div#registration div.error, div#checkout div#shipping_method div.error {
  width: 815px; }
div#checkout div#billing input, div#checkout div#shipping input, div#checkout div#payment input, div#checkout div#registration_input input {
  border: 1px solid black; }
div#checkout input[type="checkbox"] {
  border: none !important; }
div#checkout select.error, div#checkout input.error {
  padding: 0px;
  border: 1px solid #EAE8E3; }
div#checkout p {
  clear: both;
  margin-bottom: 15px; }
  div#checkout p label {
    float: left;
    width: 150px;
    position: relative;
    top: 0px; }
  div#checkout p span.req {
    color: #ff00ff;
    margin-left: 2px;
    position: relative;
    top: -3px; }
  div#checkout p input, div#checkout p select {
    margin-left: 150px;
    width: 200px;
    margin: 0px; }
  div#checkout p label.error {
    color: #ff00ff;
    clear: both;
    margin: 0 0 10px 150px;
    top: 0px;
    font-size: 11px;
    border: none;
    padding: 0px; }
div#checkout label.radio {
  display: inline; }
div#checkout div#methods p, div#checkout div#registration_choice p {
  margin-bottom: 7px; }
  div#checkout div#methods p input, div#checkout div#methods p label, div#checkout div#registration_choice p input, div#checkout div#registration_choice p label {
    display: inline;
    float: none; }
  div#checkout div#methods p label, div#checkout div#registration_choice p label {
    margin: 0px 0px 0px 5px;
    top: -1px;
    width: 300px; }
  div#checkout div#methods p input, div#checkout div#registration_choice p input {
    width: 15px; }
div#checkout div.form-buttons {
  margin: 10px 0 20px 0;
  clear: both; }
  div#checkout div.form-buttons input {
    background: none;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, Geneva, "sans-serif";
    border: none !important;
    text-align: left;
    cursor: pointer; }
    div#checkout div.form-buttons input:hover {
      text-decoration: underline; }
    div#checkout div.form-buttons input:disabled {
      font-weight: normal !important;
      color: #AFAFAF;
      text-decoration: none !important; }
div#checkout #registration div#registration_choice {
  block: none;
  margin-bottom: 1em; }
div#checkout #registration div#guest_user, div#checkout #registration div#existing_user, div#checkout #registration div#already_logged_in {
  display: none; }
div#checkout #shipping span#clear_same_address {
  clear: both;
  display: block; }
div#checkout #shipping span#checkout_same_address {
  float: left;
  display: block;
  border: 1px solid black;
  width: 20px;
  height: 20px; }
  div#checkout #shipping span#checkout_same_address:hover {
    cursor: pointer; }
div#checkout #shipping.completed h2, div#checkout #shipping.disabled h2 {
  padding-left: 0px; }
div#checkout #shipping_method div.inner {
  padding-top: 0px; }
div#checkout #shipping_method div.error {
  display: none; }
div#checkout #payment p select {
  width: 75px; }
div#checkout #confirmation table.order-summary .price, div#checkout #confirmation table.order-summary .qty {
  width: 165px; }
div#checkout #confirmation table.order-summary .total_display {
  width: 300px; }
  div#checkout #confirmation table.order-summary .total_display span {
    display: block;
    text-align: right;
    padding-right: 150px; }
div#checkout #confirmation tbody#line-items th {
  text-align: left; }
div#checkout #confirmation tbody#line-items th.total_display {
  text-align: right; }
div#checkout #confirmation div#bdisplay, div#checkout #confirmation div#sdisplay {
  float: left;
  width: 300px;
  clear: right;
  margin-bottom: 20px; }
div#checkout .checkout.disabled h2, div#checkout .checkout.completed h2 {
  padding-left: 0px;
  color: #AFAFAF;
  padding-bottom: 10px;
  font-weight: normal !important; }
div#checkout .checkout.disabled:last-child h2, div#checkout .checkout.completed:last-child h2 {
  border-bottom: none; }
div#checkout .checkout.completed h2 {
  font-weight: normal !important;
  color: #111; }
div#checkout input#continue_billing, div#checkout input#continue_shipping {
  display: block;
  clear: both;
  margin-top: 10px; }
div#checkout input#continue_billing, div#checkout input#continue_shipping, div#checkout p input#continue_registration, div#checkout p input#continue_shipping_method, div#checkout p input#continue_payment, div#checkout #confirm_order .inner input {
  cursor: pointer;
  width: 100px; }

div#order table.order-summary .price, div#order table.order-summary .qty {
  width: 165px; }
div#order table.order-summary .total_display {
  width: 300px; }
  div#order table.order-summary .total_display span {
    display: block;
    text-align: right;
    padding-right: 150px; }

tbody#subtotal {
  border-bottom: 1px solid #DDDDDD; }

tbody#order-credits {
  color: #f00; }
