/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	background: url(images/body-bg.gif) 0 85px repeat-x;
}

body.searchPage {
	background: url(images/search-body-bg.gif) 0 85px repeat-x;
}

body.noBG {
	background: none;
}

a:link, a:visited, a:active { color: #3a72b7; }
a:hover { color: #f4843a; }

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

.orange { color: #f4843a; }
.blue { color: #3a72b7; }

.reset { clear: both; font-size: 0px; }

input[type=text], select, textarea {
	background: url(images/field-bg.gif) 0 0 no-repeat;
}

#fadeLeft {
	background: url(images/fade-left.png) 0 0 repeat-y;
}

#fadeRight {
	background: url(images/fade-right.png) top right repeat-y;
}

#container {
	width: 1000px;
	margin: 20px auto;
	position: relative;
}

/* Header Styles */
#header {
	width: 940px;
	margin: 10px 30px 20px 30px;
	position: relative;
}

#header h2 {
	background: url(images/logo.gif) 0 0 no-repeat;
}

#header h2 a {
	display: block;
	width: 291px;
	height: 45px;
	text-indent: -9999px;
}

#header #login {
	position: absolute;
	top: 20px;
	right: 0px;
	background: url(images/login.gif) 0 3px no-repeat;
	padding-left: 20px;
}

#header #loginHelp {
	position: absolute;
	top: 5px;
	right: 0px;
	background: url(images/login.gif) 275px 3px no-repeat;
	padding-left: 20px;
	text-align: right;
	color: #3a72b7;
}

#header #login a, #header #loginHelp a { text-decoration: none; }
/* End Header Styles */

/* Nav Styles */
#nav {
	background: url(images/nav-bg.gif) top center repeat-x;
	height: 24px;
	font-size: 14px;
	text-align: center;
	width: 940px;
	margin: 0 30px;
	position: relative;
	color: #ffffff;
}

#nav a {
	padding: 4px 6px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	background: url(images/nav-highlight-bg.gif) 0 0 repeat-x;
}

#nav a.active {
	font-weight: bold;
	background: url(images/nav-highlight-bg.gif) 0 0 repeat-x;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	line-height: 24px;
}

#nav ul li ul {
	position: absolute;
	top: 24px;
	right: 0px;
	width: 160px;
	z-index: 100;
	line-height: 24px;
	display: none;
}

#nav ul li:hover ul li {
	width: 160px;
	display: block;
}

#nav ul li:hover ul li a {
	display: block;
	text-align: center;
	width: 160px;
	padding: 0;
}

#nav ul li ul li a:hover, #nav ul li ul li a.active {
	background-image: none;
	background-color: #69c;
}

#nav li:hover ul, #nav li.sfhover ul {
	background: #3a72b7;
	display: block;
}
/* End Nav Styles */

/* Generic Page Styles */
#main {
	min-width: 948px;
	margin: 13px 26px 0 26px;
	position: relative;
}

#main #pageHeader {
	width: 940px;
	margin: 0 4px;
	position: relative;
}

#main #breadcrumbs {
	text-align: right;
	padding: 5px 4px 13px 0;
	color: #999999;
}

#main #breadcrumbs strong {
	color: #525252;
}

#prodDisclaimer {
	font-size: 11px;
	margin-top: 9px;
	text-align: center;
}

#crimDisclaimer {
	width: 588px;
	font-size: 11px;
	margin: 9px auto 0 auto;
}

.grayBoxTop, .grayBoxBottom { height: 10px; }

.fullWidthBox {
	width: 948px;
	margin-top: 10px;
}

.fullWidthBox .grayBoxTop {
	background: url(images/gray-box-top-full-width.gif) 0 0 no-repeat;
	width: 948px;
}

.fullWidthBox .grayBoxBottom {
	background: url(images/gray-box-btm-full-width.gif) 0 0 no-repeat;
	width: 948px;
}

.fullWidthBox .grayBoxMid {
	background: url(images/gray-box-mid-full-width.gif) 0 100% no-repeat;
	width: 900px;
	padding: 14px 24px 10px 24px;
}
/* End Generic Page Styles */

/* Footer Styles */
#footer {
	width: 940px;
	margin: 20px 30px 20px 30px;
	text-align: center;
}

#footer a { text-decoration: none; }

