/*
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.

If styles modified using this page do not appear in your storefront, please check the following
two items before anything else:

(1) Make sure that header.asp links to this stylesheet. The code goes before the closing </head> tag:

<link type="text/css" rel="stylesheet" href="pcStorefront.css" />

(2) Make sure that header.asp contains the following code at the very top of the page, before anything else.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

(3) The styles included under "MAIN Styles" are the ones that used to be controlled by the Display Settings
area of the ProductCart Control Panel in previous versions of the software. Unless you want to, you DO NOT need
to change any of the other styles.

*/

/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire storefront, unless otherwise defined below
	----------------------------------------------------------------------------------------*/

	/* pcMain is the container for all information displayed by ProductCart on the page
	   This is where you can change the font used storewide, for example.  */
	#pcMain {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #333333;
		text-align: left;
		background-color: #FFFFFF;
		width: 100%;
		margin: 0 0 0 0px;
	}
	
	/* Styles for Paragraph Elements */
	#pcMain p {
		margin: 10px 0 10px 0;
	}
	
	/* The following two statements assign a style to links storewide. They are sometimes
	   overwritten by other styles that target specific links. */
	#pcMain a {
		color: #4F0000;
	}
	
/*	#pcMain a:visited {
		color: #CC9900;
	}
	*/
	#pcMain a:hover {
		color: #CC9900;
		text-decoration: none;
	}
	
/*-----------------------------------------------------------------------------------------
	Custom Store Styles
	----------------------------------------------------------------------------------------*/
	
	.smallspacer { width: 100%; height: 5px; margin: 0; padding: 0; clear: both; }
	.medspacer { width: 100%; height: 10px; margin: 0; padding: 0; clear: both; }
	.lgspacer { width: 100%; height: 25px; margin: 0; padding: 0; clear: both; }
	
/*-----------------------------------------------------------------------------------------
	 Custom Styles by Next Horizon - Homepage 
	----------------------------------------------------------------------------------------*/

/* ----- Banner on Homepage: Copper Sinks 101 ----- */
#bannerCopperOne {
	width: 255px;
	height: 135px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bannerCopperOne a {
	display: block;
	width: 255px;
	height: 135px;
	margin: 0;
	padding: 0;
	background: url('images/copper-sinks-template/banner-coppersinks-101.jpg') 0 0 no-repeat;
	text-indent: -9999px;
}

#bannerCopperOne a:hover {
	background: url('images/copper-sinks-template/banner-coppersinks-101.jpg') 0 -135px no-repeat;
}

/* ----- Banner on Homepage: Photo Gallery ----- */
#bannerPhotoGallery {
	width: 255px;
	height: 135px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bannerPhotoGallery a {
	display: block;
	width: 255px;
	height: 135px;
	margin: 0;
	padding: 0;
	background: url('images/copper-sinks-template/banner-photo-gallery.jpg') 0 0 no-repeat;
	text-indent: -9999px;
}

#bannerPhotoGallery a:hover {
	background: url('images/copper-sinks-template/banner-photo-gallery.jpg') 0 -135px no-repeat;
}

/* ----- Banner on Homepage: See Video ----- */
#bannerSeeVideo {
	width: 255px;
	height: 135px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bannerSeeVideo a {
	display: block;
	width: 255px;
	height: 135px;
	margin: 0;
	padding: 0;
	background: url('images/copper-sinks-template/banner-seevideo.jpg') 0 0 no-repeat;
	text-indent: -9999px;
}

#bannerSeeVideo a:hover {
	background: url('images/copper-sinks-template/banner-seevideo.jpg') 0 -135px no-repeat;
}

/*-----------------------------------------------------------------------------------------
	 Sitemap Styles
	----------------------------------------------------------------------------------------*/

.sitemap-list {
	position: relative;
	margin: 0;
	padding: 0;
}

.sitemap-list ul {
	margin-left: 30px;
}

.sitemap-list ul li ul {
	margin-left: 45px;
}

