@charset "utf-8";

h2 {
	clear:both;	
}
.specials_item_hdr span {
	text-align:right;
	font-style:italic;
	font-size:12px;
	position:relative;
	right:4px;
	display:block;
	margin-top:-18px;
}
.specials_item_hdr {
	background-color:#006;
	padding:4px;
	color:white;
	font-weight:bold;
	clear:both;
	width:595px;
}
.specials_item_desc {
	float:right;
	width:380px;
	padding-bottom:10px;
}
.specials_item_desc h3 {
	text-decoration:underline;	
}
.specials_item_pics {
	float:right;
	width:213px;	
}
.specials_item_pics img {
	margin:4px;
	border:1px solid black;
}
.specials_item_price {
	color:red;
	display:block;
	font-weight:bold;
}

