/*
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: #FFFFFF;
	text-align: center;
	background-color: #CFE0FF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background-color: #0088CA;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 6px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: top;
		}
		
		#pcStoreDescription {
			font-size: 13px;
			text-align: left;
			display: inline;
			float:left;
		}
		
		.pcHeaderContact{
			color:#FFFFFF; 
			display: inline;
			float:right;
			margin-top: 75px;
			margin-bottom: 0px;
			font-size: 14px;
		}
		
		.pcheaderCreditCard{
			border: solid 0px #FFFFFF;
			margin-bottom: 39px;
			margin-top: 0px;
		}
		
		.pcTdBottomBorder{
			border-bottom: 1px solid #FFFFFF;
		}
		
		#pcStoreName h1 {
			font-size: 20px;
			font-weight: bold;
			text-align: left;
			color:#FFFFFF;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		
		#pcStoreSearch {
			text-align: right;
			border: 0px solid #FFFFFF;
			padding-bottom: 0px;
			height: 30px;
		}
		
		.pcForms{
			margin: 0px;
		}
		
		#pcTopNav {
			text-align: right;
			margin-top: 3px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0px;
		}
		
		#pcTopNav li {
			display: inline;
			padding: 2px;
			margin-left: 2px;
			background-color:#F5F5F5;
			border-top-width: 1px;
			border-right-width: 1px;
			border-left-width: 1px;
			border-top-style: dotted;
			border-right-style: dotted;
			border-left-style: dotted;
			border-top-color: #CCCCCC;
			border-right-color: #CCCCCC;
			border-left-color: #CCCCCC;
		}
		
		#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 {
	background-color: #ffffff;
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 520px;
			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 */
	
		#pcLeft #pcLeftCatLinks h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
			padding-left: 10px;
			background-color:#0088CA;
			color: #FFFFFF;
		}
		
		#pcLeft #pcLeftPriceLinks h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
			padding-left: 10px;
			background-color:#BEBEBE;
			color: #FFFFFF;
		}
		
		#pcLeft #pcLeftStoreLinks h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
			padding-left: 10px;
			background-color:#DADADA;
			color: #0066CC;
		}

		#pcLeftCatLinks {
			background-color: #99CCFF;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 5px;
			margin-left: 0;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 1px;
			padding-left: 0px;
		}
		
		/* START CUSTOMIZED LEFT MENU'S BY AK */
		
		#pcLeftCatLinks h3 a:link, #pcLeftCatLinks h3 a:visited{
			color:#FFFFFF;
		}
		
		#pcLeftCatLinks table{
			border-top: dotted 1px #FFFFFF;
			
		}
		
		#pcLeftCatLinks table tr td{
			padding-top: 2px;
			padding-bottom: 2px;
			padding-left: 2px;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #FFFFFF;
			font-weight: bold;
		}
		
		#pcLeftCatLinks table tr td table tr td{
			background-color:#D9ECFF;
			padding-left: 4px;
		}
		
		/* END CUSTOMIZED LEFT MENU'S BY AK */
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 5px;
			margin-left: 0;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 1px;
			padding-left: 0px;
		}

		
		#pcLeftStoreLinks {
	background-color: #F5F5F5;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			padding: 0;
			margin-top: 0;
			margin-right: 0;
			margin-bottom: 10px;
			margin-left: 10px;
			font-weight: bold;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
			border-bottom: dotted 1px #FFFFFF;
		}
		
		#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: #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: #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;
		}
		
		#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: #CFE0FF;
			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 */

		#pcHeaderSplash {
background-color:#EFF3FA;
			font-size: 25px;
			font-weight: bold;
			text-align: center;
			color:#EF3B3B;
			margin-top: 0px;
			margin-bottom: 0px;
}
		#pcHeaderDeliver {

			font-size: 16px;
			font-weight: bold;
			text-align: center;
			color:#FFFFFF;
			margin-top: 0px;
			margin-bottom: 0px;
}
