/*
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: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	/*text-align: center;*/
	background-color: #FFFFFF;
}

h3 {
	font-size: 12px;
	margin: 0;
	color: #098de0;
	padding: 0px 0px 2px 0px;
}

optgroup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#098de0;
	padding:0px 3px 0px 3px;
}

option {
	padding: 0px 3px 0px 2px;
	font-size:9px;
	color:#333333;
}

select {
	width:160px;
	font-style:normal;
	font-size:9px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#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: left;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			padding: 20px 10px 0px 10px;
		}
		
		#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;
		}
		
		.welcome_lgr_text {
			color: #098de0;
			font-size:16px;
			font-weight:bold; 
		}
		
		.sixteenoff {
			color:#099;
			font-size:14px;
			font-weight:bold; 
		}
		
		.mainLinks {
			font-size:11px;
			font-weight:700;
			color:#666666;
		}
		
		.mainLinks a {
			color:#666666;
			text-decoration:none;
			}
			
		.mainLinks a:hover {
			color:#098de0;
			font-weight:bolder;
			text-decoration:underline;
			
		}
		
		.dropCaps {
			font-size:13px;
			line-height:20px;
		}
		
		.subheadLinks {
			font-size:11.5px;
			color:#098de0;
			font-weight:bold;
		}
		
		.colorPipe {
			color:#333333;
		}

/* 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 {
		
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			
			text-align: left;
			vertical-align: top;
			background-repeat:repeat-y;
		}
	
		#pcCenter {
		
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			
			text-align: left;
			vertical-align: top;
		}
		
		#pcRightCopy {
			padding: 0px 10px 0px 10px;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}
		
		#pcHeroProducts {
			border:solid;
			border-color:#999999;
			border-width:1px;
			padding: 0px 0px 0px 0px;
		}
		
		.heroHeading {
			font-size:16px;
			font-weight:bold;
			color:332e39;
		}
		
		.heroHeading a {
			text-decoration:underline;
			color:#9900CC;
		}
		
		.heroHeading a:hover {
			color:#666666;
			text-decoration:none;
		}
		
		.scmsHeading {
			font-size:14px;
			font-weight:bold;
			color:#098de0;
		}

	/* Define the left column */
	
		
		.pcLeftFaceLinks {
			color:#333333;
		}
		
		.pcMerchandiseLink {
			color:#666666;
			font-size:12px;
			font-weight:bold;
		}
		
		.pcLeftFaceIndentLinks {
			color:#999999;
			padding-left:5px;
		}
		
		#pcLeft h3 {

		}

		#pcLeftCatLinks {
			padding: 0px 5px 0px 10px;
			margin: 0 0 5px 0;
		}
		
		#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: #333333;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #098de0;
			text-decoration:underline;
		}
		
		#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 */
	
		#pcRecentView a:link, #pcRecentView a:visited {
			color:#333333;
			text-decoration:none;
			font-size:10px;
		}
		
		#pcRecentView a:hover {
			text-decoration:underline;
			color:#098de0;
		}
		
		#pcShowCart {
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			border-top:1px;
			border:#666;
			border-bottom:thin;
		}
	
		#pcCustomerLogin {
			color: #098de0;
			padding: 0px 5px 0px 0px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight{
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
		
		#pcRight a {
			color:#666666;
			text-decoration:none;
		}
		
		#pcRight a:hover {
			color:#098de0;
			text-decoration:underline;
		}
	
		#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: #333333;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #098de0;
			text-decoration:underline;
		}
		
		
		#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: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: none;
			font-weight:bold;
			color: #666666;
		}
		
		#pcFooter a:hover {
			text-decoration:underline;
			color: #098de0;
		}
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */
