@import url(style.css);
@import url(box.css);

td {
	vertical-align:top;
}

th.name, td.name {
	width:160px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #d6e2ee;
}

th.domain, td.domain {
	width:205px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #d6e2ee;
}

td.domain {
	font-weight:bold;
}

th.since, td.since {
	width:100px;
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #d6e2ee;
}

th.sales, td.sales {
	width:75px;
	padding:3px 30px 3px 0px;
	border-bottom:1px solid #d6e2ee;
}

td.sales {
	text-align:right;
}

th.product, td.product {
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #d6e2ee;
}

th.status, td.status {
	padding:3px 0px 3px 5px;
	border-bottom:1px solid #d6e2ee;
}