/*
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-SIZE: 9pt;
    COLOR: #000;
    FONT-STYLE: normal;
    FONT-FAMILY: arial;
    TEXT-DECORATION: none;
	border-collapse:collapse;
	background-color: #FFFFFF;
}

li { list-style:inside; list-style-type:none}
#pcMain .levelP {height:1px; background:#99ccff; margin:0px}
#pcMain .levelB {height:1px; background:#cc0000; margin:0px}
#pcMain .levelI {height:1px; background:#669966; margin:0px}
.listHeader {font-size:16px; color:#000099; font-weight:900}

h4 {font-size:16px}


/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width:700px;
			height: 130px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 9px;
			margin-bottom: 0px;
			padding: 0px;
			background-color: #ffcc66;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border:1px #ffcc66 solid;
			
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		#tf {padding-top:3px; height:16px; text-align:center; background-color:#ffcc99; color:#000; font-weight:900}
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			float:left;
			min-width:200px;
			margin-left:10px;
			padding:5px 0px 0px 10px;
			height:20px;
		}
		#pcStoreSearch input {
			 border:1px #fff solid;
			 background-color:#ffffcc;
			 width:80px;
			 height:10px;
		}
		
		#pcTopNav {
			float:left;
			min-width:460px;
			padding:5px 0px 0px 10px;
			height:20px;
			float:left;
			text-align: left;
			font-size: 9pt;
			color: #000000;
			font-style: normal;
			font-family: Arial;
			text-decoration: none;	
			font-weight:900
		}
		
		#pcStoreSearch a {
			font-weight:900;
			font-size: 12px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 14px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			color: #0000ee;
			
		}
		
		#pcTopNav a:hover {
			color: #0000ee;
		}

/* 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: 700px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			margin-top:0px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 145px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 595;
			padding: 0 10px 0 0px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 150px;
			text-align: center;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 5px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #fff;	
			padding:0;
			margin: 0; 
		}
		#pcLeftCatLinks #catList{
			padding-left:0px;
			padding-top:5px;
			width:139px; 
			min-height:300px;	
			border:1px #999 solid;
			background-color: #fffdf5;
			
		}	

		#pcLeftCatLinks #catList a:link, #pcLeftCatLinks #catList a:visited {
			text-decoration:underline;
			color:#0000ee;
		
		}


		#pcLeftCatLinks #used{
			padding-left:0px;
			padding-top:5px;
			width:139px; 
			min-height:30px;	
			border:1px #ff6666 solid;
			background-color: #ffe8e8;
			font-weight:bold;
			color:#000;
			
		}	

		#pcLeftCatLinks #used a:link, #pcLeftCatLinks #used a:visited {
			text-decoration:underline;
			color:#0000ee;
		
		}





		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			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: #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: #FFFFCC;
			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: #FFFFFF;
			font-size: 11px;
			color: #000;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration:underline;
			color:#0000ee;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */