/*       THIS FILE IS AVAILABLE FOR TESTING NEW CSS PRIOR TO ADDING TO THE MAIN FILE COMPLIANT.CSS  

				PRIOR VERSION OF THIS FILE WAS ACTIVE AS OF 6/25/09
				
				AS OF 10/04/09, ALL CONTENT FROM THIS FILE
				WAS MERGED INTO THE MAIN COMPLIANT.CSS FILE       */
				
				
/* add style for link in PROD description 

notes: 	prodDescriptionTD selector is unique here
		the other classes duplicate the same lines from compliant.css
			repeated here for specificity and LVHA
			because they were overridden in Safari by prodDescriptionTD

*/

.prodDescriptionTD a{color:#666666;text-decoration:underline;}
.prodDescriptionTD a:visited{color:#666666;}
.prodDescriptionTD a:hover{color:#7d4a2b;}
.prodDescriptionTD a:visited:hover{color:#7d4a2b;}

.mp3HeadRelatedPage a:link{color:#003c10;}
.mp3HeadRelatedPage a:visited{color:#003c10;}
.mp3HeadRelatedPage a:hover{color:#45670c;}
.mp3HeadRelatedPage a:visited:hover{color:#45670c;}

.prodReviewsTable a{color:#003c10;}
.prodReviewsTable a:visited{color:#003c10;}
.prodReviewsTable a:hover{color:#7d4a2b;}
.prodReviewsTable a:visited:hover{color:#7d4a2b;}
	
.prodReviewText a:link{color:#666666;font-weight:normal;text-decoration:underline;}
.prodReviewText a:visited{color:#666666;font-weight:normal;text-decoration:underline;}
.prodReviewText a:hover{color:#7d4a2b;font-weight:normal;text-decoration:underline;}
.prodReviewText a:visited:hover{color:#7d4a2b;font-weight:normal;text-decoration:underline;}



.checkoutErrorMsg a:link{color:#8B0000;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsg a:visited{color:#8B0000;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsg a:hover{color:#facf5a;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsg a:visited:hover{color:#facf5a;font-weight:bold;text-decoration:underline;}

.checkoutErrorMsgLight{
	font-family:verdana, sans serif;
	font-size:11px;
	font-weight:normal;
	color:#8B0000;
	}
	
.checkoutErrorMsgLight a:link{color:#8B0000;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsgLight a:visited{color:#8B0000;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsgLight a:hover{color:#facf5a;font-weight:bold;text-decoration:underline;}
.checkoutErrorMsgLight a:visited:hover{color:#facf5a;font-weight:bold;text-decoration:underline;}

