@charset "utf-8";
/* CSS Document */

#productlist{
  list-style-type: none;
  font-family:"Myriad Pro", Verdana;
  font-size: 1.1em;
}
#productlist li {
    float:left;
	margin-right:15px;
	width:300px;
	height:260px;
	text-align:center;
}
#productlist img{
  display: block;
  border:0;
  margin: auto;
}
#productlist li a, a {
	color: #333399;
	text-decoration:none;
}
.productname 
{
	font-size:1.2em;
	color: black;
}

#booklist{
  list-style-type: none;
  font-family:"Myriad Pro", Verdana;
  font-size: 1.1em;
}
#booklist li {
    float:left;
	margin-right:10px;
	margin-bottom:15px;
	width:326px;
	height:auto;
	text-align:center;
}
#booklist img{
  display: block;
  border:2px;
  color:black;
  margin: auto;
}
#booklist li a, a {
	color: #333399;
	text-decoration:none;
}

