/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	zoom:1.0
}
table {
	border-spacing:1;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:”;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
	font-size:100%;
}
/*because legend doesn’t inherit in IE */
legend {
	color:#000;
}
var, .iradius16 {
	cursor:pointer;
}
body {
	background-color:#2299E9;
	height: 100%;
	font-size:12px;
	color:#0F3760;
	font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
ul {
}
p {
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
h1 {
	font-size:20px;
	font-weight:bold
}
h2 {
	font-size:16px;
	font-weight:bold
}
.floatl {
	float:left;
	display:inline;
}
.floatr {
	float:right;
	display:inline;
}
.clear {
	clear:both;
	display:block;
	height:0;
	line-height:0;
}
.clear-space {
	clear:both;
	height:1px;
	line-height:1px;
	display:inline-block;
	margin-top:15px;
	width:100%;
}
a {
}
a:hover {
	color:#999
}
a img {
	border: none;
}
.msgnull {
} /* messaggio di "non trovato" */
.msgerror { color:#990000;
} /* messaggio di ringraziamento/errore */
.link_indietro {
}  /* Link "torna indietro" */
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	margin:0 auto;
}
#container {
	width: 970px;
	margin: auto;
	overflow:hidden;
}
#header {
	width: 100%;
	clear:both;
	float:left;
	display:inline;
}
#menu-cont {
	width: 970px;
	margin: auto;
	overflow:hidden;
	height:38px;
	padding-top:40px;
}
#box-primopiano {
	margin-right:343px;
	float:right;
	margin-top:42px;
	clear:both;
}
#col {
	width: 300px;
	margin: 0;
	float:right;
	display:inline;
	overflow:hidden;
	margin-left:2px;
	min-height:600px;
}
#body {
	min-height: 950px;
	height: auto !important;
	height: 950px;
	width: 544px;
	display:inline;
	float:left;
	overflow:hidden;
	background-image:url(img/corner.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 45px 70px 50px 45px;
}
#body ul {
	padding-left:40px;
}
#body ul li {
	list-style:disc;
}
#body em {
	font-style:italic;
}
#footer {
	width: 925px;
	clear:both;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	height:120px;
	padding-left:45px;
}
/* IMMAGINI TESTATA */

#s3slider {
	float:right;
	display:inline;
}
#s3sliderContent {
	list-style:none;
	margin:0;
	padding:0;
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage img {
	vertical-align:bottom;
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font-size: 10px;
	padding: 10px 10px;
	width: 520px;  /*E' il settaggio $HEAD_W - 20px */
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	bottom: 0;
}
/* MENU PAGINE*/

.menu-lingue {
	margin:4px;
	display:none;
}
.menu {
	margin-bottom:20px;
	margin-top:25px;
}				/* contenitore generale */
.menu li {		/* riga di menu*/
	list-style:none;
	line-height:30px;
}
.menu li a {				/* link clibbabile (un eventuale sfondo e da mettere qui) */
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background-image:url(img/b1.png);
	background-repeat:no-repeat;
	text-indent:30px;
}
.menu li a:hover {
	background-image:url(img/b2.png);
	background-repeat:no-repeat;
	color:#FFF;
}
.menu li a.menu-selected {
	background-image:url(img/b3.png);
	background-repeat:no-repeat;/* stato selezionato */
	}
.menu li ul { 			/* Sottomenu */
	padding:0;
	margin-left:20px;
	display:none;
	margin-bottom:25px;
}
.menu li ul li {
}		/* riga di sottomenu*/
.menu li ul li a {
	background-image: url(img/b5.png);
	margin-bottom:1px;
}		/* link clibbabile (un eventuale sfondo e da mettere qui) */
.menu li ul li a:hover {
	background-image:url(img/b6.png);
}
.menu li ul li a.selected {
	background-image:url(img/b6.png);
}
.menu li ul li a.submenu-selected {
	background-image: url(img/b4.png);
}
.menu li ul li a.submenu-hover {
	background-image: url(img/b4.png);
}
.menu li ul li a.submenu-a {
	background-image: url(img/b4.png);
}
 font-weight:bold;
.menu li ul li ul {		/* Sotto-sottomenu (elenco sottocategorie) */
	display:none;
}
.menu li ul li ul li {
}		/* riga di Sotto-sottomenu*/
.menu li ul li ul li a {
}		/* link clibbabile (un eventuale sfondo e da mettere qui) */
.menu li ul li ul li a:hover {
}
.menu li ul li ul li a.submenu-selected {
	font-weight:bold;
}
.topmenu {
	overflow:hidden;
	width:100%
}
, .topmenu_b {
list-style:none;
margin:0;
padding:0;
}
.topmenu li, .topmenu_b li {
	margin-bottom:1px;
	list-style:none;
	width:161px;
	float:left;
}
.topmenu li a, .topmenu_b li a {
	height:38px;
	background-image:url(img/button.png);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#11375E;
	text-decoration:none;
	width: 160px;
	display:inline;
	float:left;
	margin-right:1px;
	text-indent:33px;
	line-height:38px;
}

