/* Do not cancel */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	/*font-style: inherit;*/
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1;*/
	color: #000000;
	background: #ffffff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: center;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html, body {
	height: 100%;
}
/* /Do not cancel */


body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#222222;
	background:#ffffff;
}
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
html>/**/body { overflow-y: scroll; }
/* IE8, FF, Saf, Opera (Everything but IE 6,7) */


h1 {
	font-size: 24px;
	color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
  
h2 {
	font-size: 22px;
	color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align:left;
}
  
h3 {
	font-size: 18px;
	color:#E2001A;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
  
h4 {
	font-size: 14px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
  
h5,h6 {
	font-size: 12px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}
  
p {
	font-size: 11px;
	color:#222222; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

ul {
	line-height: 18px;
	color:#222222;
	list-style: square;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

ol {
	line-height: 18px;
	color:#222222;
	list-style: decimal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}


li {
	margin-left: 30px;
}

table {
	font-size: 11px;
	color:#222222; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
}
table tr td {
	vertical-align:top;
	text-align:left;
}

div {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
}
 

a { color:#e2001a; text-decoration:underline; }
a:hover { color:#222222; text-decoration: none; }


hr {
	display:none;
}


form,form fieldset,form legend {
	margin:0px;
	padding:0px;
}
form label{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:1px;
	color: #222222; 
}

.scarica_flash {
	position:absolute;
	top:50%;
	left:50%;
	width:440px;
	height:240px;
	margin:-160px 0px 0px -220px;
	padding:0px 0px 0px 0px;
	background:#E2001A;
	color:#ffffff;
	text-align:center;
	z-index:100;
}
.scarica_flash a {
	text-decoration:none;
}





/* browser_update */
#browser_update{
	background:#ffffff;
	border:10px solid #666666;
	display:none;	/* La barra deve apparire solo in IE 7 o inferiore, via javascript */
	overflow:hidden;
	padding:20px 20px 20px 20px;
	position:absolute;	/* La barra è inizialmente nascosta appena sopra la finestra */
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-250px;
	width:460px;
	height:260px;
	z-index:9999;	/* Così non interagirà col resto degli elementi della pagina */
}
#browser_update div{
	font-size:13px;
	line-height:18px;
	text-align:left;
	margin-bottom:20px;
}
div#browser_update_titolo{		/* Lo stile del messaggio informativo */
	color:#E2001A;
	cursor:default;
	font-size:22px;
	line-height:normal;
	text-align:left;
	margin-bottom:20px;
}
#browser_update_close{	/* Lo stile per il tastino di chiusura */
	border:0;
	cursor:hand;
	float:right;
	height:26px;
	margin-right:0px;
	margin-top:0px;
	width:26px
}
a.browser_download{
	display:block;
	width:90px;
	text-align:center;
	float:left;
	line-height:normal;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
/* /browser_update */





/* form */

.form_style {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.form_style h2{
	margin-left:130px;
	margin-bottom:0px;
}
.form_style h4 {
	margin-left:130px;
	margin-bottom:0px;
	margin-top:10px;
}
.form_style h5 {
	margin-left:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:20px;
	clear:both;
}
/* IE7 */
*:first-child+html .form_style h5  {
	padding-top:5px;
}
/* /IE7 */
.form_style fieldset {
	border:0px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #cccccc;
}
.form_style legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 0px;
}
.form_style div.campo_select {
	margin:0px 0px 0px 0px;
	padding-top:10px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html .form_style div.campo_select {
	padding-top:0px;
	margin-top:10px;
}
/* /IE7 */
.form_style div.campo_select label{
	float:left;
	margin:0px 0px 0px 0px;
	width:130px;
	text-align:left;
}
.form_style div.campo_select span.select_replace {
	display:block;
	background:#dddddd url(../images/select_freccia.gif) no-repeat right;
	border:1px solid #aaaaaa;
	width:350px;
	height:18px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	position:absolute;
	top:10px;
	left:130px;
	cursor:pointer;
}
/* IE7 */
*:first-child+html .form_style div.campo_select span.select_replace {
	top:0px;
}
/* /IE7 */
.form_style div.campo_select span.select_replace.selected {
	color:#666666;
}
.form_style div.campo_select select {
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	background:#dddddd;
	width:356px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 0px;
	position:relative;
	cursor:pointer;
	float:left;
}
.form_style div.campo_text {
	margin:0px 0px 0px 0px;
	padding-top:10px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html .form_style div.campo_text {
	padding-top:0px;
	margin-top:10px;
}
/* /IE7 */
.form_style div.campo_text label{
	float:left;
	margin:0px 0px 0px 0px;
	width:130px;
	text-align:left;
}
.form_style div.campo_text input {
	background:#dddddd;
	border:1px solid #aaaaaa;
	width:350px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	float:left;
}


.form_style div.campo_file {
	margin:0px 0px 0px 0px;
	padding-top:10px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html .form_style div.campo_file {
	padding-top:0px;
	margin-top:10px;
}
/* /IE7 */
.form_style div.campo_file label{
	float:left;
	margin:0px 0px 0px 0px;
	width:130px;
	text-align:left;
}
.form_style div.campo_file span.inputfile_replace {
	display:block;
	background:#dddddd url(../images/inputfile_cerca.png) no-repeat right;
	border:1px solid #aaaaaa;
	width:350px;
	height:18px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	position:absolute;
	top:10px;
	left:130px;
	cursor:default;
	overflow:hidden;
	white-space:nowrap;
}
/* IE7 */
*:first-child+html .form_style div.campo_file span.inputfile_replace {
	top:0px;
}
/* /IE7 */
.form_style div.campo_file input {
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	background:#dddddd;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 0px;
	position:relative;
	cursor:pointer;
	float:left;
	left:268px;
}
/* IE7 */
*:first-child+html .form_style div.campo_file input {
	width:60px;
	left:288px;
}
/* /IE7 */


.form_style div.campo_textarea {
	margin:0px 0px 0px 0px;
	padding-top:10px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html .form_style div.campo_textarea {
	padding-top:0px;
	margin-top:10px;
}
/* /IE7 */
.form_style div.campo_textarea label{
	float:left;
	margin:0px 0px 0px 0px;
	width:130px;
	text-align:left;
}
.form_style div.campo_textarea textarea {
	background:#dddddd;
	border:1px solid #aaaaaa;
	width:350px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	float:left;
}
.form_style div.campo_checkbox {
	margin:0px 0px 0px 130px;
	padding-top:12px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html .form_style div.campo_checkbox {
	padding-top:0px;
	margin-top:11px;
}
/* /IE7 */
.form_style div.campo_checkbox label {
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:3px;
}
/* IE7 */
*:first-child+html .form_style div.campo_checkbox label {
	padding-left:0px;
}
/* /IE7 */
.form_style div.campo_checkbox input {
	margin:3px 0px 0px 0px;
	float:left;
	cursor:pointer;
}
/* IE7 */
*:first-child+html .form_style div.campo_checkbox input {
	margin-top:0px;
}
/* /IE7 */
.form_style p {
	clear:both;
	float:none;
	padding-top:12px;
	margin:0px 0px 0px 130px;
}
/* IE7 */
*:first-child+html .form_style p {
	padding-top:6px;
}
/* /IE7 */
.form_style .tasto_form {
	clear:both;
	float:none;
	padding-top:12px;
	margin-left:130px;
}
/* IE7 */
*:first-child+html .form_style .tasto_form {
	padding-top:2px;
}
/* /IE7 */
.form_style .tasto_form a {
	font-size:13px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:none;
	float:left;
	background:#C6091D;
	border:1px solid #C6091D;
	color:#ffffff;
	padding:3px 5px 3px 5px;
}
.form_style .tasto_form a:hover {
	text-decoration:none;
	background:#C6091D;
	border:1px solid #810915;
	color:#EFC2C7;
}

.form_style div.campo_text input.form_errore,
.form_style div.campo_file span.inputfile_replace.form_errore,
.form_style div.campo_select span.select_replace.form_errore,
.form_style div.campo_textarea textarea.form_errore {
	border-color:#F00;
}



/* ID */


#bg {
	position:fixed;
	top:89px;
	left:0px;
	bottom:89px;
	width:100%;
	height:82%;
	overflow:hidden;
}
/* IE6 */ 
* html #bg { position: absolute;}
* html #bg {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 89 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* /IE6  */


#top_est {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:107px;
	/*background:url(../images/top_bg_repeat.png) repeat-x top;*/
	background:url(../images/top_bg_50_anniversario.png) repeat-x top;
	z-index:10;
}
/* IE6 */ 
* html #top_est { position: absolute;}
* html #top_est {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* /IE6  */
#top {
	position:relative;
	width:948px;
	height:89px;
	margin:0 auto !important;
	/*background:url(../images/top_bg.png) repeat-x top;*/
	overflow:hidden;
}

#logo {
	position:absolute;
	top:36px;
	/*left:0px;*/
	left:60px;	
}
#logo a {
	text-decoration:none;
}
#logo a:hover img {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
#logo h1 {
	position:absolute;
	top:-2000px;
	left:0px;
}

#despar_50_anniversario {
	position:absolute;
	top:32px;
	left:0px;
}
#despar_50_anniversario a {
	text-decoration:none;
}
#despar_50_anniversario a:hover img {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#payoff {
	position:absolute;
	top:36px;
	/*left:222px;*/
	left:282px;
}
#payoff a {
	text-decoration:none;
}
#payoff a:hover img {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#language {
	position:absolute;
	top:11px;
	left:0px;
}
#language ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:url(../images/separatore.png) no-repeat center;
	height:14px;

}
#language ul li {
	margin:0px 4px 0px 4px;
	padding:0px 0px 0px 0px;
	list-style:none;
	font-size:10px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	color:#e09199;
	float:left;
}
#language ul li a{
	color:#e09199;
	text-decoration:none;
}
#language li a:hover,
#language li a.attivo {
	color:#ffffff;
	text-decoration:none;
}

#condividi {
	position:absolute;
	top:11px;
	left:333px;
	line-height:normal;
	letter-spacing:normal;
	width:300px;
}
#condividi div,
#condividi span {
	line-height:normal;
	text-decoration:none;
	letter-spacing:normal;
}
#condividi a {
	line-height:normal;
	text-decoration:none;
	letter-spacing:normal;
	color:#e09199;
	font-size:10px;
}
#condividi a:hover {
	text-decoration:none;
	color:#ffffff;
}

#cerca {
	float:right;
	position:absolute;
	top:4px;
	right:151px;
}
#cerca input {
	background:#810915;
	border:1px solid #e2001a;
	width:86px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 5px;
	padding:2px 2px 2px 2px;
	float:left;
}
#cerca a#cerca_vai {
	float:left;
}
#cerca a:hover#cerca_vai {
	background-color:#e09199;
}

#nav {
	position:absolute;
	top:28px;
	right:0px;
	width:547px;
	height:52px;
}
#nav ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-align:center;
	height:52px;
	background:url(../images/nav_separatore.png) no-repeat left;
}
#nav ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	width:91px;
	height:52px;
	text-transform:uppercase;
	background:url(../images/nav_separatore.png) no-repeat right;
}
#nav ul li a {
	display:block;
	width:90px;
	height:31px;
	color:#ffffff;
	padding:21px 0px 0px 0px;
	text-decoration:none;
	background:url(../images/nav_bg.png) no-repeat -500px;
}
#nav ul li a.wrap {
	height:38px;
	padding-top:14px;
}
#nav ul li a:hover,
#nav ul li a.attivo{
	color:#ffffff;
	text-decoration:none;
	background-position:center;
}

#video_controllo {
	position:absolute;
	right:19px;
	top:9px;
}
#video_controllo img {
	cursor:pointer;
}
#video_controllo img:hover {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#bottom_est {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:106px;
	/*background:url(../images/bottom_bg_repeat.png) repeat-x top;*/
	background:url(../images/bottom_bg_50_anniversario.png) repeat-x top;
	z-index:10;
}
/* IE6 */ 
* html #bottom_est { position: absolute; bottom:auto;}
* html #bottom_est {
 top: expression( ( -0 - bottom_est.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* /IE6  */
#bottom {
	position:relative;
	top:18px;
	width:948px;
	height:89px;
	margin:0 auto !important;
	/*background:url(../images/bottom_bg.png) repeat-x top;*/
	overflow:hidden;
}
#bottom #bottom_login {
	float:left;
	margin:7px 0px 0px 0px;
	width:453px;
	height:52px;
	background:url(../images/separatore.png) no-repeat right;
}
#bottom #bottom_login h4 {
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	margin:15px 0px 0px 0px;
}
#bottom #bottom_login input {
	background:#810915;
	border:1px solid #e2001a;
	width:90px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:12px 0px 0px 5px;
	padding:2px 2px 2px 2px;
	float:left;
}
#bottom #bottom_login a#login_accedi {
	float:left;
	margin-top:12px;
}
#bottom #bottom_login a:hover#login_accedi {
	background-color:#e09199;
}
#bottom #bottom_login ul {
	float:right;
	margin-top:12px;
	margin-right:10px;
}
#bottom #bottom_login ul li {
	line-height:10px;
	font-size:11px;
}
#bottom #bottom_login ul li a {
	color:#ffffff;
	text-decoration:none;
}
#bottom #bottom_login ul li a:hover {
	color:#e09199;
	text-decoration:none;
}
#bottom #bottom_login span {
	color:#ffffff;
	float:left;
	margin-top:11px;
	margin-left:10px;
	background:#810915;
	padding:2px 6px 2px 6px;
}
#bottom #bottom_login span a {
	color:#ffffff;
	text-decoration:none;
}
#bottom #bottom_login span a:hover {
	color:#e09199;
	text-decoration:none;
}
#bottom #bottom_punti_vendita {
	float:left;
	margin:7px 0px 0px 20px;
	height:52px;
}
#bottom #bottom_punti_vendita h4 {
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	margin:15px 0px 0px 0px;
}
#bottom #bottom_punti_vendita div.campo_select {
	float:left;
	margin:12px 0px 0px 5px;
	position:relative;
}
#bottom #bottom_punti_vendita span.select_replace {
	display:block;
	background:#810915 url(../images/select_freccia.gif) no-repeat right;
	border:1px solid #e2001a;
	width:117px;
	height:18px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
#bottom #bottom_punti_vendita span.select_replace.selected {
	color:#E09199;
}
#bottom #bottom_punti_vendita select {
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	background:#810915;
	width:123px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	position:relative;
	cursor:pointer;
}
#bottom #bottom_punti_vendita a#punti_vendita_cerca {
	float:left;
	margin-top:12px;
}
#bottom #bottom_punti_vendita a:hover#punti_vendita_cerca {
	background-color:#e09199;
}
#bottom #bottom_tag_cloud {
	float:right;
	margin:7px 0px 0px 0px;
	width:222px;
	height:75px;
	overflow:hidden;
}
#bottom #bottom_tag_cloud p {
	margin:0px 0px 0px 0px;
	text-align:justify;
	line-height:17px;
	letter-spacing:normal;
}
#bottom #bottom_tag_cloud p a {
	color:#E09199;
	text-decoration:none;
}
#bottom #bottom_tag_cloud p a:hover {
	color:#ffffff;
	text-decoration:none;
}
#bottom #bottom_tag_cloud p a strong.big1 {
	font-size:18px;
}
#bottom #bottom_tag_cloud p a strong.big2 {
	font-size:15px;
}
#bottom #bottom_tag_cloud p a strong.big3 {
	font-size:13px;
}
#bottom #bottom_social_network {
	float:right;
	margin:18px 0px 0px 0px;
	/*width:222px;*/
	text-align:center;
	overflow:hidden;
}
#bottom #bottom_social_network h4 {
	margin:0px 0px 5px 0px;
	color:#ffffff;
	text-align:center;
	font-size:16px;
}
#bottom #bottom_social_network img {
	margin:0px 3px 0px 3px;
}
#bottom ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:normal;
	letter-spacing:normal;
}
#bottom ul li {
	margin:0px 0px 0px 0px;
	list-style:none;
	font-size:10px;
	color:#ffffff;
}
#bottom ul#nav_bottom_sx {
	margin:0px 0px 0px 0px;
	float:left;
}
#bottom ul#nav_bottom_sx li {
	margin:0px 20px 0px 0px;
	float:left;
}
#bottom ul li a {
	color:#ffffff;
	text-decoration:none;
}
#bottom ul li a:hover {
	color:#e09199;
	text-decoration:none;
}

#content_anteprima_top {
	position:fixed;
	left:50%;
	margin-left:-474px;
	top:0px;
	width:948px;
	height:149px;
}
/* IE6 */ 
* html #content_anteprima_top { position: absolute;}
* html #content_anteprima_top {
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* /IE6  */
#content_anteprima_bottom {
	position:fixed;
	left:50%;
	margin-left:-474px;
	bottom:0px;
	width:948px;
	height:149px;
}
/* IE6 */ 
* html #content_anteprima_bottom { position: absolute; bottom:auto;}
* html #content_anteprima_bottom {
 top: expression( ( -0 - content_anteprima_bottom.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
/* /IE6  */
/* APPLE MOBILE */
/* solo iphone */
@media only screen and (max-device-width:320px) and (orientation:landscape) {
	#content_anteprima_bottom { bottom:-180px; }
}
/* /APPLE MOBILE */
#content_anteprima_middle {
	position:absolute;
	left:50%;
	margin-left:-474px;
	top:50%;
	margin-top:-149px;
	width:948px;
	height:299px;
}
/* APPLE MOBILE */
/* solo iphone */
@media only screen and (max-device-width:320px) and (orientation:landscape) {
	#content_anteprima_middle { margin-top:-105px; }
}
/* /APPLE MOBILE */
#content_anteprima_middle .box_anteprima {
	height:299px;
}
#content_anteprima_middle_pv {
	position:absolute;
	left:50%;
	margin-left:-474px;
	top:50%;
	margin-top:-114px;
	width:948px;
	height:229px;
}
/* APPLE MOBILE */
/* solo iphone */
@media only screen and (max-device-width:320px) and (orientation:landscape) {
	#content_anteprima_middle_pv { margin-top:-30px; }
}
/* /APPLE MOBILE */
#content_anteprima_middle_pv .box_anteprima img.box_anteprima_thumb {
	width:150px;
	margin-left:37px;
}
.box_anteprima {
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	background:url(../images/box_anteprima_bg.png) repeat-y top;
}
#content_anteprima_top .box_anteprima {
	bottom:0px;
	top:auto;
}
.box1di4 {
	left:0px;
}
.box2di4 {
	left:242px;
}
.box3di4 {
	left:484px;
}
.box4di4 {
	left:726px;
}
.box1di3 {
	left:121px;
}
.box2di3 {
	left:363px;
}
.box3di3 {
	left:605px;
}
.box_anteprima h3 {
	margin:3px 3px 0px 3px;
	padding:7px 5px 5px 5px;
	font-size:13px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:normal;
	line-height:normal;
	background:#c30a1d url(../images/anteprima_freccia.gif) no-repeat right;
	clear:both;
}
#content_anteprima_top .box_anteprima h3 {
	margin:0px 3px 3px 3px;
	padding:7px 5px 5px 5px;
}
.box_anteprima h3 a {
	display:block;
	color:#ffffff;
}
.box_anteprima h3 a:hover {
	color:#e09199;
}
.box_anteprima img.box_anteprima_thumb {
	margin:8px 8px 8px 8px;
}
.box_anteprima p {
	margin:8px 8px 8px 8px;
	line-height:16px;
	letter-spacing:normal;
}
.box_anteprima a {
	text-decoration:none;
}

#box_anteprima_prodotti {
	position:relative;
	/*width:778px;*/
	width:938px;
	background:url(../images/box_anteprima_bg.png) repeat top;
	margin:60px 0px 0px -120px;
	padding:5px 5px 5px 5px;
	bottom:30px;
	/*display:none;*/
	/*visibility:hidden;*/
	/*opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;*/
}
#box_anteprima_prodotti p {
	clear:both;
	margin:5px 5px 5px 5px;
}

.box_news_home p {
	border-bottom:1px solid #dddddd;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-top:7px;
}
.box_news_home p a {
	display:block;
	color:#222222;
}
.box_news_home p a:hover {
	color:#E2001A;
}

.box_anteprima div.lista_prodotti_marchio {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
	background:#dddddd;
}
.box_anteprima div.lista_prodotti_marchio span {
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	display:block;
	float:left;
	background:#efefef;
	width:60px;
	height:60px;
}
.box_anteprima div.lista_prodotti_marchio span a {
	text-decoration:none;
	color:#222222;
}
.box_anteprima div.lista_prodotti_marchio span a:hover {
	text-decoration:none;
	color:#e2001a;
}
.box_anteprima div.lista_prodotti_marchio span a img {
	width:60px;
	height:60px;
}

.box_anteprima ul.lista_prodotti_marchio {
	margin:8px 8px 8px 8px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
}
.box_anteprima ul.lista_prodotti_marchio li {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
.box_anteprima ul.lista_prodotti_marchio li a {
	text-decoration:none;
	color:#222222;
}
.box_anteprima ul.lista_prodotti_marchio li a:hover {
	text-decoration:none;
	color:#e2001a;
}
.box_anteprima ul.lista_prodotti_marchio li a img {
	float:left;
	margin-right:3px;
	width:54px;
	height:26px;
}
.box_anteprima ul.lista_prodotti_marchio li a strong {
	font-size:11px;
}

.box_anteprima ul.lista_anteprima {
	margin:8px 8px 8px 8px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
}
.box_anteprima ul.lista_anteprima li {
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	min-height:54px;
}
.box_anteprima ul.lista_anteprima li a {
	text-decoration:none;
	color:#222222;
}
.box_anteprima ul.lista_anteprima li a:hover {
	text-decoration:none;
	color:#e2001a;
}
.box_anteprima ul.lista_anteprima li a img {
	float:left;
	margin-right:5px;
	width:54px;
	height:54px;
}
.box_anteprima ul.lista_anteprima li a strong {
	display:block;
	font-size:11px;
}

.box_anteprima ul.lista_link {
	margin:8px 8px 8px 8px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
}
.box_anteprima ul.lista_link li {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
}
.box_anteprima ul.lista_link li a {
	text-decoration:none;
	color:#222222;
}
.box_anteprima ul.lista_link li a:hover {
	text-decoration:none;
	color:#e2001a;
}
.box_anteprima ul.lista_link li a strong {
	font-size:11px;
}

#content {
	position:relative;
	clear:both;
	width:948px;
	margin:0 auto;
	padding-top:107px;
	padding-bottom:106px;
}
#content_box {
	position:relative;
	/*background:url(../images/box_anteprima_bg.png) repeat top;*/
	background:#ffffff;
	padding:20px;
}
/* APPLE MOBILE */
@media only screen and (max-device-width:768px) and (orientation:landscape) {
	#content { padding-bottom:0px; min-height:448px; }
}
@media only screen and (max-device-width:768px) and (orientation:portrait) {
	#content { padding-bottom:0px; min-height:995px; }
}
/* solo iphone */
@media only screen and (max-device-width:320px) and (orientation:landscape) {
	#content  { padding-bottom:0px; min-height:390px; }
}
@media only screen and (max-device-width:320px) and (orientation:portrait) {
	#content  { padding-bottom:0px; min-height:878px; }
}
/* /APPLE MOBILE */

