/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}

#pcMain {
	 vertical-align:top; 
	 margin-right: 0px;
	 width:525px;
	 width:588px !important;
	 overflow: hidden !important;
}

.pcMainTable h1 {color: #ffffff !important;}

.pcMainTable {}

.pcMainTable td {}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 940px;
			height: 121px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			padding: 0;
			
			font-size: 12px;
			color: #666666;
			/*border-collapse: collapse;*/
			border: 1px solid #dddddd;
			border-bottom: none;
			background: #ffffff;
		}
		
		#pcHeaderLogoCell {
			background: #006665 url(images/head01.jpg) no-repeat 0px 0px;
		}
		
		.Logo{
			width:173px;
			height:75px;
			float:left;
			margin-left:25px;
			margin-bottom:0px;
		}
		.Separator{
			width:100%;
			height:25px;
		}
		
		
		.headertxt {
			float:right;
			color:#FFFFFF;
			/*font-style:italic;*/
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			padding-right: 10px;
			padding-top: 22px;
			padding-bottom: 6px;
			background: url(images/shop/bg_live_search.gif) no-repeat right top;
			padding-left: 85px;
			margin-right: 0px;
			
		}
		.Payoff{
			background-image:url(images/Shop/Payoff.gif);
			width:266px;
			height:10px;
			font-size:0;
			float:right;
			margin-right:25px;
			margin-top:35px;
			margin-bottom:10px;
		}
		.Menu{
			width:927px;
			height:30px;
			float:left;
			text-align:left;
			padding-bottom: 0px;
		}
		.VoicesSeparator{
			width:17px;
			color:#afd5d5;
			display: none;
		}
		#pcTopNav {
			text-align: left;
			padding-top: 1px;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
			padding:0;
			padding-left:10px;
			background-color:#E0EFEE;
			
			line-height: 26px;
		}
		
		#pcTopNav li {
			display: inline;
			line-height: 26px;
		}
		#search-live-container #pcTopNavSearch a img,
		#pcTopNav li a img {
			margin-right: 6px;
			vertical-align: middle;
			display: none;
		}
		
		#search-live-container #pcTopNavSearch a,
		#pcTopNav a,
		#pcTopNav a:link, 
		#pcTopNav a:active,
		#pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #004444;
			cursor: pointer;
			/*font-weight:bold;*/
			display: inline-block;
			border: 1px solid #E0EFEE;
			padding: 0 10px 0 0;
			height: 20px;
			line-height: 20px;
			border: none;
			background: url(images/shop/menu-button-right.gif) no-repeat right 0;
		}
		
		#search-live-container #pcTopNavSearch a:hover,
		#pcTopNav a:hover {
			color: #347E7E;
			border: 1px solid #afd5d5;
			border: none;
			background-position: right -20px;
		}
		
		#search-live-container #pcTopNavSearch a span,
		#pcTopNav a span {
			height: 20px;
			line-height: 20px;
			display: block;
			padding-left: 45px;
		}
		
		#search-live-container #pcTopNavSearch a span,
		#pcTopNav #pcTopNavSearch a span {
			background: url(images/shop/menu-button-search.gif) no-repeat left 0;
		}
		#pcTopNav #pcTopNavUser a span {
			background: url(images/shop/menu-button-user.gif) no-repeat left 0;
		}
		#pcTopNav #pcTopNavHome a span {
			background: url(images/shop/menu-button-home.gif) no-repeat left 0;
		}
		
		#search-live-container #pcTopNavSearch a:hover span,
		#pcTopNav a:hover span {
			background-position: left -20px !important;
		}

		#search-live-container #pcTopNavSearch {
			margin-top: 6px;
		}
		
		#smallShoppingCart {
			position: absolute;
			width: 930px;
			top: 13px;
			left: 50%;
			margin-left: -465px;
			text-align:right;
		}
		#smallShoppingCart a,
		#smallShoppingCart a:link,
		#smallShoppingCart a:active,
		#smallShoppingCart a:visited {
			color: #006666;
		}
		
		#smallShoppingCartLogin,
		.smallShoppingCartButton {
			display: inline-block;
			width: 130px;
			text-align:center;
			line-height: 20px;
			background: url(images/shop/login-button.gif) no-repeat 0 0;
			color: #ffffff !important;
		}
		#smallShoppingCartLogout {
			background-image: url(images/shop/logout-button.gif);
		}
		
		#smallShoppingCartLogin:hover,
		.smallShoppingCartButton:hover {
			background-position: 0 -20px;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 940px !important;
			background-color:#FFFFFF;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 15px;
			padding: 0;
			border: 1px solid #dddddd;
			border-top: none;
		}
	
		#pcLeft {
			width: 175px;
			text-align: left;
			vertical-align: top;
			padding:0;
			margin: 0;
		}
	
		#pcCenter{
			padding:0 0 0 0;
			margin:0;
			text-align: left;
			vertical-align:top;
			width: 580px;
		}
	
		#pcRight {
			width: 178px;
			padding:0;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			background:url(images/Shop/LineVert.gif) repeat-y left;
			background: none;
			width:5px;
			
			font-size:0px;
		}

		.pcColumnSpacer_Old {
			width: 1px;
			background-image:url(images/dotted_spacer_vert.gif);
			
		}

		h3.ViewCategoriesBoxTitle {
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #80A5CA;
			color: #FFFFFF !important;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			text-indent:10px;
		}

	/* Define the left column */
	
		#pcLeft h3,
		#pcRight h3{
			width:163px;
			height:26px;
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #80A5CA;
			color:#FFFFFF;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			text-indent:10px;
			margin:0;
			padding:0;

		}
	

		
		.BoxPromozione{
			width:163px;
			height:26px;
			background-image:url(images/Shop/BackgroundTitleMenu.jpg);
			border:1px solid #B5B5B5;
			color:#7D7D7D;
			font-size:12px;
			font-weight:bold;
			line-height:25px;
			text-indent:10px;
			margin:2px 0 0 0;
			padding:0;
		}
		.AreaBoxPromozione{
			width:163px;
			border-left:1px solid #dddddd;
			border-right:1px solid #dddddd;
			border-bottom:1px solid #dddddd;
			font-size:12px;
			margin:0;
			padding:0px;
			text-align:center;
		}
		
		.AreaBoxNewsletter h3 {
			margin: 0 !important;
			border-bottom: none ;
			white-space: nowrap;
			overflow: hidden;
		}
		
		.AreaBoxNewsletter input {
			background: #F7F7F7;
			border: 1px solid #CCCCCC;
		}
		.AreaBoxNewsletter a {
			display: inline !important;
			background: none !important;
			border: none !important;
		}
		
		.AreaBoxNewsletter table {
			background: #ffffff url(images/shop/bg-conditions-general.jpg) no-repeat bottom left;
			color: #555555;
			font-size: 10px;
			border: none;
			
		}
		.AreaBoxNewsletter table table {
			border: 1px solid #dddddd;
			border-top: none;
			width: 165px;
		}
		
		#pcLeftStoreLinks {
			background-color: #FFFFFF;
			padding: 0;
			margin:0 3px 0 6px;
		}
		#pcLeftStoreLinks a,
		#pcLeftStoreLinks a:link,
		#pcLeftStoreLinks a:active, 
		#pcLeftStoreLinks a:visited {
			color: #004444;
			text-decoration: none;
			font-size: 11px;
			background: #E0EFEE url(images/shop/sidearrows.gif) no-repeat left 7px;
			display: block;
			border-bottom:2px solid #FFFFFF;
			height:26px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #347E7E;
			background-color: #e8f8f8; 
		}


		#pcLeftStoreLinks ul {
			list-style-type: none;
			margin: 3px 0 0 0;
			padding: 0;
		}
	
		#pcLeftStoreLinks li {
			width:165px;
			line-height:25px;
			text-indent:15px;
		}
	/* Define the right column */
	
		#pcShowCart {
			background-color: #DEE6EF;
			padding: 6px;
			color:#0860A8;
			margin-bottom: 3px;
			margin-right:5px;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited, #pcShowCart a:active, {
			font-weight:bold;
			color:#4B719E !important;
		}
		
		#pcShowCart a:hover{
			color:#FF7648 !important;
		}
		
		a.CartVoices:link, a.CartVoices:active, a.CartVoices:visited {
		color:#FF7648;
		}
		
		a.CartVoices:hover {
		color:#0860A8;
		}
		
		#pcCustomerLogin {
			background-color: #FFFFFF;
			width:170px;
			padding: 0;
			margin:0 0 0 1px;

		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
	
		#pcRight li {
			width:165px;
			height:26px;
			color:#4B719E;
			background-color:#ECECE2;
			line-height:25px;
			text-indent:10px;
			border-bottom:1px solid #FFFFFF;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #4B719E;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #FF6600;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}
		

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-image:url(images/Shop/BackgroundBottom.gif);
			font-size: 10px;
			color: #FFFFFF;
			text-align: center;
			height:28px;
			margin:0px 5px 5px 5px;
			line-height:26px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */

		.loginButton {
			display: block;
			background: url(images/shop/invia.gif) no-repeat top left;
			border: none;
			width: 59px;
			height:21px;
			margin: 0;
			padding: 0;
		}
		
		.LoginBlockMoreLinks {
			line-height: 14px;
			text-align: left;
			padding-left: 5px;
		}
		
		.LoginBlockMoreLinks a, .LoginBlockMoreLinks a:link, .LoginBlockMoreLinks a:active, .LoginBlockMoreLinks a:visited {
			text-decoration: underline !important;
			padding-left: 10px !important;
			text-indent: 0;
			margin: 0 !important;
			font-size: 10px !important;
			background: url(images/shop/miniarrow.gif) no-repeat left;
			color: #555555 !important;
		}
		
		
		
