/*
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: left;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	/*background-image:url('images/world.gif');*/
	background-color: #FFFFFF;
	
	
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			margin:-5px left; width: 200px;
			height: 90px;
			padding: 0;
			background-color: #B0E0E6;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0px none;
		}
		
		#pcHeader td {
			padding: 1px;
			vertical-align: top
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			background-color: #FFFAFA;
			width: 70px;
			text-align: center;
		}
		
		#pcTopNav {
			text-align: left;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #000000;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #FF0000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		

		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 16px;
			color: #000000;
		}
		
		#pcTopNav a:hover {
			color: #FF0000;
		}

/* 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: 1000px;
			margin-left: 5px;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0px none;
			border-collapse: collapse
		}
	/*Sets the Left tables close to the edge, adjust width*/
		#pcLeft {
			width: 600px;
			text-align: left;
			vertical-align: top;
		}
	/*Sets the background area for products, categories*/
		#pcCenter {
			width: 1000px;
			/*padding: 0 5px 0 5px;*/
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 160px;
			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: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			width: auto;
			background-image: url('images/category.gif');
			border:solid 1px #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			width: auto;
			background-image: url('images/login.gif');
			border:solid 1px #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			width: auto;
			background-image: url('images/links.gif');
			border:solid 1px #000000;
			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: #000000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #000000;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFF33;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
				width: auto;
				border:solid 1px #000000;
				background-image: url('images/price.gif');				<!-background-color: #99FF33;->
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
				#pcAdvert {
				width: auto;
				border:solid 1px #000000;
				background-image: url('images/advert.gif');
			color: #000000;
			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: #000000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #FF0000;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			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 */