/*-----------------------------------------------------------------------------------------
	 Storefront Tables - Styles within the table are defined later 
	----------------------------------------------------------------------------------------*/

	/* pcMainTable is the container for all information displayed on the
     by ProductCart on the page */
		.pcMainTable {
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

	/* pcShowProducts is the table that organizes the display of products
	   (e.g. in a category or when viewing best sellers or new arrivals.
		 By default it's set to 100% width and to align in the center of the page. */
		.pcShowProducts {
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
			/*border: 1px dotted #E1E1E1;*/
			margin-top: 10px;
			padding: 5px;
		}
		
		.pcShowProducts td {
			padding: 3px;
			/*vertical-align: bottom;*/
		}
		
	/* pcShowContent is the table that organizes the display of information other than
	   products. It does not have a dotted border around it. 
		 By default it's set to 100% width and to left of the page. */
		.pcShowContent {
			text-align: left;
			margin-left: 0;
			width: 765px;
			border: 0;
			margin-top: 5px;
			padding: 0px;
			font-size: 12px;
			border-collapse: collapse;
		}
		
		.pcShowContent td {
			/*padding: 3px;*/
			vertical-align: top;
		}
		
	/* pcShowCart is the table that organizes the display of information on
		 the shopping cart page */
		.pcShowCart {
			text-align: left;
			margin-left: 0;
			width: 100%;
			border: 0;
			border-collapse: collapse;
		}

		.pcShowCart td {
			padding: 1px;
			vertical-align: top;
		}
		
	/* pcShowList is used when showing a list of items such as quantity discounts */
		.pcShowList {
			text-align: left;
			width: 80%;
			border: 1px solid #e1e1e1;
			border-collapse: collapse;
		}


	/* Styles within MAIN TABLE */
	/* Style the page title */
	.pcMainTable h1 {
		color: #8E7D1C;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:24px;
		font-weight:bold;
		margin: 20px 0 20px 10px;
	}
	
	.pcMainTable h1 a {
		color:#4F0000;
	}
	
	/* Style the table title (e.g. table showing quantity discounts) */
	.pcMainTable h2 {
		background-color: #F5F5F5;
		font-size: 15px;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	
	.pcMainTable h3 {
		font-size: 12px;
		margin-top: 10px;
		margin: 5px 0 5px 0;
		padding: 5px;
	}
	
	/* Style the table headings */
	.pcMainTable th {
		background-color: #FFFFCC;
		font-size: 12px;
		font-weight: bold;
		padding: 4px;
		border-bottom: 1px solid #E1E1E1;
	}
	
	/* Remove the default marging from paragraphs 	
	.pcMainTable p {
		margin: 0 0 0 0;
		
		NH Removed
		
	}*/
/* END Styles within Main Table */

/* START: Styles within Content Pages Main Table */

	/* Styles within MAIN TABLE Content Pages */
	/* Style the page title */
	.pcMainTable2 h1 {
		color: #8E7D1C;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:24px;
		font-weight:bold;
		margin: 20px 0 20px 15px;
	}
	
	.pcMainTable2 h1 a {
		color:#4F0000;
	}
	
	/* Style the table title (e.g. table showing quantity discounts) */
	.pcMainTable2 h2 {
		background-color: #F5F5F5;
		font-size: 15px;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	
	.pcMainTable2 h3 {
		font-size: 12px;
		margin-top: 10px;
		margin: 5px 0 5px 0;
		padding: 5px;
	}
	
	/* Style the table headings */
	.pcMainTable2 th {
		background-color: #FFFFCC;
		font-size: 12px;
		font-weight: bold;
		padding: 4px;
		border-bottom: 1px solid #E1E1E1;
	}
	
	/* Remove the default marging from paragraphs */	
	.pcMainTable2 p {
		/*margin: 0 0 0 0;*/
	}


/* END: Styles within Content Pages Main Table */
	
/* Style within SHOW PRODUCTS table */

	/* Style the product name */
	.pcShowProductName {
		font-size: 12px;
		color: #CC6600;
		padding: 0;
	}


/* NH EDIT 9-30-09 GALLERY PAGE */

	#galleryWrapper {
		width: auto;
		margin: 0 0 0 50px;
		padding: 0;
		/*border: 1px solid #000;*/
	}
	
	#pcMain #galleryWrapper p {
		margin: 0;
	}

	#galleryItem {
		width: 150px;
		height: 137px;	
		text-align: center;
		vertical-align:top;
		float: left;
		margin: 0 24px 15px 0;
	}	
	
	#galleryItem p {
		margin: 0;
	}
	
	#typem .pcShowProductNameGallery a {
		color: #375e5b;	
		font-weight: bold;
		font-size: 10px;
	}
	
	#galleryHeader h2 {
		background: none;
		clear:left;
		color:#8E7D1C;
		float:left;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:24px;
		font-weight:bold;
		letter-spacing:1px;
		line-height:30px;
		padding: 5px 0 0 0;
	}
	
	#topPic {
		float:left;
		height:170px;
		width:200px;
		margin: 0 10px 0 0;
	}
	#top {
		padding: 0 0 0 15px;
		margin: 0;
	}
	#pcMain #topContent p {
		line-height: 19px;	
	}
	
	.style18 {
		display: block;
		font-size: 16px;
		color: #8E7D1C;
		letter-spacing: 1px;
		padding: 5px 0 0 0;
		margin: 0;
	}
	#topContent  {
		padding: 10px 0 0 0;
		height: 150px;
		margin: 10px 0 0 0;
		clear: right;
	}
	#titleLeft {
		clear:left;
		color:#8E7D1C;
		float:left;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:24px;
		font-weight:normal;
		letter-spacing:1px;
		line-height:30px;
		padding: 12px 0 0 0;
	}
		.titleLeft {
			font-weight: normal;	
		}
		#titleLeft a {
			font-weight: normal;
			text-decoration: underline;
		}
			#titleLeft a:hover {
				text-decoration: underline;	
			}
	#pcMain .pcShowMainImageGallery {
		padding: 0;
		margin: 0;
	}
		#pcMain .pcShowMainImageGallery img {
			width: 450px;
			margin: 0 10px 0 0;
		}
