/* MASTER PAGE */
body {
    margin:auto;/*IMPORTANTISSIMO PER IL CORRETTO ALLINEAMENTO ORIZZONTALE SU FIREFOX*/
	padding:0;
	text-align:center;
	height:100%;
	width:100%;
	background-color:#FFF;	
	font-family: Calibri, Tahoma, Arial, Verdana;
    font-size:13px;
    font-style:italic;
}

img {
	border:0;
}

p {
    font-size:13px;
    padding:0;
    margin:0;
}

h1 {
    font-size:23px;
    color:#608183;
    /*text-transform:uppercase;*/
    padding:0;
    margin:0;
    font-weight:bold;
    padding-bottom:10px;
}
h2 {
    font-size:15px;
    color:#608183;
    text-transform:uppercase;
    padding:0;
    margin:0;
}
h3 {
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#454D4E;
}
h4 {
    font-size:13px;
    font-style:normal;
    font-weight:normal;/*altrimenti non sente la formattazione inserita a mano nel testo*/
    color:#454D4E;
    padding:0;
    margin:0;
}
h5 {
    font-size:13px;
    font-weight:bold;
    color:#608183;
    padding:0;
    margin:0;
}
h6 {
}

.AlignLeft {
	text-align:left;
}

.AlignRight {
	text-align:right;
}

.DisplayInline{
	display:inline;
}

#Container{
	margin:auto;/*VEDI BODY*/
	padding:0;
	text-align:center;
	background-image:url(../../Images/bg.gif);
	background-repeat:repeat;
	background-position:center;
	width:100%;
	/*float:left;Perchè FF capisca che Header e Content sono dentro BgContainer*/
}

#ContainerTable{
	margin:auto;
	padding:0;
	width:883px;
	/*cellpadding="0" cellspacing="0" dichiarati dentro la tabella*/
}

#Header {
	margin:auto;/*VEDI BODY*/
	margin-bottom:10px;
	padding:0;
	background-image: url(../../Images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:883px;
	height:115px;
	text-align:center;
}
.LinkHeader1 /*Usato solo per "Clicca qui!"*/
{
	text-decoration: none;
	height:16px;
	padding-right:10px;
	display: inline;
}
.LinkHeader1 a
{
	color: #FFF;	
	text-decoration:none;
}
.LinkHeader1 a:hover
{
	color: #FFC88E;
	text-decoration:none;
}
.LinkHeader
{
	text-decoration: none;
	height:16px;
	border-left:1px solid #FFF;	
	padding-right:10px;
	padding-left:10px;
	display: inline;
}
.LinkHeader a
{
	color: #FFF;	
	text-decoration:none;
}
.LinkHeader a:hover
{
	color: #FFC88E;
	text-decoration:none;
}

/*a.LinkHeader 
{
	color: #FFF;	
	text-decoration:none;
}

a.LinkHeader:hover
{
	color: #FFC88E;
	text-decoration:none;
}*/



/*MENU*/
.TopMenu{	
	margin: auto;
	padding-top: 30px;
}

/*Menu di primo livello*/
.toolbar{	
	height:25px;
	vertical-align:middle;
	background-image: url(../../Images/bg_menu.png);
	background-repeat: repeat-x;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	z-index:100;
}
.toolbar a
{
	font-size: 13px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
	z-index:100;
}
.toolbar a:hover
{
	color: #666;
	z-index:100;
}

.toolbarDynamic{
	height:25px;
	vertical-align:middle;
	text-align:center;
	background-image: url(../../Images/bg_menu.png);
	background-repeat: repeat-x;
	margin:auto;
	z-index:100;
	padding:0;
	float:left;
	width:100px;
	/*padding-left:20px;
	padding-right:20px;*/	
}
.toolbarDynamic a
{
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
	z-index:100;
}
.toolbarDynamic a:hover
{
	color: #666;
	z-index:100;
}

.bg_menuLeft{
	float: left; 
	text-align: left; 
	/*background-image: url(../../Images/bg_menu.png);	
    background-repeat: repeat-x;*/
    width: 5px;
}
.bg_menuRight{
	float: right; 
	text-align: right; 
	/*background-image: url(../../Images/bg_menu.png);
    background-repeat: repeat-x;*/
    width: 5px;
}

/*CONTENT*/
#Content {	
	padding: 0; 
	margin: auto;
}

#ContentDiv {	
	padding: 0; 
	margin: auto;
	width:873px;/*100%*/
	text-align:center; 
	margin-bottom:10px;
}

