/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

/* @Font-Face funziona solo con Internet Explorer */
    @font-face {
    font-family: Book Antiqua;
    font-style:  normal;
    font-weight: normal;
    src: url(file:///C:\$scratch\BOOKANT4.eot);
  }
  @font-face {
    font-family: Book Antiqua;
    font-style:  normal;
    font-weight: 700;
    src: url(file:///C:\$scratch\BOOKANT3.eot);
  }
  @font-face {
    font-family: Book Antiqua;
    font-style:  oblique;
    font-weight: normal;
    src: url(file:///C:\$scratch\BOOKANT2.eot);
  }
  @font-face {
    font-family: Book Antiqua;
    font-style:  oblique;
    font-weight: 700;
    src: url(file:///C:\$scratch\BOOKANT1.eot);
  }

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-color :  #FFCC00 ;
    z-index :100;
    text-align:center;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
		
.CssLabelNormal
{
	color: #0E4438;
	
	font-family:  Arial ;
	font-style :  normal  ;
	font-weight:  normal ;
	font-size:  8pt;
	
	text-align : left ;
	text-decoration: none;
}	

/* Caratteristiche della pagina */
#MyPage
{
	width: 960px;
	height:  auto ;
	z-index:40;
	position:relative;
	text-align:center;
	
}
/*****************************************************************************************************/
/* Caratteristiche della sezione Logo */
/*****************************************************************************************************/
#MyHeader1
{
	background-color :#FFCC00 ;
	color:#0E4438;

	border-style :solid;
	border-width  : thin ;
	border-color: #5BBF21;
	
	position :absolute;
	left: 0px;
	top:0px;
	width:278px;
	height: 180px;
	
	float: left;
	text-align:center;
	
	margin:0 auto;
	z-index:20; 
	
}


/*****************************************************************************************************/
/* Caratteristiche della sezione Autenticazione */
/*****************************************************************************************************/
#MyHeader2
{
	background-color :#FFCC00 ;
	color :#0E4438 ;
	
	border-style :solid;
	border-width  : thin ;
	border-color: #5BBF21;
	float: right;	
	position :absolute;
	left: 280px;
	top:0px;
	width:674px;
	height: 180px;
	
	text-align:left ;
	
	margin: 0 auto; 
	z-index:20;

}

/*****************************************************************************************************/
/* Caratteristiche della sezione Menu */
/*****************************************************************************************************/
#MyMenu	
{	
	background-color :#FFCC00;
	color:#0E4438;
	
	border-width: thin;
	border-style : solid;
	border-color: #5BBF21;
		
	float: left;
	position :absolute;
	left: 0px;
	top: 182px;
	
	width:	 278px;
	height:  auto  ;
	min-height :500px;
	
	text-align:left ;
	margin:0 auto; 
	z-index:60;
	float:left;
	}

/*****************************************************************************************************/
/* Caratteristiche della sezione Contenuto */
/*****************************************************************************************************/
#MyContent	
{
	background-color :#FFCC00 ;
	color:#0E4438;
	
	
	border-style :solid;
	border-width   : thin ;
	border-color: #5BBF21;
	
	text-align : center ;
	
	float: right;
	position :absolute;
	left: 280px;
	top:182px;
		
	width:674px;
	height:    auto;
	min-height :500px ;
	
	margin:0 auto;
	z-index:50;
	float:right;
	
}

/*****************************************************************************************************/
/* Caratteristiche della sezione Piva */
/*****************************************************************************************************/
#MyFooter
{
	background-color :#FFCC00 ;
	color:#0E4438;

	border-style :solid;
	border-width  : thin ;
	border-color: #5BBF21;
	
	position :relative;
	top:0px;
	left:0px;
	
	width:954px;
	height: 25px;
		
	text-align:center;
	
	margin:0 auto;
	z-index:1220; 
	clear:both ;
   
}




/*****************************************************************************************************/
/* Caratteristiche della sezione Autenticazione */
/*****************************************************************************************************/


.PanelAuth
{
	background-color :#FFCC00;
}
.CssAuthLabelCenter
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;

	text-align : Center  ;
	text-decoration: none;
}

.CssAuthLabelLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssAuthLinkRight
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :right ;
	text-decoration: none;
}

.CssAuthLinkRight:visited
{
	color: #0E4438;
	
	text-decoration: none;
}
.CssAuthLinkRight:hover
{
	color: #0E4438;
	
	text-decoration: underline;
}

.CssAuthLinkLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : left  ;
	text-decoration: none;
}
.CssAuthLinkLeft:visited
{
	color: #0E4438;
	text-decoration: none;
}
.CssAuthLinkLeft:hover
{
	color: #0E4438;
	text-decoration: underline;
}

.CssAuthLabelLeftW
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;	
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssAuthLinkBig
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  14pt;

	text-align : Left  ;
	text-decoration: none;
}
.CssAuthLinkBig:visited
{
	color: #0E4438;
	
	text-decoration: none;
}

