/* CSS Document */
/*stili per il layout fluido*/
html,body{margin: 0;padding:0;height:100%;}
body
{
	font-size: 80%;
	background: url(./images/bodyBG.jpg) white fixed repeat-y center top;
	font-family: verdana, sans-serif;
}
div#container
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	background: url(./images/containerBG.gif) silver fixed repeat-y center top;
	margin: 0px auto;
	border-left: black 1px solid;
	width: 775px;
	
	position: relative;
	height: 100%;
	text-align: left;
}
body>div#container{height:auto;min-height:100%}

div#container2
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	margin: 0px auto;
	border-left: black 1px solid;
	width: 775px;
	border-bottom: black 1px solid;
	position: relative;
	height: 100%;
	text-align: left;
}
body>div#container2{height:auto;min-height:100%}
/*stili generici, su header e footer*/
div#header
{
	/* background: url(./images/bannerorizzred.jpg) white fixed no-repeat right top; */
	height: 88px;
	text-align: center;
	margin: 0;padding:0;
}
h1,h2,h3{margin: 0;padding:0}
h1{padding-left:10px;font: bold 2.3em/80px verdana,sans-serif}
h2{border-top: #9fbed3 3px solid;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	color: black;
	border-bottom: #c8e0c6 3px solid;
	font-style: italic;
	text-align: center;
}

h3
{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: lowercase;
	color: #c70015;
	text-align: center;
}
	
div#footer a{color:#fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#index
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 22px;
	padding-top: 0px;
	float: left;
	width: 170px;
	text-align: justify;
	background-color: #9dbdd2;

}
div#extra
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0em;
	padding-top: 0px;
	float: right;
	width: 170px;
	text-align: justify;
	background-color: #c8e0c6;

}
div#content
{
	/*padding-right: 10px;
	padding-left: 10px;*/
	padding-bottom: 2em;
	margin: 0px 180px;
	padding-top: 1em;
	text-align: justify;
}

div#contentMarchi
{
	width:100%;
	padding-left: 0px;
}

div#contentMarchi table
{
	width:100%;
	margin-left: 0px;
}

div#footer
{
	text-align:right;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0.5em;
	width: 775px;
	color: #000;
	bottom: 0;
	padding-top: 0em;
	position: fixed;
	background-color: #9dbdd2;
	clear:left;
	border-top:1px black solid;
	
}

/*stili per l'indice*/
div#index div.banner
{
	font-size: 90%;
	border-bottom: 1px black  solid;
	height: 180px;
}
div#index div.banner h2{color: #999;font-size: 1.2em;text-align:center;}
div#index div.banner p{margin: 0}

div#index div.topfive
{
	font-size: 90%;
	border-bottom: 1px black solid;
	height: 250px;
}
div#index div.topfive h2{color: #999;font-size: 1.2em;text-align:center;}
div#index div.topfive p{margin: 0}
div#index div.logovola
{
	font-size: 90%;
	border-bottom:1px black solid;
	height: 120px;
}
div#index div.logovola h2{color: #999;font-size: 1.2em;text-align:center;}
div#index div.logovola p{margin: 0}

div#index div.logoskype
{
	font-size: 90%;
	height: 89px;
	background-color: white;
}

div#index div.servizi
{
	border-bottom:1px black solid;
	font-size: 90%;
	height: 65px;
}


/*stili per la sezione extra*/
div#extra div.newsbox
{
	font-size: 90%;
	border-bottom:1px black  solid;
	height: 250px;
	margin: 0;
	padding:0;
}

div#extra div.logocappuccino
{
	font-size: 90%;
	height: 140px;
	padding-left: 14px;
	background-color: #c8e0c;
}

div#extra div.newsletter
{
	background: url(./images/newsletter.jpg);
	background-color: #c8e0c6;
	background-position: center top;
	background-repeat: no-repeat;

	font-size: 90%;
	border-bottom:1px black  solid;
	border-top:1px black solid;
	height: 85px;
}
div#extra div.newsletter p{margin: 5px}

div#extra div.highligth
{
	font-size: 90%;
	border-bottom:1px black  solid;
	height: 220px;
}
div#extra div.highligth h2{color: #999;font-size: 1.2em;text-align:center;}
div#extra div.highligth p{margin: 5px}

div#extra div.servizi
{
	border-right:1px black  solid;
	border-bottom:1px black solid;
	font-size: 90%;
	height: 65px;
}

/*stili per la navigazione*/
#tablist{
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a
{
	display: inline;
	font-weight: normal;
	font-size: 12px;
	float: left;
	margin-left: 0px;
	padding: 4px 4px 0px 4px;
	font-family: verdana;
	height: 20px;
	background-color: #c8e0c6;
	text-align: center;
	text-decoration: none;
	border-right: 1px white  solid;

}

