/*
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: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding: 0;
	background-color: #ffffff;
	font-size: 12px;
	color: #666666;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 5px;
		}
		
		#pcHeader td {
			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;
		}
		
		#pcStoreSearchLFT {
			text-align: Center;
		}
		
		#TopNav {
	text-align: right;
	background-color: #F3F3F3;
	background-image: url(images/v3/images/hnav_04.gif);
	vertical-align: middle;
		}
		
		#pcTopbox {
			text-align: Left;
			background-color: #D9350F;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#TopNav ul {
	list-style: none;
	margin-right: 10;
	margin-bottom: 12px;
		}
		
		#TopNav li {
	display: inline;
	padding-right: 10px;
		}
		
		#TopNav a:link, #TopNav a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
		}
		
		#TopNav a:hover {
	color: #CC0000;
		}

/* 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: 950px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #FFFFFF;
		}
	
		#pcLeft {
			width: 200px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 550px;			
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 200px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 2px;
			/*background-image:url(images/dotted_spacer_vert.gif); */
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
	color: #999999;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
	text-align: left;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #D9350F;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 20px;
			padding: 0;
			text-indent: -5px;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0px;
			list-style-image: url(images/arrow.gif);
		}
		
	
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #0066CC;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #D9350F;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #0044ff;
			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: #ffffff;
			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;
			list-style-image: url(images/arrow.gif);
		}

		#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 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 */
.tab {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
}.smaller {
	font-size: 11px;
	color: #666666;
}

