@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
	margin : 0; padding : 0;
}
/* Img normalize */
img {
	border:none;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style: circle; padding-left:20px; line-height:20px; margin-left:25px;
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal; font-weight : normal;
}
/* Removes list-style from lists */
table {
	border-collapse : collapse; border-spacing : 0;
}
td {
	padding:5px;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
/* Stile avvisi */
.err{
font-size:13px; font-weight:bold; color:#CC0000; background:#ffe4e4 url('../images/err.png') no-repeat left; padding:5px 25px; width:530px; margin:10px 10px;
}
.ok{
font-size:13px; font-weight:bold; color:#006600; background:#e3ffe1 url('../images/err.png') no-repeat left; padding:5px 25px; width:530px; margin:10px 10px;
}
.ok span{
font-size:15px; font-weight:bold; 
}
.limite{
font-size:13px; font-weight:bold; color:#127da6; background:#ddf1f9 url('../images/err.png') no-repeat left; padding:5px 25px; width:602px; margin:10px 0px; float:left;
}
/* Normalizes anchors */
a:link, a:visited, a:active, a:focus {
	text-decoration:none; outline: 0; color:#ff3c00; font-size:11px;
}
a:hover {
	text-decoration:none; outline: 0; color:#db2501; font-size:11px;
}
input, select, textarea {
	font-size:12px; font-weight:normal; color: #3d3d3d; border:1px solid #4e596b; font-family: "Trebuchet MS", Times, serif;
}
.title {
	font-size:14px; font-weight:bold; color: #3d3d3d; border-bottom:1px dotted #d5d5d5; width:100%; display:block;
}
.button {
	font-size:12px; font-weight:normal; color: #3d3d3d; border:1px solid #d5d5d5; font-family: "Trebuchet MS", Times, serif; background: url(../images/button.png) repeat-x; padding:0px 5px; font-weight:bold; margin:8px 0px;
}
.submit {
	font-size:14px; font-weight:bold; color: #FFF; border:1px solid #d5d5d5; font-family: "Trebuchet MS", Times, serif; background: url(../images/submit.png) repeat-x; padding:0px 5px; font-weight:bold; margin:8px 0px;
}
.hidden {
	border:none; background:none;
}
body {
	font-family: "Trebuchet MS", Times, serif;  padding:0px; margin:0px; font-size:12px; width:100%; height:100%; background: #FFF url('../images/bg.png') repeat-x; color:#3d3d3d;
}
/* Container generale */
#container-back {
	width:1020px; height:auto; overflow:hidden; margin:0px; padding:0px; background: url('../images/container.png') no-repeat;
}
#container {
	width:934px; height:auto; overflow:hidden; margin:0px; padding:0px; background:#FFF; border-left:1px solid #c1c1c1; border-right:1px solid #c1c1c1; border-bottom:1px solid #c1c1c1; margin-bottom:15px; padding-bottom:15px;
}
/* Header */
#header {
	width:936px; height:70px; margin:0px; background: url('../images/header.png') repeat-x;
}
#logo {
	width:325px; height:65px; float:left; padding-top:0px;
}
#login {
	width:400px; height:65px; float:right; padding-top:0px; text-align:left;color:#FFF;
}
#login h2{
	color:#FFF; font-size:13px; font-weight:bold; margin-bottom:5px;
}
#login div{
	width:auto; height:auto; padding:2px 20px 0px 0px; float:left;
}
#login b{
	color:#60b7f3; font-size:12px; font-weight:bold;
}
#login a{
	color:#FFF; font-size:11px; font-weight:bold;
}
#login a:hover{
	color:#FFF; font-size:11px; font-weight:bold;
}
/* Menu navigazione */
#menu {
	width:934px; height:24px;background: url('../images/menu.png') repeat-x;border-left:1px solid #c1c1c1; border-right:1px solid #c1c1c1; text-align:center;
}
#menu-space {
	width:700px; height:24px; text-align:center; margin-left:130px;
}
#menu a {
	width:auto; text-align:center; height:20px; color:#3d3d3d; font-size:12px; font-weight:bold; float:left; margin:4px 11px 0px 11px;
}
#menu a:hover {
	color:#155dd3;
}
#menu span {
	color:#ff3c00; font-size:13px;
}
.spacer{
	background: url('../images/spacer-menu.png') no-repeat; float:left; width:1px; height:20px; margin-top:2px;
}
/* Contenuti */

