/**********
CATALOGO
**********/

#ElencoCollane{
}

#ElencoCollane_TR{
	vertical-align:			top;
}

#ElencoCollane_TD1{
	text-align:				justify;
	padding-right:			20px;
	width:					60%;
}

#ElencoCollane_TD2{
	white-space:			nowrap;
}

#ElencoCollane_TD2,
#ElencoCollane_TD2 TD,
#ElencoCollane_TD2 DIV,
#ElencoCollane_TD2 SPAN{
	font-family:			arial;
	font-size:				14px;
}


.ElencoCollane_Titolo{
	display:				block;
}

/**********
COLLANA - ELENCO LIBRI
**********/
.ElencoCollana_libro_IMG{
}



/**********
COLLANE - ELENCO
**********/
#ElencoCollane{
}

.ElencoCollana_immagine{
}

.ElencoCollana_Titolo{
	font-weight:			bold;
	font-size:				14px;
	color:					#7E3135;
	padding-top:			10px;
}

.ElencoCollana_Descrizione{
	font-size:				12px;
}

/***********

***********/

.catTitolo {
	padding-top:		5px;
	padding-bottom:		0px;
	color:				#333333;
	font-weight:		bold;
	font-size:			12px;
	width:				150px;
}

.catTitolo a,
.catTitolo a:link,
.catTitolo a:visited,
.catTitolo a:hover,
.catTitolo a:active
{
	color:				#333333;
	text-decoration:	none;
}
.catTitolo a:hover { color: #666666; }

.catAutori {
	padding-top:		5px;
	padding-bottom:		0px;

	color:				#333333;
	font-weight:		bold;
	font-size:			10px;
	width:				150px;
}

.catAutori a			{color:	#333333;	text-decoration:	none}
.catAutori a:link		{color:	#333333;	text-decoration:	none}
.catAutori a:visited	{color:	#333333;	text-decoration:	none}
.catAutori a:hover		{color:	#A0A5A8;	text-decoration:	none}
.catAutori a:active		{color:	#333333;	text-decoration:	none}

.catUscita
{
	padding-top:		5px;
	padding-bottom:		0px;

	color:				#9B2D21;
	font-weight:		bold;
	font-size:			10px;
}


#box_selectabled TD:hover{
	background-color: red;
}


/***********
bookTitle
***********/
.bookTitle {
	padding-bottom:		10px;
	font-weight:		bold;
	font-size:			12px;
	color:				#333333;
	display:			block;
}

.bookTitle a,
.bookTitle a:link,
.bookTitle a:visited,
.bookTitle a:active,
.bookTitle a:hover
{
	color:				#333333;
	text-decoration:	none;
}
.bookTitle a:hover{		color: #A0A5A8; }

/***********
bookAutori
***********/
.bookAutori {
	padding-top:		2px;
	padding-bottom:		5px;

	color:				#333333;
	font-weight:		bold;
	font-size:			11px;
}

.bookAutori a,
.bookAutori a:link,
.bookAutori a:visited,
.bookAutori a:hover,
.bookAutori a:active
{
	color:				#666666;
	text-decoration:	none;
}

.bookAutori a:hover
{
	color:				#A0A5A8;
}

/***********
bookInfoFieldValue
***********/
.bookInfoFieldName {
	color:				#333333;
	font-weight:		normal;
	font-size:			11px;
}

/***********
bookInfoFieldValue
***********/
.bookInfoFieldValue {
	color:				#666666;
	font-weight:		normal;
	text-decoration:	none;
	font-size:			12px;
}

.bookInfoFieldValue a,
.bookInfoFieldValue a:link,
.bookInfoFieldValue a:visited,
.bookInfoFieldValue a:hover,
.bookInfoFieldValue a:active
{
	color:				#666666;
	text-decoration:	none;
}

.bookInfoFieldValue a:hover
{
	color:	#A0A5A8;
}


.catalogo_collana_titolo
{
	margin-top:			10px;
	font-weight:		bold;
	color:				#7E3135;
	font-size:			14px;
}

.catalogo_collana_descrizione
{
	font-weight:		normal;
	margin-bottom:		15px;
	font-size:			12px;
}

/**********
catPrezzo
**********/
#catPrezzo
{
	margin-bottom:			10px; 
	vertical-align:			middle;
}

#catPrezzo .prezzo
{
	color:					#4E78EC;
	font-weight:			bold;
	font-size:				12px;
	line-height:			20px;
}

#catPrezzo .carrello img
{
	margin-left:			10px;
}