#shop_frame {
	border: 2px solid #0096c3;
}
#shop_frame, #bag_frame, #featuredproduct_frame {
	padding: 0 !important;
}
#bag_frame, #featuredproduct_frame {
	margin: 2px 0;
	border: 2px solid #0096c3;
}
#shop_frame h3, #bag_frame h3, #featuredproduct_frame h3 {
	background: url(/image/center_heading_background.png) center center no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	margin: 0;
	padding: 3px 0;
	clear: both;
}

#shop_frame a {
	font-weight: normal;
}

#shop_frame ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none outside none;
	font-size: 85%;
}

#shop_frame ul li.parent_category {
	border: 1px solid #aaa;
	background-color: #000;
	padding: 2px 10px;
}

#shop_frame ul li.child_category {
	background-color: #333;
	padding: 3px 10px;
}

#featuredproduct_frame a {
	font-size: 80%;
}
#featuredproduct_frame img {
	width: 138px;
}