/*
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, "Trebuchet MS" ;
	font-size: 11px;
	color: #808080;
	text-align: center;
	background-color: #D2B460;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 990px;
			height: 64px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #3F240F;
			font-size: 12px;
			color: #808080;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			font-size: 10px;
			text-align: right;
			color: #3F240F;
			margin-right: 5px;
			background-color: #D2B460;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}

		#pcTopNav {
/*			border-top: 1px solid #FFFFFF;	*/
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #808080;
			font-size:9px;
		}
		
		#pcStoreSearch a:hover {
			color: #FFFFFF;
		}
		
		#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: 9px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #FFFFFF;
		}

/* 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: 990px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #3F240F;
		}
	
		#pcTopMenu {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #EAEAEA;
			font-size: 9px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#pcLeft {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			width: 180px;
			text-align: left;
			vertical-align: top;
			background-color: #FFFFFF;
			border: 1px solid #CCCCCC;
		}
	
		#pcCenter {
			width: 588px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
			border: 1px solid #CCCCCC;
			background-color: #FFFFFF;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-color: #3F240F;
		}

		.pcColumnSpacer_narrow {
			width: 6px;
			background-color: #3F240F;
		}

		.pcColumnSpacer_narrow2 {
			width: 1px;
			background-color: #3F240F;
		}

		.pcColumnSpacer_white {
			width: 10px;
			background-color: #FFFFFF;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 11px;
			color: #3F240F;
			padding: 0;
			margin-left:5px;
		}

		#pcTopMenuRight {
		text-align:right;
		}

		#pcTopMenuLeft {
		text-align:left;
		}
		
		#pcLeftLinks {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #6666FF;
			background-color: #FFFFFF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}

		#pcLeftLinkItem {
			font-size: 9px;
			color: #3F240F;
		}

		.pcLeftLinkBlueItem {
			font-size: 9px;
			color: blue;
		}
		
		.pcLeftLinkItems {
			font-size: 9px;
			color: blue;
		}
		
		#pcLeftLink h3 {
			font-size: 10px;
		}

		#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;
		}
	
		#pcTopMenu ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopMenu li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
	
		#pcTopMenu a:link, #pcTopMenu a:visited {
			text-decoration: none;
			color: #EAEAEA;
		}

		#pcTopMenu a:hover {
			color: #0066FF;
		}
		
		#pcLeftLinks a:link, #pcLeftLinks a:visited {
			font-size: 10px;
			color: #3F240F;
			text-decoration: none;
		}

		#pcLeftLinks a:hover {
			color: #FF6600;
		}

		#pcLeftLinkItem a:link, #pcLeftLinkItem a:visited {
			font-size: 9px;
			color: #0066FF;
			text-decoration: none;
		}

		#pcLeftLinkItem a:hover{
			color: #FF6600;
		}
		
		.pcLeftLinkItems a:link, .pcLeftLinkItems a:visited {
			font-size: 9px;
			color: #0066FF;
			text-decoration: none;
		}

		.pcLeftLinkItems a:hover{
			color: #FF6600;
		}
			
		#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 {
			background-color: #FFFFAA;
			color: #666666;
			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 {
			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 Additional Main AREA */

		#pcMainBottom {
			border:none;
			text-align:left;
			border-collapse:collapse;
			vertical-align:middle;
		}
	
		#pcEmail
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#EAEAEA;
			font-size: 9px;
			font-weight:bold;
		}

		#pcEmail input {
			border: 1px solid #CCCCCC;
			background-color: #F7F7F7;
			font-size: 11px;
			color:#666666;
			padding: 2px 3px 2px 3px;
		}
		
		#pcEmail input:focus {
			border: 1px solid #999999;
			background-color: #FFFFCC;
		}
		
		#pcMainLinks {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			width: 100%;
			background-color:#FFFFFF;
			border: 1px solid #CCCCCC;
/*			padding-left: 15px;	*/
			color:#3F240F;
			font-weight:bold;
			font-size: 11px;
			text-align:left;
		}
		
		#pcMainLinks table {
			width: 100%;
		}
		
		#pcMainLinks a:link, #pcMainLinks a:visited {
			color:#3F240F;
			font-size: 9px;
			text-decoration: none;
		}
		
		#pcMainLinks a:hover {
			color: #0066FF;
		}
		
		
/* End Additional Main AREA */
		
/* START Footer */
	
		#pcFooter {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			width: 990px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			margin-bottom: 5px;
			color: #653511;
			background-color: #D2B460;
			font-size: 9px;
			border: 0;
			border-collapse: collapse;
			text-align:center;
		}
	
		.box {
			border-color: #000000;
			border-style: groove;
			border-width: 1px;
			margin: 2px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
/*			background-image:url(images/dotted_spacer_left.gif);	*/
			background-color: #D2B460;
			height: 5px;
		}
		
		#pcBottomMenu {
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #EAEAEA;
			font-size: 9px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		#pcBottomMenu a:link, #pcBottomMenu a:visited {
			text-decoration: none;
			color: #EAEAEA;
		}

		#pcBottomMenu a:hover {
			color: #0066FF;
		}
		
		.pcFooterSpacer_short {
/*			background-image:url(images/dotted_spacer_left.gif);	*/
			background-color: #D2B460;
			height: 2px;
		}
	
/* END Footer */

