hr { 
  display: inline;  
  height: 1px;
  border-bottom: 1px dotted #C8DAEB;
 }
 
h1 {}
h2 { }
h3 {display: block;
}
h4 {}

/* 
-- menu style. --
*/

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 0px solid #F2F2E3;
background-color: #F2F2E3;
margin-right: 6px;
}

.mainitems a{
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
display:block;
}

.subuls{
	display: none;
	width: 12em;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: #fff;
	border: 1px solid black;
	font:Arial, Helvetica, Verdana;
	font-size:9px;
	text-align: left;
	font-color:#000000;
}
/* 
-- era: width: 12em; --
*/
.subuls a{
	background-color: #fff;
	color: #000000;
	}
.subuls a:hover{
	background-color: #F2F2E3;
	color: #0099FF;
	}
.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
}


#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
background-color:#FFFFFF;

}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/* 
--fine menu styles. --
*/








/* 
--layout pagina. --
*/
#page {
	width: 765px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url(/canzonenapoletana/images/pagebg1.gif);
	background-repeat: repeat-y;
	overflow:hidden;
	}
	
#leftcol {
width: 293px;
float: left;
background-color:#F2F2E3;
}
#rightcol {
width: 468px;
float: right;
background-color:#F2F2E3;
}
#napbanner {
	padding-bottom: 4px;
	background-color: #FFFFFF;
}


#tiptitolo {
	width: 468px;
	height: 25px;
	float: right;
	padding-top:5px;
	background-image: url(/canzonenapoletana/images/tiptitolo.gif);
	text-align: right;
}
#hp_box{
margin: 3px;
padding: 2px;
margin-right: 5px;
margin-left: 5px;
background-color: #FCFCF3;
height: auto;
clear:both;
}


#boxlanci {
margin: 2px;
background-color: #FCFCF3;
text-align: left;
display:block;
/*--overflow: auto; attenzione con mozilla da fastidio al menu
--*/

}
.hp_imgsx {
float: left;
border:3px solid #F2F2E3;
margin-right:5px;
}
.hp_imgdx {
float: right;
border:3px solid #F2F2E3;
margin-left:5px;
}

#leftbox {
width: 265px;
background-color:#FCFCF3;
padding: 5px;
text-align:left;
margin-right: auto;
margin-left: auto;
}

#bottom {
	background-image: url(/canzonenapoletana/images/bottombar.gif);
	background-repeat: no-repeat;
margin-left:auto;
margin-right:auto;
	width: 765px;
	margin-top:5px;
}
#botframe {
background-color:#FFFFFF;
padding:3px;
width:495px;
margin-left:auto;
margin-right:auto;
border:8px solid #F2F2E3;
}

#view-box{
margin: 8px;
padding: 5px;
background-color:#FFFFFF;

}

.boximg {
padding-left: 10px;
}

.padimg {
padding: 3px;
}

#tema{
	margin: 2px;
	padding: 5px;
	background-color: #f8f8f8;
	text-align: left;
}

#schede{
	padding: 5px;
	background-color: #F2F2E3;
	text-align: center;
	overflow:hidden;
}

#schedlist {
	list-style-type: none;
}
#schedlist li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#fff;
	width:380px;
	text-align: left;
}
.bg1{
	background-color: #FFFFFF;
	overflow:hidden;
}
.bg2{
	background-color: #F2F2E3;
	overflow:hidden;
}
.grey{
	background-color: #f8f8f8;
	overflow:hidden;
}

.schedleft{
	float: left;
	text-align: left;
	width: 270px;
}
.schedright{
	float: right;
	vertical-align: middle;
}
#row{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	text-align: left;
	overflow:hidden;
	height:100%;
}

#box_img{
float:right;
width:170px;
background-color:#f8f8f8;
margin-top:5px;
margin-left: 5px;
padding: 5px;
}

#dida{
position:relative;
}


/* 
--caratteri --
*/

.azur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066FF;
	padding: 0px;
	text-align: left;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-align: left;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.link:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
}



.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000099;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
}

.ghostitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #BEA978;
	vertical-align: middle;
	padding-right: 10px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#0066ff;
}
.style3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#0066ff;
}
.scheda{
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#BD940E;
}

.hp_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066FF;
	line-height: normal;
	display: block;
}
.hp_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #000066;
	line-height: normal;
	display: block;
	font-style: normal;
}

/*gallerie*/
#albumlist {
	list-style-type: none;

}
#albumlist li {
	float: left;
	height: 120px;
	width:120px;
	padding:5px;
}
#albumlist img {
	display: block;
	border: 1px solid #000000;
}





.solotesto {
	display: none;
}
.clear {
clear:both;
}

