@charset "utf-8";
/* CSS Document */

#cat_container {
	width: 600px;
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 18px;
	height:1%;
}
#cat_container:after{
	content:".";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
	}
	
#cat_container h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.5em; font-style: italic; color: #FFF; display: block; font-weight: normal; border:none; text-transform: none; padding:0px; line-height: 24px; height: 24px; float: none; width: 600px; 
}
#cat_container h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	display: block;
	width: 600px;
	font-weight: normal;
	border:none;
	text-transform: none;
	padding:0px;
}
#testa {
	height: 50px;
	margin-bottom: 20px;
	background-image: url(../immagini/zoom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	line-height: 50px;
	width: 600px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 10px;
	color: #A8B50A;
	text-align: right;
}
#testa a {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BACA75;

}
.logo {
	margin-left: 30px;
}


/* ---------------  menu categorie ----------------- */
ul#categorie {
	list-style-type:none;
	font-weight:normal;
	width: 235px;
	display: block;
	margin-left: 30px;
	padding: 0;
}
ul#categorie li {
	padding:0;
	display: block;

}
ul#categorie li a {
	color:#FFF;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #61513e;
	line-height: 20px;
	width: 235px;
}

ul#categorie li a:hover {
	color: #A8B50A;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom-color: #A8B50A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

}
/* ---------------  box prodotto ----------------- */

.box_prodotto { background-color: #766149; display: block; height: 150px; padding: 5px; margin-bottom: 20px; width: 590px; position: relative; 
}

.box_prodotto img {
	display:inline;
	float: left;
	margin-right: 20px;
}

.box_prodotto p {
	font-size: 13px;

}
.compra { display: block; right: 0px; bottom: 0px; position: absolute; padding-right: 10px; padding-bottom: 10px; width: 200px; }
.box_prodotto .compra input { width: 30px; float: left; margin-right: 20px; height: 20px; line-height: 20px; }

.prezzo {
	font-size: 13px;
	color: #A8B50A;
	text-decoration: underline;
}
.acquista {
	float: left;
	background-image: url(../immagini/btn_acquista.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 136px;
}
#cassa input {
	display: inline;
	width: 50px;
	line-height: 16px;
	background-color: #FFF;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	color: #55432F;
}
.prezzi {
	text-align: right;
}


/*---------------------- TABLE LISTINO DESIGN  ------------------------------------------------------------*/


#cassa
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
	line-height: 30px;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#cassa th
{
	font-size: 12px;
	font-weight: normal;
	color: #A8B50A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8B50A;
	text-transform: uppercase;
	padding: 5px;
}
#cassa td
{
	color: #FFF;
	padding: 6px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #807263;
}
#cassa tbody tr:hover td
{
	color: #9BB511;
}
#cassa a{
	line-height: 30px;
	display: block;
	height: 18px;
	width: 18px;
	float: left;
	
	}
	
/*---------------------- GESTIONE PULSANTI  ------------------------------------------------------------*/

	#paginazione {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #503820;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	width: 600px;
	height: 30px;
}
	
	
form, button{border:0; margin:0; padding:0;}
.annulla {
	display: block;
	float: left;
	width: 136px;
	background-image: url(../immagini/annulla.gif);
	text-indent: -9999px;
	height: 29px;
	margin-right: 10px;
}
.torna {
	display: block;
	float: left;
	width: 193px;
	background-image: url(../immagini/torna.gif);
	height: 29px;
	text-indent: -9999px;
	margin-right: 10px;
}



.cassa {
	display: block;
	float: left;
	width: 136px;
	background-image: url(../immagini/cassa.gif);
	text-indent: -9999px;
	height: 29px;
}
.ordine {
	background-image: url(../immagini/ordine.gif);
	display: block;
	height: 29px;
	width: 193px;
	float: left;
	text-indent: -9999px;
}
.ordine:after{
	content:".";
	clear:right;
	height:0;
	visibility:hidden;
	display:block;
	}

#totale-cassa {
	text-align: right;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9BB518;
	margin-bottom: 30px;
}
#tipo_pag {
	background-color: #766149;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 200px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.checkbox {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	height: 30px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CECECE;
	padding: 5px;
	
	}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	float: left;
	width: 350px;
}


	/* ----------- stylized ----------- */
	#pag{
	background-color: #766149;
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 13px;
	color: #FFF;

	}
#pag input {
	width: 70px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color: #55432F;
	text-align: center;
	
}
	#pag label{
	display:inline;
	text-align:left;
	width:140px;
	float:left;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	}
	#pag select{
	display:inline;
	text-align:left;
	width:80px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	}

