#overlay{ 
	position: absolute; 
  top: 0;
	bottom: 0; 
	left: 0; 
  right: 0;
	z-index: 10; 
	width: 100%;
	/*height: 100%;*/
	display:none;
	/*background:transparent url('../images/overlay.png') 0 0 repeat;*/
	background-color: #252624;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;	

}		

#catOverlay{ 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%;
	height: 100%;
	display:block;
	background:transparent url('../images/loader.gif') center 300px no-repeat;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}


	#foot_menu h5, #newsletter h5, #footcontact_mod h5  {
		text-shadow: #000 0 -1px 1px;
	}
	
	#related_products_wrapper h5 , #product_list_holder h1, #refine h4, #left_col_nav h4 {
		text-shadow: #8d8a86 0 1px 1px;
	}
	
	#lists  div {
        -moz-border-radius: 0 4px 4px 4px;
        -webkit-border-radius: 0 4px 4px 4px;
    }
	  
	#lists div.colspan1 {
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 4px 4px
	}

	#lists dl.col3 dt.first {
		-moz-border-radius: 0 4px 0 0;
		-webkit-border-radius: 0 4px 0 0;
	}
