@charset "utf-8";

/* CSS Document */
body {
	background-color: #f2f2f2;
	background-repeat: repeat-x;
	background-image: url(img/patternlati.jpg);
	font: 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: 0.1em;
	padding: 0;
	margin: 0;
	color: #010101;
	text-align: center;
}
p {
	white-space: normal
}

a:link {
	color: #010101;
	text-decoration: none;
}

a:visited {
	color: #010101;
	text-decoration: none;
}

a:active {
	color: #010101;
	text-decoration: underline;
}

a:hover {
	color: #C30;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

#container {
	width: 1020px;
	margin: 0 auto;
	font-size: 110%;
	z-index: 1;
}

#logo {
	position: relative;
	height: 97px;
	width: 142px;
	left: -20px;
	background-repeat: no-repeat;
	background-image: url(img/logo_degustitalia.png);
	top: -20px
}

#menu_news {
	background-color: #00000;
	color: #FFF;
	padding-right: 10px;
	text-align: center;
}

#footer {
	background-repeat: repeat-x;
	background-image: url(img/background_footer.jpg);
	height: 350px;
	margin: 0 auto;
	text-align: center;
	font-size: 103%;
	
}
#sidebar {
	clear: none;
	float: left;
	background-color: #5C5C5C;
	color: #FFF;
	position: relative;
	top: -97px;
	z-index: 0;
	width: 210px;
	padding-top: 60px;
	padding-bottom: 30px;
}

.minicarrello {
	border-left: 3px solid #ffff99;
	border-right: 3px solid #ffff99;
	border-bottom: 1px dotted #999;
}

#sidebar p {
	padding: 0;
	margin: 0;
	position: relative;
	width: 170px;
	display: block;
	left: 10px;
	color: #010101;
}

#sidebar li {
	display: inline;
}

#sidebar ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}

#sidebar a {
	position: relative;
	left: -40px;
	padding: 8px 20px;
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #4E4E4E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B6B6;
	width: 170px;
}

#sidebar p {
	border-bottom: 1px solid #b6b6b6;
	padding: 3px 5px;
	margin: 0;
	position: relative;
	width: 200px;
	background-color: Gray;
	display: block;
	color: #ffffff;
	left: -40px
}

#sidebar a:hover {
	background-color: #444;
}

#page_news {
	width: 100%;
}

#page {
	top: -97px;
	float: right;
	width: 780px;
	position: relative;
	background-color: #DDDDDD;
}

#page h2 {
	color: darkslategray;
	font-size: 100%;
}

#page h3 {
	color: darkslategray;
	font-size: 14px;
}

#page h4 {
	top: -20px;
	position: relative;
	background-color: #F00;
	padding: 3px 6px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

#page h5 {
	color: #36393D;
	font-size: 14px;
}

#page p {
	font-size: 12px;
	padding: 1px;
	display: inline;
}

#page div {
	line-height: 16px;
	padding-top: 3px;
}

#page #testo {
	font-size: 12px;
	top: -26px;
	position: relative;
	padding: 0 6px;
}

.errore {
	background-color: #FCF05C;
	color: #F00;
	font-weight: bold;
	width: 70%;
	padding: 5px 10px;
	text-align: center;
	margin: 10px auto;
	list-style: none;
}

.rosso {
	color: #F00;
}

#form_edit {
	padding: 4px 3px;
	background-color: #fcf05c
}

fieldset {
	color: chartreuse;
	width: 90%;
	margin: 0 auto;
}

legend {
	padding: 0 10px;
	color: firebrick;
	font-size: 120%;
	font-weight: bold
}

hr {
	color: lightgray;
	background-color: lightgray;
}

/*Tabella*/
#tbl_notizie {
	padding: 0;
	margin: 0;
	font-size: 95%;
	witdh: 950px;
	background: #f3f3f3;
}

table {
	padding: 0;
	margin: 0;
	font-size: 95%;
}

th {
	color: #FFF;
	background-color: #36393D;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 2px 2px 2px 4px;
	font-size: 10px;
	font-weight: bold;
}

th.multirow {
	color: #FFF;
	background-color: #36393D;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 2;;
	padding: 2px 2px 2px 4px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #F2F2F2;
	background: none;
}

td {
	margin: 1px;
	padding: 2px 2px 2px 4px;
	color: #010101;
}

td.choose {
	color: #010101;
	background-color: #FFFC6F;
}

/*div a 260*/
.middletop {
	background-repeat: no-repeat;
	background-image: url(../css/div/260px_top.gif);
	padding: 0;
	margin: 0;
	width: 254px;
	height: 12px;
	background-position: bottom;
}

