#newproducts h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: black;
	text-align: center;
}

.abutton {
	text-align: center;
	margin: 5px 5px 5px 5px;
}

a.abutton {
	color: #000;
	padding: 4px;
}

a.abutton:hover {
}

#newlist { 
 /* you can try widths of 540px, 720px, 900px, 1080px or 1260px */ 
margin:0 auto; 
padding:0; 
list-style-type:none; 
font-family:verdana,arial,helvetica,sans-serif; 
font-size:12px; 
}

#newlist li { 
float:left; 
width:180px; 
}

#newlist #active a,#newlist #active a:visited,#newlist #active a:hover { 
color:#fff; 
background-color:#369; 
text-decoration:none; 
}

#newlist a { 
display:block; 
line-height:22px; 
text-align:center; 
}

#newlist a,#newlist a:visited { 
color:#fff; 
background-color:#036; 
text-decoration:none; 
}

#newlist a:hover { 
background-color:#369; 
} 

.itemhead {
	clear: both;
	color: blue;
}

.product {
	border: 1px solid red;
	float: left;
	margin: 5px 5px 5px 5px;
	overflow: auto;
	width: 324px;
}

.prodimage {
	float: left;
	text-align: center;
	margin-right: 5px;
}
.proddesc {
	padding-left: 8px;
}
