/*GENERAL.CSS*/
* {margin:0px;
	padding:0px;}
html, body
{
	height:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


input, form, select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
}

p
{
	margin:0;
}




/*LOGO*/
/*inizio*/
#contlogo
{
	position:absolute;
	top:0px;
	width:100%;
	z-index:2;
}
#logo
{

	width:960px;
	/*height:244px;*/
	height:167px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#FF0000;*/
	background-image:url(/images/com/testata.gif);
	background-repeat:no-repeat;
	background-position:top right;	
}
#logo img
{
	position:absolute;
	top:0px;
	float:left;
	left: -3px;
}
/*fine*/
/*LOGO*/

/*FASCIA TESTATA*/
#fascia
{
	/*background-color:#FF0000;*/
	position:absolute;
	z-index:1;
	top:109px;
	width:100%;
	height:30px;
	background-image:url(/images/com/fascia.jpg);
	background-position:center;
	background-repeat:repeat-y;	
}
#fascia #dropshadow
{
	background-image:url(/images/com/dropshadowfascia.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:30px;
}

#divRegisterlink
{
	position:absolute;
	left:734px;
	top:90px;
}

.box1
{	
	width:290px;
	float:left;
	/*background-color:#00FF00;*/
}
.box2
{	
	width:290px;
	
	float:right;
	/*background-color:#FF0000;*/
}
a.linkGestioneUtenza
{
	color:#00CC66;
	/*background-color:#00CC66;*/
	text-decoration:none;
	font-weight:bold;
	padding:2px;
	font-size:12px;
}

a.linkGestioneUtenza:hover
{
	color:#FFFFFF;
	background-color:#9933CC;
	text-decoration:none;
	font-weight:bold;
}



a.linkGestioneTel
{
	color:#00CC66;
	text-decoration:none;
	margin-bottom:5px;
}

a.linkGestioneTel:hover
{
	color:#00CC66;
	text-decoration:underline;
}




/*FASCIA TESTATA*/

/***********************/
/*LAYER SEARCH AND LOG*/
/***********************/
/*inizio*/
#contform
{
	position:absolute;
	width:100%;
	height:30px;
	top:109px;
	z-index:3;
}	
#contform #boxform
{
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#contform #boxform #layerform
{
	float:right;
	height:30px;
	width:720px;
}


/*FORM LOG*/
/*inizio*/
#log
{
	float:right;
	position:absolute;
	width:220px;
	text-align:right;
	height:82px;
	left: 416px;
	top: -90px;
	/*background-color:#FF0000;*/
}

#log .pwd_forgot
				{
	margin-top:5px;
	margin-left:30px !important;
	margin-left:20px;
	float: left;
				}

#imgbutton_selected
{
	clear:both;
	margin-top:-6px;
	
}
.logged
{
	
	width:178px;
	display:block;
	margin:0px 0px 0px 40px;
	background-image:url(/images/com/icons.gif);
	background-repeat:no-repeat;
	text-align:right;
	height:60px;
	/*background-color:#FF0000;*/
}
.logged .row { clear:both; float:left; line-height:20px; margin-left:20px; display:inline;
text-align:left; 

width:100%;}

.logged .row_selected { clear:both; float:left; line-height:20px; margin-left:20px; display:inline;
text-align:left; width:100%; margin-top:-4px;}

#logform
{
	margin:0px 3px 0px 0px;
	padding:0px;
	height:25px;
}

#logform #user
{
	width:90px;
	/*height:10px;*/
	margin-bottom:5px;
	_margin-bottom:3px;
}
#logform label
{
position:relative;
	top:-5px;
	left:0px;
}

#logform #password
{
	width:104px;
	margin-bottom:5px;
	_margin-bottom:3px;
}
#logform #imgbutton { position:relative; top:18px;}


#logform .imgbutton_selected
{
	clear:both;
	margin-top:0px;
	_margin-top:-1px;
}



/*fine*/
/*FORM LOG*/


/*FORM SEARCH*/
/*inizio*/
#search 
{
	position:relative;
	float:left;
	background-image: url(/images/com/bg_search.gif);
	width: 394px;
	height:30px;
}
#search #searchform
{
	font-weight:normal;
	margin:0px;
}
#searchform #campotesto
{
	margin-top:6px;
	margin-left:30px;
	font-weight:normal;	
}
#searchform #combobox
{
	margin-top:6px;
	float: left;
	font-weight:normal;
}

#searchform .imgbutton
{	margin-top:6px;
	float:right;
	margin-right:15px;
	}

/*fine*/
/*FORM SEARCH*/




/*fine*/
/***********************/
/*LAYER SEARCH AND LOG*/
/***********************/





/************/
/*SMS BOX */
/************/
#smsboxContent {
	float:right;
	position:absolute;
	text-align:right;
	left: 673px;
	top: -90px;
	width: 226px;
	}
#smsboxContent .number
{
	width:160px;
	/*height:10px;*/
	margin-bottom:5px;
	_margin-bottom:3px;
}

#smsboxContent .mail
{ 
clear:both; 
background-image:url(/images/com/icon_mail.gif); 
background-repeat:no-repeat; 
height:15px; 
margin-left:20px; 
text-align:left; 
padding-left:20px;
/*background-color:#FF9966;*/
}

#smsboxContent label
{
	top:-5px;
	position: relative;
}

#smsboxContent label.txt
{
	top:-25px;
	left:0px;
	position: relative;
}
#smsboxContent .smsbox_txt { height:45px; width:160px; font-size:9px; line-height:0.9em;}

#smsboxContent #submit {
	position:absolute;
	left: 228px;
	top: 65px;
}