.CenterBoxStore {	
	padding: 0; 
	margin: auto;
	background-image: url(../../Images/Home/bg_boxArancio.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	border-right:4px solid #FFF;
	border-left:4px solid #FFF;	
}

.BoxStoreSlideImages{
	/*clear: left;*/
	margin: auto;
	/*float: left;*/
	width:872px;
	text-align:center;
}

.StoreSlideImages{	
    float: left;
    width: 430px;
    font-size: 14px;
    color: #FFF;
    text-align: left;
}

#ContentTable {
	margin:auto;
	padding:0;
}
#ContentTable .TopLeft {
    width: 8px; 
    height: 48px; 
    text-align: left; 
    display: inline; 
    float: left;
    background-image: url(../../Images/css/top_left.png);
    background-repeat:no-repeat;
}

#ContentTable .TopCenter {
    display: inline; 
    background-color: #ECE9D8; 
    float: left; 
    width: 857px;
    height: 48px;
    color:#454D4E;
    text-align:left;
}
#ContentTable .TopCenter a {
    display: inline;
    color:#858989;
    text-decoration:none;
}
#ContentTable .TopCenter a:hover {
    text-decoration:underline;
}
#ContentTable .TopCenterArrow{
    background-image: url(../../Images/css/ArrowPathMenu.png);
    background-repeat:no-repeat;
    width: 26px;
    height: 48px;
    padding-right:7px;
}

#ContentTable .TopCenterPadding{
    padding-left: 15px;
}

#ContentTable .TopRight {
    width: 8px; 
    height: 48px; 
    text-align: right; 
    display: inline; 
    float: right;
    background-image: url(../../Images/css/top_right.png);
    background-repeat:no-repeat;
}

#ContentTable .Center { 
    background-color:#FFF;
    float: left; 
    padding: 20px;
    margin:auto;
    width:833px; /*Larghezza fissa che ho dovuto impostare per Firefox*/
}

#ContentTable .BottomLeft {
    width: 8px; 
    height: 8px; 
    text-align: left; 
    display: inline; 
    float: left;
    background-image: url(../../Images/css/bottom_left.png);
    background-repeat:no-repeat;
}
#ContentTable .BottomCenter {
    display: inline; 
    background-color: #FFF; 
    float: left; 
    width: 857px;
    height: 8px;
}
#ContentTable .BottomRight {
    width: 8px; 
    height: 8px; 
    text-align: right; 
    display: inline; 
    float: right;    
    background-image: url(../../Images/css/bottom_right.png);
    background-repeat:no-repeat;
}

.ILStyle3 {display: inline; margin:auto; float: right; width: 550px; height: 265px; padding-top:32px; text-align: center;  background-image: url(../../Images/YourScooter/bgBoxTop.png); background-repeat:no-repeat;}

#CatalogColumnLeft {
	float: left;
	text-align: left;
	padding-right: 10px;
}
#CatalogColumnLeft ul {
  margin:auto;
  /*margin-right:25px;
  margin-left:25px;*/
  padding:0;
  margin:auto;
  /*float:left;
  display:inline;*/
  text-align:left;
  list-style-type:none;
  padding-bottom:15px;
  /*background-color:Fuchsia;*/
}
#CatalogColumnLeft ul li{  
  clear:left;
  padding:0;
  padding-bottom:3px;
  margin:0;
  list-style-type:none;
}
#CatalogColumnLeft ul li a {
  color:#608183;
  font-size:14px;
  font-style:italic;
  font-weight:normal;
  text-decoration:none;
}
#CatalogColumnLeft ul li a:hover {
  text-decoration:underline;
}


#CatalogColumnRight {
	float: right;
	text-align: left;
	width:609px;
}

