#content .categoria
{
	background-color: #1F0A01;
	margin: 10px 15px 10px 0;
	color: #ffffff;
	padding: 3px;
	position: relative;
	overflow: hidden;
}

#content .categoria.first
{
	background-image: url(../immagini/grafica/catalogo/background.jpg);
	background-repeat: no-repeat;
	background-position: 99% -1px;
}

#content .categoria a
{
	color: #ffffff;
}

#content .categoria a:hover
{
	color: #eca500;
}

#content .categoria .famiglia
{
	float: left;
	width: 160px;
	height: 160px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../immagini/grafica/catalogo/riga_dx.jpg);
	background-repeat: no-repeat;
	background-position: left 46px;
}

#content .categoria .famiglia.first
{
	background-image: none;
}

#content .categoria .famiglia .titolo
{
	height: 33px;
	position: relative;
}

#content .categoria .famiglia .titolo div
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	position: absolute;
	bottom: 0px;
}


#content .categoria .famiglia .immagine
{
	width: 135px;
	height: 85px;
	/*background-color: #f5c919;*/
	border: 1px solid #f5c919;
	text-align: center;
	line-height: 85px;
	margin: 5px 0;
}

#content .categoria .famiglia .link
{
	font-size: 13px;
}

#content .categoria .famiglia .immagine img
{
	vertical-align: middle;
}

#content .categoria .separatore
{
	clear: both;
	width: 700px;
	border-top: 1px solid #f5c919;
	margin: 0 20px;
}


/* scheda */

#scheda
{
	padding: 15px 10px 15px 0;
}

#scheda .boxImmagine
{
	background-color: #1F0A01;
	height: 265px;
	width: 471px;
	position: relative;
	float: left;
}

#scheda .boxImmagine h2
{
	text-align: left;
	padding-left: 15px;
}

#scheda .immagine
{
	position: absolute;
	height: 238px;
	line-height: 238px;
	width: 443px;
	text-align: center;
	top: 14px;
	left: 14px; 
}

#scheda .immagine img
{
	vertical-align: middle;
}

#scheda .boxImmagine .titolo
{
	position: absolute;
	background-color: #1F0A01;
	height: 51px;
	/*line-height: 51px;*/
	width: 260px;
	bottom: 0px;
	left: 0px;
}

#scheda .valoriProdotto
{
	background-color: #1F0A01;
	color: #ffffff;
	height: 245px;
	width: 252px;
	padding: 10px;
	margin-left: 479px;
	background-image: url(../immagini/grafica/catalogo/background_ruotato.jpg);
	background-repeat: no-repeat;
	background-position: 101% 90%;
	/*overflow: hidden;*/
}

#scheda .valoriProdotto p
{
	padding: 0px;
	margin: 0px;
	line-height: 12px;
	font-size: 11px;
	padding-bottom: 1px;
}

#scheda .valoriProdotto .titolo
{
	color: #ECA500;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ECA500;
	overflow: hidden;
	margin-bottom: 4px;
}

#scheda .valoriProdotto b
{
	color: #ECA500;
}

#scheda .descrizione
{
	margin: 10px 0;
}

#scheda .descrizione h3
{
	display: inline;
	color: #eca500;
	font-weight: bold;
	text-transform: uppercase;
}

#scheda .separatore
{
	width: 100%;
	border-top: 1px solid #000000;
}

#articoli table
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

#articoli th
{
	font-weight: bold;
	color: #ECA500;
	text-transform: uppercase;
	text-align: left;
	padding: 0 10px;
	border-right: 1px solid #ECA500;
}

#articoli th.prezzo
{
	background-color: #ECA500;
	color: #ffffff;
	width: 80px;
	border-right: 0;
	padding-right: 0px;
}

#articoli td
{
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
	border-right: 1px solid #ECA500;
}

#articoli td.img
{
	text-align: center;
}

#articoli td.separatore_sotto, #articoli td.separatore_sopra
{
	padding: 0px;
	height: 8px;
	border: 0px;
}

#articoli td.separatore_sotto
{
	border-bottom: 1px solid #ECA500;
}

#articoli td.prezzo
{
	border-right: 0px;
	padding-right: 0px;
}

#articoli td.prezzo div
{
	text-align: right;
	width: 60px;
}

#articoli td.cod, #articoli th.cod
{
	padding-left: 0px;
}

#articoli input
{
	background-image: url(../immagini/grafica/catalogo/aggiungi.jpg);
	width: 97px;
	height: 23px;
	border: 0px;
	color: #ffffff;
	font-size: 9px;
	cursor: pointer;
	margin-top: 5px;
}

.box_download
{
	width: 182px;
	margin-left:560px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 50px;
}

.box_download a
{
	background-image: url(../immagini/grafica/icone/pdf.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	overflow: hidden;
	padding: 7px 0;
	padding-left: 50px;
	color: #1f0a00;
}

.box_download.prod a
{
	height: 34px;
	padding-top: 12px;
	background-image: url(../immagini/grafica/icone/logosaline_scheda.jpg);
	background-position: right top;
	text-align: right;
	padding-left: 0px;
	padding-right: 50px;
}

.StickyWinInstance
{
	background-color: #ffffff;
}

.box_download a:hover
{
	color: #eca500;
}

.box_download .riga
{
	border-top: 1px solid #1f0a00;
	margin: 5px 0;
}