/* FOOTER Conditions table */
#pcFooterConditions {}

.pcFooterConditionsTable {
	width: 100%;
	background: #ffffff;
	border-collapse:separate;
}

.pcFooterConditionsTable td {
	vertical-align:top;
	text-align:left;
	background: #eeeeee;
	border: 1px solid #cccccc;
	width: 25%;
}

.pcFooterConditionsTable td b {
	display: block;
	/*color: #ffffff;
	background: url(images/shop/BackgroundTitleMenu.jpg) repeat-x ;*/
	color: #ff6600;
	background: #ffffff;
	line-height: 26px;
	margin-bottom: 7px;
	text-indent: 10px;
	border-bottom: 1px dashed #cccccc;
}


.pcFooterConditionsTable td ul,
.pcFooterConditionsTable td li {
	margin: 0;
	padding: 2px;
	list-style: none;
	list-style-image: none;
}


.pcFooterConditionsTable td ul {
	margin: 0 0 10px 5px;
}

.pcFooterConditionsTable td li {
	background: url(images/shop/miniarrow.gif) no-repeat left ;
	text-indent: 10px;
}

.pcFooterConditionsTable td li a,
.pcFooterConditionsTable td li a:link,
.pcFooterConditionsTable td li a:active,
.pcFooterConditionsTable td li a:visited {
	color: #555555;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.pcFooterConditionsTable td li a:hover {
	color: #ff6600;
	text-decoration: none;
}

