#page.index {
  background-image: url(../../images/graphic/indexcols.jpg);
  background-repeat: repeat-y;
  height: auto;
  float: left;
  clear: both;
  width: 940px;
}
#index1, #index2, #index3 {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#index1 {
  margin-left: -30px;
}
#index1, #index2 {
  float: left;
  min-height: 100px;
  width: 280px;
}
p.index_item img {
  float: left;
  height: 48px;
  margin-right: 10px;
  width: 86px;
}
p.index_item {
  clear: both;
  padding: 10px;
}
#index3 {
  float: left;
  margin-right: -30px;
  padding: 10px;
  width: 418px;
}
#index3 div.index_item {
  clear: both;
  margin-left: 0px;
  padding: 10px 0px;
}
#index3 div.index_item img {
  clear: left;
  float: left;
  height: auto;
  margin-right: 7px;
  width: 130px;
}
#index3 p {
  clear: both;
}
#index3 p strong {
  color: #003399;
  font-size: 12px;
}
#index3 h3 {
  color: #5e5e5e;
  font-size: 16px;
  margin-bottom: 6px;
  /*text-align: center;*/
  text-transform: uppercase;
}
#index3 div.index_item p {
  clear: right;
  float: right;
  width: 270px;
}
#index1 a, #index2 a, #index3 a {
  background-image: url('../../images/graphic/footer_arrow.gif');
  background-repeat: no-repeat;
  padding-left: 7px;
}
p.oldprice {
  color: #888888;
}
p.discount, p.price {
  font-size: 13px;
  font-weight: bold;
}
p.price {
  color: #003377;
}
p.discount {
  color: #c22c0f;
}