/*
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: 11px;
	color: #333333;
	text-align: center;
	background-color: #ffffff;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 900px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background-color: FFFFFF;
	font-size: 12px;
	color: #17713c;
	
		}
		
		#pcHeader td {
	padding: 3px;
	vertical-align: bottom;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #17713c;
	font-size: 12px;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #F7F7F7;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #F7F7F7;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#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: 14px;
			color: #17713c;
		}
		
		#pcTopNav a:hover {
			color: #FF6600;
		}



		

/* 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: 901px;
			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;
		}
	
		#pcCenter {
			width: 520px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:
		}

	/* Define the left column */
	
		#pcLeft h3 {
	font-size: 13px;
	margin: 0;
	padding-bottom: 2px;
	color: #00F;
		}

	#pcLeftCatLinks {
	background-color: #617834;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	border: thin groove #000;
		}
		
		#pcLeftPriceLinks {
			background-color: #617834; 
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
	background-color: #617834;
	color: #000000;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
	border: thin groove #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
	margin: 2px 0 0 0;
	font-size: 12px;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
	background-color: #617834;
	color: #000000;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	border: thin groove #000;	
		}
	
		#pcCustomerLogin {
	background-color: #617834;
	color: #000000;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	border: thin groove #000;	
		}
		
		#pcAffiliateLogin {
			background-color: #ffd74f;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
	font-size: 13px;
	margin: 0px;
	padding-bottom: 2px;
	color: #00F;
		}
	
		#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: #000000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #FF6600;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #FF6600;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #F7F7F7;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:;
			height: 5px;
		}
		
		#searchbox {
	background-color: #617834;
	margin: 0 0 5px 0;
	color:#9C6;
	border: thin groove #000;
	font-family: "Times New Roman", Times, serif;
		}
		
		#searchbox a:link, #searchbox a:visited {
			color: #000000;
			text-decoration: none;
			
		}
			
		#searchbox a:hover {
			color: #FF6600;
	
			
		}
		
		#recentprds {
	    background-color:#FFF;
       color:#000;
	   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	    font-size: 12px;
	    font-weight:900;
	
	
	}
		
	#recentprds a:hover, #recentprds a:visited {
			text-decoration: none;
			font-size:12px;
			color: #FF6600;
		
	
/* END Footer */
.searchtitle {
	color: #00F;
}