#tablist li a:link, li a:visited{
color: black;
}

#tablist li a.current, a:hover{
background-color: #71a0be;
color: white;
}

#menutab
{
	width: 100%;
	position: relative;
	height: 50px;
	border-top: 1px black  solid;
	border-bottom:1px black  solid;


}

#firstlevel
{
	background-image: url(./images/fettucciaverde.png);
	background-color: #e3efe3;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 25px;
}

#secondlevel
{
	background: url(./images/fettucciablu.png);
	background-color: #9dbdd2;
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	position: absolute;
	top: 25px;
	height: 25px;

}

#secondlevel a
{
	display: inline;
	float: left;
	margin-left: 0px;
	padding: 4px 4px 0px 4px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	font:  12px verdana;
	background-color: #71a0be;
	border-right: 1px white  solid;

}

#secondlevel a:link, a:visited
{
	color: black;
}

#secondlevel a:hover{
color: white;
}

.tabcontent{
display:none;
}

/*stile per il newser*/

.newser
{
	font-size: 4pt;
	font-family: verdana;
}

/* ***************************** INIZIO STILI USATI DA LUCA ********************************* */


div#indexPrevList
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	width: 200px;
	background-color: #9fbed3;
}

div#contentPrevList
{
	padding: 10px;
	margin: 0px 0px 0px 200px;
	padding-top: 1em;
	text-align: justify;
}

#divProdotti
{
	float: right;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	color: black;
	padding-top: 4px;
	font-family: verdana, sans-serif;
	
}

#divCategorie
{
	font-family: verdana, sans-serif;
	color: white;
	padding: 2px;
	font-size: 0.7em;
	font-weight: bold;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
}

#divCategorie a
{
	text-decoration: none;
	color: Black;
	background-color: Transparent;
}
#divCategorie a:hover
{
	text-decoration: none;
	color: white;
	background-color: Transparent;
}


#divProdotti li
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 216px;
	height: 128px;
	border-bottom: black 1px solid;
	color: Black;
}

.prodottoCategoria
{
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	background-color: Transparent;
}

.prodottoDescrizione
{
	border-top: silver 1px dotted;
	font-weight: bold;
	font-size: 1.1em;
	background-image: none;
	color: black;
	text-align: center;
}

.prodottoFoto
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	height: 96px;
}

.prodottoPrezzo
{
	font-weight: bold;
	font-size: 1.6em;
	color: #FB0000;
}
.prodottoDivisa
{
	font-weight: bold;
	font-size: 1.2em;
	color: black;
}

.tblCategoria
{
	background-color: #9FBED3;
	font-family: verdana, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
}

.tblProdotto
{
	background-color: #C8E0C6;
	font-family: verdana, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
}

.topFiveNumber
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-weight: bold;
	font-size: 1em;
	border-left: black 2px solid;
	color: white;
	border-bottom: black 2px solid;
	background-color: #c70015;
}
.topFiveItem
{
	font-size: 0.8em;
	font-weight: bold;
	border: solid 2px black;
	color: White;
}
#divPrimaPagina
{
	width: 98%;
	padding-left: 2px;
	padding-bottom: 16px;
	overflow: hidden;
}

#divPrimaPagina ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#divPrimaPagina li
{
	border-right: #c8e0c6 2px solid;
	border-top: #9fbed3 2px solid;
	margin-top: 4px;
	font-size: 0.8em;
	float: left;
	overflow: hidden;
	border-left: #9fbed3 2px solid;
	width: 197px;
	margin-right: 2px;
	border-bottom: #c8e0c6 2px solid;
	height: 220px;
}

#divPreventivo
{	
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	background-color: White;
	width: 98%;
	font-weight: bold;
}

#divPreventivo ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#divPreventivo li
{
	border-right: #c8e0c6 2px solid;
	border-top: #9fbed3 2px solid;
	margin-top: 4px;
	font-size: 0.8em;
	float: left;
	overflow: hidden;
	border-left: #9fbed3 2px solid;
	width: 197px;
	margin-right: 2px;
	border-bottom: #c8e0c6 2px solid;
	height: 208px;
}

#divPreventivo select
{
	font-weight: bold;
	font-size: 0.9em;
	border: solid 2px black;
}


.tblAdminArticoli
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}

.tblAdminArtHead
{
	background-color: #9FBED3;
	font-family: verdana, Sans-Serif;
	font-size: 0.8em;
}

.tblAdminArtRow
{
	background-color: #C8E0C6;
	font-family: verdana, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold;
}




.tblCarrello
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}

