/*
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-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}

body {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav {
		    width: 100%;
			color: #ffffff;
			font-weight: bold;
			background-color: #0064a6;
			height: 26px;
			padding: 0;
			margin: 0;
		}
		
		#pcTopNav ul {
			width: 98%;
			list-style: none;
			margin: 0;
			height: 26px;
			padding: 0px 0px 0px 15px;
			display: block;
			float: left;
			background-color: #0064a6;
		}
		
		#pcTopNav ul li {
			background-color: #0064a6;
			display: inline;
			padding: 0px 12px 0px 0px;
			margin: 0;
			line-height: 26px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			line-height: 26px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}
		
		#pcTopNav #storePhone {
			background-color: #0064a6;
			display: inline;
			padding: 0px 12px 0px 0px;
			margin: 0;
			line-height: 26px;
			float: right;
			
		}

/* 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: 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 {
			padding: 0 5px 0 10px;
			text-align: left;
			vertical-align: top;
			width: 670px;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		.pcLeftCatLinks {
			background-color: #dcdcdc;
			padding: 1px 3px 1px 6px;
			margin: 0 0 3px 0;
			display: block;
			clear: both;
			width:156px;
		}
		
		/*.pcLeftCatNavImage {
			width: 9px;	
			text-align:right;
		}
		
		.pcLeftCatNavImage img {
			padding-top: 5px;
			padding-right: 3px;
			float:left;
		}*/
		
		.pcLeftCatNavItem {
			display: inline;
			float: left;
			margin-left: 3px;
			text-align:left;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			font-size: 12px;
			font-weight: bold;
			color: #0063a5;
			padding: 1px 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: #0063a5;
			text-decoration: none;
		}
		
		.pcLeftCatLinks a:hover {
			color: #ff6464;
		}
		
		.pcLeftCatNavItem a:link, .pcLeftCatNavItem a:visited {
			color: #0063a5;
			text-decoration: none;
			font-weight:bold;
		}
		
		.pcLeftCatNavItem a:hover {
			color: #ff6464;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #0063a5;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #ff6464;
		}
		
		.pcLeftStoreLinks a:link, .pcLeftStoreLinks a:visited {
			color: #0063a5;
			text-decoration: none;
		}
		
		.pcLeftStoreLinks a:hover {
			color: #ff6464;
		}
		
		.pcLeftSubCatNav {
			display: none;
		}
		.pcLeftCatLinks .pcLeftSubCatNavItem a:link, .pcLeftCatLinks .pcLeftSubCatNavItem a:visited {
			font-weight: normal;
			text-decoration: none;
			font-size: 11px;
		}
		
	/* 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: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#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;
		}
		
		#bottomNav {
		    width: 100%;
			color: #000000;
			font-weight: bold;
			height: 26px;
			padding: 10px 0 10px 0;
			margin: 0;
		}
		
		#bottomNav ul {
			width: 98%;
			list-style: none;
			margin: 0;
			height: 26px;
			padding: 0px 0px 0px 15px;
			display: block;
			float: left;
		}
		
		#bottomNav ul li {
			display: inline;
			padding: 0px 8px 0px 0px;
			margin: 0;
			line-height: 26px;
		}
		
		#bottomNav a:link, #bottomNav a:visited {
			text-decoration: none;
			font-size: 12px;
			line-height: 26px;
			color: #0064a6;
		}
		
		#bottomNav a:hover {
			color: #000000;
		}
	
/* END Footer */

/* Ironhammer Styles */
.margin8bottom {
	margin-bottom: 8px;
}

.margin8top {
	margin-top: 8px;
}

.padding10bottom {
	padding-bottom: 10px;
}

p.ihFeaturedProduct {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

div.ihFeaturedProductTitle {
	font-size:14px;
	font-weight:bold;
	font-family:"Comic Sans MS";
	color:#0063a5;
	line-height:18px;
	text-align:center;
}

div.ihFeaturedProductDescription {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:"Comic Sans MS";
	line-height:16px;
	text-align:center;
	margin-right: 20px;
	margin-left: 20px;
}

.myAccountHeaderLinks {
	color:#0063a5;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.myAccountHeaderLinks:hover {
	color:#ff6464;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

#myAccount {
	float:left;
	padding-top:15px;
	width:75px;
	display:inline;
	text-align:left;
}

#myAccountSeparator {
	float:left;
	padding-top:15px;
	width:25px;
	line-height:16px;
	display:inline;
	text-align:center;
	font-weight:bold;
}

#viewCartHeader {
	float:left;
	padding-top:15px;
	width:85px;
	display:inline;
}

#liveChat {
	float:left;
	padding-top:16px;
	width:80px;
	display:inline;
	text-align:left;
}

#secureLink {
	float:left;
	padding-top:25px;
	width:70px;
	display:inline;
}

#clear {
	clear:both;
}

#headerRightUtils {
	display:inline;
	float:right;
	padding-right:15px;
}

#copyright {
	font-weight: bold;
	text-align:center;
	font-size:13px;
}

#createdBy {
	font-weight: normal;
	text-align:center;
	font-size: 10px;
	color: #000;
}

#createdBy.a {
	text-decoration: underline;
	color: #000;
}