#pcFooterConditionsGeneral {
	background: #ffffff url(images/shop/bg-conditions-general.jpg) no-repeat bottom right;
}
#pcFooterConditionsInfo {
	background: #ffffff url(images/shop/bg-conditions-info.jpg) no-repeat bottom right;
}
#pcFooterConditionsProcedures {
	background: #ffffff url(images/shop/bg-conditions-payment.jpg) no-repeat bottom right;
}
#pcFooterConditionsAccount {
	background: #ffffff url(images/shop/bg-conditions-account.jpg) no-repeat bottom right;
}


#pcFooterSocial {
	padding-top: 3px;
	border-top: 1px solid #dddddd;
}

.pcFooterSocialTable {
	margin-top: -5px;
}

.pcFooterSocialTable span {
	font-weight: normal;
	color: #326566;
	
	color: #888888;
}

.pcFooterSocialTable td {
	background: #E2F7F7 url(images/shop/pagamento/bg-social.jpg) repeat-x top;

	width: 50%;
	padding: 6px;
	background: none;
}

.pcFooterSocialTable img {
	border: none;
	margin-right: 3px;
	vertical-align: middle;
}

/* browse catalog */

.pcShowCategoryP {

}

.pcShowCategoryImage {
	width: 200px;
}

#smallHeaderTable {
	font-size: 12px;	
	width: 940px;
	vertical-align: middle;
	margin-bottom: 3px;
}