/* CATALOGO */
/* Box con ANGOLI ARROTONDATI per il CATALOGO: BoxImgArticoli */
.BoxImgArticoli{display:block; width:300px; text-align:center;}
.BoxImgArticoli *{  display:block;  height:1px;  overflow:hidden;  font-size:.01em;  background:#ECE9D8}/**/
.BoxImgArticoli1{  margin-left:3px;  margin-right:3px;  padding-left:1px;  padding-right:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;  background:#ECE9D8}
.BoxImgArticoli2{  margin-left:1px;  margin-right:1px;  padding-right:1px;  padding-left:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;  background:#ECE9D8}
.BoxImgArticoli3{  margin-left:1px;  margin-right:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;}
.BoxImgArticoli4{  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8}
.BoxImgArticoli5{  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8}
.BoxImgArticolifg{  background:#ECE9D8; text-align:center;}

.TableImgArticoli{
  width: 280px;
}
.TableImgArticoli .LabelArticoli{
  color:#666666;
  font-size:13px;
  /*font-weight:bold;*/
  font-weight:lighter;
  font-style:normal;
}
.TableImgArticoli a{
  color:#B5782B;
  text-decoration:none;
}
.TableImgArticoli a:hover{
  text-decoration:underline;
}

.TableImgArticoli .Prezzo{
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#B5782B;
}

.TableImgArticoli .PrezzoScontato{
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#990000;
}

.TableImgArticoli .Codice{
  color:#333;
  font-size:13px;
  /*font-weight:bold;*/
  font-weight:lighter;
  font-style:normal;
}
/* Box con ANGOLI ARROTONDATI per il DETTAGLIO CATALOGO: BoxImgArticolo */
.BoxImgArticolo{display:block; width:330px; text-align:center;}
.BoxImgArticolo *{  display:block;  height:1px;  overflow:hidden;  font-size:.01em;  background:#ECE9D8}
.BoxImgArticolo1{  margin-left:3px;  margin-right:3px;  padding-left:1px;  padding-right:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;  background:#ECE9D8}
.BoxImgArticolo2{  margin-left:1px;  margin-right:1px;  padding-right:1px;  padding-left:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;  background:#ECE9D8}
.BoxImgArticolo3{  margin-left:1px;  margin-right:1px;  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8;}
.BoxImgArticolo4{  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8}
.BoxImgArticolo5{  border-left:1px solid #ECE9D8;  border-right:1px solid #ECE9D8}
.BoxImgArticolofg{ background:#ECE9D8; text-align:center; width:330px; margin:0; padding:0;}

.TableImgArticolo{
  width: 100%;
  text-align: center;
}
.TableImgArticolo a{
  color:#B5782B;
  text-decoration:none;
}
.TableImgArticolo a:hover{
  text-decoration:underline;
}
.TableImgArticolo .ImageArticolo{
  text-align: center;
  margin-top:10px;
  margin-bottom:10px
}
.ArticoloDetailLine{
  text-align: center;
  padding:7px;
  border-bottom:1px solid #CCCC99;
  width:95%;
  text-align:left;
  margin-left:10px;
}
.ArticoloDetailLine .Codice{
    font-size:20px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#666;
}
.ArticoloDetailLine .Titolo{    
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#858989;
}
.ArticoloDetailLine .Dato{
    font-size:13px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#666;
}
.ArticoloDetailLine .Prezzo{
    font-size:17px;
    /*font-weight:bold;*/
    padding:0;
    margin:0;
    color:#B5782B;
}

.ArticoloDetailLine .PrezzoScontato{
    font-size:17px;
    /*font-weight:bold;*/
    padding:0;
    margin:0;
    color:#990000;
}
.ArticoloDetailStripe1{
    background-image:url(../../Images/Catalogo/bg_Stripe1.png);
    padding-left:10px;
    padding-top:3px;
    background-repeat:no-repeat;
    width:285px;
    height:20px;
    color:#FFF;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;    
}
.ArticoloDetailStripe2{
    background-image:url(../../Images/Catalogo/bg_Stripe2.png);
    padding-left:10px;
    padding-top:3px;
    background-repeat:no-repeat;
    width:285px;
    height:20px;
    color:#858989;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:5px;
}
.ArticoloDetailText{
    color:#333;/*#858989*/
    /*font-style:normal;*/
    font-style:oblique;
    margin-top:5px;
    margin-bottom:5px;
}


/*CARRELLO & CHECK OUT, CATALOGO > Prodotto*/

.RigaLinkButton1{
    height:20px;
    text-align:left;
    border-bottom:2px solid #79989A;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
    padding:0;
}
.RigaLinkButton1 .lnkLeft{
    float:left;
}
.RigaLinkButton1 .Button{    
    color:#608183;    
    background-color:Transparent;
    border:0;
    font-family:Calibri;
    font-weight:bold;
    font-style:italic;
    font-size:13px;
    padding:0;
    margin:0;
    cursor: hand;
    /*font-weight:bold;*/
}
.RigaLinkButton{
    background-image:url(../../Images/Carrello/bg_LinkButtonCarrello.png);
    background-repeat:no-repeat;
    height:20px;
    padding-left:7px;
    padding-top:3px;
    text-align:left;
    /*color:#333;
    font-weight:bold;*/
    margin-bottom:10px;
    margin-top:10px;
    display:block;
}
/*.RigaLinkButton a{
    color:#333;
    text-decoration:none;
}
.RigaLinkButton a:hover{
    color:#333;
    text-decoration:underline;
}*/
.RigaLinkButton .lnkLeft{
    float:left;
}
.RigaLinkButton .lnkRight{
    float:right;
}

.RigaLinkButton .Button{    
    color:#333;    
    background-color:Transparent;
    border:0;
    font-family:Calibri;
    font-style:italic;
    font-size:13px;
    padding:0;
    margin:0;
    cursor: hand;
    /*font-weight:bold;*/
}

.RigaIntestazione{
    background-image:url(../../Images/Carrello/bg_IntestazioneCarrello.png);
    background-repeat:no-repeat;
    height:20px;
    padding-left:7px;
    padding-top:3px;
    text-align:left;
    color:#FFF;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
}
.RigaChiusura{
    height:20px;
    border-top:1px solid #CCCC99;
    padding-left:7px;
    padding-top:3px;
    display:block;
    text-align:right;
    margin-bottom:10px;
    margin-top:10px;
}
.RigaChiusura a{
    color:#B5782B;
    text-decoration:none;
    font-weight:bold;
}
.RigaChiusura a:hover{
    text-decoration:underline;
}
.RigaChiusura .lblLabel{   
    padding-right:15px;
    color:#79989A;
    font-weight:bold;
    display:inline;
}
.RigaChiusura .lblCifra{
    color:#454D4E;
    font-weight:bold;
    display:inline;
    font-style:normal;
}
.RigaTipoPagamento{
    display:block;
    text-align:left;
    margin-bottom:30px;
    margin-top:30px;
}
.RigaTipoPagamento .cbPagamento{
    color:#858989;
    padding-right:5px;
    vertical-align:top;
}

.TableSpedizione{
    width:100%;
    color:#858989;
}
.TableSpedizione tr td{
    text-align:left;
    padding-top:10px;
    font-weight:bold;
}
.RigaCheckOut{
    border-bottom:1px solid #E5E5CC;
    padding-left:7px;
    padding-top:3px;
    padding-bottom:10px;
    display:block;
    text-align:left;
    margin-bottom:10px;
    margin-top:10px;
    color:#858989;
}
.RigaCheckOutNoBottom{
    padding-left:7px;
    padding-top:3px;
    padding-bottom:10px;
    display:block;
    text-align:left;
    margin-bottom:10px;
    margin-top:10px;
    color:#858989;
}
.RigaCheckOut .lbl1,.RigaCheckOutNoBottom .lbl1{
    color:#79989A;
    font-weight:bold;
    text-transform:uppercase;
}
.RigaCheckOut .lbl2,.RigaCheckOutNoBottom .lbl2{
    color:#858989;
    font-weight:bold;
}
/*CONTENT OLD
#ContainerContent {	
	margin:auto;
	padding:0;
	width: 883px;
	margin-bottom:15px;
	text-align:center;
	background-color:Aqua;
}
#Content {	
	width:100%; 
	height:100%; 
	float:left;
	margin-bottom:15px;
	text-align:center;
	background-color:yellow; 
}
*/

/*FOOTER*/
#ContainerFooter {
	margin:auto;
	padding:0;
	width:100%;
	background-position:top;
	background-repeat:repeat-x;
	background-image: url(../../Images/bg_footer.png);
	float:left;
}
#Footer {
	margin:auto;
	padding-top:25px;
	width:883px;
	text-align:center;
}
#Footer ul {
  margin:auto;
  margin-right:25px;
  margin-left:25px;
  padding:0;
  float:left;
  display:inline;
  text-align:left;
  list-style-type:none;
}
#Footer ul li{  
  clear:left;
  padding:0;
  margin:0;  
  color:#000;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
  list-style-type:none;
}
#Footer ul li a {
  color:#535353;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
  text-decoration:none;
}
#Footer ul li a:hover {
  text-decoration:underline;
}

#Footer a {
  color:#535353;
  font-size:13px;
  font-style:italic;
  font-weight:normal;
  text-decoration:none;
}
#Footer a:hover {
  text-decoration:underline;
}

/*LOGIN*/
.Login {
    /*width: 442px;
    height:300px;*/
    color:#608183;
    /*background-color:Aqua;*/
    text-align:center;
    margin-top:120px;
}
.LoginButtonStyle{
    color: #FFF;
	font-size: 11px;
	background-image: url(../../Images/bg_LinkButton.png);
	background-repeat:repeat-x;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
	cursor:hand;
}
.LoginTextBox {
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #858989;
	width:200px;
	height:18px;
}
.LoginPopUp {
	/*width:442px;
	height:315px;*/
	width:430px;
	height:315px;
    background-image: url(../../Images/bg_BoxLogin.png);
    background-repeat:no-repeat;
    padding-top:5px;
    text-align:center;
    
}

/*LOGIN BOX
.LoginBox {
	background: #DDD;
	border-bottom:2px solid #CCC;
	width:310px;
	height:180px;
	padding:20px;
}
.LoginButton {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	background: #EEE;
	padding:1px 5px 1px 5px;
	border: 1px solid #CCC;
	cursor: hand;
	font-style:italic;
	font-family: Calibri, Tahoma, Arial, Verdana;	
}
.LoginTextBox {
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #666;
	line-height: 20px;
	width:150px;
}
.LoginTitle {
	font-size: 25px;
	color: #608183;
	text-transform:uppercase;
}
.LoginLabel {
	font-size: 13px;
	color:#535353;
}
.LoginFailureText {
	color:Red;
}*/
/*.LabelBenvenuto
{
	color: #333;
	text-align: center;
	padding-bottom: 7px;
}
.headerLoginBox
{
	float: right;
	height: 114px;
	width: 250px;
	background-image: url('../../Images/bg_LoginBox.png');
	background-repeat: no-repeat;
}*/


/*NEWS*/
.boxNewsMostRecent{
background-color: Red;
width:90%;
}
.boxElencoNews{
/*background-color: Lime;*/
text-align:left;
float:Left;
margin-top:25px;
background-image:url('../../Images/News/bgBoxNews.png');
background-position:bottom;
background-repeat:repeat-x;
margin-left:25px;
margin-right:25px;
width:90%;
}





/*---------------------------------SKIN---------------------------------*/
.DropDownList {
border: 1px solid #CCC;
font-size: 11px;
color: #666;
background-color:#EEE;
}
.LinkButtonTrova {
text-decoration: none;
background-image: url(../../Images/shared/bnt1_Bg.png);
background-repeat:repeat;
/*height:20px;*/
padding-right:10px;
padding-left:10px;
padding-bottom:4px;
color: #3E4444;
font-size: 12px;
font-style:normal;
font-weight:bold;
}
.LinkButtonNews{
/*
background-image: url(../../Images/shared/bnt1_Bg.png);
background-repeat:repeat;
height:20px;
padding-right:10px;
padding-left:10px;
padding-bottom:15px;*/
display:inline;
float:right;
color: #B5782B;
font-size: 13px;
font-weight:bold;
text-decoration: none;
padding-right:10px;
}
.TextBox {
border: 1px solid #7F9DB9;
font-size: 11px;
color: #858989;
width:200px;
height:18px;
}
.FocusedTextbox{
border: 1px solid #7F9DB9;
font-size: 11px;
color: #858989;
background-color:#E8E8E8;
width:200px;
height:18px;
}
.DropDownListCarrello {
border: 1px solid #CCC;
font-size: 11px;
color: #333;
width:150px;
height:30px;
}
.DropDownListSearchStore {
border: 1px solid #CCC;
font-size: 11px;
color: #333;
width:190px;
clear:left;
display:block;
margin-bottom:10px;
}
.TextBoxCarrello {
border: 1px solid #CCC;
font-size: 11px;
color: #333;
width:150px;
height:18px;
}
.FocusedTextBoxCarrello{
border: 1px solid #CCC;
font-size: 11px;
color: #000;
background-color:#DDD;
width:150px;
height:18px;
}
.TextBoxQuantita {
border: 1px solid #CCC;
font-size: 11px;
color: #333;
width:30px;
height:18px;
}
.FocusedTextBoxQuantita{
border: 1px solid #CCC;
font-size: 11px;
color: #000;
background-color:#DDD;
width:30px;
height:18px;
}
.TextBoxSearch {
border: 1px solid #7F9DB9;
font-size: 11px;
color: #333;
width:186px;
margin-bottom:15px;
}
/* GRIDVIEW */
.GridView {
	width: 100%;
	margin-top: 20px;
	text-align: left;
	color:#454D4E;
	font-style:normal;
}
.GridViewHeaderStyle {
    color:#79989A;
    white-space: nowrap;
    text-align:left;
    font-style:italic;
}
/* per il padding dell'HEADER */
tr.GridViewHeaderStyle th {
    padding: 7px;
    border-bottom:1px solid #E5E5CC;
}
.GridViewRowStyle {
    background-color: #FFF;
}
/* per il padding della Riga*/
tr.GridViewRowStyle td{
    padding: 7px;
    border-bottom:1px solid #E5E5CC;
}
.GridViewAlternatingRowStyle {
    background-color: #F0F0E0;
}
/* per il padding della Riga*/
tr.GridViewAlternatingRowStyle td{
    padding: 7px;
    border-bottom:1px solid #E5E5CC;
}
.GridView a {
    color:#B5782B;
    text-decoration:none;
    font-weight:bold;
    font-style:italic;
}
.GridView a:hover{
    text-decoration:underline;
}
.GridViewSelectedRowStyle {
	color:#63260A;
	font-weight:bold;
    font-style:italic;
	background-color:#DBDBB7;
}
tr.GridViewSelectedRowStyle td{
    padding: 7px;
}
.GridViewSelectedRowStyle a {
    color:#63260A;
    text-decoration:none;
    font-weight:bold;
    font-style:italic;
}
.GridViewSelectedRowStyle a:hover{
    text-decoration:underline;
}
.GridViewFooterStyle {
}
/*.GridViewPagerStyle {
    background-color: #DDD;
    color:#024D6E;
    font-weight:bold;
}
.GridViewPagerStyle a {
    background-color: #DDD;
    color:#0179B2;
    font-weight:lighter;
    text-decoration:underline;
}*/





















/*.defaultButton
{
	color: #666;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	background: #C0D5FF;
	cursor: hand;
	border: none;
	width:51px;
	height:20px;
}

.defaultButtonOver
{
	color: #000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	background: #C0D5FF;
	cursor: hand;
	border: none;
	width:51px;
	height:20px;
}

.AspButton
{
	color: #666;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	background: #C0D5FF;
	padding: 3px 5px 3px 5px;
	line-height: 12px;
	border-top: #C0D5FF 1px solid;
	border-left: #C0D5FF 1px solid;
	border-bottom: #AFCAFF 1px solid;
	border-right: #AFCAFF 1px solid;
}

.LinkButton
{
	color: #666;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}*/










/*#Footer {
    display:block;
    width:inherit;
    float:left;
    padding-bottom:15px;
    margin:0;
}
#FooterMenu {
    float:left;
    font-size:0.8em;
    margin:0;
    padding:0;   
    }

ul {
  margin:0px 50px 0px 0px;
  padding:0;
  float:left;
  text-align:left;
  list-style-type:none;
}

ul li{  
  clear:left;
  padding:0;
  margin:0;
  color:#666;
  list-style-type:none;
}

ul li a {
  color:#999;
  text-decoration:none;
}

ul li a:hover {
  text-decoration:underline;
}

*/
























/*a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #333;
}


.CenterPage
{
	margin: 0px 10px 0px 5px;
	float: left;
	padding:0;
}


.textboxFocus
{
	border: 1px solid #7F9DB9;
	font-size: 11px;
	color: #666;
	height: 18px;
	background-color: #FFFFCC;
}


*/





/*                  HOME PAGE (LISTINI.ASCX)                 */

.CenterRow
{
	float: left;
	clear: left;
	width: 980px;
	background-color: transparent;
	margin-top: 15px;
}

.Listini
{
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
	font-size: 13px;
	color: #990000;
}



/*                       HEADER (Admin.master)                */

.Search
{
	background-color: #E4EDFF;
	width: 570px;
	height: 94px;
	border-top: 1px solid #CDCDCD;
}



/* ARTICOLI.ASCX */

.ArticoliGridView
{
	width: 100%;
}

.ArticoliHeaderStyle
{
	background-color: #FFF;
	line-height: 30px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

.ArticoliRowStyle
{
	width: 100%;
	background-color: #DDD;
	line-height: 40px;
	font-size: 11px;
	color: #666;
}

.ArticoliAlternatingRowStyle
{
	width: 100%;
	background-color: #FFF;
	line-height: 40px;
	font-size: 11px;
	color: #666;
}


/* SETTORI.ASCX */
.LabelSettori
{
	font-size: 11px;
	color: #666;
}

/*          ARTICOLO           */

.RowDettaglio
{
	float: left;
	clear: left;
	border-bottom: 1px solid #DDD;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.LabelTitleProdotto
{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 1px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.RowDettaglioLabel
{
	color: #333;
}

.RowDettaglioDataLeft
{
	float: left;
	color: #333;
}

.RowDettaglioDataRight
{
	float: right;
	color: #333;
	font-weight: bold;
}


/*  CALENDARIO  ACQUISTI ANNI PRECEDENTI  */

.StatisticaHeaderStyle
{
	/*background-color:#FFF;     border-bottom:1px solid #999;*/
	padding-bottom: 10px;
	padding-top: 10px;
	color: #666;
	font-weight: normal; /*padding-right:7px;*/
	white-space: nowrap;
	text-align: center;
}

.StatisticaItemStyle
{
	/*background-color:#FFF;*/
	border-bottom: 1px solid #FFE5CC;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	font-weight: normal; /*padding-right:7px;*/
	white-space: nowrap;
	text-align: center;
}

.StatisticaItemStyleANNO
{
	background-color: #FFE5CC;
	border-bottom: 1px solid #FFE5CC;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666;
	font-weight: normal; /*padding-right:7px;*/
	white-space: nowrap;
	text-align: center;
}

.StatisticaRowStyle
{
	background-color: #FFD9B2;
}

.StatisticaAlternatingRowStyle
{
	background-color: #FFDBB7;
}





/* RISULTATI TROVATI */

.PageResult
{
	font-size: 11px;
	color: #666;
}

.PageResultB
{
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

/*                            FATTURE/ORDINI                           */


/* Fattura Testata.ascx */

.FatturaTestataLabel
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #DDDDDD;
}

.FatturaTestataValue
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	background-color: #FFFFCC;
	border-bottom: 2px solid #DDDDDD;
}

/* Fatture Testate.ascx */
/* Fatture Righe.ascx */

.grvFattureTestate
{
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.FatturaHeaderStyle
{
	background-color: #FFF;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #999;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
}

.FatturaItemStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	text-align: left;
}

.FatturaAlternatingRowStyle
{
	background-color: #FFFFCC;
}

.FatturaRowStyle
{
	background-color: #FFFFE6;
}



/* Ordine Testata.ascx */

.OrdineTestataLabel
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #DDDDDD;
}

.OrdineTestataValue
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	background-color: #DFEAF3;
	border-bottom: 2px solid #DDDDDD;
}

/* Ordini Testate.ascx */
/* Ordini Righe.ascx */

.grvOrdineTestate
{
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.OrdineHeaderStyle
{
	background-color: #FFF;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #999;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
}

.OrdineItemStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	text-align: left;
}

.OrdineAlternatingRowStyle
{
	background-color: #DFEAF3;
}

.OrdineRowStyle
{
	background-color: #ECF2EE;
}


/*                              CARRELLO                          */

.ButtonCart
{
	color: #666;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
	width: 100px;
	background: #C0D5FF;
	padding: 3px 5px 3px 5px;
	line-height: 12px;
	border-top: #C0D5FF 1px solid;
	border-left: #C0D5FF 1px solid;
	border-bottom: #AFCAFF 1px solid;
	border-right: #AFCAFF 1px solid;
}


.CarrelloGridView
{
	width: 100%;
}

.CarrelloHeaderStyle
{
	background-color: #FFF;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #003399;
	font-weight: normal;
	padding-right: 7px;
	white-space: nowrap;
}

.CarrelloItemStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
}