#footer ul {
	list-style: none;
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	padding: 0 20px 0 16px;
	background: url(images/bar.gif) top right no-repeat;
}

#footer ul li.first { padding-left: 0; }

#footer ul li.last { padding-right: 0; background: none; }

#footer p { margin-bottom: 10px; }

.version { font-size: 10px; color: #ffffff; }

#banner {
	width: 728px;
	margin: 0px auto;
	border: 1px solid #999999;
	padding: 0 5px 5px 5px;
	background: #eeeeee;
	text-align: center;
	font-size: 10px;
}
/* End Footer Styles */

/* Search Page Styles */
#formArea {
	height: 305px;
	padding: 11px 30px 20px 350px;
}

.people {
	background: url(images/search-bg-people.jpg) top center no-repeat;
}

.revphone {
	background: url(images/search-bg-reverse-phone.jpg) top center no-repeat;
}

.background {
	background: url(images/search-bg-background.jpg) top center no-repeat;
}

.marriage {
	background: url(images/search-bg-marriage.jpg) top center no-repeat;
}

.divorce {
	background: url(images/search-bg-divorce.jpg) top center no-repeat;
}

.death {
	background: url(images/search-bg-death.jpg) top center no-repeat;
}

.property {
	background: url(images/search-bg-property.jpg) top center no-repeat;
}

.publicfilings {
	background: url(images/search-bg-bankruptcy.jpg) top center no-repeat;
}

.criminal {
	background: url(images/search-bg-criminal.jpg) top center no-repeat;
}

#formArea h1 {
	font-size: 36px;
	color: #f2680c;
}

#formArea h2 {
	font-size: 16px;
	line-height: 24px;
}

#formContainer {
	margin-top: 13px;
}

#tabs {
	font-size: 16px;
	font-weight: bold;
	height: 24px;
}

#tabs p {
	float: left;
	display: inline;
	padding: 4px 5px 0 5px;
}

#tabs ul {
	display: inline;
	list-style: none;
}

#tabs ul li {
	float: left;
	height: 22px;
	background: url(images/tab-left-inactive.gif) 0 0 no-repeat;
	margin-top: 2px;
}

#tabs ul li p {
	background: url(images/tab-right-inactive.gif) top right no-repeat;
	margin-left: 10px;
	padding: 4px 12px 5px 0;
}

#tabs ul li.active {
	height: 24px;
	margin: 0px;
	background: url(images/tab-left-active.gif) 0 0 no-repeat;
	color: #ffffff;
}

#tabs ul li.active p {
	margin-left: 10px;
	padding: 4px 12px 5px 0;
	background: url(images/tab-right-active.gif) top right no-repeat;
}

#tabs a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #525252;
}

#tabs ul li.active p a {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

#form {
	width: 582px;
	height: 135px;
	padding: 21px 17px 17px 21px;
	background: url(images/form-bg.gif) 0 0 no-repeat;
	color: #ffffff;
}

#form label, #form br { display: none; }

#form .rowOne {
	height: 30px;
	padding-bottom: 15px;
}

#form .rowTwo {
	height: 30px;
	padding-bottom: 11px;
}

#form input {
	border: 1px solid #525252;
	height: 16px;
	padding: 6px;
	margin: 0px;
	color: #999999;
	font-weight: bold;
}

#form input[type=text]:focus, #form select:focus { color: #000000; }

#form input.full {
	width: 205px;
}

#form input.mi {
	width: 86px;
	margin: 0px 17px;
}

#form input.address {
	width: 325px;
	margin-right: 17px;
}

#form input.business {
	width: 444px;
}

#form select {
	width: 219px;
	height: 30px;
	margin-left: 17px;
	border: 1px solid #525252;
	padding: 6px 6px 5px 3px;
	color: #999999;
	font-weight: bold;
}

#form .noMargin select { margin: 0; }

#form .rowThree {
	position: relative;
	height: 49px;
}

#form .rowThree h3 {
	position: absolute;
	bottom: 13px;
	left: 0px;
	font-size: 18px;
}

#form .rowThree #searchBtn {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#form .rowThree #searchBtn input {
	border: none;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 948px;
	margin: 15px 26px 20px 26px;
}

#content .rowOne {
	position: relative;
	height: 278px;
}

