/*===========================================================================================
Author: 			Intersezione srl
Company:			Intersezione srl  
/*=========================================================================== Global Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin:			0;
	padding:	    0;
}
table {
	border-collapse:collapse;
	border-spacing:	0;
}
fieldset, img {
	border:			0 none;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:		normal;
	font-weight:	normal;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1 {
	position:		absolute;
	top:			-99999px;
	left:			-99999px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:		100%;
	font-weight:	normal;
}
q:before, q:after {
	content:		'';
}
abbr, acronym {
	border:			0 none;
}
a, a:link, a:visited {
	color:			#7D7D7D;
	cursor:			pointer;
	outline-color:	-moz-use-text-color;
	outline-style:	none;
	outline-width:	0;
	text-decoration:none;
}
a:link, a:active, a:focus {
	outline-color:	-moz-use-text-color;
	outline-style:	none;
	outline-width:	0;
}
a:hover {
	color:			#000000;
	cursor:			pointer;
}
a:focus{
	outline:		0;
}
img {
	border:			0 none;
}
.hideme {
	display:		none;
}
::-moz-selection {
	background:		#ECECEC;
	color:			#000;
}
::selection {
	background:		#ECECEC;
	color:			#000;
}
.cufon-loading .replaceme {
	visibility: 	hidden !important;
	height:			10px;
}
cufon cufontext {
	visibility:		hidden!important;
}
.left{
	float:			left;
}
.right{
	float:			right!important;
}

/*==================================================================== personalizzazione paginazione */

div#paginazione{
	clear:both;
	display:block;
	float:right;
	margin-top:10px;
}

div#paginazione ul{
	font-size:10px;
}

div#paginazione ul li{
	text-align:center;
	font-weight:bold;
	float:left;
	list-style-type:none;	
	line-height:20px;
	min-height:20px;
	height:auto!important;
	height:20px;
}

div#paginazione ul li.selected a{
	text-align:center;
	font-weight:bold;
	float:left;
	list-style-type:none;
	display:block;
	border:1px solid #666;
	float:left;
	width:20px;
	color:#fff;
	background:#666;
}

div#paginazione ul li a{
	display:block;
	border:1px solid #ccc;
	text-align:center;
	background:#f5f5f5;
	color:#666;
	float:left;
	line-height:20px;
	min-height:20px;
	height:auto!important;
	height:20px;
	margin-left:5px;
	width:20px;

}

div#paginazione ul li a.bigger{

}

div#paginazione ul li a:hover{
	border:1px solid #900;
	background:#fff;
	color:#900;
}
