/*********************************************************************
/* Colour Pallet - Catalogue Colours
/*********************************************************************
/*	CatID		Category				Dark			Light		Lightest Tab BG
/*	-----------------------------------------------------------------
/*	13			LED Lighting			#C85300		#DE9866		#F8D4C0
/*	14			Downlights				#5D206F		#A482AE		#E8BFF4
/*	17			PL Range				#009CDD		#66C4EB		#B6E2F4
/*	21			Lamps					#7052C2		#A997DA		#C9BAF4
/*	18			Surface					#D1831C		#E3B577		#F2D4AD
/*	19			Emergency				#20944A		#79BF92		#ADEFC5
/*	64			Display Metal			#DAA900		#E9CB66		#F7EABC
/*	16			Track & Projectors		#C00076		#D966AD		#F1B8DB
/*	20			Kitchen & Furniture		#BD2925		#DA8785		#F5C2C0
/*	10			Bathroom				#446FAF 	#8FA9CF		#BDD2F2
/*	22			Outdoor					#00979f		#66C1C5		#BFE5E7
/*	15			Lighting Controls		#7D952B		#B1BF80		#DEE4CA
/*	24			Accessories				#C854B7		#DE98D4		#F1D4ED
/*	23			Electrical				#A49400		#E1CB00		#E8E4BF
/*  184			Clearance Range				#0f307b     #8797bd		#1e62fa
/*********************************************************************/

/* Default New Symbol */

