/*title*/
#main h2.title
{
	display: inline;
}
#main .brand_menu
{
	float: right;
	margin-top: 8px;
}


/*mfg words*/
#main h1
{
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
#main .words
{
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	line-height: 43px;
	margin: 0 35px 17px 35px;
	text-align: center;
}
#main .words a
{
	color: #717171;
	display: inline-block;
	font-size: 16px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#main .words a:hover
{
	color: #FFFFFF;
	background-color: #F13E00;
}
#main .tab
{
	text-align: center;
	padding: 20px 0 30px;
}
#main .tab a
{
	font-size: 20px;
	color: #687480;
	padding: 8px 20px;
	margin: 0 15px;
}
#main .tab a.cur,#main .tab a:hover
{
	color: #FFFFFF;
	background: #EF4922;
	text-decoration: none;
}


/*image list*/
#main .brand-grid
{
	padding-bottom: 30px;
}
#main .brand-grid h3
{
	position: absolute;
	z-index: -1;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	width: 35px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: url("../images/brand_h.png") no-repeat;
	background-size: 100% 100%;
}
#main .brand-grid p
{
	float: right;
	height: 40px;
	line-height: 40px;
	color: #606060;
}
#main .brand-grid p span
{
	height: 40px;
	line-height: 40px;
	color: #446B86;
}
#main .brand-grid ul
{
	padding: 0 35px;
	position: relative;
	margin-bottom: 17px;
}
#main .brand-grid ul li
{
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	display: inline;
	float: left;
	height: 118px;
	overflow: hidden;
	position: relative;
	width: 232px;
}
#main .brand-grid ul li a
{
	display: block;
	text-decoration: none;
	width: 448px;
}
#main .brand-grid ul li span
{
	background-color: #68727D;
	color: #FFFFFF;
	display: inline;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 118px;
	line-height: 118px;
	text-align: center;
	margin-left: -232px;
	width: 232px;
	transition: all .5s ease 0s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
}
#main .brand-grid ul li s
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#main .brand-grid ul li img
{
	display: block;
}
#main .brand-grid ul li a:hover span
{
	color: #FFFFFF;
	margin-left: 0;
	transition: all .5s ease 0s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
}
#main .brand-grid ul li a:hover span:before
{
	width:10px;
}


/*words list*/
#main .manufacturer-grid
{
	padding-bottom: 30px;
}
#main .manufacturer-grid h3
{
	position: absolute;
	z-index: -1;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	width: 35px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: url("../images/brand_h.png") no-repeat;
	background-size: 100% 100%;
}
#main .manufacturer-grid ul
{
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin: 0 35px;
	min-height: 50px;
	padding: 10px;
	position: relative;
}
#main .manufacturer-grid ul:nth-child(2)
{
	border-top: 1px solid #EEEEEE;
}
#main .manufacturer-grid ul li
{
	display: inline;
	float: left;
	width: 48%;
	height: 25px;
	padding: 0 1%;
}
#main .manufacturer-grid ul li a
{
	font-size: 15px;
	color: #232323;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}
#main .manufacturer-grid ul li:hover
{
	background: #414141;
}
#main .manufacturer-grid ul li:hover a,#main .manufacturer-grid ul li:hover span
{
	color: #FFFFFF;
}
#main .manufacturer-grid span.color_b
{
	color: #80A5F0;
}
#main .manufacturer-grid span.color_h
{
	color: #9C9C9C;
}


/*details*/
#main .mfg-details
{
	padding-bottom:15px;
}
#main .cover
{
	float: left;
	margin-left: 10px;
	width: 250px;
	margin-right: 22px;
}
#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: 958px;
}
#main .text a
{
	color: #006ED5;
	text-decoration: underline;
}
