﻿/*
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
*/
body {
	margin: 0;
	padding: 0;
	topmargin: 0;
	leftmargin: 0;
	cursor: auto;
}

html {
	margin: 0;
	padding: 0;
	topmargin: 0;
	leftmargin: 0;
}

body {
	font-family: Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 100%;
			height: 90px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #3B8AD5;
			font-size: 12px;
			color: #FFFFFF;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: bottom;
	background-image: ;
}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 12px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 12px;
			font-weight: normal;
			text-align: left;
		}
		
		#pcStoreSearch {
	text-align: left;
}
		
		#pcTopNav {
			border-top: 0px solid #FFFFFF;
			text-align: right;
	font-size: medium;
}
		
		#pcStoreSearch a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
		
		#pcStoreSearch a:hover {
			color: #0066CC;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 11px;
		}
		
		#pcTopNav a:visited {
			text-decoration: none;
			font-size: 11px;
			color: #FFFFFF;
		}
		
		#pcTopNav a:link {
			text-decoration: none;
			font-size: 11px;
			color: #FFFFFF;
		}
		
		#pcTopNav a:hover {
			color: #0066CC;
		}

/* 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: 990px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	height: 100%;
	
}
	
		#pcLeft {
			width: 200px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 600px;
			padding: 0 0px 0 0px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
	width: 200px;
	text-align: left;
	vertical-align: top;
	background-color: none;

/ }
		
		.pcColumnSpacer {
			width: 0px;
		
		} /

	/* Define the left column */
	
		#pcLeft h3 {
	font-size: 11px;
	margin: 0;
	padding-bottom: 2px;
	font-variant: normal;
}

		#pcLeftCatLinks
{
    background-color: #FFFFFF;
    padding: 5px 5px 1px 0px;
    margin: 0 0 5px 0;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    border-top-width: thin;
    border-left-width: thin;
    border-left-color: #3399ff;
    border-bottom-width: thin;
    border-bottom-color: #3399ff;
    border-top-color: #3399ff;
    border-right-width: thin;
    border-right-color: #3399ff;
    line-height: 18px;
    letter-spacing: .03em;
}
		
		#pcLeftPriceLinks
{
    background-color: #FFFFFF;
    color: #999999;
    padding: 5px 5px 1px 0px;
    margin: 0 0 5px 0;
    border-right: gainsboro thin dotted;
    border-top: gainsboro thin dotted;
    border-left: gainsboro thin dotted;
    border-bottom: gainsboro thin dotted;
    border-color: #FF0000;
    border-style: none;
}
		
		#pcLeftStoreLinks
{
    background-color: #FFFFFF;
    color: #999999;
    padding: 5px 5px 1px 0px;
    margin: 0 0 2px 0;
    font-variant: normal;
    line-height: 16px;
    font-size: 12px;
}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:visited {
			color: #0066FF;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:link {
			color: #0066FF;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
	color: #3366CC;
}
		
		#pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:link {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
		color: #0066CC;
		}
		
		#pcLeftStoreLinks a:visited {
			color: #0066FF;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:link {
		color: #0066FF;
		text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
		color: #0066CC;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFFF;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: none;
			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;
		}
		
		#pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:link {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
				
		#pcAffiliateLogin a:link {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer color: #0066FF;*/
	
		#pcFooter
{
    margin: 0px;
    background-color: #3B8AD5;
    font-size: 11px;
    color: #FFFFFF;
    text-align: left;
    padding: 20px;
    background-image: url(    '/images/PacificMaleWave.jpg' );
    background-repeat: repeat-y;
}
		
		#pcFooter a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
		
		#pcFooter a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
		
		#pcFooter a:link
{
    text-decoration: none;
    color: #FFFFFF;
}
		
/		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 0px;
		} /
	
/* END Footer */
