/* tables */
#cat_info_prd_series thead tr .header,
#prd_info thead tr .header {
	background-image: url("/js/img/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding:8px 16px !important;
}
#cat_info_prd_series thead tr .headerSortUp,
#prd_info thead tr .headerSortUp {
	background-image: url("/js/img/asc.gif");
}
#cat_info_prd_series thead tr .headerSortDown,
#prd_info thead tr .headerSortDown {
	background-image: url("/js/img/desc.gif");
}
#cat_info_prd_series thead tr .headerSortDown, #cat_info_prd_series thead tr .headerSortUp,
#prd_info thead tr .headerSortDown, #prd_info thead tr .headerSortUp {
	background-color:#4377B2 !important;
}

#cat_info_prd_series th.header.primary.headerSortDown, #prd_info th.header.primary.headerSortDown,
#cat_info_prd_series th.header.primary.headerSortUp, #prd_info th.header.primary.headerSortUp {background-color: #0055aa !important}
#cat_info_prd_series th.header.secondary.headerSortDown, #prd_info th.header.secondary.headerSortDown,
#cat_info_prd_series th.header.secondary.headerSortUp, #prd_info th.header.secondary.headerSortUp {background-color: #4377b2 !important}
#cat_info_prd_series th.header.tertiary.headerSortDown, #prd_info th.header.tertiary.headerSortDown,
#cat_info_prd_series th.header.tertiary.headerSortUp, #prd_info th.header.tertiary.headerSortUp {background-color: #7b95b2 !important}

#cat_info_prd_series thead tr .header, #prd_info thead tr .header {
    background-color: #7D8691;
}