/* NH EDIT 9-30-09 GALLERY PAGE */



	/* Style the product sku */
	#pcMain .pcShowProductSku {
		font-size: 12px;
		color: #000;
		margin: 15px 0 0 0;
		padding: 0;
	}
	
	/* Style the product weight */
	#pcMain .pcShowProductWeight {
		font-size: 12px;
		color: #000;
	}
	
	/* Style the product brand */
	#pcMain .pcShowProductBrand {
		font-size: 12px;
		color: #000;
	}
	
	/* Style the product stock */
	#pcMain .pcShowProductStock {
		font-size: 12px;
		color: #000;
	}
	
	/* Style the Product BTO Default Config */
	#pcMain .pcShowProductBTOConfig {
		font-size: 12px;
		color:#000;
	}
	
	/* Style the Product Custom Search */
	#pcMain .pcShowProductCustSearch {
		font-size: 12px;
		color:#000;
	}
	
	#pcMain .pcShowProductCustSearch a {
		font-size: 12px;
		text-decoration: none;
	}

	/* Style the Product Free Shipping Text */
	#pcMain .pcShowProductShipping {
		font-size: 12px;
		color:#000;
	}
	
	/* Change font color for "Show Product's Price" feature */
	#pcMain .pcShowProductPrice {
		font-size: 16px;
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		color:#ff0000;
		line-height: 20px;
		padding-left: 0px;
		padding-right: 10px;
	}
	
	/* Change font color for "Show Product's Price" feature */
	#pcMain .pcShowProductPrice input {
		font-size: 16px;
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		color:#ff0000;
		line-height: 20px;
		margin: 0;
		padding-left: 0px;
		padding-right: 10px;
	}
	
	/* Change font color for "Show Product's Price" feature Within Product Details Page */
	#pcMain .pcShowProductPriceDetailsPage {
		font-size: 16px;
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		color:#ff0000;
		line-height: 20px;
	}
	
	/* Change font color for "Show Retail's Price" feature */
	#pcMain .pcShowProductRetailPrice {
		font-size: 12px;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		color:#000;
		line-height: 14px;
		margin-top: 15px;
	}
	
	/* Style for Retail Price NH Edit 7/8/2009 */
	#pcMain .pcShowProductListPrice {
		font-size: 12px;
		text-decoration: none;
	}
	
	/* Change font color for "Show Savings" feature */
	#pcMain .pcShowProductSavings {
		font-size: 12px;
		color:#FF6600;
	}
	
	/* Style the short product description */
	#pcMain .pcShowProductSDesc {
		width: 285px;
		font-size: 12px;
		color:#000;
		margin: 0;
		padding-top: 0px;
		padding-right: 30px;
		padding-left: 0px;
	}
	
	/* Style the "Not for Sale" text */
	#pcMain .pcShowProductNFS {
		color:#0066FF;
		font-weight:bold;
		margin: 5px;
	}
	
	/* Style the paragraph that includes the "More Details" button */
	.pcShowProductLink {
		
		/* NH Edit 7/1/09 remove more info under product */
		display: none;
		
		padding-top: 3px;
	}
	
	/* Style the short product Name */
	#pcMain .pcProductName {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #000;
	}
	
	/* Style the paragraph that includes the "Sort by" drop-down */
	.pcSortProducts {
		text-align: right;
	}

	/* pcShowProductsH handles the table that shows product info
	   when products are displayed horizontally */
		 
		.pcShowProductsH {
			width: 125px;
			height: 225px;
			text-align: center;
			/*margin-left: auto;*/
			/*margin-right: auto;*/
		}
		
		.pcShowProductImageH {
			height: 125px;
			vertical-align: bottom;
			text-align: center;
			padding-bottom: 3px;
		}
		
		#pcMain .pcShowProductImageH img {
			/*border: 1px solid #E1E1E1;*/
			padding: 5px;
		}
		
		#pcMain .pcShowCategoryImage img {
			
			/*NH Remove This*/
			width: 150px;
			height: 175px;
			/*border: 1px solid #E1E1E1;*/
			padding: 8px;
		}
		
		.pcShowProductInfoH {
			height: 100px;
			margin-top: 5px;
			vertical-align: top;
		}
		
		.pcShowProductInfoH p {
			text-align: center;
		}
		
	/* pcShowProductsHCS handles the table that shows product info
	   when cross selling products are shown with images */
		
		.pcShowProductsHCS {
		 width: 125px;
		 height: 225px;
		 text-align: center;
		 margin-left: auto;
		 margin-right: auto;
		}
	
	/* pcShowProductsP handles the table that shows product info
	   when products are displayed vertically */
		 
		.pcShowProductsP {
			margin: 5px;
			padding: 5px;
			width: 100%;
		}
		
		.pcShowProductImageP {
			height: 125px;
			width: 125px;
			text-align: center;
		}
		
		#pcMain .pcShowProductImageP img {
			border: 1px solid #E5E5E5;
			padding: 5px;
		}
		
		.pcShowProductInfoP {
			text-align: left;
			width: 95%;
			padding-left: 10px;
		}
		
	/* pcShowProductsL handles the table that shows product info
	   when products are displayed in a list */
		 
		.pcShowProductsL {
			width: 100%;
			text-align: left;
		}
		
		.pcShowProductsLheader {
			text-align: left;
			background-color:#F7F7F7;
		}
		
		.pcShowProductsLCell {
			vertical-align: top;
			text-align: left;
		}
		
		.pcShowProductImageL {
			height: 25px;
			width: 25px;
			text-align: left;
			padding: 5px 5px 0 5px;
		}
		
	/* pcShowProductsM handles the table that shows product info
	   when products are displayed in a list with the quantity field */
		 
		.pcShowProductsMheader {
			text-align: left;
			background-color:#F7F7F7;
		}
		
		.pcShowProductsM {
			width: 100%;
			text-align: left;
			vertical-align: top;
		}
		
