/*
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: 10pt;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

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

		#pcHeader {
			width: 955px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #FFF;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0;
			vertical-align: top;
		}
		
		#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;
		}
		
		#pcTopNav {
			vertical-align:top;
			text-align: right;
		}
				#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: 12px;
			color: #9A9A9A;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}
		#pcTopNav2 {
			padding: 5px 0 5px 0;
			/*border: 1px solid #D2D2D2;*/
			text-align: left;
			font-weight:200;
			color:#FFF;
			background-color: #964896;
			font-size:9pt;
			height:45px;
			vertical-align:middle;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 10px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		#pcTopNav2 ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav2 li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav2 a:link, #pcTopNav2 a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #2E2E2E;
		}
		
		#pcTopNav2 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: 955px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 300px;
			text-align: left;
			vertical-align: top;
			font-size:8pt;
			line-height:160%;
			border:1px solid #D2D2D2;
		}
	
		#pcCenter {
			width: 795px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
			border:1px solid #D2D2D2;
			padding:5px;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(/silver-jewelry/pc/images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			/*background-color:#663399; #99CCFF;
			padding: 5px 5px 1px 5px;*/
			margin: 0 0 2px 0;
			/*border:1px solid #D2D2D2;*/
width:175px;
		}
		
		#pcStoreSearch {
			/*background-color: #663399;#E1E1E1;
			color:#fff; #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;*/
		}
		#pcLeftPriceLinks{
			/*background-color:#663399; #F5F5F5;
			padding: 5px 5px 1px 5px;*/
			color: #555;
			margin: 0 0 2px 0;
			/*border:1px solid #D2D2D2;*/
		}
		#pcLeftStoreLinks {
			/*background-color:#663399; #F5F5F5;
			padding: 5px 5px 1px 5px;*/
			color: #555;
			margin: 0 0 2px 0;
			/*border:1px solid #D2D2D2;*/
		}
	
		#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:#555; /*#0066CC;*/
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000;/*#FFFFFF;*/
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color:#555; /*#666666;*/
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color:#000; /*#FF6600;*/
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color:#555;/*#777777;*/
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000;/*#FF6600;*/
		}

/* Add for recentll viewed products*/
#recentprds a:link {
		color: #555;/*#0066FF;*/
			text-decoration: none;
			font-size:8pt;
	}
	
	#recentprds a:visited {
		color: #555;/*#0066FF;*/
					text-decoration: none;
			font-size:8pt;
	}
	
	#recentprds a:hover {
		color: #000;/*#0000FF;*/
		text-decoration: none;
			font-size:8pt;
	}
	/* Define the right column */
	
		#pcShowCart {
			background-color: #F7F7F7;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #fff;/*#FFFFCC;*/
			color: #555;/*#0066FF;*/
			padding: 5px 5px 1px 0;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #F7F7F7;
			color: #D2D2D2;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 11px;
			margin: 0px;
			padding-bottom: 2px;
			color: #555;
		}
	
		#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: #555;/*#666666;*/
			text-decoration: none;
			font-size:8pt;
		}
		
		#pcCustomerLogin a:hover {
			color: #000;/*#333333;*/
			font-size:8pt;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #555;
			text-decoration: none;
			font-size:8pt;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000;
			font-size:8pt;
		}

/* 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(/silver-jewelry/pc/images/dotted_spacer_left.gif);
			height: 5px;
		}
/* END Footer */
#pcSmallText a:link {text-decoration:none; color:#fff; font-weight:normal; font-size:7pt;}
#pcSmallText a:active {text-decoration:none; color:#fff; font-weight:normal; font-size:7pt;}
#pcSmallText a:hover {text-decoration:none; color:#fff; font-weight:normal; font-size:7pt;}
#pcSmallText a:visited {text-decoration:none; color:#fff; font-weight:normal; font-size:7pt;}
.pcForms {display:inline;}
.homeBkgd {background-image:url(/silver-jewelry/pc/images/bg-subject.jpg); background-repeat:repeat-x; height:57px;}
