/*RIDEFINIZIONE TAG-----------------------------------------------------------------------------------
Qui vanno inserite le ridefinizioni di tag standard html...
---------------------------------------------------------------------------------------------------------------*/
body {  
  background-color: #D3CEB1;
  background-image:url(../images/bg_yellow.jpg);
  background-repeat:repeat-x;
}


/*TAG TEXTS-----------------------------------------------------------------------------------------------
Qui vengono riportate le definizione per le classi di formatazione testo
----------------------------------------------------------------------------------------------------------------*/

/*TAG STRUTTURALI-------------------------------------------------------------------------------------
Sono le classi o gli id che definiscono la struttura generale del sito
In base a queste classi/id vengono create delle sezioni di css dedicate...
esempio la sezione Container.... o la sezione TopBox dove vanno inserite le definizioni
rivolte a elementi presenti unicamente in queste sezioni.
--------------------------------------------------------------------------------
MIDDLEBOX----------------------------------------------------------------------------------------------*/
div.title_nomarg{
  font-family: Arial, verdana;
  font-size: 14px;
  font-weight:bold;
  margin: 10px 0 0 0!important;
  margin: 15px 0 0 0;
  color:#666666;
}
div.titleprod{
  font-family: Arial, verdana;
  font-size: 16px;
  font-weight:bold;
  color:#999900;
  border:1px solid #999900;
  border-width:1px 0 0 0;
  padding:10px 0 0 20px;
  margin: 5px 10px 0 0;
  background-image: url(../images/arrow.gif);
  background-repeat:no-repeat;
  background-position:0 12px;
}
div.spec_prod_long{
  margin:10px 20px 0 2px!important;
  margin:10px 20px 0 1px;
}
div.spec_prod_long p{
  font-family: Arial, verdana;
  font-size: 12px;
  color:#666666;
}
div.prod_sx{
  width:760px!important;
    width:730px;
  margin:0 17px 20px 2px!important;
  margin:0 17px 20px 2px;
}

div.prod{
  width:760px!important;
  width:500px;
  display:block;
  margin:0 0 25px 0!important;
  margin:0;
}
div.prod span{
  background-image: url(../images/arrow.gif);
  background-repeat:no-repeat;
  background-position:left center;
  text-transform:uppercase;
  font-weight:bold;
  margin:0 0 0 5px;
  padding:0 0 0 20px;
  color:#666666;
}
div.prod p{
  font-family: Arial, verdana;
  font-size: 11px;
  font-weight:bold;
  margin:0 0 20px 177px!important;
  margin:0 0 20px 25px;
  color:#666666;
}
div.info p{
  font-family: Arial, verdana;
  font-size: 11px;
  font-weight:normal;
  margin:0 0 10px 177px!important;
    margin:0 0 10px 25px;
  color:#666666;
}
div.img_fiera{
  background-image: url(../images/bg_fiere.jpg);
  background-repeat:repeat;
  width:140px;
  height:140px;
  float:left;
  padding:5px 5px 5px 5px;
  border:1px solid #999999;
}


