body {
	margin: 0;
	padding: 0;
	background: #f6f6f6 url("images/bg.png") repeat-x top center;
	font-size: 11pt;
	line-height: 1.4;
	font-family: Helvetica, sans-serif;
	text-align: center;
}

table {
	font-size: 10pt;
	line-height: normal;
	font-family: Helvetica, sans-serif;
}

th {
	text-align: left;
}

img {
	border: 0;
}

table.list th {
	border-bottom: 3px solid #ccc;
	padding: 2px 4px;
}

table.list td {
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
}

td.num {
	text-align: center;
	font-weight: bold;
}

a {
	color: #c21e03;
}

a:hover {
	color: #fff;
	background-color: #c21e03;
	text-decoration: none;
}

p.footer {
	text-align: center;
	font-size: 9pt;
	padding-top: 9pt;
}

span.example {
	font-size: 9pt;
	color: #666;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

#content {
	margin-left: 70px;
}

div.phonesearch {
	border: 3px solid #dfdfdf;
}

#phonesearch {
	padding-top: 10px;
	text-align: center;
	font-size: 13pt;
	margin-bottom: 8px;
}

#phonesearch input {
	font-size: 14pt;
}

p.stats {
	font-size: 16pt;
	text-align: center;
}

ul.big {
	font-size: 16pt;
	list-style-type: square;
}

hr {
	border: 0;
	height: 1px;
	background: #c21e03;
	color: #c21e03;
}

.right {
	text-align: right;
}

#faq h3 {
	font-size: 100%;
	border-bottom: 1px solid #ccc;
}

#faq p {
	padding: 10px;
	padding-top: 0;
}

#tools {
	display: block;
	text-align: center;
	padding-left: 0;
}

#tools li {
	font-size: 12px;
	display: inline;
	list-style: none;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
}

#tools a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-left: 26px;
	margin: 10px 0;
}

#tools a:hover {
	color: #c21e03;
	background-color: transparent;
}

#tools li:hover {
	background-color: #ddd;
	border-color: #c21e03; 
}

#tools .chart {
	background: url(/images/chart_line.png) no-repeat 6px center;
}

#tools .offbyone {
	background: url(/images/magnifier.png) no-repeat 6px center;
}

#tools .reverse {
	background: url(/images/user_go.png) no-repeat 6px center;
}

#tools .landorcell {
	background: url(/images/phone.png) no-repeat 6px center;
}

#chart {
	margin: auto;
	text-align: center;
	display: none;
	border: 1px solid #c21e03;
	height: 400px;
	width: 550px;
	margin-bottom: 10px;
}

