body {
	background: url(../img/bg.png) repeat-x #20cdfc;
	font-size: 76%;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px auto;
	width: 916px;
}

/* header */
#header {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
#header .mH {
	margin: 15px 15px 0px 15px;
}
#header .mH .l {
	float: left; 
	width: 50px;
	border-right: 1px solid #ffffff;
}
#header .mH .c {
	float: left; 
	width: 784px;
}
#header .mH .r {
	border-left: 1px solid #ffffff;
	float: left; 
	text-align: right;
	width: 50px;
}

/* parte centrale */
#content {
	float: left;
	padding: 15px;
	background-color: #f0f0f0;
}

/* menu navigazione principale */
#nav {
	margin-bottom: 3px;
	float: left;
	width: 100%;
	height: 44px;
	background: url(../img/nav.png) no-repeat;
}
#nav div.blu {
	margin-top: 12px;
	width: 118px;
	float: left;
	text-align: center;
}
#nav div.oro {
	margin-top: 12px;
	width: 324px;
	float: left;
	text-align: center;
}
#nav div a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#nav div a:hover {
	color: #00428d;
}

#banner {
	width: 100%;
	clear: both;
}
#banner .logo {
	float: left;
	width: 236px;
}

#banner .swf {
	float: left;
	width: 650px;
}

/* struttura a 2 colonne */
.sx {
	float: left;
	width: 236px;
}
.dx {
	float: left;
	width: 650px;
}
.dx .box {
	padding: 30px 20px 30px 20px; 
}

/* ricerca */
#search {
	background: url(../img/bg_search.png) repeat-x;
	height: 50px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
#search div {
	padding-top: 15px;
	font-size: 10px;
}
#search div .input {
	background-color: white;
	width: 150px;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#last_pubblicazioni {
	float: left;
	width: 424px;
}
.box_fumetto .img {
	float: left;
	width: 132px;
	margin-right: 20px;
}
.box_fumetto .img img {
	padding: 6px;
	border: 1px solid #e0e1e2;
	background-color: #ffffff;
}
.box_fumetto .text {
	float: left;
	width: 232px;
}

.prodotto .imgH {
	float: left;
	width: 132px;
	margin-right: 20px; 
}
.prodotto .imgH .imgB {
	padding: 6px;
	border: 1px solid #e0e1e2;
	background-color: #ffffff;
}
.prodotto .imgV {
	float: left;
	width: 164px;
	margin-right: 20px; 
}
.prodotto .imgV .imgB {
	padding: 6px;
	border: 1px solid #e0e1e2;
	background-color: #ffffff;
}
.prodotto .textH {
	float: left;
	width: 458px;	
}
.prodotto .textV {
	float: left;
	width: 426px;
}
#news {
	float: left;
	width: 226px;
}
#news .mN {
	margin: 10px 10px 10px 0px;
	background-color: #e0e1e2;
}
#news .mN .page {
	height: 520px;
}
#news .mN .page img {
	padding: 6px;
	border: 1px solid #e0e1e2;
	background-color: #ffffff;
}

/* menu sx di navigazione (parziale il resto nel css di jquery) */
#menunav {
	width: 216px;
	margin: 0px auto;
}


/* footer */
#footer {
	clear: left;
	padding: 15px;
	text-align: right;
	font-weight: bold;
}

table.risultati {
	width: 100%;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}
table.risultati th {
	text-align: left;
	width: 40%;
	border-collapse: collapse;
	padding: 10px;
}
table.risultati td {
	text-align: left;
	width: 40%;
	border-collapse: collapse;
	padding: 10px;
}
table.risultati .td {
	text-align: center;
	width: 20%;
}

table.gallery {
	width: 100%;
}

table.gallery td {
	width: 25%;
}
.message {
	padding: 20px;
	background-color: #f97907;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/*coockie*/

#cookieChoiceInfo {
    position: fixed;
    width: 100%;
    background-color: #ffffff!important;
    margin: 0px;
    left: 0px;
    top: 0px!important;
    padding: 10px!important;
    z-index: 1000;
    text-align: center;
    border-bottom: 3px solid #2cd0fe;
}

#cookieChoiceInfo a {
    color: #2cd0fe!important;
    }

#cookieInfoLink {
    color: #2cd0fe!important;
}

#cookieChoiceDismiss {
    color: #2cd0fe!important;
}
