/* CSS Document */

div.cup,
div.cdown
{
  width: 490px;
}

div.cup{
  margin: 0px auto;
  font: normal 11px/22px arial;
  color: #323333;
  text-align: left;
  padding: 10px 10px 10px 20px;
  
  
}
div.cdown{
  margin: 5px auto; 
  width: 520px;

}


div.cell
{
  margin: 5px 15px;
  border: 1px solid #a2a2a2;
  width: 131px;
  float: left;
  height: 119px;
  
} 
div.cell img,
div.cell a
{
  display: block;
  width: 127px;
  margin: 0px auto;
  padding: 2px;
  height: 84px;
}
div.cell a{
  display: block;
  width: 123px;
  height: 25px;
  font: bold 11px/25px arial;
  color: #323333;
  text-align: center;
  background: transparent url(image/gray_strip.gif) repeat-x 0px center;
  text-decoration: none;
}

div.cell a:hover{
	color:#AF0000;
	}
	
	
div.abar p {
	font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
	}
