﻿#content
{
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #065a9a;  
  font-size: 12px;
  line-height: 140%;
  text-align: justify; 
  padding: 10px 20px 0px 20px;
  border: 0;
  width: 560px;
  float: left;
  /*clear: right;*/
}

#content img 
{
  border: 0;
}

#content a
{
  color: #065a9a;
  text-decoration: underline;
  font-weight: bold;
}

#content ul
{
  margin-left: 0;
  padding-left: 20px;
}

.centered_content
{
  text-align: center;
}

/*********** liste *******************/
.list_title
{
  border-bottom: 1px solid #065a9a;
  padding-bottom: 5px;
  font-weight: bold;
  color: #f4611c;
  margin: 0;
}

.list_title a
{
  color: #065a9a;
  text-decoration: none;
}

/************* Elenco prodotti ************/
.prod_list
{
  height: 100%;
  width: 100%;
  font-size: 11px;
}

.prod_list td
{
  border-bottom: 1px solid #065a9a;
  text-align: right;
  line-height: 140%;
}

.prod_list img
{
  float: left;
}

.prod_list h3
{
  color: #f4611c;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.prod_list h4
{
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.prz_linetr
{
  text-decoration: line-through;
}

/****************** Pagina links *********************/
#links_tbl a
{
  font-weight: normal;
  text-decoration: none;
}

#links_tbl td
{
  width: 200px;  
}

/***************** Dettaglio prodotto *************************/

#prod_detail_descr
{
  clear: left;
  font-size: 12px;
}

#prod_detail_descr a
{
  color: #f4611c;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

/***************** News ********************************/
.news_dt
{
  font-size: 11px;
  /*font-style: italic;*/
}

.news_title
{
  font-weight: bold;
  border-bottom: 1px solid #065a9a;
}

.news_content
{
  margin-bottom: 20px;
  text-align: justify;
}