﻿h2
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}

h3
{
	color: #E36828;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

p
{
	margin: 6px;
}

#content
{
	margin-right: 20px;
}

caption 
{
	font-weight: bold;
}

#content *
{
	font-family: Tahoma, Arial;
}

img.intext
{
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

ul li
{
	list-style: url('/Content/images/parts/trattino.png');
}

#content a
{
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a.app {
  padding-left: 17px;
  background: url('/Content/images/parts/applink.png') no-repeat;
}

.comparative {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 2px;
  border: 1px solid black;
  margin-bottom: 10px;
}

.comparative caption {
  font-weight: bold;
  font-size: 120%;
  padding: 5px 0 15px 0;
}

.comparative th {
  text-align: center;
  border: 1px solid black;
}

.comparative td {
  text-align: center;
  border: 1px solid black;
}

.comparative .even td {
  background: #ffe;
}

.comparative .odd td {
  background: #eef;
}

.comparative td.left {
  text-align: left;
}
