/* CSS Document - IE6/7 */

* html #col1 ul.find-it-now li {
	padding: 0 0 5px 0;}
        
* html #col1 ul.find-it-now a:link {
	color: #fff; text-decoration: none; font-weight: bold; 
	background-color: #c00; padding: 1px;}	
* html #col1 ul.find-it-now a:hover {color: #c00; background-color: #fff;}	

* html .submit-btn a:link,
* html .submit-btn a:visited {
	padding: 3px 0 0 0; }
	
* html #col2 .calendar ul li.new {
       background: url(../images/icon-new.gif) 0 -14px no-repeat;}
	/* required to adjust the positioning of the "new" icon when contained in a div with overflow:auto ... no idea why IE can't position the icon correctly*/
		
*+html .submit-btn a:link,
*+html .submit-btn a:visited {
	padding: 3px 0 0 0; }
	
*+html #col2 .calendar ul li.new {
       background: url(../images/icon-new.gif) 0 -14px no-repeat;}
	/* required to adjust the positioning of the "new" icon when contained in a div with overflow:auto ... no idea why IE can't position the icon correctly*/



 
 