
#leftcontent div.bl {
	width: 380px;
}

/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
}

body {
	text-align: center;
	background-color: white;
	color : #000000
}

/* struttura e layout pagina */

div#login {
	margin-top: 300px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


div#container {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

div#header {
	/* background-color:#36C;*/
	display: none;
}

div#content {
	/*margin-top: 120px;*/
	padding: 0px;
	background-color : white;
	font-family : Verdana;
	font-size : 12px;
	color : black;
	text-align : center;
	z-index: 10;
	border: 0;
}


div#content A:LINK {
	text-decoration: none;
	font-weight : bold;
	color: #0000BF;
}

div#content A:VISITED {
	text-decoration: none;
	font-weight : bold;
	color: #0000BF;
}

div#content A:HOVER {
	text-decoration: none;
	font-weight : bold;
	color: black;
}

div#footer {
	display: none;
}

/* stili generici */

hr {
	color: black;
	height: 2px;
	border: 0;
	width: 95%;
	background-color: black;
}

h1 {
	margin: 0;
	padding:0;
	font: bold 2.3em/80px arial,serif;
	line-height: 1.2;
	color: black;
}

h2 {
	padding:0;
	margin-top: 25px;
	color: black;
	font-size: 1.5em;
}

h3 {
	padding:0;
	margin: 12px;
	color: black;
	font-size: 1.3em;
}


caption {
	padding: 10px;
	font-size: 2em;
}

table {
	background-color: white;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	border-spacing: 0px;
	color : black;
	margin-top: 10px;
	width: 100%;
}

td, th {
	background-color: white;
	color : #000000;
	border: 1px solid black;
}

/* Formattatori */

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

/* Classi e stili personalizzate */

.messaggi {
	color: black;
	font-size: 16px;
	margin: 12px;
	font-weight : bold;
}

.error {
	color: red;
	font-size: 16px;
	margin: 12px;
	font-weight : bold;
}

div#content .error A {
	text-decoration: none;
}

div#content .error A:LINK {
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

div#content .error A:VISITED {
	font-weight : bold;
	color: #FF7735;
	background-color : #000000;
}

div#content .error A:HOVER {
	font-weight : bold;
	color: #000000;
	background-color : #32CD32;
}

div#content .error A:ACTIVE {
	color: red;
	background-color : #32CD32;
}

.main_title {
	text-align : center;
	font-family : Verdana;
	font-size : 26px;
	font-weight: 900;
	/*letter-spacing: 1pt;*/
	word-spacing: 5px;
	color: #32CD32;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main_status {
	text-align : center;
	font-family : Verdana;
	font-size: 12px;
	color: #32CD32;
	margin-top: 2px;
	margin-bottom: 12px;
}

.c_red {
	text-align : center;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	color: red
}

.right {
	margin-left: auto;
	margin-right: 0px;
}

.floatleft {
	float : left;
	margin-right: 20px;
}

.newitem {
	display: none;
}

div#content .newitem a {
	text-decoration: none;
	font-size: 16px;
	color: black;
}

div#content .newitem a:LINK {
	font-weight : bold;
	color: black;
}

div#content .newitem a:VISITED {
	font-weight : bold;
	color: black;
}

div#content .newitem a:HOVER {
	font-weight : bold;
	color: black;
	background-color: #32CD32;
}

/*standard*/
table.scelta {
}

/*small*/
table.scelta_s {
	width: 210px;
	text-align: center;
}

/*medium*/
table.scelta_m {
	width: 400px;
}

/*large*/
table.scelta_l {
	width: 500px;
}

.prima_s {
	width: 120px;
}

li{
	display: inline;
	padding: 0 10px;
}

#linkvendita {
	font-size: 40px;
	margin-top: 300px;
}

.help {
	text-align: left;
	color : black;
	font-size: 16px;
	margin: 30px;
}

.lowdiscount {
	background-color: red;
}

.totali td {
	font-size: 125%;
	font-weight : bold;
	padding: 5px;
}

.diff td {
	background-color: #FF8C00;
}

.nomargintop {
	margin-top: 0px;
}

.important {
	color : red;
	font-weight : bold;
}

.notaaccr td {
	color : green;
	font-weight : bold;
}

.anteprima {
	width: 580px;
	background-color: white;
}

.nascosto {
	display: none;
}

.benvenuto {
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.benvenuto A:LINK , .benvenuto A:VISITED , .benvenuto A:HOVER , .benvenuto A:ACTIVE {
	color: black;
}

.visite th {
	text-align: center;
}

.showquery {
	display: none;
}

.urgente td {
	/*border: 1px solid red;*/
	background: silver;
}

.noprint {
	display: none;
}

.debugmsg {
	display: none;
}