/* 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; }

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

/* CATEGORY PAGE ------------------------------------------------------------------------------- */
.category.page .items.section h3 {
  display: none; }

.category.page > .title > div {
  border-bottom: 1px solid #d0d4d7;
  margin-bottom: .5em;
  margin-top: 1em;
  padding-bottom: .5em;
  text-align: justify;
  width: 95%; }

/* 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; }

/* ACCOUNT WIDGET ------------------------------------------------------------------------------ */
.account.widget {
  background-color: lightgrey;
  border: 1px solid black;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 300px; }

.account.widget p {
  height: 1.5em; }

.account.widget .connected.links a,
.account.widget .links .cart a {
  background-repeat: no-repeat;
  padding-left: 2em; }

/* Connection widget */
.account.widget label {
  display: none; }

.account.widget .connection a {
  height: 20px;
  line-height: 14px; }

/* Connected widget */
.account.widget .connected a {
  height: 22px;
  line-height: 20px; }

.account.widget .account a {
  background-image: url(../images/account.png); }

.account.widget .cart a {
  background-image: url(../images/cart.png); }

.account.widget .disconnect a {
  background-image: url(../images/disconnect.png); }

.account.widget .orders a {
  background-image: url(../images/orders.png); }

/* 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 .line .quantity {
  list-style-type: disc;
  margin-left: 1.5em; }

.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; }

/* CATEGORY / ITEM WIDGET ---------------------------------------------------------------------- */
.category.widget,
.item.widget {
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); }

.category.widget h4 a,
.item.widget h4 a {
  color: #d81e29;
  font-size: 12px; }

.category.widget:hover h4 a,
.item.widget:hover h4 a {
  color: #333; }

.category.widget .price,
.item.widget .price {
  color: #333;
  font-size: 1.3em;
  font-weight: bold; }

.category.widget a.link,
.item.widget a.link {
  background-color: #808080;
  color: white;
  font-weight: bold; }

.category.widget a.link:hover,
.item.widget a.link:hover {
  background-color: #a0a0a0; }

/* MENU WIDGET --------------------------------------------------------------------------------- */
.menu.widget {
  background-color: darkgrey;
  color: white;
  font-weight: bold; }

.menu.widget h2 {
  display: none; }

.menu.widget .block:not(:first-child) {
  border-left: 1px solid white; }

.menu.widget .block .items {
  background-color: white;
  border: 1px solid darkgrey;
  margin: -1px 0 0 -1px; }

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

/* TITLE WIDGET -------------------------------------------------------------------------------- */
.title.widget {
  background-color: lightgrey;
  border: 1px solid black;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 100px;
  width: 300px; }

.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 .message-type {
    float: left;
    font-weight: bold;
    margin: .1em 0;
    padding: 0;
    width: 15%; }
  .message .message-content {
    float: left;
    width: 80%;
    padding: 0;
    margin: .1em 0 .1em 1%; }
    .message .message-content li {
      list-style-type: none; }
