﻿body 
{
	font-family:Arial;
	font-size:11px;
	margin:0px 0px 0px 0px;
	background-image:url(../Images/striscia_sfondo_01.gif);
	background-repeat:repeat-x;
	background-color:#008AD2;
}

.whiteBody
{
	font-family:Arial;
	font-size:11px;
	background-color:White;
	background-image:none;
	margin-top:10px;
}

a
{
	color:#597FCD;
	text-decoration:none;
}

a:hover
{
	color:#597FCD;
	text-decoration:underline;	
}

a:visited
{
	color:#597FCD;
	text-decoration:none;	
}

select
{
	font-family:Arial;
	font-size:12px;
}

.textbox
{
	font-family:Arial;
	font-size:12px;
}

.bordered
{
	border:solid 1px #e1e1e1;	
}

.leftBordered
{
	border-left:solid 1px #e1e1e1;	
}

.rightBordered
{
	border-right:solid 1px #e1e1e1;	
}

.bottomBordered
{
	border-bottom:solid 1px #e1e1e1;	
}

.topBordered
{
	border-top:solid 1px #e1e1e1;	
}

.topBottomBordered
{
	border-top:solid 1px #e1e1e1;
	border-bottom:solid 1px #e1e1e1;
}

/* Titolo generico */
.title
{
	background-color:#f3f3f3;
	color:#026687;
	height:16px;
	font-weight:bold;
}

/* Formattazione elenco articoli */
.titleArticolo
{
	height:16px;	
	color: #026687;
	font-weight:bold;
}

/* Formattazione macrocategorie */
.cellMacrocategoria
{
	border-right:solid 1px #597FCD;
	color:#597FCD;
	width:80px;
}

.firstCellMacrocategoria
{
	border-right:solid 1px #597FCD;
	border-left:solid 1px #597FCD;
	color:#597FCD;
	width:80px;
}

.button
{
	background-color:Transparent;	
	border-width:0px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#597FCD;
	cursor:pointer;
	width:100%;
}

.std_button
{
	background-color:#f5f5f5;	
	border:solid 1px gray;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#597FCD;
	cursor:pointer;
	/*width:90px;*/
}

/* Formattazione categorie/sottocategorie */
.accordionHeader
{
	background-color:#f3f3f3;
	cursor:pointer;
	font-size:10px;
	border-top:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
}

.accordionHeaderSelected
{
	background-color:#f3f3f3;
	border:solid 1px #e1e1e1;
	font-size:10px;
	color:#fd6e13;
}

.accordionHeaderSelected a
{
	color:#fd6e13;
}

.accordionContent
{
	font-family:Arial;
	font-size:10px;	
	background-color:White;
}

.accordionContent table
{
	border:solid 1px #e1e1e1;
	width:100%;
}

/* Formattazione modello */
.linkIndietro
{
	text-decoration:none;
	color:#597FCD;
}

.titleModello
{
	background-color:#f3f3f3;
	color:#026687;
	height:16px;
	font-weight:bold;
}

/* Formattazione elenco modelli */
.titleItemModello
{
	background-color:#f3f3f3;
	color:#026687;
	height:16px;
	font-weight:bold;
}

.highlightedItem
{
	border:solid 1px gray;
}

.dehighlightedItem
{
	border:solid 0px transparent;
}

.tdPriceItemModello
{
	background-color:transparent;	
}

.priceItemModello
{		
	color:#026687;
	font-weight:bold;
	font-size:22px;
}

.decimalsItemModello
{
	color:#fd6e13;
	font-weight:bold;
	font-size:10px;
}

/* Formattazione primo piano */
.titlePrimoPiano
{
	font-weight:bold;
	color:#026687;
	height:22px;
	background-image:url(../Images/TitoloPrimoPiano.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.footerPrimoPiano
{
	height:35px;
	background-image:url(../Images/FooterPrimoPiano.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.primoPianoItemSelected
{
	font-weight:bold;
	color:#fd6e13;
	height:22px;
	text-decoration:underline;
	background-image:url(../Images/TitoloPrimoPiano.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.pricePrimoPiano
{		
	color:#026687;
	font-weight:bold;
	font-size:22px;
}

.decimalsPrimoPiano
{
	color:#fd6e13;
	font-weight:bold;
	font-size:10px;
}

/* Generale */
.modalBackground 
{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	display:none;
	z-index:10;
	background-color:gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.modalBackground_extender {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}