* {outline:0; line-height:normal; margin:0; paddng:0;}

html{height:100%;}
body{
	height:100%;
	margin:0;
	color:#000;
	font:13px Arial, Helvetica, sans-serif;
	background:url(../images/bg-body2.jpg) repeat-y 50% 0;
	min-width:950px; 
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form{
	margin:0;
	padding:0;
	border:none;
}
.holder{
	width:100%;
	overflow:hidden;
}
.fl-sx { float:left; display:inline; margin-right:20px; }
.fl-dx { float:right; display:inline; margin-left:20px; }
/* Main */
.main,
.page{
	width:100%;
	position:relative;
	min-height:100%;
	background:url(../images/bg-wrapper_2.jpg) 0 -41px repeat-x;
}
* html .main,
* html .page{height:100%;}
.page{
	background:url(../images/bg-body1.jpg) repeat-x 50% 59px;
}
/* Header */
#header{
	width:100%;
	height:59px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bg-header.jpg) no-repeat 50% 100%;
	z-index:100;
}
.header-wrap{
	width:948px;
	margin:0 auto;
}
.header-wrap:after{
	content:"";
	display:block;
	clear:both;
}
/* Logo */
#header .logo{ background:url(../images/logo2.png) no-repeat; float:left; width:226px; height:102px; margin:7px 0 0 -24px; }
#header .logo_en {/* english */
	background:url(../images/logo2_en.png) no-repeat;
	float:left;
	width:226px;
	height:102px;
	margin:47px 0 0 -17px;
}
.main #header .logo{
	background:url(../images/logo2-inner.png) no-repeat;
	width:226px;
	height:67px;
}
.logo a,
.logo_en a{
	display:block;
	height:100%;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
}
.header-wrap {
	position:relative;
}
#header .lang { position:absolute; top:4px; left:5px; list-style:none; margin:0; padding:0;	z-index: 1000; }
#header .lang LI{
	float:left;
	width:20px;
	margin-right:5px;
}
#header .lang LI A,
#header .lang LI B{
	padding:0;
	text-indent:-50000px;
	display:block;
	height:20px;
	background:transparent no-repeat;
}
#header .lang LI A{
	background-position:left top;
}
#header .lang LI A:hover{
	background-position:left -25px;
}
#header .lang LI .actv,
#header .lang LI B{
	background-position:left -50px;
}
#header .lang LI.it A,
#header .lang LI.it B{
	background-image:url(../images/lang_it.png);
}
#header .lang LI.en A,
#header .lang LI.en B{
	background-image:url(../images/lang_en.png);
}
/* Navigation */
.nav{
	margin:6px 0 0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:100;
}
.nav ul{
	margin:0;
	width:190px;
	padding:5px 3px 6px;
	list-style:none;
	float:left;
	position:absolute;
	top:53px;
	left:0;
	background:#c8002d url(../images/bg-drop.jpg) repeat-x;
	display:none;
}
.nav1{width:382px;}
.nav2{
	width:190px;
	padding:0 0 0 9px;
}
.nav li,
.nav li.active {
	float:left;
	font-size:13px;
	padding:25px 1px 0 2px;
	background:url(../images/separator2.gif) no-repeat;
	margin: 0;
}

.nav li span{
	line-height:14px !important;
}
.nav li:hover,
.nav li.hover{position:relative;}
.nav li:hover ul,
.nav li.hover ul{
	display:block;
}
.nav li li,
.nav li li.active{
	font-size:11px;
	background:none;
	vertical-align:top;
	width:100%;
	padding:0;
}
.nav li:first-child{
	background:none;
	padding-left:0;
}
.nav li a{
	color:#c8002d;
	display:block;
	padding:0 10px 17px;
}
.nav li a .cufon{height:16px !important;}
.nav li:hover a,
.nav li.hover a{
	background:url(../images/nav-hover.gif) repeat-x 0 100%;
	text-decoration:none;
}
.nav li:hover li a,
.nav li.hover li a{background:none;}
.nav li li a{
	color:#f3ebd2;
	padding:5px 0 6px 13px;
	cursor:pointer;
	height:1%;
}
.nav li li a span{
	background:url(../images/blt.png) no-repeat;
	padding:0 0 0 15px;
	height:1%;
	display:block;
}
.nav li li a:hover{background:#d42a30 url(../images/bg-drop-hover.gif) repeat-x;}
#header .link{
	float:right;
	background:url(../images/logo-club.jpg) no-repeat;
	width:166px;
	height:92px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 -20px;
}
/* flash-area */
.flash-area{
	width:100%;
	overflow:hidden;
	height:402px;
	position:relative;
	padding:59px 0 0;
}
.wrapper-left{
	float:left;
	left:50%;
	/*width:1196px;*/
	width:1080px;
	position:relative;
}
.wrapper-right{
	float:left;
	left:-50%;
	/*width:1196px;*/
	width:1080px;
	position:relative;
}
.flash-area img{
	display:block;
	margin:0 auto;
}
/* Content */
.content{
	width:950px;
	padding:60px 0 63px;
	margin:0 auto;
}
.page .content{
	padding:30px 0 0;
	overflow:hidden;
}
.page .content-area{
	width:100%;
	padding-bottom:63px;
	background:url(../images/main-block-btm.jpg) repeat-x 50% 0;
}
.content:after{
	content:"";
	display:block;
	clear:both;
}
/* box-images */
.box-images{
	overflow:hidden;
	width:1000px;
	margin:0;
	padding:0 0 13px;
	list-style:none;
}
.box-images li{
	float:left;
	position:relative;
	height:270px;
}
.box-images li img{
	display:block;
}
.box-images li h2{
	margin:0;
	font-size:29px;
	color:#f3e2c4;
	z-index:150;
	position:absolute;
}
.box-images li span{
	position:absolute;
	top:81px;
	width:236px;
	color:#fff;
	line-height:16px;
	font-size:12px;
	text-align:center;
	z-index:150;
	cursor:pointer;
}
.novita span{
	left:54px;
}
.club-biaglut span,
.eventi span{
	left:47px;
}
.box-images li a:hover{
	text-decoration:none;
}
.box-images .novita{padding:0 0 0 27px;}
.box-images .eventi{padding:0 0 0 1px;}
.box-images .club-biaglut{
	padding:0 0 0 15px;
}
.box-images .novita h2{
	top:31px;
	left:130px;
}
.box-images .eventi h2{
	top:31px;
	left:129px;
}
.box-images .club-biaglut h2{
	top:30px;
	left:80px;
}
/* nav-area */
.nav-area{
	padding:0 0 0 51px;
	height:1%;
	clear:both; 
}
.nav-area:after{
	content:"";
	display:block;
	clear:both;
}
.nav-area h3{
	/*background:url(../images/h-sborna-gusto.png) no-repeat;*/
	background-repeat:no-repeat;
	margin:0 0 0 -103px;
	width:339px;
	height:61px;
	float:left;	
	position:relative;
	display:inline;
}
.nav-area h3 span{
	text-indent:-9999px;
	overflow:hidden;
	display:block; 
}
.nav-area .sub-menu{
	margin:24px -6px 0 -43px;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	z-index:1;
	width:710px;
	overflow:hidden;
}
.nav-area .sub-menu li{
	float:left;
	background:url(../images/blt.png) no-repeat;
	padding:0 19px 0 12px;
	margin:0 0 0 -10px;
}
.nav-area .sub-menu li a{
	float:left;
	height:18px;
	color:#f3ebd2;
	cursor:pointer;
	position:relative;
}
.nav-area .sub-menu li a span{
	float:left;
	padding:0 4px;
}
.nav-area .sub-menu li a:hover,
.nav-area .sub-menu li.active a{
	background:url(../images/nav-hover-l.gif) no-repeat;
	text-decoration:none;
}
.nav-area .sub-menu li a:hover span,
.nav-area .sub-menu li.active a span{background:url(../images/nav-hover-r.gif) no-repeat 100% 0;}
/* content-block */
.content-block{
	width:960px;
	margin:0 0 0 -10px;
	clear:both; 
	background:url(../images/bg-body2.jpg) repeat-y 50% 0; 
	position:relative;
	overflow:hidden;  
}
.content-block .block-bg{background:url(../images/sidebar-bg.jpg) repeat-y;}
.content-block .block-top{background:url(../images/sidebar-top.jpg) no-repeat;}
.content-block .block-btm{
	background:url(../images/sidebar-btm.jpg) no-repeat 0 100%;
	height:1%;
	padding:0 0 0 10px;
}
.content-block .block-btm:after{
	content:"";
	display:block;
	clear:both;
}
/* Main-box */
#main-box{
	float:right;
	width:712px;
	padding:0 0 5px;
	overflow:hidden;
	margin:0 0 0 -10px; 
 }
#main-box h1{
	font-size:25px;
	color:#f3ebd2;
	margin:0 0 0 10px;
}
#main-box h1 .cufon{height:30px !important;}
* html #main-box h1 .cufon{height:25px !important;}
.heading{
	font-size:15px;
	color:#f3ebd2;
	display:block;
	margin:0 0 0 10px;
}
#main-box .foto {
	float:left;
	margin:50px 0 0 0;
	width:270px;
	overflow:hidden;
	text-align:center;
}
#main-box .img1{
/*	float:left;
	margin:109px 0 0 0;*/
	max-width:100%;
}
/* tabs-area */
.tabs-area{background:url(../images/tabs-area-r.jpg) repeat-y;}
.tabs-area-gr{
	background:url(../images/tabs-area-gr.jpg) no-repeat;
	padding:31px 9px 9px 19px;
}
/* tabs */
#tabs{
	float:right;
	width:408px;
	margin:0 0 0 -5px;
}
.tabset{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:10;
}
.tabset li{
	float:left;
	margin:0;
}
.tabset li a{
	float:left;
	height:42px;
	color:#f3e2c4;
	margin:0 -20px 0 0 !important;
	position:relative;
	display:inline;
	cursor:pointer;
}
.tabset li a:focus{outline:none;}
.tabset li.item1 a{
	z-index:3;
	margin:0 -20px 0 1px !important;
}
.tabset li.item1 a.active{margin:0 -20px 0 4px !important;}
.tabset li.item2 a{z-index:2;}
.tabset li.item3 a{z-index:1;}
.tabset li .active{
	position:relative;
	z-index:80 !important;
}
.tabset li:first-child{margin:0;}
.tabset li a strong{
	background:url(../images/tab1_l.png) no-repeat;
	float:left;
	font-size:12px;
	height:22px;
	padding:20px 16px 0 23px;
}
.tabset li a strong span{
	float:left;
}
.tabset li a em{
	background:url(../images/tab1_r.png) no-repeat;
	float:left;
	font-size:0;
	width:11px;
	height:40px;
}
.tabset li a:hover{text-decoration:none;}
.tabset li a.active strong{
	background:url(../images/tab-active_l.png) no-repeat!important;
	font-size:18px;
	height:26px;
	padding:16px 16px 0 23px;
}
.tabset li a.active strong .cufon{
	height:20px !important;
}
.tabset li a.active em{
	background:url(../images/tab-active_r.png) no-repeat!important;
	height:41px;
}
/* tab-content */
.tab-content{
	overflow:hidden;
	width:401px;
	color:#f3ebd2;
	line-height:15px;
	display:none;
	position:relative;
	z-index:0;
	margin:0 0 18px;
}
.tab-content.active{
	display:block;
	margin:-9px 0 15px 2px;
}
.tab-content .top,
.tab-content .btm{
	background:url(../images/tabs-top.png) no-repeat;
	height:10px;
	font-size:0;
}
.tab-content .btm{background:url(../images/tabs-btm.png) no-repeat;}
.tab-content .bg{
	background:url(../images/tabs-shadow.png) repeat-y;
	padding:0 9px 0 8px;
	height:1%;
}
.tab-content .bg .gr{
	background:url(../images/tabs-gr.jpg) no-repeat;
	padding:27px 8px 17px 8px;
	position:relative;
	min-height:190px;
}
* html .tab-content .bg .gr{
	height:190px;
}
.tab-content .graffa{
	background:url(../images/graffa.gif) no-repeat 100% 17px;
	padding:0 39px 0 10px;
	font-size:12px;
}
.tab-content p{
	margin:0;
	padding-bottom:16px;
}
.tab-content img{display:block;}
.tab-content .graffa img{
	margin:0 0 0 -10px;
}

