#main{
	background:#FFFFFF;
}
.manufacturers-top
{
	height:64px;
	background-color:#eb3d00;
}
.manufacturers-top h2
{
	line-height:64px;
	color:#FFFFFF;
	font-size:24px;
	padding-left:25px;
	float:left;
}
.manufacturers-top .manufacturers-top-right
{
	background:#003E5A;
	border-radius:3px;
	float:right;
	margin-right:20px;
	width:175px;
	height:38px;
	padding:0 6px;
}
.manufacturers-top .manufacturers-top-right a
{
	text-align:center;
	color:#FFFFFF;
	display:inline-block;
	width:85px;
	height:32px;
	line-height:32px;
}
.manufacturers-top .manufacturers-top-right a.curr,.manufacturers-top .manufacturers-top-right a:hover
{
	background:url("../images/details_bg.png") no-repeat;
	background-size:85px 32px;
}
.manufacturers-list
{
	background:#cf3904;
	padding:12px 25px;
}
.manufacturers-list a
{
	display:inline-block;
	color:#FFFFFF;
	text-align:center;
	width:44px;
	height:36px;
	line-height:36px;
}
.manufacturers-list a:hover
{
}
.manufacturers-list .recom
{
	background:#af3004;
	width:162px;
	height:36px;
	line-height:36px;
	border-radius:3px;
}
.manufacturers-ul
{
	padding:30px 0 20px;
	margin:0 15px;
	border-bottom:1px dashed #DBDBDB;
}
.manufacturers-ul:last-child
{
	border-bottom:none;
}
.manufacturers-ul li
{
	float: left;
	height: 125px;
	overflow: hidden;
	padding: 0 2%;
	text-align: center;
	width: 16%;
}
.manufacturers-ul img
{
	display: block;
	margin: 0 auto;
	max-width: 80%;
}
.manufacturers-ul p
{
	color: #001733;
	height: 32px;
	line-height: 16px;
	padding: 7px 0;
}


/*details*/
#main .mfg-details
{
	padding-bottom:15px;
}
#main .cover
{
	float: left;
	margin-left: 10px;
	width: 250px;
	margin-right: 22px;
	height: 250px;
}
#main .cover img
{
	display: block;
	max-width: 250px;
	margin: 0 auto;
}
#main h2
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
	padding-left: 2px;
}
#main .text
{
	float: left;
	font-size: 14px;
	line-height: 22px;
	width: 1100px;
}
#main .text a
{
	color: #1182B4;
	text-decoration: underline;
}