#faqs {
	width: 620px;
	margin: 0 16px 0 4px;
	float: left;
	display: inline;
}

#faqs h3 {
	font-size: 18px;
	margin-bottom: 3px;
}

#faqs p {
	margin-bottom: 10px;
	line-height: 18px;
}

#faqs p.last { margin: 0; }

#testimonial {
	width: 260px;
	height: 234px;
	padding: 20px 24px 24px 24px;
	float: right;
	background: url(images/testimonials-bg.gif) 0 0 no-repeat;
	margin-top: 1px;
}

#testimonial h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#testimonial p {
	margin-bottom: 10px;
	line-height: 18px;
}

#testimonial a { text-align: center; }

#content .rowTwo {
	position: relative;
	margin-top: 12px;
	height: 193px;
}

#content .blurbBlock {
	width: 260px;
	height: 147px;
	padding: 22px 24px 24px 24px;
	float: left;
	line-height: 18px;
	background: url(images/blurbBlock-bg.gif) 0 0 no-repeat;
	position: relative;
}

#content .mid {
	margin: 0 12px 0 12px;
}

#content .blurbBlock h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#content .blurbBlock h4 {
	font-size: 12px;
	margin-top: 5px;
}

#content .blurbBlock input {
	border: 1px solid #525252;
	height: 19px;
	padding-top: 2px;
}

#content .blurbBlock input.threeDigit {
	width: 37px;
}

#content .blurbBlock input.fourDigit {
	width: 54px;
}

#content .blurbBlock input.btn {
	border: none;
	width: 64px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 25px;
	right: 46px;
}

#content .blurbBlock p#asSeen {
	text-align: center;
}
/* End Search Page Styles */


/* Results Page Styles */
#resSearch {
	width: 948px;
	font-size: 16px;
}

#resSearchTop {
	font-size: 1px;
	height: 10px;
	background: url(images/res-search-form-top.gif) 0 0 no-repeat;
}

#resSearchMain {
	background: url(images/res-search-form-main.gif) 0 0 no-repeat;
	color: #ffffff;
	padding: 0 25px;
}

.resName {
	font-size: 18px;
	text-transform: capitalize;
}

#resSearchFields {
	font-size: 12px;
	padding-top: 2px;
}

.resSearchField {
	float: left;
	margin-right: 10px;
	padding-bottom: 7px;
}

.resSearchField label {
	font-weight: bold;
}

.resSearchField input[type=text] {
	border: 1px solid #525252;
	height: 19px;
	margin: 0 0 1px 0;
	padding: 3px 0 0 4px;
}

.resSearchField select {
	height: 24px;
	border: 1px solid #525252;
	padding: 2px 2px 2px 1px;
}

.resSearchField input[type=image] {
	padding-top: 13px;
}

#tableHeader {
	background: url(images/result-table-bg.gif) 0 0 repeat-y;
	width: 908px;
	padding: 15px 15px 20px 25px;
	position: relative;
}

#tableHeader h2 {
	font-size: 18px;
}

#tableHeader h3 {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	z-index: 100;
}

#legend {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

#legend li {
	float: left;
	padding: 0 10px 0 23px;
	height: 27px;
}

li#legProfile {
	background: url(images/icon-profile-legend.gif) 0 0 no-repeat;
}

li#legPhone {
	background: url(images/icon-phone-legend.gif) 0 0 no-repeat;
	padding-left: 14px;
}

li#legAddress {
	background: url(images/icon-address-legend.gif) 0 0 no-repeat;
	padding-left: 27px;
}

li#legEmail {
	background: url(images/icon-email-legend.gif) 0 0 no-repeat;
	padding-left: 25px;
}

li#legBday {
	background: url(images/icon-bday-legend.gif) 0 0 no-repeat;
}

li#legAvailable {
	background: url(images/checkmark.gif) 0 3px no-repeat;
	padding-left: 14px;
}

#resultTable table th {
	background-color: #525252;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 3px 5px;
}

#resultTable table td {
	padding: 7px 5px 7px 5px;
	vertical-align: top;
	border-bottom: 1px solid #3a72b7;
}

