.FooterNavigation,a.FooterNavigation,a.FooterNavigation:hover,.FooterNavigationOn,a.FooterNavigationOn,a.FooterNavigationOn:hover
{
    font-family:Verdana;
    font-size:10px;
	color: #3B5784;
	    
}
.FooterNavigationOn,a.FooterNavigationOn,a.FooterNavigationOn:hover{font-weight:bold;}
a.FooterNavigation{text-decoration:none;font-weight:normal;}
a.FooterNavigation:hover{text-decoration:underline;font-weight:normal;}

.l2nav,a.l2nav,a.l2nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:normal;
}
.l2nav,a.l2nav 
{
	color: #244171;
	text-decoration: none;
}

a.l2nav:hover {
	color: #0448CF;
	text-decoration: underline;
}

a.l2subnav,a.l2subnav:hover,.l2subnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:normal;

}

a.l2subnav,.l2subnav {
	color: #244171;
	text-decoration: none;
}
a.l2subnav:hover {
	color: #0448CF;
	text-decoration: underline;
}

.l3nav,a.l3nav,a.l3nav:hover,.SiteMapL2,a.SiteMapL2,a.SiteMapL2:hover,.SiteMapL3,a.SiteMapL3,a.SiteMapL3:hover,.SiteMapL4,a.SiteMapL4,a.SiteMapL4:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.l4nav,a.l4nav,a.l4nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;

}


.l3nav,a.l3nav,.l4nav,a.l4nav,.SiteMapL2,a.SiteMapL2,.SiteMapL3,a.SiteMapL3,.SiteMapL4,a.SiteMapL4 {
	text-decoration: none;
	color: #003399;
}

a.l3nav:hover,a.l4nav:hover,a.SiteMapL2:hover,a.SiteMapL3:hover,a.SiteMapL4:hover {
	text-decoration: underline;
	color: #0066CC;

}


/********************
Below is for Product Cart
*********************/

	#pcMain img {
		border: 0; 
	}

/*-----------------------------------------------------------------------------------------
	 Storefront Tables - Styles within the table are defined later 
	----------------------------------------------------------------------------------------*/

	/* pcMainTable is the container for all information displayed on the
     by ProductCart on the page */
		.pcMainTable {
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

	/* pcShowProducts is the table that organizes the display of products
	   (e.g. in a category or when viewing best sellers or new arrivals.
		 By default it's set to 100% width and to align in the center of the page. */
		.pcShowProducts {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			/*border: 1px dotted #E1E1E1;*/
			margin-top: 10px;
			padding: 5px;
		}
		
		.pcShowProducts td {
			padding: 3px;
		}
		
	/* pcShowContent is the table that organizes the display of information other than
	   products. It does not have a dotted border around it. 
		 By default it's set to 100% width and to left of the page. */
		.pcShowContent {
			text-align: left;
			margin-left: 0;
			width: 100%;
			border: 0;
			border-collapse: collapse;
			margin-top: 5px;
			padding: 5px;
		}
		
		.pcShowContent td {
			padding: 3px;
			vertical-align: top;
		}
		
	/* pcShowCart is the table that organizes the display of information on
		 the shopping cart page */
		.pcShowCart {
			text-align: left;
			margin-left: 0;
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

		.pcShowCart td {
			padding: 1px;
			vertical-align: top;
		}
		
	/* pcShowList is used when showing a list of items such as quantity discounts */
		.pcShowList {
			text-align: left;
			width: 80%;
			border: 1px solid #e1e1e1;
			border-collapse: collapse;
		}

	/* pcPageNav handles the page navigation at the bottom of the page, when present. */
		.pcPageNav {
			text-align: left;
			width: 100%;
			border: 0;
			border-collapse: collapse;
			margin: 5px 0 0 0;
		}

	
	/* Change font color for "Show Product's Price" feature */
	#pcMain .pcShowProductPrice {
	font-weight: bold;
	color: #DE4A29;
	}
		
	.pcSectionTitle{font-weight:bold;}	

	
	#pcCustomerLogin UL 
{
list-style-image: url('/images/bullet-arrow.gif');
margin-left:12px;
margin:0px 0px 0px 12px;
}

#pcShowCart
{
color:White;
}
