
/* From global.css */
#news a.archive:hover {
    color: #b25d3b;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;       
	cursor: pointer;
	}
	
#copyCol p.tinygray a:link, #copyColWide p.tinygray a:link, #copyCol p.tinygray a:visited, #copyColWide p.tinygray a:visited {
    color:#b25d3b;
    font-size: 9px;
    text-decoration: underline;
    }   

#copyCol p.tinygray a:hover, #copyColWide p.tinygray a:hover {
    color:#b25d3b;
    font-size: 9px;
    text-decoration: none;
    }
	
#copyColWide p.shopintro a:link, #copyColWide p.shopintro a:visited {
	color: #004081;
	font-size: 12px;
	text-decoration: underline;
    }
    
#copyColWide p.shopintro a.help, #copyColWide p.shopintro a.help:visited {
	text-decoration: underline;
    }    
    
#copyColWide p.shopintro a.help:hover {
	text-decoration: none;
	color: #004081;
    }        
    
/* rightcol timetrade Already a Bosley Patient  */    

#login table a.bosleypatient, #login table .bosleypatient a.bosleypatient:visited {
   	color: #ffffff;
	text-decoration:underline;
    }    

#login table a.bosleypatient:hover {
   	color: #ffffff;
	text-decoration:none;
    }


/* endrightcol timetrade Already a Bosley Patient */

#copyColWide p.shopintro a:hover {
	text-decoration: none;
    }
    
div#footer span.white a:link, div#footer .white a:visited {	
    color:#fefefe;
    text-decoration:none;
    }  
    
div#footer span.white a:hover  {	
    color:#fefefe;
    text-decoration:underline;
    }       
    
#copyCol p.phead a:link, #copyColWide p.phead a:visited {
    color: #5478a0;
	text-decoration: underline;        
    }
    
#copyCol p.phead a:hover {
	text-decoration: none;        
    }      

/* From form.css */
.input:focus {
    background-color: #eeeeee; 
    }

.textarea:focus {
    background-color: #eeeeee; 
    }
    
    
table#physlink p.small, table#physlink p a:link, table#physlink p a:visited {
    font-size:9px;
    line-height:11px;
    color: #5478a0;
    }
    
table#physlink p a:hover {
    font-size:9px;
    line-height:11px;
    color: #5478a0;
    text-decoration:none;
    }    
    
table#physlink p.physname {
    color: #5478a0;
    font-size: 11px;
    font-weight: bold;
    line-height:11px;
    margin: 0 0 2px 0;
    }        

#news a.archive, #news a.archive:visited {
    color: #5478a0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;        
	cursor: pointer;
	} 
