/*
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.

. = classes and # = ids

*/

/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire storefront, unless otherwise defined below
	----------------------------------------------------------------------------------------*/

	/* content is the container for all 3 columns in the centre area of the page        */
	#content
{
	width: 100%;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

	/* homepagecontent is the container for all 3 columns in the home page        */
	#homepagecontent
{
	padding: 0;
	font-size: 0.7em;
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	/* pcMain is the container for all information displayed by ProductCart on the page excl. header/footer
	   This is where you can change the font used storewide, for example.  */
	#pcMain {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
	}
		
	/* The following two statements assign a style to links storewide. They are sometimes
	   overwritten by other styles that target specific links. */

a:link
{
	text-decoration: none;
	color: #1349A7;
}	

 a:visited
 {
	color: #1349A7;
	text-decoration: none;
 }

a:hover, a:active
{
	background-color: #D9E1EE;
	color: #FF6600;
}


a:hover img, a:active img
{
	}
	
ul
{
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

ul li
{
	line-height: 1.1em;
	margin: 0;
	padding-bottom: 0.5em;
}



ul li a:hover, ul li a:active
{

	margin: 0px;
}
	
    #header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: auto;
}

    #header ul li {
	line-height: 0.9em;
	margin: 0;
}

	#headersearch {
	}
	
	#searchimage {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	}
	
	#searchform {
	float: left;
	margin-top: -31px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 50px;
	}
	
	#searchbutt {
	float: left;
	width: 50px;
	height: 50px;
	margin-top: -35px;
	margin-left: 10px;
	}

	
	#pcheader {
	margin: 0px;
	padding: 0px;
	}
	
	#headerCustomerLogin {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin: 0px;
	}
	
	.carticon {
	top: -8px;
	border: 1px solid #0B2B42;
	overflow: visible;
	position: relative;
	}
		
	#headerShowCart {
	background-color: #D7E4EC;
	border: 1px solid #0B2B42;
	font-size: 0.85em;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 6px;
	}		

	#footer
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #999999;
	line-height: 0.8em;
	text-align: center;
}

	#printfooter
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}

	.footer-bluerow
{
	background-color: #EAEFF7;
	text-align: left;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #3399FF;
}	

#homepagebanner a img {
	text-align: center;
	border: 1px solid #69F;
	margin-top: -5px;
}

	/*
Left, centre & right areas
----------------------------------------------------*/

	/* Left & right columns in header.asp & footer.asp */
	
	#leftcol
{
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: top;
	background-color: #D7E4EC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 2px;
}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#leftcol h3 {
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 0.5em;
	color: #333333;
	padding-top: 0.5em;
		}

		.pcLeftCatLinks {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 4;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 12px;
	background-color: #F8F9FC;
	line-height: 1.3em;
		}
		
		#pcLeftPriceLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
	
		#pcLeftStorelinks ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
		}
	
		#pcLeftStorelinks li {
		}
		
		#onsale {
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: blink;
		}


#midcol
{
	vertical-align: top;
}

	/* Define the right column */