.CssAuthLinkBig:hover
{
	color: #0E4438;
	
	text-decoration: underline;
}

.CssAuthRegistra
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:    x-large ;
	 
	text-align : left  ;
	text-decoration: none;
}


.CssAuthRegistra:visited
{
	color: #0E4438;
	
	text-decoration: none;
}

.CssAuthRegistra:hover
{
	color: #0E4438;
	
	text-decoration: underline;
}


.CssAuthCounter
{
	background-color:#F4EDAF;
	color: #0E4438;
	
	border-color:#0E4438;
	border-style:ridge;
	border-width:1px;
	height:18px;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :right ;
	text-decoration: none;
}

/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche della pagina default.aspx														 */
/*****************************************************************************************************/
/*****************************************************************************************************/
.CssRotatingImage
{
	border-style :  none  ;
	border-width :  thin  ;
	
}
/*****************************************************************************************************/




/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche della pagina master.aspx														 */
/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche della sezione Notizie */
/* c'e qualcosa da modificare anche nel file News/NewsScroller.ascx  */
#MyNews
{
	background-color:#FFCC00;
	color:#0E4438;
	
	border-style: solid; 
	border-width: 0px ;
	border-color: #FFCC00 ;
	
	position :relative;
	top:0px;	
	left: 0px;
	width:100%;
	z-index:1000;

	text-align:center;

     
}

#NewsHdr
{
	background-color :#5BBF21;
	color:#FFFFFF;
	
	border-style:solid ; 
    border-width: thin ;
    
	font-family:Book Antiqua; 
	font-size :large;
	
	text-align:left;
	 
    width:100%;
    
}

#NewsData
{
	background-color :#FFCC00;
	color:#0E4438;

	border-style:none ; 
    border-width: thin ;

    font-size: smaller ;
	font-family:Book Antiqua; 
    
	text-align:center;
	
	width:100%;
    padding:0px;
    margin:0px;
}

.CssTableNews
{
	border-style: solid ; 
    border-width: 1px ;
    border-color:#FFCC00;
  
    width :95%;
    text-align:center;
      
}


/* Caratteristiche della sezione Menu */
.CssMenu0
{
	background-color :#FFCC00 ;
	color :#FFCC00;
	
	font-family:Book Antiqua; 
	font-size:x-large ;
	
}
.CssMenu1
{
	Background-color :#FFCC00;
	color :#0E4438;
	
	font-family:Book Antiqua; 
	font-size:large ;
	
}
.CssMenu2
{
	Background-color :#FFCC49;
	color:#0E4438;
	
	font-family:Book Antiqua; 
	font-size:small ;
	
	border-color:#0E4438;
	border-style:ridge;
	border-width:1px;
}
.CssMenu3
{
	Background-color :#FFCC49;
	color:#0E4438;
	
	font-family:Book Antiqua; 
	font-size:small ;
	
	border-color:#0E4438;
	border-style:ridge;
	border-width:1px;
}

.CssFooter
{
	Background-color :#FFCC00;
	color:#0E4438;
	
	font-family:Book Antiqua; 
	font-size:x-small ;
	
	position:relative;
	text-align:center; 
	z-index: 1000;
	top:6px;
	
	border-color:#0E4438;
	border-style:none;
	border-width:1px;
}