#resultTable table th.shadowLeft, #resultTable table td.shadowLeft { width: 5px; padding: 0; background: url(images/shadow-left.gif) 0 0 repeat-y; border: none; }
#resultTable table th.shadowRight, #resultTable table td.shadowRight { width: 5px; padding: 0; background: url(images/shadow-right.gif) 0 0 repeat-y; border: none; }
#resultTable table th.num, #resultTable table td.num { width: 30px; text-align: center; padding-left: 0px; padding-right: 0px; }
#resultTable table th.name, #resultTable table td.name { width: 200px; padding-left: 0px; }
#resultTable table th.phone, #resultTable table td.phone { width: 200px; padding-left: 0px; }
#resultTable table th.age, #resultTable table td.age { width: 25px; text-align: center; }
#resultTable table th.aliases, #resultTable table td.aliases { min-width: 165px; }
#resultTable table th.addresses, #resultTable table td.addresses { min-width: 115px; }
#resultTable table th.addressesFull, #resultTable table td.addressesFull { min-width: 200px; }
#resultTable table th.relatives, #resultTable table td.relatives { min-width: 185px; }
#resultTable table th.relativesFull, #resultTable table td.relativesFull { min-width: 250px; }
#resultTable table th.availableInfo, #resultTable table td.availableInfo { width: 149px; padding-right: 10px; }
#resultTable table th.defendant, #resultTable table td.defendant { text-align: center; }
#resultTable table th.defendantFull, #resultTable table td.defendantFull { width: 200px; padding-left: 0px; }
#resultTable table th.plaintiff, #resultTable table td.plaintiff { text-align: center; }
#resultTable table th.address, #resultTable table td.address { text-align: center; }
#resultTable table th.addressFull, #resultTable table td.addressFull { width: 200px; }
#resultTable table th.caseNum, #resultTable table td.caseNum { text-align: center; min-width: 80px; }
#resultTable table th.court, #resultTable table td.court { text-align: center; }
#resultTable table th.amount, #resultTable table td.amount { text-align: center; }
#resultTable table th.assets, #resultTable table td.assets { text-align: center; }
#resultTable table th.filingDate, #resultTable table td.filingDate { text-align: center; min-width: 60px; }
#resultTable table th.petitioner, #resultTable table td.petitioner { width: 200px; padding-left: 0px; }
#resultTable table th.respondent, #resultTable table td.respondent { width: 200px; }
#resultTable table th.fileDate, #resultTable table td.fileDate { text-align: center; }
#resultTable table th.fileNum, #resultTable table td.fileNum { text-align: center; }
#resultTable table th.county, #resultTable table td.county { text-align: center; }
#resultTable table th.state, #resultTable table td.state { text-align: center; }
#resultTable table th.brideName, #resultTable table td.brideName { text-align: center; }
#resultTable table th.brideNameFull, #resultTable table td.brideNameFull { width: 200px; padding-left: 0px; }
#resultTable table th.groomName, #resultTable table td.groomName { text-align: center; }
#resultTable table th.groomNameFull, #resultTable table td.groomNameFull { width: 200px; padding-left: 0px; }
#resultTable table th.yearBorn, #resultTable table td.yearBorn { text-align: center; }
#resultTable table th.birthDate, #resultTable table td.birthDate { text-align: center; }
#resultTable table th.deathDate, #resultTable table td.deathDate { text-align: center; }
#resultTable table th.lastRes, #resultTable table td.lastRes { text-align: center; }
#resultTable table th.owners, #resultTable table td.owners { width: 155px; padding-left: 0px; }
#resultTable table th.siteAddress, #resultTable table td.siteAddress { min-width: 80px; text-align: center; }
#resultTable table th.siteAddressFull, #resultTable table td.siteAddressFull { width: 125px; }
#resultTable table th.ownerAddress, #resultTable table td.ownerAddress { min-width: 110px; text-align: center; }
#resultTable table th.ownerAddressFull, #resultTable table td.ownerAddressFull { width: 125px; }
#resultTable table th.ownerPhone, #resultTable table td.ownerPhone { text-align: center; }
#resultTable table th.ownerPhoneFull, #resultTable table td.ownerPhoneFull { text-align: left; width: 150px; }
#resultTable table th.value, #resultTable table td.value { text-align: center; }
#resultTable table th.lastSold, #resultTable table td.lastSold { min-width: 65px; text-align: center; }
#resultTable table th.apn, #resultTable table td.apn { text-align: center; }