/* Menu Sinistro */
#sx{
	width:150px; overflow:hidden; float:left;margin-top:10px; 
}
.box-laterale{
	width:145px; height:auto; overflow:hidden; border:1px solid #c9c9c9; margin-bottom:10px;
}
.box-laterale h2{
	background: url('../images/h2-menu-laterale.png') repeat-x;width:135px; height:18px; text-align:left; font-size:12px; color:#FFF; padding-left:10px;
}
.box-laterale div{
	color:#3d3d3d; text-align:left; padding:5px; font-size:11px;
}
.box-laterale input{
	color:#3d3d3d; text-align:left; font-size:10px; 
}
/* Parte centrale */
#center{
	width:610px; height:auto; overflow:hidden; float:left; margin-top:10px; margin-left:1px; padding:0px 10px;
}
/* Vetrina */
#vetrina{
	width:610px; height:140px; margin-bottom:10px; border:1px solid #c9c9c9; background: url('../images/bg-vetrina.png') repeat-x;
}
#vetrina div{
	width:190px; height:136px; float:left; text-align:left; padding:2px 5px;
}
#vetrina h3{
	color:#3d3d3d; font-size:13px; margin-bottom:5px;
}
.spacer-vetrina{
	background: url('../images/spacer-vetrina.png') no-repeat; float:left; width:1px; height:136px; margin-top:5px;
}
#vetrina a{
	color:#227a00; font-size:12px;
}
#vetrina a:hover{
	color:#227a00; font-size:12px;
}
/* Articolo in vetrina */
#articolo-home{
	width:590px; height:160px; margin-bottom:10px; background: url('../images/bg-articolo.png') bottom repeat-x; padding:5px 10px; text-align:left;
}
#articolo-home img{
	float:left;  border:1px solid #c9c9c9; padding:5px; background:#FFF; margin-right:10px;
}
#articolo-home h3{
	color:#e30000; font-size:14px; font-weight:bold; margin-bottom:5px;
}
#articolo-home p{
	margin-bottom:10px;
}
.right{
	float:right; text-align:right; display:block; width:100%;
}
/* Risultati Ricerca */
.result{
	width:96%; height:auto; margin-bottom:10px; padding:5px 10px; text-align:left; border-bottom: 1px dotted #eaeaea; float:left;
}
.result h3{
	color:#e30000; font-size:14px; font-weight:bold; margin-bottom:5px;
}
.result a, .result a:hover{
	color:#e30000; font-size:14px; font-weight:bold; margin-bottom:5px;
}
.result right a, .result right a:hover{
	color:#e30000; font-size:12px; font-weight:bold; margin-bottom:5px;
}
.result h3 span{
	color:#3d3d3d; font-size:10px; font-weight:normal;
}
.result p{
	width:96%; height:auto; margin-bottom:10px; padding:5px 10px; text-align:left; border-bottom: float:left;
}
.result b{
	color:#e30000; font-size:14px; font-weight:bold; margin-bottom:5px; float:left;
}
.result b span{
	color:#3d3d3d; font-size:10px; font-weight:normal;
}
/* Box siti home */
.box-siti{
	width:285px; height:100px;  background: url('../images/bg-box-siti.png') bottom repeat-x; padding:5px; border:1px solid #c9c9c9; float:left; margin:0px 4px 20px 4px; text-align:left;
}
.box-siti img{
	float:left; margin-right:4px; width:80px; padding-bottom:10px;
}
.box-siti h4{
	color:#069bfe; font-size:13px; font-weight:bold; margin-bottom:5px;
}
.box-siti p{
	margin-bottom:4px; font-size:10px;
}
.box-siti a{
	color:#2c9c00; text-decoration:underline; margin-right:20px;
}
/* Pagine Interne */
#interne{
	width:610px; height:auto; margin-bottom:10px; border:1px solid #c9c9c9; background: url('../images/bg-interne.png') bottom repeat-x; text-align:left; overflow:hidden; padding-bottom:10px;
}
#interne h1{
	color:#155dd3; font-size:14px; font-weight:bold; border-bottom:1px solid #c9c9c9; padding:2px 5px; margin-bottom:15px;background: url('../images/bg-h1-interne.png') bottom repeat-x;
}
#interne h2{
	color:#CC0000; font-size:12px; font-weight:bold; margin-bottom:5px;
}
#interne h1 a{
	color:#CC0000; font-size:14px; font-weight:bold; border-bottom:1px solid #c9c9c9; padding:2px 0px; margin-bottom:15px;
}
.p{
	padding:3px 4px; overflow:hidden;
}
.box{
	width:260px; height:auto; margin-bottom:10px; text-align:left; margin:5px 25px 10px 10px; overflow:hidden; float:left;  padding:1px;
}
.large{
	width:580px; height:auto; margin-bottom:10px; text-align:left; margin:5px 15px 10px 10px; overflow:hidden; float:left;
}
.large h2{
	font-size:13px; font-weight:bold; border-bottom:1px dotted #c9c9c9; margin:10px 3px; width:580px;
}
/* Articoli */
.testo-articoli{
	width:auto; height:auto; margin-bottom:10px; text-align:left; margin:5px; overflow:hidden;
}
.testo-articoli img{
	width:auto; height:auto; float:left; margin-right:5px; background:#CCCCCC; padding:3px;
}
/* Menu Destro */
#dx{
	width:150px; height:auto; overflow:hidden;  float:right;  margin-top:10px; 
}
/* Stili Tabelle */
.table_style{
	width:570px; border:1px solid #999999; margin-left:5px; margin-top:10px; padding:1px;
}
.tr_table{
	border-bottom:1px dotted #3d3d3d; background-image: url('../images/tr_table.png'); background-repeat:repeat-x; color:#3d3d3d; text-align:left; font-size:13px; font-weight:bold; height:25px;
}
.tr_table td{
	border-right:1px dashed #CCCCCC;
}
.tr_res1{
	border-bottom:1px dotted #3d3d3d; color:#3d3d3d; text-align:left; font-size:12px; height:23px; background:#f9f9f9;
}
.tr_res1 td{
	border-right:1px dashed #CCCCCC;
}
.tr_res2{
	border-bottom:1px dotted #3d3d3d; color:#3d3d3d; text-align:left; font-size:12px; height:23px; background:#edfff6;
}
.tr_res2 td{
	border-right:1px dashed #CCCCCC;
}
/* Box Banner */ 
.box120x60{
	width:120px; height:auto; padding:5px;
}
.box120x60 div{
	width:120px; height:60px; margin:10px 0px 5px 0px;
}
.box120x240{
	width:120px; height:auto; padding:5px;
}
.box120x240 div{
	width:120px; height:240px; margin:10px 0px 5px 0px;
}
.box120x600{
	width:120px; height:auto; padding:5px;
}
.box120x600 div{
	width:120px; height:600px; margin:10px 0px 5px 0px;
}
/* Box Pubblicità Google */
#google{
	width:100%; height:200px; margin:5px 0px; float:left;
}
#google div{
	width:48%; height:200px; margin:0px 5px; float:left;
}
/* Box Pubblicità Poker */
#poker{
	width:100%; height:auto; margin:5px 0px; float:left;
}
#poker div{
	width:47%; height:auto; margin:0px 5px; float:left; background:#EFFCFF; border:1px dotted #006699; padding:3px; text-align:justify; font-size:9px;
}
#poker div a{
	font-size:9px;
}
/* Scheda Sito */
.tab-scheda{
	width:100%; height:20px;
}
.tab-scheda a{
	width:auto; height:15px; padding:4px 25px 1px 25px; float:left; font-size:14px; color:#006699; border-right:1px solid #CaCaCa; background: url('../images/bg-interne.png') bottom repeat-x; cursor:pointer;
}
#contentscheda{
	width:98%; height:auto; overflow:hidden; border:1px solid #CaCaCa; padding:15px 5px; *margin-top:5px;
}
.box-left{
	float:left; width:260px; height:auto;
}
.box-right{
	float:right; width:310px; height:auto; text-align:right;
}
#vota{
	width:98%; height:auto; overflow: hidden; padding:5px; float:left; border-top:1px solid #CaCaCa; margin-top:10px;
}
#vota h2{
	font-size:13px; font-weight:bold; color:#CC0000; margin-bottom:10px;
}
#vota em{
	color:#1b93c5; font-weight:bold; font-size:12px;
}
#vota div{
	float:left; padding:0px 10px;
}
#vota a,#vota a:hover {
	font-size:13px; font-weight:bold; color:#CC0000; margin-bottom:10px; cursor:pointer;
}
.box-commenti{
	width:98%;  height:auto; float:left;
}
.box-commenti p{
	float:left; padding:0px 5px; height:15px;
}
.box-commenti p a, .box-commenti p a:hover{
	cursor:pointer;
}
.del{
	float:right; display:block; width:98%; text-align:right; width:20px;
}
.del img{
	width:15px;
}
.pagine{
	width:100%; height:15px; padding:5px; text-align:center; float:left; display:block;
}
.pagine a, .pagine a:hover{
	color:#3C9BFE; font-size:12px;
}
.box-link{
	width:120px; height:auto; padding:5px;
}
.box-link div{
	width:110px; height:100px; text-align:left; border:1px solid #3d3d3d; padding:5px;
}

#social{ 
	width:98%; height:25px; padding:0px 4px 0px 4px; overflow:hidden; text-align:right; margin-right:10px;
}
#social div{ 
	width:auto; height:auto; padding:3px; float:right;
}
/* Footer */
#footer{
	width:100%; height:110px;  background: url('../images/footer.png') bottom repeat-x; 
}
#footer div{
	width:936px; height:95px; text-align:left; padding-top:15px;
}
#footer div div{
	width:730px; height:80px; text-align:left; padding-top:5px; float:left;
}
#footer div p{
	width:200px; height:80px; text-align:right; padding-top:5px; float:left;
}
#footer a,#footer a:hover {
	color:#3C9BFE; font-size:12px;
}