﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* FINE RESET STYLE*/












































body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../img/bg_pattern_red.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form{
	margin: 0;
	padding: 0;
	
	}
	
	




/*contenitore corpo centrale*/
.container {
	background: url(../img/bg_pattern_grey.jpg);
	width: 100%;
	margin: 0;
	padding:0;
	
	}	
	
	
/*contenitore footer e head */
.container_head, 
.container_footer {
	width: 100%;
	margin: 0;
	padding:0;
	
	
	}	





/*ombra*/	
.ombra_lay {
	background: url(../img/ombra_layout.png) top center repeat-y;
	width: 100%;
	}
	
.ombra_lay_bottom {
	background: url(../img/ombra_layout_bottom.png) top center no-repeat;
	width: 100%;
	height: 29px;
	}
		
	
	
	


/*contenitore top per data e btn world*/
.top_world {
	background-color: #7d7d7d;
	width: 100%;
	margin: 0;
	padding:0;
	
}

.top_world_content {
	width: 992px;
	height: 48px;
	position: relative;
	}
	

.top_world_content .lingua{
	width: auto;
	height: auto;
	text-align:right;
	position: absolute;
	left: 855px;
	top: 16px;
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 1px #2f2f2f;
	padding: 0;
	
	}	


/*bottone per il cambio lingua*/

.top_world_content .world{ }

.top_world_content ul.world{
    padding: 0px;
    margin:0px;
    list-style-type: none;
}

.top_world_content ul.world a{
    display: block;
    padding: 0;
	width: 89px;
	height: 59px;
	position: absolute;
	right: 0;
	top: 0;
	color: #a40900;
	font-size: 14px;
	z-index:10;
	
}

.top_world_content ul.world a span{
    display:none;
}

.top_world_content ul.world a:link,
.top_world_content ul.world a:visited,
.top_world_content ul.world a:active{
    background:url(../img/bg_btn_world.png) no-repeat top left;
}
.top_world_content ul.world a:hover {
    background:url(../img/bg_btn_world.png) no-repeat bottom left;
}




/*ricerca*/

.top_world_content .path_lingua {
	width: auto;
	height: auto;
	text-align:left;
	position: absolute;
	left: 0;
	top: 17px;
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px 1px #2f2f2f;
	}
	
.path_lingua A
{
 	color: #fff !important;
	text-decoration:none;   
}


.top_world_content .search_txt {
	width: 200px;
	height: auto;
	text-align:right;
	position: absolute;
	left: 385px;
	top: 17px;
	color: #fff;
	font-size: 13px;
	
	text-shadow: 1px 1px 1px #2f2f2f;
	}

.top_world_content .search {
	width: auto;
	height: auto;
	text-align:left;
	position: absolute;
	left: 591px;
	top: 8px;
	color: #fff;
	font-size: 12px;
	text-align:left;
	padding: 0;
	}

.top_world_content .search  input.campo{
	padding: 1px 3px 1px 35px;
	height:29px;
	border: 1px solid #fff;
	 
	margin: 0 3px 0 0;
	color: #151515;
	font-size: 14px;
	background:url(../img/bg_search.png) no-repeat left top #fff;
	
	}			



.top_world_content .search  input.btn{
	
	padding: 7px 6px 7px 6px;
	
	border: 1px solid #565656;
	 text-shadow: 1px 1px 1px #2f2f2f;
	margin:0;
	color: #fff;
	font-size: 14px;
	background:url(../img/bg_btn_search.png) repeat-x left top #434343;
	cursor: pointer;
	
	}		

.top_world_content .search  input.btn:hover{
	
	background-color: #434343;
	background-image:none;
	
	
	}		







	
	
	
	
	
/*head*/	
.head {
	width: 992px;
	height: 193px;
	background: url(../img/bg_menu.png) repeat-x bottom #fff;
	border-bottom: 1px solid #fff;
	
	}


.head_sx {
	width: 580px;
	height: 193px;
	float: left;
	}


.head_dx {
	width: 412px;
	height: 193px;
	float: right;
	}




.logo{
	width: 234px;
	height: 82px;
	float: left;
	margin: 30px 0 29px 20px;
	}			
	



/*login*/
.head_dx .box_login{
	width: 380px;
	height: 114px;
	float: right;
	font-size: 12px;
	color: #1a1a1a;
	position: relative;
	text-align:left;
	background-color: #f6f6f6;
	padding: 13px 10px 13px 10px;
	}
	
.head_dx .box_login span{
	width: 380px;
	display: block;
	padding: 5px 0 5px 0;
	text-align:left;
	}	
	
.alert_login{
	width: 120px;
	display: block;
	padding: 5px 0 5px 0;
	text-align:left;
	color: #a51000;
	font-size:13px;
	position:absolute;
	top: 76px;
	right:3px;
	padding-left: 40px;
	background:url(../img/ico_alert.png) no-repeat 0 4px;
	}		
	
	
	
	
.head_dx .box_login img{
	float: left;
	margin-right: 20px;
	max-height: 114px;
	}	
.head_dx .box_login span.log{
	width: 260px;
	display: block;
	padding: 0;
	text-align:left;
	float:left;
	}				
	
.head_dx .box_login a{
	color: #1a1a1a;
	text-decoration:underline;
	}
.head_dx .box_login a:hover{
	color: #a31000;
	text-decoration:none;
	}		
.head_dx .box_login h2{
	margin: 0 0 15px 0;
	font-size: 26px;
	color: #a51000;
	}	

			

.head_dx .box_login input.campo{
	background-color: #7d7d7d;
	padding: 5px;
	border: none;
	color: #fff;
	font-size: 13px;
	text-shadow: 1px 1px 1px #000;
	margin: 0 10px 0 0;
	/*width: 126px;*/
	width: 115px;
	}			

.head_dx .box_login input.btn
{
    /*padding: 3px 10px 3px 10px; */
	padding: 3px 8px 3px 8px; 
	border: 1px solid #820d00;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
	cursor: pointer;
	/*width: 86px;*/
	width: 108px;
	margin:0;
	}			

.head_dx .box_login input.btn:hover{
	background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
	
	}		

.head_dx .box_login_menu{
	width: 400px;
	height: 52px;
	background: url(../img/bg_menu_log.png) repeat-x top #740b00;
	float: right;
	text-align:left;
	margin-top: 1px;
	}




ul#topnav_log {
	margin: 0; 
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 17px;
	color:#FFF;
}
ul#topnav_log li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	text-align:center;
	z-index: 30;
}
ul#topnav_log li a {
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	display:block;
	padding: 17px 30px 17px 30px;
	border-left: 1px solid #630a00;
	border-right: 1px solid #711f16;
}
ul#topnav_log li a:hover { 
    text-decoration:none;
	color:#fff; 
	background: url(../img/bg_menu_log_hover.png) no-repeat top center;
	}

ul#topnav_log li a.select {
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	display:block;
	padding: 18px 30px 17px 30px;
	border-left: 1px solid #630a00;
	border-right: 1px solid #711f16;
	background: url(../img/bg_menu_log_hover.png) no-repeat top center;
}















/*slider*/
.slider {
	width: 992px;
	height: 260px;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	}

.slider .splash {
	width: 502px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: url(../img/bg_splash.png) no-repeat 0 0;
	text-align: center;
	font-size: 40px;
	color: #7d7d7d;
	padding: 40px 0 0 51px;
	
	}
	
	
.slider .splash a{
	color: #fff;
	text-decoration:none;
	}
.slider .splash a:hover{
	color: #fff;
	text-decoration:underline;
	}			
	
	
.slider .splash table{
	position:absolute;
	bottom:0;
	color: #151515;
	right: 0;
	width: 500px;
	
	}	
	
.slider .splash td{
	padding:10px;
	background-color: #dbdbdb;
	text-shadow: 1px 1px 1px #fff;
	color: #a41000;
	font-size: 26px;
	border-right: 1px solid #bababa;
	width: 25%;
	}
.slider .splash td.titolo{
	color: #fff;
	font-size: 16px;
	background: url(../img/bg_tab_stat.png) repeat-x 0 0 #000;
	text-shadow: none;
	border-right: 1px solid #252525;
	}	



/* Easy Slider */

    #slider {
		position: absolute;
	left: 0;
	top: 0;
	z-index: 19;
		width:562px;
		height:260px;
		}

	#slider ul, #slider li,{
		margin:0;
		padding:0;
		list-style:none;
		background-color:#0F0;
		
		}
	
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:562px;
		height:260px;
		overflow:hidden; 
		}	
	



.slider_min {
	position: relative;
	width:275px;
		height:154px;
		}


.slider_min_staff {
		position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 19;
		width:275px;
		height:154px;
		}

	.slider_min_staff ul, #slider li,{
		margin:0;
		padding:0;
		list-style:none;
		
		
		}
	
	
	.slider_min_staff li{ 
		
		width:275px;
		height:154px;
		overflow:hidden; 
		}










/*titolo generale e path*/


.titolo_generale {
	width: 952px;
	height: auto;
	padding: 8px 20px;
	text-align:center;
	background: url(../img/bg_titolo_generale.png);
	font-size: 36px;
	color: #a21000;
	text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	text-align:left;
	}

.path {
	width: 952px;
	height: auto;
	padding: 10px 20px 20px 20px;
	text-align:center;
	background-color: #fff;
	font-size: 13px;
	color: #2b2b2b;
	text-align:left;
	margin: 0;

}

.path strong{
	color: #a21000;

}

.path a{
	color: #2b2b2b;
	text-decoration:none;

}

.path a:hover{
	color: #a21000;
	text-decoration:underline;

}


/*home iscrizione*/

.iscrizione_home {
	width: 992px;
	height: 133px;
	background-color: #2b2b2b;
	
}

.iscrizione {
	width: 992px;
	height: 88px;
	background-color: #2b2b2b;
	
}

/*step home*/

.box_step {
	position: relative;
	float: right;
	margin: 5px 5px 5px 37px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	width: 188px;
	height: 124px;
	
	}

.box_step span.titolo{
	position: absolute;
	width: 176px;
	height: 34px;
	font-size: 14px;
	color: #151515;
	display: block;
	bottom: 0;
	left: 0;
	text-align:center;
	padding: 6px 6px 0 6px;
	}

