#elenco_prodotti {
	width: 650px;
	float: left;
}
.sotto_sezione{
	padding: 0;
	float: left;
	margin-top: -1px;
	margin-bottom: 3px;
	background: #e0e0e0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	width: 99.8%;
	margin-right: 2px;
	height: 10px;
	padding-top: 3px;
	padding-bottom: 6px;
}
.sotto_sezione > p{
	padding: 0!important;
	margin: 0 5px !important;
	color: #202020;
	font-size: 12px;
	font-weight: bold;
}
.ordine_confermato p{
	margin: 4px;
}
.nessun_prodotto{
	margin: 30px;
	padding-bottom: 30px;
}
.tempo{
	padding: 20px;
	background: #f0f0f0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #999;
	-moz-box-shadow: #FFF 0 1px 0px;
	-webkit-box-shadow: #FFF 0 1px 0px;	
}
.tempo a{
	cursor: pointer;
	text-decoration: none;
}
.tempo a:hover{
	text-decoration: underline;
}
/*PAssaggi ordina*/
#maschera{
	position: relative;
	overflow: hidden;
}

#box_ordina{
	width:100%;
	position: relative;

}
.passaggio{
	width:100%;
	float: left;
}
.passaggio h5{
	margin-top: 15px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 25px;
}
.passaggio p{
	text-align: left;
	padding: 10px;
	margin-left: 15px;
}
.passaggio label{
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 40%;
	float: left;
	margin-left: 0;
	height: 100%;
}
.passaggio input{
	margin: 2px;
	border: 1px solid #ddd;
	padding: 1px;
	font-size: 12px;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	-moz-box-shadow: #FFF 0 1px 0px;
	-webkit-box-shadow: #FFF 0 1px 0px;
	/*opera*/
	box-shadow: #FFF 0 1px 0px;
	border-radius: 3px;
}
.passaggio input[type=radio]{
	float: left!important;
	margin-right: 5px;
}
/*tabella*/
#cassa{
	padding: 6px;
}
#cassa table{
	width: 100%;
	font-size: 10px;
	border-collapse: collapse;
	margin: 0;
	margin: auto;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	-moz-box-shadow: #FFF 0 1px 0px;
	-webkit-box-shadow: #FFF 0 1px 0px;
	/*opera*/
	box-shadow: #FFF 0 1px 0px;
	border-radius: 3px;
}
#cassa tr:hover{
	background: #eee;
}
#cassa table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#cassa table td{
	padding: 5px;
	border: 1px solid #ccc;
}
td input{
	display: block;
	float: right;
	width: 35px;
	height: 12px;
	padding: 2px!important;
	margin-top: 2px!important;
	font-weight: bold;
	font-size: 10px!important;
	background-color: #F7F7F7;
	color: #777;
	border: 1px solid #CBCBCB!important;
	text-align: right;
	border-radius: 12px!important;
	-webkit-border-radius: 12px!important;
	-moz-border-radius: 12px!important;
}
.table_canc{
	text-align: center!important;
}
.table_prezzo{
	font-size: 11px;
	text-align: right;
	font-family: monospace!important;
}
.table_prezzo_tot{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.table_prezzo_tot_prezzo{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	font-family: monospace!important;
}
a.el_td{
	background-color: #AF6A5A;
padding: 2px 4px;
font-size: 10px;
color: #F0F0F0;
text-shadow: 0 -1px 0 #666;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
border: 0;
-webkit-box-shadow: 0 1px 0 #ccc;
-moz-box-shadow: 0 1px 0 #ccc;
-o-box-shadow: 0 1px 0 #ccc;
text-decoration: none;
}
*html a.el_td{
	display: block;
	height: 7px;
	margin: 0;
}
a.el_td:hover{
	background-color: #FF473B;
}
*html a.el_td:hover{
	height: 7px;
}
.riga_titolo{
	background: #eee;
}
div.btn_ordine{
	position: relative;
	padding: 10px;
	overflow: hidden;
	bottom: 0;
}
#ordina_ordina{
	cursor: pointer;
	margin: 10px;
	position: relative;
	display: block;
	float: right;
	display: block;
	text-decoration: none;
	font-size: 11px;
	background: #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#btn_promo{
	cursor: pointer;
	margin: 10px;
	position: relative;
	display: block;
	float: right;
	height: 19px;
	width: 120px;
	padding: 2px 6px 0 6px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background:  #c2d18e;
	text-align: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #338342;
	-webkit-box-shadow: 0 1px 0 #bbb;
	-moz-box-shadow: 0 1px 0 #bbb;
	box-shadow: 0 1px 0 #bbb;
	text-shadow: 0 -1px 0 #999;
}
#ordina_ordina:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
}
a#back_to_search_ordina{
	float: left;
	display: block;
	margin: 10px;
	text-decoration: none;
	font-size: 11px;
	background: #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
a#back_to_search_ordina:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
}
p.note, p.note_pagamento{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-shadow: 0 1px 0 #FFF;
}
.tableconferma{
	width: 97%;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
	margin: auto;
	border: 2px solid #ddd;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;
	-moz-box-shadow: #FFF 0 1px 0px;
	-webkit-box-shadow: #FFF 0 1px 0px;
	/*opera*/
	box-shadow: #FFF 0 1px 0px;
	border-radius: 3px;
}
.tableconferma  tr:hover{
	background: #ddd;
}
.tableconferma  th{
	padding: 5px;
	border: 1px solid #ccc;
}
.tableconferma  td{
	padding: 5px;
	border: 1px solid #ccc;
}
/*sbox-content*/
#sbox-content{
	width: 538px!important;
	height: 510px!important;
	margin-left: 5px;
	margin-top: 7px;
	border: 1px solid #CBCBCB;
	background-color: #FCFCFC;
	border-radius: 4px;
	position: relative;
	overflow-x: hidden!important;
}
#sbox-content h5{
	font-size: 13px;
	color: #cd0000;
	margin: 1px 10px;
	margin-top: 8px;
}
#sbox-content p{
	color: #333;
	font-size: 11px;
	margin: 1px 10px;
}
#sbox-content textarea{
	width: 100%;
	background: #eee;
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	text-align: left;
}
#btn_conferma_ordine{
	cursor: pointer;
	margin: 5px!important;
	margin-top: 20px!important;
	position: relative;
	display: block;
	float: right;
	display: block;
	text-decoration: none;
	font-size: 11px;
	background: #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#btn_conferma_ordine:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
}
#back_to_search_conferma{
	float: left;
	display: block;
	margin: 5px!important;
	margin-top: 20px!important;
	text-decoration: none;
	font-size: 11px;
	background: #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#back_to_search_conferma:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
}

.link_ordina{
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #cd0000;
}
.link_ordina:hover{
	text-decoration: underline;
}