#shopPage #subtitle {
	width: 800px;
	margin: 20px auto 20px auto;
}
#shopPage h4 {
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 5px;
	width: 750px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
	font-size: 18px;
	background-color: #FFF;
	letter-spacing: 2px;
	box-shadow: 0 3px 3px #888;
	-moz-box-shadow: 0 3px 3px #888;
	-webkit-box-shadow: 0 3px 3px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=5);
}
#shopPage #shoplist {
	margin: 0px auto 20px auto;
	width: 700px;
}
#shopPage #shoplist dt {
	clear: both;
	display: list-item;
	width: 700px;
	padding: 4px 5px 1px 5px;
	margin-bottom: 0.5em;
	font-weight: bold;
	background-color: #9C6;
	list-style-type: square;
	list-style-position: inside;
	box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;









	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=3);
}
#shopPage #shoplist dd {
	width: 665px;
	display: block;
	background-color: #FFF;
	margin-bottom: 1.5em;
	font-size: 14px;
	box-shadow: 3px 3px 3px #888;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=145, Strength=3);
	padding-left: 5px;
}
#shopPage #shoplist dd #photo1 {
	float: right;
	height: 100px;
	width: 58px;
	margin-right: 300px;
}