#resultTable table td a { font-weight: bold; }

#resultTable tr.alt { background-color: #ebf4ff; }

.icons {
	display: block;
	height: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.icons div {
	float: left;
	margin-left: 10px;
}

.iconProfile {
	background: url(images/icon-profile.gif) 0 0 no-repeat;
	width: 21px;
	height: 20px;
	text-indent: -9999px;
}

.iconPhone {
	background: url(images/icon-phone.gif) 0 0 no-repeat;
	width: 9px;
	height: 20px;
	text-indent: -9999px;
}

.iconAddress {
	background: url(images/icon-address.gif) 0 0 no-repeat;
	width: 22px;
	height: 20px;
	text-indent: -9999px;
}

.iconEmail {
	background: url(images/icon-email.gif) 0 0 no-repeat;
	width: 21px;
	height: 20px;
	text-indent: -9999px;
}

.iconBday {
	background: url(images/icon-bday.gif) 0 0 no-repeat;
	width: 19px;
	height: 20px;
	text-indent: -9999px;
}

.checkmark {
	background: url(images/checkmark.gif) 0 3px no-repeat;
	width: 10px;
	height: 15px;
	text-indent: -9999px;
	margin: 0 auto;
}

#resultTable a.viewDetails {
	background: url(images/view-details.gif) 0 0 no-repeat;
	width: 149px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

#classmates {
	background: url(images/classmates-bg.gif) 0 0 no-repeat;
	width: 747px;
	height: 84px;
	padding: 10px 5px 0 196px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#classmates a {
	color: #525252;
	text-decoration: none;
}

#classmates a strong {
	color: #3a72b7;
	font-size: 24px;
}

#resultFooter {
	background: url(images/result-table-footer.gif) 0 0 no-repeat;
	width: 948px;
	height: 34px;
}
/* End Results Page Styles */


/* Product Selection Page Styles */
.productNorm, .productNormLast {
	float: left;
	width: 264px;
	height: 491px;
	margin: 10px 12px 0 0;
	padding: 19px 20px 24px 24px;
	background: url(images/productNorm-bg.gif) 0 0 no-repeat;
}

.productWide, .productWideLast {
	float: left;
	width: 424px;
	height: 316px;
	margin: 10px 12px 0 0;
	padding: 19px 20px 24px 24px;
	background: url(images/productWide-bg.gif) 0 0 no-repeat;
}

.productNormLast, .productWideLast { margin-right: 0; }

.productSingle {
	width: 584px;
	height: 298px;
	margin: 10px auto 0 auto;
	padding: 19px 20px 24px 24px;
	background: url(images/productSingle-bg.gif) 0 0 no-repeat;
} 

.prodHeader, .prodHeaderWide {
	padding-bottom: 16px;
	margin: 0 4px 15px 0;
	border-bottom: 1px dashed #cccccc;
	line-height: 18px;
}

.prodHeaderWide { height: 89px; }

.prodHeaderCriminal {
	border: none;
	padding: 0;
}

.prodHeader h1, .prodHeaderWide h1, .prodHeaderCriminal h1 {
	font-size: 18px;
	color: #3a72b7;
	text-align: center;
	margin-bottom: 13px;
	line-height: normal;
}

.agencies {
	padding: 0 100px 19px 40px;
	line-height: 18px;
	float: left;
}

.includes, .includesWide, .includesSingle {
	padding-bottom: 19px;
	margin-right: 4px;
	border-bottom: 1px dashed #cccccc;
	line-height: 18px;
	height: 163px;
}

.includesWide { height: 130px; }

.includesSingle { height: auto; }

.includesNatCrim {
	padding-bottom: 19px;
	margin-right: 4px;
	line-height: 18px;
	float: left;
}

.includes h2, .includesWide h2, .includesSingle h2, .includesNatCrim h2, .agencies h2 { font-size: 12px; }

.includes ul, .includesWide ul, .includesSingle ul, .includesNatCrim ul, .agencies ul {
	list-style-image: url(images/arrow-right.gif);
	margin: 4px 0 0 25px;
}

.prices h3 {
	font-size: 12px;
	margin: 17px 4px 10px 0;
	text-align: center;
}

.prices h3 strong {
	color: #d32027;
}

