html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-size:12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #1B2327;
	background-color: #E1E1E1;
	background-image: url("/public/images/index/sf_home.jpg");
	background-repeat: repeat-x;
}

img {
	border: 0px;	
}

div#notice {
	text-align:center;
	color: red;
}

h2 {
	/*color: #E1B555;*/
	font-size:14px;	
	margin-top: 0;
}

/* LAYOUT STYLES */

div#container_sx, div#container_dx {
	width: 967px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

div#container_sx {
	background-image: url("/public/images/index/ombra_sx.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
div#container_dx {
	background-image: url("/public/images/index/ombra_dx.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

table#catalogo-speciale {	
	text-align:center;
	float:left;
	margin-bottom:20px;
	color:white;
}

table#catalogo-speciale td{
	background-image: url("/public/images/index/button.jpg");
	background-repeat: none;
	width: 240px;
	height: 30px;	
}

td#catalogo-speciale-serie {
	background-image: url("/public/images/index/button.jpg");
	background-repeat: none;
	width: 240px;
	height: 30px;
	padding-top: 2px; padding-bottom: 2px !important;
	color:white;	
}

td#catalogo-speciale-desc {
	background-image: url("/public/images/index/button_grande.jpg");
	background-repeat: none;
	width: 580px;
	height: 30px;
	color: white !important;	
	padding-top: 2px; padding-bottom: 2px !important;	
}

table#catalogo-speciale-serie a {
	color:white;
}

table#catalogo-speciale-serie a:hover {
	text-decoration: underline;
	color: #006CB7 !important;
}

/** HEADER **/
div#header {		
	width: 955px;
	overflow: hidden;
	height: 202px;
	border-bottom: 2px solid #006CB7;
	position: relative;
}
div#logo {
	height: 202px;
	width: 250px;
	float: left;
	background-image: url(/public/images/index/logo_header.jpg);
	background-repeat: no-repeat;
}
div#movie {
	float: left;
}

div#menu {
	height: 47px;
	background-color: #313C40;
	padding: 0 20px;
}
div#navigation {
	padding-top: 20px;
	z-index: 99;
	float: left;
	position: relative;
}
div#bottoncini {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}
div#lingue {
	float:right;
	margin-top: 20px;
}
div#lingue a {
	margin: 0 1px;
}

/** CORPO **/
div#container {
	width: 955px;
	margin: 0 auto;		
	height: auto !important;
	overflow: hidden;
	background: #D0D0CE;
}
div#wrapper { 
	background-color:#d6d6d6;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 190px;
}
div#content {
	padding: 10px 20px;
	position: relative;
	/*background-image: url(/public/images/index/sf_corpo_pagina.jpg);*/
	background-repeat: repeat-x;
	min-height: 226px;
	background-color: #D6D6D6;
}
div#content-corpo {
	float: right;
}
div#content-right {
	float: right;
	width: 350px;
	height: 226px;
	overflow: hidden;
	margin-left: 15px;
}

div#rightbar {
   	overflow: hidden;
   	margin-bottom: 10px;
	margin-top:	10px;
}
div#rightbar div#titolo {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}
div#rightbar div#link {
	float: right;
	padding-top: 5px;
	color: #006CB7;
}
div#rightbar div#link a {
	color: #006CB7;
}
div#rightbar div#link a:hover {
	text-decoration: underline;
}
div#rightbar ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #696969;
}
div#rightbar ul li {
	border-top: 1px solid #696969;
	padding: 7px 0 7px 25px;
	overflow: hidden;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	background-image: url(/public/images/index/pallina.png);
}
div#rightbar ul li a, div#rightbar ul li a:visited {
	text-decoration: none;
}

div#ricerca-catalogo div#titolo {
	color: white;
	border-bottom: 1px solid #696969;
	padding: 5px;
	margin: 0 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
div#ricerca-catalogo div#form {
	padding: 15px;	
}
div#ricerca-catalogo div#form table {
	width: 650px;
}
div#ricerca-catalogo div#form input, div#ricerca-catalogo div#form select {
	border: 1px solid white;
	width: 180px;
}
div#ricerca-catalogo div#form td.label {
	text-align: right;
}
div#ricerca-catalogo div#form div#reset {
	float: right;
}
div#ricerca-catalogo div#form div#reset input {
	border: none;
	width: 100px;
}
div#ricerca-catalogo div#form input#btncerca{
	background-repeat: no-repeat;
	width: 80px;
	height: 23px;
	border: none;
}
div#ricerca-catalogo, div#bottoni {
	background-color: #313C40;
	overflow: hidden;
	/*padding: 10px;*/
	width: 955px;
	color: white;
}
div#bottoni {
	/*padding: 10px 15px 40px;
	width: 925px;*/
}

