/* resets */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* template */
html, body {
  margin: 0;
  padding: 0; }

body {
  background-color: #c0c0c0;
  font-family: Helvetica; }

.body-wrapper {
  width: 820px;
  margin: 0 auto; }

.body-left {
  float: left;
  text-align: right; }

.body-right {
  float: left;
  text-align: left; }

.body-main {
  float: left;
  background-color: #fff;
  min-height: 700px; }

header {
  position: relative; }
  header .logo {
    position: absolute;
    top: 5px;
    left: 12px; }
    header .logo img {
      max-height: 72px; }
  header .company_info {
    position: absolute;
    top: 12px;
    right: 18px;
    border-left: 2px solid #000;
    padding: 0 0 0 9px;
    font-size: 0.66em;
    line-height: 1.25em;
    color: #000; }
  header a {
    text-decoration: none;
    color: #000; }

.title {
  max-width: 618px;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.25em 0.5em; }
  .title .date {
    float: right;
    margin: 0.25em 0 0 0;
    font-size: 0.66em;
    color: #7c7c7c; }

.content {
  width: 618px;
  font-size: 1.1em;
  padding: 0.25em 0.5em; }

ul.grid {
  list-style: none;
  width: 618px;
  margin: 0;
  padding: 0.25em 0.5em;
  font-size: 0.9em; }
  ul.grid li {
    background: #fff;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0; }

li.one {
  width: 100%; }

li.two {
  width: 50%; }

li.three {
  width: 33.33%;
  position: relative;
  padding: 6px 3px; }
  li.three a {
    text-decoration: none; }
  li.three img {
    width: 100%;
    display: block; }
  li.three .label {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase; }
  li.three .shop {
    background: #ffcb05;
    color: #000;
    padding: 3px 0;
    font-size: 0.9em; }
  li.three .shop:hover {
    background: #ebbe11; }

.product_container {
  padding: 0.25em; }
  .product_container .image_wrapper {
    width: 100%;
    height: 130px;
    padding: 0.25em;
    margin: 0 0 0.5em 0;
    position: relative;
    background-color: #fff; }
  .product_container .image {
    max-width: 90%;
    max-height: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .product_container .sale_flag {
    position: absolute;
    top: -0.25em;
    right: -0.25em; }
  .product_container sup {
    font-size: 0.5em; }
  .product_container .product_title {
    margin: 0 0 1em 0; }
  .product_container .product_meta {
    float: left;
    text-align: left;
    font-size: 0.75em;
    margin: 0.5em 0;
    color: #333; }
  .product_container .product_price {
    float: right;
    font-size: 2em; }
  .product_container .product_controls {
    clear: both;
    text-align: center; }
  .product_container .product_controls a {
    text-decoration: none;
    display: inline-block;
    padding: 0.3em 0;
    width: 48%;
    font-size: 1em;
    text-transform: uppercase;
    color: #000; }
  .product_container .product_detail_link {
    float: left;
    text-align: center;
    background-color: #d5d5d5; }
  .product_container .product_detail_link:hover {
    background-color: #c3c3c1; }
  .product_container .add_to_cart {
    float: right;
    text-align: center;
    background: #ffcb05; }
  .product_container .add_to_cart:hover {
    background: #ebbe11; }

footer {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em; }
  footer .company_name {
    font-size: 1.25em;
    font-weight: bold; }
  footer a {
    text-decoration: none;
    color: #000; }
