/*

  Store Integration CSS

*/

#store_specials {
  margin: 0px auto;
}

.store_special {
  border-bottom: 1px solid #000000;
  padding: 5px 0px 0px 5px;
}

.store_left_pane {
  width: 395px;
  float: left;
}

.store_top_line {
  margin: 5px 0px 5px 0px;
}

.store_shortdescription {
  float: left;
  font-weight: bold;
  width: 60%;
}

.store_price {
  float: left;
  width: 38%;
  text-align: right;
  padding-right: 5px;
  color: #6D985F;
  font-weight: bold;
}

.store_bottom_line {
  clear: left;
  padding: 0px 0px 5px 0px;  
}

.store_comment {
}

.store_more {
  width: 380px;
  text-align: right;
  margin-right: 10px;
  text-transform: uppercase;
}

.store_right_pane {
  width: 130px;
  float: left;
}

.store_image {
  margin: 0 auto;
  width: 100px;
}