﻿/*
	Azzurro sfondo carrello:	#ebedfc
	Blu barra user/psw:			#a8bff1
	Blu scuro per scritte:		#333399
	Grigio chiaro sfondo item carrello:	#fafbfe	
	Giallo barra registrati:	#fdda1c
*/
body
{
	font-family: Verdana;
	font-size: 8pt;
	color: #333399;
	margin: 0 0 0 0;
}
h1
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #a8bff1;
	font-style:italic;
	height:29px;
}
h2
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #333399;
	font-style:italic;
	height:29px;
}
a:link
{
	color: #3333cc;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #333399;
}

a:active
{
	text-decoration: none;
	color: #333399;
}

a:hover
{
	text-decoration: underline;
	color: #3333cc;
}

table
{
	font-family: Verdana;
	font-size: 8pt;
}

input
{
	font-family: Verdana;
	font-size: 8pt;
}

select
{
	font-family: Verdana;
	font-size: 8pt;
}

.Grassetto
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
}

.TitoloProdotto
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.Colori
{
	font-family: Verdana;
	font-size: 7.5pt;
}

.TextTitle
{
	font-weight: bold;
}

.lblPrezzo
{
	vertical-align: bottom;
}

.tdHeader
{
	background-image: url(Images/Layout/bg_Top.gif);
}

.FooterContentStyle
{
	background-color: White;
	text-align: center;
}

.LeftContentStyle
{
	background-image: url(Images/Layout/bg_Left.jpg);
	width: 24px;
	background-repeat: repeat;
}

.RightContentStyle
{
	background-color: white;
	width: 190px;
	vertical-align: top;
}

.PageContentStyle
{
	vertical-align: top;
}

.tdCategoria
{
	width: 120px;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 15px;
	font-style: italic;
	color: #5274CB;
	height: 60px;
}

.tdLogin
{
	color: Black;
}

.tdCategoriaFiglio
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.PanelContainerStyle
{
	background-color: #ebedfc;
	border: solid 1px #a8bff1;
	color: #000000;
}

.pnlDettaglio
{
	background-color: #EDF2FC;
	border: solid 0px #EDF2FC;
}

/* ****************** FINE STILI TABELLA ************/

/* ***************** INIZIO STILI MENU **************/

.btnMenu
{
	background-image: url(Images/TabMenu.gif);
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	width: 84px;
	height: 33px;
	color: White;
}
.btnMenu a, .btnMenu a:link, .btnMenu a:visited
{
	color: White;
}
.btnMenu:Hover
{
	background-image: url(Images/TabMenu_On.gif);
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	text-align: center;
	color: #333399;
	padding-top: 5px;
	width: 84px;
	height: 33px;
}

/* ******************* FINE STILI MENU ************ */

.tdHeaderCarrello
{
	background-image: url(Images/Layout/Header_Carrello.gif);
	background-repeat: no-repeat;
	width: 190px;
	text-align: center;
	font-weight: bold;
	color: White;
}
.tdHeaderCarrelloNoSmusso
{
	background-image: url(Images/Layout/Header_NoSmusso.gif);
	background-repeat: no-repeat;
	width: 190px;
	text-align: center;
	font-weight: bold;
	color: White;
}
.CarrelloBg
{
	background-image: url(Images/Layout/Carrello_Bg.gif);
	background-repeat: repeat-y;
}

.tdProdottoGialla
{
	background-color: #fdda1c;
}

.tdProdotto
{
	background-color: #fafbfe;
	padding-left: 5px;
	padding-top: 5px;
}
.tdProdottoCosto
{
	background-color: #fafbfe;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.box
{
	height: 170px;
	background-color: #fafbfe;
	border: solid 1px #a8bff1;
	padding: 1px 0;
	font-size: 10px;
	overflow: hidden ;
}

div.box-inner
{
	height: 150px;
	margin: 10px 24px 0px 0px;
	padding-right: 2px;
	position: relative;
	
}

.Titoletto
{
	text-align:right; 
	padding-right:100px;
	background-image: url(Images/Layout/TitoloH1_bg.gif);
	background-repeat:no-repeat;
	background-position: -22px right;
}

.FrecciaScroll
{
	width: 50px;
	background-color:#ebedfc;
}

.TotaleContainer
{
	border-top: 1px solid #333399;
}

.PersonalizzaStyle
{
	font-size: 12pt;
	color: #6E94E7;
	font-style: italic;	
	font-weight: bold;
}

.ColorSelectedStyle
{
	border: 1px solid #6E94E7;
	background-color: #A2B8E5;
}

.ColorSelectedStyle TD
{	
	font-weight:bold;
}

.tdSchemaProdotto
{
	border: solid 1px #333399;
	background-color:White;
}

.tdSchemaProdotto A
{
	text-decoration:none;
}

.tdSchemaProdotto A:hover
{
	text-decoration:none;
}

.tdHeader{
	background-color: #A8BFF1;
	font-size: 16px;
	text-align: center;
}
.tdSubHeader{
	background-color: #ebedfc;
	font-size: 13px;
}
.tdDesRow{
	background-color: #EDF2FC;
	font-size: 11px;
	text-align: right;
	height: 40px;
}
.tdValRow{
	background-color: #EDF2FC;
	font-size: 11px;
	text-align: center;
}

.Helper
{
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

.GrassettoBlu
{
	font-family: Verdana;
	font-size: 8.5pt;
	font-weight: bold;
	color: #333399;
}