/*stile griglia prodotti*/

.boxcategorie{
        background-color:#FFFFFF;
        border:1px solid #CCC;
        margin:5px;
}

.categoria{
	float:left;
	width:154px;
	margin-left:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.categoria_in{
 	width:152px;
    text-align:center;
	border-right:1px solid #CCC;
}

.categoriamin{
	float:left;
	width:110px;
	margin-left:3px;
	margin-bottom:0px;
	margin-top:5px;
}

.categoriamin_in{
 	width:108px;
    text-align:center;
	border-right:1px solid #CCC;
}

.noborder{
      border:0;  
} 

.categoria_in p{
margin:0;
}

.categoria_vetrina{
	float:left;
	width:192px;
	margin-left:4px;
	margin-bottom:0px;
	margin-top:5px;
}

.categoria_in_vetrina{
 	width:190px;
    text-align:left;
	border-right:1px solid #CCC;
}

.categoria_in_vetrina p{
margin:0;
}

.blkimg{
	height:165px; 
	/*background-color:#CCC;*/
	/*border-bottom:1px solid #778899;*/
}

.blkimgmin{
	height:110px; 
	/*background-color:#CCC;*/
	/*border-bottom:1px solid #778899;*/
}

.margine{
	padding:1px;
}

.titolo{
	/*background-color:#2c80ab; */
	min-height: 32px;
	height: auto !important;
	height: 32px;
	/*font-weight:bold;*/
       font-size: 110%;
	line-height:130%;
}


.contenitore_rep{
	float:left;
	width:150px;
	margin-left:4px;
	margin-bottom:0px;
	margin-top:5px;
}

.contenitore_in_rep{
 	width:148px;
    text-align:left;
}

.contenitore_in_rep p{
margin:0;
}

.linkcx{
       margin-right:-3px;
}

.baseboxprod{
    padding:5px;
	/*background-color:#EEE;*/
}

div.shop-alto
{
  margin-top:5px;
  width: 790px;
  background-image: url('../nautilus/userfiles/image/shop_alto.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 10px; 
}
div.shop-medio
{
  width: 790px;
  background-image: url('../nautilus/userfiles/image/shop_medio.gif');
  background-repeat: repeat-y;
}
div.shop-basso
{
  width: 790px;
  background-image: url('../nautilus/userfiles/image/shop_basso.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px; 
}