@charset "utf-8";
/* separate CSS Document just for :hover pseudoclasses
	- this is to accomodate iPads which cannot accomodate the hovers */
	
	
	.navLink a:hover {
		text-decoration: underline;
	}

	li.mobileNavLinks_c a:hover {
		text-decoration: underline;
	}
	
	.mmticClass_right_text a:hover	{  
		 font-size: 10px; 
		 color: Blue;
		 text-decoration: underline;
		 background-color: #FFFFEE;
	}
	
		
		.tabSubNav a:hover {
			color: #52575b; /* dk gray */
			text-decoration: none;
		}
		
		
		.topTab a:hover {
			text-decoration: none;
			color: #52575b; /* dk gray */
		}
	.topTabLink:hover {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #614F45;
		text-decoration: highlight;
		background-color:#FFFFEE;
	}
		.footerTable a:hover {
			text-decoration: underline;
			color: #000000;
		}
				.hmpg_colIndent_mid:hover{ 
					cursor:pointer;
					cursor: hand;
				}
			.navBtn_main:hover {
				cursor: pointer; 
				cursor: hand;
			}
	.mainNavContainer a:hover {
		text-decoration: underline;
	}
		#cartTotal:hover {
			cursor: pointer;
			cursor: hand;
		}
		.siteButton_t4l_addToCart:hover {
			border: 3px solid rgb(120,203,212);
		}
		
	.contestRules {
		text-decoration: underline;
	}
		.contestRules:hover {
			cursor: pointer;
			cursor: hand;
		}