.CarrelloItemStyleFocus
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #000;
	padding-right: 7px;
}

.CarrelloImageStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 7px;
}


.CarrelloItemStyleCODEATI
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #000;
	padding-right: 7px;
	white-space: nowrap;
}

.CarrelloItemStylePREZZO
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	text-align: right;
	white-space: nowrap;
}

.CarrelloItemStylePREZZOtot
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #000;
	padding-right: 7px;
	text-align: right;
	white-space: nowrap;
}

.CarrelloItemStyleIMAGE
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #000;
	padding-right: 7px;
	width: 90px;
}

.CarrelloItemStyleLink
{
	color: #990000;
}

.CarrelloFooterStyle
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #336699;
	font-weight: bold;
	padding-right: 7px;
	white-space: nowrap;
}

.CarrelloRowStyle
{
	background-color: #FFF;
}

.CarrelloAlternatingRowStyle
{
	background-color: #FFF;
}

.CarrelloFooterRowStyle
{
	background-color: #DDD;
}

.Carrellotextbox
{
	height: 15px;
	width: 20px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: left;
}

.CarrelloFocustextbox
{
	height: 15px;
	width: 20px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #FFFFCC;
	text-align: left;
}

.CarrellotextboxDate
{
	height: 15px;
	width: 55px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: left;
}