.box_step span.number{
	position: absolute;
	width: 49px;
	height: 40px;
	padding-top: 9px;
	font-size: 30px;
	color: #fff;
	display: block;
	top: 15px;
	left: -24px;
	text-align:center;
	background: url(../img/bg_number.png) no-repeat 0 0;
	text-shadow: 1px 1px 1px #000;
	}
.step1 {background: url(../img/bg_step1.png) no-repeat 0 0; cursor:pointer;}
.step2 {background: url(../img/bg_step2.png) no-repeat 0 0;}
.step3 {background: url(../img/bg_step3.png) no-repeat 0 0;}




/*step min pagine interne*/

.box_step_min {
	position: relative;
	float: right;
	margin: 7px 5px 5px 35px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	width: 208px;
	height: 73px;
	
	}

.box_step_min span.titolo{
	position: absolute;
	width: 102px;
	height: 75px;
	font-size: 14px;
	color: #151515;
	display: block;
	top: 0;
	right: 0;
	text-align:center;
	padding: 18px 6px 0 6px;
	}

.box_step_min span.number{
	position: absolute;
	width: 49px;
	height: 40px;
	padding-top: 9px;
	font-size: 30px;
	color: #fff;
	display: block;
	top: 12px;
	left: -24px;
	text-align:center;
	background: url(../img/bg_number.png) no-repeat 0 0;
	text-shadow: 1px 1px 1px #000;
	}
.step1_min {background: url(../img/bg_step1_min.png) no-repeat 0 0; cursor:pointer;}
.step2_min {background: url(../img/bg_step2_min.png) no-repeat 0 0;}
.step3_min {background: url(../img/bg_step3_min.png) no-repeat 0 0;}



.box_iscrizione_min {
	float:left;
	margin: 0;
	padding:20px 10px 10px 10px;
	font-size: 20px;
	color: #fff;
	width: 220px;
	height: 58px;
	text-align:center;
	
	}


.box_iscrizione {
	float:left;
	margin: 5px 0x 5px 20px;
	padding:15px 10px 10px 10px;
	font-size: 20px;
	color: #fff;
	width: 280px;
	height: 100px;
	text-align:center;
	
	}
.box_iscrizione_min input{
	
	padding: 10px 10px 10px 10px; 
	border: 1px solid #820d00;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
	cursor: pointer;
	margin:0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	position: relative;
	}






.box_iscrizione input{
	
	padding: 10px 12px 10px 12px; 
	border: 1px solid #820d00;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
	cursor: pointer;
	margin:0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	position: relative;
	}

.box_iscrizione input:hover, .box_iscrizione_min input:hover{
	background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
	
	}		




/*menu principale e submenu*/	


ul#topnav {
	float:left;
	margin: 0; 
	padding: 0;
	width: 100%;
	list-style: none;
	font-size: 17px;
	color:#FFF;
	height: 52px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	text-align:center;
	z-index: 30;
}
ul#topnav li a {
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	display:block;
	/*padding: 18px 22px 17px 22px;*/
	padding: 18px 14px 17px 14px;
	border-left: 1px solid #af2a1c;
	border-right: 1px solid #840d00;
}
ul#topnav li a:hover { 
    text-decoration:none;
	color:#fff; 
	background: url(../img/bg_menu_hover.png) no-repeat top center;
	}

ul#topnav li a.select {
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	display:block;
	/*padding: 18px 22px 17px 22px;*/
	padding: 18px 14px 17px 14px;
	border-left: 1px solid #af2a1c;
	border-right: 1px solid #840d00;
	background: url(../img/bg_menu_hover.png) no-repeat top center;
}

ul#topnav li .sub {
	position: absolute;
	z-index: 100;	
	top: 52px; left: 0;
	background-color: #a51000;
	padding: 10px 10px 10px;
	float: left;
	display: none;
	-moz-box-shadow:  0px 8px 6px rgba(11,11,11,0.6);
    -webkit-box-shadow:  0px 8px 6px rgba(11,11,11,0.6);
    box-shadow:  0px 8px 6px rgba(11,11,11,0.6);
	border-top: 1px solid rgba(255,255,255,0.3);
	
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
	
	
}
ul#topnav .sub ul li {
	width: 100%;
	text-align:left;
}

ul#topnav .sub ul li a {
	font-size: 13px;
	border: none;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../img/bg_submenu_hover.png) no-repeat 4px 10px;
	padding: 7px 5px 7px 30px;
	display: block;
	text-decoration: none;
	color:#fff;
}
ul#topnav .sub ul li a:hover {
	text-decoration:none;
	color:#fff; 
	background: url(../img/bg_submenu_hover.png) no-repeat 10px 10px;
	}





/*content*/
.content {
	width: 972px;
	border-top: 1px solid #fff;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	
	}
	
	
	
	
	
/*sponsor*/	
.sponsor {
	width: 992px;
	height: 45px;
	background-color: #fff;
	text-align:center;
	background: url(../img/bg_sponsor.png) repeat-x top #fff;
	border-top: 1px solid #fff;
	position: relative;
	}
/*.sponsor img{
	margin: 10px 20px 10px 20px;
	}*/
	

			.sponsor ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.sponsor li {
				/*font-size: 40px;
				color: #999;*/
				text-align: center;
				/*background-color: #eee;
				border: 5px solid #999;*/
				width: auto;
				height: 16px;
				padding: 0;
				margin: 10px 20px 10px 20px;
				display: block;
				float: left;
			}
			.sponsor .responsive {
				width: auto;
				margin-left: 0;
			}
			
			.sponsor .prev {
				position: absolute;
				display:block;
				top: 5px;
				left: 15px;
			}
			.sponsor .next {
				position: absolute;
				display:block;
				top: 5px;
				right:15px;
			}
			.sponsor .pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.sponsor .pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.sponsor .pager a.selected {
				text-decoration: underline;
			}
			.sponsor .timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}	
	
	
	
	






/*footer*/
.footer {
	width: 992px;
	background: url(../img/bg_footer.jpg) no-repeat top center #9c0f00;
	text-align:left;
	height:auto;
	overflow:hidden;
	}
	
.footer ul{
	float: left;
	display:block;
	
	padding: 10px;
	margin: 0;	
	}
	
	
.footer ul li{
	padding: 0;
	margin:0;
	list-style:none;
	display:block;
	
	}
	
	
.footer ul li a{
	background: url(../img/bg_submenu_hover.png) no-repeat 4px 10px;
	padding: 7px 5px 7px 35px;
	display: block;
	text-decoration: none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 13px;
	margin: 0 0 0 10px;
	width: 172px;
	}
	
	
.footer ul li a:hover{
	color: #fff;
	text-decoration:none;
	background: url(../img/bg_submenu_hover.png) no-repeat 10px 10px;
	}		
		
.footer ul li a.primo{
	width: 192px;
	color: #fff;
	border-bottom: 1px solid #a1362a;
	padding: 5px 10px 10px 10px;
	font-size: 16px;
	margin-bottom: 5px;
	background: none;
	
	}						
.footer_bottom {
	width: 972px;
	padding:10px;
	background-color: #6b0a00;
	text-align:left;
	height: auto;
	min-height: 30px !important;
	height: 30px;
	clear:both;
	}
	
.footer_bottom ul{
	padding: 0;
	margin: 0;
	float: left;
	}
.footer_bottom ul li{
	float: left;
	padding: 0;
	margin:0 10px 0 10px;
	list-style:none;
	display:block;
	padding: 6px;
	}	
	
	.footer_bottom ul li a{
	text-decoration: none;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 14px;
	
	}
	
.footer_bottom ul li a:hover{
	color: #fff;
	text-decoration:underline;
	
	}	
	



/*struttura per il content*/	

.centrale_big {
	float: left;
	width: 964px;
	padding: 0 16px 12px 0;
	}	




.centrale {
	float: left;
	width: 648px;
	}
	

.spalla_dx {
	float: right;
	width: 324px;
	}





.spalla_sx {
	float: left;
	width: 324px;
	}
	
.centrale_dx {
	float: right;
	width: 648px;
	
	}	
	


.colonna_interna {
	float: left;
	width: 324px;
	}
	

	
/*box contenitore per i widget profilo*/	
	
.box_content_tab {
	position:relative;
	text-align: left;
	width: 100%;
	}	
	
	
	
	
	
/*box contenitore per i widget*/
.box_content_banner{
	background-color: #fff;
	padding-bottom: 25px;
	width: 100%;
	}



.box_content {
	background-color: #fff;
	border: 4px solid #d3d3d3;
	position:relative;
	padding-bottom: 20px;
	text-align: left;
	width: 100%;
	}

.box_content .titolo{
	background-color: #a51000;
	padding:10px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	text-align:left;
	}
	
	
.box_content .titolo a{
	
	color: #fff;
	text-decoration: none;
	}	
	
.box_content .titolo a:hover{
	
	color: #fff;
	text-decoration: underline;
	}	
	
.box_content .titolo_grigio{
	background-color: #8b8b8b;
	padding:6px;
	color: #fff;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	clear:both;
	}	
	
	
.box_content .titolo_grigio2{
	background-color: #d3d3d3;
	padding: 5px 10px 5px 10px;
	color: #151515;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	clear:both;
	
	}		
	
