.catalog_table input {
	font: 13px arial,helvetica;
	padding:7px;
}

.catalog_table {	
	height: 40px;
	background-color: #fff;
	border: solid 1px #555;
	color: red;
}
.catalog_table a:hover{	
	color: red;
}

.catalog_hdr_row {	
	color: #FFF;
}

.catalog_title_row {
	color: #7f6f4e;
	
}

.catalog_error_row {
	font-weight: bold;
	color: #000000;
}

.catalog_row {	
	color: #7f6f4e;
	height: 40px;	
}

.catalog_button {
	font-size: 15px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 7px;
	cursor: pointer;
}
