#page.products.index #wrapperContent {
  width: auto;
  float: none; }

div.price {
  color: #231f20;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: italic; }

.search_results .product {
  background: url(images/product-background.png) no-repeat;
  position: relative;
  display: inline-block;
  width: 250px;
  height: 280px;
  margin: 10px;
  vertical-align: top; }
  .search_results .product .content {
    padding: 10px;
    overflow: hidden;
    height: 190px; }
    .search_results .product .content .edit-product {
      position: absolute;
      right: 0px;
      top: 0px; }
    .search_results .product .content .title {
      text-decoration: none;
      color: #503712;
      margin-bottom: 10px;
      font-size: 16px; }
      .search_results .product .content .title a {
        text-decoration: none; }
      .search_results .product .content .title a:hover {
        text-decoration: underline; }
    .search_results .product .content .teaser {
      font-size: 12px; }
    .search_results .product .content .description {
      display: inline; }
    .search_results .product .content img {
      float: right;
      vertical-align: baseline;
      display: inline-block;
      margin: 0px 0px 10px 10px; }
  .search_results .product .purchase {
    padding: 10px;
    position: absolute;
    width: 230px;
    margin-bottom: 20px;
    bottom: 0px; }
    .search_results .product .purchase .button {
      float: right;
      margin-top: 6px; }
    .search_results .product .purchase div.price {
      display: inline-block;
      float: left; }

hr {
  margin: 20px 0px;
  border-bottom: none; }

#wrapperContent {
  float: none;
  width: auto; }

.top-section, .middle-section {
  position: relative;
  white-space: nowrap; }
  .top-section *, .middle-section * {
    white-space: normal;
    vertical-align: top; }
  .top-section div, .middle-section div {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px; }

h2.product_type {
  font-family: "Raleway", Arial, "Palatino", "Palatino Linotype", Georgia, serif;
  font-size: 40px;
  margin-bottom: 10px;
  background: none;
  text-align: right; }
  h2.product_type a {
    text-decoration: none; }

.top-section {
  margin-top: 20px; }
  .top-section .main-photo {
    text-align: center;
    overflow: hidden; }
  .top-section .fake-table {
    position: relative;
    width: 340px;
    height: 300px; }
    .top-section .fake-table img {
      max-width: 300px;
      max-height: 300px; }
  .top-section .controls {
    width: 40%;
    position: relative;
    text-align: right; }
    .top-section .controls h2 {
      margin-top: 0px; }
    .top-section .controls .buy_box {
      display: block;
      bottom: 0px;
      right: 0px;
      margin: 10px 0; }
    .top-section .controls .foxycart:active {
      bottom: -1px; }

.middle-section {
  margin-bottom: 20px; }
  .middle-section .product-info {
    float: right; }
    .middle-section .product-info h2 {
      font-size: 17px; }
    .middle-section .product-info .product-html {
      font-size: 12px;
      margin-top: 10px; }
    .middle-section .product-info .custom_attributes {
      margin-top: 20px; }

.bottom-section {
  display: inline-block;
  float: left;
  width: 100%;
  border-top: 1px solid #979797;
  padding-top: 20px; }
  .bottom-section h2 {
    font-size: 17px; }
  .bottom-section .collections-wrapper, .bottom-section .related-wrapper {
    margin: 20px 0px 50px 0px; }
  .bottom-section .collections, .bottom-section .related {
    list-style-type: none;
    padding-top: 20px; }
  .bottom-section .collections a {
    font-family: "Merriweather", arial, serif;
    font-size: 14px; }

.product_thumb {
  margin-bottom: 40px;
  min-height: 80px;
  position: relative; }
  .product_thumb .thumb {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    .product_thumb .thumb img {
      height: 80px; }
  .product_thumb .title {
    font-family: "Merriweather", arial, serif;
    font-size: 14px; }
  .product_thumb .purchase {
    position: absolute;
    bottom: 0px;
    left: 90px; }
    .product_thumb .purchase .button {
      padding: 3px 12px 4px;
      font-size: 11px;
      font-weight: normal; }
    .product_thumb .purchase .price {
      font-size: 16px; }

.edit-product {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 200px;
  background: url(../../../images/edit.png) no-repeat;
  margin: 10px; }
