/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 200px;
margin: 10px 11px 15px 11px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 200px;
min-height: 150px;
max-height: 200px;
}

.item_box .item_detail {
margin: 2px;
}

.item_box .item_detail p.item_name {
font-size: 15px;
margin-bottom: 2px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 2px;
}

.item_box .item_detail p.item_price2 {
color: #e3002e;
font-size: 18px;
font-weight: bold;
margin-bottom: 5px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}

#contents-3 ul.page {
  text-align: center;
  margin: 0px auto 0px;
  clear: both;
  width: 700px;
}
#contents-3 ul.page li {
  list-style-type:none;list-style-image:none;
  margin: 0px;
  padding: 0px;
  background-image: none; 
  font: 10px Verdana, Geneva, sans-serif;
  display: inline;
}
#contents-3 ul.page li a, #contents-3 ul.page li span {
  display: inline-block;
  padding: 5px 7px;
  text-decoration: none;
  margin: 0px 0px 10px;
}
#contents-3 ul.page li a {
  border: 1px solid #F60;
  background: #F60;
  color: #FFF;
}
#contents-3 ul.page li a:hover {
  border: 1px solid #F60;
  background: #FFF;
  color: #F60;
}
#contents-3 ul.page li span{
  border: 1px solid #CCC;
  background: #FFF;
  font-weight: bold;
  color: #CCC;
}

#contents-4 ul.page {
  text-align: center;
  margin: 0px auto 0px;
  clear: both;
  width: 700px;
}
#contents-4 ul.page li {
  list-style-type:none;list-style-image:none;
  margin: 0px;
  padding: 0px;
  background-image: none; 
  font: 10px Verdana, Geneva, sans-serif;
  display: inline;
}
#contents-4 ul.page li a, #contents-4 ul.page li span {
  display: inline-block;
  padding: 5px 7px;
  text-decoration: none;
  margin: 0px 0px 10px;
}
#contents-4 ul.page li a {
  border: 1px solid #F60;
  background: #F60;
  color: #FFF;
}
#contents-4 ul.page li a:hover {
  border: 1px solid #F60;
  background: #FFF;
  color: #F60;
}
#contents-4 ul.page li span{
  border: 1px solid #CCC;
  background: #FFF;
  font-weight: bold;
  color: #CCC;
}

