/**********************
 TINY
***********************/
.tiny
{
	/*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 11px;
    line-height: 17px;*/
    /*text-align: justify;*/
}

/*.tiny a, .tiny a:link, .tiny a:active, .tiny a:visited
{
    text-decoration: none;
	color: #0069A2;
}

.tiny a:hover
{
    text-decoration: none;
    color: #3D3937;
}*/

.tiny p
{
    margin: 0px;
    padding: 0px;
    border:0px;
}
.tiny img
{
    border:0px;
}
.tiny .collection img /* la classe .collection è utilizzata anche nel template del tiny:collection e intercettata dal js per il LightBox */
{
	border:0px;
	display:inline;
	padding:0px;
	margin:0px;
	/*padding-right: 6px; vecchie collezioni senza bordo nero intorno alle foto thumbnails*/
	margin-right: 4px; 
}

.tiny .gallery img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*padding-left: 5px;*/
	padding-bottom: 3px;
}
.tiny .testo
{
	font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    /*line-height: 17px;*/
	color: #000000;
}
.tiny .testo a, .tiny .testo a:link, .tiny .testo a:active, .tiny .testo a:visited
{
    text-decoration: underline;
	color: #000000;
}
.tiny .testo a:hover
{
    text-decoration: none;
    color: #000000;
}

.tiny .testostore
{
	font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    /*line-height: 17px;*/
    font-style: italic;
    text-decoration: none;
	color: #000000;
}
.tiny .testostore a, .tiny .testostore a:link, .tiny .testostore a:active, .tiny .testostore a:visited
{
    text-decoration: none;
	color: #000000;
}
.tiny .testostore a:hover
{
    text-decoration: line-through;
    color: #000000;
}