/* line 3, ../../app/stylesheets/store.sass */
#butterfly {
  display: none;
}

/* line 6, ../../app/stylesheets/store.sass */
#right {
  padding-top: 32px;
}

/* line 9, ../../app/stylesheets/store.sass */
#store {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 685px;
  margin: 0 40px 0 42px;
  padding: 30px 0 0 0;
}
/* line 138, ../../../../.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #store {
  overflow-x: hidden;
}

/* line 15, ../../app/stylesheets/store.sass */
.product {
  position: relative;
  border-bottom: 1px solid #c4c4c4;
  padding: 25px 0 20px 2px;
  overflow: hidden;
  *zoom: 1;
}
/* line 20, ../../app/stylesheets/store.sass */
.product p {
  color: #333333;
}
/* line 22, ../../app/stylesheets/store.sass */
.product .title-and-price {
  display: inline;
  float: left;
  margin-right: 0;
  width: 115px;
  margin-right: 30px;
}
/* line 138, ../../../../.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .product .title-and-price {
  overflow-x: hidden;
}
/* line 26, ../../app/stylesheets/store.sass */
.product .title-and-price h6 {
  color: #4f8c00;
}
/* line 29, ../../app/stylesheets/store.sass */
.product .title-and-price p.target {
  margin-bottom: 0.5em;
}
/* line 31, ../../app/stylesheets/store.sass */
.product .title-and-price p.price {
  margin: 0;
}
/* line 33, ../../app/stylesheets/store.sass */
.product .description {
  display: inline;
  float: left;
  margin-right: 0;
  width: 535px;
  padding-top: 5px;
}
/* line 138, ../../../../.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/compass-0.10.6/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .product .description {
  overflow-x: hidden;
}
/* line 37, ../../app/stylesheets/store.sass */
.product .buy {
  position: absolute;
  bottom: 20px;
  right: 5px;
}