#subnav {
	position:relative;
	width:908px;
	text-align:center;
	border-bottom:1px solid #aaaaaa;
	padding:0px 0px 20px 0px;
	margin-bottom:20px;
	overflow:hidden;
}
#subnav_level_1 {
	margin:0px 0px 0px -6px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-align:center;
	height:35px;
	/*background:url(../images/subnav_separatore.png) no-repeat left;*/
}
#subnav_level_1 li {
	margin:0px 0px 0px 0px;
	padding:0px 4px 0px 5px;
	list-style:none;
	float:left;
	height:35px;
	text-transform:uppercase;
	background:url(../images/subnav_separatore.png) no-repeat left;
	color:#222222;
}
#subnav_level_1 li a {
	display:block;
	height:24px;
	color:#E2001A;
	padding:11px 4px 0px 4px;
	text-decoration:none;
	/*background:url(../images/subnav_bg.png) no-repeat 0px -2000px;*/
}
#subnav_level_1 li a:hover,
#subnav_level_1 li a.attivo{
	color:#ffffff;
	text-decoration:none;
	background:#C6091D;
	/*background-repeat:repeat-x;
	background-position: 50% 50%;*/
}
.subnav_level_n{
	margin:15px 0px 0px 0px;
	padding:0px 0px 1px 0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing:normal;
	color:#ffffff;
	text-align:center;
}
.subnav_level_n li {
	margin:0px 10px 0px 0px;
	padding:0px 4px 0px 4px;
	list-style:none;
	float:left;
	color:#222222;
}
.subnav_level_n li a {
	color:#E2001A;
	text-decoration:none;
}
.subnav_level_n li a:hover,
.subnav_level_n li a.attivo{
	color:#222222;
	text-decoration:none;
}

#subnav_sx {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:211px;
	background:#ededed;
	overflow:hidden;
	float:left;
}
#subnav_sx h3 {
	margin:3px 3px 0px 3px;
	padding:7px 5px 5px 5px;
	font-size:13px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:normal;
	line-height:normal;
	background:#c30a1d;
}
#subnav_sx h3 a {
	color:#ffffff;
	text-decoration:none;
}
#subnav_sx h3 a:hover {
	color:#ffffff;
	text-decoration:none;
}
#subnav_sx ul {
	margin:0px 8px 0px 8px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
}
#subnav_sx ul li {
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 0px;
	clear:both;
	border-top:1px solid #ffffff;
}
#subnav_sx ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
	background:url(../images/subnav_sx_freccia.gif) no-repeat -200px;
}
#subnav_sx ul li a:hover {
	text-decoration:none;
	color:#e2001a;
	background-position:right 3px;
}
#subnav_sx ul li a.attivo {
	color:#00763b;
	background-position:right 3px;
}
#subnav_sx ul li a strong {
	display:block;
	font-size:11px;
	color:#e2001a;
}
#subnav_sx ul li a:hover strong,
#subnav_sx ul li a.attivo strong{
	color:#00763b;
}

#content_dx {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	width:677px;
	overflow:hidden;
	float:right;
}
#content_dx h2 {
	margin-top:4px;
}

#box_lista_prodotti_marchio_despar {
	margin:0px 0px 0px 0px;
	background:#ededed;
	padding:20px;
	overflow:hidden;
}
#box_lista_prodotti_marchio_despar div {
	overflow:hidden;
	width:697px;
	margin:0px 0px 0px -14px;
}
#box_lista_prodotti_marchio_despar ul {
	margin:-21px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}
#box_lista_prodotti_marchio_despar ul li {
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	float:left;
	width:203px;
	height:63px;
	overflow:hidden;
	margin-left:14px;
	border-top:1px solid #ffffff;
	line-height:21px;
}
#box_lista_prodotti_marchio_despar ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
}
#box_lista_prodotti_marchio_despar ul li a:hover {
	color:#E2001A;
}
#box_lista_prodotti_marchio_despar ul li a img {
	float:left;
	margin-right:8px;
}
#box_lista_prodotti_marchio_despar ul li a strong {
	display:block;
	color:#E2001A;
}
#box_lista_prodotti_marchio_despar ul li a:hover strong {
	color:#00763B;
}

.bordo_top {
	border-top:1px solid #aaaaaa;
	padding-top:20px;
	margin-top:20px;
}

a.despar_ti_ascolta {
	clear:both;
	float:right;
	text-decoration:none;
	margin-top:20px;
}
a:hover.despar_ti_ascolta {
	text-decoration:none;
}
#cms_table td{
	padding:5px 5px 5px 5px;
}