.CarrelloFocustextboxDate
{
	height: 15px;
	width: 55px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #FFFFCC;
	text-align: left;
}

/*        CHECK OUT      */

.CheckOutItemStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	white-space: nowrap;
}

.CheckOutImageStyle
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 7px;
	white-space: nowrap;
}

.CheckOutItemStylePREZZO
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	white-space: nowrap;
	text-align: right;
}

.CheckOutFooterStyle
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	padding-right: 7px;
	white-space: nowrap;
}

.CheckOutRowDettaglio
{
	float: left;
	clear: left;
	border-bottom: 1px solid #CCC;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

.CheckOutRowDettaglioSeparator
{
	float: left;
	clear: left;
	border-bottom: 3px solid #CCC;
	width: 100%;
	padding: 5px;
	margin-bottom: 30px;
}

/*.CheckOutRowDettaglioDataLeft
{
	float: left;
	color: #666;
	width: 150px;
}

.CheckOutRowDettaglioDataRight
{
	float: left;
	color: #666;
	font-weight: bold;
}*/



/*                 BOLLE                */

.BollaGridView
{
	width: 90%;
}

.BollaHeaderStyle
{
	line-height: 20px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align: left;
}

.BollaSelectedRowStyle
{
	width: 100%;
	background-color: #FFFFCC;
	line-height: 30px;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.BollaAlternatingRowStyle
{
	width: 100%;
	background-color: #FFF;
	line-height: 30px;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.BollaRowStyle
{
	width: 100%;
	background-color: #DDD;
	line-height: 30px;
	font-size: 11px;
	color: #666;
	text-align: left;
}

.BollaTestataLabel
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px solid #DDDDDD;
}

.BollaTestataValue
{
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #333333;
	background-color: #FFF;
	border-bottom: 2px solid #DDDDDD;
}





/*                                ADMIN                               */

/*CLIENTIOPERATORI.ASCX*/

.grvClentiOperatori
{
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

.ADClientiOperatoriHeaderStyle
{
	background-color: #FFF;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	padding-top: 15px;
	color: #999;
	padding-right: 7px;
	white-space: nowrap;
	text-align: left;
}

.ADClientiOperatoriItemStyle
{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666;
	padding-right: 7px;
	text-align: left;
}

.ADClientiOperatoriAlternatingRowStyle
{
	background-color: #E5E5E5;
}

.ADClientiOperatoriRowStyle
{
	background-color: #EBEBEB;
}


/* NEW ATI 
.ListiniHome{
    padding-left: 6px;
    padding-right: 6px; 
    padding-top: 8px;
    padding-bottom: 8px;	
}    

.topmenu{ 
    font-size: 12px;
    font-family: Arial;
    border:1px solid #DDD;
    padding: 6px;       
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
}*/

/* Popup.ascx */

.popupPageCover
{
	background-color: gray;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.popupDragPanel
{
	width: 100%;
	cursor: hand;
}
.popupTitleSeparator
{
	border-bottom: 1px dotted #0A3C6C;
}
.popupTemplate
{
	margin-top: 5px;
}
.modulePopupContainer
{
	width: 650px;
	padding: 10px;
}
.waitPopupContainer
{
	padding: 10px 10px 5px 10px;
	text-align: center;
}
.popupContainer, .modulePopupContainer, .waitPopupContainer
{
	background-color: whitesmoke;
	border: 1px solid #003466;
}
.modulePopup, .filterPopup
{
	background-color: whitesmoke;
	border: 1px solid #003466;
}

.modulePopup, .filterPopup
{
	width: 650px;
	padding: 10px;
	text-align: left;
}


.popupDrag
{
	width: 100%;
	cursor: hand;
}

.popupTitle
{
	font-size: 17px;
	color: #0A3C6C;
}


/*.listPicker {
    width:150px;
    height:80px;
    font-family:arial, verdana; 
    font-size: 12px;
    border:1px solid #CCC;
    margin:10px;
    }*/


/*PANNELLO SEARCH*/
.SearchContainer
{
	background-color: #D6D6D6;
	border: 1px solid #D6D6D6;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
}

.SearchHeader
{
	border-bottom: 1px dotted #ADADAD;
	background-color: #D6D6D6;
	color: #999;
	font-size: 14px;
	cursor: hand;
}

.SearchContent
{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 20px;
}




/*ADMIN E/3/11/2009*/
#AContainer {
text-align: left; 
background-color:#FFF; 
float:left; 
width:100%;
}

#AContent {
float: left;
padding-left:10px;
border-left:1px solid #CCC;
width:82%;
/*background-color:Green;*/
}

#ACenter {
/*background-color:Teal;*/
margin-top:70px;
}

#AMenu {
float: left;
width:115px;
padding: 10px 5px 5px 15px;
background-color:#DDD;
height:100%;
}

