html *    
{margin: 0;
    padding: 0;
    }

.acc_open_2	{/* optional title for featured item on home page */
	background-image: url(accordion_preview_open.gif);	
	width: 650px;
	height: 34px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Verdana, Arial, Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro";
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	
}

.acc_close_2		{/* optional title for featured item on home page */
	background-image: url(accordion_preview_close.gif);	
	width: 650px;
	height: 34px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Verdana, Arial, Century Gothic", "Franklin Gothic Book", "Eras Medium ITC", "Futura Medium", 
				  "Franklin Gothic Book", "Franklin Gothic", "Corbel Regular", "Myriad Pro";
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	line-height: 33px;
}

#acc_content_2  {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-bottom: 5px;
	background-color: #eaeaea;
	border: 1px solid #000;	
}

#acc_content_2 ul  {
	margin-top: 8px;
	padding-bottom: 5px;
}

#acc_content_2 ul li 
{
    float: left;
	display: inline;
	list-style-type: none;
}

.item	{/* item list container */
	width: 216px;
	text-align: center;
	min-height: 220px;
	height: 220px;
	margin-top: 8px;
	text-align: center;
	
	
	}
	
dl.item_details dt img	{/* item details */
	height: 150px;
	width: 150px;
	
	}
	
#acc_content_2 .item_title	{
	font-family: Verdana, Arial;
	font-size: .7em;
	font-weight: bold;
	height: 25px;
	line-height: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: #333333; 
	
	}

.clear  {

	clear: both;
}