#form_punti_vendita_ricerca {
	width:478px;
}
#form_punti_vendita_ricerca fieldset {
	border:0px;
	border-top:1px solid #aaaaaa;
	margin:0px 0px 10px 0px;
}
#form_punti_vendita_ricerca legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	margin:5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
}
#form_punti_vendita_ricerca div.campo_select {
	margin:10px 0px 0px 0px;
	position:relative;
	clear:both;
}
#form_punti_vendita_ricerca div.campo_select label{
	float:left;
	margin:0px 0px 0px 0px;
	width:86px;
}
#form_punti_vendita_ricerca div.campo_select span.select_replace {
	display:block;
	background:#dddddd url(../images/select_freccia.gif) no-repeat right;
	border:1px solid #aaaaaa;
	width:137px;
	height:18px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	position:absolute;
	top:0px;
	left:86px;
	cursor:pointer;
}
#form_punti_vendita_ricerca div.campo_select span.select_replace.selected {
	color:#666666;
}
#form_punti_vendita_ricerca div.campo_select select {
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	background:#dddddd;
	width:143px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	position:relative;
	cursor:pointer;
}
#form_punti_vendita_ricerca div.campo_checkbox {
	margin:12px 0px 0px 0px;
	position:relative;
}
/* IE7 */
*:first-child+html #form_punti_vendita_ricerca div.campo_checkbox {
	margin-top:11px;
}
/* /IE7 */
#form_punti_vendita_ricerca div.campo_checkbox label{
	float:left;
	margin:0px 0px 0px 0px;
	width:70px;
}
#form_punti_vendita_ricerca div.campo_checkbox input {
	margin:3px 0px 0px 5px;
	float:left;
	cursor:pointer;
}
/* IE7 */
*:first-child+html #form_punti_vendita_ricerca div.campo_checkbox input {
	margin-top:0px;
}
/* /IE7 */
#form_punti_vendita_ricerca div.campo_text {
	margin:10px 0px 0px 0px;
	position:relative;
}
#form_punti_vendita_ricerca div.campo_text label{
	float:left;
	margin:0px 0px 0px 0px;
	width:37px;
}
#form_punti_vendita_ricerca div.campo_text input {
	background:#dddddd;
	border:1px solid #aaaaaa;
	width:40px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 5px;
	padding:2px 2px 2px 2px;
	float:left;
}
#form_punti_vendita_ricerca a#punti_vendita_ricerca {
	float:right;
	margin-top:12px;
	font-size:18px;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:none;
}
#form_punti_vendita_ricerca a#punti_vendita_ricerca img {
	vertical-align:top;
}
#form_punti_vendita_ricerca a:hover#punti_vendita_ricerca {
	text-decoration:none;
}

#risultato_punti_vendita_ricerca ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	border-top:1px solid #aaaaaa;
}
#risultato_punti_vendita_ricerca ul li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #aaaaaa;
}
#risultato_punti_vendita_ricerca ul li a {
	text-decoration:none;
	display:block;
	background:url(../images/risultato_punti_vendita_ricerca_icon.png) no-repeat right;
	padding-right:32px;
	color:#222222;
}
#risultato_punti_vendita_ricerca ul li a:hover {
	color:#E2001A;
}

#lista_promozioni {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	/*border-bottom:1px solid #aaaaaa;*/
}
#lista_promozioni li {
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 35px;
	/*border-bottom:1px solid #aaaaaa;*/
	color:#222222;
	background:url(../images/promo_icon.png) no-repeat left;
}
#lista_promozioni li strong {
	color:#E2001A;
}
#lista_promozioni li a {
	text-decoration:none;
	float:right;
	clear:right;
}

#tabella_orari_apertura {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-collapse:collapse;
}
#tabella_orari_apertura th {
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#dddddd;
	/*border-bottom:1px solid #aaaaaa;*/
}
#tabella_orari_apertura td {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	line-height:normal;
	border-top:1px solid #dddddd;
}

#box_calcola_percorso {
	clear:right;
	float:right;
	width:400px;
	padding:5px 5px 20px 5px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #aaaaaa;
}
#box_calcola_percorso h4 {
	margin:0px 0px 10px 0px;
}
#box_calcola_percorso div.campo_text label{
	float:left;
	margin:0px 0px 0px 0px;
	width:70px;
}
#box_calcola_percorso div.campo_text input {
	background:#dddddd;
	border:1px solid #aaaaaa;
	width:290px;
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 0px 5px;
	padding:2px 2px 2px 2px;
	float:left;
}
#box_calcola_percorso a#tasto_calcola_percorso {
	float:left;
	text-decoration:none;
}
#box_calcola_percorso a:hover#tasto_calcola_percorso img {
	background:#E09199;
}

#form_login_anteprima {
	margin:0px 8px 0px 8px;
	padding:0px;
}
#form_login_anteprima input {
	background:#810915;
	border:1px solid #e2001a;
	width:170px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	margin:0px 0px 12px 0px;
	padding:2px 2px 2px 2px;
	float:left;
}
#form_login_anteprima a#login_accedi_anteprima {
	float:right;
	margin-bottom:12px;
}
#form_login_anteprima a:hover#login_accedi_anteprima {
	background-color:#e09199;
}

#form_newsletter_anteprima {
	margin:0px 8px 0px 8px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #aaaaaa;
}
#form_newsletter_anteprima div.campo_checkbox {
	margin:0px 0px 0px 0px;
	padding-top:10px;
	position:relative;
	clear:both;
	float:none;
}
/* IE7 */
*:first-child+html #form_newsletter_anteprima div.campo_checkbox {
	padding-top:0px;
}
/* /IE7 */
#form_newsletter_anteprima div.campo_checkbox label{
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:5px;
}
#form_newsletter_anteprima div.campo_checkbox input {
	margin:3px 0px 0px 0px;
	float:left;
	cursor:pointer;
}
/* IE7 */
*:first-child+html #form_newsletter_anteprima div.campo_checkbox input {
	margin-top:0px;
}
/* /IE7 */
#form_newsletter_anteprima .tasto_form {
	clear:both;
	float:right;
	padding-top:12px;
	margin-left:0px;
}
/* IE7 */
*:first-child+html #form_newsletter_anteprima .tasto_form {
	padding-top:2px;
}
/* /IE7 */
#form_newsletter_anteprima .tasto_form a {
	font-size:13px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:none;
	float:left;
	background:#C6091D;
	border:1px solid #C6091D;
	color:#ffffff;
	padding:3px 5px 3px 5px;
}
#form_newsletter_anteprima .tasto_form a:hover {
	text-decoration:none;
	background:#C6091D;
	border:1px solid #810915;
	color:#EFC2C7;
}

#wishlist_content {
	width:928px;
	overflow:hidden;
	margin-left:-20px;
	margin-top:20px;
}

