/*
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: "Helvetica", Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #f7f7f7;
	background-image:url(/image/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

/* TOP AREA */
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
			vertical-align: bottom;
			padding-right: 25px;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 7px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}

/* End TOP AREA */



/* LEFT SIDE NAVIGATION: */
	
		#pcMainArea {
			width: 840px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #ffffff;
		}
	
		#pcLeft {
			width: 165px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 670px;
			padding: 0px 0px 0px 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			background-image:url(images/vertical-line.jpg);
		}

		#pcLeftNav {
			width: 165px;
			float: left;
			text-align: left;
			vertical-align: top;
			margin: 0px 3px 0px 0px;
			/* IE 6 double margin fix */
			display: inline;
		}
		
		#pcLeftNav h4 {
			font-size: 13px;
			color: #333;
			width: 170px;
			text-align: center;
			margin: 5px 0px 5px 0px;
			font-weight: bold;
		}

		#pcLeftNav ul {
			list-style-type: none;
			margin: 10px 0px 0px 0px;
			padding: 0;
	}

		#pcLeftNav li {
			margin: 5px 0px 5px 5px;
	}

		#pcLeftNav a {
			text-decoration: none;
			color: #333;
		}
		
		#pcLeftNav a:hover {
			text-decoration: none;
			color: #850a0a;
		}
	
		#pcLeftNav-BROWSE {
			font-size: 12px;
			color: #333;
			width: 165px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #ccccce;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}

		#pcLeftNav-BROWSE table {
			margin: 0px 0px 0px 2px;
		}

		#pcLeftNav-BROWSE table td {
			padding: 5px 0px 0px 0px;
		}
		
		#pcLeftNav-PRICE {
			font-size: 12px;
			color: #333;
			width: 165px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #ccccce;
			margin-bottom: 10px;
		}
		
		#pcLeftNav-LINKS {
			font-size: 12px;
			color: #333;
			width: 165px;
			background-image:url(images/pcv4_titleBox_back.jpg);
			background-repeat:repeat-x;
			background-color: #F5F5F5;
			border: 1px solid #ccccce;
			margin-bottom: 10px;
			/* IE 6 fix (content pushing out width) */
			overflow: hidden;
		}
		
		#pcStoreSearch {
			text-align: left;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcShowCart {
			background-color: #d7e4ec;
			color: #333333;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}

/* End LEFT SIDE NAVIGATION */

/* FOOTER */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left1.gif);
			height: 3px;
		}
				
		#pcFooterNav {
			font-size: 13px;
			color: #850a0a;
		}
		
		#pcFooterNav a:link, #pcFooterNav a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #585858;
		}
		
		#pcFooterNav a:hover {
			color: #000000;
		}
	
/* End FOOTER */

/* DEFAULT.ASP STYLES - LEFT SIDE NAVIGATION */
		
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}
		
		#pcLeftStoreLinks {
			background-color: #FCFCFC;
			color: #585858;
			padding: 10px 10px 1px 10px;
			margin: 0 0 2px 0;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #585858;
			text-decoration: none;
			font-size: 13px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #082044;
		}
		
		#pcCustomerLogin {
			background-color: #F2F2F2;
			color: #333333;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #333333;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #850a0a;
		}

/* End DEFAULT.ASP STYLES - LEFT SIDE NAVIGATION */
