/*** Domain ***/

div#domain {
	margin:  .5em auto;
	margin-bottom: 1em;
	width: 95%;
	color: #595959;
}
table {
	width: 100%;
	font-size: .7em;
}
th , td {
	padding: 5px 3px;
}
th {
	border: 1px solid #002b70;
	background: #003980;
	color: white;
	padding: 5px 3px;
	text-align: center;
}
th.blank {
	background: none;
	border: none;
}
td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #f8f8f8;
	border: 1px solid #dddddd;
	text-align: center;
}
td.left {
	text-align: left;
	padding-left: 2px;
	font-weight: bold;
}
span.small {
	display: inline;
	font-size: .80em;
}
span.line {
	display: inline;
	text-decoration: line-through;	
}
span.sale {
	display: inline;
	color: red;	
}