@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.bordTabellaEsterna {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.headerTabella {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(img/pellicola.jpg);
	background-repeat: repeat-x;
	line-height: 40px;
	font-weight: bold;
	padding-left: 10px;
}

#generi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#generi ul
{
	list-style-type: square;
	margin-left: 0px;
	padding-left: 30px;
	float:none;
}

#generi li
{
	padding-left: 0px;
	margin-left: 0px;	
}

#generi a
{
	color: #666666;
	text-decoration: none;
}

#generi a:hover
{
	color: #5562D7;
	text-decoration:underline;
}
.bordDestro {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
#contenuto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}.headerTabellaInterna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	background-color: #EFEFEF;
}
.bordSotto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}

#contenuto a
{
	color: #000099;
	text-decoration: none;
}

#contenuto a:hover
{
	color: #5562D7;
	text-decoration:underline;
}
h2 {
	margin: 0px;
}
.headerRecensione {
	color: #333333;
	background-color: #D7D7FF;
}
.textboxLogin {
	font-size: 11px;
	border: thin solid #CCCCCC;
	width: 100%;
}

