.ajax_working {
	position:absolute; 
	top : 0; left : 0px; 
	background : #004785 url(/assets/img/loading.light.gif) 0 1px no-repeat; 
	width : 15px; height : 15px; 
}

#prod_form label { 
	position : relative;
}

th.sort_working { 
	background-image : url(/assets/img/loading.verylight.gif);
}

.col .ajax_working.checkbox {
	top : 0; left : -2px; 
	background : #004785 url(/assets/img/loading.light.gif) 0 3px no-repeat; 
}

.ajax_working.text { 
	top : 3px; left : 146px;
	background : url(/assets/img/loading.blue.gif) 0 3px no-repeat;
}

.ajax_working.select {
	top : 23px; left : 146px; 
	background : #0d508b url(/assets/img/loading.dark.gif) 0 3px no-repeat;
	padding-right : 8px;
}

/* Per Page Radios */
.limit .ajax_working.radio {
	left : -2px;
	background : #0075D7 url(/assets/img/loading.lightblue.gif) 0 1px no-repeat;
}

.ajax_working.pagination { 
	left : -28px; top :2px;
	background : url(/assets/img/loading.blue.gif) 0 3px no-repeat;
}


/* Color All button */
#tab-2 .defaultchoice .ajax_working.checkbox {
	top : 0; left : 0;
	background : #004785 url(/assets/img/loading.light.gif) 0 1px no-repeat
}
/* Color checkboxes */
#tab-2 .ajax_working.checkbox {
	top : 4px; left : 6px;
	background : transparent url(/assets/img/loading.blue.gif) 0 3px no-repeat; 
	padding-top : 2px;
}


#tab-2 .red .ajax_working.checkbox { background-color : #ed1c24; }
#tab-2 .orange .ajax_working.checkbox {	background-color : #f7941d; }
#tab-2 .yellow .ajax_working.checkbox {	background-color : #fff200; }
#tab-2 .green .ajax_working.checkbox { background-color : #39b54a; }
#tab-2 .blue .ajax_working.checkbox { background-color : #00a0df; }
#tab-2 .purple .ajax_working.checkbox { background-color : #712e6d; }
#tab-2 .bright_white .ajax_working.checkbox { background-color : #ffffff; }
#tab-2 .off_white .ajax_working.checkbox { background-color : #fff1d6; }
#tab-2 .tan .ajax_working.checkbox { background-color : #e4b586; }
#tab-2 .grey .ajax_working.checkbox { background-color : #959595; }
#tab-2 .black .ajax_working.checkbox { background-color : #111111; }
#tab-2 .brown .ajax_working.checkbox { background-color : #754c24; }
#tab-2 .metallic .ajax_working.checkbox { background-color : #cccccc; }
#tab-2 .multicolor .ajax_working.checkbox { background-color : #754c24; }

/* Sliders */
/*
.slider_left .ajax_working,
.slider_right .ajax_working {
	background : #004785 url(/assets/img/loading.light.gif) 0 1px no-repeat
}
.slider_left { 
	top : 7px; left : -25px; position : relative; 
}
.slider_right {
	top : 8px; left : 167px; position : relative; 
}
.slider_left .slider { 
	top : -7px;
	left : 26px;
}
.slider_right .slider {
	top : -7px;
	left : -165px;
}
.slider_left .update {
	position : absolute; 
	top : 1px;
	left : 155px;
}
.slider_right .update {
	position : absolute; 
	top : 1px;
	left : -33px;
}


.slider_left .ajax_working { 
	top : 3px; left : 3px; position : absolute; 
}

.slider_right .ajax_working { 
	top : 3px; left : 3px; position : absolute; 
}*/


/* Make the magic filters pretty */
.magic_filter { 
	background : url(/assets/img/X.png) 0 1px no-repeat; 
	text-decoration: none;
	border-bottom : none;
	padding-left : 17px;
}
.magic_filter:hover { 
	text-decoration: none;
	border-bottom: none;
}
.magic_filter:hover span { 
	text-decoration: underline;
}
#main .searchterms li { float : none !important; }



table.result_table td.sorting_1 { background-color: #E4F4FF; }