body {
	text-align:left;
}
.TopAdBox {
	display:none;
}
#brand-nav .nav-link, #brand-nav .nav-splite {
	float:left;
	display:inline;
}
#brand-nav .nav-link {
	font-size:15px;
	margin:5px 5px 0;
}
#brand-nav .nav-link a {
	color:#04D;
	text-decoration:none;
}
#brand-nav .nav-link a:hover {
	text-decoration:underline;
}
#brand-nav .nav-splite {
	width:0;
	height:16px;
	margin:7px 5px 0;
	border-left:1px solid #CCC;
	border-right:1px solid #929292;
}
#brand-main {
	clear:both;
	padding-top:1px;
}
#brand-main .brand-unit {
	clear:both;
	margin-top:16px;
}
.brand-unit .brand-unit-head {
	border:1px solid #FDBC84;
}
.brand-unit .brand-unit-head .head-text {
	font-size:15px;
	line-height:32px;
	font-weight:bold;
	color:#B14700;
	display:block;
	padding-left:30px;
	background:#FDE4CD;
	border-top:1px solid #FDECDC;
	border-left:1px solid #FDEDDF;
	border-right:1px solid #FDEDDF;
	border-bottom:1px solid #FDECDC;
}
.brand-unit .brand-unit-body {
	background:#FFF;
	border-top:none;
	border-left:1px solid #FDE4CD;
	border-right:1px solid #FDE4CD;
	border-bottom:1px solid #FDE4CD;
}
.brand-unit .brand-unit-body .brand-item {
	float: left;
	margin: 15px 0 15px 30px;
	font-size: 13px;
	color: #404040;
	text-decoration: none;
	width: 155px;
}
.brand-unit .brand-unit-body .brand-item:hover {
	color:#F60;
}