/* MAIN ---------------------------------------------------------------------------------------- */
a {
  color: black;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

body {
  background-color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

.titled {
  color: #666; }

.page > .title > div td {
  font-weight: normal;
  padding: 2px; }

/* CONTENT PANES ------------------------------------------------------------------------------- */
.main {
  background-color: white;
  margin: 0 auto;
  max-width: 960px; }

.widget h2 {
  background-color: black;
  color: white;
  font-size: 18px;
  font-style: italic;
  padding: 0 1em; }

.page h2 {
  color: red;
  font-size: 24px; }

/* ACCOUNT PAGE -------------------------------------------------------------------------------- */
/* Title and information */
.account.page .section {
  background-color: lightgrey;
  border: 1px solid darkgrey; }

.account.page .section h3 {
  background: none;
  color: red;
  font-size: 1em; }

.account.page a {
  font-weight: bold;
  position: relative; }

.account.page a:before {
  content: " > ";
  cursor: default;
  position: absolute;
  left: -.8em; }

.edit.page label {
  padding-top: 4px; }

.edit.page form {
  background-color: #f0f0f0;
  border: 1px solid darkgrey;
  padding: 0 0 1em;
  text-align: center; }

.edit.page form h3 {
  text-align: left; }

.edit.page ul {
  padding: 1em;
  text-align: left; }

.edit.page li.email {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 1em; }

.edit.page li.password2 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 1em; }

.edit.page li.partners {
  padding-bottom: 1em; }

.edit.page input[type="submit"] {
  background-color: red;
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  height: 26px;
  margin: 0 auto;
  width: 200px; }

.edit.page input[type="submit"]:hover {
  background-color: lightsalmon; }

/* CART PAGE ----------------------------------------------------------------------------------- */
.cart.page h3 {
  display: none; }

.cart.page table {
  border-spacing: 0;
  width: 100%; }

.cart.page th {
  background-color: darkgrey;
  color: white;
  padding: 4px; }

.cart.page td {
  border-left: 1px solid darkgrey;
  border-top: 1px solid darkgrey;
  font-weight: bold;
  padding: 4px; }

.cart.page td:last-child {
  border-right: 1px solid darkgrey; }

.cart.page tr:last-child td {
  border-bottom: 1px solid darkgrey; }

.cart.page .quantity a {
  background-color: red;
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold; }

.cart.page .quantity a:hover {
  background-color: lightsalmon;
  text-decoration: none; }

.cart.page .quantity input {
  border: 1px solid darkgrey;
  color: #333;
  height: 16px;
  padding: 2px; }

.cart.page .totals {
  background-color: white;
  border: 1px solid darkgrey; }

.cart.page .totals span {
  text-align: center; }

.cart.page .totals .quantity .value {
  font-weight: bold; }

.cart.page .totals .amount {
  font-weight: bold; }

.cart.page .totals .amount .value {
  color: red;
  font-size: 1.5em; }

.cart.page .links a {
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold; }

.cart.page .links .cancel {
  display: none; }

.cart.page .links .back a {
  background-color: darkgrey; }

.cart.page .links .back a:hover {
  background-color: lightgrey;
  text-decoration: none; }

.cart.page .links .validate a {
  background-color: red; }

.cart.page .links .validate a:hover {
  background-color: lightsalmon;
  text-decoration: none; }

/* ITEM PAGE ----------------------------------------------------------------------------------- */
.item.page .medias img {
  cursor: pointer; }

.item.page .medias img.large {
  border-bottom: 1px solid darkgrey; }

.item.page .medias .button.zoom {
  padding: 4px 30px; }

.item.page .medias ul {
  text-align: left; }

.item.page > form > .sheet > .price {
  height: 27px;
  line-height: 26px;
  text-align: center;
  width: 50%; }

.item.page > form > .sheet > .price .label {
  display: none; }

.item.page > form > .sheet > .price .value {
  font-size: 1.4em;
  font-weight: bold; }

.item.page .sheet .quantity button {
  background-color: red;
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold; }

.item.page .sheet .quantity .label {
  font-weight: bold; }

.item.page .sheet .quantity button:hover {
  background-color: lightsalmon; }

.item.page .sheet .quantity input {
  border: 1px solid darkgrey;
  color: #333;
  height: 22px;
  padding: 2px; }

.item.page .sheet input[type="submit"] {
  background-color: red;
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  height: 40px;
  margin: 0 auto;
  width: 100%; }

.item.page .sheet input[type="submit"]:hover {
  background-color: lightsalmon; }

/* BREADCRUMB WIDGET --------------------------------------------------------------------------- */
.breadcrumb.widget h2 {
  display: none; }

.breadcrumb.widget a {
  font-weight: bold;
  text-decoration: underline; }

.breadcrumb.widget a:hover {
  text-decoration: none; }

.breadcrumb.widget li:last-child a {
  cursor: default;
  text-decoration: none; }

/* CART WIDGET --------------------------------------------------------------------------------- */
.for-cart .cart.widget {
  display: none; }

.cart.widget {
  border: 1px solid black; }

.cart.widget li.total {
  border-bottom: 1px solid darkgrey;
  font-weight: bold;
  margin-bottom: .4em;
  padding-bottom: .4em; }

.cart.widget .price {
  display: none; }

.cart.widget a.cart {
  background-color: red;
  border: 1px solid white;
  border-bottom-color: black;
  border-right-color: black;
  color: white;
  font-size: 1.2em;
  height: 21px;
  line-height: 21px;
  margin: .5em auto;
  text-align: center;
  width: 80%; }

.cart.widget a.cart:hover {
  background-color: lightsalmon; }

/* SEARCH WIDGET ------------------------------------------------------------------------------- */
.search.widget h2 {
  display: none; }

/* TITLE WIDGET -------------------------------------------------------------------------------- */
.title.widget h1 {
  font-size: 2em;
  height: 80px; }

.title.widget p {
  height: 20px;
  line-height: 18px;
  text-align: center; }

/* MESSAGE FLASH ------------------------------------------------------------------------------- */
.message {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #666;
  clear: both;
  left: 50%;
  margin: 1em 0 1em -40%;
  position: relative;
  padding: .2em 0;
  width: 80%; }
  .message[data-success="1"] {
    display: none; }
  .message .message-type {
    float: left;
    font-weight: bold;
    width: 15%; }
  .message .message-content {
    float: left;
    width: 80%; }
    .message .message-content li {
      float: none;
      list-style-type: none; }