#rightcol
{
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}	

	#rightcol h3 {
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 0.5em;
	color: #333333;
	padding-top: 0.5em;
		}
		
		#pcShowCart {
	background-color: #FBFFCF;
	color: #666666;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
		}
	
		#pcCustomerLogin {
	background-color: #FBFFCF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
	color: #0066FF;
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
		}
		

	/* Style the boxed text in the right column */
	.pcPageRight {
	margin-bottom: 10px;
	background-color: #D7E4EC;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 1px;
	}
	
	#twitter_div a {
	display: none;
	}
	
	.graphicbg {
	background-image: url(images/summer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #174A69;
	border-right-color: #174A69;
	border-bottom-color: #174A69;
	border-left-color: #174A69;
	padding: 0px;
	}
	
	
	/* Style the boxed text in the right column of home page */
	.HomePageRight {
	margin-bottom: 10px;
	background-color: #F8F9FA;
	font-size: 0.9em;
	border: 0px solid #CCCCCC;
	padding: 5px;
	margin-top: 1px;
	}


/* Footer a link styles
----------------------------------------------------*/


#footer a
{
	text-decoration: none;
	color: #1349A7;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#footer a:hover, #content a:active
{
	background-color: #D9E0E6;
}

#footer .horiznav ul li
{
	float: left;
	font-size: 0.9em;
}


/*
@Horizontal Menu styles in header 
-------------------------------------------------------*/


#headermenu
{
	font-size: 0.7em;
	background-color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

#headermenu ul li a
{
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#headermenu ul li a:hover, #headermenu2 ul li a:active
{
	background-color: #D9E0E6;
}

.horiznav
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.horiznav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.horiznav ul li
{
	float: left;
	line-height: normal;
	margin: 0;
}

.horiznav ul li a
{
	float: left;
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	background-image: url(/images/header-images/menubar.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.horiznav ul li a:hover, #horiznav ul li a:active
{
	background-image: url(/images/header-images/menubar.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
}

/*
Set different row heights & hover colours for menu1, not used
*/
#headermenu1 ul li a
{
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#headermenu1 ul li a:hover, #headermenu1 ul li a:active
{
	background-color: #edf1f7;
}

#headermenu1
{
	font-size: 0.6em;
	background-color: #D9E1EE;
	text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------------
	 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;
		}
		
		/* pcShowProductsCat is the table that sets the printed catalogue page layout  RB */
		.pcShowProductsCat {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
		}
		
		.pcShowProducts td {
			padding: 0px;
			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: 100%;
			border: 0;
			border-collapse: collapse;
			margin-top: 5px;
			padding: 5px;
		}
		
		.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  RB */
	.pcMainTable h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #000000;
	letter-spacing: 0.15em;
	background-image: url(images/Titlebg-lt.jpg);
	font-family: "Comic Sans MS", cursive;
	}
	
	/* Style the table title (e.g. table showing quantity discounts) */
	.pcMainTable h2 {
		background-color: #F5F5F5;
	font-size: 1.3em;
		margin: 0 0 5px 0;
		padding: 5px;
	}
	
	.pcMainTable h3 {
	font-size: 1.2em;
		margin-top: 10px;
		margin: 5px 0 5px 0;
		padding: 5px;
	}
	
	/* Style the table headings */
	.pcMainTable th {
	background-color: #D7DDF5;
	font-size: 1.1em;
		font-weight: bold;
		padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4664AA;
	}
	
	/* Remove the default margin from paragraphs */	
	.pcMainTable p {
		margin: 0 0 0 5px;
	}
	
/* Style within SHOW PRODUCTS table */

	/* Add background color on mouse over when browsing */
	.pcShowProductBgHover {
		background-color: #F7F7F7;
	}
		/* Remove it on mouse out */
		.pcShowProductBg {
			background: none;
		}

	/* Style the product name */
	.pcShowProductName {
	font-size: 1.2em;
		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;
	}

	/* Increase size of online price on Product Details page */
	#pcMain .pcShowProductMainPrice {
		font-size: 15px;
	}
	
	/* 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 the "Not for Sale" text */
	#pcMain .pcShowProductNFS {
		color:#0066FF;
		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: 125px;
			height: 225px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		
	/* pcShowProductsHcat handles the table that shows product info
	   when products are displayed in printed catalogue     RB     */
	   
		.pcShowProductsHcat {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #999;
	height: 270px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
		}
		
		.pcShowProductImageH {
			height: 125px;
			vertical-align: bottom;
			text-align: center;
			padding-bottom: 3px;
	background-image: url(images/oval-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
		}
		
		#pcMain .pcShowProductImageH img {
			border: 1px solid #E1E1E1;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
		}
		
		#pcMain .pcShowCategoryImage img {
			border: 1px solid #E1E1E1;
			padding: 5px;
		}
		
		#pcMain .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: 1px;
			padding: 1px;
			width: 100%;
		}
		
		.pcShowProductImageP {
			height: 125px;
			width: 125px;
			text-align: center;
		}
		
		#pcMain .pcShowProductImageP img {
			border: 1px solid #E5E5E5;
			padding: 2px;
		}
		
		.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: px;
			width: 25px;
			text-align: left;
			padding: 5px 5px 0 5px;
		}
		
		/* Add background color on mouse over */
		.pcShowProductsLhover {
			background-color: #F0F7FE;
			width: 100%;
			text-align: left;
		}
		
	/* 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;
		}
		
		/* Add background color on mouse over */
		.pcShowProductsMhover {
			background-color: #F0F7FE;
			width: 100%;
			text-align: left;
			vertical-align: top;
		}
		
		
		
/*-----------------------------------------------------------------------------------------
	 ProductCart Build To Order
	----------------------------------------------------------------------------------------*/
		 
		/* Style the product configuration pages */
		.pcBTOmainTable {
			width: 100%;
			background-color: #FFFFFF;
			border: 0;
			border-collapse: collapse;
		}
		
		.pcBTOfirstRow {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(images/Titlebg-lt.jpg);
	font-size: 1.1em;
		}
		
		.pcBTOsecondRow {
			background-color: #E1E1E1;
		}
		
		/* 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 {
			font-size: 10px;
			color:#666666;
		}
		
/*-----------------------------------------------------------------------------------------
	 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;
		}
		
		/* Add background color on mouse over when browsing */
		.pcShowCategoryBgHover {
			background-color: #F7F7F7;
		}
			/* Remove it on mouse out */
			.pcShowCategoryBg {
				background: none;
			}

/*-----------------------------------------------------------------------------------------
	 Product details page
	----------------------------------------------------------------------------------------*/
	
		/* Visually separate prices from the rest of the information */
		.pcShowPrices {
			margin-top: 10px;
			margin-bottom: 10px;
			font-weight: bold;
		}
		
		
/*-----------------------------------------------------------------------------------------
	 Page Navigation
	----------------------------------------------------------------------------------------*/
	
	/* 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: 10px 0 10px 5px;
	}
	
	.pcPageNav a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	.pcPageName a:link, #pcCatNav a:visited {
		color: #999999;
	}

/*-----------------------------------------------------------------------------------------
	 Forms
	----------------------------------------------------------------------------------------*/

	/* Clear the margins for all forms used by ProductCart */
	#pcMain form {
		margin: 0;
		}
		
	.pcForms input {
		border: 1px solid #CCCCCC;
		background-color: #F7F7F7;
		font-size: 11px;
		color:#666666;
		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:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms textarea:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	/* Style drop-down menus */
	.pcForms select {
		font-size: 10px;
		color: #333333;
		background-color: #F5F5F5;
		border: 1px solid #CCCCCC;
	}
	
	/* Style fieldsets */	
	.pcForms fieldset {
		border: 1px solid #CCCCCC;
		padding: 10px;
	}
	
	/* 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;
	}


/*-----------------------------------------------------------------------------------------
	 Other styles
	----------------------------------------------------------------------------------------*/

	/* Remove the default border from images */	
	#pcMain img {
		border: 0; 
	}

	/* Style the page description at the top of the page, when available */
	.pcPageDesc {
	background-color: #D7E4EC;
	font-size: 0.9em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 1.2em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #174A69;
	border-right-color: #174A69;
	border-bottom-color: #174A69;
	border-left-color: #174A69;
	}
	
	/* Style the page description at the top of the page, with no top border, for graphics on home page */
	.pcPageDescHome {
	background-color: #D7E4EC;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 1.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #174A69;
	border-right-color: #174A69;
	border-bottom-color: #174A69;
	border-left-color: #174A69;
	}
	
	.pcPageDesc img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 0px;

	}
	
	/* Styles section titles on pages with different sections (e.g. search results) */
	.pcSectionTitle {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #174A69;
	letter-spacing: 0.15em;
	background-image: url(images/titlebg-lt.jpg);
	font-family: "Comic Sans MS", cursive;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #174A69;
	border-right-color: #174A69;
	border-bottom-color: #174A69;
	border-left-color: #174A69;
	}	
	
	.pcSectionPadding {
	padding: 10px;
	}
		
	/* Example of usage: preview search results text on advanced search page */
	.pcTextMessage {
		color: #0066FF;
		font-weight: bold;
		}
		
	/* Example of usage: how to add products to your Gift Registry */
	.pcInfoMessage {
		width: auto;
		min-width: 50%;
		background-color: #E9EEFE;
		border: 1px solid  #CCC;
		background-image:url(images/pcv4_st_icon_info.png);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		margin: 10px 0 15px 10px;
		padding: 8px 10px 8px 30px;
		color: #000000;
		font-size: 12px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	/* Example of usage: successfully completed checkout step */
	.pcSuccessMessage {
		width: auto;
		min-width: 50%;
		background-color: #F0F7FE;
		border: 1px solid  #CCC;
		background-image:url(images/pcv4_st_icon_success_small.png);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		margin: 10px 0 15px 10px;
		padding: 8px 10px 8px 30px;
		color: #000000;
		font-size: 12px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	/* Styles alert and friendly error messages shown to the customer in the storefront */
	.pcErrorMessage {
		width: auto;
		min-width: 50%;
		background-color: #FFC;
		border: 1px solid #F90;
		background-image:url(images/pcv4_st_icon_error_small.png);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		margin: 10px 0 15px 10px;
		padding: 8px 10px 8px 30px;
		color: #000000;
		font-size: 12px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

	}	
	
	/* Example of usage: promotion details on shopping cart page (viewcart.asp) */
	.pcPromoMessage {
		width: 80%;
		background-color: #E9EEFE;
		border: 1px solid  #CCC;
		background-image:url(images/pc4_promo_icon.png);
		background-repeat: no-repeat;
		background-position: 4px 4px;
		margin: 10px 0 15px 10px;
		padding: 8px 10px 8px 30px;
		color: #000000;
		font-size: 12px;
		text-align: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	/* Styles small text shown in various pages (e.g. "(mm/yy)" on the credit card page */
	.pcSmallText {
	font-size: 0.9em;
	color:#999999;
		}
		
	/* Styles small text shown in various pages (e.g. "(mm/yy)" on the credit card page */
	.pcLargerText {
		font-size: 14px;
		font-weight: bold;
		}
		
	/* 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: 5px;
	}

/*-----------------------------------------------------------------------------------------
 ProductCart Product ViewPrd.asp Images
----------------------------------------------------------------------------------------*/	

	#pcMain .pcShowMainImage {
		width: auto;
		height: auto;		
		text-align: center;
		vertical-align: bottom;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 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: 0 0 0 0;
	}
	
	#pcMain .pcShowAdditional img {
		width: 50px;
		height: 50px;
		border: 1px solid #cccccc;
		margin-bottom: 6px;
	}
	
/*-----------------------------------------------------------------------------------------
	 ProductCart v2.7x styles - these are not used - see pcControlpanel.css
	----------------------------------------------------------------------------------------*/
	
	/* Printer-friendly version of order details page */
	table.invoice {
		border-collapse:collapse;
		border: 1px solid #333333;
	}
	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;
	}