/*		.pcShowProductImageM {
			height: 25px;
			width: 25px;
			text-align: left;
			padding: 0 5px 0 5px;
		}
*/		.pcShowProductImageM {
			height: 150px;
			width: 112px;
			text-align: left;
			padding: 0;
		}
		
		
		
/*-----------------------------------------------------------------------------------------
	 ProductCart Build To Order
	----------------------------------------------------------------------------------------*/
		 
		/* Style the product configuration pages */
		.pcBTOmainTable {
			width: 90%;
			background-color: #FFFFFF;
			border: 0;
			border-collapse: collapse;
			text-align: center;
		}
		
		/* BTO Configuration DIV Containter */
		#pcBTOProductConfig {
			position: relative;
			margin: 20px 0 0 0;
			padding: 0;
		}

		/* Style BTO Row Header */
		.btoHeader {
			color:#D07317;
			font-size:18px;
			font-weight:bold;
			margin: 0;
			padding: 10px 0 15px 0;
		}
		
		.pcBTOfirstRow {
			background-color: #fff;
		}
		
		.pcBTOsecondRow {
			background-color: #fff;
			margin: 0;
			padding: 0 0 10px 0;
		}
		
		/* ----- Finish Type Image Swap Styles ----- */
		
		img.hideme { display: none; }
		img.showme { display: block; }
		
		#FinishStyleDiv {
			position: relative;
			width: 610px;
			height: 135px;
			margin: 0;
			padding: 0;
		}
		
		#FinishNatural {
			width: 610px;
			height: 135px;
			display: block;
			background: url('images/copper-sinks-template/finish1cafenatural.jpg') 0 0 no-repeat;
		}
		
		#FinishDarkSmoke {
			width: 610px;
			height: 135px;
			display: block;
			background: url('images/copper-sinks-template/finish1darksmoke.jpg') 0 0 no-repeat;
		}
		
		#FinishMatteCopper {
			width: 610px;
			height: 135px;
			display: block;
			background: url('images/copper-sinks-template/finishmatte1.jpg') 0 0 no-repeat;
		}
		#FinishMatteCopper2 {
			width: 610px;
			height: 135px;
			display: block;
			background: url('images/copper-sinks-template/finishmatte1.jpg') 0 0 no-repeat;
		}
		
		#FinishRioGrande {
			width: 610px;
			height: 135px;
			display: block;
			background: url('images/copper-sinks-template/finishriogrande1.jpg') 0 0 no-repeat;
		}
		
		/* Style the pop-up window used by ProductCart Build To Order to show additional
			 item information on the configuration pages */
		.pcBTOpopup {
			width: 98%;
			background-color: #FFFFFF;
			border: 0;
			border-collapse: collapse;
			margin: 5px;
			font-size: 10px;
		}
		
		.pcBTOpopup img {
			margin: 5px;
			vertical-align: bottom;
			text-align: center;
			padding-bottom: 3px;
		}
		
		/* Style the detailed product configuration when shown on the shopping cart page
			 order details page, etc. */
		.pcShowBTOconfiguration {
			text-align: left;
			background-color:#F7F7F7;
		}
		
		.pcShowBTOconfiguration p {
			size: 10px;
			color:#666666;
		}
		