.tblHead
{
	background-color: #9FBED3;
	font-family: verdana, Sans-Serif;
	font-size: 0.6em;
}

.tblRow
{
	background-color: #C8E0C6;
	font-family: verdana, Sans-Serif;
	font-size: 0.6em;
	font-weight: bold;
}



.tblTotaliGray
{
	font-weight: bold;
	font-size: 0.6em;
	color: gray;
	font-family: verdana, Sans-Serif;
	background-color: #9fbed3;
}
.tblTotali
{
	background-color: #9FBED3;
	font-family: verdana, Sans-Serif;
	font-size: 0.6em;
	font-weight: bold;
}

.txtQta
{
	font-weight: bold;
	font-size: 0.9em;
	font-family: verdana, Sans-Serif;
	text-align: center;
}

#pTastiCarrello 
{
		text-align: center;
}

#pTastiCarrello a
{
	font-size: 0.8em;
	font-weight: bold;
	background-color: White;
	color: #c70015;
}



#divArticoliAdmin
{
	padding: 10px;
	margin: 0px 0px 0px 0px;
	padding-top: 1em;
	text-align: left;
}

#divArticoliAdmin p
{
	font-size: 0.8em;
	font-weight: bold;
}

.button
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	font-weight: bold;
	font-size: 0.9em;
	height: 20px;
	width: 85px;
}

.tastoEdit
{
	cursor: hand;
}

#pFiltriricerca
{
	font-weight: bold;
	font-size: 0.7em;
}

#divArticoliAdmin input
{
	font-weight: bold;
	font-size: 0.9em;
	border: solid 2px black;
}

#pFiltriricerca input
{
	font-weight: bold;
	font-size: 0.7em;
	border: solid 2px black;
}

#divArticoliAdmin select
{
	font-weight: bold;
	font-size: 0.9em;
	border: solid 2px black;
}