.wishlist_lista {
	width:212px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	height:280px;
	overflow:hidden;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #bbbbbb;
}
.wishlist_lista img.wishlist_thumb {
	height:130px;
	margin:0px 0px 5px 0px;
}
.wishlist_lista h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.wishlist_lista h5 {
	margin:0px 0px 0px 0px;
}
.wishlist_lista h4 a,
.wishlist_lista h5 a {
	text-decoration:none;
}
.wishlist_lista p {
	margin:5px 0px 0px 0px;
}
a.wishlist_elimina {
	display:block;
	margin:5px 0px 0px 0px;
	text-align:left;
	text-decoration:none;
}
a.wishlist_elimina img {
	vertical-align:middle;
}

#photo_gallery_prodotto {
	margin:0px 0px 0px 0px;
	float:left;
	width:260px;
}
#photo_gallery_prodotto #photo_prodotto img {
	display:none;
}
#photo_gallery_prodotto #photo_prodotto img.attivo {
	display:block;
}
#photo_gallery_prodotto h5 {
	margin-top:18px;
	text-align:center;
	margin-bottom:-30px;
}
#photo_gallery_prodotto ul {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	list-style:none;
	border-top:1px solid #dedede;
	height:26px;
}
#photo_gallery_prodotto ul li {
	margin:0px 50px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
#photo_gallery_prodotto ul li:first-child  {
	margin:0px 0px 0px 50px;
	float:left;
}
#photo_gallery_prodotto ul li img {
	cursor:pointer;
	background-color:#ffffff;
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}
#photo_gallery_prodotto ul li img.non_attivo {
	cursor:auto;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}

#tabella_caratteristiche_prodotto {
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #dedede;
}
#tabella_caratteristiche_prodotto tr {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#tabella_caratteristiche_prodotto td {
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	line-height:normal;
	border-top:1px solid #dedede;
	height:24px;
}
#tabella_caratteristiche_prodotto td:first-child {
	text-align:left;
}

#filtri {
	background:#C30A1D;
	height:25px;
	border:3px solid #ededed;
	clear:both;
	margin-bottom:15px;
	padding-left:3px;
}
#filtri div.campo_select {
	float:left;
	margin:3px 3px 0px 0px;
	position:relative;
}
#filtri div.campo_select span.select_replace {
	display:block;
	background:#810915 url(../images/select_freccia.gif) no-repeat right;
	width:150px;
	height:19px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}
#filtri div.campo_select span.select_replace.selected {
	color:#E09199;
}
#filtri div.campo_select select {
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	background:#810915;
	width:154px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:normal;
	position:relative;
	cursor:pointer;
}
#filtri div.campo_select.select_big span.select_replace {
	width:276px;
}
#filtri div.campo_select.select_big select {
	width:280px;
}



#filtri div.campo_text {
	float:left;
	margin:3px 3px 0px 0px;
	position:relative;
}
#filtri div.campo_text input {
	display:block;
	background:#810915;
	border:0px;
	width:220px;
	height:19px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:11px;
	letter-spacing:normal;
	padding:0px 2px 0px 2px;
	float:left;
}

#filtri .tasto_form {
	float:right;
	margin-top:3px;
	margin-right:3px;
}
#filtri .tasto_form a {
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	text-decoration:none;
	float:left;
	background-color:#810915;
	border:1px solid #810915;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	height:17px;
	line-height:17px;
}
#filtri .tasto_form a:hover {
	text-decoration:none;
	background-color:#C6091D;
	border:1px solid #ffffff;
}

#lista_box_content {
	width:696px;
	overflow:hidden;
	margin-left:-20px;
	margin-top:20px;
}

.lista_box {
	width:212px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #bbbbbb;
}
.lista_box img.lista_box_thumb {
	width:206px;
	margin:0px 0px 8px 0px;
	padding:2px;
	border:1px solid #dddddd;
}
.lista_box h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_box h5 {
	margin:0px 0px 0px 0px;
}
.lista_box h4 a,
.lista_box h5 a {
	text-decoration:none;
}
.lista_box p {
	margin:5px 0px 5px 0px;
}
.lista_box ul {
	margin:0px 0px 5px 0px;
	list-style:none;
	text-align:left;
}
.lista_box ul li {
	margin:0px 0px 0px 0px;
	list-style:none;
}
.lista_box a.lista_box_entra {
	display:block;
	margin:5px 0px 0px 0px;
	text-align:left;
	text-decoration:none;
}
.lista_box a.lista_box_entra img {
	vertical-align:middle;
}

#scheda_photo {
	float:left;
	width:306px;
	margin:0px 0px 8px 0px;
}
#scheda_photo img {
	width:300px;
	padding:2px;
	border:1px solid #dddddd;
}
#scheda_dx {
	float:right;
	width:351px;
}
#scheda_dx h3 {
	color:#222222;
}
ul#scheda_lista_link {
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	list-style:none;
	border-top:1px solid #dddddd;
}
ul#scheda_lista_link li {
	padding:0px 0px 0px 0px;
	margin:4px 0px 4px 0px;
}
ul#scheda_lista_link li a {
	text-decoration:none;
}
ul#scheda_lista_link li a img {
	vertical-align:middle;
}

#scheda_ricetta_photo {
	float:left;
	margin:0px 0px 8px 0px;
	width:250px;
	padding:2px;
	border:1px solid #dddddd;
}
#scheda_ricetta_dx {
	float:right;
	width:401px;
}
#scheda_ricetta_dx h3 {
	color:#222222;
}
#scheda_ricetta_dx table {
	width:401px;
}

.scheda_thumb {
	float:left;
	margin:3px 10px 0px 0px;
	width:120px;
	padding:2px;
	border:1px solid #dddddd;
}
.preparazione_ricetta {
	clear:both;
	padding-top:10px;
}
.preparazione_ricetta p {
	float:left;
	width:540px;
	margin:0px 0px 0px 0px;
}

