/* CSS Document */

div.mainbox{
	width: 569px;
	background-color:#ffffff;
	float: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	padding-bottom: 20px;
}
div.ibtcon{clear: both;}
div.meat {
	float:left;
	margin:5px auto 0 auto;
	padding:0 0 0 0px;
	width:560px;
}
div.cell{
	width:186px;
	float:left;
	padding-bottom:0px;
	height: 250px;
}
div.cell img{
	display:block;
	border:3px solid #e5e5e5;
	margin: 10px auto;
	width: 115px;
	height: 156px;
}
div.cell a{
  width:120px;
  font:normal 11px/15px arial;
  clear:both;
  color:#333333;
  display:block;
  background: url(image/pdf_icon.png) no-repeat left center;
  padding-left:25px;
  margin: 0 auto;
  text-decoration:none;
  }
div.cell a:hover{text-decoration:underline;  }
div.cell a.coneline{
  background: url(image/pdf_icon.png) no-repeat 45px center;
  font:normal 11px/25px arial;
  text-align: center;
}