.prices p {
	float: left;
}

.prices hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #cccccc;
	margin: 2px 4px 0 0;
}

.prices .specialPriceLine {
	height: 52px;
}

.prices .specialPriceLine .pricing {
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
}

.prices .specialPriceLine .discountFifty, .prices .specialPriceLine .discountThirty, .prices .specialPriceLine .discountTwenty {
	text-indent: -99999px;
	width: 51px;
	height: 52px;
	margin: 0 11px 0 12px;
}

.prices .specialPriceLine .discountFifty {
	background: url(images/badge-50-gray.gif) 0 0 no-repeat;
}

.prices .specialPriceLine .discountThirty {
	background: url(images/badge-33.gif) 0 0 no-repeat;
}

.prices .specialPriceLine .discountTwenty {
	background: url(images/badge-20.gif) 0 0 no-repeat;
}

.prices .specialPriceLine .pricing .specialPrice {
	display: block;
	float: none;
	font-size: 18px;
	font-weight: bold;
	color: #d32027;
}

.prices .specialPriceLine input {
	padding-top: 5px;
}

.pricesWide, .pricesSingle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.prices .priceLine .pricing {
	font-size: 10px;
	text-align: center;
	margin-top: 17px;
}

.pricesWide .pricing, .pricesSingle .pricing {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 21px;
	left: 90px;
}

.pricesSingle .pricing {
	left: 175px;
}

.prices .priceLine .pricing .price {
	font-size: 18px;
	font-weight: bold;
}

.prices .priceLine input {
	padding: 18px 0 0 73px;
}

.pricesWide input, .pricesSingle input {
	position: absolute;
	top: 16px;
	right: 90px;
}

.pricesSingle input { right: 175px; }

#bestValue {
	background: url(images/badge-best-value.gif) 0 0 no-repeat;
	height: 94px;
	width: 94px;
	position: absolute;
	top: 289px;
	right: 8px;
}
/* End Product Selection Page Styles */


/* Offer Details Page Styles */
#offerDetails {
	width: 904px;
	height: 613px;
	background: url(images/offer-details-bg.gif) 0 0 no-repeat;
	margin-top: 10px;
	padding: 15px 20px 24px 24px;
	float: left;
}

#offerCopy {
	float: left;
	width: 573px;
	margin-right: 16px;
}

#offerCopy h1 {
	font-size: 18px;
	color: #3a72b7;
	font-style: italic;
}

#offerCopy h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #3a72b7;
	margin-bottom: 10px;
}

#offerCopy p {
	width: 520px;
	margin-bottom: 20px;
}

#offerCopy hr {
	height: 1px;
	background-color: #cccccc;
	border: none;
	margin-bottom: 20px;
}

#offerCopy ul {
	width: 450px;
	margin: 0 0 20px 50px;
	font-size: 11px;
}

#offerCopy ul li {
	margin-bottom: 5px;
}

#offerCopy #details {
	font-size: 11px;
}

#offerDetails #summary {
	float: right;
	width: 263px;
	height: 567px;
	padding: 19px 20px 24px 24px;
	margin-top: 5px;
	background: url(images/details-summary-bg.gif) 0 0 no-repeat;
}

#offerDetails #summary #top {
	height: 287px;
}

#offerDetails #summary #top h2 {
	font-size: 18px;
	color: #3a72b7;
	margin-bottom: 13px;
}

#offerDetails #summary #top h3 {
	font-size: 12px;
	margin-bottom: 14px;
}

#offerDetails #summary #top ul {
	list-style: url(images/arrow-right-on-yellow.gif);
	margin: 5px 0 0 25px;
}

#offerDetails #summary #bottom {
	text-align: center;
	margin-top: 17px;
}

#offerDetails #summary #bottom h3 {
	font-size: 12px;
	margin: 0 4px 13px 0;
}

#offerDetails #summary #bottom h3 strong {
	color: #d32027;
}

#offerDetails #summary #bottom p {
	float: left;
}

#offerDetails #summary #bottom #specialPriceLine {
	height: 52px;
}

#offerDetails #summary #bottom #specialPriceLine .pricing {
	font-size: 10px;
	text-align: center;
	padding: 5px 11px 0 11px;
}