/*-----------------------------------------------------------------------
/* Size Chart pop-up
/*-----------------------------------------------------------------------*/

	.sizechart table  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	border: 1px solid #0066CC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
	.sizechart td, th {
	background-color: #FBFFCF;
	border: 1px solid #0066CC;
	margin: 0px;
	padding: 6px;
	text-align: center;
	}
	
	.sizechart p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align: center;
	}
		
/*-----------------------------------------------------------------------
/* Information & terms screens
/*-----------------------------------------------------------------------*/


.information {
	font-size: 1.1em;
	padding-left: 6em;
	padding-top: 1em;
}

.information p {
	padding-top: 0.3em;
	padding-right: 2em;
	padding-left: 1em;
	padding-bottom: 0.3em;
}

.information a {
	padding-left: 3em;
}

.information h4 {
	margin-bottom: -0.05em;
	margin-top: -0.05em;
}

.smallinformation {
	font-size: 0.8em;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	color: #666666;
	border: 1px dotted #E1E1E1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 016px;
}
	
/*-----------------------------------------------------------------------------------------
 'Stay on Page' when Adding to the Cart - Confirmation message window
----------------------------------------------------------------------------------------*/	
	#overlayX {
		 visibility: hidden;
		 position: absolute;
		 left: 0px;
		 top: 0px;
		 width:100%;
		 height:100%;
		 text-align:center;
		 z-index: 1000;
	}

	.UpdateCartDivX {
		 width:300px;
		 margin: 100px auto;
		 background-color: #fff;
		 border:1px solid #000;
		 padding:15px;
		 text-align:center;
	}
	
	#overlay table {text-align: center;
	 margin: 0 auto;/*this helps center the table within the div#overlay*/
	 }
	
	#overlay {
	 visibility: hidden;
	 position: absolute;
	 background: url('images/shadowAlpha.png') no-repeat right bottom !important; /*for browsers that supports transparent .png files*/
	 background: url('images/shadow.gif') no-repeat right bottom; /*for older browsers that does NOT support transparent .png files*/
	 margin: 10px auto 10px auto !important;/*'auto' is used to center the div for Firefox*/
	 margin: 10px auto 10px auto; 
	 left: 400px;/*positioned from the left of parent div*/
	 top: 300px;/*postion from the top of parent div*/
	 width: 390px;/*adjust the width of the window*/
	 z-index: 1000;
	 text-align:center;
	}
	
	.UpdateCartDiv {
	
	 background: #F0F7FE;
	 position:relative; 
	 bottom:6px;/*offsets the div to show the shadow background*/
	 right: 6px;/*offsets the div to show the shadow background*/
	 border: 1px solid #999999;
	 padding:4px;/*adds padding all around so that it does not butt up against the div#overlay image*/
	 text-align:center;
	}
	
	

/*-----------------------------------------------------------------------------------------
 ' Styles for Mojozoom - see http://www.nihilogic.dk/labs/mojozoom/
----------------------------------------------------------------------------------------*/	

div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px;

	border : 1px solid black;

	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;

	background-color : white;

	opacity : 0.2;
	-moz-opacity : 0.2;
	-khtml-opacity : 0.2;
	filter:alpha(opacity=20);
}


img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 20px;
	border : 1px solid black;
}




/* END */