img.newsymbol { background: #95a9aa; border: none; height: 45px; width: 45px; }


/*************************************************
/* cat13 - LED Lighting 
/************************************************/
.cat13 h1 { background: #C85300; color: #FFFFFF; }
.cat13 h2{ background: #DE9866; color: #C85300; margin: 0 0 20px 0;}
.cat13 h3{ color: #C85300; margin: 0 0 18px 0; }
.cat13 h4{ color: #C85300; }
.cat13 td.pdPrice { color: #C85300; }
.cat13 table { border-top: 1px solid #95A9AA; }
.cat13 table th { background-color: #C85300; }
.cat13 img.newsymbol  { background: #C85300;}

/*Tab Styling
*******************************/
.cat13 .ui-widget-header { 
	border: 1px solid #DE9866!important; 
	background: #C85300 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat13 .ui-widget{
 border: 1px solid #C85300!important;
}

.cat13 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F8D4C0;
    border: 1px solid #95A9AA!important;
    color: #2E6E9E;
    font-weight: bold;
}
.cat13 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #C85300; text-decoration: none; }
.cat13 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #C85300; 
	background: #FFF1E8; 
}
.cat13 li.ui-state-hover a, .ui-state-hover a:hover { color: #C85300; text-decoration: none; }
.cat13 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #C85300;
}
.cat13 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #DE9866;
    color: #E17009;
    font-weight: bold;
}
.cat13 li.ui-state-hover a, .ui-state-hover a:hover { color: #C85300; text-decoration: none; }



/*************************************************
/* cat14 - Downlights
/************************************************/
.cat14 h1 { background: #5D206F; color: #FFFFFF; }
.cat14 h2{ background: #A482AE; color: #5D206F; margin: 0 0 20px 0;}
.cat14 h3{ color: #5D206F; margin: 0 0 18px 0; }
.cat14 h4{ color: #5D206F; }
.cat14 td.pdPrice { color: #5D206F; }
.cat14 table { border-top: 1px solid #95A9AA; }
.cat14 table th { background-color: #5D206F }
.cat14 img.newsymbol  { background: #5D206F;}

/*Tab Styling
*******************************/
.cat14 .ui-widget-header { 
	border: 1px solid #A482AE!important; 
	background: #5D206F url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat14 .ui-widget{
 border: 1px solid #A482AE!important;
}

.cat14 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E8BFF4;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat14 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #5D206F; text-decoration: none; }
.cat14 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #5D206F; 
	background: #FFF1E8; 
}
.cat14 li.ui-state-hover a, .ui-state-hover a:hover { color: #5D206F; text-decoration: none; }
.cat14 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #5D206F;
}
.cat14 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #A482AE;
    color: #E17009;
    font-weight: bold;
}
.cat14 li.ui-state-hover a, .ui-state-hover a:hover { color: #5D206F; text-decoration: none; }

/*************************************************
/* cat17 - PL Range
/************************************************/
.cat17 h1 { background: #009CDD; color: #FFFFFF; }
.cat17 h2{ background: #66C4EB; color: #009CDD; margin: 0 0 20px 0;}
.cat17 h3{ color: #009CDD; margin: 0 0 18px 0; }
.cat17 h4{ color: #009CDD; }
.cat17 td.pdPrice { color: #009CDD; }
.cat17 table { border-top: 1px solid #95A9AA; }
.cat17 table th { background-color: #009CDD }
.cat17 img.newsymbol  { background: #009CDD;}

/*Tab Styling
*******************************/
.cat17 .ui-widget-header { 
	border: 1px solid #66C4EB!important; 
	background: #009CDD url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat17 .ui-widget{
border: 1px solid #66C4EB!important; 
}
.cat17 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #B6E2F4;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat17 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #009CDD; text-decoration: none; }
.cat17 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #009CDD; 
	background: #FFF1E8; 
}
.cat17 li.ui-state-hover a, .ui-state-hover a:hover { color: #009CDD; text-decoration: none; }
.cat17 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #009CDD;
}
.cat17 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #66C4EB;
    color: #E17009;
    font-weight: bold;
}
.cat17 li.ui-state-hover a, .ui-state-hover a:hover { color: #009CDD; text-decoration: none; }

/*************************************************
/* cat21 - Lamps
/************************************************/
.cat21 h1 { background: #7052C2; color: #FFFFFF; }
.cat21 h2{ background: #A997DA; color: #7052C2; margin: 0 0 20px 0;}
.cat21 h3{ color: #7052C2; margin: 0 0 18px 0; }
.cat21 h4{ color: #7052C2; }
.cat21 td.pdPrice { color: #7052C2; }
.cat21 table { border-top: 1px solid #95A9AA; }
.cat21 table th { background-color: #7052C2 }
.cat21 img.newsymbol  { background: #7052C2;}

/*Tab Styling
*******************************/
.cat21 .ui-widget-header { 
	border: 1px solid #A997DA!important; 
	background: #7052C2 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat21 .ui-widget{
border: 1px solid #A997DA!important;
}


.cat21 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #C9BAF4;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat21 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #7052C2; text-decoration: none; }
.cat21 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #7052C2; 
	background: #FFF1E8; 
}
.cat21 li.ui-state-hover a, .ui-state-hover a:hover { color: #7052C2; text-decoration: none; }
.cat21 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #7052C2;
}
.cat21 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #A997DA;
    color: #E17009;
    font-weight: bold;
}
.cat21 li.ui-state-hover a, .ui-state-hover a:hover { color: #7052C2; text-decoration: none; }

/*************************************************
/* cat18 - Surface
/************************************************/
.cat18 h1 { background: #D1831C; color: #FFFFFF; }
.cat18 h2{ background: #E3B577; color: #D1831C; margin: 0 0 20px 0;}
.cat18 h3{ color: #D1831C; margin: 0 0 18px 0; }
.cat18 h4{ color: #D1831C; }
.cat18 td.pdPrice { color: #D1831C; }
.cat18 table { border-top: 1px solid #95A9AA;}
.cat18 table th { background-color: #D1831C }
.cat18 img.newsymbol  { background: #D1831C;}

/*Tab Styling
*******************************/
.cat18 .ui-widget-header { 
	border: 1px solid #E3B577!important; 
	background: #D1831C url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important;  
}

/* Interaction states
----------------------------------*/

.cat18 .ui-widget{
border: 1px solid #E3B577!important; 
}


.cat18 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F2D4AD;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat18 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #D1831C; text-decoration: none; }
.cat18 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #D1831C; 
	background: #FFF1E8; 
}
.cat18 li.ui-state-hover a, .ui-state-hover a:hover { color: #D1831C; text-decoration: none; }
.cat18 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #D1831C;
}
.cat18 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #E3B577;
    color: #E17009;
    font-weight: bold;
}
.cat18 li.ui-state-hover a, .ui-state-hover a:hover { color: #D1831C; text-decoration: none; }

/*************************************************
/* cat19 - Emergency
/************************************************/
.cat19 h1 { background: #20944A; color: #FFFFFF; }
.cat19 h2{ background: #79BF92; color: #20944A; margin: 0 0 20px 0;}
.cat19 h3{ color: #20944A; margin: 0 0 18px 0; }
.cat19 h4{ color: #20944A; }
.cat19 td.pdPrice { color: #20944A; }
.cat19 table { border-top: 1px solid #95A9AA;}
.cat19 table th { background-color: #20944A }
.cat19 img.newsymbol  { background: #20944A;}

/*Tab Styling
*******************************/
.cat19 .ui-widget-header { 
	border: 1px solid #79BF92!important; 
	background: #20944A url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat19 .ui-widget{
border: 1px solid #79BF92!important; 
}

.cat19 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ADEFC5;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat19 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #20944A; text-decoration: none; }
.cat19 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #20944A; 
	background: #FFF1E8; 
}
.cat19 li.ui-state-hover a, .ui-state-hover a:hover { color: #20944A; text-decoration: none; }
.cat19 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #20944A;
}
.cat19 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #79BF92;
    color: #E17009;
    font-weight: bold;
}
.cat19 li.ui-state-hover a, .ui-state-hover a:hover { color: #20944A; text-decoration: none; }

/*************************************************
/* cat64 - Display and Metal Halide
/************************************************/
.cat64 h1 { background: #DAA900; color: #FFFFFF; }
.cat64 h2{ background: #E9CB66; color: #DAA900; margin: 0 0 20px 0;}
.cat64 h3{ color: #DAA900; margin: 0 0 18px 0; }
.cat64 h4{ color: #DAA900; }
.cat64 td.pdPrice { color: #DAA900; }
.cat64 table { border-top: 1px solid #95A9AA; }
.cat64 table th { background-color: #DAA900; }
.cat64 img.newsymbol  { background: #DAA900;}

/*Tab Styling
*******************************/
.cat64 .ui-widget-header { 
	border: 1px solid #E9CB66!important; 
	background: #DAA900 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat64 .ui-widget{
border: 1px solid #E9CB66!important; 
}


.cat64 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F7EABC;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat64 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #DAA900; text-decoration: none; }
.cat64 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #DAA900; 
	background: #FFF1E8; 
}
.cat64 li.ui-state-hover a, .ui-state-hover a:hover { color: #DAA900; text-decoration: none; }
.cat64 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #DAA900;
}
.cat64 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #E9CB66;
    color: #E17009;
    font-weight: bold;
}
.cat64 li.ui-state-hover a, .ui-state-hover a:hover { color: #DAA900; text-decoration: none; }

/*************************************************
/* cat16 - Track and Projectors
/************************************************/
.cat16 h1 { background: #C00076; color: #FFFFFF; }
.cat16 h2{ background: #D966AD; color: #C00076; margin: 0 0 20px 0;}
.cat16 h3{ color: #C00076; margin: 0 0 18px 0; }
.cat16 h4{ color: #C00076; }
.cat16 td.pdPrice { color: #C00076; }
.cat16 table { border-top: 1px solid #95A9AA;}
.cat16 table th { background-color: #C00076 }
.cat16 img.newsymbol  { background: #C00076;}

/*Tab Styling
*******************************/
.cat16 .ui-widget-header { 
	border: 1px solid #D966AD!important; 
	background: #C00076 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat16 .ui-widget{
border: 1px solid #D966AD!important; 
}


.cat16 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F1B8DB;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat16 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #C00076; text-decoration: none; }
.cat16 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #C00076; 
	background: #FFF1E8; 
}
.cat16 li.ui-state-hover a, .ui-state-hover a:hover { color: #C00076; text-decoration: none; }
.cat16 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #C00076;
}
.cat16 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #D966AD;
    color: #E17009;
    font-weight: bold;
}
.cat16 li.ui-state-hover a, .ui-state-hover a:hover { color: #C00076; text-decoration: none; }

/*************************************************
/* cat20 - Kitchen and Furniture
/************************************************/
.cat20 h1 { background: #BD2925; color: #FFFFFF; }
.cat20 h2{ background: #DA8785; color: #BD2925; margin: 0 0 20px 0;}
.cat20 h3{ color: #BD2925; margin: 0 0 18px 0; }
.cat20 h4{ color: #BD2925; }
.cat20 td.pdPrice { color: #BD2925; }
.cat20 table { border-top: 1px solid #95A9AA;}
.cat20 table th { background-color: #BD2925; }
.cat20 img.newsymbol  { background: #BD2925;}

/*Tab Styling
*******************************/
.cat20 .ui-widget-header { 
	border: 1px solid #DA8785!important; 
	background: #BD2925 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat20 .ui-widget{
border: 1px solid #DA8785!important; 
}


.cat20 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F5C2C0;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat20 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #BD2925; text-decoration: none; }
.cat20 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #BD2925; 
	background: #FFF1E8; 
}
.cat20 li.ui-state-hover a, .ui-state-hover a:hover { color: #BD2925; text-decoration: none; }
.cat20 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #BD2925;
}
.cat20 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #DA8785;
    color: #E17009;
    font-weight: bold;
}
.cat20 li.ui-state-hover a, .ui-state-hover a:hover { color: #BD2925; text-decoration: none; }

/*************************************************
/* cat10 - Bathroom
/************************************************/
.cat10 h1 { background: #446FAF; color: #FFFFFF; }
.cat10 h2{ background: #8FA9CF; color: #446FAF; margin: 0 0 20px 0;}
.cat10 h3{ color: #446FAF; margin: 0 0 18px 0; }
.cat10 h4{ color: #446FAF; }
.cat10 td.pdPrice { color: #446FAF; }
.cat10 table { border-top: 1px solid #95A9AA;}
.cat10 table th { background-color: #446FAF; }
.cat10 img.newsymbol  { background: #446FAF;}

/*Tab Styling
*******************************/
.cat10 .ui-widget-header { 
	border: 1px solid #8FA9CF!important; 
	background: #446FAF url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat10 .ui-widget{
border: 1px solid #8FA9CF!important; 
}


.cat10 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #BDD2F2;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat10 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #446FAF; text-decoration: none; }
.cat10 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #446FAF; 
	background: #FFF1E8; 
}
.cat10 li.ui-state-hover a, .ui-state-hover a:hover { color: #446FAF; text-decoration: none; }
.cat10 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #446FAF;
}
.cat10 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #8FA9CF;
    color: #E17009;
    font-weight: bold;
}
.cat10 li.ui-state-hover a, .ui-state-hover a:hover { color: #446FAF; text-decoration: none; }

/*************************************************
/* cat22 - Outdoor
/************************************************/
.cat22 h1 { background: #00979f; color: #FFFFFF; }
.cat22 h2{ background: #66C1C5; color: #00979f; margin: 0 0 20px 0;}
.cat22 h3{ color: #00979f; margin: 0 0 18px 0; }
.cat22 h4{ color: #00979f; }
.cat22 td.pdPrice { color: #00979f; }
.cat22 table { border-top: 1px solid #95A9AA;}
.cat22 table th { background-color: #00979f; }
.cat22 img.newsymbol  { background: #00979f;}

/*Tab Styling
*******************************/
.cat22 .ui-widget-header { 
	border: 1px solid #66C1C5!important; 
	background: #00979f url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat22 .ui-widget{
border: 1px solid #66C1C5!important; 
}


.cat22 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #BFE5E7;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat22 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #00979f; text-decoration: none; }
.cat22 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #00979f; 
	background: #FFF1E8; 
}
.cat22 li.ui-state-hover a, .ui-state-hover a:hover { color: #00979f; text-decoration: none; }
.cat22 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #00979f;
}
.cat22 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #66C1C5;
    color: #E17009;
    font-weight: bold;
}
.cat22 li.ui-state-hover a, .ui-state-hover a:hover { color: #00979f; text-decoration: none; }


/*************************************************
/* cat15 - Lighting Controls
/************************************************/
.cat15 h1 { background: #7D952B; color: #FFFFFF; }
.cat15 h2{ background: #B1BF80; color: #7D952B; margin: 0 0 20px 0;}
.cat15 h3{ color: #7D952B; margin: 0 0 18px 0; }
.cat15 h4{ color: #7D952B; }
.cat15 td.pdPrice { color: #7D952B; }
.cat15 table { border-top: 1px solid #95A9AA; }
.cat15 table th { background-color: #7D952B; }
.cat15 img.newsymbol  { background: #7D952B;}

/*Tab Styling
*******************************/
.cat15 .ui-widget-header { 
	border: 1px solid #B1BF80!important; 
	background: #7D952B url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat15 .ui-widget{
border: 1px solid #B1BF80!important; 
}


.cat15 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #DEE4CA;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat15 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #7D952B; text-decoration: none; }
.cat15 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #7D952B; 
	background: #FFF1E8; 
}
.cat15 li.ui-state-hover a, .ui-state-hover a:hover { color: #7D952B; text-decoration: none; }
.cat15 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #7D952B;
}
.cat15 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #B1BF80;
    color: #E17009;
    font-weight: bold;
}
.cat15 li.ui-state-hover a, .ui-state-hover a:hover { color: #7D952B; text-decoration: none; }


/*************************************************
/* cat24 - ACCESSORIES
/************************************************/
.cat24 h1 { background: #C854B7; color: #FFFFFF; }
.cat24 h2{ background: #DE98D4; color: #C854B7; margin: 0 0 20px 0;}
.cat24 h3{ color: #C854B7; margin: 0 0 18px 0; }
.cat24 h4{ color: #C854B7; }
.cat24 td.pdPrice { color: #C854B7; }
.cat24 table { border-top: 1px solid #95A9AA;}
.cat24 table th { background-color: #C854B7; }
.cat24 img.newsymbol  { background: #C854B7;}

/*Tab Styling
*******************************/
.cat24 .ui-widget-header { 
	border: 1px solid #DE98D4!important; 
	background: #C854B7 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat24 .ui-widget{
border: 1px solid #DE98D4!important;
}


.cat24 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #F1D4ED;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat24 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #C854B7; text-decoration: none; }
.cat24 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #C854B7; 
	background: #FFF1E8; 
}
.cat24 li.ui-state-hover a, .ui-state-hover a:hover { color: #C854B7; text-decoration: none; }
.cat24 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #C854B7;
}
.cat24 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #DE98D4;
    color: #E17009;
    font-weight: bold;
}
.cat24 li.ui-state-hover a, .ui-state-hover a:hover { color: #C854B7; text-decoration: none; }

/*************************************************
/* cat23 - Electrical
/************************************************/
.cat23 h1 { background: #A49400; color: #FFFFFF; }
.cat23 h2{ background: #E1CB00; color: #A49400; margin: 0 0 20px 0;}
.cat23 h3{ color: #A49400; margin: 0 0 18px 0; }
.cat23 h4{ color: #A49400; }
.cat23 td.pdPrice { color: #A49400; }
.cat23 table { border-top: 1px solid #95A9AA; }
.cat23 table th { background-color: #A49400; }
.cat23 img.newsymbol  { background: #A49400;}

/*Tab Styling
*******************************/
.cat23 .ui-widget-header { 
	border: 1px solid #E1CB00!important; 
	background: #A49400 url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 

/* Interaction states
----------------------------------*/

.cat23 .ui-widget{
border: 1px solid #E1CB00!important;
}


.cat23 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #E8E4BF;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat23 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #A49400; text-decoration: none; }
.cat23 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #A49400; 
	background: #FFF1E8; 
}
.cat23 li.ui-state-hover a, .ui-state-hover a:hover { color: #A49400; text-decoration: none; }
.cat23 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #A49400;
}
.cat23 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #E1CB00;
    color: #E17009;
    font-weight: bold;
}
.cat23 li.ui-state-hover a, .ui-state-hover a:hover { color: #A49400; text-decoration: none; }



/*************************************************
/* cat184 - Clearance Range
/************************************************/
.cat184 h1 { background: #0f307b; color: #FFFFFF; }
.cat184 h2{ background: #8797bd; color: #0f307b; margin: 0 0 20px 0;}
.cat184 h3{ color: #0f307b; margin: 0 0 18px 0; }
.cat184 h4{ color: #0f307b; }
.cat184 td.pdPrice { color: #0f307b; }
.cat184 table { border-top: 1px solid #95A9AA; }
.cat184 table th { background-color: #0f307b; }
.cat184 img.newsymbol  { background: #0f307b;}

/*Tab Styling
*******************************/
.cat184 .ui-widget-header { 
	border: 1px solid #8797bd!important; 
	background: #0f307b url('http://www.ledgrouprobus.com.au/js/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png') 50% 50% repeat-x!important; 
}

/* Interaction states
----------------------------------*/

.cat184 .ui-widget{
border: 1px solid #8797bd!important; 
}


.cat184 li.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #1e62fa;
    border: 1px solid #95A9AA;
    color: #2E6E9E;
    font-weight: bold;
}
.cat184 li.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0f307b; text-decoration: none; }
.cat184 li.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #0f307b; 
	background: #FFF1E8; 
}
.cat184 li.ui-state-hover a, .ui-state-hover a:hover { color: #0f307b; text-decoration: none; }
.cat184 li.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0f307b;
}
.cat184 li.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #FFFFFF;
    border: 1px solid #8797bd;
    color: #E17009;
    font-weight: bold;
}
.cat184 li.ui-state-hover a, .ui-state-hover a:hover { color: #0f307b; text-decoration: none; }

