/* Sposta le ancore un po' pił in alto in modo da mostrare anche il testo a cui sono affianco */
a.anchor{
	position: relative;
	top: -1em;
}

div#content p{
	text-align: justify;
	padding-right: 10px
}

div#content div.faqSectionBox{
	width: 70%;
	margin-bottom: 1.5em;
}

html body div#content h2{
	background: none;
	border: none;
	border-bottom: 1px solid black;
	text-indent: .2em;
	font-size: 14px;
	color: #900;
	margin: 15px 0 15px 5px; 
}
html body div#content h2 a{
	text-decoration: none;
	color: #900;
	border: 0;
}

div#content div.faqSectionBox ul{
	margin: 0; padding: 0 0 0 0;
}
div#content div.faqSectionBox ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
div#content div.faqSectionBox ul li{
	list-style: none;
	font-size: 12px;
	line-height: 2em;
	margin: 0; padding: 0;
}
div#content div.faqSectionBox ul li a:link,div#content div.faqSectionBox ul li a:visited{
	/*background: url(images/li-faq.gif) left center no-repeat;
	background-position: -100px -100px;
	display: block;
	width: 99%;	/* IE * /
	padding-left: 35px;*/
	position: relative;
	background-image: url(images/li-faq.gif);
	background-repeat: no-repeat;
	background-position: -100px -100px;
	left: 35px;
}
div#content div.faqSectionBox ul li a:link:hover,div#content div.faqSectionBox ul li a:visited:hover{
	/*background-position: 17px center;*/
}
div#content div.faqSectionBox ul li a:hover span{
	display: block;
	background-image: url(images/li-faq.gif);
	height: 16px;width: 16px;
	position: absolute;
	left: -20px;top: .2em;
}

/* Pagina di ogni sezione di faq */
div#content dl#faqs dd{
	line-height: 1.4em;
	margin-bottom: 2em;
}
div#content dl#faqs dd dd{
	margin-bottom: 0;
}
div#content dl#faqs dt{
	position: relative;
	font-size: 15px;
	color: #900;
	border-bottom: 1px solid #000;
	margin: 0 5px;
	text-indent: 15px;
}
div#content dl#faqs dd dt{
	margin: 2em 0 2em 0;
	font-size: 12px;
	border: 0;
	text-decoration: underline;
	text-indent: 0;
	text-align: center;
}
div#content dl#faqs dd dd{
	margin: 0;
	padding:0;
}
div#content dl#faqs dt a{
	position: absolute !important;
	bottom:2px;right:0;
	font-size: .8em;
	text-indent: 0;
	/* IE <= 6*/
	position: static;
	float: none !important;
	float: right;
}

div#content dl#faqs img.screenshot{
	display: block;
	border: 1px solid #ccc;
	margin: 1em auto;
}

/* Speciali x alcune faq*/
div#content div.faqBoxTempoConsegna{
	color: #16AF15;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	border: 1px solid #16AF15;
	width: 576px;
	margin: 0 auto;
	background: #CFFFCF;
	padding: .5em 0;
}
div#content div.faqBoxTempoConsegna span.plus{
	display: block;
	text-align: center;
	color: #000;
}
div#content div.faqBoxTempoConsegna span.nota{
	display: block;
	text-align: center;
	color: #000;
	font-size: .8em;
	font-weight: normal;
}

div#content dl#faqs div.attention-wrapper{
	text-align: center;
}
div#content dl#faqs div.attention{
	width: 80%;
	border: 1px solid #FDFF00;
	background: #FFFFCF;
	padding: 1em;
	margin: 1em auto;
}
div#content dl#faqs div.attention span.title{
	display: block;
	text-align: center;
	color: #f00;
	font-weight: bold;
}

div#content dl#faqs p.screenshot{
	text-align: center;
	margin: 2em 0;
}

/* tabella spedizioni */
table.spedizioni th{
  border: 3px double #fff !important;
  border: 3px double #990000; /* IE <= 6 */
	background: #990000;
	color: #fff;
	text-align: center;
	padding: .2em .7em;
}
table.spedizioni th.corner{
	background: #fff;
	color: #fff;
}
table.spedizioni td{
	background: #CFDCFF;
	text-align: center;
	padding: .2em .7em;
	border: 1px solid #7FA4FF;
}
table.spedizioni td.unified {
	border: 3px double #fff !important;
  	border: 3px double #990000; /* IE <= 6 */
	background: #990000;
	color: #fff;
	text-align: center;
	padding: .2em .7em;
	font-weight: bold;
}
table.spedizioni td span.discount {
	color: #df0000;
	font-weight: bold;
}
table.spedizioni th{
	/* Qui sotto, su una regola a parte, non da fastidio a Opera */
  border: 3px double #990000 !important!; /* IE 7 */
}
table.spedizioni tr.contrassegno td {
	background-color: #FFFFCF;
}
table.spedizioni td a.nolink {
	color: #000;
	background: none;
	border: 0;
}
table.spedizioni td a.nolink:hover {
	text-decoration: underline;
}
dd p#bigNumber {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #900;
    text-align: center;
    margin-top: 40px;
}
dd p#bigNumber .telephone {
    display: block;
    font-size: 24px;
    padding-top: 10px;
}
