/**
  Style news
*/

/* Style elenco
----------------------*/
h1#products_title {
  width:auto;
  padding:4px 0 4px 4px;
  margin:0;
  color:#fff;
  background:#E60000;
  font-size:13px;
}
div.products {
  width:100%;
  line-height:16px;
  display:block;
  padding:0;
  background:#E5E5E5;
  color:#000000;
}
div.products div.p_date {
  width:auto;
  color:#E60000;
  font-weight:bold;
  text-align:right;
  margin-right:4px;
}
div.products img.left {
  padding:0;
}
div.products h3 {
  font-size:12px;
  width:auto;
  display:block;
  color:#fff;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  margin-bottom:5px;
}
/* Style dettaglio news
----------------------------*/
div#product_dettail {
  float:left;
  margin:0 auto;
  width:100%;
}
div#product_dettail #info {
  width:49%;
  float:left;
  margin:10px 0 10px 0;
  color:#E60000;
  font-weight:bold;
}
div#product_dettail #tools_print {
  width:50%;
  float:left;
  text-align:right;
  margin:10px 0 10px 0;
}
div#product_dettail h1 {
  float:left;
  width:100%;
  font-size:13px;
  display:block;
  color:#fff;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  vertical-align: baseline;
}
div#product_dettail #text {
  float:left;
  text-align:left;
  width:auto;
  margin-bottom:5px;
}
div#q_container {
  float:left;
  width:100%;
  margin-top:5px;
}
div#q_container h3 {
  float:left;
  width:100%;
  font-size:13px;
  display:block;
  color:#fff;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  vertical-align: baseline;
}
div#q_container ul {
  margin:0 auto;
  padding:0;
  width:100%;
}
div#q_container li {
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px dashed #eee;
  border-bottom:1px dashed #eee;
  float:left;
  text-align:left;
  width:100%;
  line-height:18px;
}
div#q_container li a {
  color:#333333;
  padding:4px;
}

/* Holly Hack for IE \*/
* html div#q_container ul li { height:1%; }
* html div#q_container ul li a { height:1%; }
