/* CSS Document */

#shop-menu {
	float: left; 
	width: 112px;
	border-right: #c7c7c7 1px solid;
	border-left: #c0c0c0 1px solid;
	border-top: #c7c7c7 1px solid;
	margin: 0 0px 0px 0;
	padding: 0;
	}
#shop-menu h2 {
	line-height: 18px;
	font-size: 10px;
	background: url(images/shop-menu_bg-2.gif) top left repeat-y;
	color:#fff;
	border-bottom: #c7c7c7 1px solid;
	font-weight: bold;
	width: 111px;
	text-indent: 5px;
	padding: 0;
	margin: 0 0px 0px 0;
	}
#shop-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#shop-menu ul {
	padding: 0;
	margin: 0;
	}
	#shop-menu ul a {
		line-height: 17px;
		font-size: 10px;
		color:#4e4e4e;
		text-decoration:none;
		display:block;
		background-color:#e3e3d7;
		border-bottom: #c7c7c7 1px solid;
		font-weight: normal;
		width: 111px;
		text-indent: 6px;
		}
		#shop-menu ul a:hover {
			background-color:#f2f2f2;
			}
#shop-menu h3 {
	line-height: 8px;
	font-size: 1px;
	background: url(images/shop-menu_bottom2.gif) top left repeat-y;
	color:#fff;
	border-bottom: #c7c7c7 1px solid;
	font-weight: bold;
	width: 111px;
	text-indent: 5px;
	padding: 0;
	margin: 0 0px 0px 0;
	}
