/*
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:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		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. */
	#pcMain a:link,
	#pcMain a:visited {
		color: #006666;
		text-decoration:underline;
	}
	
	#pcMain a:hover {
		color: #0066ff;
		color: #ff6600;
		text-decoration: none;
	}
	#pcFooter a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
	#pcFooter a:hover{
	color:#C8DAE8;
	text-decoration:none;
	}

/*-----------------------------------------------------------------------------------------
	 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: 98%;
			margin-left:0px;
			width: 585px;
			border: 0;
			padding:0;
			border-collapse: collapse;
			/*	border-spacing: 2px;
			*/
			text-align:left;
		}

	/* 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 #B3C9DF;
			margin-top: 10px;
			padding: 5px;
		}
		
		.pcShowProducts td {
			padding: 3px;
		}
		
		.pcTotaleTr td {
			padding-top: 6px;	
		}
		
		.pcTotaleTd {
			border-top: 2px solid #000000;
		}
		
	/* 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;
			width: 100%;
			border: 0;
			margin:0;
			padding:0;
			border-collapse: collapse;

		}
		
		.pcShowContent td {
			vertical-align: top;
			text-align:left;
			line-height:13px;
			
		}
		.pcShowContent table.pcShowCart {
			border: 2px solid #CBE5E6 !important;
		}
		
		.pcShowContentCustViewPast {
			text-align: left;
			width: 100%;
			border: 0;
			margin:0;
			padding:0;
			border-collapse: collapse;

		}
		
		.pcShowContentCustViewPast td {
			vertical-align: top;
			text-align:left;
			line-height:13px;
		}
		
				
		.pcShowContentCustViewPast th {
			vertical-align: top;
			text-align:left;
			line-height:13px;
			font-size:12px !important;
		}
		
	/* 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;
			border:2px solid #CBE5E6;
		}

		.pcShowCart td,
		.pcShowCartVerify td {
			padding: 3px 1px 3px 1px;
			vertical-align: top;
			background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x;
		}
		
		
		.pcShowCartVerify table td {
			background: none;
		}
		
		.pcShowCart .pcShowBTOconfigurationTr td {
			background: #E2F7F7 !important;
		}
		.pcShowCart .pcShowBTOconfigurationTr td div,
		.pcShowQuotesTable .pcShowBTOconfiguration {
			border-top: 1px dashed #CBE5E6;
			padding: 6px 0 6px 0;
		}
		
		.pcShowQuotesTable .pcShowBTOconfiguration td {
			padding: 6px 0 6px 0;
		}
		
		.pcShowCart .pcShowBTOconfigurationTr td div table {
			border: none;
		}
		
		.pcShowQuotesTable .pcShowBTOconfiguration td,
		.pcShowCart .pcShowBTOconfiguration p {
			font-size: 13px !important;
			color: #006666 !important;
		}
		
		
		.strMailUpConsole td {
			/*border-bottom: 1px solid #CBE5E6;*/
			cursor: pointer;
		}
		
		.pcShowCartHr {
			background: #F4FFFF !important;
			height:1px;
			
			padding: 0 !important;
		}
		
		.pcShowCartHr hr {
			border: none;
			border-bottom: 1px solid #CBE5E6;
			height: 0px;
			background: #CBE5E6 !important;
			margin: 0 !important;
			line-height: 1px;
		}
		
		.pcShowCart table {
			border: 1px dashed #cccccc;
			
			border: 1px solid #eeeeee;
			border-bottom: 1px solid #bbbbbb;
			border-right: 1px solid #bbbbbb;
			background: #ffffff;
			margin-bottom: 6px;
			margin-top: 0;
		}
		
		.pcShowCart td table td {
			background: #ffffff;
		}
		.pcShowCart td.pcSpacer {
			height: 1px;
		}

		.pcShowCart td input {
			margin-left: 4px;
			vertical-align: top;
		}

		.pcShowCart th,
		.pcShowQuotesTable th {
			padding: 1px;
			vertical-align: top;
			background: #CBE5E6 !important;
			color: #006666;
		}
		
		.pcShowCartTotale td {
			background: #CBE5E6;
			color: #006666;
			padding: 5px;
			border-top: 2px solid #B1D7D7;
			
		}	
		
		.pcShowQuotesTable {}		
		
		.pcShowQuotesTable td {
			padding: 3px 1px 3px 1px;
			vertical-align: top;
			background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x;
		}
		
		.pcShowQuotesTable .pcShowBTOconfiguration td,
		.pcShowQuotesTable .pcShowBTOconfigurationTr td {
			background: #E2F7F7 !important;
		}
		
		.pcSearchForm {
			background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x !important;
			border: 2px solid #CBE5E6 !important; 
		}
		.pcSearchForm td {
			padding: 4px 0 4px 0 !important;
		}
		
		.pcSearchForm #totalresults {
			padding: 6px 0 6px 0 !important;
			display: block;
			border-bottom: 1px dashed #CBE5E6;
		}
		
		.pcSearchForm td p {
			font-weight: bold;
			color: #006666;
		}
		
		.pcDataTable {
			background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x;
			border: 2px solid #CBE5E6 !important;
			width: 99%;
			border-spacing: 1px;
			border-collapse: collapse;
		}
		.pcDataTable td {
			padding: 6px;
			border-bottom: 1px solid #CBE5E6 !important;
			color: #555555;
		}
		
		.pcDataTable th {
			padding: 6px;
			background: #CBE5E6 !important;
			text-align: left;
			color: #006666;
			border-bottom: 1px solid #E2F7F7 !important;
		}
		
	/* 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;
		}

	/* pcPageNav handles the page navigation at the bottom of the page, when present. */
		.pcPageNav {
			text-align: left;
			width: 576px;
			border: 0;
			border-collapse: collapse;
			margin: 5px 0 0 0 !important;
			border:1px solid #cccccc;
			height: 24px;
			line-height: 24px;
			padding: 0 0 0 5px;
		}
		.pcBreadcrumb {
			padding: 0 5px 0 0;
			font-size: 0px;
			margin: 5px 0 5px 0 !important;
		}
		
		.pcBreadcrumb a,
		.pcBreadcrumb a:link,
		.pcBreadcrumb a:active,
		.pcBreadcrumb a:visited {
			display: inline-block;
			border-right: 1px solid #cccccc;
			padding: 0 7px 0 13px;
			text-decoration: none !important;
			font-size: 13px;
			background: url(images/shop/breadcrumb-left.gif) no-repeat 0px 0px;
			border: none;
		}
		.pcBreadcrumb a:hover  {
			background-position: 0px -24px;
		}
		
		a.pcBreadcrumbHome {
			background-image: url(images/shop/breadcrumb-home.gif) !important;
			padding: 0 7px 0 24px !important;
		}

