/*
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: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #05202E;
	text-align: center;
	background-color: #3C85AA;
	margin: 5px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */


		.mainBorder {
			border: 1px solid  #000000;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			color: #E77B18;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}

		
		#pcTopNav a, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #ffffff;
			line-height: 15px;
			padding: 0px;
		}

		#pcTopNav a:hover {
			background-color:#43628C;
		}

/* 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: 980px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 210px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 700px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}


	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		.categoryTop {
			color:#ffffff;
			font-size:15px;
			font-weight:bold;

		}


		.categoryBig {
			color:#1A3E51;
			font-size:13px;
			font-weight:bold;
			text-decoration: none;
			margin: 0 0 22px 0;
		}

		.categorySmall {
			color:#285267;
			font-size:11px;
			text-decoration: none;
			margin: 0 0 16px 10px; 
		}

		.categoryBig:hover,.categorySmall:hover {
			background-color:#D2E8F1;
			color:#FF6600;
			text-decoration:underline;
		}

		.categoryHotDeals {
			color:#FF6600;
			font-size:15px;
			font-weight:bold;
			text-decoration: none;
			margin: 0 0 22px 0;
		}

		.categoryPopBig {
			color:#3E5FCF;
			font-size:13px;
			font-weight:bold;
			text-decoration: none;
			margin: 0 0 22px 0;
		}

		.categoryPopSmall {
			color:#3E5FCF;
			font-size:11px;
			text-decoration: none;
			margin: 0 0 16px 2px; 
		}

		.categoryPopArticle {
			color:#3E5FCF;
			font-size:11px;
			text-decoration: none;
			margin: 0 0 16px 2px; 
		}

		.categoryPopBig:hover,.categoryPopSmall:hover, .categoryPopArticle:HOVER {
			background-color:#ffffff;
			color:#FF6600;
			text-decoration:underline;
		}

		.categoryHotDeals:HOVER {
			color:#FF0000;
			text-decoration:underline;
		}		

		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color:#1A3E51;
			font-size:15px;
			font-weight:bold;
			padding: 1px 1px 1px 0px;
			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;
		}

		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FF6600;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
			text-decoration:underline;
			background-color:#FFFFCC;
		}

		#pcLeftBox {
			background-color: #F5F5F5;
			color: #164D8D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}

		#pcLeftBoxWhite {
			background-color: #ffffff;
			color: #164D8D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
			text-align:center;
			width: 100%;
		}

		#pcLeftBox a:link, #pcLeftBox a:visited {
			color: #3E75B6;
			text-decoration: none;
		}
		
		#pcLeftBox a:hover {
			color: #3E75B6;
			background-color:#FFFF99;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #7CB2D6;
			color:#000033;
			font-size:14px;
			padding: 1px 1px 1px 1px;

		}

		#pcShowCart a:link, #pcShowCart a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #2183B5;
			background-color:#ffffff;
		}
	
		#pcCustomerLogin,
		#pcAffiliateLogin {

			color: #164D8D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			width:170px;
		}
		

		
		#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,
		#pcAffiliateLogin a:link,
		#pcAffiliateLogin a:visited {
			color: #3E75B6;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover,
		#pcAffiliateLogin a:hover {
			color: #3E75B6;
			background-color:#FFFF99;
		}
		

		
[

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 12px;
			color: #cccccc;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link,#pcFooter a:visited {
		    font-size: 12px;
			text-decoration: none;
			color: #ffffff;
		}

		#pcFooter a:hover {
			text-decoration: none;
			background-color:#43628C;
		}
		
	
/* END Footer */

/* START Bottom */
	
		#pcBottom {
			font-size: 11px;
			color:#000066;
			text-align: center;
			padding: 5px;
		}
		
		#pcBottom a:link,#pcBottom a:visited {
			text-decoration: none;
			color: #ECB011;
		}

		#pcBottom a:hover {
			text-decoration: none;
			background-color:#43628C;
		}
		
	
/* END pcBottom */