.ALeftMenu {
font-size:13px;
color:#608183;
padding-bottom:10px;
}
.ALeftMenu a {
color:#608183;
text-decoration:none;
}
.ALeftMenu a:hover{
text-decoration:underline;
}

/* SITEMAPPATH */
.siteMapPath {
display: block;
float: left;
text-align: left;
width:100%;
background-color:#ECE9D8;
margin:auto;
padding: 0 0 5px 5px;
border-bottom:solid 1px #CCCC99;
font-size:14px;
}
.siteMapPathNode, .siteMapCurrentPathNode, .siteMapPathSeparator {
display: block;
float: left;
}
.siteMapPathNode, .siteMapPathSeparator {
color:#666;
}
.siteMapPathSeparator {
vertical-align:bottom;
margin-right:6px;
}
.siteMapCurrentPathNode {
font-weight:bold;
color:#666;
}

/*OPERATORI.ASCX*/
.grvOperatori {
width: 100%;
/*line-height: 20px;*/
text-align: left;
vertical-align: top;
background-color:Green;
}
.ADOperatoriHeaderStyle {
background-color: #F1ECC6;
padding: 5px;
color: #858989;
font-size:14px;
white-space: nowrap;
}
.ADOperatoriItemStyle {
/*border-bottom:1px solid #CCC;*/
padding: 5px;
color: #858989;
padding-right:7px;
text-align: left;
}
.ADOperatoriItemStyle a {
text-decoration:underline;
color: #858989;
}
.ADOperatoriItemStyleR {
/*border-bottom:1px solid #CCC;*/
padding: 5px;
color: #858989;
padding-right: 7px;
text-align: right;
}
.ADOperatoriAlternatingRowStyle {
background-color: #F6F2D9;
}
.ADOperatoriRowStyle {
background-color: #FFFFFF;
}
/*FINE ADMIN E/3/11/2009*/