/* ----------------------------------------------------- */
/* EXCOMMERCE: CONFIGURAZIONE OGGETTI DETTAGLIO ARTICOLI */
/* ----------------------------------------------------- */

/* TABELLA DETTAGLI ARTICOLO */
.CtlDetArtTbl
{
	border: #8B0000 1px solid;
	font-weight: normal;
	font-size: 8pt;
	color: #af5348;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	background-color: #f9f1d9;}

/* TITOLO DETTAGLI ARTICOLO */
.CtlDetArtTdTitle
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10.5pt;
	padding-bottom: 4px;
	color: white;
	padding-top: 4px;
	border-bottom: #8b0000 1px solid;
	font-style: normal;
	font-family: arial;
	background-color: #8b0000;
	text-align: left;
	text-decoration: none;
}

/* CELLA DETTAGLI ARTICOLO */
.CtlDetArtTd
{
	font-weight: bold;
	vertical-align: top;
	border-bottom: #8B0000 1px solid;
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size : 14px; 
	font-style : normal; 
	color : #8B0000;
	text-align: left;
	padding-top: 2px; 
	padding-bottom: 2px; }

/* VALORI DETTAGLIO ARTICOLO */
.CtlDetArtTdValue
{
	font-weight: normal;
	vertical-align: top;
	border-bottom: #8B0000 1px solid;
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size : 14px; 
	font-style : normal; 
	color : #8B0000;
	text-align: left;
	padding-top: 2px; 
	padding-bottom: 2px;
}

/* IMMAGINE DETTAGLIO ARTICOLO */
.CtlDetArtImg
{
	border: #AF5348 1px solid;
}

/* TABELLA DEI SOTTOARTICOLI */
.CtlDetArtSubArtTbl
{
	font-size: 8pt;
}

.CtlDetArtLnk
{
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-style : normal; 
	text-decoration: none;
}

.CtlDetArtLnk:hover
{
}

