.rich_admin_table {
    width:                       100%;
}

.rich_admin_table th {
    background-color:            #009;
    color:                       #fff;
    font-weight:                 bold;
}

.rich_admin_table td {
    color:                       #000;
    font-weight:                 normal;
}

.rich_admin_table_left_headers {
    width:                       100%;
}

.rich_admin_table_left_headers th {
    font-weight:                 bold;
}

.rich_admin_table_left_headers td {
    font-weight:                 normal;
}

.category_attribute_table_header {
	font-weight:				bold;
	color:						#fff;
	background-color:			#aaf;
}

.browse_subcategories_table {
	border-right:				solid black 1px;
	border-left:				solid black 1px;
	border-bottom:				solid black 1px;	
	margin-left:				1px;
	border-collapse:			collapse;
	width:						476px;
}

.catalogue_crumbs {
	padding-top:				2px;
	padding-bottom:				0px;	
	padding-left:				10px;
}

.content_edit_link {
	font-size: 					12px; 	
	font-weight: 				bold;
	color: 						#aaa !IMPORTANT;
	font-style: 				normal; 
	font-family: 				Verdana, Arial, Helvetica, sans-serif;	
}

.content_edit_link a:hover {
	text-decoration: 			none;	
}

.validation_failed input {
	background-color: 			#f00;
	color: 						#fff;	
	font-weight: 				bold;
}

.orders_admin_link_alert a {
	color:						#f00 !IMPORTANT;	
	font-weight: 				bold;
}