/* CSS Document */
div.displayCatalog{
	width:auto;
	border-color:#EFEFEF;
	border-style:solid;
	border-width:1px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:20px;
	overflow:hidden;
	
}
div.footerCatalog{
width:520px;overflow:hidden;text-align:center;padding:5px;
}
div.ToopTipCatalog{
background-color:#FFFFFF;border-width:2px;border-style: solid;border-color: #CCCCCC;display:none;position:absolute;width:auto;padding:10px;
}
a.Catalog:active {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
a.Catalog:link {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.Catalog:visited {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a.Catalog:hover {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
a.textCatalog:active {
	padding:3px;
	background-color:#ffffff;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #71706e;
	text-decoration:  none;
	border-color:#71706e;
	border-style:solid;
	border-width:1px;

}
a.textCatalog:link {
	padding:3px;
	background-color:#ffffff;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #d2d1d0;
	text-decoration:  none;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}
a.textCatalog:visited {
	padding:3px;
	background-color:#ffffff;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #d2d1d0;
	border-color:#CCCCCC;
	text-decoration:  none;
	border-style:solid;
	border-width:1px;
}
a.textCatalog:hover {
	padding:3px;
	background-color:#ffffff;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #71706e;
	text-decoration:  none;
	border-color:#71706e;
	border-style:solid;
	border-width:1px;
}
span.textAcitveCatalog{
	padding:3px;
	background-color:#ffffff;
	font-family: Tahoma;
	font-size: normall;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #71706e;
	border-color:#71706e;
	text-decoration:  none;
	border-style:solid;
	border-width:1px;
}
span.textPageCatalog{
	margin-top:2px;
	padding:2px;
	background-color:#CCCCCC;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	border-color:#CCCCCC;
	text-decoration:  none;
	border-style:solid;
	border-width:1px;
}

