/*
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: 13px;
	color: #333333;
	text-align: center;
	/* background-color: #FFFFFF; */
}

/* NEW 2010 TOP LINKS */

#top_links A 
	{color:#fff; text-decoration:none; font-size:15px; padding: 4px 9px 4px 9px;}

#top_links A:HOVER
	{ background-color:#FF0000;text-decoration:underline;}

/* 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: #e5e5e5;
			font-size: 12px;
			color: #666666;
			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: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			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: #999999;
		}
		
		#pcTopNav 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: 850px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 170px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 680px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 170px;
			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: 12px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #FFCC00;
			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 {
	        border: 2px solid  #690F0E;
			background-color: #093C71;
			color: #241103;
			padding: 2px 2px 2px 2px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 2px 2px 2px 2px;
			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 {
			font-family: "Trebuchet MS",Verdana, Arial;
			font-size: 13px;
			line-height: 15px;
			color: #ffffff;
			text-decoration: none;
		}

		
		#pcLeftStoreLinks a:hover,.pcLeftStoreLinksSub:HOVER {
			color: #FEEAA2;
			text-decoration: underline;
		}

		
		#pcLeftStoreLinks h3 {
			font-size: 15px;
			margin: 0px;
			padding-bottom: 2px;
			color: #cccccc;
		}

		.pcLeftStoreLinksSub {
			font-family: "Trebuchet MS",Verdana, Arial;
			font-size: 11px;
			line-height: 15px;
			color: #ffffff;
			text-decoration: none;
		}



	/* Define the right column */
	
		#pcShowCart {
			background-color: #F3EBA7;
			color: #000000;
			padding: 2px 2px 5px 10px;
			margin-bottom: 5px;
	        border: 1px solid  #1F0D00;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #990000;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #B41D1D;
			text-decoration:none;
			background-color:#FFFF66;
		}
		
	
		#pcCustomerLogin {
			background-color: #576073;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
	        border: 1px solid  #1F0D00;
		}
		
		
		#pcCustomerLogin h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #cccccc;
		}
	
		#pcCustomerLogin ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcCustomerLogin li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #F4EA93;
			text-decoration:underline;
		}
		

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			/*   background-color: #FFFFFF;  */
			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:url(images/dotted_spacer_left.gif); */
			height: 5px;
		}
	
/* END Footer */