/*-----------------------------------------------------------------------------------------
	 Browse by Category or Brand
	----------------------------------------------------------------------------------------*/
		 
		 table.pcShowContent {
			width: auto;
			margin: 0;
		 }

/*		 
		 table#pcShowContent {
			width: 700px;
			margin: 0 auto
		 }
		 
		 table.pcShowContent {
			width: 700px;
			margin: 0 auto
		 }
		 table.pcShowCategory {
			width: 150px;
			height: 175px;
			margin: 0 0 2px 0;
			padding: 0;
		 }
*/
		table.pcShowCategory {
			margin: 0 0 20px 0;
			border-collapse: collapse;
		 }
		table.pcShowCategory {			
			text-align: center;
			border-collapse: collapse;
		}
		.pcShowCategory {			
			text-align: center;
		}
		
		.pcShowCategory td {
			vertical-align: bottom;
		}
		
		.pcShowCategoryP {
			width: 100%;
			text-align: left;
		}
		
		.pcShowCategoryImage {
			border:1px solid #4F0000;
			/*height: 125px;*/
			vertical-align: bottom;
			text-align: center;
			padding-bottom: 0;
			border-collapse: collapse;
		}
		
		.pcShowCategoryImage img {
			border: 1px solid #E5E5E5;
			padding: 5px;
		}
		
		.pcShowCategoryInfo {
			margin: 0;
			padding: 0;
			border-bottom:1px solid black;
			border-left:1px solid black;
			border-right:1px solid black;			
			background-color: #ECECE1;
		}
			.pcShowCategoryInfo a {
				margin: 0;
				padding: 9px 0 9px 0;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:12px;
				line-height:18px;
				display: block;
			}
		
		.pcShowCategoryInfo p {
			text-align: center;
		}
		
		.pcShowCategoryInfoP {
			width: 100%;
			margin-top: 5px;
			text-align: left;
			vertical-align: top;
		}