#pFiltriricerca select
{
	font-weight: bold;
	font-size: 0.7em;
	border: solid 2px black;
}
#divEditArticolo
{
	width: 100%;
	height: 100%;
	padding: 4px;
	background-color: #C8E0C6;
	overflow: auto;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

#divEditArticolo TD
{
	font-family: verdana, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

#divEditArticolo input
{
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: solid 2px black;
}

#divEditArticolo select
{
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: solid 2px black;
}

#divEditArticolo textarea
{
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: solid 2px black;
}

.fotoPreview
{
	border-right: #9fbed3 2px solid;
	border-top: #9fbed3 2px solid;
	border-left: #9fbed3 2px solid;
	border-bottom: #9fbed3 2px solid;
	height: 96px;
}

#tblFormPreventivo td
{
	font-family: verdana, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}

#tblFormPreventivo input
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	font-weight: bold;
	font-size: 0.9em;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}

#tblListino
{
	background-color: black;
}

#tblListino a
{
	text-decoration: none;
	background-color: Transparent;
}

#tblListino th
{
	font-weight: bold;
	font-size: 1em;
	color: white;
	font-family: verdana, sans-serif;
	background-color: #9FBED3;
}

#tblListino td
{
	font-size: 1em;	
	color: black;
	font-family: verdana, sans-serif;
	font-weight: bold;
	
}

.lightCell
{
	background-color: White;
	color: #71A0BE;
}

.greenCell
{
	background-color: #E3EFE3;
	color: #71A0BE;
}

#pExport
{
	font-family: verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#pCarrello
{
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
}

#pPayMod
{
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	color: #71A0BE;
	width: 80%;
	border: dotted 1px #71A0BE;
	padding: 8px;
	background-color: #E3EFE3;
}

#pExport a
{
	text-decoration: none;
	background-color: Transparent;
	color: #71A0BE;
}

#pExport a:hover
{
	text-decoration: underline;
	background-color: Transparent;
	color: #71A0BE;
}

#divListino
{
	overflow-x: auto;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	background-color: White;
	width: 98%;
}
.listinoCategoria
{
	font-weight: bold;
	background-color: #71A0BE;
	text-align: center;
	color: white;
}

h4
{
	font-size: 1.3em;
	font-weight: bold;
	color: White;
	display:inline;
	background-color: Transparent;
}
.bodyAdmin
{
	background-image: none;
	padding: 16px;
	background-color: White;
}

.bodyDettaglio
{
	background-image: none;
	padding: 16px;
	background-color: White;
}

.bodyCarrello
{
	background: url(./images/carrelloBG.gif) white fixed no-repeat right bottom;
	padding: 0px;
	margin: 0px;
}

#divCarrello
{
	padding: 16px;
	background-color: transparent;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.imgCategoria
{
	width: 40px;
	border: solid 1px black;
}

#divCategoria
{
	padding: 2px;
	border-bottom: dotted 2px #c8e0c6;
}
div#containerPrevList
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-image: none;
	margin: 0px auto;
	border-left: black 1px solid;
	width: 775px;
	border-bottom: black 1px solid;
	position: relative;
	height: 100%;
	background-color: white;
	text-align: left;
}

#divDettaglio
{
	border-right: #71a0be 4px solid;
	border-bottom: #71a0be 4px solid;
	padding-right: 8px;
	padding-left: 8px;
	background: url(./images/dettaglioBG.jpg) white fixed no-repeat right bottom;
	padding-bottom: 8px;
	border-left: #71a0be 4px solid;
	padding-top: 8px;
	text-align: center;
}
#divDettaglio td
{
	font-size: 0.8em;
	font-weight: bold;
}

#divDettaglio textarea
{
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border: solid 2px black;
}

#divDettaglio a
{
	font-size: 0.8em;
	font-weight: bold;
	background-color: White;
	color: #c70015;
}


/* ***************************** FINE STILI USATI DA LUCA ********************************* */



/* per parte gestionale Simone*/

.contents
{
	padding-left: 16px;
	float: left;
	background-image: none;
	width: 622px;
	color: #414247;
	background-color: white;
	margin-left: 1px;
}

.datagrid
{
	border-right: #69a2bd 1px solid;
	border-top: #69a2bd 1px solid;
	border-left: #69a2bd 1px solid;
	color: black;
	border-bottom: #69a2bd 1px solid;
	background-color: #f1f1f2;
}

.datagrid a
{
 color:#69a2bd;
}

.datagrid a:hover
{
 color:#69a2bd;
}

.datagrid a:link
{
 color:#69a2bd;
}

.datagrid a:visited {
	color:#69a2bd;
	
	
}

/*.button
{
	border-right: #69a2bd thin solid;
	border-top: #69a2bd thin solid;
	border-left: #69a2bd thin solid;
	border-bottom: #69a2bd thin solid;
	background-color: #f1f1f2;
	font-family: verdana;
	font-size: 8pt;
	color: #69a2bd;
	width: 85px;
	height: 20px;
}*/

.text
{
	border-right: #69a2bd 1px solid;
	border-top: #69a2bd 1px solid;
	border-left: #69a2bd 1px solid;
	color: black;
	border-bottom: #69a2bd 1px solid;
	font-family: verdana;
	background-color: white;
	height: 20px;
}

.multitext
{
	border-right: #69a2bd 1px solid;
	border-top: #69a2bd 1px solid;
	font-size: 8pt;
	border-left: #69a2bd 1px solid;
	color: #69a2bd;
	border-bottom: #69a2bd 1px solid;
	font-family: verdana;
	background-color: white;
	width: 100%;
	height: 200px;
}

div#content2
{
	text-align: justify;
	width:90%;
	padding-bottom: 30px;
	
}

div#content3
{
	text-align: justify;
	width:70%;
	padding-bottom: 30px;
	padding-left: 20px;
	
}

div#content3 a
{
	background-color: transparent;
	
}

div#content2 td
{
	font-family: verdana,sans-serif;
}

div#contentFAQ
{
	/*padding-right: 10px;
	padding-left: 10px;*/
	padding-bottom: 0px;
	margin: 0px 170px;
	padding-top: 0px;
	text-align: justify;
}

div#contentFAQAdmin
{
	/*padding-right: 10px;
	padding-left: 10px;*/
	padding-bottom: 2em;
	margin: 0px;
	padding-top: 0em;
	text-align: justify;
	width:90%;
	
}

div#containernewsletter{position:relative; width:400px;height: 100%;margin: 0 auto;
    text-align: left;border-top: 1px solid black;border-bottom: 1px solid black; border-left: 1px solid black;border-right: 1px solid black}
body>div#containernewsletter{height:auto;min-height:100%}


.contentsDatagrid
{
	padding-left: 16px;
	float: left;
	width: 624px;
	color: #414247;
}

.loginForm
{
	border-right: #69a2bd thin solid;
	border-top: #69a2bd 12px solid;
	border-left: #69a2bd thin solid;
	border-bottom: #69a2bd 12px solid;
	background-color: white;
}

.editArea /* per RTE */
{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:white;
	height:250px;
}

div#Editor_Div_htmltextarea
{
	height:200px;
}

.News
{
	padding: 0;
	font-size: 30%;
	padding-bottom: 0px;
	margin: 0;
	font-family: 'Comic Sans MS';
	background-color: #c8e0c6;
}
#divNewsBox
{
	width: 170px;
	height: 200px;
}

.popup
{
	margin: 10px;
}


