/* CATALOG CONTENT 01*/
.maincatalog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-color:#CCC;
	border-bottom-style:solid; 
	border-bottom-width: thin; 
	color:black; 
	text-decoration:none
}
.maincatalog a:link {
	display:block;
	width:670px;
	color: black;
	background-color: #F1E5C7;
	text-decoration: none;
} 
.maincatalog a:hover {
	color: white;
	background-color: #FE000A;
}
.catalog {
	border-color:#CCCCCC;
	border-bottom-style:groove; 
	border-bottom-width: thin;
	color:black
}

.catalogproduct {
	color:#0066FF; 
	background-color:FFF
}
.cataloglist {
	border-color:#CCC;
	border-bottom-style:inset; 
	border-bottom-width:thin;
	color:#0066FF;
	background-color:white
}
.cataloglistindent{
	border-color:#CCC;
	border-bottom-style:inset; 
	border-bottom-width: thin;
	text-indent:40px;
	color:#0066FF; 
	background-color:white
}
.cataloglist a:link {
	color:#0066FF
}
.cataloglist a:hover {
	background-color:#FE000A; 
	color:white
}