/*-----------------------------------------------------------------------------------------
	 Product details page
	----------------------------------------------------------------------------------------*/
	
		/* Visually separate prices from the rest of the information */
		.pcShowPrices {
			margin-top: 0px;
			margin-bottom: 10px;
			font-weight: bold;
		}
		
		
/*-----------------------------------------------------------------------------------------
	 Page Navigation
	----------------------------------------------------------------------------------------*/
	
	/* pcPageNav handles the page navigation at the bottom of the page, when present. */
	table#catPageNav {
		margin-left: 15px;
	}
	table#catPageNav tr.heading {
		background: url('images/copper-sinks-template/head_catprod.gif') bottom left no-repeat;
		height: 30px;
			
	}
	
	#pcMain .pcPageNav {
		text-align: left;
		width: 100%;
		border: 0;
		border-collapse: collapse;
		margin: 10px 0 10px 15px;
		/*NH Edit 7/1/09*/
		/*display: none;*/
	}
	
	#pcMain .pcPageNav a {
		color: #4F0000;
		text-decoration: none;
	}
	
	#pcMain #pcPageNav {
		text-align: left;
		width: 100%;
		border: 0;
		border-collapse: collapse;
		margin: 10px 0 10px 15px;
		/*NH Edit 7/1/09*/
		/*display: none;*/
	}
	
	#pcMain #pcPageNav a {
		color: #4F0000;
		text-decoration: none;
	}
	
	#pcMain a {
		text-decoration: none;	
	}
	#pcMain a:hover {
		text-decoration: underline;	
	}
	
/*	#pcMain #pcPageNav a:active {
		color: #4F0000;
		text-decoration: none;
	}*/
	
	#pcMain #pcPageNav a:hover  {
		color: #CC6600;
		text-decoration: none;
	}
	
	#pcMain #pcPageNav2 {
		text-align: left;
		width: 100%;
		border: 0;
		border-collapse: collapse;
		margin: 2px 0 10px -3px;
		/*NH Edit 7/1/09*/
		/*display: none;*/
	}
	
	#pcMain #pcPageNav2 a {
		color: #4F0000;
		text-decoration: none;
	}
	
/*	#pcMain #pcPageNav a:active {
		color: #4F0000;
		text-decoration: none;
	}*/
	
	#pcMain #pcPageNav2 a:hover  {
		color: #CC6600;
		text-decoration: none;
	}
	
	/*------------------------------------------------------*/
	/*  Category Breadcrumb																	*/
	/*------------------------------------------------------*/
	
	#breadcrumb-CATEGORY {
		float: left;
		margin: 5px 0 0 0px;
		padding: 0;
		letter-spacing: 1px;
		line-height: 30px;
		color: #8E7D1C;
	}
	
	#breadcrumb-CATEGORY a {
		color: #4F0000;
		text-decoration: none;
		font-size: 24px;
		font-weight: bold;
		line-height: 30px;
	}
	
