@charset "utf-8";
.attributeList{padding:10px;display: inline-block; width:100%;}
.attributeList>ul{	margin:0px;padding:0px;list-style:none;}
.attributeList>ul>li{
	margin:0px;
	padding: 0px;
	list-style: none;
	font-size: 16px;
	line-height: 45px;
	color: rgb(23, 23, 23);
	text-decoration: none;
	display: inline-block; width:100%;vertical-align:bottom;
	display:flexbox;display: -webkit-flexbox;display: -mx-flexbox;display: -moz-flexbox;display: flex;display: -webkit-flex;display: -mx-flex;display: -moz-flex;flex:auto; justify-content:flex-start;flex-wrap: wrap;
}
.attributeList>ul>li+li{border-top: 1px solid #C0C0C0;}
.attributeList>ul>li>.attribute-title{text-align:center;width:15%; text-align: center;color:#000000;}
.attributeList>ul>li>.attribute-item{width:85%;}

.attributeList>ul>li>div>ul{ margin:0px;padding:0px;list-style:none; float:left; display:inline-block; border: 0px; display: inline-block;width:100%;}
.attributeList>ul>li>div>ul>li{
	margin:0px;padding:0px;list-style:none;float:left;text-align:center;margin-left:15px;margin-right:15px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none; 
}
.attributeList ul ul li a{
	font-size: 16px;line-height: 35px;color: #333;text-decoration: none;
}

.attributeList ul ul .AtOn a {
	color: #F00 !important;
}