.topmenu li a.promozione, .topmenu_b li a.promozione{

background-image:url(img/button_p.png);

}

.topmenu li a:hover, .topmenu_b li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-image:url(img/button2.png);
	background-repeat:no-repeat;
}


.topmenu li a.promozione:hover, .topmenu_b li a.promozione:hover{
background-image:url(img/button_p2.png);

}



.topmenu li .topmenu-selected, .topmenu_b li .topmenu-selected {
	color:#4d4d4b;
	text-decoration:none;
	font-weight:normal;
	background-image:none;
	background-color:#FFFFFF;
}
.topmenu li .submenu {
}
.topmenu li .submenu li {
}
.topmenu li .submenu li a {
}
.topmenu li .submenu li a:hover {
}
.topmenu li .submenu .submenu-selected {
}
.box-banner {
	clear:both;
	float:left;
	display:inline;
	margin-top:8px;
}
.banner {
	float:left;
	display:inline;
	margin-top:4px;
}
/* STILI PAGINE */
.box-pagina { /*box pagine*/
	clear:both;
	overflow:hidden;
	width:100%;
}
.titolo-pagina {
	font-size:19px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:8px;
	text-align:Right;
	margin-top:10px;
	color:#32769A;
	background-image:url(img/titolo.png);
	padding-right:25px;
}
.thumb-left {
	width:164px; /* Larghezza thumb +4px */
	float:left;
	margin-right:15px;
	display:inline;
}
.thumb-left img {
	clear:left;
	margin-bottom:4px;
	margin-right:15px;
	float:left;
	display:inline;
}
.thumb-left a {
	display:inline;
	float:left;
	margin-bottom:4px;
	margin-right:20px;
}
.thumb-right {
	width:164px;
	float:right;
	display:inline;
}
.thumb-right img {
	clear:right;
	margin-bottom:4px;
	margin-left:4px;
	float:right;
	display:inline;
}
.thumb-right a {
	display:inline;
	float:right;
	margin-bottom:10px;
}
.thumb-top, .thumb-bottom {
	float:left;
	display:inline;
	margin-top:10px;
	margin-bottom:10px;
}
.thumb-top img {
	margin-bottom:4px;
	margin-left:4px;
	float:left;
	display:inline;
}
.thumb-top a {
	display:inline;
	float:left;
	margin-bottom:4px;
	margin-left:4px;
}
.thumb-bottom img {
	margin-top:4px;
	margin-bottom:4px;
	margin-left:4px;
	float:left;
	display:inline;
	width:160px;
}
.thumb-bottom a {
	display:inline;
	float:left;
	margin-bottom:4px;
	margin-left:4px;
	margin-top:4px;
}
.div-pagina-allegati {
}
.div-pagina-photogallery {
}
.div-pagina-video {
}
/* STiLI THUMB SOTTOPAGINE */

.box-sottopagina { /*box pagine*/
	float:left;
	display:inline;
	width:175px;
	margin:15px 5px 15px 5px;
	overflow:hidden;
}
.box-sottopagina h2 {
	min-height: 54px;
	height: auto !important;
	height: 54px;
	position:relative;
}
.box-sottopagina h2 span {
	display:block;
	position:absolute;
	bottom:1px;
}
/* STILI NEWS */

#container-news { /*Box news in home page*/
	clear:both;
	overflow:hidden;
}
.box-news {  /*box news*/
	margin:10px 0 10px 0;
	overflow:hidden;
	clear:both;
	display: inline-block;
	width:100%;
}
.img-newshome {
	float:left;
	display:inline;
	margin-right:20px;
}
.titolo-news {
	font-weight:bold;
}
.titolo-news a {
} /* i titoli cliccabili */
.titolo-news a:hover {
}
#slide-news {
	float:left;
	display:inline;
	width:100%;
	height:150px;
}
#slide-news div {
	float:left;
	width:100.5%
}
/* STILI OFFERTE */

.box-off {  /*box offerte*/
	margin:10px 0 10px 0;
	overflow:hidden;
	clear:both;
	display: inline-block;
	width:100%;
}
.titolo-off {
	font-weight:bold;
}
.titolo-off a {
} /* i titoli cliccabili */
.titolo-off a:hover {
}
/* STILI PRODOTTI */