.box_content .titolo_show{
	background-color: #535353;
	padding:10px;
	color: #fff;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	}	
	
	
.box_content .titolo_show_buy{
	background: url(../img/bg_tit_buy.png) no-repeat 0 0 #e4e4e4;
	padding:10px;
	color: #fff;
	font-size: 16px;
	text-align:left;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
	position:relative;
	}
	
.box_content .titolo_show_buy span.sub_tit{
	color: #a51000;
	font-size: 14px;
	margin-top: 25px;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	}
	
.box_content .titolo_show_buy a.sub_tit{
	color: #a51000 !important;
	font-size: 14px;
	margin-top: 25px;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	text-decoration:none;
	}
.box_content .titolo_show_buy a.sub_tit:hover{
	text-decoration:underline;
	}
	
	
				
	
.box_content .avviso{
	padding:10px;
	font-size: 14px;
	text-align:left;
	font-weight: normal;
	}		
	
.box_content .tag_news{
	background-color: #e9e9e9;
	padding:7px 10px 7px 10px;
	color: #151515;
	font-size: 14px;
	text-align:left;
	}
			
.box_content .tag_news a{
	color: #a51000;
	text-decoration:none;
	
}
.box_content .tag_news a:hover{
	color: #151515;
	text-decoration:underline;
	
}	
	
.box_content .base{
	bottom: 0;
	right:0;
	background-color: #d3d3d3;
	color: #151515;
	font-size: 13px;
	text-align:right;
	position:absolute;
	width: 100%;
	
	}
.box_content .base a{
	display:block;
	margin: 4px;
	color: #151515;
	text-decoration: none;
	
	}
.box_content .base a:hover{
	color: #151515;
	text-decoration: underline;
	
	}							
	
.box_content .freccia{
	top: -13px;
	left:-12px;
	background: url(../img/freccia_box.png) no-repeat 0 0;
	position:absolute;
	width: 20px;
	height:21px;
	}				





/*corpo content*/



.box_content .corpo{
	background-color: #f0f0f0;
	padding:10px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 16px;
	margin-bottom: 20px;
	color: #151515;
	position:relative;
	}	
.box_content .corpo strong{
	color: #a51000;
	font-size: 16px;
	
	}		
	
.box_content .corpo td{
	text-align:left;
	padding:18px;
	
	}	
.box_content .corpo input.campo{
	padding: 6px; 
	border: 1px solid #8d8d8d;
	color: #151515;
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
	background:url(../img/bg_sponsor.png) repeat-x top center #fff;
	margin:0;
	}		

.box_content .corpo .box_facebook{
	background:url(../img/box_facebook.png) no-repeat top center;
	position: absolute;
	top: 21px;
	left:74px;
	width: 417px;
	height: 313px;
	}

.box_content .corpo .box_facebook span{
	position: absolute;
	top: 194px;
	left:84px;
	width: auto;
	display: block;
	}

.box_content .corpo .box_txt{
	position: absolute;
	top: 55px;
	right:32px;
	width: 417px;
	height: 170px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #fff;
	text-align:left;
	}
.box_content .corpo .box_txt strong.blu{
	color: #3b5997;
	font-size: 18px;
	}
.box_content_wiz .corpo .box_txt strong{
	color: #151515;
	font-size: 18px;
	}


.box_content .corpo .select {
	
	color:#151515;
	position:relative;
	min-width:200px;
	height:33px;
	padding: 8px 5px 5px 10px;
	margin:0;
	text-shadow: 1px 1px 1px #fefefe;
	background:url(../img/bg_sponsor.png) repeat-x top center #fff;
	border: 1px solid #8d8d8d;
}

.box_content .corpo .select .button {
	color:#ffffff;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:23px;
	padding: 8px 8px 5px 5px;
	margin:0;
	cursor:pointer;
	background: #8d8d8d;
	
}


.box_content .corpo .select .label {
	padding:0;
	margin:0;
}

.box_content .corpo .select .label img {
	vertical-align:middle;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 2px;
}


.box_content .corpo .select .button img {
	rotation: 0deg;
	-moz-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.15s linear;
	-webkit-transform: rotate(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}



.box_content .corpo .select .button.active img {
	rotation: 90deg;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}




.box_content .corpo .select .list {
	position:absolute;
	top:31px;
	left:0;
	z-index:1000;
	
}

.box_content .corpo .select .option {
	color:#1e1e1e;
	font-size:12px;
	
	padding:8px 5px 8px 10px;
	cursor:pointer;
	
	border-bottom:dotted #cccccc 1px;
	text-shadow: 1px 1px 1px #fefefe;
	background: #f9f9f9;
	
}
.box_content .corpo .select .option img {
	vertical-align:middle;
	overflow:hidden;
	margin:0;
	padding:0 5px 0 0;
}
.box_content .corpo .select .option.bottom {
	border-bottom:none;
}
.box_content .corpo .select .option:hover {
	background: #a7e1ff;
}

.box_content .corpo .span-5 {width:190px;}
.box_content .corpo .hide {display:none;}

.box_content .base2{
	
	padding:10px;
	color: #a51000;
	text-shadow: 1px 1px 1px #fff;
	font-size: 18px;
	text-align:right;
	}		
.box_content .base2 input.btn{
	padding: 3px 10px 3px 10px; 
	border: 1px solid #820d00;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
	cursor: pointer;
	margin:0;
	}			

.box_content .base2 input.btn:hover{
	background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
	
	}		



.box_content ul.punti_info{
	margin: 10px 25px 10px 25px;
	padding: 0;
	}		

.box_content ul.punti_info li{
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	border: 3px solid #3c3c3c;
	list-style: none;
	display:block;
	padding: 15px 15px 15px 35px;
	font-size: 14px;
	margin-bottom: 12px;
	background-color: #f0f0f0;
	}

.box_content ul.punti_info li span.number{
	position: absolute;
	width: 49px;
	height: 40px;
	padding-top: 9px;
	font-size: 30px;
	display: block;
	top: 15px;
	left: -24px;
	text-align:center;	
	color: #fff;
	background: url(../img/bg_number_wiz.png) no-repeat 0 0;
	text-shadow: 1px 1px 1px #000;
	}
	





/*paginazione*/


.box_content .base_paginazione{
	bottom: 0;
	right:0;
	background-color: #d3d3d3;
	color: #151515;
	font-size: 13px;
	text-align:center;
	position:absolute;
	width: 100%;
	
	}
.box_content .base_paginazione span.pag {
	display:block;
	background-color: #eeeeee;
	color: #6f6f6f;
	font-size: 13px;
	text-align:center;
	padding: 5px 0 5px 0;
	width: 100%;
	
	}
.box_content .base_paginazione span.pag strong{
	color: #151515;
	
	}







.box_content .base_paginazione .Paginatore {
	width: 100%; 
	
	text-align: center; 
	color: rgb(51, 51, 51); 
	line-height: 26px; 
	font-size: 12px; 
	
	padding: 5px 0 1px 0;
}


.box_content .base_paginazione .Paginatore a {
	color: rgb(51, 51, 51); 
	text-decoration: none;
}
.box_content .base_paginazione .Paginatore a:hover {
	color: rgb(51, 51, 51); text-decoration: underline;}
	
.Paginatore ul {
	margin:0;
	padding:0px;
	text-align:center;
}

.box_content .base_paginazione .Paginatore ul li{
	text-align:center;
	display:inline;
}

.box_content .base_paginazione .Paginatore ul li a{
	text-decoration:none;
	text-align:center;
	font-size:11px;
	padding:8px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	
}

.box_content .base_paginazione .Paginatore ul li a:link,
.box_content .base_paginazione .Paginatore ul li a:active,
.box_content .base_paginazione .Paginatore ul li a:visited{
	color: #333;
	text-decoration:none;
	background-color:#eee;
}

.box_content .base_paginazione .Paginatore ul li a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#666;
}

.box_content .base_paginazione .Paginatore ul li.currentPage,
.box_content .base_paginazione .Paginatore ul li.prevNextOff{
	text-align:center;
	font-size:11px;
	padding:7px;
	height:30px;
	line-height:30px;
	font-weight:bold;
}

.box_content .base_paginazione .Paginatore ul li.currentPage{border:1px solid #fff; background-color:#a51000; color: #fff;}
.box_content .base_paginazione .Paginatore ul li.prevNextOff{border:1px solid #ccc}









/*ordinamento*/


ul.frecce{
	width:47px;
	height:23px;
	margin:0;
	padding:0px;
	overflow:hidden;
}

ul.frecce li{
	width:23px;
	display:inline;
	text-align:center;
	overflow:hidden;
	float:left;
}
ul.frecce li.su{
	margin:0;
}

ul.frecce li a{
	display:block;
	width:23px;
	height:23px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background-image:url(../img/frecce.png);
	background-repeat:no-repeat;
}

ul.frecce li.su a:link,
ul.frecce li.su a:active,
ul.frecce li.su a:visited{
	background-position:left top;
}
ul.frecce li.su a:hover{
	background-position:-47px top;
}





ul.frecce li.giu a:link,
ul.frecce li.giu a:active,
ul.frecce li.giu a:visited{
	background-position:-23px top;
}
ul.frecce li.giu a:hover{
	background-position:-70px top;
}




ul.frecce li.su.sel a:link,
ul.frecce li.su.sel a:active,
ul.frecce li.su.sel a:visited,
ul.frecce li.su.sel a:hover {
	background-position:-47px top;
}
ul.frecce li.giu.sel a:link,
ul.frecce li.giu.sel a:active,
ul.frecce li.giu.sel a:visited,
ul.frecce li.giu.sel a:hover {
	background-position:-70px top;
} 





#divHeaderShop2row {
	text-align:right;
	color: #fff;
	line-height: 30px;
	top: 7px;
	right:8px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 440px;
}

.titoloHeaderShop2row,
.labelHeaderShop2row,
.frecceHeaderShop2row{
	float:left;
	overflow:hidden;
	padding-right:3px;
	}

.titoloHeaderShop2row{width:150px;}
.labelHeaderShop2row{width:90px;}
.frecceHeaderShop2row{width:47px}














/*classi esclusive per i box*/


	
.widget_med {
	width: 630px;
	float: left;
	margin: 0 5px 15px 5px;
	display:inline;/*PER IE 6.0*/
	}
	

.widget_min{
	width: 306px;
	float: left;
	margin: 0 5px 15px 5px;
	display:inline;/*PER IE 6.0*/
	}
	

/*news focus*/	
	
.news_focus {
	margin: 4px 0 4px 0;
	padding: 5px 0 5px 0;
	background: url(../img/pattern_record.png);
	
	position:relative;
	font-size: 13px;
	color: #151515;
	float:left;
	width: 100%;

	/*clear:both;
	display:block;*/
	
}

.reviewsdotdot{
	height:64px;
}

.pdf_preview {
	margin: 0 10px 0 10px;
	background: url(../img/bg_pdf.png);
	position: relative;
	float:left;
	width: 120px;
	height: 157px;
	
}

.pdf_preview .pdf_preview_img {
	position: absolute;
	top: 39px;
	left: 22px;
	width: 87px;
	height: 104px;
	
}

.pdf_preview .pdf_preview_img img{
	max-width: 87px;
	margin:0;
	border:0;
	
}


.news_focus a{
	color: #151515;
	text-decoration:none;
	
}
.news_focus a:hover{
	color: #a51000;
	text-decoration:underline;
	
}
.news_focus h3{
	color: #a51000;
	margin: 0;
	display:block;
	
	
	
}
.news_focus h3 a{
	color: #a51000;
	text-decoration:none;
	
}
.news_focus h3 a:hover{
	color: #151515;
	text-decoration:underline;
	
}


.news_focus img {
	
	float:left;
	margin: 0 10px 0 10px;
	border: 1px solid #999;
}


.news_focus .box_data{
	float:left;
	width: 60px;
	padding: 5px;
	margin: 0 10px 0 10px;
	font-size: 13px;
	color: #151515;
	text-align:center;
	border: 1px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/bg_data.jpg) repeat-x bottom left #f9f9f9;
	position: relative;
	behavior: url(css/PIE.htc);
	
}
.news_focus .box_data h3{
	color: #a51000;
	margin: 4px 0 4px 0;
	font-size: 18px;
	
}
.news_focus .box_data h3.big{
	color: #a51000;
	margin: 35px 0 35px 0;
	font-size: 18px;
	
}




	
/*news record*/	
	
.news_rec {
	margin: 3px 0 3px 0;
	padding: 7px 20px 7px 84px;
	background: url(../img/pattern_record.png);
	position:relative;
	font-size: 13px;
	color: #151515;
	float:left;
	width: 526px;
	min-height: 120px;
	
}

.news_rec img{
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #fff;
	
}
.news_rec a{
	color: #151515;
	text-decoration:none;
	
}
.news_rec a:hover{
	color: #a51000;
	text-decoration:underline;
	
}
.news_rec h3{
	color: #a51000;
	margin: 0 0 4px 0;
	
}
.news_rec .box_data{
	top:4px;
	left:4px;
	width: 60px;
	padding: 5px;
	position:absolute;
	font-size: 13px;
	color: #151515;
	text-align:center;
	border: 1px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/bg_data.jpg) repeat-x bottom left #f9f9f9;
	z-index: 10;
	behavior: url(css/PIE.htc);
	
}



