﻿#left_column {
  width: 378px;
  float: left; }

#right_column {
  /* 212px is room available */
  width: 205px;
  float: right;
  padding-right: 3px;
  margin-top: -12px; }

.page {
  margin-top: 190px; }

.hero {
  width: 378px;
  /*height:245px;*/ }

.right_01 {
  /*height:90px;*/ }

#tabbing_system {
  margin-top: 0px; }

#tabs_border_sides {
  border-left: solid 1px #c3d9c5;
  border-right: solid 1px #c3d9c5;
  border-top: solid 1px #c3d9c5;
  margin-top: -1px;
  width: 376px; }

#tabs_border_bottom_left, #tabs_border_bottom_right, #tabs_border_bottom {
  background-image: url(../images/tabs_border_bottom_left.gif);
  height: 5px;
  width: 5px;
  float: left;
  font-size: 0px; }

#tabs_border_bottom_right {
  background-image: url(../images/tabs_border_bottom_right.gif); }

#tabs_border_bottom {
  background-image: none;
  border-bottom: solid 1px #c3d9c5;
  width: 368px; }

.tabbed_content_container {
  padding: 5px; }

#tab_images_container img {
  display: block;
  float: left; }

#tab_images_container {
  height: 25px; }

.prod_image_container {
  width: 110px;
  overflow: hidden;
  text-align: center;
  float: left; }

.prod_copy {
  width: 248px;
  float: left;
  position: relative; }

.best_seller {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 55px;
  height: 55px; }

.phrase {
  margin-bottom: 3px; }

.subtagline {
  margin-top: 1px;
  margin-bottom: 2px; }

.saleprice {
  margin-top: 1px; }

.a2c {
  margin-top: 6px; }

.product {
  margin-top: 11px;
  margin-bottom: 8px; }

.out_of_stock {
  width: 170px; }

/*css for blog feed*/
div.blogFeed {
  margin-bottom: 1em;
  border-bottom: 2px solid #EEE; }

div.blogFeed ul,
div.blogFeed ul li {
  margin: 0;
  padding: 0; }

div.blogFeed ul li {
  padding: .35em 0;
  width: 100%;
  list-style-type: none;
  border-top: 2px solid #EEE;
  background-color: white; }

li.blogItem span {
  display: none; }

div.blogTitle {
  background-color: #EEE;
  width: 100%; }

div.blogTitle img {
  margin: 5px; }