.prodotto { 			/* box prodotti */
	margin:10px 0 10px 0;
	overflow:hidden;
	float:left;
	display: inline-block;
	width:165px;
	margin-right:15px;
}
.titolo-prodotto {
}
.titolo-prodotto a {
} /* i titoli cliccabili */
.titolo-prodotto a:hover {
}
.prezzo, .peso, .misure {
	display:inline;
	font-weight:bold;
} /* gli altri campi */
/* STILI SOTTOCATEGORIA */

.sottocategoria { 			/* box prodotti */
	margin:10px 0 10px 0;
	overflow:hidden;
	float:left;
	display: inline-block;
	width:100%;
}
.titolo-sottocategoria {
}
.titolo-sottocategoria a {
} /* i titoli cliccabili */
/* STILI PHOTOGALLERY */

.box-foto {  /*box fotogallery*/
	margin:10px 0 10px 0;
	overflow:hidden;
	clear:both;
	display: inline-block;
	width:100%;
}
.thumb-fotogallery {  /*elenco gallerie*/
	float:left;
	display:inline;
	margin:4px;
	font-size:10px;
	width:18%;
	overflow:hidden;
}
.thumb-foto { /*elenco foto*/
	float:left;
	display:inline;
	margin-right:17px;
	margin-bottom:17px;
}
.titolo-foto {
	font-weight:bold;
}
.col_foto { /* box in colonna "foto inserite" */
	clear:both;
	display:inline;
	float:left;
	margin-top:8px;
	width:100%;
}
.thumb-col_foto { /*anteprime in colonna "foto inserite"*/
	float:left;
	display:inline;
	margin:0 7px 7px 7px;
}
/* STILI FORM */

.box-modulo {  /*box modulo*/
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	float:left;
	clear:both;
	width:100%;
}
.TblModulo {
} /*tabella del modulo*/
.modulo-label {
} /* etichette accanto ai campi*/
.inputtext {
	background-color:#DFE9F4;
	color:#333;
	border:1px solid #8EB7EE;
	width:160px;
	margin-left:4px;
	margin-bottom:3px;
} /* campo di testo */
.textarea {
	background-color:#DFE9F4;
	color:#333;
	border:1px solid ##8EB7EE;
	width:160px;
	height:100px;
	margin-bottom:3px;
	margin-left:4px;
} /* textarea */
.button {
} /* bottone */
/* STILI GUESTBOOK */

.box-guest {  /*box Guestbook*/
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	float:left;
	clear:both;
	width:100%;
}
.TblModulo {
} /*tabella del modulo*/
.tbl-guest {
	clear:both;
	float:left;
} /* tabella dei messaggi */
.num-guest {         /*numero dei messaggi*/
	font-size:48px;
	font-weight:bold;
	line-height:40px;
}
/* STILI NEWSLETTER */

.box-newsletter {  /*box Newsletter*/
	margin-top:10px;
	float:left;
	clear:both;
	width:100%;
	display:inline;
}
.tbl-newsletter {
	width:80%;
} /*tabella del modulo*/
.titolo-newsletter {
}


.cont_tbl_area{
	margin-top:10px;
  
padding:10px 8px;
width:280px;
	height:150px;
background-image:url(img/bg_area.png);
background-position:top;
background-repeat:no-repeat;
	float:left;
	clear:both;
	display:inline;
	overflow:hidden;

	}
	
.tbl_area {  /*box Newsletter*/

	width:279px; 
	 
} 

.tbl_area .log_area{
background-color:#E3EAF5;
font-size:16px;
font-weight:bold;
}
.inputbtnarea{
border:none;
width:70px;
height:24px;
background-color:#4B81C4;
cursor:pointer;

color:#E3EAF5;
font-size:14px;}

.error{ font-size:11px; color:#990000; font-style:italic;}
.areabtn{
border:none;
width:120px;
height:24px;
background-color:#4B81C4;
cursor:pointer;

color:#E3EAF5;
font-size:14px;}
/*Titolo Form newsletter*/
/* PAGINAZIONE */


ul#pagination-digg {
	border-top:1px solid #0F3760;
	margin:20px 0 0 0;
	padding:19px 0 0;
	width:100%;
	clear:both;
	float:left
}
ul#pagination-digg li {
	border:0;
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
	margin-right:2px;
	float:left;
	list-style:none;
}
#pagination-digg a {
	margin-right:2px;
}
#pagination-digg .previous-off, #pagination-digg .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:0px;
}
.nolink {
	padding:3px 6px;
	float:left;
}
#pagination-digg .next a, #pagination-digg .previous a {
	font-weight:bold;
}
#pagination-digg .active {
	background:#043454;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
	margin:0px 4px 0px 0px;
}
#pagination-digg a:link, #pagination-digg a:visited {
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover {
	border:solid 1px #043454;
	background-color:#f6f6f6;
	padding:2px 5px;
}
a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #2F6F91;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #2F6F91;
}
