@charset "UTF-8";
/* CSS Document */

body {
	background:#000000;
	font-size:11px;
	color:#FFFFFF;
}

a:link {
	color:#d46a1d;
	text-decoration:none;
}

a:visited {
	color:#d46a1d;
	text-decoration:none;
}

a:hover {
	color:#d46a1d;
	text-decoration:underline;
}

a:active {
	color:#d46a1d;
	text-decoration:underline;
}

#goods {
	width:1000px;
	margin:0;
	padding:0 ;
}

#goods_top {
	height:190px;
	background:url(../images/goods_back.gif) no-repeat;
}

.nice {
	text-align:center;
	margin-bottom:20px;
	line-height: 1.5em;
}

#content {
	float:left;
	width:733px;
	margin-left:14px;
	_margin-left:7px;
	background:url(../images/goods_back2.gif) repeat-y;
}



.item {
	width:695px;
}

.item_in {
	padding:10px 15px;
	background:#d46a1d;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.detail {
	width:675px;
	line-height:20px;
	background:#ffffff;
	color:#000000;
	padding:10px;
	margin-bottom:20px;
}


#right {
	float:left;
}

.menu_name {
	width:253px;
	height:19px;
	background:#d46a1d;
	margin-top:15px;
}

.menu {
	margin:10px 15px;
	width:220px;
	
}

.item_in {
	padding:10px 15px;
	background:#d46a1d;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

.nice td {
	padding:5px 5px;
	text-align:center;
	border-bottom:#d46a1d solid 1px; 
}