.news_rec .box_data h3{
	color: #a51000;
	margin: 4px 0 4px 0;
	font-size: 18px;
	
}
.news_rec .box_data h3.big{
	color: #a51000;
	margin: 35px 0 35px 0;
	font-size: 18px;
	
}


.news_rec_titolo .box_data_min{
	top:4px;
	left:4px;
	width: 80px;
	padding: 5px;
	position:absolute;
	font-size: 13px;
	color: #151515;
	text-align:center;
	border: 1px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/bg_data.jpg) repeat-x bottom left #f9f9f9;
	z-index: 10;
	behavior: url(css/PIE.htc);
	
	
	
	/*top:4px;
	left:4px;
	width: 130px;
	padding: 5px;
	position:absolute;
	font-size: 13px;
	color: #151515;
	text-align:center;
	border: 1px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(../img/bg_data_min.png) repeat-x bottom left #f6f6f6;
	z-index: 10;
	behavior: url(css/PIE.htc);*/
	
}
.news_rec_titolo .box_data_min span{
	
	margin: 0;
	text-align:center;
	width: 100%;
	
	display: block;
	padding: 5px 0 5px 0;
	
	
}
.news_rec_titolo .box_data_min h3.big{
	color: #a51000;
	margin: 0;
	font-size: 30px;
	text-align:center;
	display: block;
	width: 100%;
	
	
}


.news_rec_titolo h2{
	color: #a51000;
	margin: 0;
	font-size: 18px;
	
	
}

.news_rec_titolo h3{
	color: #000;
	margin: 10px 0 0 0;
	font-size: 15px;
	
	
}

.news_rec_titolo {
	margin: 3px 0 3px 0;
	padding: 7px 20px 7px 120px;
	background: url(../img/pattern_record.png);
	position:relative;
	font-size: 15px;
	color: #a51000;
	float:left;
	height: auto;
	width: 490px;
	
}
.news_content {
	margin: 3px 0 3px 0;
	padding: 4px 7px;
	font-size: 13px;
	color: #151515;
	float:left;
	
}


.news_content img{
	max-width: 616px;
	height:auto;
	
}


.artist img{
	
	margin: 15px;
	
	
	/*allineamento - distanza - sfumatura*/
	
	-moz-box-shadow: 1px 10px 10px #888;
    -webkit-box-shadow: 1px 10px 10px #888;
    box-shadow: 1px 10px 10px #888;
	
	
	
	}



.news_content a{
	color: #a51000;
	text-decoration:none;
	
}

.news_content a:hover{
	color: #a51000;
	text-decoration:underline;
	
}


.box_content p.txt{
    padding: 4px 0px 4px 6px;
	font-size:  12px;
    font-weight:normal; 
	text-shadow: 1px 1px 1px #fff;
	color: #151515;
	line-height: 18px;
	
}







.box_content p.txt_rec_1{
    float: left;
	padding: 0 10px 0 10px;
	font-style:italic;
	font-size:  14px;
    font-weight:normal; 
}


.box_content p.txt_rec_2{
    padding: 0 10px 10px 10px;
	font-size:  13px;
    font-weight:normal; 
	color: #151515;
	line-height: 18px;
	color: #7f7f7f;
	/*border-bottom: 1px dotted #CCC;*/
}












/*box video*/

.titolo_video {
	background: url(../img/bg_data.jpg) repeat-x bottom left #f9f9f9;
	color: #151515;
	padding: 10px;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	
	}



/*box elenchi*/	
	
.list-wrap ul{ 
    margin: 0; 
	padding: 0;
	list-style: none;
	
	}

.list-wrap ul li{ 
    margin: 0; 
	padding: 7px;
	list-style: none;
	font-size: 13px;
	color: #151515;
	}
	
	
	
.list-wrap ul li h4{ 
    margin: 0 0 6px 0; 
	color: #797979;
	font-size: 12px;
	}	

.list-wrap ul li a{ 
    color: #a51000;
	font-size: 15px;
	text-decoration:none;
	
	}
.list-wrap ul li a:hover{ 
    color: #a51000;
	font-size: 15px;
	text-decoration:underline;
	
	}	
.list-wrap ul li.alternate{ 
    background-color: #efefef;
	}		









/*area band*/


.area_band {
	width: 992px;
	height: 260px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*background: url(../img/bg_dot.png) #fff;*/
	background: url(../img/bg_titolo_generale.png);

	}


.area_band .foto_band {
	margin: 13px 0 0 13px;
	width: 285px;
	height: 217px;
	float:left;
	background: center top no-repeat #fff;
	border: 10px solid #fff;
	position:relative;
	}
	
.area_band 	.change_foto 
{
    color:White;
    text-align:center;
    height:20px;
    position:absolute;
    bottom:0px;
    width:100%;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.area_band 	.change_foto A
{
text-decoration:none;
color:White;    
}

#pnlFotoProfilo
{
margin-left:15px;
margin-top:15px;  
}

.area_band .foto_band img{
            max-width: 285px;
            height: 217px;
            
            }          

.area_band .foto_band h4{
	font-size: 16px;
	}
	
	

/*blocco dx*/
	
.area_band .componenti_band {
	margin: 13px 13px 0 0;
	width: 646px;
	height: 237px;
	float:right;
	background-color: #fff;
	padding:0;
	position: relative;
	}

.area_band .componenti_band .aggiornamenti_band{
	position: absolute;
	top: 0;
	right:0;
	width: 165px;
	height:44px;
	padding: 5px;
	background-color:#FFF;
	font-size: 13px;
	}	
.area_band .componenti_band .aggiornamenti_band h4{
	font-size: 16px;
	margin-top: 8px;
	}	

		
.area_band .componenti_band .titolo{
	font-size: 26px;
	color: #a51000;
	padding: 15px;
	text-align:left;	
	}	
.area_band .componenti_band .titolo_grey{
	font-size: 15px;
	color: #fff;
	padding: 10px 10px 10px 15px;
	text-align:left;
	background-color:#787878;	
	}			

.area_band .componenti_band .content_area_band{
            width: 646px;
            height: 136px;
            float:left;
            overflow: auto;
            padding: 0 0 10px 0;
            
            }          



.area_band .componenti_band .box_utente{
	float:left;
	width: 190px;
	height:auto;
	padding: 5px;
	background-color:#e9e9e9;
	margin: 8px 0 0 8px;
	cursor: pointer;
	}
.area_band .componenti_band .box_utente a{
	text-decoration: none;
	color: #a51000;
	}	
	
.area_band .componenti_band .box_utente:hover{
	
	background-color:#a51000;
	
	}	
	
.area_band .componenti_band .box_utente a.box_foto{
	float:left;
	width: 50px;
	height:50px;
	border: 1px solid #fff;
	margin: 0 6px 0 0;
	text-align:center;
	}			

.area_band .componenti_band .box_utente img{
	/*float:left;*/
	max-width: 50px;
	max-height:50px;
	/*border: 1px solid #fff;
	margin: 0 6px 0 0;*/
	}	
.area_band .componenti_band .box_utente span{
	display: block;
	background: url(../img/bg_dot2.png);
	border: 1px solid #fff;
	float:left;
	width: 116px;
	height: 40px;
	padding: 5px;
	color: #a51000;
	}	
	


/*bacheca*/

.bacheca {
	margin: 5px 0 5px 0;
	padding: 7px 20px 7px 96px;
	background: url(../img/pattern_record.png);
	position:relative;
	font-size: 14px;
	color: #151515;
	float:left;
	width: 513px;
	
}

.box_content .icona_bacheca{
	top: 9px;
	left:16px;
	position:absolute;
	width: 62px;
	height:62px;
	}			
.ico_stato {background: url(../img/ico_stato.png) no-repeat 0 0;}
.ico_video {background: url(../img/ico_video.png) no-repeat 0 0;}
.ico_musica {background: url(../img/ico_musica.png) no-repeat 0 0;}
.ico_foto {background: url(../img/ico_foto.png) no-repeat 0 0;}

.bacheca .profilo_bacheca {
	margin:  10px 0 0 0;
	padding: 7px;
	background-color: #fdfdfd;
	font-size: 13px;
	color: #151515;
	width: 100%;
	height: auto;
	min-height: 38px !important;
	height: 38px;
	
}
.bacheca .profilo_bacheca img{
	margin:  0 15px 0 0;
	float: left;
	width: 38px;
	height:38px;
}

.bacheca .profilo_bacheca span{
	display:block;
	padding-top: 10px;
	float: left;
}

.bacheca .profilo_bacheca span a{
	font-size: 15px;
	text-decoration:none;
	color: #a51000;
	
}

.bacheca .profilo_bacheca span a:hover{
	text-decoration:underline;
	color: #151515;
}



.am-container img {
	
	max-width: 92px;
	height: auto;
	margin: 3px;
	
	}




/* Tag cloud */

	#tags ul{
		margin:0;
		padding:5px;
		text-align:center;
		background:#4b4b4b url(../img/bg_tags.png) repeat-x top;	
		text-shadow: 1px 1px 1px #000;	
		}
	#tags li{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	#tags li a{
		text-decoration:none;
		color:#fff;
		padding:0 2px;	
		}
	#tags li a:hover{	
		color:#f4e000;
		}		
	
	.tag1{font-size:100%;}
	.tag2{font-size:120%;}
	.tag3{font-size:140%;}
	.tag4{font-size:160%;}
	.tag5{font-size:180%;}
	
	/* alternative layout */

	#tags .alt{
		text-align:left;
		padding:0;
		background:none;
		}
	#tags .alt li{
		padding:2px 10px;
		background:#efefef;
		display:block;
		}
	#tags .alt .tag1, 
	#tags .alt .tag2, 
	#tags .alt .tag3, 
	#tags .alt .tag4, 
	#tags .alt .tag5{font-size:100%;}
	#tags .alt .tag1{background:#7cc0f4;}
	#tags .alt .tag2{background:#67abe0;}
	#tags .alt .tag3{background:#4d92c7;}
	#tags .alt .tag4{background:#3277ad;}
	#tags .alt .tag5{background:#266ca2;}
	
