/*
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;
	

}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 795px;
			height: 120px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 25px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #E7DDEB;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
			background-image:url(images/dbcenter.jpg);
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: top;
		}
		
		#pcStoreDescription {
			border-bottom: 0px 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: 0px 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;
			
		}
		
		#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: 790px;
			margin-left: auto;
			margin-right: auto;
			vertical-align: top;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-image:url(images/dbcenter.jpg);
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;

		}
	
		#pcCenter {
			width: 600px;
			text-align: left;
			vertical-align: top;
			
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0; 0; 0; 0;
			padding-bottom: 2px;
			vertical-align: top;
		}

		#pcLeftCatLinks {
			background-image:url(images/box_bg.jpg);
			padding: 0px 0px 0px 10px;
			margin: 0 0 0px 0;
		}
		
		#pcLeftPriceLinks {
			background-image:url(images/box_bg.jpg);
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 0px 0;
		}
		
		#pcLeftStoreLinks {
		background-image:url(images/box_bg.jpg);
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 0px 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: #2C7002;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #54da01;
		}


	/* Define the right column */
	
		

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-image:url(images/dbcenter.jpg.gif);
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 0px;
		}
		
		#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 */