/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina carrello.txt														 */
/*****************************************************************************************************/
/*****************************************************************************************************/
.CssCarLabelLeft
{
	background-color :#FFCC00 ;
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : Left  ;
	text-decoration: none;
}


.CssCarLinkLabelLeft
{
	background-color :#FFCC00 ;
	color: #30CB30;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;

	text-align : Left  ;
	text-decoration: none;
}

/*****************************************************************************************************/



/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina conferma iscrizione.aspx                 					 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssIscLabelBigCenter
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:   xx-large;

	text-align : justify;	
	text-decoration: none;
}
/*****************************************************************************************************/





/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina contatti.aspx														 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssConLabel
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-size:  12pt;

	text-align : Left  ;
	text-decoration: none;
}

.MyMail
{
	color: #006F43;
}
/*****************************************************************************************************/


/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina dettagli.aspx														 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssDetLabelLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:   Bold ;
	font-size:  12pt;

	text-align :   left  ;
	text-decoration: none;
}

.CssDetLinkRight
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :right ;
	text-decoration: none;
}

.CssDetLinkRight:visited
{
	color: #0E4438;
	
	text-decoration: none;
}
.CssDetLinkRight:hover
{
	color: #0E4438;
	
	text-decoration: underline;
}
/*****************************************************************************************************/






/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina elenco prodotti.aspx														 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssElePanel
{
	background-color: #FFCC00;
	color: #0E4438;
	
	border-style: ridge ;	
	border-width: thin ;
	
}


.CssEleProductTitle
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:   Bold ;
	font-size:  10pt;
	
	text-align :   left  ;
	text-decoration: none;
}

.CssEleProductTitle_2
{
	color: #0E4438;

	font-family:  Book Antiqua ;
	font-weight:   Bold ;
	font-size:  12pt;
	
	text-align :   left  ;
	text-decoration: none;
	
}

.CssEleLabelLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-size:   Small;
	
	text-align : Left  ;
	text-decoration: none;
}



/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina dettagli notizie    										 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssNewLabelBigCenter
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:   bold;
	font-size:   xx-large;
	
	text-align : justify;
	text-decoration: none;
}

.CssNewLabelBigCenter_Medium
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:   large;
	
	text-align : justify;
	text-decoration: none;
}

.CssNewLabelBigCenter_Small
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:   Medium;

	text-align : justify;
	text-decoration: none;
}
/*****************************************************************************************************/





/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina video       										 */
/*****************************************************************************************************/
/*****************************************************************************************************/
.CssTableTitolo
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:    x-large;
	
	text-align : center;
	text-decoration: none;
}

/*****************************************************************************************************/

/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina registrazione       										 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssRegPanel
{
	background-color:#FFCC00;
	color:#0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:   Medium;
	
	border-color: #000000;
	border-style: groove ;	
	border-width: 1px ;

	text-align :  center;

}

.CssRegLabelTitle
{
	color: #0E4438;

	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  x-Large;
	
	text-align : Left  ;
	text-decoration: none;
}


.CssRegLabelText
{
	color: #0E4438;

	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:   medium;
	
	text-align : justify;
	text-decoration: none;
}


.CssRegLabelLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
		
	text-align : Left  ;
	text-decoration: none;
}
.CssRegLabelLeft_Mandatory
{
	color: #32CD32;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssRegText
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :left ;
	text-decoration: none;
}

.CssRegTextPromo
{
	background-color:#989E72 ;
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :left ;
	text-decoration: none;
}
/*****************************************************************************************************/




/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina links       										         */
/*****************************************************************************************************/
/*****************************************************************************************************/

.MyPromo
{
	position: relative;
	left: 20px;
}

/*****************************************************************************************************/






/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per la pagina consigli             										 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssSugPanel
{
	background-color: #FFCC00;
	color: #0E4438;
	
	border-style:  ridge ;	
	border-width: thin ;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  x-large;
	
	text-align : Left  ;
	text-decoration: none;
	
	height:52px;
	width:644px;
	left:10px;
}

.CssSugLabelText
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:   normal;
	font-size:  medium;
	
	text-align :  justify  ;
	text-decoration: none;
}

