﻿/*
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: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #C0BFAC;
}

#npBorder {
  width: 782px;
  border: 0;
  border-collapse: collapse;
}

#npContent {
	background-color: #F7F7F7;
}

#borderTop {
  background-image: url('images/borderTop.jpg');
  background-repeat: no-repeat;
  height: 7px;
  width: 782px;
}

#borderBtm {
  background-image: url('images/borderBtm.jpg');
  background-repeat: no-repeat;
  height: 7px;
  width: 782px;
}

#borderLeft {
  background-image: url('images/borderLeft.jpg');
  background-repeat: repeat-y;
  width: 7px;
}

#borderRight {
  background-image: url('images/borderRight.jpg');
  background-repeat: repeat-y;
  width: 7px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

#pcHeader {
  border-collapse: collapse;
  width: 768px;
  height: 102px;
}
		
		#pcHeader td {
		  background-image: url('images/bgBanner.jpg');
/*		  text-align:left;*/
		}
		
		#textBnrContent {
  		text-align:center;
  		font-size: 18px;
  		font-weight: bold;
		}

		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			text-align: right;
			font-size: 13px;
		}
		
    #pcTopNav td {
      background-image: url('images/bgTopNavBar.jpg');
    	color: #ffffff;
    }
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 15px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #E3E3DB;
			text-decoration: underline;
		}

		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
/* 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: 768px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 160px;
			text-align: left;
			vertical-align: top;
			background-color: #F7F7F7;
		}
	
		#pcCenter {
			width: 603px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
			background-color: #ffffff; /*#E3E3DB;*/
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 0px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			background-color: #C9CBAB;
			font-size: 13px;
			margin: 0;
			padding: 3px 0px 3px 5px;
		}

		.pcLeftLinks {
			padding: 5px 0px 1px 0px;
			margin: 0 0 5px 0;
		}
		
		.pcLeftLinks a:link, .pcLeftLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		.pcLeftLinks a:hover {
			color: #FD1712;
		}
		
		#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 */
	
		#pcShowCart {
			text-align:left;
		}
	
		#pcShowCart a:link, #pcTopNav a:visited {
		}
		
		#pcShowCart a:hover {
			color: #660000;
			text-decoration: none;
		}

		#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 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#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: #C9CBAB;
			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 {
			height: 0px;
		}
	
/* END Footer */