.tab-content TABLE.Grid {
	width: 90%;
	border-collapse: separate;
}
#tab2 TABLE.Grid TH {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #BA2C2F;
}
#tab2 TABLE.Grid TR {
}
#tab2 TABLE.Grid TD {
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #A73420;
	border-left: 1px dotted #F4583A;
}

#main-box .link1,
#main-box .link2{
	float:left;
	font-size:11px;
	background:no-repeat;
	width:181px;
	height:50px;
	padding:37px 0 0 6px;
	margin:0 23px 0 9px;
}
#main-box .link2{
	width:175px;
	height:51px;
	padding:19px 0 0 12px;
	background:no-repeat;
	margin:19px 0 0;
}
#main-box .link1 {
	background-image:url(../images/btn1_ricette.png);
}
#main-box .link2 {
	background-image:url(../images/btn1_pdf.png);
}
#main-box .link1 a,
#main-box .link2 a{
	color:#fff;
	position:relative;
}
#main-box .link1 a em,
#main-box .link2 a em{
	background:url(../images/arrow-white-r.gif) no-repeat 100% 4px;
	padding:0 9px 0 0;
	font-style:normal;
}
#main-box .link1 a:hover,
#main-box .link2 a:hover{text-decoration:none;}
#main-box .link1 a em .cufon{height:12px !important;}
/* gallery */
#gallery{
	width:699px;
	background:url(../images/bg-gallery.jpg) no-repeat;
	padding:26px 0 0 12px;
	overflow:hidden;
}
#gallery .link{
	color:#7d3222;
	font-size:14px;
	padding:0 11px 0 0;
	margin:0 0 0 12px;
	background:url(../images/arrow-braun-r.gif) no-repeat 100% 4px;
}
#gallery .btn-prev,
#gallery .btn-next{
	float:left;
	width:21px;
	height:39px;
	margin:67px 12px 0 2px;
	background:url(../images/btn-prev.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#gallery .btn-next{
	margin:67px 2px 0 0;
	background:url(../images/btn-next.gif) no-repeat;
}
.gallery{
	overflow:hidden;
	position:relative;
	width:619px;
	float:left;
	padding:14px 0 0;
	margin:0 14px 0 0;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
	position: relative;
}
.gallery ul li{
	float:left;
	padding:0 15px;
}
.gallery ul li span{
	display:block;
	text-align:center;
	color:#7d3222;
	margin:-11px 0 0;
}
.gallery ul li a{color:#7d3222;}
.gallery ul li a:hover span{
	text-decoration:underline;
}
/* Sidebar */
#sidebar{
	float:left;
	width:232px;
	overflow:hidden;
	padding:10px 0 0;
}
#sidebar ul{
	margin:0;
	padding:2px;
	list-style:none;
}
#sidebar ul ul{
	padding:2px 0 0;
}
#sidebar ul li{
	font-size:14px;
	/*line-height:32px;*/
	margin:0 0 1px;
	display: inline;
}
#sidebar ul li li{
	/*height:33px; modificato da alex */
	font-size:12px;
	margin:0;
}
#sidebar ul li li LI {
	line-height:1.3em;
}
#sidebar ul li a{
	color:#7d3222;
	display:block;
	/*height:32px; modificato da alex*/
	padding:7px 20px 10px 18px;
	background:#fff url(../images/sidenav-bg1.gif) no-repeat left top;
	border-bottom:1px solid #ccc; /* aggiunto da alex */
}
#sidebar ul li.braun a,
#sidebar ul li.green a,
#sidebar ul li.blue a{
	color:#fff!important;
}
#sidebar ul li.braun li a,
#sidebar ul li.green li a,
#sidebar ul li.blue li a{
	color:#7d3222 !important;
}
#sidebar ul li.braun a{
	background-image:url(../images/sidenav-bg5.gif);
	color:#f3e2c4;
}
#sidebar ul li.darkbraun a{
	background-image:url(../images/sidenav-bg7.gif);
	color:#f3e2c4;
}
#sidebar ul li.darkbraun a:hover,
#sidebar ul li.darkbraun.active a {
	color:#f3e2c4;
}
#sidebar ul li.braun a:hover,
#sidebar ul li.braun.active a {
	color:#f3e2c4;
}
#sidebar ul li.green a{
	background-image:url(../images/sidenav-bg3.gif);
	color:#fff;
}
#sidebar ul li.blue a{
	background:url(../images/sidenav-bg4.gif) no-repeat;
	color:#fff;
}
#sidebar ul li a:hover{
	text-decoration:none;
	color: #e0412d;
}
#sidebar ul li.active a{
	background-position:right top;
	/*background-image:url(../images/sidenav-bg1_open.png);*/
	color: #C8002D;
}

