/*-----------------------------------------------------------------------------------------
	 Storefront Tables - Styles within the table are defined later 
	----------------------------------------------------------------------------------------*/

#pcMain {
	padding: 5px;
	}
	
/* 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. */
.pcShowProducts {
	text-align: center;
	margin-left: 0px;
	margin-right: auto;
	width: 300px !important;
	margin-top: 10px;
	padding: 5px;
	}
		
.pcShowProducts td {
	line-height:12.75px;
	padding: 3px;
	border:none;
	}

.pcShowProducts table {
	border:none;
}

/* pcShowContent is the table that organizes the display of information other than products. */
.pcShowContent {
	text-align: left;
	margin-left: 0;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin-top: 5px;
	padding: 5px;
	}
		
.pcShowContent td {
	padding: 3px;
	vertical-align: top;
	border:none;
	}
		
/* 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 #c6b081;
	border-collapse: collapse;
	}

/* pcPageNav handles the page navigation at the bottom of the page, when present. */
.pcPageNav {
	text-align: left;
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
	}

/* Styles within MAIN TABLE */

/* Style the page title */
.pcMainTable h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	}
	
/* Style the table title (e.g. table showing quantity discounts) */
.pcMainTable h2 {
	background-color: #f5f5f5;
	font-size: 1.3em;
	margin: 0px;
	padding: 5px 0px;
	}
	
.pcMainTable h3 {
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px;
	}
	
/* Style the table headings */
.pcMainTable th {
	background-color: #FFFFCC;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #c6b081;
	}
	
/* Style within SHOW PRODUCTS table */

/* Style the product name */
.pcShowProductName {
	font-size: 12px;
	color: #CC6600;
	}
	
/* Style the product sku */
#pcMain .pcShowProductSku {
	color: #666666;
	}
	
/* Style the product weight */
#pcMain .pcShowProductWeight {
	color: #666666;
	}
	
/* Style the product brand */
#pcMain .pcShowProductBrand {
	color: #666666;
	}
	
/* Style the product stock */
#pcMain .pcShowProductStock {
	color: #666666;
	}
	
/* Style the Product BTO Default Config */
#pcMain .pcShowProductBTOConfig {
	color:#666666;
	}
	
/* Style the Product Custom Search */
#pcMain .pcShowProductCustSearch {
	color:#666666;
	}
	
#pcMain .pcShowProductCustSearch a {
	text-decoration: none;
	}
	
/* Style the Product Free Shipping Text */
#pcMain .pcShowProductShipping {
	color:#666666;
	}
	
/* Change font color for "Show Product's Price" feature */
#pcMain .pcShowProductPrice {
	color:#000000;
	font-size: 17px;
	}
	
/* Strikethrough for List Price */
#pcMain .pcShowProductListPrice {
	text-decoration:line-through;
	}
	
/* Change font color for "Show Savings" feature */
#pcMain .pcShowProductSavings {
	color:#FF6600;
	}
	
/* Style the short product description */
#pcMain .pcShowProductSDesc {
	color:#666666;
	padding-right: 30px;
	}
/* Style th
	e "Not for Sale" text */
#pcMain .pcShowProductNFS {
	color:#4b2d0d;
	font-weight:bold;
	margin: 5px;
	}
	
/* Style the paragraph that includes the "More Details" button */
.pcShowProductLink {
	padding-top: 3px;
	}
	
/* 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: 100px;
	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 #c6b081;
	padding: 5px;
	}
		
.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: 100px;
	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: 100px;
	text-align: center;
	}
		
#pcMain .pcShowProductImageP img {
	border: 1px solid #c6b081;
	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;
	}

/*-----------------------------------------------------------------------------------------
	 Browse by Category or Brand
	----------------------------------------------------------------------------------------*/
		 
.pcShowCategory {			
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
		
.pcShowCategory td {
	vertical-align: bottom;
	}
		
.pcShowCategoryP {
	width: 100%;
	text-align: left;
	}
		
.pcShowCategoryImage {
	height: 125px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 3px;
	}
		
.pcShowCategoryImage img {
	border: 1px solid #E5E5E5;
	padding: 5px;
	}
		
.pcShowCategoryInfo {
	margin-top: 5px;
	vertical-align: top;
	}
		
.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: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	}

/*-----------------------------------------------------------------------------------------
	 Forms
	----------------------------------------------------------------------------------------*/

/* Clear the margins for all forms used by ProductCart */
#pcMain form {
	margin: 0;
	}
		
.pcForms input {
	border: 1px solid #464646;
	background-color: #ffffff;
	font-size: 11px;
	color: #464646;
	padding: 2px 3px 2px 3px;
	}
	
.pcForms input:focus {
	border: 1px solid #464646;
	background-color: #FFFFCC;
	}
	
.pcForms textarea {
	border: 1px solid #464646;
	background-color: #ffffff;
	font-size: 11px;
	color: #464646;
	padding: 2px 3px 2px 3px;
	}
	
.pcForms textarea:focus {
	border: 1px solid #464646;
	background-color: #FFFFCC;
	}
	
/* Style drop-down menus */
.pcForms select {
	font-size: 10px;
	color: #464646;
	background-color: #ffffff;
	border: 1px solid #464646;
	}
	
/* Style submit image button */
#submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	}

.submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	}
	
/* Style submit button (when an image is NOT used) */
.submit2 {
	border: 1px solid #464646;
	background-color: #ffffff;
	font-size: 11px;
	color: #464646;
	padding: 2px 3px 2px 3px;
	}
	
/* Clear border on checkboxes to fix IE bug */
.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: 0px 0px 20px 15px;
	padding: 0px;
	}

.pcCatSearchResults ul li {
		margin: 2px 0px 0px 0px;
	}


/*-----------------------------------------------------------------------------------------
	 Other styles
	----------------------------------------------------------------------------------------*/

/* Remove the default border from images */	
	#pcMain img {
	border: 0px; 
	}

/* Style the page description at the top of the page, when available */
.pcPageDesc {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFCC;
	}
	
/* 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: #4b2d0d;
	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 #4b2d0d;
	margin: 15px auto;
	padding: 4px;
	color: #4b2d0d;
	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;
	}
	
p.pcSmallText {
	margin: 0px;
	}
		
/* Sets the height of an empty table row */
.pcSpacer {
	height: 10px;
	}
		
/* 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: auto;
	height: auto;		
	text-align: center;
	vertical-align: bottom;
	margin: 0px 5px 5px 5px;
	}
	
#pcMain .pcShowMainImage img {
	padding: 5px;
	border: 1px solid #cccccc;
	}
	
#pcMain .pcShowAdditional {
	width: 240px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;			
	}
	
#pcMain .pcShowAdditionalImage {
	vertical-align: top;
	text-align: center;
	padding: 0px;
	}
	
#pcMain .pcShowAdditional img {
	width: 50px;						
	border: 1px solid #cccccc;
	}

#pcLeftCatLinks 
{
    text-align:left;
	margin-top: 5px;
	}
#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited
{
    color:#000000;
	}
#pcLeftCatLinks a:hover
{
    color:#FD9900;
	}
#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;
	}

/* 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 of order details */
.pcShowProductSDesc
{
	max-width:645px !important;
	width:645px !important;
}
.pcShowProductSDesc table
{
	border:none;
}

.pcShowProductSDesc td
{
	border:none;
}