/*	#breadcrumb-CATEGORY a:active {
		color: #4F0000;
		text-decoration: none;
	}*/
	
	#breadcrumb-CATEGORY a:hover {
		color: #cc6600;
		text-decoration: none;
	}
	
	/*--------------END Category Breadcrumb-----------------*/
	
	/*------------------------------------------------------*/
	/*  Category Breadcrumb Divider													*/
	/*------------------------------------------------------*/
	
	#breadcrumb-DIVIDER {
		float: left;
		margin: 4px 8px 0 8px;
		padding: 0;
		font-family: Verdana, Geneva, sans-serif;
		color: #8E7D1C;
		font-size: 24px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 1px;
		line-height: 30px;
	}
	
	.spacer { float: left; height: 5px; padding: 0; }
	
	/*-----------END Category Breadcrumb Divider--------------*/
	
	/*------------------------------------------------------*/
	/*  Sub-Category Breadcrumb Divider											*/
	/*------------------------------------------------------*/
	
	#breadcrumb-SUBCATEGORY {
		padding-top: 13px;
		color: #000;
		font-weight: bold;
	}
	
	#breadcrumb-SUBCATEGORY a {
		color: #000000;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
		text-decoration: none;
	}
	
/*	#breadcrumb-SUBCATEGORY a:active {
		color: #000;
		text-decoration: none;
	}*/
	
	#breadcrumb-SUBCATEGORY a:hover {
		color: #000;
		text-decoration: none;
	}
	
	/*-------------END Sub-Category Breadcrumb----------------*/
	
	.pcPageName a:link, #pcCatNav a:visited {
		color: #111;
	}

/*-----------------------------------------------------------------------------------------
	 Custom Styles by Next Horizon - Checkout 
	----------------------------------------------------------------------------------------*/

#btnShopMore {
	position: relative;
	width: 660px;
	height: 32px;
	overflow: hidden;
	margin: 0 0 20px 30px;
	padding: 0;
}

#btnShopMore a {
	position: relative;
	width: 660px;
	height: 32px;
	display: block;
	background: url('images/copper-sinks-template/btnShopMore.gif') 0 0 no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

#btnShopMore a:hover {
	background: url('images/copper-sinks-template/btnShopMore.gif') 0 -32px no-repeat;
}

/*-----------------------------------------------------------------------------------------
	 Forms
	----------------------------------------------------------------------------------------*/

	/* Clear the margins for all forms used by ProductCart */
	#pcMain form {
		margin: 0 0 0 0;
		}
		
	.pcForms input {
		/* border: 1px solid #CCCCCC; NH Removed */
		/* background-color: #F7F7F7; NH Removed */
		font-size: 12px;
		color:#000000;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms input:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	.pcForms textarea {
		border: 1px solid #CCCCCC;
		background-color: #F7F7F7;
		font-size: 11px;
		color:#000000;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms textarea:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	/* Style drop-down menus */
	.pcForms select {
		font-size: 12px;
		color: #000000;
		/* background-color: #F5F5F5; NH Removed */
		/* border: 1px solid #CCCCCC; NH Removed */
	}
	
	/* Style submit image button */
	#submit {
		border: 0;
		background-color: transparent;
		padding: 0px;
	}
	/* Style submit image button */
	#pcMain .submit {
		border: 0;
		background-color: transparent;
		padding: 0px;
	}
	
	/* Style submit button (when an image is NOT used) */
	#pcMain .submit2 {
		border: 1px solid #CCCCCC;
		background-color: #FFFFCC;
		font-size: 11px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	/* Style the transparent fields used by ProductCart Build To Order and Apparel Add-on */
	#pcMain .transparentField {
		border: 0;
		background-color: transparent;
		padding: 0;
	}	
	
	/* Clear border on checkboxes to fix IE bug */
	#pcMain .clearBorder {
		border: 0;
		background-color: transparent;
	}	
	
