#riqSx{
	float: left;
	left:0%;
}

#riqCx{
	float: left;
	margin-left:40px;
}

#riqDx{
	float: right;
}

/*#subSezRiq{
	float:left;
	width:66%;
}*/

/*POSIZIONAMENTO E DIMENSIONI*/

.riq{/*dimensione fissa per i riquadri standard*/
	width:194px;
	display:inline;
}

.riq .tr{ /*ultimo div prima del contenuto effettivo!*/
	height:155px;
	position:relative;		
	padding:0;
	margin:0;
}

.riqBasso .tr{/*riquadro con altezza ridotta*/
	height:135px;
}

.riq .main{
	position:absolute;
	top:23px;
	left:23px;
	right:10px;
	bottom:10px;
}

.riq .cont{
	height:70px;
/*	border:1px solid green;*/
	overflow:auto;
}

.riq .contAlto{/*per i riquadri senza div.tasto*/
	height:125px;
}
.riq .contMedio{/*per i riquadri con div.tasto ma senza pulsante*/
	height:108px;
}

/*	border:1px solid green;*/

/*SFONDI BORDI*/
.riq{
	background:white url("/imgs_/_riquadri/_bordi/ml.gif") left repeat-y;
}

.riq .mr{
	background:    url("/imgs_/_riquadri/_bordi/mr.gif") right repeat-y;
}
.riq .bl{
	background:    url("/imgs_/_riquadri/_bordi/bl.gif") bottom left no-repeat;
}
.riq .tl{
	background:    url("/imgs_/_riquadri/_bordi/tl.gif") top left no-repeat;
}
.riq .br{
	background:    url("/imgs_/_riquadri/_bordi/br.gif") bottom right no-repeat;
}
.riq .tr{
	background:    url("/imgs_/_riquadri/_bordi/tr.gif") top right no-repeat;
}

/*FRUTTA E VERDURA CORNERS*/
.riq .orario{background:    url("/imgs_/_riquadri/_angoli/orologio.gif") top left no-repeat;}
.riq .metano{background:    url("/imgs_/_riquadri/_angoli/metano.gif") top left no-repeat;}
.riq .banane{
	background:    url("/imgs_/_riquadri/_angoli/banane.gif") top left no-repeat;
}
.riq .carota{
	background:    url("/imgs_/_riquadri/_angoli/carota.gif") top left no-repeat;
}
.riq .cavolo{
	background:    url("/imgs_/_riquadri/_angoli/cavolo.gif") top left no-repeat;
}
.riq .ciliegie{
	background:    url("/imgs_/_riquadri/_angoli/ciliegie.gif") top left no-repeat;
}
.riq .fragola{
	background:    url("/imgs_/_riquadri/_angoli/fragola.gif") top left no-repeat;
}
.riq .limone{
	background:    url("/imgs_/_riquadri/_angoli/limone.gif") top left no-repeat;
}
.riq .mela{
	background:    url("/imgs_/_riquadri/_angoli/mela.gif") top left no-repeat;
}
.riq .natale{
	background:    url("/imgs_/_riquadri/_angoli/natale.gif") top left no-repeat;
}
.riq .pera{
	background:    url("/imgs_/_riquadri/_angoli/pera.gif") top left no-repeat;
}
.riq .zucca{
	background:    url("/imgs_/_riquadri/_angoli/zucca.gif") top left no-repeat;
}
.riq .macchina{
	background:    url("/imgs_/_riquadri/_angoli/macchina.gif") top left no-repeat;
}
.riq .mail{		background:url("/imgs_/_riquadri/_angoli/mail.gif") top left no-repeat;	}


/*SPECIALI*/
.riq .tasto{
	width:159px;
	text-align:center;
	font-size:1px;
}

.riq .red{
	background-color:red;
}
