/*

CSS FRONT-END VER. 1

CONTENT

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

a{outline: none;}
a:active {outline: none;}
:focus{-moz-outline-style: none;}
:-moz-any-link:focus {outline: 1px dotted invert;}
:-moz-any-link:focus {outline: none;}

a { color: #ffb52e; text-decoration: none; }
a:hover { color: #BB0118; }

.right { float:right;}
.left { float:left;}

.align_right { text-align: right;}
.align_left { text-align: left;}
.align_center {  text-align: center; }

.hidden {display: none;}

b {display: none;}
em {font-style: italic;}

.inline { display:inline;}
strong { font-weight:bold;}

p {padding-bottom: 1.5em;}
/*.page #content #main p  { color: #333;}*/

img.logo_prodotto { position: absolute; right: 0; top: -30px; width: 130px; height: 40px;}

h2, h3, h4, #header ul {font-family: Georgia, "Times New Roman", Times, serif;}

	#content h2 {
		color: #801111;
		text-transform: capitalize;
		font-size: 3.0em;
		padding: 0 0 0 20px;}

	#consigliati h2, #navigation h2 {
		color: #BB0118;
		font-size: 1.3em;
		text-transform: uppercase;
		font-weight: bold;}

	h3 {
	font-size: 1.3em;
	padding-bottom: 1em;
	color: #611313;
	text-transform: uppercase;
	font-weight: bold;}

div.hr {
	display: block;
	position: relative;
	clear: both;
	height: 20px;
	margin: 10px 0 0px 0;
	padding: 10px 0 0 0;
	background: transparent url("../images/hr.gif") repeat-x left 10px;}
	div.hr hr {display: none;}

table.debug td {border: 1px solid lime;}