#sidebar ul li li a{
	color:#7d3222 !important;
	/*padding:5px 20px 10px 18px;*/
	background:#F0DECF url(../images/sidenav-bg2.gif) no-repeat !important;
}
#sidebar UL LI.active UL LI.active A {
	background-position:right top!important;
	background-color: #F2D6CC;
}
#sidebar ul li li li A,
#sidebar UL LI.active UL LI.active UL LI A {
	padding:5px 10px 5px 25px;
	background:#FAF7EB url(../images/sidenav-bg6.gif) no-repeat left top!important;
}

#sidebar UL LI.noSubmenu A {
	background-image: url(../images/sidenav-bg1-nosub.gif)!important
}
#sidebar UL LI UL LI.noSubmenu A,
#sidebar UL LI.active UL LI.active UL LI.noSubmenu A {
	background-image: url(../images/sidenav-bg2-nosub.gif)!important
}
#sidebar UL LI UL LI UL LI.active A {
	color: #C8002D!important;
}
/*
#sidebar ul li li li A:hover,
#sidebar UL LI.active UL LI.active UL LI A:hover {
	background-position:right bottom!important;
}
*/
#sidebar ul li li a:hover{
	text-decoration:none;
	color:#d32f2b !important;
}
/* Footer */
#footer{
	background:#000;
	height:63px;
	width:100%;
	margin:-63px 0 0;
	background:url(../images/bg-footer-line.jpg) repeat-x 0 0;
	position:relative;
}
#footer .footer-area{
	width:941px;
	margin:0 auto;
	padding:16px 0 0;
	font-size:10px;
	overflow:hidden;
	position:relative;
}
#footer .logo{
	float:left;
	width:99px;
	height:34px;
	margin:0 11px 0 0;
	/*background:url(../images/ftr-logo1.gif) no-repeat;*/
	background: url(../images/logo-footer-bg-white.png) no-repeat scroll 0 0 transparent;
}
#footer address{
	float:left;
	margin:0;
	color:#b90019;
	font-style:normal;
	padding:11px 31px 0 0;
}
#footer address a{color:#b90019;}
#footer ul{
	float:left;
	margin:0;
	padding:11px 0 0;
	list-style:none;
}
#footer ul li{
	display:inline;
	padding:0 2px 0 9px;
	background:url(../images/separator1.gif) no-repeat 0 3px;
}
#footer ul li:first-child{background:none;}
#footer ul li a{color:#333;}
#footer .heinz{
	float:right;
	margin:2px 5px 0 0;
}
/* ----------------------------------------------------------------------------- Pag PRODOTTI
*/
BODY.PagProd {
}
.PagProd .main,
.PagProd .page {
	/*background-image:url(../images/bg-wrapper.jpg);*/
}
#PagProd1 {
}
#PagProd1 .nav-area h3{
	background-image:url(../images/sh-logo1.png);
}
#PagProd2 {
}
#PagProd2 .nav-area h3{
	background-image:url(../images/sh-logo2.png);
}
#PagProd3 {
}
#PagProd3 .nav-area h3{
	background-image:url(../images/sh-logo3.png);
}
#PagProd4 {
}
#PagProd4 .nav-area h3{
	/*background-image:url(../images/h-sborna-gusto.png);*/
}
#PagProd5 {
}
#PagProd5 .nav-area h3{
	background-image:url(../images/sh-logo4.png);
}
/* ----- TABS
*/
#PagProd1 .tabset li a strong {
	background-image:url(../images/tab1_l.png);
}
#PagProd1 .tabset li a em {
	background-image:url(../images/tab1_r.png);
}
#PagProd2 .tabset li a strong {
	background-image:url(../images/tab2_l.png);
}
#PagProd2 .tabset li a em {
	background-image:url(../images/tab2_r.png);
}
#PagProd3 .tabset li a strong {
	background-image:url(../images/tab3_l.png);
}
#PagProd3 .tabset li a em {
	background-image:url(../images/tab3_r.png);
}
/* ------- BOTS
*/
#PagProd1 #main-box .link1 {
	background-image:url(../images/btn1_ricette.png);
}
#PagProd1 #main-box .link2 {
	background-image:url(../images/btn1_pdf.png);
}
#PagProd2 #main-box .link1 {
	background-image:url(../images/btn2_ricette.png);
}
#PagProd2 #main-box .link2 {
	background-image:url(../images/btn2_pdf.png);
}
#PagProd3 #main-box .link1 {
	background-image:url(../images/btn3_ricette.png);
}
#PagProd3 #main-box .link2 {
	background-image:url(../images/btn3_pdf.png);
}
/* ---------------------------------------------------------------------------- PagInfo
*/
BODY.PagInfo {
}
.PagInfo .main,
.PagInfo .page {
	/*background-image:url(../images/bg-wrapper_2.jpg);*/
}
.PagInfo #main-box {
	color:#5b1c0d;
	margin-left: 0px;
	padding-top: 15px;
	min-height: 400px;
}
.PagInfo .nav-area H3 {
	visibility:hidden;
	width: 320px;
}
.PagInfo .nav-area H1 {
	font-size:25px;
	color:#f3ebd2;
	margin:0 0 0 0px;
	padding-top: 18px;
}
.PagInfo #main-box H1 {
	margin-left:0;
}
.PagInfo #main-box .Tit {
	margin-left:2px;
	background: url(../images/tit-bg.png) repeat-x left bottom;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 7px 5px 3px 30px;
	clear: both;
}
.PagInfo #main-box .Cont {
	margin-left:30px;
}
.PagInfo #main-box .Cont .Tit2,
.PagInfo #main-box .Cont H3 {
	clear:both;
}
.PagInfo #main-box A {
	color:#b90019;
}
.PagInfo #main-box A:hover {
	color: #D6353E;
}
.List1 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid #cdb09a;
	margin-bottom: 10px;
	clear: both;
}
.List1 LI {
	clear: both;
	border-top: 1px solid #cdb09a;
	border-bottom:none;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
}
.List1 UL,
.List1 OL {
	margin:0;
}
.List1 LI LI {
	border-bottom:none;
	border-top:none;
}
.List1 .Lab {
	float: left;
	width: 20%;
	font-weight: bold;
}
.List1 .Tx {
	float: left;
	width: 80%;
}
TABLE.List1 {
	width: 100%;
}
TABLE.List1 TH,
TABLE.List1 TD {
	border-top: 1px solid #cdb09a;
	border-bottom:none;
	padding:5px 0;
}
TABLE.List1 .Lab {
	float: none;
	text-align: left;
	vertical-align: top;
}
TABLE.List1 .Tx {
	width:auto;
	float: none;
	padding-left: 10px;
}