/* // Tag cloud */





	
	



/*contatti e staff*/

.contatti_big {
	float:left;
	width:300px;
	margin: 12px 10px 10px 5px;
	height:auto;
	font-size: 13px;
	 }
.contatti_big img{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 10px 0;
	 }	
.contatti_big span.txt{
	float:left;
	width: 150px;
	}	
	 
.contatti_big  span.txt h3{
	color: #a51000;
	font-size: 22px;
	margin-bottom: 4px;
	 }	
.contatti_big  span.txt h4{
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: normal;
	 }	
	 


/*widget*/	 
.contatti_widget {
	float:left;
	width:275px;
	margin: 0 11px 0 5px;
	height:auto;
	font-size: 13px;
	 }
.contatti_widget img{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 10px 0;
	 }	
.contatti_widget span.txt{
	float:left;
	width: 150px;
	}	
	 
.contatti_widget  span.txt h3{
	color: #a51000;
	font-size: 20px;
	margin-bottom: 4px;
	 }	
.contatti_widget  span.txt h4{
	font-size: 15px;
	margin-bottom: 7px;
	font-weight: normal;
	 }		 
	 
	 
	 
	 
	 
	 
.grigio {color: #8b8b8b;}	 	 





.contatti_min {
	float:left;
	width:130px;
	margin: 12px 12px 10px 12px;
	height:auto;
	font-size: 12px;
	 }
.contatti_min img{
	border: 2px solid  #d3d3d3; 
	margin: 0 0 15px 0;
	 }	
.contatti_min span.txt{
	float:left;
	width:auto;
	}	
	 
.contatti_min  span.txt h3{
	color: #a51000;
	font-size: 16px;
	margin-bottom: 4px;
	 }	
.contatti_min  span.txt h4{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: normal;
	 }	
	 
	 
.contatti_min  span.txt h4 a{
	color: #a51000;
	text-decoration: none;
	 }	
	 
.contatti_min  span.txt h4 a:hover{
	color: #a51000;
	text-decoration: underline;
	 }		 	 
	
	
.contatti_min  span.txt h3 a{
	color: #a51000;
	text-decoration: none;
	}	
	 
.contatti_min  span.txt h3 a:hover{
	color: #a51000;
	text-decoration: underline;
	}		
	

	
	
	
	
	
	
/*staff*/	    



.content_staff {
	float:left;
	width:606px;
	padding: 12px;
	height:auto;
	font-size: 13px;
	background: url(../img/pattern_record.png);
	position:relative;
	margin-bottom: 6px;
	 }
.content_staff img{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 0 0;
	 }
	 
	 
	 
.content_staff span.titolo_event{
	float:left;
	width: 390px;
	padding: 0 0 6px 0;
	color: #a51000;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	}	 
.content_staff span.titolo_event a{
	color: #a51000;
	text-decoration: none;
	}	
	
.content_staff span.titolo_event a:hover{
	color: #a51000;
	text-decoration: underline;
	}		
.content_staff span.titolo_event img{
	float:right;
	margin: 0 0 0 5px;
	border: none;
	max-width: 200px;
	}	
.content_staff  span.txt_event{
	float:left;
	display:block;
	margin: 20px 0 0 0;
	text-align:left;
	width: auto;
	}	
	
	
.content_staff  span.txt_event ul{
	margin:0 0 0 25px;
	
	padding:0;
	
	}	
.content_staff  span.txt_event ul li{
	margin:3px 0 3px 0;
	padding:0;
	
	}			
	
	
	
	 
	 	
.content_staff span.titolo_social{
	float:left;
	width: 470px;
	padding: 0 0 6px 0;
	color: #a51000;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	}
	
	
.content_staff span.titolo_social a{
	color: #a51000;
	text-decoration: none;
	}	
	
.content_staff span.titolo_social a:hover{
	color: #a51000;
	text-decoration: underline;
	}		
.content_staff span.titolo_social img{
	float:right;
	margin: 0 0 0 5px;
	border: none;
	}		

.content_staff  h4{
	display:block;
	font-size: 14px;
	font-weight: normal;
	float:left;
	width: 250px;
	margin: 12px 12px 0 0;
	 }	


.content_staff  span.txt{
	float:right;
	width:220px;
	display:block;
	margin: 12px 0 0 0;
	text-align:left;
	}
	
	
.content_staff  span.txt_profilo{
	float:left;
	display:block;
	margin: 12px 0 0 0;
	text-align:left;
	width: 468px;
	}		
	
.content_staff  span.skype{
	position: absolute;
	bottom: 10px;
	left:145px;
	width:auto;
	display:block;
	}	
	
.content_staff  span.skype img{
	padding: 0;
	margin: 0;
	border: 0;
	
	}	 	 
	 





/*elementi club/show*/


.box_cerca_nazione {
	background: url(../img/bg_box_nazione.png) no-repeat center top #a51000;
	width:630px;
	text-align: left;
	float: left;
	margin: 0 10px 10px 0;
	padding-bottom: 15px;
	}
	
.box_cerca_nazione a{
	text-decoration: none;
	color: #fff;
	}
	
.box_cerca_nazione a:hover{
	text-decoration: underline;
	color: #fff;
	}			
	
.box_cerca_nazione .titolo{
	padding: 23px 10px 20px 70px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
	text-align:left;
	cursor: pointer;
	position:relative;
	background: url(../img/ico_expand.png) 15px 15px no-repeat;
	}
	
.box_cerca_nazione .titolo span.icona_exp{
	position:absolute;
	top:15px;
	left:15px;
	display:block;
	width:32px;
	height: 32px;
	background: url(../img/ico_expand_off.png) 0 0 no-repeat;
	}	
	
	
		
	
.box_cerca_nazione .combo{
	padding: 20px 10px 20px 15px;
	color: #fff;
	text-align:left;
	margin:0px;

background: url(../img/bg_combo_nazione.png);
border-top:solid 1px #cd2917;
border-bottom:solid 1px #cd2917;
height:auto;
display:none;
	}
	
	
.box_cerca_nazione .risultato{
	padding: 10px 10px 10px 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-align:left;
	margin: 10px 0 10px 0;
	background-color: #920e00;
	font-size: 18px;
	}
	
.box_cerca_nazione .risultato span{
	float: right;
	font-size: 13px;
	width:auto;
	text-shadow: none;
	}		
	
.box_cerca_nazione table td{
	padding: 6px;
	color: #fff;
	font-size: 15px;
	
	}	
	







.box_cerca_nazione .risultato_min{
	padding: 10px 10px 0 15px;
	text-align:right;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 1px #000;
	font-size: 13px;
	width:auto;
	color: #fff;
	}
	

	
	
	
	
	
	
	
	
/*club*/	    
.content_club_on {
	background: url(../img/bg_record_club_on.png) repeat-y top left;
	}
	
.content_club_off {
	background: url(../img/bg_record_club_off.png) repeat-y top left;
	}
	
	
	

.content_club_on span.titolo_club{
	color: #a51000;
	float:left;
	width: 220px;
	padding: 0 0 6px 0;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 12px 0;
	}
	
	
.content_club_on span.titolo_club a{
	color: #a51000;
	text-decoration: none;
	}
	
.content_club_on span.titolo_club a:hover{
	color: #a51000;
	text-decoration: underline;
	}	
	
	
		
	
.content_club_off span.titolo_club{
	color: #151515;
	text-shadow: 1px 1px 1px #fff;
	float:left;
	width: 220px;
	padding: 0 0 6px 0;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 12px 0;
	}

.content_club_off span.titolo_club a{
	color: #151515;
	text-decoration: none;
	}
	
.content_club_off span.titolo_club a:hover{
	color: #151515;
	text-decoration: underline;
	}	





.content_club {
	float:left;
	width:607px;
	padding: 12px;
	height:auto;
	font-size: 13px;
	position:relative;
	margin-bottom: 6px;
	 }
.content_club img{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 0 0;
	 }	





.content_club span.txt_club{
	display:block;
	font-size: 14px;
	font-weight: normal;
	float:left;
	width: 220px;
	line-height: 1.1;
	
	}
	
.content_club span.txt_club a{
	color: #a51000;
	text-decoration: none;
	}
	
.content_club span.txt_club a:hover{
	color: #a51000;
	text-decoration: underline;
	}					
	
.content_club  span.bottoni{
	float:right;
	width: 188px;
	display:block;
	}	

.cont_btn_grigio {
	/*width: 122px;*/
	margin: 0;
	padding:0;
	position: relative;
	
	
	}
	
a.btn_grigio {
	width: 110px;
	display:block;
	padding: 12px 12px 12px 66px; 
	background: url(../img/bg_button_grigio.png) no-repeat 0 0;
	color: #151515;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #b4b4b4;
	font-size: 14px;
	position: relative;
	margin-bottom: 15px;
	line-height: 1.2;
	}
	
	
a.btn_grigio:hover {
	
	background: url(../img/bg_button_grigio.png) no-repeat 0 -100px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration:none;
	}	

a.btn_grigio span.ico_mappa{
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -19px;
	left: 9px;
	background: url(../img/ico_mappa.png) no-repeat;
	display:block;
	}		
	
a.btn_grigio span.ico_data{
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -19px;
	left: 9px;
	background: url(../img/ico_data.png) no-repeat;
	display:block;
	}
	
a.btn_grigio span.ico_chiudi{
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -19px;
	left: 9px;
	background: url(../img/ico_chiudi.png) no-repeat;
	display:block;
	}	
	









/*show*/	


.content_show {
	float:left;
	width:605px;
	padding: 12px;
	height:auto;
	font-size: 13px;
	position:relative;
	margin-bottom: 6px;
	background: url(../img/bg_record_show.png) repeat-y top left;
	 }
.content_show img.club{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 0 0;
	width: 122px;
	height: 99px;
	 }	
.content_show img.cd{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 0 0;
	width: 345px;
	height: 345px;
	 }	

.content_show span.nome_club{
	color: #151515;
	float:left;
	width: 220px;
	padding: 0 0 6px 0;
	font-size: 18px;
	display:block;
	text-shadow: 1px 1px 1px #fff;
	}
	
	
.content_show span.nome_cd{
	color: #a51000;
	float:right;
	width: 235px;
	padding: 0 0 6px 0;
	font-size: 26px;
	display:block;
	text-shadow: 1px 1px 1px #fff;
	}	
	
	
.content_show span.nome_club a{
	color: #a51000;
	text-decoration: none;
	}
	
.content_show span.nome_club a:hover{
	color: #a51000;
	text-decoration: underline;
	}		


.content_show span.txt_show{
	display:block;
	font-size: 13px;
	font-weight: normal;
	float:left;
	width: 200px;
	line-height: 1.1;
	margin-bottom: 6px;
	
	}
	
.content_show span.txt_cd{
	display:block;
	font-size: 18px;
	font-weight: normal;
	float:right;
	width: 235px;
	line-height: 1.1;
	margin-bottom: 6px;
	
	}	


.content_show span.mappa_club{
	float:left;
	width: 180px;
	padding: 15px 6px 6px 35px;
	font-size: 18px;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 1px #fff;
	background: url(../img/ico_lente.png) no-repeat center left;
	display:block;
	font-size: 13px;
	font-weight: normal;
	color: #151515;
	}


	
.content_show span.mappa_club a{
	color: #151515;
	text-decoration: none;
	}
	
.content_show span.mappa_club a:hover{
	color: #a51000;
	text-decoration: underline;
	}					


.content_show  span.dettaglio_show a{
	color: #a51000;
	text-decoration: none;
	}
	
.content_show  span.dettaglio_show a:hover{
	color: #151515;
	
	text-decoration: underline;
	
	}	
	
.content_show  span.dettaglio_show{
	float:right;
	width: 230px;
	display:block;
	font-size: 12px;
	height: 120px;
	}		

	
.content_show  span.bottoni_show{
	float:right;
	width: 230px;
	display:block;
	}
	
.content_show  span.tab_show{
	float:right;
	width: 230px;
	display:block;
	}	
	
	
.content_show  span.bottoni_show2{
	float:left;
	width: 350px;
	display:block;
	}		
	
a.btn_grigio_show {
	width: 110px;
	display:block;
	padding: 16px 12px 16px 110px;
	background: url(../img/bg_button_grigio2.png) no-repeat 0 0;
	color: #151515;
	text-shadow: 1px 1px 1px #fff;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #b4b4b4;
	font-size: 14px;
	position: relative;
	line-height: 1.2;
	margin-top: 25px;
	}
	
	
a.btn_grigio_show:hover {
	background: url(../img/bg_button_grigio2.png) no-repeat 0 -100px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration:none;
	}	


a.btn_grigio_show span.ico_show{
	position: absolute;
	width: 75px;
	height: 39px;
	top: 5px;
	left: 6px;
	background: url(../img/ico_show.png) no-repeat;
	display:block;
	}	



.btn_buy_content {
	position: absolute;
	top: 7px;
	right: 8px;
	background-color: #a51000;
	text-align:center;
	width: 100px;
	padding: 10px;
	}
	
	
.bb_ts {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/btn_buy_ts.png) no-repeat;
	width: 11px;
	height: 12px;
	}
.bb_td {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/btn_buy_td.png) no-repeat;
	width: 11px;
	height: 12px;
	}
.bb_bs {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/btn_buy_bs.png) no-repeat;
	width: 11px;
	height: 12px;
	}
