#storecategory {
  width: 504px;
}
#storecategory div {
  display:block;
  width: 100%;
  margin-bottom: 20px;
}


#storecategory #categoryinfo h1 {
	margin-bottom: 10px;
  font-size: 18px;	
}
#storecategory #categoryinfo span {
  text-align: justify;	
}


#storecategory #groups .group
{
  overflow: hidden;
  margin-bottom: 20px;
}
#storecategory #groups .group img
{
  border: none;
}
#storecategory #groups .group h2
{
  color: #83773A;
  margin-bottom: 8px;
  font-size: 14px;
}
#storecategory #groups .group #description
{
  text-align: justify;	
}
#storecategory #groups .group #link
{
  display: block;
  margin-top: 12px;
  text-align: right;
}
#storecategory #groups .group #link a
{
  color: #83773A;
  font-weight: bold;
  font-size: 12px;
}

#products table
{
  width: 100%;
}
#products table table td
{
  font-size: 10px;
  padding: 4px 2px;        
}
#products table table .line
{
  border-bottom: 2px solid #83773A;
}
#products 
{
  text-align: center;
}
#products #submit
{
  margin: 20px auto;
}

#groupdetails table tr td
{
	font-size: 11px;
  font-family: Trebuchet MS;
}