/* Styles within MAIN TABLE */

	/* Style the page title */
	.pcMainTable h1 {
			height:26px;
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #80A5CA;
			color:#4B719E;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			text-indent:10px;
			margin:0;
			padding:0;
	}
	/* Stile per la sruttura della homepage (colonna sinistra)*/
	.BoxHome {
			height:26px;
			width:203px;
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #80A5CA;
			color:#4B719E;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			margin:0;
			padding:0;
			float:left;
			text-align:left;
	}
	.BoxHomeText{
			width:203px;
			height:150px;
			border-left:1px solid #80A5CA;
			border-right:1px solid #80A5CA;
			border-bottom:1px solid #80A5CA;
			font-size:12px;
			margin:0;
			padding:0px;
			text-align:center;
			float:left;

	}
	.BoxHomeContentText{
			width:194px;
			font-size:12px;
			margin:0;
			padding:5px;
			text-align:left;
			float:left;
			color:#666666;

	}
	/* Stile per la sruttura della homepage (colonna destra)*/


	.BoxHomeRight {
			height:26px;
			width:204px;
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #80A5CA;
			color:#4B719E;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			margin:0;
			padding:0;
			float:right;
			text-align:left;
	}
	.BoxHomeTextRight{
			width:204px;
			height:150px;
			border-left:1px solid #80A5CA;
			border-right:1px solid #80A5CA;
			border-bottom:1px solid #80A5CA;
			font-size:12px;
			margin:0;
			padding:0px;
			text-align:center;
			float:right;
	}

	.BoxHomeContentTextRight{
			width:194px;
			font-size:12px;
			margin:0;
			padding:5px;
			text-align:left;
			float:right;
			color:#666666;
	}
	
	
	#homeMailUpButton01, #homeMailUpButton02, #homeMailUpButton03, #homeMailUpButton04 {
		display: block;
		width: 580px;
		height: 113px;
		margin: 0 0 9px 0;
	}
	
	#homeMailUpButton01 { background: url(images/shop/box01.jpg) no-repeat 0 0;	}
	#homeMailUpButton02 { background: url(images/shop/box02.jpg) no-repeat 0 0;	}
	#homeMailUpButton03 { background: url(images/shop/box03.jpg) no-repeat 0 0;	}
	#homeMailUpButton04 { background: url(images/shop/box04.jpg) no-repeat 0 0;	}
	
	#homeMailUpButton01:hover span, #homeMailUpButton02:hover span, #homeMailUpButton03:hover span, #homeMailUpButton04:hover span {
		background: url(images/shop/boxhomehover.gif) no-repeat 0 0;	
		display: block;	
		width: 580px;
		height: 113px;
	}
	/* Stile per le linee di separazione*/

	.LineOrizz{
			width:100%;
			height:1px;
			font-size:0px;
			background-color:#B3C9DF;
			float:left;
			margin-bottom:3px;
	}

	.LineOrizzBottom{
			width:100%;
			height:1px;
			font-size:0px;
			background-color:#B3C9DF;
			float:left;
			margin-bottom:-1px;
	}
	.LineVert{
			width:1px;
			height:150px;
			font-size:0px;
			background-color:#B3C9DF;
			float:left;
	}
	a.LinkLanguage:link,a.LinkLanguage:active, a.LinkLanguage:visited {
	color:#FFFFFF;
	text-decoration: none;
	}
	a.LinkLanguage:hover{
	color:#DBE3EE;
	text-decoration: none;
	}
	
	
	/* Style the table title (e.g. table showing quantity discounts) */
	.pcMainTable h2 {
			height:23px;
			background-color:#E1EAF2;
			color:#4B719E;
			font-size:12px;
			font-weight:bold;
			line-height:22px;
			text-indent:10px;
			margin:0;
			padding:0;
	}
	
	.pcMainTable h3 {
			height:23px;
			background-color:#E1EAF2;
			color:#4B719E;
			font-size:12px;
			font-weight:bold;
			line-height:22px;
			text-indent:10px;
			margin:0;
			padding:0;

	}
	
	
	/* 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 5px;
	}
	
/* 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;
	}
	
	/* Style the Product Free Shipping Text */
	#pcMain .pcShowProductShipping {
		color:#666666;
	}
	
	/* Change font color for "Show Product's Price" feature */
	#pcMain .pcShowProductPrice {
		color:#FF7648;
		font-weight:bold;
	}
	
	/* 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: 10px;
		line-height:17px;

	}
	
	/* 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;
			text-align: center;
			vertical-align:top;
			margin-left: auto;
			margin-right: auto;
			padding:0;
			
		}
		
		.pcShowProductImageH {
			vertical-align: top;
			text-align: center;
			padding-bottom: 3px;
			border: 1px solid #dddddd;
		}
		
		#pcMain .pcShowProductImageH img {
			vertical-align:top;
			padding: 5px;
		}
		
		.pcShowProductInfoH {
			margin-top: 5px;
			vertical-align: top;
			border: 1px solid #dddddd;
			padding: 0;
		}
		
		.pcShowProductInfoH p {
			text-align: center;
			background: #eeeeee;
			margin: 0;
		}
		
	/* 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;
		}
		
		.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;
		}
		
		
		
/*-----------------------------------------------------------------------------------------
	 ProductCart Build To Order
	----------------------------------------------------------------------------------------*/
		 
		/* Style the product configuration pages */
		.pcBTOmainTable {
			width: 100%;
			background-color: #FFFFFF;
			border: 0;
			border-collapse: collapse;
			background:#E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top;
			border:1px solid #CBE5E6;
		}
		
		.pcBTOmainTable td{
			padding-top:3px;
			padding-bottom:3px;
			padding-left:5px;
		}
		
		
		.pcBTOfirstRow {
			padding-top:5px;
			/*background-color: #F5F5F5;
			background: #E2F7F7;*/
		}
		
		.pcBTOfirstRow p{
			margin:5px;
		}
		
		.pcBTOfirstRow td{
			padding-left:5px;
			padding-right:5px;
		}
		
		.pcBTOsecondRow {
			padding-top:5px;
			background-color: #E1E1E1;
		}
		
		.pcBTOsecondRow p{
			margin:5px;
		}
		
		.pcBTOsecondRow td{
			padding-left:5px;
			padding-right:5px;
		}
		
		/* 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;
			padding:0px;
		}
		
		.pcShowBTOconfiguration p {
			font-size:10px;
			color:#FF7648;
		}
		
/*-----------------------------------------------------------------------------------------
	 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: 80px;
			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;
			padding-right:15px;
			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;
		}
		
		
/*-----------------------------------------------------------------------------------------
	 Page Navigation
	----------------------------------------------------------------------------------------*/

	.pcPageNav {
		text-align: left;
		margin: 10px 0 10px 5px;
	}
	
	.pcPageName a:link, #pcCatNav a:visited {
		color: #999999;
	}
	
	.pcPageNav a:hover {
		color: #000000;
		text-decoration: none;
	}