.bb_bd {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/btn_buy_bd.png) no-repeat;
	width: 11px;
	height: 12px;
	}				
	
	
	

a.btn_buy {
	width: auto;
	display:block;
	padding: 6px;
	background: url(../img/bg_button.png) repeat-x 0 0 #870d00;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a8473d;
	font-size: 14px;
	cursor: pointer;
	}


a.btn_buy:hover {
	background: url(../img/bg_button_on.png) repeat-x 0 0 #a51000;
	text-decoration:none;
	
	}
	
	
	
	
	
a.btn_mappa {
	width: 287px;
	display:block;
	background: url(../img/btn_bg_mappa.jpg) no-repeat top center;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #d3d3d3;
	cursor: pointer;
	padding: 0 0 100px 0;
	margin-bottom: 20px;
	}
	
a.btn_mappa span, a.btn_lista span{
	background: url(../img/btn_bg_mappa_lab.png);
	display:block;
	padding: 15px;
	border-bottom: 1px solid #8c8c8b;
	font-size: 28px;
	color: #a51000;
	text-shadow: 1px 1px 1px #fff;
	}	
	
a.btn_lista {
	width: 287px;
	display:block;
	background: url(../img/btn_bg_lista.jpg) no-repeat top center;
	text-decoration:none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #d3d3d3;
	cursor: pointer;
	padding: 0 0 176px 0;
	margin-bottom: 20px;
	}


	
table.tab_dettaglio_show th {
	background-color: #e7e7e7;
	color: #151515; 
	text-shadow: 1px 1px 1px #fff;
	padding: 10px;
	font-size: 13px;
	}		
table.tab_dettaglio_show td {
	color: #151515; 
	text-shadow: 1px 1px 1px #fff;
	padding: 10px;
	font-size: 13px;
	vertical-align:middle;
	}
	
	
table.tab_dettaglio_show a{
	font-size: 15px;
	color: #a51000;
	text-decoration: none;
	}
	
table.tab_dettaglio_show a:hover{
	color: #151515;
	text-decoration: underline;
	}	
	
	
