		#main_body p {
			margin: 15px 0px;
			line-height: 1.3em;
		}

		#main_body li {
			margin: 0px 0px 10px 15px;
		}
		
		#shop_tags {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		#shop_tags li {
			border-right: 5px solid white;
			background-color: #497F96;
			border: 2px outset #E4ECF1;
			float: left;
			padding: 6px;
			color: white;
			background-image: none;
			font-weight: bold;
			margin: 0px 5px 0px 0px;
		}
		#shop_tags li a {
			color: white;
		}
		#shop_tags li:hover,#shop_tags .selected {
			background-color: #E4ECF1;
			
		}
		#shop_tags li:hover a,#shop_tags .selected a {
			color: #497F96;
			text-decoration: none;
		}
