.price {
	
	text-align:right;
	margin-bottom:20px;
	margin-right: 10px;
	float: right;
	width: 30%;	
	}
.price a {
	text-decoration:underline;
	}
	
.product_left {
  float: left;
  width: 65%;
  }
	
.category {
  margin: 0px 10px 20px 10px;
  padding-left:10px;
  padding-right:10px;
  border: none;
  }

.cat_desc {
  font-size:12px;
  font-style:italic;
  color:#777777;
  }

.product {
  border:1px solid #222222;
  background-color:#d1dca9;
  padding:3px;
  margin-bottom:20px; 
  _height: 60px;
  min-height: 60px; 
  }
  
.meta_product {
	color:#777777;
	margin-bottom: -10px;
	padding-bottom:2px;
	margin-bottom:8px;
	}