/*-----------------------------------------------------------------------------------------
	 Search results page
	----------------------------------------------------------------------------------------*/

	/* Style list of categories in the category search results */
	.pcCatSearchResults ul {
		list-style-type: none;
		margin: 0 0 20px 15px;
		padding: 0;
	}

	.pcCatSearchResults ul li {
		margin: 2px 0 0 0;
	}
	
	table.AdvancedSearch td { padding: 5px; }


/*-----------------------------------------------------------------------------------------
	 Other styles
	----------------------------------------------------------------------------------------*/

	/* Remove the default border from images */	
	#pcMain img {
		border: 0; 
	}
		
	/* Style the page description at the top of the page, when available */
	
	/*NH Edit 6/30/09*/
	.pcPageDesc {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		height: auto;
		line-height:18px;
		margin-bottom: 5px;
		margin-left: 15px;
		width: 500px;
		float: left;
	}
	.pcPageDescFull {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		height: auto;
		line-height:18px;
		margin-bottom: 5px;
		margin-left: 15px;
		width: 100%;
		float: left;
	}
	
	/* Styles section titles on pages with different sections (e.g. search results) */
	.pcSectionTitle {
		background-color: #F7F7F7;
		text-align: left;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		color: #666666;
	}	
		
	/* Example of usage: preview search results text on advanced search page */
	.pcTextMessage {
		color: #0066FF;
		font-weight: bold;
		}
		
	/* Styles alert and friendly error messages shown to the customer in the storefront */
	.pcErrorMessage {
		width: 90%;
		background-color: #F7F7F7;
		border: 1px solid #0099FF;
		margin: 15px 15px 15px 25px;
		padding: 4px;
		color: #0066FF;
		font-size:12px;
		font-weight: bold;
		text-align: center;
	}	
	
	/* Styles small text shown in various pages (e.g. "(mm/yy)" on the credit card page */
	.pcSmallText {
		font-size: 10px;
		color:#999999;
		}
		
	/* Sets the height of an empty table row */
	.pcSpacer {
		height: 10px;
	}
	
	.pcSpacer2 {
		width: 700px;
		height: 36px;
		background: url('images/copper-sinks-template/line.gif') 0 0 no-repeat;
	}
		
	/* Horizontal line */
	#pcMain hr {
	color: #e5e5e5;
	background: #e5e5e5;
	border: 0;
	height: 1px;
	}
	
	/* Add spacing to list items */
	#pcMain li {
	padding-bottom: 3px;
	}

/*-----------------------------------------------------------------------------------------
 ProductCart Product ViewPrd.asp Images
----------------------------------------------------------------------------------------*/	

	#pcMain .pcShowMainImage {
		/*width: 450px;*/
		/*height: 409px;*/		
		text-align: center;
		vertical-align: bottom;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	#pcMain .pcShowMainImage img {
		padding: 5px;
		/*border: 1px solid #cccccc;*/
	}
	
	#pcMain .pcShowAdditional {
		width: 300px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;			
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
	}
	
	#pcMain .pcShowAdditionalImage {
		vertical-align: top;
		text-align: center;
		padding: 0 0 0 0;
	}
	
	#pcMain .pcShowAdditional img {
		width: 50px;
		height: 50px;
		border: 1px solid #cccccc;
		margin-bottom: 6px;
	}
	
/*-----------------------------------------------------------------------------------------
	 ProductCart v2.7x styles
	----------------------------------------------------------------------------------------*/
	
	/* Printer-friendly version of order details page */
	table.invoice {
		border-collapse:collapse;
		border: 1px solid #333333;
	}
	table.invoiceBto {
		border-collapse:collapse;
		border: 1px solid #999999;
	}
	td.invoice {
		border: 1px solid #666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:top;
		text-align:left;
	}
	td.invoiceNob {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:top;
		text-align:left;
	}

/* END */