@import "reset.css";
@font-face {
  font-family: 'VeluxGothic';
  src: url('../fonts/veluxgothic-bold-webfont.eot');
  src: url('../fonts/veluxgothic-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veluxgothic-bold-webfont.woff') format('woff'), url('../fonts/veluxgothic-bold-webfont.ttf') format('truetype'), url('../fonts/veluxgothic-bold-webfont.svg#veluxgothicbold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'VeluxGothic';
  src: url('../fonts/veluxgothic-regular-webfont.eot');
  src: url('../fonts/veluxgothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veluxgothic-regular-webfont.woff') format('woff'), url('../fonts/veluxgothic-regular-webfont.ttf') format('truetype'), url('../fonts/veluxgothic-regular-webfont.svg#veluxgothic_regularregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'VeluxGothic';
  src: url('../fonts/veluxgothic-light-webfont.eot');
  src: url('../fonts/veluxgothic-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/veluxgothic-light-webfont.woff') format('woff'), url('../fonts/veluxgothic-light-webfont.ttf') format('truetype'), url('../fonts/veluxgothic-light-webfont.svg#veluxgothic_regularlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: VeluxGothic, Verdana, sans-serif;
  background-color: #f7f7f7;
}
.overlay {
  width: 230px;
  height: 58px;
  background: url(../img/overlay.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 10px 20px 0px 10px;
  line-height: 17px;
  display: none;
}
table {
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid #e4e4e4 1px;
  margin: 0 0 10px 0;
  width: 100%;
}
table td {
  text-align: center;
  vertical-align: middle;
}
table.titolo {
  background: url(../img/bg-tablehead.jpg) repeat-x left top;
  height: 53px;
}
table.titolo td {
  background: url(../img/separator-tablehead.jpg) no-repeat right top;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
table.titolo td:last-child {
  background: none;
}
table.titolo td.modelli {
  width: 205px;
  font-size: 25px;
  font-weight: 300;
}
table.titolo td.oscuramento {
  width: 118px;
}
table.titolo td.riduzione {
  width: 93px;
}
table.titolo td.controllo {
  width: 92px;
}
table.titolo td.dettagli {
  font-weight: 300;
  width: 189px;
}
table.titolo td.prezzo {
  font-weight: 300;
  position: relative;
  padding: 0 20px 0 0;
  width: 176px;
}
table.titolo td.prezzo img {
  position: absolute;
  right: 0;
  top: 20%;
}
table.titolo td.abbinamenti {
  font-weight: 300;
  width: 107px;
}
table.prodotto {
  background: #FFF;
  height: 157px;
  position: relative;
}
table.prodotto td {
  background: url(../img/separator.jpg) no-repeat right top;
}
table.prodotto td:last-child {
  background: none;
}
table.prodotto td.modelli {
  width: 205px;
}
table.prodotto td.modelli h2 {
  font-weight: 600;
}
table.prodotto td.modelli img {
  margin: 4px 0;
}
table.prodotto td.modelli a {
  display: inline-block;
  font-weight: 300;
  color: #FE0000;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid #e4e4e4 1px;
  padding: 4px 15px;
}
table.prodotto td.modelli a:hover {
  background-color: #e4e4e4;
}
table.prodotto td.oscuramento {
  width: 118px;
}
table.prodotto td.riduzione {
  width: 93px;
}
table.prodotto td.controllo {
  width: 92px;
}
table.prodotto td.dettagli {
  width: 189px;
  font-weight: 300;
  line-height: 19px;
}
table.prodotto td.prezzo {
  width: 196px;
  font-weight: 300;
}
table.prodotto td.prezzo .clr {
  zoom: 1;
}
table.prodotto td.prezzo .clr:before {
  content: '';
  display: block;
}
table.prodotto td.prezzo .clr:after {
  content: '';
  display: table;
  clear: both;
}
table.prodotto td.prezzo .clr .cifre {
  float: left;
  width: 50%;
  padding: 20px 0 0 0;
}
table.prodotto td.prezzo .clr .cifre p {
  font-size: 21px;
  margin: 3px 0;
}
table.prodotto td.prezzo .clr .cifre p.barrato {
  color: #c4c4c4;
  text-decoration: line-through;
}
table.prodotto td.prezzo .clr .risparmio {
  float: right;
  width: 50%;
}
table.prodotto td.prezzo .clr .risparmio a {
  display: inline-block;
  background: url(../img/pig.jpg) no-repeat center top;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 50px 0 0 0;
}
table.prodotto td.prezzo .clr .risparmio a span {
  color: #fe0000;
  font-size: 21px;
}
table.prodotto td.abbinamenti {
  width: 107px;
  font-weight: 300;
}
.ombra {
  width: 1000px;
  height: 51px;
  background: url(../img/shadow.png) no-repeat center top;
  margin: -15px 0 0 0;
}
#content {
  width: 980px;
}
