/*
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: 5px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	background-color: #175616;
	background-image:url(images/bg.jpg);
	text-align: center;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 920px;
			/*margin-left: auto;*/
			/*margin-right: auto;*/
			margin: 0px;
			padding: 0px;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
		}
		
		#pcHeader img {
		  border: 0;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#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: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 {
			width: 920px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-image:url(images/bgContent.jpg);
		}
	
		#pcLeft {
			width: 176px;
			text-align: left;
			vertical-align: top;
			padding-left:15px;
		}
	
		#pcCenter {
			width: 686px;
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 20px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 5px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 15px;
			margin: 0;
			padding-bottom: 2px;
			padding-left:20px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #363636;
			font-size: 12px;
			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: #363636;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000000;
			text-decoration: underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			color: #DED55C;
			padding: 0px 5px 5px 0px;
			margin-top: 10px;
			vertical-align: top;
			text-align:center;
		}
	
		#pcShowCart h3 {
			color: #ffffff;
			margin-bottom: 3px;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #DED55C;
			text-decoration: underline;
		}
		
		#pcShowCart a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		
		#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 {
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}
	
/* END Footer */

/* NetProfits */
#leftNav {
  background-color: #DADABE;
  border: 2px solid #5A5A5D;
  width:176px;
}

.shadow {
/*  border: 1px solid silver;*/
/*  padding: 2px;*/
/*  font: 10pt arial;*/
  position: relative;
  display: inline;
/*  background: white;*/
  z-index: 100;
	text-align: center;
}

.shadow2 {
  overflow: hidden;
  position: absolute;
  filter: alpha(Opacity=15); /* modify to change the shade solidity/opacity, same as below */
  opacity: 0.1; /* firefox 1.5 opacity */
  -moz-opacity: 0.2; /* mozilla opacity */
  -khtml-opacity: 0.1; /* opacity */
  z-index: 10
}

.npRadio {
  text-align: center;
  width: 8%;
}

.RowColor1 {
  background-color:#F9F9F4;
}

.RowColor2 {
  background-color:#E9E9DA;
}

.tblTest th {
  text-align: center;
}

/* Alternating row color for test results */
tr.alt td {
  background-color: #E9E9DA;
}
.validationError {
  background-color: #FF6666;
}