#subcategory {
  position: relative;
  width: 47em;
  text-align: left;
  display: inline-table;
}

#subcategory:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html #subcategory {
  height: 1%;
}
#subcategory {
  display: block;
}
/* End hide from IE-mac */

#subcategory .product {
  width: 15.3em;
  height: 100px;
  border: 1px solid #996666;
  margin: 0 .3em 1em 0;
  float: left;
  position: relative;
}

#subcategory .product_right {
  margin-right: 0em;
}

#subcategory .product img {
  float: left;
  clear: none;
  width: 100px;
  height: 100px;
  background-color: #d6b2b2;
  border-right: 1px solid #996666;
}

#subcategory .product .product_top {
  height: 40%;
  padding: .2em;
  
  background-color: #b4bcb6;
  border-bottom: 1px solid #996666;
  text-align: right;
}

#subcategory .product .product_top h3{
  height: 40px;
  overflow: hidden;
}

#subcategory .product .product_top h3 a{
  text-align: right;
  font-size: .9em;
  color: #996666;
}

#subcategory .product .product_bot {
  padding: .2em;
  text-align: right;
}

#subcategory .product .product_bot p {
  font-size: 10px;
  height: 28px;
  overflow: hidden;
}

#subcategory .product .product_bot h3 {
  position: absolute;
  bottom: 0;
  right: .2em;
}

#subcategory #more {
  text-align: right;
  clear: both;
}

.more_link {
  font-size: .7em;
}

#subcategory a, #subcategory a:visited  {
  color: #696;
  text-decoration: none;
}

#subcategory a:hover, #subcategory a:active  {
  color: #966;
}