TABLE.List1 .Tx UL {
	padding-left:1em;
}
TABLE.List1 .Tx UL LI {
	border:none;
}
OL.List2 {
}
UL.List2 {
}
.List2 UL {
	margin-top:5px;
}
.List2 OL {
}
.Cols2 {
	float:left;
	width:97%;
	padding-left:0;
	margin: 0px 0px 1em 3%;
}
.Cols2 LI{
	width:49%;
	float:left;
}
.list-itms {
	margin-left:3%;
	padding-left:0;
}
.list-itms LI{
	margin-bottom:5px;
}
.list-itms LI A {
	font-size:12px;
	font-weight:bold;
}
.list-itms LI .Tx{
	font-size:11px;
	color:#666;
	margin: 0;
}


/*AGGIUNTO DA ALEX IL 12 05 2010 */
#sidebar .bann1 {
	margin: 50px 0px 30px 7px;
	width:220px;
}
.bann1 A.inn{
	display:block;
	padding:15px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	color: #FFF;
	text-align: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	border: 1px solid #e95f29;
	background: #e95f29;
	/*background: #004A9F;*/
	/*background: #004A9F url(../images/bann_wired.jpg) no-repeat right top;*/
	text-decoration:none;
}
.bann1 A.inn:hover{
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	background-color:#f08824;
	/*background-color:#0069c7;*/
	background-position:-60px top;
}
.bann1 .tit{
	font-weight:normal;
	color:#fff;
	font-family: "FontB", Arial, Helvetica, sans-serif;
	display:block;
	font-size:2em;
	line-height:1em;
	margin-bottom:10px;
	margin-right:65px;
}
.bann1 .tx{
}
.fbBox{
	/*border: 2px solid blue;*/
	height: 25px;
	width: 200px; 
	/*margin-left: 200px;
	padding-top:5px;*/
}
/*AGGIUNTO DA ALEX IL 12 05 2010 */


/* CONCORSO BIAGLUT E KENWOOD - LAURA 8.06.2010 */

.box-content {
	border:1px solid red;	
}

/* NEW CSS by giorgiok23 */

/* PULSANTI CSS */

.link:hover { text-decoration: none; opacity:.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }

.bot { background:url(../images/bots/normal_sx.png) 0 0 no-repeat; padding-left:10px; display:inline-block; height:30px; cursor:pointer; }
.bot span { background:url(../images/bots/normal_dx.png) right 0 no-repeat; padding-right:20px; display:inline-block; height:30px; line-height:30px; font-size:12px;color:#b90019; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }

.bot-inverse { background:url(../images/bots/normal_reflect_dx.png) right 0 no-repeat; padding-right:10px; display:inline-block; height:30px; cursor:pointer; }
.bot-inverse span { background:url(../images/bots/normal_reflect_sx.png) 0 0 no-repeat; padding-left:20px; display:inline-block; height:30px; line-height:30px; font-size:12px;color:#b90019; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.bot-inverse:hover, .bot:hover { text-decoration:none; }
.bot-inverse:hover span { text-decoration:none; color:#FC324D; }
.bot:hover span { text-decoration:none; color:#FC324D; }

.bot-q { background:url(../images/btn2_R-sx.png) 0 0 no-repeat; padding-left:15px; display:inline-block; height: 36px; }
.bot-q span { background:url(../images/btn2_R-dx.png) right 0 no-repeat; padding-right:25px; padding-left:5px; display:inline-block; height: 36px; line-height: 36px; color: #fff; font-weight: bold; }
.bot-q:hover { text-decoration: none; }
.bot-q:hover span { text-decoration:none; color:#EA939F; }

.bot-go { background:url(../images/bots/bt-brown_sx.png) 0 0 no-repeat; padding-left:22px; display:inline-block; height:52px; margin:10px 0 0 -5px; }
.bot-go span { background:url(../images/bots/bt-brown_dx.png) right 0 no-repeat; padding-right:42px; display:inline-block; height:52px; padding-top: 10px; color:#fff; font-size:14px; }
.bot-go:hover { text-decoration: none; opacity:.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }

.cufon-bot { background:url(../images/btn1_Y-sx.png) 0 0 no-repeat; padding-left:23px; display:inline-block; height: 56px; margin-top: 8px; margin-right: 5px; float: right; }
.cufon-bot span { background:url(../images/btn1_Y-dx.png) right 0 no-repeat; padding-right:38px; padding-left:5px; display:inline-block; height: 56px; padding-top: 22px; color: #b90019; font-weight: bold; }

.cufon-bot:hover span { text-decoration: none; }
.cufon-bot:hover { text-decoration:none; }

.bot-pack { background:url(../images/bots/bg-pack_sx.png) 0 0 no-repeat; padding-left:54px; display:inline-block; height:119px; }
.bot-pack span { background:url(../images/bots/bg-pack_dx.png) right 0 no-repeat; padding-right:100px; display:inline-block; height:119px; padding-top:56px; color:#fff; font-weight:bold; font-size:14px; text-align:right; }
.bot-pack:hover { text-decoration: none; opacity:.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }
.bot-pack span strong { font-size:19px; }
.cap { background:url(../images/ico/cap-cock.png) 0 0 no-repeat; padding-left:145px; display: inline-block; color: #C8002D; font-size: 30px; padding: 68px 0 18px 145px; }

/* HOME CSS */

#home .page { background:url(../images/bg-bodyHome.jpg) 50% 59px repeat-x; }
#home li { list-style:none; }
body#home { background:none; }
#home .flash-area { padding:59px 0 0 0; height:304px; width: 950px; margin: 0 auto; }
#home .content-area {  background:url(../images/bg-content.jpg) center 0 repeat-x; padding-top:13px; }
#home .content { padding:1px 0 0 0; overflow: visible; }
#main { float:left; display:inline; width: 630px; }
#slider-box { background:url(../images/bg-slider.jpg) 100% 0 no-repeat; width:630px; height:335px; }
#slider-box .intro-txt { float:left; margin-top:8px; font-size:28px; margin-left:25px; color:#f3e2c4; }
#slider-box .controll { background:url(../images/ico/bg-slide-nav.png) 0 0 no-repeat; width:57px; height:26px; padding:0; margin:0; float:right; margin-right:30px; margin-top:8px; padding-top:5px; padding-left:6px; }
#slider-box .controll a { display:inline-block; width:23px; height:23px; text-indent:-9999px; background-position:0 0; background-repeat: no-repeat; float:left; } 
#slider-box .controll a:hover { opacity:.9; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); }
#slider-box .controll .prev { background-image:url(../images/ico/slide-prev.png); margin-right:5px; }
#slider-box .controll .next { background-image:url(../images/ico/slide-next.png); }
#slider-box #slider { clear: both; margin:35px 0 0 31px; float:left; }
#slider-box .slider-list { margin: 0; padding: 0; }
#slider-box .sl-itm { width:580px; height:270px; overflow:hidden; float:left; }
#slider-box .itm1 { background:url(../images/prodotti/pasta-composition.png) right 0 no-repeat; }
#slider-box .itm2 { background:url(../images/smartboxes_logo.png) right 0 no-repeat; }
#slider-box .itm3 { background:url(../images/orologio_merende_small_dark.png) right 0 no-repeat; }
#slider-box .itm4 { background:url(../images/prodotti/biaglut_composition_biscuits_2.png) right 0 no-repeat; }
#slider-box .sl-itm .tit { font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#b9173b; }
#slider-box .sl-itm p { width:270px; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:15px; margin:10px 0; color:#7d3121; }
#slider-box .logo-novita { width:244px; height:82px; display:inline-block; text-indent:-9999px; }
#slider-box .panesoffice { background:url(../images/logo-panesoffice.png) 0 0 no-repeat; }
#slider-box .concorso-celiachia { background:url(../images/bozza-logo.png) 0 0 no-repeat; }
#slider-box .merende { background:url(../images/tit_merende_small.png) 0 0 no-repeat; }
#slider-box .bambini { background:url(../images/angolo-piccoli-s.png) 0 0 no-repeat; }
#slider-box .biscotti { background:url(../images/prodotti/biaglut_composition_biscuits-tit.png) 0 0 no-repeat; }
#slider-box .pasta { background:url(../images/prodotti/pasta-composition-tit.png) 0 0 no-repeat; }

.main-cont { position: relative; }
.main-cont .bx-sx { float:left; }
.main-cont .events { background:url(../images/orange-line.png) center bottom no-repeat; width:300px; height:auto; padding-bottom:15px; margin-bottom:25px; float:left; }
.main-cont .tit { color:#c8002d; font-size:28px; }
.main-cont .bx-sx p { margin-top:10px; float:left; width: 190px; }
.main-cont .ico { float:left; margin-right:10px; }
.main-cont .p-vendita { clear:both; width:300px; /*height:135px;*/ float:left; }
.main-cont .ricette-bx { float:left; width:290px; background:url(../images/boxs/bg-ricette-bx.png) 0 0 repeat-y; padding:20px 0 0 40px; }
.main-cont .ricette-bx .tit { float:left; margin:0 10px 5px 0; }
.main-cont .ricette-bx p { clear:both; }
#home .ricette-list { margin-top:10px; }
#home .ricette-bx li { background:none; height:60px; padding:10px 0; }
#home .ricette-bx li .crop { margin-right:10px; }
#home .ricette-bx li.last { margin-bottom:0; }
#home .ricette-bx li h3 a { font-weight:bold; font-size:12px; }

/* SIDEBAR CSS */
#home #sidebar { float:left; display:inline; color:#fff; padding-top:0; width:320px; }
#comunity-bx { background:url(../images/boxs/Community_m.png) 0 0 repeat-y; width:320px; position:relative; }
#home #sidebar h2, #home #sidebar h3 {  margin:0; }
#home #sidebar .logo-club { background:url(../images/logo-club2.png) 0 bottom no-repeat transparent; width:188px; height:84px; color:#fff; font-size:31px; }

#comunity-bx .body-bx { width:320px; background:url(../images/boxs/Community_t.jpg) 0 top no-repeat; }
#comunity-bx .forchetta {  background:url(../images/forchetta.png) 198px bottom no-repeat; width:320px; padding:10px 0;  }
#comunity-bx .body-bx p { width:180px; margin:0 0 5px 5px; }
#comunity-bx .bottom-bx { width:260px; background:url(../images/boxs/Community_b.jpg) 0 bottom no-repeat; height:140px; padding:10px 30px 10px 30px; }
#comunity-bx .bottom-bx p { width:128px; font-weight:bold; font-size:14px; float:left; margin-top: 8px; }

#sidebar .intro { padding:0 25px; }

.service-list .se-itm { background:url(../images/bg-se-itm.png) center bottom no-repeat; display:block!important; padding: 10px 25px; }
.service-list .se-itm:last-child { background:none; }
.service-list .itm1 { background:url(../images/ico/ico-menu.png) left -5px no-repeat; padding-left:70px; }
.service-list .itm2 { background:url(../images/ico/ico-risto.png) left -5px no-repeat; padding-left:70px; }
.service-list .itm3 { background:url(../images/ico/ico-hotel.png) left -5px no-repeat; padding-left:70px; }
.service-list .tit {  width:188px; height:29px; text-indent:-9999px; background-position: 0 0; background-repeat: no-repeat; }
.service-list .itm1 .tit { background-image:url(../images/ico/logo-menu.png); }
.service-list .itm2 .tit { background-image:url(../images/ico/logo-risto.png); }
.service-list .itm3 .tit { background-image:url(../images/ico/logo-hotel.png); }
#home .info-list li { display:block; float:none; }
.service-list .itm1 .info-list li { background:url(../images/ico/arrow-white.png) 0 3px no-repeat; padding-left:10px; }
#sidebar .body-bx .service-list .se-itm a { background:none!important; color:#fff!important; border:none; padding:0; }
#sidebar .body-bx .service-list .se-itm a:hover { text-decoration:underline; }

#home #sidebar .end-box { height:60px; }

#home #sidebar .fb-link { clear:both; }
#home #sidebar .fb-link a { color:#2b508b; font-weight:bold; font-size:14px; background:url(../images/ico/ico-fb.png) 0 0 no-repeat; padding-left:35px; line-height:30px;display:inline-block; margin:15px 0 0 20px;}

/* NEW PRODOTTI e STORIA DEL PANE by giorgiok23 */

#prod { background: url(../images/bg-content-area.jpg) repeat-x scroll 50% 730px transparent; }
#prod  .page { background: url(../images/bg-body3.jpg) repeat-x scroll 50% 59px transparent; }
#prod .top-area { background:url(../images/bg-body4.jpg) center 59px no-repeat; overflow: hidden; padding:59px 0 0; position: relative; text-align:center; width:100%; text-shadow: 0 1px 1px #fff; }
#prod .flash-embed { height:181px; padding:180px 0 0 20px; text-align:left; width:930px; margin:0 auto; background:url(../images/flashProd.jpg) -1px 0 no-repeat; }
#prod .flash-embed .intro-prod-txt { font-size:25px; line-height:25px; width:430px; }
#prod .flash-embed .intro-prod-txt a { font-weight:bold; color:#C8002D; }
#prod .flash-embed .intro-prod-txt a:hover { text-decoration:none; opacity:.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); }

#prod .column {width:978px; margin:0 auto; text-align:left; }
#prod .tabs {  background:url(../images/boxs/tabs-box_top.png) center top  no-repeat;  padding:10px 14px 0; height:157px; text-align:center; }
#prod .tabs li { float:left; dislay:inline; width:147px; height:146px; margin-left:19px; list-style:none; padding:5px 10px; }
#prod .tabs li.active { background:url(../images/boxs/tabs-active.png) 0 0 no-repeat!important; }
#prod .tabs li:hover { background:url(../images/boxs/tabs-hover.png) 0 0 no-repeat; }
#prod .tabs li .thb { display:block; }
#prod .tabs li .thb img { width:130px; max-height:130px; }
#prod .tabs-bx { background:url(../images/boxs/tabs-box_bottom.png) center bottom no-repeat; padding-bottom:59px; color:#552314; }
#prod .content-tab { background:url(../images/boxs/tabs-box_mid.png) center top repeat-y; padding:0 40px; overflow:hidden; }
#prod .top-scheda { border-bottom:3px solid #d5b9a9; float:left; margin-bottom:10px; }
#prod .img-scheda { width:280px; float:left; margin:0 10px 10px 0; }
#prod .content-tab .top-scheda .tit { color: #C8002D; font-size: 45px; margin-top: 10px; }
#prod .info-txt { text-transform:uppercase; font-size:12px; }
#prod .txt-prod { font-size:16px; margin-top:20px; padding-right:50px; }
#prod .bot-scheda .img-pack { float:left; width:255px; margin: 0 25px 0 10px; }
#prod .scheda-nutr { float:left; margin:10px 25px 0 0; width:260px; }
#prod .bot-scheda .tit { color: #C8002D; font-size:16px; }
#prod .scheda-nutr .info { font-size:11px; font-style:italic; }
#prod .scheda-list { width:260px; padding:0; margin-top:10px; }
#prod .scheda-list li { width:255px; border-bottom:1px solid #d5b9a9; font-weight:bold; font-family:Arial, Helvetica, sans-serif; list-style:none; float:left; padding:7px 5px 3px 0; text-shadow: 0 1px 1px #fff; }
#prod .scheda-list li .dato { float:right; text-align:right; }
#prod .ingr-bx { float:left; margin-top:10px; width:320px; font-size:12px; }
#prod .ingr-bx .ingr-txt { margin:15px 0; }

#prod .content-area { background:none; }
#prod #main { width:100%; position:relative;}
#prod .page .content { padding:0; overflow: visible;  }
#prod .link-overlay { margin-top: -50px; width:100%; }
#prod .link-overlay .cap { float:left; }
#prod .link-overlay .bot-pack { float:right; }
#prod #ricette-bx { margin-top:15px; float: left; }
.ricette-list { padding:0 0 0 10px; }
.ricette-list li { list-style:none; margin-right:30px; width:292px; float:left; display:inline; margin-bottom:15px; height:92px; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:url(../images/line-list.png) center bottom no-repeat; }
.ricette-list li.last { margin-right:0; }
.crop { width:52px; height:52px; padding:2px; oveflow:hidden; border:2px solid #d6b986; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; float:left; margin-right:15px; }
.ricette-list li h3 { float:left; width:200px; }
.ricette-list li a { color: #C8002D; font-weight:normal; font-size:14px; }
.ricette-list li a:hover { }

/*scheda prod2*/

#prod.prod2 .flash-embed { background:url(../images/flashProd2.jpg) 0 0 no-repeat; }
#prod.prod2 .bot-go { margin: 60px 0 0 162px; }
#prod.prod2 .tabs li .thb img {
    max-height: 130px;
    width: 145px;
}
#prod.prod2 .tabs { padding: 10px 80px 0; }
#prod.prod2 .tabs li { margin-left: 25px; }
#prod.prod2 .content-area .tit { margin-bottom:15px; }
#prod.prod2 .content-area .txt, #prod.prod2 .column2 .txt { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; line-height:20px; color:#552314; text-shadow:1px 1px 1px #FFFFFF; margin-bottom:15px; }
.txt  strong.giga { font-size:20px; }
#prod.prod2 .content-area { padding-bottom:0px; }

#prod.prod2 .column2 .tabs { background:url(../images/boxs/tabs-box_top2.png) center top  no-repeat; padding:16px 30px 24px; }
#prod.prod2 .column2 .tabs li { width:280px; height: 170px; padding:10px 13px 0; margin-left:0px; }
.column2 .minitit { display:block; color:#FFFFFF!important; font-size:18px; margin-bottom:10px; }
#prod.prod2 .column2 .tabs li.active { background:url(../images/boxs/tab-info-active.png) 0 0 no-repeat!important; }
#prod.prod2 .column2 .tabs li:hover { background:url(../images/boxs/tab-info-hover.png) 0 0 no-repeat; }
#prod.prod2 .column2 .tabs li .thb img { height:90px; width:270px; border:5px solid #4a0011; }
#prod.prod2 .column2 .tabs li.active .thb img, #prod.prod2 .column2 .tabs li:hover .thb img { border-color:#e00031; }
#prod.prod2 .column2 .tabs li:hover .thb { text-decoration:none; }
#prod.prod2 .column2 .content-tab { padding-top:10px; }
#prod.prod2 .column2 .top-scheda { border:none; }
.fascia-info { overflow:hidden; clear:both; margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #d5b9a9; }
.fascia-info.last { border:none; }
.fascia-info .crop { border:5px solid #d2a693; padding:1px; width:138px; height:auto; margin-right: 20px; }
.fascia-info .crop img { width:138px; }
.fascia-info .info-list { float:left; list-style:none; padding-left:0px; margin-top:10px; }
.fascia-info .info-list li { padding-left:10px;  background:url(../images/ico/arrow-right.png) 0 5px no-repeat; height: 17px; }
.fascia-info .info-list li .alter { color:#c90631;font-weight:bold; }

#prod.prod2 #footer { margin:0; }

/*storia del pane*/

#prod.story .column { background:url(../images/bg-colum-story.jpg) 0 top no-repeat; }
#prod .content-tab .bot-inverse { margin-top:40px; }
#prod .first-tit { font-size:35px; color:#c90631; margin:30px 0 20px 0; }
#prod .first-txt { font-size:18px; line-height:25px; width:760px; margin-bottom:30px;}
.img-boxed { padding:3px; background:#fff; border:1px solid #552314; }
.img-boxed.fl-dx { margin-top:35px; }


#prod .txt-bx { float:left; width:670px; margin-bottom:30px; }
#prod h4.tit { color:#552314!important; margin-bottom:20px; margin-top:30px; font-size:25px!important;  }
#prod p.txt { font-size:12px; line-height:19px; }

.came-up { color:#c90631; font-family:Arial, Helvetica, sans-serif; background:url(../images/ico/arrow-up.png) right 60% no-repeat; padding-right:12px; margin-top:10px;  display:inline-block;}

/* alex */

.highlightBx{ 
	background:url(../images/orange-line.png) center bottom no-repeat; width:288px; height:auto; padding-bottom:15px; margin-bottom:25px; float:left;
}
.highlightBx a{
	color: #C8002D;
	font-weight: bold;
}
/* */
