.shopInfo {
	display: block;
}
.highlight {
	color: red;
}
ul.listLv2 {
	font-weight: normal;
	color: #fff;
}
.subListRoot {cursor: pointer;}
.subListRoot:hover {
	color: #ea2;
	font-weight: bold;
}
.subListRoot li {cursor: default;}
/*.subListRoot li:hover {
	color: #a00;
	font-weight: normal;
	background-color: #dadada;
}*/

.infoCataleg {
	display: block;
	padding: 8px;
	text-align: center;
	background-color: #800;
	color: #f2f2f2;
	/*font-size: 110%;*/
	margin-bottom: 3px;
}
