
/*These adjust the page selector*/
.page-selector-background {
/*	background-color: #DFD4C6;*/
}
.page-selector-top {
	background-color: #DFD4C6;
	border-top:1px solid #c9c6bd;
	border-bottom:1px solid #c9c6bd;
	padding:3px;
}
.page-selector-bottom {
	background-color: #DFD4C6;
	border-top:1px solid #c9c6bd;
	border-bottom:1px solid #c9c6bd;
	padding:4px 3px;
}
.page-selector-text, .page-selector-text a {
	color: #000000;
}
.page-selector-text b {
	font-size: 110%;
}
.page-selector-text select {
	vertical-align:middle;
	font-size:10px;
}


/*These adjust the header text when the catalog page is displayed*/
.catalog-header {
	font-weight: bold;
	font-size: 130%;

/*	background-color: #DFD4C6;*/
}
.catalog-sub-header {
	color: #000000;
	font-size: 130%;
}