.lista_news {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #dddddd;
}
.lista_news .lista_news_thumb {
	float:left;
	width:106px;
	margin:13px 10px 0px 0px;
}
.lista_news .lista_news_thumb img {
	width:90px;
	padding:2px;
	border:1px solid #dddddd;
}
.lista_news div {
	width:561px;
	float:left;
	margin:13px 0px 0px 0px;
}
.lista_news h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_news p {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_news a {
	text-decoration:none;
}
.lista_news a:hover {
	text-decoration:none;
}
.lista_news a.lista_news_entra {
	float:right;
}
.lista_news a.lista_news_entra img {
	vertical-align:middle;
}
.lista_news h5 {
	margin:5px 0px 0px 0px;
}

#scheda_news {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#scheda_news #scheda_news_photo {
	float:right;
	width:206px;
	margin:0px 0px 0px 10px;
}
#scheda_news #scheda_news_photo img {
	width:200px;
	padding:2px;
	border:1px solid #dddddd;
}
#scheda_news div {
	width:461px;
	float:left;
	margin:0px 0px 0px 0px;
}
#scheda_news h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#scheda_news p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#scheda_news a {
	text-decoration:none;
}
#scheda_news a:hover {
	text-decoration:none;
}

.lista_job {
	clear:both;
	margin:15px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	border-top:1px solid #dddddd;
}
.lista_job h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_job p {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_job a {
	text-decoration:none;
}
.lista_job a:hover {
	text-decoration:none;
}
.lista_job a.lista_job_entra {
	float:right;
}
.lista_job a.lista_job_entra img {
	vertical-align:middle;
}
.lista_job h5 {
	margin:5px 0px 0px 0px;
}

#tag_cloud_sx {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:211px;
	overflow:hidden;
	float:left;
}
#tag_cloud_sx h3 {
	margin:3px 3px 0px 3px;
	padding:7px 5px 5px 5px;
	font-size:13px;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:normal;
	line-height:normal;
	background:#c30a1d;
}
#tag_cloud_sx h3 a {
	color:#ffffff;
	text-decoration:none;
}
#tag_cloud_sx h3 a:hover {
	color:#ffffff;
	text-decoration:none;
}
#tag_cloud_sx p {
	margin:10px 3px 10px 3px;
	text-align:justify;
	line-height:25px;
	letter-spacing:normal;
}
#tag_cloud_sx p a {
	color:#00763b;
	text-decoration:none;
}
#tag_cloud_sx p a:hover {
	color:#222222;
	text-decoration:none;
}
#tag_cloud_sx p a strong.big1 {
	font-size:18px;
	color:#e2001a;
}
#tag_cloud_sx p a:hover strong.big1 {
	color:#222222;
}
#tag_cloud_sx p a strong.big2 {
	font-size:15px;
	color:#e2001a;
}
#tag_cloud_sx p a:hover strong.big2 {
	color:#222222;
}
#tag_cloud_sx p a strong.big3 {
	font-size:13px;
}

.lista_tag_cloud_cerca {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:1px solid #dddddd;
}
.lista_tag_cloud_cerca h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_tag_cloud_cerca p {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.lista_tag_cloud_cerca a {
	text-decoration:none;
}
.lista_tag_cloud_cerca a:hover {
	text-decoration:none;
}
.lista_tag_cloud_cerca a.lista_tag_cloud_cerca_entra {
	float:right;
}
.lista_tag_cloud_cerca a.lista_tag_cloud_cerca_entra img {
	vertical-align:middle;
}



#offerte_baby_content {
	width:928px;
	overflow:hidden;
	margin-left:-20px;
	margin-top:20px;
}

.offerte_baby_lista {
	width:212px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.offerte_baby_lista .offerte_baby_thumb {
	margin:0px 0px 5px 0px;
	padding:5px 5px 5px 5px;
	display:block;
	text-align:center;
	border:4px solid #c4e9f7;
}
.offerte_baby_lista h3 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#3bb6e4;
}
.offerte_baby_lista p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	height:55px;
}
.offerte_baby_lista .prezzo {
	display:block;
	margin:0px 0px 5px 0px;
	font-size:26px;
	color:#e2001a;
	letter-spacing:normal;
	float:left;
}
.offerte_baby_lista .offerte_baby_marchio {
	display:block;
	margin:5px 0px 5px 0px;
	text-align:right;
}
.offerte_baby_lista .offerte_baby_marchio img {
	height:13px;
}
.offerte_baby_lista p {
	margin:5px 0px 0px 0px;
}
.offerte_baby_lista .offerte_baby_validita {
	display:block;
	clear:both;
	margin:10px 0px 5px 0px;
	text-align:center;
	background:#c4e9f7;
}









/* CLASSI */

.no_float{
	clear:both;
	display:block;
	height:0px;
	overflow:hidden;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.no_display{
	top: -9999px; position: absolute;
}

.no_puntoelenco{
	list-style:none;
}
.no_puntoelenco li{
	padding-left:0px;
	margin-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}


.color_rosso {
	color:#E2001A;
}

.color_verde {
	color:#00763b;
}
a:hover.color_verde {
	color:#E2001A;
}



#pager {
	clear:both;
	padding:5px 5px 5px 5px;
	margin:15px 0px 15px 0px;
	text-align:right;
	color:#999;
	background:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
}
#pager a {
	text-decoration:none;
}
#pager .pager_this_page {
	padding-right:5px;
	padding-left:5px;
	background:#E2001A;
	color:#ffffff;
}








ul.archivio {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
	font-size:10px;
	letter-spacing:normal;
}
ul.archivio li {
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	text-align:center;
	width:110px;

}
ul.archivio li a {
	text-align:center;
	text-decoration:none;
	color:#222222;
}
ul.archivio li a:hover {
	text-align:center;
	text-decoration:none;
	color:#e2001a;
}
ul.archivio li a img {
	border:0px;
	vertical-align:bottom;
	
}
ul.archivio li a span {
	font-weight:bold;
	font-size:11px;
	
	clear:both;
	float:none;
	display:block;
	position:relative;
	margin-top:10px;
	
}
