﻿/*
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; background: #cccc99;
}

body {
	font-family: "Tahoma";
	font-size: 11pt;
	color: #333333;
	text-align: center;
	background-color:#FFFFFF
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 1055px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #FFFFFF;
			font-size: 12px;
			color: #6A6A46;
			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: center;
		}
		
		#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: {
			text-decoration: none;
			font-size: 14px;
			color: #527A7A;
			font-family:Tahoma;
			
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #42715e; font-family:Tahoma
		}
		
		#pcTopNav a:hover { text-decoration: overline underline; font-family:Tahoma;
			color: #006666; font-size:14px
		}
		  
		#pcTopNav  a {	color: #527A7A; text-decoration:none; font-family:Tahoma; font-weight:bold }
        #pcTopNav  a:visited	{	color: #014283; }
        


/* 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: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 100%;
			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:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		.CategoriesListHeader {
			background-color: #ffffff; font-size: 7pt; color: #000000; font-weight: bold; line-height: 8pt;
			 }
a.CategoriesListHeader:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
a.CategoriesListHeader:visited {
	TEXT-DECORATION: none;
}
a.CategoriesListHeader:active  {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
}
a.CategoriesListHeader:hover {
	COLOR: #57698B;
	TEXT-DECORATION: underline;
}


.CategoriesListMenu {
			background-color: #ffffff; font-size: 9pt; color: #000000; font-weight: bold; line-height: 9pt;
			 }
a.CategoriesListMenu:link {
	COLOR: #4e261c;
	TEXT-DECORATION: none;
	text-align: right;
}
a.CategoriesListMenu:visited {
	COLOR: #57698B;
	TEXT-DECORATION: none;
}
a.CategoriesListMenu:active  {
	COLOR: #4e261c; TEXT-DECORATION: none;
}
a.CategoriesListMenu:hover {
	COLOR: #993366;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: underline overline;
}

		
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #CCCC66;
			padding-bottom: 2px;
			margin: 0 0 1px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #CCCC99;
			color: #996666;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #FFFFCC;
			color: #996666;
			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: #666699;
			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: #777777;
			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: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 5px;
			margin: 0 0 0px 0;
		}
		
		#pcAffiliateLogin {
	background-color: #FFFFCC;
	color: #CC6600;
	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: #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: #CCCC99;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #996666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */
