div#carrello_step{
	background: #FFF;
	height: 38px;
	width: 649px;
	margin: 30px 0 1px 0;
	padding: 0 0 0 0;
	float: left;
	border-bottom: 12px solid #C91877;
}


/** FORMATTAZIONE TABELLE CARRELLO E REPORT **/


table.carrello {
	float: left;
	width: 650px;
	border-collapse: collapse;
}

table.carrello thead th {
	text-align: center;
	vertical-align: middle;
	background: #C91877;
	color: #FFF;
	height: 30px;
	border-right: 1px solid #FFF;
}

table.carrello tbody td {
	padding: 3px;
	border-bottom: 1px solid #C91877;
	color: #666;
}

table.carrello tbody td a {
	font-size: 12px;
	background: transparent;
	text-decoration: underline;
	color: #666;
}
table.carrello tbody td a:hover {
	/*background: #C2F64D;
	background: #FFF url(img/sf_list_sel.gif) repeat-x;*/
	color: #C91877;
}

/*allinea destra per celle con cifre*/
table.carrello tbody th.right, table.carrello tbody td.right, 
table.carrello tfoot th.right, table.carrello tfoot td.right{
	text-align: right;
}


table.carrello tbody th, table.carrello tbody td{
	vertical-align: middle;
	text-align: center;
	padding-left: 3px;
}
table.carrello tfoot td,
table.report tfoot td {
	padding: 3px;
	padding-top: 12px;
	color: #666;
}


TABLE.carrello INPUT[type="submit"]{
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	/*BACKGROUND-COLOR: #FFFFFF;*/
}

/** FINE FORMATTAZIONE TABELLA CARRELLO **/


/* setto tutti i selettori per il login */
DIV.login {
	background: #FFF;
	width: 300px;
 	border-collapse: collapse;
	border: 0 solid #C91877;
	font: 11px/100% Arial, Verdana, Helvetica;
	color: #666;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
}

DIV.login table {
	background: #FFF;
	width: 300px;
 	border-collapse: collapse;
	border: 0 solid #C91877;
	font: 11px/100% Arial, Verdana, Helvetica;
	color: #666;
	float: left;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align:left;
}

DIV.login P.etichetta {
	padding: 12px;
	background: #C91877;
	color: #FFF;	
	font-size: 14px;
	font-weight: bold;
}


DIV.login P {
	font-size: 11px;
	color: #666;
	margin: 0 0 6px 0;
}

DIV.login P A{
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}

DIV.login P A:hover{
	font-size: 11px;
	color: #c91877;
	text-decoration: underline;
}
DIV.login label{
	font: 11px Arial, Verdana, Helvetica;
	color: #cf1877;
	LINE-HEIGHT: 15px;
	width: 90px;
}
DIV.login INPUT{
	font: 12px Arial, Verdana, Helvetica;
	margin: 0px;
	color: #333;
	border-top: 1px solid #e6b6d7;
	border-right: 1px solid #c91877;
	border-bottom: 1px solid #c91877;
	border-left: 1px solid #e6b6d7;
	padding: 4px;
	background-color: #f6e9f9;
}
DIV.login INPUT[type="submit"]{
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #e6b6d7;
	border-right: 1px solid #c91877;
	border-bottom: 1px solid #c91877;
	border-left: 1px solid #e6b6d7;
	background-color: transparent;
}

DIV.login INPUT[type="image"]{
	padding: 0;
	border: 0;
}

