/*
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: "Times New Roman", Georgia, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 775px;
/*
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
*/
			padding: 0;
			background-color: #660000;
			font-size: 12px;
			color: #ffffff;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: left;
			font-size: 14px;
			color: #FFFF99;
		}
		
		#pcStoreSearch a:link, #pcStoreSearch a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #FFFF99;
		}
		
		#pcStoreSearch a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		#pcTopNav {
			border-top: 1px solid #FFFF99;
			text-align: right;
		}
		
		#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: 16px;
			color: #FFFF99;
		}
		
		#pcTopNav a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

   
/* 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: 775px;
/*
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
*/
			margin-top: 4px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 585px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
/*			background-image:url(images/dotted_spacer_vert.gif);*/
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #660000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #660000;
			color: #FFFF99;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #660000;
			color: #FFFF99;
			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: #FFFF99;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFCCCC;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #FFFF99;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FFCCCC;
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FFFF99;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFCCCC;
			text-decoration: underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #660000;
			color: #FFFF99;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			border-top: 1px solid #FFFF99;
			border-left: 1px solid #FFFF99;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #FFFF99;
		}
		
		#pcShowCart a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcCustomerLogin {
			background-color: #FFFF99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			border-top: 1px solid #660000;
			border-left: 1px solid #660000;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #000000;
		}
	
		#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: #FFFFCC;
			font-size: 13px;
			color: #000000;
			text-align: center;
			padding: 5px;
		}

/*		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
*/		
		#pcFooterSpacer {
/*			background-image:url(images/dotted_spacer_left.gif);*/
			height: 5px;
			border-bottom: 1px solid #660000;
		}
	
/* END Footer */

/* NetProfits Styles */
    .fancyText {
      font-family: Georgia;
			font-size: 14pt;
			color: #800000; 
			font-style:italic;
			font-weight:bold;
    }
    .fancyTextSmall {
      font-family: Georgia;
			font-size: 10pt;
			color: #800000; 
			font-style:italic;
			font-weight:bold;
    }
    
#recentprds {
}