/*fine*/
/***********************/
/*SMS BOX*/
/***********************/








/*CONTENITORE PAGINA PRINCIPALE*/
#main
{
	position:relative;
	top:145px;
	padding:0px;
	padding-top:10px;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
}
/*COLONNA SINISTRA*/
#main #sxcol
{
	width:160px;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	z-index: 10;
}

#main #sxcol #shadowmenu
{
	width:100%;
	padding-right:2px;
	background-image:url(/images/com/ombra_sxcol.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
	background-color:#FF0000;
}

#main #sxcol #cont_sxmenu
{
	width:159px;
	background-image:url(/images/com/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFBF29;
}
#main #sxcol #menu
{
	padding-top:10px;
}

#main #sxcol #fade
{
	background-image:url(/images/com/footer_sxcol.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:22px;
}

/*COLONNA DESTRA*/
#main #dxcol
{
	width:173px;
	float:right;
	background:#FFFFFF;
	position:relative;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#generalCont_home
{
	/*background-color:#33FF00;*/
	/*background-color:#009900;*/
	width:595px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear: both;
}
.generalCont_homeV
{
	/*background-color:#33FF00;*/
	/*background-color:#009900;*/
	width:595px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear: both;
	height:auto;
}
.generalCont_homeA
{
	/*background-color:#33FF00;*/
	/*background-color:#009900;*/
	width:595px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear: both;
	height:auto;
}

/*COLONNA PRINCIPALE CENTRALE*/
#main #centercol
{
	width:618px;
	background:#FFFFFF;
	float:left;
	margin:0px 0px 0px 3px;
}

/*BANNER COLONNA PRINCIPALE*/
#main #centercol #banner
{
	width:593px;
	height:94px;
	background:#CCCCCC;
	margin:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	/*border:solid 2px #666666;*/
}



/**************/
/*** FOOTER ***/
/*inizio*/
#main #centercol #generalfooter
{
	width:100%;
	color:#CCCCCC;
	text-align:center;
	background-color:#FF0000;
}

#main #centercol #generalfooter span
{
	padding-bottom:5px;
	margin:0px;
}

#main #centercol #generalfooter img
{
	width:610px;
	margin-top:15px;
	float:left;
	position:relative;
}
/*fine*/



/***********************/
/*footer search*/
/***********************/
/*inizio*/

.beard_trick
{
clear:both; 
font-size:0px; 
line-height:0px;
height: 7px;
}

.bg_sfondo_cont
{
	background-image: url(/images/com/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 593px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear: both;
}
.bg_int_sfondo
{
	background-image: url(/images/com/bg_int_footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 424px;
	/*margin-top: 6px;*/
	margin-right:auto;
	margin-left:auto;
	clear: both;
}
/*.button_find
{

background-image: url(/images/com/button_find.gif);
background-repeat:no-repeat;

}
*/
.button_find_con
{
	margin-top: 4px;
	float: right;
	vertical-align:top;
	padding:0px;
	margin-right: 15px;
}
.menu_footer
{
height: 17px;
color: #000;
font-family:Verdana;
font-size: x-small;
margin-top: 4px;
	margin-left:0px;
	margin-right:35px;
float: left;
}
.menu_footer_input
{
	width:0px;
	color: #000;
	font-family:Verdana;
	font-size: x-small;
	margin-top: 4px;
	/*margin-left:30px;*/
	margin-left:auto;
	margin-right:auto;
	float: left;
}
/*fine*/
/***********************/
/*footer search*/
/***********************/

/*fine*/
/*** FOOTER ***/
/**************/






/*******************************************
COLONNA DI SINISTRA CSS CATEGORIE PRINCIPALI
*******************************************/
/*inizio*/

#sxcol #menu ul a.maincategory
{
	font-size:11px;
	/*background-color:#7998D9;*/
	margin:0px 0px 1px 0px;
	height:22px;
	color:#000;
	
}
.riga {border-bottom:1px solid #FF9900; margin-left:5px; margin-right:5px; padding-bottom:4px;}
#sxcol #menu ul
{
	font-size:11px;
	display:block;
	width:100%;
	min-width:160px;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#sxcol #menu  li
{
	display:block;
	width:100%;
	min-width:160px;
	padding:0px;
	margin:0px 0px 0px 0px;
}


#sxcol #menu ul a
{
	display:block;
	width:100%;
	height:22px;
	min-width:159px;
	text-indent:7px;
	/*background-color:#B5CAF5;*/
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#sxcol #menu ul li a.subcategory
{
	text-indent:20px;
}

#sxcol #menu  ul li.selected
{
	display:block;
	color:#FFFFFF;
	width:100%;
	height:19px;
	background-color:#009900;
	text-indent:19px;
	padding-top:5px;
	font-weight:bold;
}

#sxcol #menu  ul a:hover
{
	display:block;
	color:#FFFFFF;
	width:100%;
	min-width:159px;
	height:22px;
	background-color:#6600CC;
}


#sxcol #menu  ul a.selected
{
	display:block;
	color:#FFFFFF;
	width:100%;
	height:22px;
	background-color:#009900;
}


#sxcol #menu ul li a span 
{
	display:block;
	padding-top:5px;
	margin:0px 0px 0px 0px;
}

#sxcol #menu ul li ul
{
	display:block;
	width:100%;
	padding:0px;
}
#sxcol #menu ul li ul li
{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	height:22px;
	vertical-align:bottom;
	font-weight:lighter;
}


/*3° LIVELLO*/
/*VOCE DI 3° LIVELLO*/
#sxcol #menu ul li ul li a
{
	font-weight:lighter;
	display:block;
	height:20px;
	background:none;
	color:#FFF;
	text-indent:25px;
	/*background-color:#D8E3F7;*/
	padding-top:5px;
	padding-bottom:-10px;
}

/*VOCE DI 3° LIVELLO SELEZIONATA*/
#sxcol #menu ul li ul li.selected 
{
	font-weight:bold;
	display:block;
	width:160px;
	background:none;
	color:#FFFFFF;
	/*background-color:#009900;*/
	height:20px;
	text-indent:25px;
	margin-bottom:5px;
	_margin-bottom:7px;
/*	margin-top:10px;
	_margin-top:5px;
*/
}


/*VOCE DI 3° LIVELLO OVER*/
#sxcol #menu ul li ul li a:hover
{
	font-weight:bold;
	display:block;
	background:none;
	color:#FFFFFF;
	/*background-color:#6600CC;*/
	height:20px;
}

/*BRAND*/

.operatore { text-align:center;
margin:10px 0px 0px 0px;
}

/*3° LIVELLO*/


/*fine*/
/*******************************************
COLONNA DI SINISTRA CSS CATEGORIE PRINCIPALI
*******************************************/


/***************************/
/***BARRA DESTRA*****/
/*inizio*/


#table_select_mobile_device
{
	background-color:#EFEFEF;
	padding:2px;
	width:170px;
}

#table_select_mobile_device02
{ 
	margin-top:0px;
	width:170px;
}

#table_select_mobile_device .thumb
{
	width:43px;
}

#table_select_mobile_device .descInfo
{
	text-align:left;
	color:#000000;
	padding-left:2px;
}
.descInfo .imgLink
{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	float:left;
	/*background-color:#FF0000;*/
	border:0px;
}

#topArtist
{
	margin:10px 0px;
}


#banner_dx {
	position:relative;
	left:0px;
	top:7px;
	width:166px;
	margin:5px 0px 7px 0px;
	text-align:center;
}
#menu_dx {
	position:relative;
	left:0px;
	top:0px;
	width:173px;
	margin:0px 0px 0px 0px;
	color:#FF6600;
	/*background-color:#FF0000;*/
}
#menu_dx #pulsanti_dx{
	position:relative;
	left:0px;
	top:0px;
	width:166px;
	vertical-align:middle;
	padding:3px 0px 0px 0px;
	background-image: url(/images/com/fondo_menu_dx.gif);
	color:#009900;
	height: 21px;
	margin-bottom: 5px;
}
#menu_dx #pulsanti_dx a{
	text-decoration:none;
	color:#009900;
}
#menu_dx #pulsanti_dx a:hover{
	color:#FF6600;
}

/*fine*/
/*** BARRA DESTRA*****/
/*******************/


/***************************/
/***BARRA SINISTRA*****/
/*inizio*/
/*
#sxcol #box_mobile {
	position:relative;
	left:0px;
	top:0px;
	width:160px;
	_width:160px;

	background-image: url(/images/leo2/com/select_mobile_fondo160.gif);
	background-repeat:repeat-y;
}
#sxcol #box_mobile #text_phone {
	position:relative;
	left:0px;
	top:0px;
	background-image: url(/images/leo2/com/select_sopra_box160.gif);
	background-repeat:no-repeat;
	width:160px;
	font-size:10px;
	padding:5px 0px 0px 5px;
	height:17px;
	font-weight:bold;
	color:#6666FF;
}
#sxcol #box_mobile #phone_list {
	position:relative;
	left:0px;
	top:0px;
	width:160px;
}
#sxcol #box_mobile #fondo_phone {
	position:relative;
	left:0px;
	top:0px;
	background-image: url(/images/leo2/com/select_sotto160.gif);
	width:160px;
	margin:0px;
	height:11px;
}

#sxcol #box_mobile #contmobile
{
	background-color:#A0C1E2;
	color:#24425E;
}

#sxcol #box_mobile table
{
	width:155px;
	_width:150px;
	margin:2px 0px 2px 2px;
	_margin:0px 0px 0px 0px;
	_padding:2px 0px 0px 2px;
}

#sxcol #box_mobile #contmobile img
{
	border:solid #003366 1px;
	margin-right:3px;
}

#sxcol #box_mobile #contmobile span
{
	color:#24425E;
	font-weight:bold;
	font-size:11px;
}

#sxcol #box_mobile #contmobile a
{
	color:#24425E;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}
*/




/*inizio*/
/***BARRA SINISTRA*****/
/***************************/



a.linkgrigio
{   font-size:10px;
	color:#999999;
	text-decoration:none;
}

a.linkgrigio:hover
{
	text-decoration:underline;
	color:#FF9900;
}


a.linkgrigiobold
{   font-size:10px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;

}

a.linkgrigiobold:hover
{
	text-decoration:underline;
	color:#FF9900;
}

a.linkneroboldbig
{   font-size:11px;
	color:#000000;
	text-decoration:none;
}

a.linkneroboldbig:hover
{
	text-decoration:underline;
	color:#FF9900;
}

a.linknerobold
{   font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;

}

a.linknerobold:hover
{
	text-decoration:underline;
	color:#FF9900;
}
a.linkaranciosmall:link
{	font-size:10px;
	color:#FF9900;
	font-weight:normal;
}

a.linkaranciosmall
{	font-size:10px;
	color:#FF9900;
	text-decoration:none;
	line-height:15px;
}
a.linkaranciosmall:hover
{
	text-decoration:underline;
	color:#FF9900;
}
a.linkaranciosmall:visited
{
	color:#FF9900;
}



/*paginazione*/
.counter
{ color:#747474;
	float:right;
	background-color:#e9e9e9;
	width:auto;
	height:14px;
	text-align:center;
	padding: 0px 5px 0px 5px; margin-top:2px;
}
.counter a{ color:#747474; text-decoration:none;}

.counter a:link { color:#747474; text-decoration:none;}
.counter a:hover { text-decoration:none; color:#FF6600;}
.counter a:visited { font-weight:bold; color: #CC3300;}

.first_n { color: #FF6600; font-weight:bold; text-decoration:underline; display:inline;}



a img {
	border:0px;
}

/** NON TOCCARE **/
#debugger {
	display:block;
	width:90%;
	height:400px;
	overflow:auto;
	background-color:#000000;
	color:#ffffff;
	font-size:9px;
	position:absolute;
	top:0px;
	left:0px;
	text-align:left;
	z-index:4;
	filter: Alpha(Opacity=70);
	-moz-opacity:0.6;
}
#debugger pre {
	color:#ffffff;
}


/**
 * Link site map
 */
#site_map {
	display:block;
	height:0px;
	overflow:hidden;
}


.shelf_fun
{
	width:80%;
	display:block;
	background-color:red;
}


.clear {width:100%; clear:both;}
/*********   FOOTER FRIENDS   *******/

#footer_container { width:598px; margin-left:auto; margin-right:auto; clear:both; margin-top:40px;}

#flagfooter { margin-top:15px; clear:both;}

.boxflags
{
	width:100%;
	padding-top:0px;
	border-top:1px solid #CCCCCC;
}
#rowflags
{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	width:100%;
	height:33px;	
	text-align:center;
	/*background-color:#FF0000;*/
}
#rowflags a
{ 
	padding:0px 10px 0px 0px;
}
#rowfriends
{
	width:100%;
	margin-top:10px;
	background-color:#FFFFFF;
	text-align:center;
}
#rowfriendsStates 
{
	width:100%;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#FFFFFF;
	text-align:center;
	color:#C0C0C0;
}





.partners 
{
	color:#999999;
	font-weight:bold;
}
a.linknerobold
{   font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;

}

a.linknobold
{   font-size:10px;
	color:#CCCCCC;
	text-decoration:none;	
}
a.linknobold_footer
{   font-size:0.9em;
	color:#CCCCCC;
	text-decoration:none;	
}
a.linknerobold:hover, a.linknobold:hover, a.linknobold_footer:hover{
	text-decoration:underline;
	color:#FF9900;
}

a.linkaranciobold
{	font-size:10px;
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}
a.linkaranciobold:hover
{
	text-decoration:underline;
	color:#FF9900;
}


a.linkBlupiccolo, a.linkBlupiccolo:visited, a.linkBlupiccolo:active{	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#0000FF;
	text-decoration:underline;
}

/**VAMPRESS**/
a.linkneroboldV{font-size: 10px;color: #FFCC00;text-decoration: none;font-weight: bold;}
a.linkneroboldV:hover{text-decoration: underline;color: #FFF;}
a.linkneroboldV:hover, a.linknoboldV:hover, a.linknobold_footerV:hover{text-decoration: underline;color:  #FFFF00;}
a.linkaranciosmallV{font-size: 10px;color: #fff;text-decoration: none;line-height: 15px;}
a.linkaranciosmallV:link{font-size: 10px;color: #fff;font-weight: normal;}
a.linkaranciosmallV:hover{text-decoration: underline;color: #fff;}
/**VAMPRESS**/

/**ASTROCHICKS*/
a.linkneroboldA{font-size: 10px;color: #000;text-decoration: none;font-weight: bold;}
a.linkneroboldA:hover{text-decoration: underline;color: #000;}
a.linkneroboldA:hover, a.linknoboldA:hover, a.linknobold_footerA:hover{text-decoration: underline;color:#000;}
a.linkaranciosmallA{font-size: 10px;color: #000;text-decoration: none;line-height: 15px;}
a.linkaranciosmallA:link{font-size: 10px;color: #000;font-weight: normal;}
a.linkaranciosmallA:hover{text-decoration: underline;color: #000;}
/**ASTROCHICKS**/
