/* MARCHI */
.brand {
	background: pink2;
	padding-left: 230px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.brand H2.cateOthers {
	background: #f2f2f2;
	float: right;
	font-size: 16px;
	padding: 5px 10px;
}
.brand H2.cateTitle {
	background: #e20026;
	width: 724px;
	padding: 5px 10px;
	float: left;
	font-size: 16px;
	color: #fff;
	border-top: 4px solid #c00020;
}
.brand .brandSubCate {
	background: #f2f2f2;
	width: 100%;
	padding-bottom: 5px;
	float: left;
}
.brand .brandSubCate UL {
	list-style: none;
	width: 210px;
	padding: 10px;
	margin: 0px 10px 0px 0px;
	float: left;
	display: inline;
}
.brand .brandSubCate UL LI {
	background: url(../img/editor/ul-li.png) no-repeat 0px 6px;
	width: 200px;
	padding: 2px 5px 2px 15px;
	margin: 0;
	float: left;
	border-bottom: 1px solid #ccc;
	color: #000;
}
.brand .brandSubCate UL LI A {
	text-decoration: none;
}
.brand .companyList {
	width: 724px;
	padding: 10px 10px 0px 0px;
	float: left;
	border-top: 1px dotted #ccc;
}
.brand .companyList H3 {
	padding: 5px 0 0 0;
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e20026;
}
.brand .companyList .photo {
	background: #fff;
	width: 110px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	text-align: center;
}
.brand .companyList .photo SPAN {
	border: 5px solid #f2f2f2;
	display: block;
}
.brand .companyList .photo SPAN IMG {
	padding: 0;
}
.brand .companyList P.url {
	/*background: #f2f2f2;*/
	width: 729px;
	padding: 2px 5px 4px 0;
	float: left;
	clear: both;
	text-align: right;
}
.brand .companyList P.url IMG {
	vertical-align: middle;
}
.brand .companyList P.url A {
	text-decoration: none;
}
.brand .companyList P.url A:hover {
	text-decoration: underline;
}

.brand .companyList.small {
	width: 362px;
	min-height: 170px;
	/*clear: left;*/
}
.brand .companyList.small.dx {
}

.brand .companyList.small P.url {
	width: 362px;
	text-align: left;
}



