
/* CSS for product_mdreco.html =[PRODUCT_MDRECO] = .product_mdreco */
/* #####↓ここから　カテゴリリストページの .product_mdreco 用CSS　 ↓*/
.product_mdreco{
	clear: both;
	width: 600px;
}
/*
.product_mdreco h2{
	clear: both;
	background: #F0F0F0;
	width: 600px;
	height: 25px;
	margin: 20px 0px 0px 0px;
    padding: 0px;
}
*/
.product_mdreco ul{
  margin: 0px;
  padding: 0px;
}

.product_mdreco li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

.product_mdreco .simpleDisplay{
	width: 292px;
	float: left;
	height: auto;
	margin: 15px 2px 2px 2px;
}
.product_mdreco .simpleDisplay .img{
	width: 130px;
	height: auto;
	float: left;
}
.product_mdreco .simpleDisplay .img img{
	width: 120px;
}

.product_mdreco .simpleDisplay img{
	margin-right: 1px;
	margin-top: 2px;
}
.product_mdreco .prices{
	width:auto;
	height: auto;
	 float:left;
}
.product_mdreco .buttons{
  clear: none;
  float:left;
  margin: 5px 0px;
  width: 100px;
}

.product_mdreco .button form{
  margin:0;
  padding:0;
}
.product_mdreco .button img{
  display:inline;
  margin: 0px 4px;
  float: left;
}
.product_mdreco .original_price
,.product_mdreco .retail_price
,.product_mdreco .current_price
,.product_mdreco .price{
	display:block;
	float: left;
	width: 155px;
	height: auto;
	color: 

}
.product_mdreco .icon{
	margin: 5px 0px;
	height: auto;
}
.product_mdreco .money{
	font-weight: bold;
	color: green;
}
.product_mdreco .button form{
	float: left;
	display: none;
}
/* #####　↑ここまで　カテゴリリストページの .product_mdreco 用CSS　#####　*/


