<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(main.css);
html,body{
background:#d63129;/*background:#E41A0F;
scrollbar-face-color:#E41A0F;*/
scrollbar-face-color:#d63129;
}
#IntestazioneShop{
display:block;
overflow:hidden;
width:840px;
height:30px;
top:10px;
left:10px;
margin-bottom:50px;
text-align:center;
font-size:26px;
font-weight:bold;
clear:right;
}

#IndiceTitolo{
background:white;
color:#d63129;
display:block;
font-size:20px;
font-weight:bold;
height:26px;
padding:1px 0 0 10px;
width:300px;
}
#BloccoArticoli{
background:#d43d36;
display:block;
overflow:auto;
width:840px;
height:500px;
left:37px;
margin:10px 0 30px 50px;
padding:5px;
}
#SchedaArticolo{
display:block;
overflow:hidden;
width:700px;
height:260px;
text-align:left;
}
#ImmagineScheda{
display:block;
position:relative;
overflow:hidden;
width:180px;
height:250px;
top:20px;
left:4px;
padding:0;
clear:left;
float:left;
}
.ImmagineScheda{
border:6px solid white;
width:150px;
}
#shoptitolo{
display:block;
position:relative;
overflow:hidden;
width:450px;
height:30px;
top:0;
left:10px;
padding-top:15px;
clear:right;
float:left;
}
.shoptitolo{
font-size:20px;
font-weight:bolder;
text-transform:uppercase;
}
#autore{
display:block;
position:relative;
overflow:hidden;
width:450px;
height:30px;
top:15px;
left:10px;
clear:right;
float:left;
}
.autore{
font:italic 16px/18px Arial,Helvetica,sans-serif;
}
#etichetta{
display:block;
position:relative;
overflow:hidden;
width:450px;
height:30px;
top:15px;
left:10px;
clear:right;
float:left;
}
.etichetta{
font:12px/14px Arial,Helvetica,sans-serif;
line-height:18px;
}
#costo{
display:block;
position:relative;
overflow:hidden;
width:450px;
height:30px;
top:15px;
left:10px;
clear:right;
float:left;
}
.costo{
font:12px/14px Arial,Helvetica,sans-serif;
line-height:18px;
}
#schedacd{
display:block;
position:relative;
overflow:hidden;
width:200px;
height:30px;
top:30px;
left:10px;
float:left;
}
.schedacd{
font:12px/14px Arial,Helvetica,sans-serif;
line-height:18px;
}
.schedacd a:link,.schedacd a:visited{
color:white;
text-decoration:none;
}
.schedacd a:hover{
color:white;
text-decoration:underline;
}
#richiestainfo{
display:block;
position:relative;
overflow:hidden;
width:200px;
height:30px;
top:30px;
left:10px;
clear:right;
float:left;
}
.richiestainfo{
font:12px/14px Arial,Helvetica,sans-serif;
line-height:18px;
}
.richiestainfo a:link,.richiestainfo a:visited{
color:white;
text-decoration:none;
}
.richiestainfo a:hover{
color:white;
text-decoration:underline;
}

</pre></body></html>