.bg_tab_alt {background: url(../img/bg_tab_alt.png);}	
.bg_tab_alt_b {background: url(../img/bg_tab_alt_b.png);}	
.border_grigio {border: 2px solid #8b8b8b;}		


.navi_show {
	padding: 6px;
	width:616px;
	}
	
.navi_show a.prev{
	color: #a51000;
	text-decoration: none;
	display:block;
	float:left;
	width: auto;
	background: url(../img/prev_sponsor.png) no-repeat center left;
	padding: 10px  0 10px 25px;
	}	
	
.navi_show a.next{
	color: #a51000;
	text-decoration: none;
	display:block;
	float:right;
	width: auto;
	padding: 10px  25px 10px 0;
	background: url(../img/next_sponsor.png) no-repeat center right;
	}	
	
	
.navi_show a.prev:hover, .navi_show a.next:hover{
	color: #a51000;	
	text-decoration: underline;
}


.show_media {
	background: url(../img/bg_tab_alt.png);
	margin: 6px 0 6px 0;
	padding: 12px 16px 16px 90px;
	width:524px; 
	position: relative;
	font-size: 14px;
	}
.show_media img.img_scale{
	width: 67px;
	height: 67px;
	
	}	
	
.show_media img{
	float: left;
	margin: 0 6px 6px 0;
	border: 2px solid #fff;
	}	
	
.show_foto {
	background: url(../img/ico_foto_show.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	left: 18px;
	width: 48px;
	height: 35px;
	}	
	
.show_video {
	background: url(../img/ico_video_show.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	left: 16px;
	width: 53px;
	height: 33px;
	}
	
.show_txt {
	background: url(../img/ico_txt_show.png) no-repeat 0 0;
	position: absolute;
	top: 14px;
	left: 24px;
	width: 36px;
	height: 44px;
	}			







/*mappa*/


.mappa_search {
	background-color: #f4f4f4;
	padding: 8px;
	
}


.mappa_search table td{
	
	padding: 8px;
	font-size: 13px;
	font-weight: normal;
}

.mappa_search  input.campo{
	padding: 6px; 
	border: 1px solid #8d8d8d;
	color: #151515;
	font-size: 14px;
	text-shadow: 1px 1px 1px #fff;
	background:url(../img/bg_sponsor.png) repeat-x top center #fff;
	margin:0;
	}
	
	
	
.mappa_search input.btn{
	padding: 3px 10px 3px 10px; 
	border: 1px solid #820d00;
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
	cursor: pointer;
	margin:0;
	}			

.mappa_search input.btn:hover{
	background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
	
	}		
	
	
		

.mappa_struttura_sx {
    float: left;
    text-align: left;
    width: 203px;
    height: 539px;
    margin: 0;
    padding: 0;
    overflow: auto;
	background: url(../img/bg_tab_alt.png);
	border-top: 1px solid #fff;
	border-right: 1px solid #ededed;
	position:relative;
}
.mappa_struttura_sx .filtro_concerti {
    margin: 0;
    padding: 5px;
    width: 193px;
    clear:both;
	background-color: #a51000;
	color: #fff;
	font-size: 17px;
	top: 0;
	left: 0;
	position: absolute;
	}
.mappa_struttura_sx .filtro_concerti span.check{
    float: left;
	margin: 0 10px 20px 0;
	}

.mappa_struttura_sx ul {
    float: left;
    margin: 0;
    padding: 0;
}

.mappa_struttura_sx ul li {
    list-style: none;
    margin: 3px 0 3px 0;
    padding: 5px 0 16px 0;
    width: 189px;
    clear:both;
	
	
}
.mappa_struttura_sx ul li li{
    list-style: none;
    margin: 3px 0 3px 0;
    padding: 5px 0 0 15px;
    width: 174px;
	font-size: 13px;
	color: #515151;	
}





.mappa_struttura_sx ul li a {
    color: #a51000;
    text-decoration: none;
	display:block;
	float:left;
	margin: 8px 0 0 0;
	font-size: 17px;
	width: 131px;
	
}
.mappa_struttura_sx ul li a:hover {
    color: #151515;
    text-decoration: none;
}


.mappa_struttura_sx ul li span.numero_mappa {
    padding: 10px 9px 0 9px;
    display: block;
    background: url(../img/bg_number_mappa.png) no-repeat top center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    float: left;
    width: 29px;
	height: 29px;
    text-align: center;
    margin-right: 10px;
	text-shadow: 1px 1px 1px #000;
}

.mappa_struttura_sx ul li span.numero_mappa_sel {
    padding: 10px 9px 0 9px;
    display: block;
    background: url(../img/bg_number_mappa_sel.png) no-repeat top center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    float: left;
    width: 29px;
	height: 29px;
    text-align: center;
    margin-right: 10px;
	text-shadow: 1px 1px 1px #000;
}






.mappa_struttura_dx {
    float: right;
    min-height: 540px;
    height: auto !important;
    height: 540px;
    width: 760px;
}
.mappa_struttura_dx span.googlemap {
    margin: 0;
    padding: 0;
    position: relative;
}



.mappa_struttura_dx span.googlemap a.point {
	position: absolute;
	width: 36px;
	height: 86px;
	padding: 0;
	display: block;
}

.mappa_struttura_dx .tooltip_show {
	position: absolute;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	background-color: #f0f0f0;
	padding: 15px;
	border: 2px solid #4f4f4f;
	-moz-box-shadow: 0px 10px 10px #828282;
	-webkit-box-shadow: 0px 10px 10px #828282;
	box-shadow: 0px 10px 10px #828282;
	z-index: 1000;
	top: 193px;
	right: 249px;
	font-size: 15px;
	color: #a51000;
}
.mappa_struttura_dx .tooltip_show h2{
	margin:  0 0 5px 0;
	font-size: 20px;
	color: #151515;
	text-shadow: 1px 1px 1px #fff;
}
.mappa_struttura_dx .tooltip_show span.indirizzo{
	margin:  0 0 5px 0;
	font-size: 12px;
	color: #a2a2a2;
	text-shadow: 1px 1px 1px #fff;
	display:block;
}



.mappa_struttura_dx .tooltip_show .angolo_tooltip {
	position: absolute;
	top: 20px;
	left: -16px;
	background: url(../img/angolo_tooltip.png) no-repeat 0 0;
	height: 24px;
	width: 16px;
	z-index: 1010;
}
.mappa_struttura_dx .tooltip_show a.chiudi_tooltip {
	position: absolute;
	top: -8px;
	right: -8px;
	background: url(../img/chiudi_tooltip.png) no-repeat 0 0;
	height: 21px;
	width: 21px;
	z-index: 1010;
	display:block;
}




/*tooltip data show*/

.cont_btn_grigio .tooltip_data {
	position: absolute;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	background-color: #f0f0f0;
	padding: 10px 10px 10px 30px;
	border: 2px solid #4f4f4f;
	-moz-box-shadow: 0px 10px 10px #828282;
	-webkit-box-shadow: 0px 10px 10px #828282;
	box-shadow: 0px 10px 10px #828282;
	z-index: 1000;
	top: 0;
	left: -155px;
	font-size: 13px;
	color: #151515;
	width: 90px;
	text-shadow: none;
}
.cont_btn_grigio .tooltip_data a.prox_show{
	color: #151515;
	text-decoration: none;
}

.cont_btn_grigio .tooltip_data a.prox_show:hover{
	color: #a51000;
	text-decoration: none;
}

.cont_btn_grigio .tooltip_data a.pass_show{
	color: #a2a2a2;
	text-decoration: none;
}

.cont_btn_grigio .tooltip_data a.pass_show:hover{
	color: #a51000;
	text-decoration: none;
}


.cont_btn_grigio .tooltip_data h3{
	margin:  0 0 10px 0;
	font-size: 18px;
	color: #a51000;
	text-shadow: 1px 1px 1px #fff;
}

.cont_btn_grigio .tooltip_data h3.pass{
	margin:  10px 0 10px 0;
	font-size: 18px;
	color: #151515;
	text-shadow: 1px 1px 1px #fff;
}

.cont_btn_grigio .tooltip_data .angolo_tooltip {
	position: absolute;
	top: 20px;
	right: -16px;
	background: url(../img/angolo_tooltip_dx.png) no-repeat 0 0;
	height: 24px;
	width: 16px;
	z-index: 1010;
}

.cont_btn_grigio .tooltip_data a.chiudi_tooltip {
	position: absolute;
	top: -8px;
	left: -8px;
	background: url(../img/chiudi_tooltip.png) no-repeat 0 0;
	height: 21px;
	width: 21px;
	z-index: 1010;
	display:block;
}







/*scheda mappa*/

.mappa_struttura_dx .mappa_scheda {
    margin: 0;
    position: relative;
	background-color: #ededed;
	padding: 10px;
}

.mappa_struttura_dx .mappa_scheda .content_scheda{
    margin: 0;
    padding: 0;
    background-color: #fff;
	border: 2px solid #fff;
	height: 516px;
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.titolo_scheda{
    background: url(../img/bg_tab_alt.png);
	padding: 10px;
	display:block;
	font-size: 26px;
	color: #a51000;
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.titolo_scheda img{
    float: left;
	margin: 0 20px 0 0;
	border: 1px solid #fff;
}


.mappa_struttura_dx .mappa_scheda .content_scheda span.dati_scheda{
    padding: 10px;
	display:block;
	font-size: 18px;
	
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.dati_scheda a{
   color: #a51000;
	text-decoration: none;
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.dati_scheda a:hover{
    color: #a51000;
	text-decoration: underline;
}


.mappa_struttura_dx .mappa_scheda .content_scheda span.concerti_scheda{
    padding: 10px;
	display:block;
	font-size: 13px;
	border-top: 1px solid #ededed;
	
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.concerti_scheda table th{
    padding: 10px;
	font-size: 18px;
	color: #a51000;
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.concerti_scheda table th.nero{
    
	color: #1515151;
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.concerti_scheda table td{
    padding: 4px;
	font-size: 14px;
	
}

.mappa_struttura_dx .mappa_scheda .content_scheda span.concerti_scheda table td.grigio{
   color: #989898;
}

.mappa_struttura_dx #ajaxloading
{
    position: absolute;
    width: 70px;
    height: 70px;
    left: 300px;
    top: 200px;
}




.info {
	padding: 10px;
	font-size: 14px;
	width: 600px;
	background-color:#FFF;
	color: #151515;
	margin: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	
	}
	
.info h3{
	font-size: 20px;
	color: #a51000;
	
	
	}	
	
	
.info img {
	margin: 0 10px 10px 0;
	float: left;
	}	
	
	


 /*wizard registrazione*/


.box_content_wiz {
 background-color: #fff;
 border: 4px solid #d3d3d3;
 text-align: left;
 width: 100%;
 padding:0;
 margin-top: 80px;
 position:relative;

 }

.box_content_wiz .top_step{
 background-color: #2c2c2c;
 height: 40px;
 position:relative;
 width: 100%;
 border-bottom: 1px solid #3d3d3d;
 }



.box_content_wiz .titolo{
 
 background-color: #f0f0f0;
 padding:10px;
 color: #2e2e2e;
 text-shadow: 1px 1px 1px #fff;
 font-size: 20px;
 text-align:left;
}
.box_content_wiz .titolo strong{
 color: #a51000;
}



.box_content_wiz .messaggio{
 
 background-color: #fff;
 padding:10px;
 color: #a51000;
 text-shadow: 1px 1px 1px #fff;
 font-size: 12px;
 
 
 }


.box_content_wiz .messaggio span{
 display: block;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 behavior: url(css/PIE.htc);
 width: 540px;
 text-align:left;
 border: 2px solid #c5c5c5;
 position:relative;
 padding: 20px 20px 30px 20px;
 background:url(../img/bg_messaggio.png)repeat-x top left #fff;
 font-size: 18px;
 color: #2f2f2f;
 margin: 30px 0 30px 0;
 line-height: 1.4;
 }

.box_content_wiz .messaggio span h2{
 font-size: 30px;
 color: #2f2f2f;
 margin: 0 0 40px 0;
 text-shadow: 1px 1px 1px #fff;
 font-weight: 400;
 line-height: 1;
 }




.box_content_wiz .work{
 
 
 margin:20px 0 20px 0;
 
  background:url(../img/work_in.png) no-repeat 140px 20px #eee;
  padding:0;
  width: 100%;
  height: 400px;
 position: relative;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 }
 
 .box_content_wiz .work span{
	display:block;
	position:absolute;
	text-align:left;
	color: #2f2f2f;
	text-shadow: 1px 1px 1px #fff;
	font-size: 60px;
	left: 400px;
	top: 61px;
 }


.box_content_wiz .errore404 {
	padding:0;
	width: 500px;
	background-color: #e7e7e7;
	border: 3px solid #dfdfdf;
	position: absolute;
	top: 89px;
	left: 345px;
	height: 254px;
 }
 
 
 
 .box_content_wiz .errore404 .icona404{
	background:url(../img/ico_404.png) no-repeat;
	position: absolute;
	top: -60px;
	left: -284px;
	width: 363px;
	height: 293px;
 }
 
 .box_content_wiz .errore404 span.titolo{
	display:block;
	margin: 5px 0 10px 0;
	padding: 10px;
	width: 480px;
	text-shadow: none;
	
	text-align:left;
	font-size: 30px;
	
	background-color: #a51000;
	color: #fff;
 }
 
 
 .box_content_wiz .errore404 span{
	display:block;
	margin: 5px 0 10px 0;
	padding: 10px 0 0 100px;
	width: 380px;
	text-shadow: none;
	
	text-align:left;
	
 }


 
/*corpo*/ 
 
.box_content_wiz .corpo{
 background-color: #f0f0f0;
 padding:10px;
 text-shadow: 1px 1px 1px #fff;
 font-size: 16px;
 margin-bottom: 20px;
 color: #151515;
 position:relative;
 } 
.box_content_wiz .corpo strong{
 color: #a51000;
 font-size: 16px;
 
 }  
 
.box_content_wiz .corpo td{
 text-align:left;
 padding:18px;
 
 } 
.box_content_wiz .corpo input.campo{
 padding: 6px; 
 border: 1px solid #8d8d8d;
 color: #151515;
 font-size: 14px;
 text-shadow: 1px 1px 1px #fff;
 background:url(../img/bg_sponsor.png) repeat-x top center #fff;
 margin:0;
 }  

.box_content_wiz .corpo .box_facebook{
 background:url(../img/box_facebook.png) no-repeat top center;
 position: absolute;
 top: 21px;
 left:74px;
 width: 417px;
 height: 313px;
 }

.box_content_wiz .corpo .box_facebook span{
 position: absolute;
 top: 194px;
 left:84px;
 width: auto;
 display: block;
 }

.box_content_wiz .corpo .box_txt{
 position: absolute;
 top: 55px;
 right:32px;
 width: 417px;
 height: 170px;
 font-size: 18px;
 text-shadow: 1px 1px 1px #fff;
 text-align:left;
 }
.box_content_wiz .corpo .box_txt strong.blu{
 color: #3b5997;
 font-size: 18px;
 }
.box_content_wiz .corpo .box_txt strong{
 color: #151515;
 font-size: 18px;
 }


.box_content_wiz .corpo .select {
 
 color:#151515;
 position:relative;
 min-width:200px;
 height:33px;
 padding: 8px 5px 5px 10px;
 margin:0;
 text-shadow: 1px 1px 1px #fefefe;
 background:url(../img/bg_sponsor.png) repeat-x top center #fff;
 border: 1px solid #8d8d8d;
}

.box_content_wiz .corpo .select .button {
 color:#ffffff;
 text-align:center;
 position:absolute;
 right:0;
 top:0;
 width:16px;
 height:23px;
 padding: 8px 8px 5px 5px;
 margin:0;
 cursor:pointer;
 background: #8d8d8d;
 
}


.box_content_wiz .corpo .select .label {
 padding:0;
 margin:0;
}

.box_content_wiz .corpo .select .label img {
 vertical-align:middle;
 overflow:hidden;
 margin:0;
 padding:0 5px 0 2px;
}


.box_content_wiz .corpo .select .button img {
 rotation: 0deg;
 -moz-transform: rotate(0deg);
 -webkit-transition: -webkit-transform 0.15s linear;
 -webkit-transform: rotate(0deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}



.box_content_wiz .corpo .select .button.active img {
 rotation: 90deg;
 -moz-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}




.box_content_wiz .corpo .select .list {
 position:absolute;
 top:31px;
 left:0;
 z-index:1000;
 
}

.box_content_wiz .corpo .select .option {
 color:#1e1e1e;
 font-size:12px;
 
 padding:8px 5px 8px 10px;
 cursor:pointer;
 
 border-bottom:dotted #cccccc 1px;
 text-shadow: 1px 1px 1px #fefefe;
 background: #f9f9f9;
 
}
.box_content_wiz .corpo .select .option img {
 vertical-align:middle;
 overflow:hidden;
 margin:0;
 padding:0 5px 0 0;
}
.box_content_wiz .corpo .select .option.bottom {
 border-bottom:none;
}
.box_content_wiz .corpo .select .option:hover {
 background: #a7e1ff;
}

.box_content_wiz .corpo .span-5 {width:190px;}
.box_content_wiz .corpo .hide {display:none;}

 
   
.box_content_wiz .base{
 background-color: #f0f0f0;
 padding:10px;
 color: #a51000;
 text-shadow: 1px 1px 1px #fff;
 font-size: 18px;
 text-align:right;
 }  
.box_content_wiz .base input.btn{
 padding: 3px 10px 3px 10px; 
 border: 1px solid #820d00;
 color: #fff;
 font-size: 14px;
 text-shadow: 1px 1px 1px #000;
 background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
 cursor: pointer;
 margin:0;
 }   

.box_content_wiz .base input.btn:hover{
 background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
 
 }
.news_content input.campo{
            padding: 6px; 
            border: 1px solid #8d8d8d;
            color: #151515;
            font-size: 14px;
            text-shadow: 1px 1px 1px #fff;
            background:url(../img/bg_sponsor.png) repeat-x top center #fff;
            margin:0;
            }                      
.news_content td{
            text-align:left;
            padding:18px;
            
            }          


.news_content input.btn{
            padding: 3px 10px 3px 10px; 
            border: 1px solid #820d00;
            color: #fff;
            font-size: 14px;
            text-shadow: 1px 1px 1px #000;
            background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
            cursor: pointer;
            width: 86px;
            margin:0;
            }                                 

.news_content input.btn:hover{
            background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
            
            }                      


.news_content input.btn2{
            padding: 3px 10px 3px 10px; 
            border: 1px solid #820d00;
            color: #fff;
            font-size: 14px;
            text-shadow: 1px 1px 1px #000;
            background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
            cursor: pointer;
            width: auto;
            margin:0;
            }                                 

.news_content input.btn2:hover{
            background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
            
            }        




.pop_foto_change {
	
	width: 500px;
	
	background-color: #2c2a29;
	padding: 20px;
	}
	
	
.pop_foto_change span{
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 0 0 15px 0;
	}	



.pop_foto_content {
	
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	background-color: #fff;
	padding: 20px;
	
	}
	
	
/*profilo*/

.content_profilo {
	float:left;
	width:605px;
	padding: 12px;
	height:auto;
	font-size: 13px;
	position:relative;
	margin-bottom: 6px;
	background: url(../img/pattern_record.png);
	position: relative;
	 }
	 
	 
	 
.content_profilo img{
	float:left;
	border: 2px solid  #d3d3d3; 
	margin: 0 10px 0 0;
	width: 114px;
	height: auto;
	 }		 
/*.content_profilo span.nome{
	color: #a51000;
	float:left;
	width: 410px;
	margin: 0 0 15px 20px;
	font-size: 26px;
	display:block;
	text-shadow: 1px 1px 1px #fff;
	}	*/

.content_profilo span.txt{
	display:block;
	font-size: 16px;
	font-weight: normal;
	float:left;
	width: 410px;
	margin: 6px 0 6px 20px;
	}
.content_profilo span.social{
	display:block;
	font-size: 16px;
	font-weight: normal;
	float:left;
	width: 380px;
	margin: 20px 0 6px 20px;
	color: #3b5998;
	padding: 5px 0 10px 30px;
	background: url(../img/ico_social_face.png) no-repeat left top;
	}	

.content_profilo span.social a{
	color: #3b5998;
	text-decoration:none;
	}
.content_profilo span.social a:hover{
	color: #3b5998;
	text-decoration:underline;
	}	


.content_profilo  a{
	color: #a51000;
	text-decoration: none;
	}
	
.content_profilo a:hover{
	color: #a51000;
	text-decoration: underline;
	}		


a.link_generico{
	color: #a21000;
	text-decoration:none;

}

a.link_generico:hover{
	color: #a21000;
	text-decoration:underline;
	}
	
.corpo_pop {
            width: 700px;
            padding: 20px;
            font-size: 16px;
            color: #fff;
            }
            
.corpo_pop img{
            float: left;
            margin: 0 20px 20px 0;
            }          

            
.corpo_pop td{
            padding: 0 10px 20px 10px;
            vertical-align: top;
            }          

.corpo_pop input,.corpo_pop textarea{
       padding: 4px; 
            border: none;
            color: #151515;
            font-size: 14px;
            background-color: #fff;
            margin:0;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            behavior: url(css/PIE.htc);
            width: 100%;
            }                                 
.corpo_pop input.btn {
       padding: 8px 6px 8px 6px; 
            border: 1px solid #820d00;
            color: #fff;
            font-size: 15px;
            text-shadow: 1px 1px 1px #000;
            background:url(../img/bg_btn_off.jpg) repeat-x top center #a31000;
            cursor: pointer;
            width: 108px;
            margin:0;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            behavior: url(css/PIE.htc);
            }                                 

.corpo_pop input.btn:hover{
            background:url(../img/bg_btn_on.jpg) repeat-x top center #a31000;
            
            }                      

	
	
.list-wrap ul li.storia_concerti{ 
    margin: 0; 
    padding: 12px 7px 12px 50px;
    list-style: none;
    font-size: 14px;
    color: #151515;
    background: url(../img/ico_concerto.png) no-repeat center left;
}          


.box_content a.btn_media_switch {
	display:block;
	position:absolute;
	right: 14px;
	top: 14px;
	padding: 10px 16px;
	border: 2px solid #000;
	color: #a31000;
	font-size: 16px;
	background:#fff;
	text-shadow: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	text-decoration: none;
            } 
.box_content span.btn_media_switch {
	display:block;
	position:absolute;
	right: 14px;
	top: 14px;
	padding: 10px 16px;
            } 
			
.box_content	a.btn_media_switch:hover {
        border: 2px solid #fff;
        color: #fff;
        font-size: 16px;
        text-shadow: none;
        background:#a31000;
            
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        behavior: url(css/PIE.htc);
		text-decoration: none;
        }            	                 

.box_content a.btn_media_switch_left {
	right: auto !important;
            } 


a.nomeband
{
    color:#a51000 !important;
    text-decoration:none;
}
a.nomeband:hover
{
    text-decoration:underline !important;
}
a.nomebandpiccolo
{
    color:#a51000 !important;
    text-decoration:none;
    font-size:13px !important;
}
a.nomebandpiccolo:hover
{
    text-decoration:underline !important;
}
.boximmagini
{
 float:left; width:98px;margin-bottom:10px;  
}