div#content ul.leftMenu{
	float:none;
}

.GoodsMenu {
	font-size: 13px;
	color: #666;
	height: auto;
	text-indent: 12px;
	border:1px solid #CCC;
	padding: 2px 0px 1px 0;
	margin: 5px 2px 5px 0px;
	width: auto;
	clear: both;
	background-color: #FFF;
	-webkit-border-top-left-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius-topleft: 10px;	/* Firefox */
	-webkit-border-bottom-left-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius-bottomleft: 10px;	/* Firefox */
	-webkit-border-top-right-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius-topright: 10px;	/* Firefox */
	-webkit-border-bottom-right-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius-bottomright: 10px;	/* Firefox */
}

div.GoodsMenu:first-letter {
	color:#F69;
}

.dotboxIndex {
	border: 1px dotted #666666;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	line-height: normal;
}
.goodsBoth {
	float: left;
	width: 475px;
}

div.goodsContents table.goods th {
	font-size:11px;
	font-weight:normal;
	color:#333;
}

div.goodsContents table.goods td {
	font-size:10px;
	color:#666;
}

div.goodsContents table.goods th,
div.goodsContents table.goods td {
	padding:5px 10px;
	word-break:break-all;
}

div.goodsContents table.goods img.goodsPhoto {
	float:none;
	width:130px;
	text-align:center;
}

.goodsPhoto {
	float:left;
	margin-top: 0px;
	margin-bottom:5px;
	}

.goods_small {
	float:left;
	margin: 10px 5px 0px 10px;
	width:135px;
}

#content div#sideMenu {
	width:145px;
	float:left;
	margin-right: 20px;
	overflow: hidden;
}