.middlerepeat {
	font: 11px Verdana, Arial, "Lucida Grande", Geneva, sans-serif;
	background-repeat: repeat-y;
	background-image: url(../css/div/260px_repeat.gif);
	padding: 5px 4px;
	margin: 0;
	width: 254px;
}

.middlebottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/260px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 254px;
	height: 12px;
}

/*div a 200
.littletop {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top.gif);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 12px;
	background-position: bottom;
}*/
.littletop {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top.gif);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 12px;
	background-position: bottom;
}
.littletop_login {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top_login.jpg);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 33px;
	background-position: bottom;
}

.littletop_carrello {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top_carrello.jpg);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 34px;
	background-position: bottom;
}
.littletop_quickreg {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_top_registrazionerapida.jpg);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 34px;
	background-position: bottom;
}

.littlerepeat {
	background-repeat: repeat-y;
	font: 11px Verdana, Arial, "Lucida Grande", Geneva, sans-serif;
	background-image: url(../css/div/200px_repeat.gif);
	padding-left: 7px;
	margin: p;
	width: 194px;
	font-size: 95%;
}

.littlebottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/200px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 194px;
	height: 12px;
}

/*div a 540*/
.bigtop {
	background-repeat: no-repeat;
	background-image: url(../css/div/540px_top.gif);
	padding: 0;
	margin: 0;
	width: 544px;
	height: 12px;
	background-position: bottom;
}

.bigrepeat {
	background-repeat: repeat-y;
	font: 12px Verdana, Arial, "Lucida Grande", Geneva, sans-serif;
	background-image: url(../css/div/540px_repeat.gif);
	padding-left: 6px;
	margin: 0;
	width: 544px;
}

.bigbottom {
	background-repeat: no-repeat;
	background-image: url(../css/div/540px_bottom.gif);
	padding: 0;
	margin: 0;
	width: 544px;
	height: 12px;
}
.btn {
	background: no-repeat 0 top;
	border: none;
	height: 25px;
	cursor: pointer;
	line-height: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.btn:hover {
	background-position: 0px -25px;
}

.btn:focus {
	background-position: 0px -50px;
	outline: none;
}
.b-entra {
	margin-top: 4px;
	background-image: url(img/entra.png);
	width: 64px;
}
.b-registrati {
	margin-top: 4px;
	background-image: url(img/registrati.png);
	width: 85px;
}
.b-esci {
	margin-top: 4px;
	background-image: url(img/esci.png);
	width: 56px;
}

#box {
	background-color: #f4f4f4;
	border: 1px dotted #999;
	font-size: 91%;
}

/* tipografia, colori e regole per voci di primo livello, titoli e link */

div#menu{font: 12px Verdana, Arial, "Lucida Grande", Geneva, sans-serif;width:100%; height: 32px; padding-top: 3px;}
ul#nav,ul#nav li,ul#nav ul{margin:0;padding:0;list-style:none;}
ul#nav{width:100%;margin: 0 auto;height:26px; font-size: 84%;}
ul#nav a{display:block;text-decoration:none;}
ul#nav h2{font-size:110%;margin:0; border-right: 1px solid #888}
ul#nav h2 a{line-height:25px;padding: 0 15px;color:#333}
ul#nav>li:hover,ul#nav h2 a:hover{color: #E93F30;}
ul#nav h3{font-size:100%;margin:0}
ul#nav h3 a{color: #666}
ul#nav h3 a:hover{text-decoration:underline}
ul#nav li{float: right;position: relative}
ul#nav li li{float: none;display: block !important;display: inline; /*IE6*/}

/*dichiarazioni chiave per i sottomenu e l'effetto a comparsa
NB: classe open è necessaria per JQuery*/

ul#nav div.mega{position: absolute;top: -9999px;left: -1px;
    width: 25em;padding: 0.7em;border: 1px solid #888;
    background: #FFF; overflow:hidden; line-height:1.7; z-index: -9999;font-size: 110% }
ul#nav li:hover div.mega,ul#nav li div.mega.open{top: 30px;z-index: 2}

/*tipologie di sottomenu:
small: colonna singola
mega: 2 colonne  - default
wide: 3 colonne
ultra: 4 colonne
alt: allineato sul lato destro */

ul#nav div.mega div{float:left;width:49%; border: none;}
ul#nav div.mega.small{width:12em}
ul#nav div.mega.small div{float:left;width:99.9%}
ul#nav div.mega.wide{width:28em}
ul#nav div.mega.wide div{float:left;width:33%}
ul#nav div.mega.ultra{width:36em}
ul#nav div.mega.ultra div{float:left;width:24.9%}
ul#nav div.mega.alt{left:auto;right:-1px}

/*regole aggiuntive per i link dei sottomenu*/

ul#nav div.mega li a{padding:0 7px;color: #333;}
ul#nav div.mega li a:hover{color: #E93F30;text-decoration:underline}
