﻿/*Reset browser default*/
html, body, div, span, h1, p, img, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
.clear 
{
    clear: both;
}
/*End Reset browser default*/
body 
{
    color: #000;
	background: #fff;
	font-family: Times New Roman, Times, serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#container_prodotto
{
    width: 100%;
    text-align:center;
}
#intProdotto {
    height: 27px;
    padding: 0px 15px;
    border-bottom: 2px solid #000;
}
#caratteristicheProdotto {
    padding: 0px 15px;
}
span 
{
    display: none;
}
#lbPrezzo 
{
    display: inline;
} 
img.zoom {
    width: 455px;
    height: 304px;
    display: block;
}