/*-----------------------------------------------------------------------------------------
	 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: 12px;
		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: 12px;
		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: 11px;
		color: #333333;
		background-color: #F5F5F5;
		border: 1px solid #CCCCCC;
	}
	
	.pcMainTable .pcForms table {
		border: 1px solid #CBE5E6;
		background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top;
	}
	
	.pcMainTable .pcForms .pcShowContent {
		border: none;
		background: none;
	}
		
	.pcMainTable .pcForms table table {
		background: none;	
		border: none;
	}
	
	.pcMainTable .pcForms .pcSectionTitle {
		background: none;	
		border: none;
	}
	
	.pcForms h1 {
		margin: 0;
	}
	
	.pcForms .pcCheckoutTable .pcShowContent,
	.pcForms .pcLoginTable .pcShowContent {
		margin-top: 5px;
	}
	
	.pcForms .pcCheckoutTable .pcShowContent,
	.pcForms .pcLoginTable .pcShowContent,
	.pcCustModShipTable .pcForms .pcShowContent,
	.pcContactTable .pcForms .pcShowContent {
		border: 1px solid #CBE5E6;
		background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top;
	}
	
	.pcForms .pcCheckoutTable .pcShowContent td,
	.pcForms .pcLoginTable .pcShowContent td,
	.pcCustModShipTable .pcForms .pcShowContent td,
	.pcContactTable .pcForms .pcShowContent td {
		padding: 6px 2px 2px 2px;
	}
	
	.pcConfigurePrdTable .pcBTOmainTable {
		border: 1px solid #CBE5E6 !important;
		background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top !important;
		margin-bottom: 10px;
	}
	.pcConfigurePrdTable .pcBTOmainTable .pcBTOsecondRow {
		background: #d6eced;
	}
	
	.pcConfigurePrdTable .pcBTOmainTable hr {
		border: none;
		border-bottom: 1px solid #CBE5E6 !important;
		height: 0;
		margin: 0;
	}
	
	.pcConfigurePrdTable #addtocart { vertical-align: middle; line-height:: 28px;}
	
	
	.pcForms .pcShowContent .pcSectionTitle {
		border-color: #CBE5E6;
		border-width: 1px;
		background: #CBE5E6;
		color: #006666;
	}
	
	.pcForms hr {
		border: none;
		border-bottom: 1px solid #CBE5E6 !important;
		height: 0;
		margin: 0;
	}
	
	.pcFormsSubmitRow {
		background-color:#CBE5E6;
		text-align:center !important;
	}
	
	/* Style submit image button */
	#submit {
		border: 0;
		background-color: transparent;
		padding: 0px;
		text-align: center;
	}
	/* 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 {
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 5px;
		background-color: #F3F3F3;
		color:#7D7D7D;
		border: 1px solid #dddddd;
	}
	
	/* Styles section titles on pages with different sections (e.g. search results) */
	.pcSectionTitle {
		background-color: #E1EAF2;
		text-align: left;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
		color: #4B719E;
		border-bottom: 4px solid #ffffff;
		border-top: 4px solid #ffffff;
	}	
	
		
	/* 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: #ffdddd;
		border: 1px solid #ff0000;
		margin: 15px;
		padding: 4px;
		color: #ff0000;
		font-size:12px;
		font-weight: bold;
		text-align: center;
	}	
	
	.pcInfoMessage {
		width: 90%;
		background: #d4ebff;
		border: 1px solid #008aff;
		margin: 15px;
		padding: 4px;
		color: #008aff;
		font-size:12px;
		font-weight: bold;
		text-align: center;
	}
	
	.customerType {
		font-size: 13px;
		font-weight: bold;
		display: block;
		border: 1px solid #CBE5E6;
		background-color: #E2F7F7;
		color: #006666;
		margin: 5px 0 -10px 0;
		padding: 6px;
	}
	.customerType p {	
	}
	
	.customerType0 {
		background: #E2F7F7 url(images/shop/bg-privato.gif) no-repeat top right;
	}
	
	.customerType1 {
		background: #E2F7F7 url(images/shop/bg-grossista.gif) no-repeat top right;
	}
	
	/* Styles small text shown in various pages (e.g. "(mm/yy)" on the credit card page */
	.pcSmallText {
		font-size: 11px;
		color:#999999;
		}
		
	/* Sets the height of an empty table row */
	.pcSpacer {
		height: 10px;
	}
		
	/* Horizontal line */
	#pcMain hr {
	
	
		border: none;
		border-bottom: 1px solid #CBE5E6 !important;
		height: 0;
		margin: 3px 0 4px 0;
	}
	
	/* 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-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	#pcMain .pcShowMainImage img {
		padding: 5px;
		border: 1px solid #cccccc;
	}
	
	#pcMain .pcShowCategoryImage 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;						
		border: 1px solid #cccccc;
	}
	
/*-----------------------------------------------------------------------------------------
	 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:Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:top;
		text-align:left;
	}
	td.invoiceNob {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:top;
		text-align:left;
	}
.custPrefListContainer {
	background: #f4f4f4;
	border: 1px solid #dddddd;
	margin: 5px 0 5px 5px;
	text-align:left;
	padding: 2px 3px 4px 3px;
}
.custPrefList {
	list-style-image: url(images/shop/miniarrow.gif);
	margin: 0; padding: 0;
}

.custPrefList li {
	display: inline-block;
	float: left;
	vertical-align: bottom;
	margin:0;
	padding: 0;
}
.custPrefList li a {
	display: inline-block;
	width: 125px;
	height: 43px;
	padding: 90px 4px 0 4px;
	text-align: center;
	border:1px solid #cccccc;
	vertical-align: bottom;
	margin: 4px 2px 0 2px;
}

.custPrefListBuy a { background: #ffffff url(images/login/custPrefListBuy.gif) no-repeat top; }
.custPrefListContact a { background: #ffffff url(images/login/custPrefListContact.gif) no-repeat top; }
.custPrefListPast a { background: #ffffff url(images/login/custPrefListPast.gif) no-repeat top; }
.custPrefListAddress a { background: #ffffff url(images/login/custPrefListAddress.gif) no-repeat top; }
.custPrefListQuotes a { background: #ffffff url(images/login/custPrefListQuotes.gif) no-repeat top; }
.custPrefListAccount a { background: #ffffff url(images/login/custPrefListAccount.gif) no-repeat top; }
.custPrefListLogout a { background: #ffffff url(images/login/custPrefListLogout.gif) no-repeat top; }
.custPrefListRewards a { background: #ffffff url(images/login/custPrefListRewards.gif) no-repeat top; }
.custPrefListGGG a { background: #ffffff url(images/login/custPrefListGift.gif) no-repeat top; }

.custPrefList li a:hover {
	background-color: #f1ffff;
}



#welcomeMessage {
	background: url(images/head01.jpg) no-repeat top right;
	display:block;
	color: #ffffff;
	font-size: 16px;
	line-height: 14px;
	padding: 1px 5px 1px 10px;
	border-top: 6px solid #117777;
	border-bottom: 6px solid #117777;
}

.contentAddress {
	background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top;
	
	color: #006666;
	border: 1px solid #CBE5E6;
	margin-bottom: 13px;
	
}

.contentAddress .pcSectionTitle {
	background: #CBE5E6;
	color: #006666;
	border: none;
}

.contentAddress p {padding: 10px;}

div.pcPricesIfRegistered {
	border: 1px solid #dddddd;
	background: #eeeeee;
	padding: 6px 6px 6px 10px;
	margin: 6px 0 6px 0;
	text-align: center;
}

.pcPricesIfRegistered a {
	background:url(images/shop/login-button.gif) no-repeat 0 0;
	line-height: 20px;
	display: inline-block;
	color: #ffffff !important;
	text-decoration: none !important;
	width: 130px;
	text-align: center;
	margin-left: 5px;
}
.pcPricesIfRegistered a:hover {
	background-position: 0 -20px;
}

/* END */