#list_of_catalog{
  overflow: hidden;
}
*html #list_of_catalog{ height: 1%; overflow: visible; }
#list_of_catalog .item{
  width: 30%;
  padding-right: 3%;
  float: left;
  display: block;
  padding-top: 20px;
}
#list_of_catalog .img{
  padding-top: 20px;
  height: 150px;
  background-position: center;
  width: 100px;
  margin: 0px auto;
}
#list_of_catalog .img img{
 
}
#list_of_catalog .text{
  text-align: center;
  padding: 10px 0px;
  width: 130px;  
  margin: 0px auto;
  height: 45px;
  overflow: hidden;
}

#list_of_catalog .text a{
  color: #333333;
}

#list_of_catalog .price{
  padding-top: 2px;
  text-align: center;
  background-color: #006da0;
  color: #FFFFFF;
  font-weight: bold;
}
#list_of_catalog .price .sub{
  font-size: 0.8em;
  font-weight: normal;
}

#list_of_catalog .selected{
  border: 2px #01b4ef solid;
}

#list_of_catalog .selected .price{
  background-color: #01b4ef;
}