#smallHeaderTable td {
	height:22px;
	vertical-align: middle;
}

#smallHeaderTable a {
	color: #006666;
}

#search-live-container {
	padding-bottom: 3px;
	width: 230px;
}

#search-live-container form {
	margin: 0;
	padding: 0;
}

#search-live-container span {
	line-height: 20px;
}

#search-live {
	position: relative;
	display: inline-block;
	width: 180px;
	vertical-align: middle;
	margin: 0 0px 0px 3px;
	padding: 0;
	background: url(images/shop/searchbox.gif) no-repeat top;
	height: 24px;
	vertical-align: top;
	text-align: left;
}

#search-live input {
	margin: 2px 0 0 10px;
	padding: 0;
	border: none;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	width: 145px;
	background: none;
	vertical-align: top;
}

#search-preview {
	position: absolute;
	z-index: 2115;
	top: 24px;
	left: 11px;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#search-preview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#search-preview li {
	padding: 0;
	margin: 0;
	text-transform:uppercase;
	list-style: none;
}
#search-preview li a,
#search-preview li a:link,
#search-preview li a:active,
#search-preview li a:visited {
	padding: 3px;
	margin: 0;
	list-style: none !important;
	border-bottom: 1px solid #FFCC66;
	display: block;
	text-decoration: none;
	color: #663300;
	background: #FFFFCC;
	
	border-left: 2px solid #ff6600;
	border-right: 2px solid #ff6600;
}

#search-preview li a:hover {
	background-color: #FFCC66;
	color: #663300 !important;
}

#live-search-total {
	text-align: center;
	color: #ffffff;
	background: url(images/shop/searchtotal.gif) no-repeat bottom;
	line-height: 20px;
	cursor: default;
}

#live-search-total a,
#live-search-total a:link,
#live-search-total a:active,
#live-search-total a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #663300;
}

#search-live-label {
	display:inline-block; 
	float: left;
	padding-top: 1px;
	line-height: 18px;
	color: #555555;
}


/* SITEMAP */
#sitemap {
	position: relative;
	width: 565px;
	height: 400px;
}

.sitemap-abs {
	position: absolute;
}

.sitemap-horz {
	position: absolute;
	height: 1px;
	background: #bbbbbb;
}

.sitemap-vert {
	position: absolute;
	width: 1px;
	background: #bbbbbb;
}

.sitemap-abs ul {
	margin: 5px 9px;
	padding: 0 9px;
}

.sitemap-abs ul li {
	list-style-image: url(images/shop/miniarrow.gif);
	margin: 2px 0;
}

.sitemap-abs a,
.sitemap-abs a:link,
.sitemap-abs a:active,
.sitemap-abs a:visited {
	color: #006666 !important;
	text-decoration: none !important;
	background: #eeeeee;
	padding: 3px;
	border: 1px solid #dddddd;
	line-height: 12px;
	display:inline-block;
	font-size: 12px;
}

.sitemap-abs a:hover {
	color: #ffffff !important;
	background: #ff6600;
	border-color: #ff6600;
}


