div#hostingprice {
}

div#hostingprice table {
	margin: 20px auto;
	border: 1px solid;
	border-collapse: collapse;
}
div#hostingprice th {
	background-color: #003366;
	color: #ffffff;
	font-size: 14pt;
}
div#hostingprice td {
	font-size: 10pt;
	border: 1px solid;
	text-align: center;
	padding: 5px;
}
div#hostingprice td.tdomainname {
	border-top: 1px dashed;
	border-right: none;
	text-align: left;
	padding-left: 20px;
}
div#hostingprice td.bdomainname {
	border-bottom: 1px dashed;
	border-right: none;
	text-align: left;
	padding-left: 20px;
}
div#hostingprice td.tdomainprice {
	border-top: 1px dashed;
	border-left: none;
	text-align: right;
	padding-right: 20px;
}
div#hostingprice td.bdomainprice {
	border-bottom: 1px dashed;
	border-left: none;
	text-align: right;
	padding-right: 20px;
}
div#hostingprice td.textleft {
	text-align: left;
}

