﻿
/* ---------------- MYEPLAZA -------------- */
.myeplaza 
{
	width:700px; 
	float:left; 
	position:relative;
	padding:24px;
	font: normal 12px 'Arial';
	color:#666666;
}
.testo
{
	background-color: #FFEAAA;
	border: 1px solid #999999;
	font: normal 12px "Verdana";
	color: #444444;
}
.myeplaza_center_bottom
{
	position: relative; 
	float: left; 
	width: 740px; 
	height: 30px; 
	background-image: url(../Images/bg_scrollbottom.jpg);
    background-repeat: no-repeat;
}
/* --------------------------------------- */
.riga_form
{
	position: relative;
	float: left;
	width: 740px;
	margin-bottom: 2px;
}
.titolo_campo
{
	width: 130px;
	float: left;
	font: normal 11px 'Verdana';
	padding-left: 20px;
	margin-top: 3px;
}
.classe_campo
{
	width: 180px;
	float: left;
}
.messaggio_campo
{
	float: left;
	font: normal 10px 'Verdana';
	padding-left: 4px;
	margin-top: 3px;
}
.messaggio_campo a
{
	text-decoration: underline;
}
.alert_campo
{
	width: 15px;
	height: 13px;
	float: left;
	background-image: url(../Images/alert_field.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 3px;
}
.testo_errore
{
	background-color: #FFFF00;
	border: 2px solid #FF0000;
	height: 18px;
	font: normal 12px "Verdana";
	color: #111111;
}
.myep_benvenuto { font: normal 12px 'Arial'; color:#666666; }
.myep_benvenuto > i { color:#FF6600; font-style:normal; }

/* ----------------------TABELLA ORDINI--------------------------- */
.tabordini {float:left;width:700px;margin-top:20px;}
td.tabordini_titoli {border-bottom:1px solid #CCCCCC;font: bold 12px 'Arial'; color:#666666;}
td.tabordini_valori {border-bottom:1px dotted #CCCCCC;font: normal 12px 'Arial'; color:#666666;}
a.linkordine {font: bold 13px 'Arial'; text-decoration: underline; color:#3366CC;}
/* ------------------------------------------------- */
/*--------------------DETTAGLIO ORDINE-----------------------------*/
.stato_ordine_annullato_dettaglio { font: bold 22px "Arial"; color:#FF0000;}
.stato_ordine_spedito_dettaglio { font: bold 22px "Arial"; color:#00AA00;}
.stato_ordine_ingestione_dettaglio { font: bold 22px "Arial"; color:#F2B600;}

.stato_ordine_annullato_spunta 
{
	width: 16px;
	height: 12px;
	background-image: url(../Images/chk_rosso.gif);
	background-repeat: no-repeat;
}
.stato_ordine_spedito_spunta 
{
	width: 16px;
	height: 12px;
	background-image: url(../Images/chk_verde.gif);
	background-repeat: no-repeat;
}
.stato_ordine_ingestione_spunta 
{
	width: 16px;
	height: 12px;
	background-image: url(../Images/chk_giallo.gif);
	background-repeat: no-repeat;
}

.stato_ordine_annullato {color:#FF0000;}
.stato_ordine_spedito {color:#00AA00;}
.stato_ordine_ingestione {color:#F2B600;}
.categ_12 { font: normal 12px "Arial"; text-decoration: underline; color:#3366CC;}

.stato_ordine_titolo
{
	width: 180px;
	float: left;
	font: normal 11px 'Verdana';
	padding-left: 20px;
	margin-top: 8px;
}

.stato_ordine
{
	width: 150px;
	float: left;
	border-left:1px dotted #444444;
	padding-left:10px;
}
.boxinfoaddr {float:left;width:310px;height:120px;border:1px solid #CCCCCC;padding:10px;}


/* ------------------------------------------------- */
/* ------------------LOGIN PAGE--------------------- */
.box_login_email {position: relative;float: left;width: 100%;margin: 30px 0px 10px 10px;}
.box_login_titcampo {width:300px;float:left;text-align:right;padding-right:10px;margin-top:3px;}
.box_login_campo {width:170px;float:left;}
.box_login_button1 {position: relative;float: left;width: 100%;margin-top: 20px;text-align:center;}
.box_login_boxforgot {position: relative;float: left;width: 100%;margin-top: 20px;}
.box_login_titcampo2 {width:230px;float:left;text-align:right;padding-right:10px;margin-top:6px;}
.box_login_campo2 {width:200px;float:left;margin-top:6px;}
