@charset "utf-8";
.catalog {
	background-color: #ffffff;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #000099;
	border-bottom-color: #000099;
}
.catalog {
	background-color: #CCCCFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000099;
	border-bottom-color: #000099;
}

