/*
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: 10px 0px 0 px 10px;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */

		h3 {
		  font-family: Arial, Verdana, sans-serif;
			font-size: 15px;
			color: #ffffff;
			margin: 0;
			padding-bottom: 2px;
		}
	
		#pcMainArea {
			width: 700px;
/*			margin-left: auto;
			margin-right: auto;*/
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			text-align: left;
		}
	
		#pcLeft {
		  font-size: 13px;
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 520px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		.pcColumnSpacer {
			/* border-left:1px solid #8D023D; */
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
		  font-family: Arial, Verdana, sans-serif;
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcStoreSearch {
			background-color: #8D023D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			text-align: left;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #ffffff;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #cccccc;
			text-decoration: none;
		}
		
		#pcLeftCatLinks {
			background-color: #C9B2B7;
			padding: 5px 5px 1px 10px;
			margin: 0 0 0 0;
		}
		
		#pcLeftPriceLinks {
			/* background-color: #8D023D;*/
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #DCDDDE;
			color: #8D023D;
			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;
		}
		
		.StoreLinksTitle {
			background-color: #636466;
			color: #ffffff;
		  padding: 6px 0 6px 0;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
		}
		
		.CatTitle {
			background-color: #8D023D;
			color: #ffffff;
		  padding: 6px 0 6px 0;
			font-size: 13px;
			font-weight: bold;
			text-align: center;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #8D023D;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #8D023D;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #999999;
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #8D023D;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #999999;
			text-decoration: underline;
		}

		#pcShowCart {
			/* background-color: #8D023D; */
			border-style:solid; 
			border-width:1px; 
			color: #8D023D;
			margin-bottom: 5px; 
			padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #8D023D;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #999999;
			text-decoration: underline;
		}
		
		#pcCustomerLogin {
			/* background-color: #8D023D;*/
			color: #8D023D;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #8D023D;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #8D023D;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #999999;
			text-decoration: underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #cccccc;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 0px;
		}
		
		#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;
		}
	
/* END Footer */