/** FOOTER **/
div#footer {
	clear: both;
	color: white;
	height: 15px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	background-color: #313C40;
}
div#footer a, div#footer a:visited {
	text-decoration: none;
	color: white;
}
div#footer a:hover {
	color: #006CB7;
	text-decoration: underline;
}
div#footerL {
	float:left;
}
div#footerR {
	float:right;
}

/* GENERAL STYLES */

table tr td p, p {
	margin: 0px;
}

a {
	text-decoration: none;
	color:#1B2327;
}
a:hover {
	text-decoration: underline;
	color: #006CB7;
}

#gray {
	background-color: #eaeaea;
}

#bread {
	height: 30px;
	overflow: hidden;
	margin-top:10px;
	margin-bottom: 0px;	
	padding-bottom: 0px;
}

#bread img {;
	margin-bottom:20px;
}

div#bread_image {
	float: right;
	margin-bottom:10px;
}

#bread h1 {
	margin: 0;
	font-weight: bold;
	float: left;
	position: relative;
	font-style: italic;
	font-size: 16px;
}
#bread h1 a,a:hover,a:visited { 
	text-decoration: none;
}

.element-group {
	list-style-type: none;
}

.submit-group {
	list-style-type: none;
}

ul#test-list {
	list-style-type: none;
}

.info {
	text-align:justify;
	font-size:10.5px;
}

/**
css form newsletter
*/
dl#newsletter-form {
	padding-left: 0px;
}

dl#newsletter-form dd.text{
	margin-left: 0px;
	width: 110px;
	padding-bottom: 8px;
	padding-left: 5px;
}

dl#newsletter-form dd.text input {
	width: 110px;
	border: 1px solid #333;
	height: 18px;
	background-color: #F5F5F5;
}

dl#newsletter-form  dt.text{
	float: right;
	text-align: left;
	width: 60px;
	padding-left: 7px;
	height: 20px;
}

dl#newsletter-form  dt.text label {
	height: 20px;
	padding-top: 6px;
	vertical-align: middle;
}

dl#newsletter-form  dt.bottom{
	text-align: center;
	padding-top: 7px;
}

dl#newsletter-form dd.bottom{
	margin-left: 0px;
	text-align: center;
}

/*dl#newsletter-form #submitbutton{
	background: url("/public/images/index/pulsante.jpg");
	color: white;
}*/

dl#newsletter-form dd.submit-group{
	text-align: center;
	padding-top: 7px;
	margin-left: 0px;
}

/**
css form ricerca
*/
div#ricerca_bar {
	color: #FFFFFF;
	margin-right: 5px;
}

input#q {
	width: 90px;
	height: 18px;
	border: none;
}
.ricerca-element-group {
	float: left;
	display: inline;
}
div .ricerca-submit-group {
	display: inline;
}
input#sa {
}

/**
css form newsletter
*/
dl#accesso-form {
	/*padding-left: 0px;*/
	margin: 0px;
}

dl#accesso-form dd.text{
	margin-left: 0px;
	width: 150px;
	/*padding-bottom: 3px;*/
	padding-left: 0px;
}

dl#accesso-form dd.text input {
	width: 150px;
	border: 1px solid #333;
	/*height: 20px;*/
	background-color: #F5F5F5;
}

dl#accesso-form  dt.text{
	text-align: left;
	width: 60px;
	padding-left: 5px;
	/*height: 20px;*/
}

dl#accesso-form  dt.text label {
	/*height: 20px;*/
	/*padding-top: 6px;*/
	/*vertical-align: middle;*/
}

dl#accesso-form  dt.bottom{
	text-align: center;
	padding-top: 3px;
}

dl#accesso-form dd.bottom{
	margin-left: 0px;
	text-align: center;
}

/*dl#accesso-form #submitbutton{
	background: url("/public/images/index/pulsante.jpg");
	color: white;
}*/

dl#accesso-form dd.submit-group {
	text-align: right;
	padding-top: 3px;
	margin-left: 0px;
	float: right;
}

div#ricerca{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

span.img_tecnica{
	display:inline;
	/*margin-left:50px;*/
	}
span.img_tecnica img{
	display:inline;
	vertical-align: middle;
	}
}