/*****************************************************************************************************/





/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per tutte le pagine														 */
/*****************************************************************************************************/
/*****************************************************************************************************/

.CssAllGenericPage
{
	background-color :#FFCC00;
}

.CssAllText
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-style : italic ;
	font-weight: bold;
	font-size:  10pt;
	
	text-align :left ;
	text-decoration: none;
}

.CssAllLabelBig
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  x-Large;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssAllLabelBig_1
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  14pt;
	
	text-decoration: none;	
	text-align : Left  ;

}

.CssAllLabelBigCenter
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-size:   large;
	
	text-decoration: none;
	text-align : justify;
}

.CssAllMessage
{
	color:#FF0000 ;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  medium;
	
	text-decoration: none;
	text-align : left  ;
}

.CssAllLabelRight
{
	background-color :#F4EDAF;
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :right ;
	text-decoration: none;
}

.CssAllLabelRight_Neg
{
	color: #0E4438;
	
	background-color:#D3D3D3;
	font-family:  Book Antiqua ;
	
	font-weight:  bold;
	font-size:  10pt;
	
	text-decoration: none;
	text-align :right ;
}

.CssAllButton_Big
{
	background-color:#D3D3D3;
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  12pt;
	
	text-align :  center   ;
	text-decoration: none;
}

.CssAllButton_Small
{
	background-color :#D3D3D3;
	color:#0E4438;
	
	font-family:  Book Antiqua ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :  center   ;
	text-decoration: none;
}

.CssBtn_Catalogo
{
	background-color :#5BBF21;
	color:#FFFFFF;
	
	   
	font-family:Book Antiqua; 
	font-size :large;
	font-weight :bold ;

	padding :2px;	
	text-align:left;
	text-decoration : none;
}

.CssAllTable
{
	background-color:#FFCC00;
	color:#0E4438;
	
	border-style:ridge;
	border-width:1px;
	border-color:#0E4438;		
}

.CssAllTableHdr
{
	background-color:#5BBF21;
	color:#FFFFFF;
	
	font-family:Book Antiqua;
	font-weight:bold;
	font-size:small;
	
	border-style:ridge;
	border-width:1px;
	border-color:Black;		
}

.CssAllTableRow
{
	background-color:#F4EDAF;
	color:#0E4438;
	
	font-family:Book Antiqua;
	font-weight:bold;
	font-size:small;

	border-style:ridge;
	border-width:1px;
	border-color:Black;		

}

.CssAllTableRow_Alt
{
	background-color:#FFFFFF;
	color:#0E4438;
	
	font-family:Book Antiqua;
	font-weight:bold;
	font-size:small;

	border-style:ridge;
	border-width:1px;
	border-color:Black;		

}

.CssAllLabelLeft
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-size:   medium;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssAllLabelJustify
{
	color: #0E4438;
	
	font-family:  Book Antiqua ;
	font-size:  Small;
	
	text-align :justify ;
	text-decoration: none;
}

#MyClear
{
	float:none;
	clear:both ;
}
/*****************************************************************************************************/






/*****************************************************************************************************/
/*****************************************************************************************************/
/* Caratteristiche valide per il controsito													 */
/*****************************************************************************************************/
/*****************************************************************************************************/
.CssLabelLeft
{
	color: black;
	
	font-family:  Book Antiqua ;
	font-style : italic ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align : Left  ;
	text-decoration: none;
}

.CssText
{
	color: black;
	
	font-family:  Book Antiqua ;
	font-style : italic ;
	font-weight:  bold;
	font-size:  10pt;
	
	text-align :left ;
	text-decoration: none;
}


.CssLabelBigCenter
{
	color: black;
	
	font-family:  Book Antiqua ;
	font-style : italic ;
	font-weight:  bold;
	font-size:  16pt;
	
	text-align : justify;
	text-decoration: none;
}

.CssProductTitle
{
	color: Black;
	
	font-family:  Book Antiqua ;
	font-weight:   Bold ;
	font-size:  12pt;
	
	text-align :   left  ;
	text-decoration: none;
	
}
/*****************************************************************************************************/
