/*
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: "arial", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
		line-height: 170%;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 775px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
				border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: bottom;
		}
		
		#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;
			border:1px solid #D0988C;
			background-color: #FEF4F2;
			
		}
		
		#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: 775px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
							border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
		}
	
		#pcLeft {
			width: 169px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 484px;
			padding: 0 0px 0 0px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 122px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #fff;
			padding: 0px 0px 0px 0px;
			margin: 0 0 0px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #FEF4F2;
			border:1px solid #D0988C;
			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: #3B8194;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #D0988C;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #D0988C;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FEF4F2;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FEF4F2;
			color: #5E8D9D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #5E8D9D;
			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;
		}
	.nav 	{	background-image: url(/productcart/pc/images/chevelle-page2_07a.gif);	background-repeat: no-repeat;	word-spacing: .75em;	height: 24px;	margin-top:0;}
.headerpicture {	background-image: url(/productcart/pc/images/chevelle-header.jpg);
	background-repeat: no-repeat;
	background-position: left top; 
		width: 775px;
	height: 82px;}
	
	A.navLinks:link 	{ 	text-decoration:none; 		font-family: arial; font-size: 7pt;	color: #000000;	text-align: center;	line-height: 13px;}
A.navLinks:visited 	{ 	text-decoration:none; 		font-family: arial; font-size: 7pt;	color: #000000;	text-align: center;	line-height: 13px;}
A.navLinks:hover 	{ 	text-decoration:underline; 	font-family: arial; font-size: 7pt;	color: #000000;	text-align: center; line-height: 13px;}
A.navLinks:active 	{ 	text-decoration:none;			font-family: arial;	font-size: 7pt;	color: #000000;	text-align: center;	line-height: 13px;}
#subCat { padding-bottom: 18px;margin-left:10px; float: left; width: 200px;  font:12px arial; vertical-align:top; border:0px solid #000;}
#subCat2 {float: left; width: 150px;font:12px arial; vertical-align:top; border-right:1px solid #BCC8C6; margin-left:4px; color:666666; height:200px;}
#subCat3 { margin:5px; float: left; font:12px arial; vertical-align:top;}
#footer { 	background-color: #FEF4F2;	width:775px;	height:24;	font-family: arial;	font-size: 12px;	color: #D0988C;	font-weight: bold;	text-align: center;	padding-top:3px;	clear: both;}
#footerLeft	{ 	width:255px;	height:24;	font-family: arial;	font-size: 12px;	color: #D0988C;	font-weight: bold;	text-align: left;	padding-top:3px;	float:left;}
#footerRight{ 	width:775px;	height:24;	text-align: right; float:right;}
A.greylinks:link	{ 	text-decoration:none; 		font-family: arial; font-size: 8pt;	color: #666666;	text-align: right;	line-height: 5px;}
A.greylinks:visited{ 	text-decoration:none; 		font-family: arial; font-size: 8pt;	color: #666666;	text-align: right;	line-height: 5px;}
A.greylinks:hover { 	text-decoration:underline; 	font-family: arial; font-size: 8pt;	color: #666666;	text-align: right; line-height: 5px;}
A.greylinks:active{ 	text-decoration:none;			font-family: arial;	font-size: 8pt;	color: #666666;	text-align: right;	line-height: 5px;}
.jvc{ 	background-image: url(/productcart/pc/images/jvc.gif);background-repeat: no-repeat;background-position: right bottom;}
A.pinkLink:link	{ 	text-decoration:none; 		font-family: arial; font-size: 12px;	color: #D0988C;}
A.pinkLink:visited	{	text-decoration:none; 		font-family: arial; font-size: 12px;	color: #D0988C;}
A.pinkLink:hover { 	text-decoration:underline; 	font-family: arial; font-size: 12px;	color: #D3998D;}
A.pinkLink:active{ 	text-decoration:none;		font-family: arial;	font-size: 12px;	color: #D0988C;}
A.searchEngine:link{	font-family: arial;	font-size: 11px;	font-weight: normal;	color: #666666;	line-height: 170%; text-decoration: none;}
A.searchEngine:visited{	font-family: arial;	font-size: 11px;	font-weight: normal;	color: #666666;	line-height: 170%;text-decoration: none;}
A.searchEngine:hover{	font-family: arial;	font-size: 11px;	font-weight: normal;	color: #666666;	line-height: 170%;text-decoration: none;}
A.searchEngine:active{	font-family: arial;	font-size: 11px;	font-weight: normal;	color: #666666;	line-height: 170%;text-decoration: none;}
.style1 {	color: #2F615E;	font-style: italic;}
.style2 {color: #5E8D9D;}
.style4 {
	color: #D0988C;
	font-style: italic;
	font-size: 18px;
}
.style3 {color: #5E8D9D; font-style: italic; }
.boldedText{	font-family: arial;	font-size: 12px;	font-weight: bold;	color: #5E8D9D;}
#jewelDetails { background-color: #F5F5F5; border: 1px solid #cccccc;}
#jewelDetails .textBold {	font-family: arial;	font-size: 12px;	font-weight: bold;	color: #5E8D9D;}
.underlineNav {border-bottom: 1px solid #2F615E;}
.categoryContactImage	{ background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 344px;
	width: 400px;
	margin: 10 10 0 0;
	position: relative;
	
}
A.pinkLinkb:link	{ 	text-decoration:none; 		font-family: arial; font-size: 12px;	color: #D0988C; font-weight: bold}
A.pinkLinkb:visited	{	text-decoration:none; 		font-family: arial; font-size: 12px;	color: #D0988C; font-weight: bold}
A.pinkLinkb:hover { 	text-decoration:underline; 	font-family: arial; font-size: 12px;	color: #D3998D; font-weight: bold}
A.pinkLinkb:active{ 	text-decoration:none;		font-family: arial;	font-size: 12px;	color: #D0988C; font-weight: bold}
#pcMain P {margin-bottom: 15px;}
#pcCenter P {margin-bottom: 15px;}
h4 {font-size:18px;}
/* END Footer */
