/**
 * Grocerus list style.
 *
 * Created by: Jeff Verkoeyen
 *
 */

#quickadd {
  text-align: center;
  width: 400px;
  border: 1px solid #aaa;
  padding: 10px;
  margin-left: 275px;

  /**
   * Float left and display inline are required for Internet Explorer alignment.
   */
  float: left;
  display: inline;
}

#quickadd h3 {
  padding-top: 0;
}

#quickaddlist div {
  text-align: left;
  padding: 5px;
  border-bottom: 1px dotted #aaa;
}

#quickaddlist .delete, #quickaddlist .narrow {
  float: right;
}

#quickaddlist .name {
  margin: 10px;
}

#quickaddlist .recognized {
  color: #090;
}

.column {
  float: left;
  width: 950px;
  text-align: center;
}

#bystorecol {
  padding-top: 20px;
  visibility: hidden;
}

#bystore, #byitem {
  text-align: left;
  margin-left: 240px;
  width: 475px;

  /**
   * Float left and display inline are required for Internet Explorer alignment.
   */
  float: left;
  display: inline;
}

#bystore .item {
  clear: both;
}

#bystore .ranking {
  border: 1px dotted #aaa;
  float: left;
  font-size: 20pt;
  padding: 10px;
  margin: 5px;
  text-align: center;
  clear: both;
  width: 64px;
  height: 64px;
}

#bystore .totalprice {
  font-size: 15pt;
}

#bystore .place1 {
  font-weight: bold;
}

#bystore .content {
  width: 350px;
  padding: 10px;
  float: left;
}

#bystore .incomplete {
  font-size: 14pt;
  text-align: center;
}

#bystore .store {
  font-size: 14pt;
}

#bystore .address {
  font-style: italic;
}

#bystore hr {
  width: 80%;
}

#bystore .name {
}

#bystore .price {
  font-weight: bold;
}

#bystore .ratio {
  font-style: italic;
}

#bystore .sale {
  color: #090;
}
