/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

	a:link {
		color: #0066FF;
	}
	
	a:visited {
		color: #0066FF;
	}
	
	a:hover {
		color: #0000FF;
		text-decoration: none;
	}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 955px;
			padding: 0;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: middle;
		}
		
		#pcStoreSearch {
			text-align: center;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #666666;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			text-decoration: underline;
			color: #000000;
		}
		
		#pcTopNav {
		  font-weight: bold;
			text-align: left;
			background-color: #253570;
			height: 22px;
			padding: 3px 0 0 10px;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #FED942;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 955px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			background-color: #fed942;
		}
	
		#pcCenter {
			width: 575px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
			background-color: #fed942;
		}
		
		.pcColumnSpacer {
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			background-color: #253570;
			color: #ffffff;
			font-size: 13px;
			margin: 0;
			padding: 3px 0 3px 10px;
		}

		.pcLeftLinks {
			padding: 5px 5px 3px 10px;
			margin: 0 0 5px 0;
		}
		
		.pcLeftLinks a:link, .pcLeftLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		.pcLeftLinks a:hover {
			color: #666666;
			text-decoration: underline;
		}
		
		#pcLeftCatLinks {
			background-color: #99CCFF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #0066CC;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		.npCart {
			background-color: #FED942;
			color: #000000;
			width: 180px;
		}

		#pcShowCart {
			background-color: #FED942;
			color: #000000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			background-color: #253570;
			color: #ffffff;
			font-size: 13px;
			margin: 0;
			padding: 3px 0 3px 10px;
		}

		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		.pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		.pcFooter a:link, .pcFooter a:visited {
			text-decoration: underline;
			color: #666666;
		}
		
		.pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-color: #253570;
			height: 3px;
		}
	
/* END Footer */

/* NetProfits Styles */
#npLiveChatText {
  font-size: 10px;
  margin-bottom: 8px;
  padding: 0 0 0 5px;
}