#offerDetails #summary #bottom #specialPriceLine .discount {
	text-indent: -9999px;
	background: url(images/badge-50.gif) 0 0 no-repeat;
	width: 51px;
	height: 52px;
}

#offerDetails #summary #bottom #specialPriceLine .pricing #specialPrice {
	display: block;
	float: none;
	font-size: 18px;
	font-weight: bold;
	color: #d32027;
}

#offerDetails #summary #bottom #specialPriceLine input {
	padding-top: 5px;
}

#offerDetails #summary #bottom .or {
	width: 257px;
	height: 12px;
	background: url(images/or.gif) top center no-repeat;
	margin: 10px 0;
	border: none;
}

#offerDetails #summary #bottom #priceLine .pricing {
	font-size: 10px;
	text-align: center;
}

#offerDetails #summary #bottom #priceLine .pricing #price {
	font-size: 18px;
	font-weight: bold;
}

#offerDetails #summary #bottom #priceLine input {
	padding: 14px 0 0 23px;
}
/* End Offer Details Page Styles */


/* Upsell Page Styles */
#upsell {
	float: left;
	width: 580px;
	height: 288px;
	margin: 10px 12px 0 0;
	padding: 19px 24px 24px 24px;
	background: url(images/upsell-bg.gif) 0 0 no-repeat;
	position: relative;
}

#upsell h2 {
	font-size: 18px;
	color: #3a72b7;
}

#upsell ul {
	list-style: none;
	margin: 13px 0 0 0;
}

#upsell ul.bold {
	font-weight: bold;
}

#upsell ul li {
	margin-bottom: 10px;
	position: relative;
	width: 580px;
}

#upsell ul li.indent {
	padding-left: 50px;
	margin-bottom: 17px;
	width: 400px;
}

#upsell ul li.noMargin {
	margin-bottom: 3px;
}

#upsell ul li.add {
	margin-bottom: 3px;
	height: 15px;
}

#upsell ul li span {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}

#upsell hr {
	height: 1px;
	background-color: #cccccc;
	border: none;
	margin-bottom: 15px;
}

#upsell p {
	margin-top: 13px;
	width: 450px;
}

#upsell input.completeOrder {
	float: right;
}
/* End Upsell Page Styles */


/* Registration Page Styles */
#checkout {
	float: left;
	width: 584px;
	height: 736px;
	margin: 10px 12px 0 0;
	padding: 19px 20px 24px 24px;
	background: url(images/reg-bg.gif) 0 0 no-repeat;
}

#checkout h2 {
	font-size: 18px;
	color: #3a72b7;
}

#checkout ul {
	list-style: none;
	margin: 15px 0 0 0;
}

#checkout ul li {
	margin-bottom: 12px;
	position: relative;
	height: 24px;
}

#checkout ul li label {
	float: left;
	width: 200px;
}

#checkout ul li label.last {
	float: left;
	width: 196px;
}

#checkout ul li input[type=text] {
	border: 1px solid #525252;
	width: 234px;
	height: 19px;
	margin: 0px;
	padding: 3px 0 0 4px;
}

#checkout ul li input.city {
	width: 160px;
	margin-right: 7px;
}

#checkout ul li input.secCode {
	width: 42px;
}

#checkout ul li select {
	height: 24px;
	border: 1px solid #525252;
	padding: 2px 2px 2px 1px;
}

#checkout ul li select.state {
	width: 64px;
	position: absolute;
	top: 0px;
	right: 144px;
}

#checkout ul li select.ccType {
	width: 166px;
}

#checkout ul li select.ccMonth {
	width: 48px;
	margin-right: 7px;
}

#checkout ul li select.ccYear {
	width: 64px;
}

#checkout ul li #cardTypes {
	position: absolute;
	top: -4px;
	left: 372px;
	text-indent: -9999px;
	background: url(images/card-types.gif) 0 0 no-repeat;
	width: 145px;
	height: 31px;
}

#checkout ul li #secureTrans {
	position: absolute;
	top: 2px;
	left: 448px;
	text-indent: -9999px;
	background: url(images/secure-transactions.gif) 0 0 no-repeat;
	width: 67px;
	height: 20px;
}

#checkout ul li a {
	font-size: 10px;
	color: #525252;
	margin-left: 8px;
}

#checkout ul li span {
	font-size: 11px;
}

