/*
Copyright © 2010 Inflection LLC

CSS Styling Format:
Dimensions > Background > Color > Margin > Padding > Align > Border > Font > Float > Display > Position > Etc 
*/

/* CORE - - - - - - - - - - - - - - - - - - - - - - - - */
/* Structure */
body, html {height:100%; margin:0px; padding:0px;}
html {overflow-y:scroll;}
body {min-width:800px; background:#fff; color:#111; font-size:12px; font-family:Arial, sans-serif;}

/* Fonts */
a {color: #1b76ec;}
a:hover {color: #111;}
h1 {font-size:22px;}
h2{margin: 0px; font-size: 16px;}
h3 {margin: 0px; font-size:14px;}
h4 {font-size:13px;}

/* Elements */
img {border: 0px;}
input[type="image"] {border:0px;}
p {margin: 10px 0; padding:0px;}
table {width: 100%; border-collapse: collapse;}
form {margin:0px; padding:0px;}

/* Buttons (Unique formatting under PAGES)  */
	/* ~ Search */
	.buttonsearch {width: 140px; height:45px; background:url(../images/assets/ButtonSearch.gif); color:#fff; border:0px; font-size:18px; font-weight:bold; text-decoration:none; text-align:center; display:inline; cursor:pointer; font-family:Arial, sans-serif; line-height:20px;}
	.buttonsearch:hover {color:#fff; background-position:140px 0px;}
	/* ~ Submit */
	.buttonsubmit {width: 140px; height:45px; background:url(../images/assets/ButtonSearch.gif); color:#fff; border:0px; font-size:18px; font-weight:bold; text-decoration:none; text-align:center; display:inline; cursor:pointer; font-family:Arial, sans-serif; line-height:20px;}
	.buttonsubmit:hover {color:#fff; background-position:140px 0px;}
	.buttonsubmitRev {width: 140px; height:45px; background:url(../images/assets/ButtonSearch.gif) 140px 0px;; color:#fff; border:0px; font-size:18px; font-weight:bold; text-decoration:none; text-align:center; display:inline; cursor:pointer; font-family:Arial, sans-serif; line-height:20px;}
	.buttonsubmitRev:hover {color:#fff; background-position: 0px 0px;}
	/* ~ Select */
	.buttonselect {width: 140px; height:35px; background:url(../images/assets/ButtonSelect.gif); color:#fff; border:0px; font-size:14px; font-weight:bold; text-decoration:none; text-align:center; display:inline; cursor:pointer; font-family:Arial, sans-serif; line-height:14px;}
	.buttonselect:hover {color: #fff; background-position:140px 0px;}

/* Inputs */
/* input.Text {margin:2px 0px; padding:2px 4px; border:1px solid #2092ed; font-size:14px; font-family:Arial, sans-serif; font-weight:bold;} */
/* input.TextControl {margin:2px 0px; padding:2px 4px; border:1px solid #2092ed; font-size:14px; font-family:Arial, sans-serif; font-weight:bold;} */
/* input.PasswordControl {margin:2px 0px; padding:2px 4px; border:1px solid #2092ed; font-size:14px; font-family:Arial, sans-serif; font-weight:bold;} */
/* select.VVSelectControl {margin:2px 0px; border: 1px solid #2092ed; font-size:13px; font-family:Arial, sans-serif; font-weight:bold;} */
/*  input.Text:focus, input.TextControl:focus, input.PasswordControl:focus {background-color:#e8f5ff;} */
input.Text {border:1px solid #5f8fd6; font-size:15px; font-weight:bold; font-family:Arial, sans-serif; padding:2px; -moz-border-radius:3px; -webkit-border-radius:3px;}
input.TextControl {border:1px solid #5f8fd6; font-size:15px; font-weight:bold; font-family:Arial, sans-serif; padding:2px; -moz-border-radius:3px; -webkit-border-radius:3}
input.PasswordControl {border:1px solid #5f8fd6; font-size:15px; font-weight:bold; font-family:Arial, sans-serif; padding:2px; -moz-border-radius:3px; -webkit-border-radius:3}
select.VVSelectControl {border:1px solid #5f8fd6; font-size:15px; font-weight:bold; font-family:Arial, sans-serif; padding:1px; -moz-border-radius:3px; -webkit-border-radius:3}
input.text_field {padding:2px 4px; border:1px solid #5f8fd6; font-size:14px; font-weight:bold; font-family:Arial, sans-serif; -moz-border-radius:3px; -webkit-border-radius:3}
textarea.MultilineControl {border:1px solid #5f8fd6; font-size:14px; font-weight:bold; font-family:Arial, sans-serif; padding:2px; -moz-border-radius:3px; -webkit-border-radius:3}
textarea {border:1px solid #5f8fd6; font-size:14px; font-weight:bold; font-family:Arial, sans-serif; padding:2px; -moz-border-radius:3px; -webkit-border-radius:3}

input#CityStateZip {width:260px;}

.dbFind input.Text {font-size:18px;}
.dbFind input.TextControl {font-size:18px;}
.dbFind select.VVSelectControl {font-size:18px; font-weight:normal;}

/* Generic Errors (Unique errors under PAGES) */
input.Text.InError {background:#FFECEC; border:1px solid #CC0000;}
input.TextControl.InError {background:#FFECEC; border:1px solid #CC0000;}
input.PasswordControl.InError {background:#FFECEC; border:1px solid #CC0000;}
textarea.MultilineControl.InError {background:#FFECEC; border:1px solid #CC0000;}
.errorinline {color:#CC0000; font-size:11px; display:block;}
.FieldErrorText  {color:#CC0000; font-size:11px; display:block;}
.errorbasic {color:#cc0000; background:#ffecec; padding:5px 10px; border:1px solid #eeadad; font-size:11px; font-weight:bold;}

/* MODIFIERS - - - - - - - - - - - - - - - - - - - - - - - - */
/* Colors / Fonts */
.greyfont {color:#888;}
.greenfont {color: #09a744;}
.redfont {color:#c00;}
.brightredfont {color:#f00;}
.bluefont {color:#1B76EC;}
.required {color:#aaa; font-size:11px;}
.dottedtop {margin-top:10px; padding-top:10px; border-top:1px dotted #ccc;}
.environment {background:#111; color:#fff; font-weight:bold; font-size:14px; position:absolute; top:9px; margin-left:4px; padding:3px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

/* Positioning */
.left {float: left;} /* All general floats should have width defined css or inline */
.right {float: right;} /* All general floats should have width defined css or inline */
.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align:right;}
.aligntop td {vertical-align:top;}

/* Boxes */
.bluebox {background:#ecf5ff; padding:10px;}
.greybox {background:#fafafa; padding:10px;}


/* SHARED - - - - - - - - - - - - - - - - - - - - - - - - */
/* Superstructure */
.container {width: 770px; margin: auto; padding: 0 15px; overflow:hidden;} /* All content must stay within these horizontal boundaries */
#all {min-height:100%; height:auto !important; height:100%; position:relative;} /* Set height allows for bottom footer to stay rooted, must be relative */
#content {padding: 20px 0 60px 0;} /* Bottom padding must match be equal or larger than footer height */

/* Header */
#header {height:30px; background:#3165b1 url(../images/core/Header.jpg) top center; padding:8px 0 2px 0;}
#header a.signin {color:#fff; margin-top:6px; font-size:11px; font-weight:bold; text-decoration:none;}
#header.resultsheader {position:fixed; width:100%;}

/* Navigation */
#navigation {background: #2a84f0 url(../images/core/Navigation.gif) repeat-x; border-top: 1px solid #7fb5f6; position:relative; font-family:Arial, sans-serif; line-height:28px; height:28px;}
#navigation a {font-size:11px; font-weight:bold; text-decoration:none; color:#fff; margin:0 10px; float:left;}
#navigation a:hover {text-decoration:underline;}
#navigation a.active {text-decoration:underline;}
#navigation a.first {margin-left:0px;}

/* Infobar */
#infobar {min-height:20px; height:auto !important; height:20px; background: #4a96f2 url(../images/core/Navigation.gif) repeat-x; color:#fff; padding-top:8px; border-top: 1px solid #7fb5f6; font-size:11px; font-weight:bold;}
#infobar a {color:#fff; text-decoration:none;}

/* Footer - Must have set height equal or smaller than content/home padding-bottom and absolute positioning */
#footer {width:100%; background:#f2f2f2; color:#888; margin-top:20px; padding:10px 0; display:block; text-align:left; font-size: 11px; font-style:italic; position:absolute; bottom:0;}
#footer a {color:#888; text-decoration: none; margin-left: 14px;}

/* Search Form */
.dbFind label {font-size:11px; display:block;}
.dbFind label em {color:#aaa;}
.dbFind .input {margin:0 8px 8px 0; float:left; display:inline;}
.dbFind #searchsubmit {margin:auto; padding-top:10px; text-align:center; clear:both;}
.dbFind #submitinline {margin: 6px 0 0 10px; float:left;}
.dbFind a#TeaserSearch {text-decoration:none;}
.dbFind .switch {margin:20px 0 0 0; padding:0px;}
.dbFind .switchbasic  {margin:20px 0 0 0; padding:0px;}
.dbFind .switch img {margin:0px 0px -1px 0px}
.dbFind .switchbasic img {margin:0px 0px -1px 0px}
.dbFind .switch a {font-size:11px; text-decoration:none;}
.dbFind .switchbasic a {padding-bottom:8px; font-size:11px; text-decoration:none; }
.dbFind .arrowadv {margin: -300px 0 0 690px; position:absolute;}
.dbFind .arrow {position:absolute;}
.dbFind .arrowswipe {margin:-50px 0 0 220px; position:absolute;}
.dbFind .searchemail {margin:auto; width:570px;}
.dbFind .single { width:200px; margin:0 auto 12px auto;}
.dbFind div.Error {display:none;}


/* PAGES - - - - - - - - - - - - - - - - - - - - - - - - */
/* Hompage - bottom padding must match be equal or larger than footer height */
#home {padding-bottom:60px;}
#home .headline {margin:20px 0 20px 0; font-size:30px; font-weight:bold; text-align:center;}
#home .headlinehomepage {margin:10px auto 10px auto; text-align:center; padding:20px 0;}
#home .headlinehomepage h1 {margin:0px; font-size:34px; letter-spacing:-1px;}
#home .headlinehomepage h2 {margin:0px; font-size:18px; font-weight:normal;}
#home .description {margin: 40px 0 30px 0; color:#888;}
#home .description h3 {display:inline; font-size:14px;}
#home .description ul {margin:10px 0; padding:0px; list-style:none;}
#home .description li {width:370px; margin:5px 10px 5px 0; float:left;}
#home .description img {margin-right:10px; float:left;}
#home ul.homepageul h2 {font-size:18px; color:#222; font-weight:normal;}
#home ul.homepageul {list-style:none; margin:40px 0 10px 0; padding:0px;}
#home ul.homepageul li {width:auto; margin:0 8px; float:left; clear:none; width:240px;}
#home ul.homepageul img {margin-right:10px; float:left;}
#home .bluebox {float:left; width:100%;}
#home .phonebox {width:400px; display:block; margin:auto; float:none;}
#home .emailbox {width:480px; display:block; margin:auto; float:none;}
#home .required {display:block; clear:both;}
#home #screening {color:#222; margin:10px 0; padding-bottom:10px; border-bottom:1px dashed #ccc;}
#home #screening h3 {display:inline; margin-right:8px;}
#home #screening ul {margin:10px 0 25px 0; padding:0px; list-style:none;}
#home #screening li {float:none; width:auto;}
#home .buttonselect {height:15px; padding:10px 0px; margin:10px auto; display:block;}

/* Searching - - - - */
#searching {margin-top:80px;}
#searching h1 {margin:20px 0 4px 0;}
#searching .greybox {width:610px; margin:60px auto 0 auto;}
#searching ul {margin:0px; padding:0px; color:#888;}
#searching li {width:180px; padding:10px; float:left; list-style:none;}

/* Results */
	/* ~ General */
	#results a.toggle {text-decoration:none;}
	#results .buttonselect {height:15px; padding:10px 0px; display:block;}
	#results .dbFind {background:#fafafa; margin-top:20px; padding:10px;}
	/* Modify Bar - - - - */
	#results #modifybar {margin-bottom:20px; padding:6px 6px 0px 6px;}
	#results #modifybar label {font-size:11px; display:block;}
	#results #modifybar input {font-size:12px;}
	#results #modifybar select {font-size:12px;}
	#results #modifybar table {margin:0px; padding:0px;}
	/* ~ Widening */
	#results .searchattempt {color:#999 ;font-size:11px;}
	#results .searchattempt ul {margin:0px; padding:0px; list-style:none;}
	/* ~ People, Bg, Records */
	#results table.rows {margin:10px 0; font-size:11px; font-weight:bold;}
	#results table.rows th {color:#888; border-bottom: 1px solid #ccc; font-size:11px; text-align:left; vertical-align:top;}
	#results table.rows td {padding:8px 0; border-bottom:1px solid #ccc; vertical-align:top;}
	#results table.rows tr:hover {background:#fcfcfc;}
	#results table.rows a.resultname {font-size:14px;}
	#results table.rows em {color:#888; font-weight:normal; font-style:normal;}
	#results table.rows em a {color:#888; font-style:normal;}
	#results table.rows div.deceased {margin-top:6px; display:block;}
	/* ~ Public Records */
	#results .records td {background:#fff; padding:8px; border:1px solid #ccc; font-size:16px; font-weight:bold; text-align:center;}
	#results .records a {text-decoration:none;}
	/* ~ Forward Email */
	#emailfwd .greybox {margin-bottom:20px;}
	#emailfwd  .buttonselect {height:15px; padding:10px 0px; display:block;}
	/* ~ Reverse Phone */
	#phonerev h1 {margin-top:0px;}
	#phonerev #map { width:300px; height:320px; border:1px solid #aaa;}
	#phonerev #phoneresult {width:440px;}
	#phonerev #phoneresult img { margin-top:-4px; vertical-align:middle; }
	#phonerev ul {margin:0px; padding:0px;}
	#phonerev li {padding:10px 0; border-bottom:2px solid #ddd; list-style:none;}
	#phonerev #searchtoggle {margin-bottom: 15px; padding:10px; height:52px;}
	#phonerev .buttonsubmit {height:21px; padding:12px 0px; display:block; margin:10px auto;}
	#phonerev .buttonsubmitRev {height:21px; padding:12px 0px; display:block; margin:10px auto;}
	#phonerev .phonebox {width:400px; display:block; margin:auto; float:none;}
	/* ~ Reverse Email */
	#emailrev h1 {margin-top:0px;}
	#emailrev #map { width:300px; height:325px; border:1px solid #aaa;}
	#emailrev #emailresult {width:440px;}
	#emailrev #emailresult img { margin-top:-4px; vertical-align:middle; }
	#emailrev ul {margin:0px; padding:0px;}
	#emailrev li {padding:10px 0; border-bottom:2px solid #ddd; list-style:none;}
	#emailrev #searchtoggle {margin-bottom: 15px; padding:10px; height:52px;}
	#emailrev .buttonsubmit {height:21px; padding:12px 0px; display:block; margin:10px auto;}
	#emailrev .emailbox {width:480px; display:block; margin:auto; float:none;}
	/* ~ Classmates */
	#advertClassmates {background:#ECF5FF url(../images/content/ClassmatesPowered.png) right 5px no-repeat; padding:10px; margin:40px 0 20px 0;}
	#advertClassmates h3 {width:580px;}
	#advertClassmates table.rows {margin-top:20px;}
	
/* Register */
table.register {background:#fff; margin:10px 0; border:2px solid #0283ea;}
table.register td {padding:20px 8px; border-bottom:1px solid #bbb; vertical-align: top;}
table.register tr.noborder td {border-bottom:0px;}
table.register tr.nopad td {padding:10px 8px;}
table.register em {display:block; margin-bottom:4px; font-weight:bold; font-style:normal;}
table.register h3 {font-size:14px;}
table.register ul {margin:4px 0px; padding-left:15px;}
table.register ul.check { list-style-image: url(../images/assets/ListCheck.gif);}
#register .infocolumn h2 {margin-left:20px;}
#register .terms {font-size:11px;}

/* Checkout */
#checkout a#Order {text-decoration:none;}
#checkout .infocolumn {width:250px;}
#checkout .contentcolumn {width: 500px;}
#checkout .infocolumn h1 {font-size: 20px; margin:10px 0;}
#checkout .orderreview h3 {margin:6px 0; font-size:16px;}
#checkout .orderreview ol { margin:10px 0; padding:0px; list-style:none; font-size:11px;}
#checkout .orderreview table td { font-size:11px; vertical-align:top; margin:0px; padding:0px;}
#checkout .orderreview li {margin-bottom:4px;}
#checkout .orderreview li.bottombreak {border-bottom:1px solid #ccc; padding-bottom:3px;}
#checkout .orderreview li.topbreak {border-top:1px solid #ccc; padding-top:3px; margin-top:20px;}
#checkout .orderreview .label {padding-right:10px;}
#checkout .orderreview .price {font-weight:bold; text-align:right;}
#checkout .Error {color: #c00; text-align:center; font-weight:bold; font-size:15px; margin-bottom:12px;}
#cardinfo { background:#FFF; margin:10px 0; padding:10px 20px; border: 2px solid #0283ea;}
#cardinfo .creditcards { margin-bottom:20px; text-align:center;}
#cardinfo .label {padding:8px 15px 0 30px; text-align:right; font-weight:bold;}
#cardinfo sub {display:block; color:#999; margin-top:2px;}
#cardinfo td {vertical-align:top; padding-bottom:6px;}
#cardinfo em { margin:0 10px; font-size:16px;}
#cardinfo .special td {font-size:11px; padding-left: 5px;}
#cardinfo select.VVSelectControl {margin:0px;}
.tooltip {position: absolute;}
.tipper {cursor:pointer; font-size:10px; color:#999;}
#checkout .tip {position: absolute; display:none; z-index:2; width:335px; height:204px; padding:10px;}

/* One Time Offer */
#oto h1 { color:#0283ea; margin:30px 0; font-size:20px;}
#oto #orderform {width:230px; padding:15px; background:#fff; border: 2px solid #0283ea; text-align:center;}
#oto #orderform h2 {margin-top:4px;}
#oto a {text-decoration:none; color:#222;}
#oto #salescopy {width:500px;}
#oto #terms { color:#666; margin-top:10px; padding-top:20px; border-top:1px solid #ccc; font-size:11px;}
#oto .Error {color: #c00; font-weight:bold; text-align:center;}	
#oto .buttonsubmit {height:21px; padding:12px 0px; display:block; margin:20px auto 0 auto;}

/* Sign Up */
#signup #ActionSaveSSL {text-decoration:none;}
#signup h2 img { vertical-align:middle;}
#signup #processing_show {margin-top:16px;}
#signup .buttonsubmit {height:21px; margin-top:10px; padding:12px 0px; font-size:16px; display:block; margin:0 auto;}
#signup .bluebox {margin:10px 0; padding:5px 10px;}
#signup .greybox {margin:10px 0; padding:5px 10px;}
#signup table {width:500px; margin:auto;}
#signup td {padding:5px 8px;}
#signup label {margin-top:5px; font-size:11px; font-weight:bold;}
#signup em {font-size:11px; color:#888;}
#signup a#ActionSaveSSL {width:140px; margin:15px auto; text-decoration:none; display:block;}
#signup .Error {display:none;}

/* Delivery */
	/* General - bottom padding must match be equal or larger than footer height */
	#delivery {padding: 10px 0 80px 0;}
	#delivery .container {background: url(../images/content/HeadlineJumpman.png) 15px 0px no-repeat;}
	#delivery h1 {height:75px; margin:0px; padding:20px 0 0 94px; font-size:40px; font-weight:bold;}
	#delivery h1 em {color:#1b76ec; font-style:normal;}
	.indentToHeader {margin: -20px 0 15px 99px;}
	.indentToHeader strong {display: block; padding-bottom: 5px;}
	#delivery a.buttonselect {height:15px; margin:auto; padding:10px 0px; display:block;}
	/* Deliverybox */
	#delivery .deliverybox {margin:4px 0; border-top:1px solid #ddd;}
	#delivery .deliverybox td {padding:15px 12px; vertical-align:top;}
	#delivery .deliverybox td.description {padding-top:30px;}
	#delivery .deliverybox td.button {color:#aaa; padding-top:30px; font-size:11px; text-align:center;}
	#delivery .deliverybox .buttonselect {margin-bottom:4px;} 
	/* Not Found */
	#delivery #socialcheck td {text-align:left;}
	#delivery #socialcheck td.label {font-weight:bold;}
	/* Info */
	#delivery #info {width:770px; margin-top:15px; float:left; display:inline;}
	#delivery #info div.left {width:250px;}
	/*People Search Box*/
	#additionalSearches {width: 376px; float:left; background: url(../images/assets/greenSearchBox.jpg) bottom center no-repeat;}
	#additionalSearches h3 {width: 346px; color: white;  padding: 20px 15px 30px; background: url(../images/assets/greenSearchHeader.jpg) top left no-repeat;}
	#additionalSearches .field {width: 162px; float: left; margin: 0 0 10px 15px; font-size: 12px;}
	#additionalSearches .field input {width: 162px;}
	#additionalSearches select {width: 162px;}
	#additionalSearches .buttonselect {float: right; margin: 10px 20px 20px 10px;}


/* Sitemap */
#sitemap h1 {margin:0 0 20px 0;}
#sitemap .greybox {width:750px; float:left; display:inline; padding:10px;}
#sitemap .link {width:200px; color:#888; margin:8px 20px; float:left; }
#sitemap h3 {margin-bottom:4px;}

/* Help Center */
#help #revealed {margin:10px 0 20px 0; padding:10px;}
#help a {text-decoration:underline; cursor:pointer;}
#help #reveal ul {margin:0px; padding:0px; list-style:none;}
#help #reveal li {margin-bottom:6px;}
#help #reveal td {padding:6px 10px 6px 0; border-bottom:1px dashed #eee;}

/* Contact Us */
#contact .input {margin: 6px 10px 0 0;}
#contact label {font-size:11px; display:block;}
#contact .left {width:250px; margin-top:20px;}

/* Opt-out */
#optout .bluebox {margin: 10px 0 20px 0;}
#optout .greybox {margin: 10px 0 20px 0;}
#optout em {color:#aaa; font-size:12px; font-style:normal;}
#optout table td {padding:3px 10px 3px 0;}
#optout #CaptchaImage {margin-top:-12px;}
#optout .Error {color:#cc0000; background:#ffecec; margin-bottom:15px; padding:5px 10px; border:1px solid #eeadad; font-size:11px; font-weight:bold;}

/* Why Us */
#chooseus table {margin-bottom:20px;}
#chooseus td {padding:10px 15px; border-bottom:1px solid #ccc;}
#chooseus td.us {color:#1B76EC; background:#FAFAFA; border-left:1px solid #eee; border-right:1px solid #eee;}
#chooseus td.them {color:#888;}

/* Credit Card Help */
#cchelp h3 {margin-bottom: 4px;}
#cchelp ul {width:360px; margin:0px; padding:0px; list-style:none;}
#cchelp li {margin-bottom:8px; padding-bottom:8px; border-bottom:1px solid #ddd;}



/* ETC  - - - - - - - - - - - - - - - - - - - - - - - - */
/* Ellipsis */
.ellipsis {white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; -moz-binding: url('../xml/Ellipsis.xml#ellipsis');}
#signup .ellipsis span {-moz-binding: url('../xml/Ellipsis.xml#ellipsis');}
#signup .ellipsis {width:300px; display:block;}
#checkout .ellipsis span {-moz-binding: url('../xml/Ellipsis.xml#ellipsis');}
#checkout .ellipsis {width:280px; display:block;}
#emailrev .ellipsis {width:220px; display:block;}
#emailrev .gmnoprint {max-width:240px; width:auto !important; width:240px; }

.greenalert {color:#148e09; background:#e3fbe0; padding:6px;font-weight:bold; font-size:11px; margin:14px 0;}


/* Return Customer */
#returningCustomerNotification {background:#106cdc url(../images/content/returncustomer.png) top repeat-x; color:#fff; font-size:16px; font-weight:bold; text-shadow:1px 1px 1px #0f63c8; -moz-border-radius:8px; -webkit-border-radius:8px; padding:25px;}
#returningCustomerNotification h2 {font-size:24px; margin-bottom:4px;}
#returningCustomerNotification label {color:#c2e7ff; font-size:11px; display:block; margin:6px 0 2px 0;}
#returningCustomerNotification .returnnew {margin-top:40px; padding-top:10px; border-top:1px dotted #fff; display:block;}
#returningCustomerNotification a {color:#c2e7ff; font-size:12px; text-shadow:none;}
#returningCustomerNotification .signin {margin-top:10px;}
#returningCustomerNotification .TextControl {padding:4px;}
#returningCustomerNotification .PasswordControl {padding:4px;}


/* One-time offer */
#newoto {width:530px !important; width:550px; padding:60px 10px 10px 10px; text-align:left; background:#fff url(../images/content/OtoBackground.png) top center no-repeat;}
#newoto h2 {font-size:22px; margin-bottom:15px; line-height:24px;}
#newoto .pricebox {float:right; width:160px; padding:8px 10px; background:#fffaf3; border:1px solid #f6d4b2; margin-top:50px; margin-left:24px;}
#newoto .infobox {float:left; width:320px;}
#newoto ul {margin:8px 0px; padding:0px;}
#newoto li {background: url(../images/assets/CheckCircleSmall.gif) left no-repeat; list-style:none; padding:4px 0px 4px 24px; margin-bottom:4px; font-weight:bold; color:#3165b1;}





/* TO PHASE OUT */
.infocolumn {width:210px; margin:20px 0 0 0; overflow:hidden;}
.contentcolumn {width:540px; text-align: center;}

.clearleft {height:0px; margin:0px; padding:0px; line-height:0px; clear:left;}
.clear {height:0px; margin:0px; padding:0px; line-height:0px; clear:both;}
br.clear {clear:both; font-size:0px; line-height:0px; height:0px; margin:0px; padding:0px;}

.breaktop {margin-top:10px; padding-top:10px; border-top:1px solid #ccc;}

#header img.breadcrumb {margin-top:28px;}

.timeoutBox {padding: 20px 0 25px; text-align: center;}
.timeoutBox DIV, .timeoutBox SPAN {line-height: 1.5em; font-weight: bold; color: #5799c6;}
.timeoutBox DIV {font-size: 35px;}
.timeoutBox SPAN {display: block; font-size: 17px; padding-bottom: 125px;}