html, body {
	overflow: auto;
}

body {
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 8px 10px;
}

/* Top Block Header */
table#header {
	border-collapse: collapse;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
}

#tellAFriendForm {
	margin-top: 25px;
}

/* Corners */
#header td.tl {
	background-image: url('../images/why_sonic_popups/bg_tl.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 4px;
	height: 3px;
}
#header td.tr {
	background-image: url('../images/why_sonic_popups/bg_tr.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 4px;
	height: 3px;
}

/* Sides */
#header td.tm {
	background-image: url('../images/why_sonic_popups/bg_tm.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
#header td.bl {
	background-image: url('../images/why_sonic_popups/bg_bl.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 4px;
	height: 1px;
}
#header td.br {
	background-image: url('../images/why_sonic_popups/bg_br.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 4px;
	height: 1px;
}

/* Body */
#header td.bm1, #header td.bm2 {
	background-color: #cde5f7;
}

#header td.bm1 h1 {
	margin: 2px 15px 5px 15px;
	font-size: 12pt;
}

#header td.bm2 {
	text-align: right;
}
#header td.bm2 input {
	border: none;
	background-image: url('../images/why_sonic_popups/button.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 7pt;
	font-weight: bold;

	margin-bottom: 3px;
	width: 114px;
	height: 24px;

	text-align: center;
	vertical-align: middle;
}

/* Generic Block Header */
h1.block_header {
	background-color: #cde5f7;
	margin: 25px 0 25px 2px;
	padding: 6px 6px 6px 21px;
	font-size: 12pt;
}

/* Sections */
div.section h1 {
	font-size: 10pt;
	margin: 0 10px 3px 10px;
}

div.section h2 {
	font-size: 12pt;
	margin: 0 10px 3px 10px;
}

div.section h3 {
	font-size: 10pt;
	margin: 0 10px 3px 10px;
}

div.section p, div.section ul {
	font-size: 10pt;
	margin: 0 10px 15px 10px;
}

div.section ul {
	list-style-type: none;
	margin-left: 35px;
	padding: 0;
}
div.section li {
	font-size: 10pt;
}

div.section ul li {
	background-image: url('../images/why_sonic_popups/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
}

div#manufacturer_images {
	text-align: center;
}

div.manufacturer_images {
	margin: 10px 0;
	text-align: center;
}

div#outbound_map {
	text-align: center;
}

div#youtube_video {
	text-align: center;
}

div#footer {
	border-top: 1px solid #cde5f7;
	margin-top: 25px;
	padding: 5px 15px;
	text-align: right;
}

#footer input {
	border: none;
	background-image: url('../images/why_sonic_popups/button.gif');
	background-repeat: no-repeat;
	font-size: 7pt;
	font-weight: bold;

	width: 114px;
	height: 24px;

	text-align: center;
	vertical-align: middle;
}

/* others */
.live_help_button img {
	display: block;
	margin: auto;
	margin-top: 9px;
	border: 0px;
}

.field_description {
	font-weight: bold;
	background-color: #F9F9F9;
}

.publicPopupHeader {
	background: #cde5f7;
	padding: 4px 4px 4px 20px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.publicPopupHeader h1 {
	font-size: 12pt;
	margin: 2px 0;
	padding: 0;
}

.publicPopupHeader .exitBtn,
.publicPopupFooter .exitBtn {
	float: right;
	margin: 0 0 0 15px;
}

.publicPopupFooter {
	margin: 20px 0 0 0;
	border-top: 1px solid #cde5f7;
	padding: 4px 4px 4px 20px;
}

.textSection {
	margin: 25px 10px;
}

.textSection .title {
	margin: 0 0 -5px 0;
	font-weight: bold;
}

.textSection .body {
	margin: 0;
}

.textSection .body p,
.textSection .body ul {
	margin: 10px 0 0 0;
}

.textSection .body ul {
	margin-left: 25px;
}

.textSection .body li {
	margin-top: 5px;
}

.manufacturerMiniLogos {
	border-collase: collapse;
	margin: 0 auto;
}

.manufacturerMiniLogos td {
	border: 1px solid #acacac;
	text-align: center;
	vertical-align: top;
}

.manufacturerMiniLogos a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
}

.manufacturerMiniLogos a span {
	display: block;
}

.manufacturerMiniLogos a:hover span,
.manufacturerMiniLogos a:focus span {
	text-decoration: underline;
}

.manufacturerMiniLogos a:focus {
	outline: none;
}

.manufacturerMiniLogos img {
	border: 0;
}

.requirementsTable {
	width: 500px;
	border: 1px solid #7DBAEA;
	font-size: 11px;
	margin: auto;
}
.requirementsTable th {
	background-color: #CDE5F7;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
.requirementsTable td {
	padding: 4px;
}
.requirementsTable td ul {
	margin: 10px 0 15px 10px;
}
.requirementsTable td li {
	margin-left: 30px;
}
.requirementsTable .sectionHeader {
	font-weight: bold;
}