#checkout #disclaimer {
	font-size: 11px;
}
/* End Registration Page Styles */

/* Upsell and Reg Styles */
#orderSummary {
	float: left;
	width: 308px;
	margin-top: 10px;
}

#orderSummary #summaryBlock {
	width: 260px;
	height: 148px;
	padding: 19px 24px 24px 24px;
	background: url(images/reg-summary-bg.gif) 0 0 no-repeat;
}

#orderSummary #summaryBlock h2 {
	font-size: 18px;
	color: #3a72b7;
}

#orderSummary #summaryBlock ul {
	list-style: none;
	margin: 13px 0 0 0;
}

#orderSummary #summaryBlock ul li {
	margin-bottom: 10px;
	position: relative;
}

#orderSummary #summaryBlock ul li.first {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

#orderSummary #summaryBlock ul li.total {
	border-top: 1px solid #3a72b7;
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

#orderSummary #summaryBlock ul li span {
	position: absolute;
	top: 0px;
	right: 0px;
}

#orderSummary #summaryBlock ul li.total label {
	padding-right: 50px;
}

#orderSummary p {
	padding: 13px 24px 0 24px;
	font-size: 11px;
}
/* End Upsell and Reg Styles */

/* Help Page Styles */
#helpCont {
	width: 940px;
	margin: 17px 4px 10px 4px;
	line-height: 1.5em;
}

#helpCont h2 {
	font-size: 16px;
	margin-bottom: 3px;
}

#helpCont ul {
	list-style: none;
	margin: 0 0 10px 20px;
}

#helpCont ol {
	margin: 0 0 10px 38px;
}

#helpCont p {
	margin-bottom: 10px;
}

#helpCont a.topLink {
	font-size: 10px;
	margin-left: 20px;
}

#helpCont hr {
	border: none;
	background-color: #999999;
	margin: 20px auto;
	height: 1px;
}
/* End Help Page Styles */

/* Contact Page Styles */
#contactCont {
	width: 600px;
	margin: 0 20px 10px 4px;
	float: left;
	line-height: 1.5em;
}

#contactCont ol {
	margin: 0 0 10px 38px;
}

#contactCont p {
	margin: 10px 0;
}

#contactCont input[type=text] {
	border: 1px solid #525252;
	height: 16px;
	padding: 6px;
	margin: 0px;
}

#contactCont textarea {
	border: 1px solid #525252;
	padding: 6px;
}

#contactCont select {
	width: 219px;
	height: 30px;
	border: 1px solid #525252;
	padding: 6px 6px 5px 3px;
}

#gotoHelp {
	background-color: #eeeeee;
	width: 278px;
	color: #000000;
	padding: 20px;
	border: 1px #666666 solid;
	font-weight: bold;
	float: right;
	margin-right: 4px;
}
/* End Contact Page Styles */

/* Testimonials Styles */
.testimonial {
	border-bottom: 1px dashed #999999;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	line-height: 18px;
}

.testimonial img.left { margin-right: 10px; }

.testimonial img.right { margin-left: 10px; }

.lastTest {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
/* End Testimonials Styles */

/* Terms Styles */
#terms { padding: 10px; line-height: 1.5em; }

#terms p { margin-bottom: 10px; }

#terms ol, #terms ul { margin: 0 0 10px 38px; }

#terms ol.letters { list-style-type: lower-alpha; }

#terms h3, #terms h4 { font-size: 12px; font-weight: bold; }
#terms h3 { text-decoration: underline; }
/* End Terms Styles */

/* Error Box Styles */
.errorbox, .errorboxA {
	background: #fffbca;
	border: 1px solid #525252;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 620px;
	padding: 10px;
	font-size: 12px;
	z-index: 9999;
}

.errorboxA {
	top: 100px;
	left: 30px;
	width: 300px;
}

.errorbox ul, .errorbox ol, .errorboxA ul, .errorboxA ol {
	margin: 0 0 0 20px;
}

#resSearch .errorbox {
	top: 14px;
	left: 14px;
}

#resSearch .errorboxA {
	width: 900px;
	top: 150px;
	left: 24px;
}

.BadTextBox { display: inline; }

.BadTextBox input { background: url(images/field-bg-red.gif) 0 0 no-repeat; }