/* DFS Customer Service Styles */
/* home page styles */
#home-banner {
	background: url("/customer-service/images/bg-home-banner.jpg") left top no-repeat;
	width: 950px;
	height: 118px;
	margin: 5px 10px;
	color: #293033;

}
#home-banner h1, #home-banner div {
	margin-left: 10px;
}
#home-banner h1 {
	font-size: 28px;
	line-height: 0.8em;
	padding: 21px 0 10px 0;
	font-weight: normal;
}

#home-banner .headline {
	font-size: 1.1em;
	line-height: 0.8em;
	color: #576166;
}

#home-left-side {
	width: 720px;
	float: left;
}
#home-left-side ul {
	margin-bottom: 10px;
}
#home-right-side {
	float: left;
}
#home-cardmember-headline {
	font-size: .75em;
	/*position: absolute;*/
	padding-left: 10px;
	/*bottom: 0px;*/
	padding-top:30px;
}

#home-contact-info-hdr {
	border-top: 1px solid #c6d2d6;
	margin: 15px 10px;
	padding: 18px 10px 0 10px;
}
#home-contact-info-hdr h2 {
	font-size: 1.1em;
	line-height: 0.8em;
	font-weight: normal;
}
#home-contact-info-hdr a {
	font-size: .75em;
}

.home-contact-hdr {
	background: url("/customer-service/images/bg-home-contact-hdr.jpg") left top no-repeat;
	height: 37px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 15px;
}
.home-contact-hdr * {
	float: left;
}
.home-contact-hdr img {
	margin: 4px 0 0 7px;
}

#home-testimonials {
	width: 950px;
	margin: 30px 10px 0 10px;
	height: 130px;
	background: url("/customer-service/images/bg-home-testimonial.gif") left top repeat-x;
}
#home-testimonials p {
	margin-bottom: 10px;
	font-size: .75em;
}
#home-testimonials p.quote {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
}
#home-testimonials p.statement {
	color: #576166;
	font-size: .9em;
	line-height: 1.2em;
}
#home-testimonials .icon {
	margin-right: 13px;
	display: inline;
	float: right;
}
#home-testimonials .testimonial {
	float: left;
	width: 560px;
	margin-left: 2px;
	display: inline;
	padding-top: 25px;
}

#home-promo-right {
	width: 220px;
	background: url("/customer-service/images/bg-home-promo.gif") left top repeat-y;
	cursor:pointer;
}
#home-promo-right .promo {
	padding: 0 10px;
}
#home-promo-right .promo div {
	float: left;
	width: 115px;
	font-size: .75em;
	padding-bottom: 1px; /* fixing link problem in firefox */
}
#home-promo-right .promo img {
	float: right;
	margin-top: 4px;
}
#home-promo-right .promo p {
	line-height: 1.2em;
	margin: 0 0 5px 0;
	font-weight: bold;
}

#widget {
	width: 220px;
	font-size: .75em;
	margin-top: 5px;
	background: url("/customer-service/images/bg-home-widget.gif") left top repeat-y;
}
#widget h3 {
	width: 220px
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 1px;
	cursor: pointer;
	font-size: 1.25em;
}
#widget h3.last {
	margin-bottom: 0;
	width: 220px

}
#widget h3.selected a {
	background: url("/images/icon-arrow-active.gif") 9px 8px no-repeat;
	background-color: #8a9499;
}
#widget h3 a {
	color: #FFFFFF;
	width: 100%;
	line-height: 25px;
	display: block;
	text-indent: 18px;
	background: url("/images/icon-arrow-inactive.gif") 9px 9px no-repeat;
	background-color: #576166;
}
#widget h3 a:hover {
	background-color: #8a9499;
}
#widget ul {
	margin: 0;
}
#widget ul.last {
	background: url("/customer-service/images/bg-home-widget-btm.gif") left bottom no-repeat;
}
#widget ul li {
	padding: 3px 10px;
	line-height:1.2;
}
#widget ul li.last {
	padding:0;
	padding-bottom: 10px;
	margin-bottom:0;
	padding-left:10px;
	
}
#widget ul li a.indent {
	padding-left: 15px;
}
#widget ul li a.secure {
	padding-left: 15px;
	background: url("/images/icon-lock.gif") left 2px no-repeat;
}
/* /home page styles */

#category-header {
	height: 95px;
	background: url("/customer-service/images/bg-cat-hdr.gif") left top repeat-x;
	margin-bottom: 8px;
}
#category-header .header {
	float: left;
	width: 510px;
}
#category-header .long{
	float: left;
	width: 600px;
}
#category-header h1 {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
}
#category-header p {
	color: #576166;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

#subcategory-header {
	height: 70px;
	background: url("/customer-service/images/bg-subcat-hdr.gif") left top repeat-x;
	margin-bottom: 8px;
}
#subcategory-header .header {
	float: left;
	width: 510px;
}

#subcategory-header .header-long {
	float: left;
	width: 600px;
}

#subcategory-header h1 {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 10px;
}
#subcategory-header h1.centered {
	color: #293033;
	font-size: 1.1em;
	line-height: 70px;
	font-weight: bold;
	margin: 0;
}
#subcategory-header p {
	color: #576166;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}
#subcategory-header-short {
	height: 60px;
	background: url("/customer-service/images/bg-subcat-hdr.gif") left top repeat-x;
	margin-bottom: 0px;
}
#subcategory-header-short .header {
	float: left;
	width: 510px;
}
#subcategory-header-short h1 {
	color: #293033;
	font-size: 1.1em;
	line-height: .8em;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 10px;
}

/* 4 column styles */
.col230 {
	float: left;
	width: 230px;
	margin-right: 10px;
	display: inline;
}
.col230 ul, .col230 p, .col230 h2 {
	margin: 0 10px;
}
.col230 ul.topmargin5 {
	margin-top: 5px;
}
.col230 h2 {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 6px;
	margin-top: 10px;
	color: #293033;
}
.col230 h2 a {
	color: #293033;
}
.col230 .bluebox230 {
	background: url("/customer-service/images/bg-230-blue.gif") left top repeat-y;
	margin: 0 0 10px 0;
}
.col230 .bluebox230 .content230 {
	padding: 0 10px 5px 10px;
}
.col230 .bluebox230 h2 {
	margin: 5px 0 7px 0;
	font-size: .75em;
	line-height: .8em;
	float: left;
}
.col230 .help-box {
	margin: 0 0 10px 0;
	background: url("/customer-service/images/bg-help-box.gif") left top repeat-y;
}
.col230 .help-box .header {
	background: url("/customer-service/images/bg-help-box-hdr.jpg") left top no-repeat;
	height: 51px;
	position: relative;
}
.col230 .help-box .header img {
	position: absolute;
	bottom: 9px;
	left: 170px;
}
.col230 .help-box .header h3 {
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	position: absolute;
	bottom: 9px;
	left: 10px;
	width: 150px;
}
.col230 .help-box p {
	font-size: .75em;
	margin: 7px 10px 0 10px;
	line-height: 1.3em;
}

/* mcd-2008-04-09: Fixed inappropriate text wrapping */
.col230 .help-box strong.phone-number {
	display: block;
}
/* /mcd-2008-04-09: Fixed inappropriate text wrapping */

.col230 .bluebox230 h2.extra-text {
	margin-bottom:0px;
	font-size: .75em;
	float: left;
	line-height:.75em;
}

.help-box .header h3.long {
	width: auto;
}

.col230 .bluebox230 p {
	margin:5px 0 7px 0;
	font-size: .75em;
	clear: left;
	line-height: 1.3em;
	padding:0;
}
/* /4 column styles */

/* 3 column styles */
.col310 {
	float: left;
	width: 310px;
	margin-right: 10px;
	display: inline;
}
.col310 p, .col310 h3, .col310 table {
	margin-left: 10px;
}
.col310 h3 {
	font-size: .81em;
	font-weight: bold;
	margin-bottom: 6px;
}
.col310 p {
	color: #293033;
	font-size: .75em;
	line-height: 1.3em;
	margin-bottom: 7px;
}
.col310 p.smallgray {
	font-size: .7em;
	color: #8a9499;
}
.col310 p span.smallgray {
	font-size: .9em;
	color: #8a9499;
}
.col710 .article span.smallgray {
	font-size: .85em;
	color: #8a9499;
}

.col310 table {
	margin-bottom: 5px;
}
.bluebox310 {
	background: url("/images/bg-310-blue.gif") left top repeat-y;
}
.bluebox310 .content310 {
	padding-top: 7px;
}
.bluebox310 .icon {
	float: right;
	padding-top: 15px;
	height: 1px;
}
/* /3 column styles */

/* 2 column styles (use 4 column styles for the right column) */
.col710 {
	float: left;
	width: 710px;
	margin-right: 10px;
	display: inline;
}
.col710 dl, .col710 ul {
	margin: 0 10px;
}
.col710 dl.bottom-links {
	margin-top: 10px;
}
.col710 dl.bottom-links dt {
	margin-bottom: 5px;
}
.col710 dl.bottom-links dd {
	margin-bottom: 15px;
	
}
.col710 dl.bottom-links dd.last {
	margin-bottom: 0;
}
.col710 p {
	font-size: .75em;
	color: #293033;
	margin: 0 10px 15px 10px;
	line-height: 1.3em;
}
.col710 p.regtext {
	font-size: .75em;
	margin-bottom: 0px;
	color: #293033;
}
.col710 h2 {
	font-size: .85em;
	margin: 0 30px 7px 10px;
	color: #293033;
	font-weight: bold;
	display: inline;
}

.col710 #main h2 {
	display: block;
}

.col710 h3 {
	font-size: .8em;
	margin: 0 10px 7px 10px;
	color: #293033;
	font-weight: bold;
}
.col710 .inner-content {
	padding: 5px 10px 10px 10px;
}
.col710 .inner-content h2 {
	margin: 0 0 5px 0;
	display: block;
}
.col710 .inner-content p {
	font-size: .75em;
	color: #293033;
	margin: 0;
}
.col710 .inner-content p.buttons * {
	vertical-align: middle;
}
.col710 .inner-content p.buttons input {
	margin-right: 20px;
}

.col710 .inner-content p.buttons input.continue{
	margin-right:6px;
}

.col710 .inner-content p.buttons a{
	margin-left:20px;
}


.col710 .inner-content .divider {
	height: 1px;
	font-size: 0;
	background-color: #c6d2d6;
	margin: 10px 0;
}
.col710 .inner-content .divider-bottom {
	height: 1px;
	font-size: 0;
	background-color: #c6d2d6;
	margin: 20px 0;
}
.col710 .inner-content .form {
	float: left;
	width: 348px;
	display: inline;
}
.col710 .inner-content .form p {
	font-size: .75em;
	margin-top: 14px;
}

.col710 .inner-content  p.less{
	margin-top:6px;
}
.col710 .inner-content .form p .year {
	padding: 0 5px 0 10px;
}	
.col710 .inner-content .form p.hint, .col710 .inner-content .manage p.hint {
	font-size: .7em;
	color: #8a9499;
	margin-top: 3px;	
}

.manage a.sheets{
	background: url("/images/icon-sheets.gif") left 3px no-repeat;
	padding-left: 17px;
	margin-left: 10px;
}

.manage .checkbox{
	margin:0px 7px 2px 0px;
	vertical-align: middle;
	width:15px;
}

.manage input.input{
	margin:3px 8px 0px 8px;
}
.col710 .options h2{
	margin:25px 0px 21px 0px;
}

.manage{
	margin-bottom:18px;
}

.col710 .inner-content .form select {
	margin-right: 5px;
	width: 60px;
	height:21px;
}
.col710 .inner-content .form select {
	margin-top: 3px;
	font-size: 12px;
	padding-top:2px;
}
.col710 .inner-content .bluebox340right {
	margin: 10px 0;
	background-color: #e4e7e8;
	width: 340px;
	float: right;
}
.col710 .inner-content .bluebox340right h3 {
	font-size: .75em;
	font-weight: bold;
}

.col710 h3.left {
	margin: 2pt 0px 0px 10px;
	padding-bottom:6px;
	display:inline;
}
	
.col710 .inner-content .bluebox340right p {
	margin: 0 10px;
	line-height: 1.3em;
}
.col710 .inner-content .box340right {
	width: 340px;
	float: right;
	background: url("/customer-service/images/bg-340.gif") left top repeat-y;
}
.col710 .inner-content .box340right p {
	margin: 0 10px;
}
.col710 .inner-content .box340right p img {
	margin-top: 10px;
}
.borders710 {
	background: url("/customer-service/images/bg-710.gif") left top repeat-y;
}
.bluebox710 {
	background-color: #dce3e5;
	margin-bottom: 16px;
}

.bluebox710 .content705 {
	width: 690px;
	font-size: .75em;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.bluebox710 .content705 * {
	vertical-align: middle;
}
.bluebox710 .content705 .icon {
	margin: 0 5px 0 0;
}

.bluebox710 .content705 .title {
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}
.bluebox710 .content705 a {
	margin: 0 5px;
}
	
.bluebox710 .content710 {
	width: 690px;
	font-size: .75em;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	height:26px;
}
.bluebox710 .content710 * {
	vertical-align: middle;
}
.bluebox710 .content710 .icon {
	margin: 0 5px 0 0;
}

.bluebox710 .content710 .title {
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}
.bluebox710 .content710 a {
	margin: 0 5px;
}
/*bluebox - when text needs to wrap*/
.bluebox710wrap {
	background-color: #dce3e5;
	margin:0 0 16px 0;
}

.bluebox710wrap .content710 .icon {
	margin: 0 10px 0px 25px;
	float:left;
	display:inline;
}

.bluebox710wrap .content710 p {
	font-size: .75em;
	margin:0 25px 0 0;
	padding:5px 0 0 0;
	line-height: 20px;
	color: #293033;
}

.bluebox710wrap .content710 p a img {
	vertical-align:middle;
	line-height:50px;
	padding:0 5px 0 5px;
	}

.bluebox710wrap .content710 p .title {
	font-size: 16px;
	margin:0 10px 0 0;
	padding:0;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}

.bluebox710wrap .content710 p.title {
	font-size: 16px;
	margin:7px 10px 0 10px;
	padding:0;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}

.bluebox710wrap .content710 p.title.secondline {
	margin-top:5px;
	margin-bottom:7px;
	}

.bluebox710wrap .content710 p.title span{
	font-size: .70em;
	margin:0 10px 0 0px;
	padding:0;
	color:#000;
	font-weight:normal;
	vertical-align:middle;
	
}
.bluebox710wrap .content710 p.title span strong a {
	font-weight:normal;
	color:#1200d3;
	}
/* end bluebox - when text needs to wrap*/
.content-below {
	margin-bottom: 20px;
}
#bottom-content {
	font-size: .75em;
}
#bottom-content h2 {
	font-size: 1.2em;
	margin: 0 10px;
	display: inline;
	font-weight: bold;
}
#bottom-content h2.nomargin {
	margin-left: 0;
}
#bottom-content h2.content-above {
	margin: 20px 10px 0 10px;
	display: block;
}
#bottom-content .content-below {
	margin-bottom: 20px;
}
#bottom-content .faq {
	margin-top: 15px;
}
/* 1 column styles */
.col950 {
	width: 950px;
	margin: 0 10px;
	background: url("/customer-service/images/bg-950.gif") left top repeat-y;
}
.col950 .content950 {
	padding: 2px 10px 0 10px;
}
.col950 .content950 .disclaimer {
	clear: both;
	font-size: .7em;
	line-height: 1.2em;
	color: #8a9499;
	width: 700px;
	padding-top: 7px;
}
.bluebox340 {
	background: url("/customer-service/images/bg-340-blue.gif") left top repeat-y;
	float: left;
	width: 340px;
}
.bluebox340 h2 {
	font-size: .85em;
	font-weight: bold;
	margin: 5px 0 7px 10px;
	line-height: .75em;
}
.bluebox340 h3 {
	font-size: 100%;
	font-weight: bold;
}
.bluebox340 p {
	margin: 0 0 0 10px;
	font-size: .75em;
	line-height: 1.2em;
}
.bluebox340 form {
	margin-left: 5px;
	width: 300px;
}
.bluebox340 .radio {
	font-size: .75em;
	margin: 3px 15px 0 0;
	float: left;
	padding-right: 15px;
	border-right: #BBBBBB 1px solid;
}
.bluebox340 .radio2 {
	font-size: .75em;
	margin: 3px 15px 0 0;
	float: left;
	padding-right: 10px;

}

.bluebox340 .radio input {
	vertical-align: middle;
	margin-bottom: 2px;
}
.bluebox340 .field-block {
	font-size: .75em;
	margin: 10px 0 0 5px;
	float: left;
	display: inline;
}
.bluebox340 .field-block input {
	margin: 3px 0;
}
.bluebox340 .field-block .hint {
	color: #576166;
	font-size: 90%;
}
.bluebox340 .logos {
	text-align: center;
	padding: 5px 0;
}
.bluebox340 .logos img {
	vertical-align: top;
	margin: 0 10px;
}

.box340 {
	width: 340px;
	float: left;
	margin-left: 10px;
	display: inline;
	padding-top: 15px;
}

.box340 {
	width: 340px;
	float: left;
	margin-left: 10px;
	display: inline;
	padding-top: 15px;
}

.box340 h3{
	margin-top: 10px;
}

.box340.border {
	padding: 0;
	margin-left: 0;
	background: url("/customer-service/images/bg-340.gif") left top repeat-y;
}
.box340.content-below {
	margin-bottom: 10px;
}
.box340 h2 {
	font-weight: bold;
	font-size: .85em;
	line-height: .85em;
	margin-bottom: 12px;
}
.box340.border h2 {
	margin: 4px 0 10px 10px;
}
.box340 h3 {
	font-weight: bold;
	font-size: .75em;
	line-height: .75em;
}
.box340 p {
	font-size: .75em;
	margin: 5px 0;
}

#results-left-side {
	width: 340px;
}

.box580 {
	width: 580px;
	float: right;
	background: url("/customer-service/images/bg-580.gif") left top repeat-y;
}
.box580 #results-map {
	text-align: center;
}
.box580 #results-map p {
	font-size: .7em;
	color: #8a9499;
	margin-top: 10px;
}
.box580 #results-map #zoom {
	padding-left: 12px;
	margin-top: 20px;
}

#search-results {
	margin: 0 10px;
}
#search-results .driving-row {
	font-size: .75em;
	margin-bottom: 1px;
}
#search-results .driving-row.address {
	border-bottom: 1px solid #c6d2d6;
	padding-bottom: 8px;
	margin-bottom: 7px;
}
#search-results .driving-row.headers {
	margin-bottom: 10px;
	margin-top: 15px;
}
#search-results .driving-row .from {
	margin-right: 20px;
	display: inline;
}
#search-results .search-results-row  {
	font-size: .75em;
	padding-bottom: 3px;
	padding-left: 13px;
}
#search-results .search-results-row p {
	font-size: 100%;
	clear: both;
	margin-bottom: 3px;
}
#search-results .search-results-row p.title {
	margin-left: -13px;
}
#search-results .search-results-row.border {
	padding-bottom: 10px;
	border-bottom: 1px solid #c6d2d6;
	background: none;
	margin-bottom: 15px;
}
#search-results .search-results-row.next {
	line-height: 20px;
	padding-left: 0;
}

#search-results .search-results-row.details {
	background:transparent none repeat scroll 0%;
	border-bottom:1px solid #C6D2D6;
	margin-bottom:15px;
	padding-bottom:10px;
	padding-left: 0px;
}

.bluebox240 {
	width: 240px;
	float: left;
	background: url("/customer-service/images/bg-240-blue.gif") left top repeat-y;
}
.bluebox240 p {
	margin: 3px 10px 10px 10px;
	font-size: .75em;
	line-height: 1.2em;
}
.bluebox240 .logos {
	text-align: center;
	padding: 5px 0;
}
.bluebox240 .logos img {
	vertical-align: top;
	margin: 0 10px;
}
/* right hand column has no margin */
.col-last {
	margin-right: 0px;
}

.right-float-box {
	width: 220px;
	float: right;
	background-color: #f3f4f4;
	margin-right: 10px;
	display: inline;
}
.right-float-box h2 {
	background: url("/customer-service/images/bg-right-float-hdr.gif") left top no-repeat;
	line-height: 25px;
	font-size: .75em;
	padding-left: 10px;
	font-weight: bold;
	margin: 0;
	display: block;
}
.right-float-box p {
	margin: 10px 10px 15px 10px;
	font-size: .75em;
	color: #293033;
	line-height: 1.2em;
}
.right-float-box ul {
	margin-left: 10px;
}

/* email reminder pop-up */
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -367px;
    width:735px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#reminder-popup {
	/*position: absolute; 
	top: 190px; 
	left: 130px; */
	background: url("/customer-service/images/bg-reminder-popup-lrg.png") left top no-repeat; 
	width: 735px; 
	height: 750px;
	display: none;
	z-index: 100;
}
#reminder-popup #reminder-popup-title {
	float: left;
	font-weight: bold;
	font-size: 1em;
	margin: 18px 0 0 15px;
	display: inline;
}
#reminder-popup #reminder-popup-description {
	color: #8a9499;
	float: left;
	font-size: .8em;
	margin: 7px 0 0 15px;
	padding-right: 45px;
	display: inline;
	line-height: 1.1em;
}
#reminder-popup #close-button {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
}
#reminder-popup #screenshot {
	margin: 35px 0 0 15px;
	float: left;
	display: inline;
}
#reminder-popup #popup-menu-container {
	float: left;
	margin: 35px 0 0 25px;
	display: inline;
	width: 225px;
}
#reminder-popup #popup-menu-container #menu-title {
	font-weight: bold;
	font-size: .8em;
}
#reminder-popup #popup-menu-container ul {
	font-size: .75em;
	margin: 10px 0 15px 0;
}
#reminder-popup #popup-menu-container ul li {
	margin-bottom: 5px;
}
#reminder-popup #popup-menu-bluebox {
	background-color: #dce3e5;
	font-size: .75em;
	line-height:1.2;
}
#reminder-popup #popup-menu-bluebox .icon {
	float: left;
	margin: 0 8px 0 10px;
	display: inline;
}
#reminder-popup #popup-menu-bluebox p {
	margin: 4px 0 2px 0;
}
#reminder-popup #popup-menu-bluebox .buttons {
	padding-top: 5px;
}
#reminder-popup #popup-menu-bluebox .buttons * {
	vertical-align: middle;
}

/* email reminder pop-ups (without menu) */
#reminder-popup {
	/*position: absolute; 
	top: 190px; 
	left: 130px; */
	background: url("/customer-service/images/bg-reminder-popup-lrg.png") left top no-repeat; 
	width: 735px; 
	height: 720px;
	display: none;
	z-index: 100;
}
#reminder-popup #reminder-popup-title {
	float: left;
	font-weight: bold;
	font-size: 1em;
	margin: 18px 0 0 15px;
	display: inline;
}
#reminder-popup #close-button {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
}
#reminder-popup #screenshot {
	margin: 40px 0 0 15px;
	float: left;
	display: inline;
}
#reminder-popup #popup-menu-container {
	float: left;
	margin: 40px 0 0 25px;
	display: inline;
	width: 225px;
}
#reminder-popup #popup-menu-container #menu-title {
	font-weight: bold;
	font-size: .8em;
}
#reminder-popup #popup-menu-container ul {
	font-size: .75em;
	margin: 10px 0 15px 0;
	line-height: 1.3em;
}
#reminder-popup #popup-menu-container ul li {
	margin-bottom: 5px;
}
#reminder-popup #popup-menu-bluebox .icon {
	float: left;
	margin: 0 8px 0 10px;
	display: inline;
}
#reminder-popup #popup-menu-bluebox p {
	margin: 4px 0 2px 0;
}
#reminder-popup #popup-menu-bluebox .buttons {
	padding-top: 5px;
}
#reminder-popup #popup-menu-bluebox .buttons * {
	vertical-align: middle;
}

/* login boxes */
.login-box {
	background: url("/customer-service/images/bg-login-box.jpg") left top no-repeat;
	height: 286px;
	width: 410px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.logout-box-dog {
	background: url("/customer-service/images/bg-logout-box-dog.jpg") left top no-repeat;
	height: 319px;
	width: 410px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.logout-box {
	background: url("/customer-service/images/bg-logout-box.jpg") left top no-repeat;
	height: 319px;
	width: 410px;
	float: left;
	display: inline;
	margin-bottom: 10px;
}


.login-box.margin, .logout-box-dog.margin, .logout-box.margin {
	margin-left: 20px;
}

.login-box h2, .login-box p, .login-box ul, .logout-box-dog h2, .logout-box-dog p, .logout-box-dog ul, .logout-box h2, .logout-box p, .logout-box ul {
	margin-left: 20px;
}
.login-box h2, .logout-box-dog h2, .logout-box h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 16px;
	line-height: 1.2em;
	float: left;
	display: inline;
}
.login-box p, .logout-box-dog p, .logout-box p {
	clear: both;
	font-size: .75em;
	margin-top: 10px;
	line-height: 1.2em;
}
.login-box p.hint, .logout-box-dog p.hint, .logout-box p.hint {
	margin-top: 2px;
	font-size: .7em;
}
.login-box p.hint *, .logout-box-dog p.hint *, .logout-box p.hint * {
	vertical-align: middle;
}
.login-box p img, .logout-box-dog p img, .logout-box p img {
	vertical-align: middle;
	margin-right: 10px;
}
.login-box p span input, .logout-box-dog p span input, .logout-box p span input {
	vertical-align: middle;
	margin-right: 10px;
}
.login-box ul, .logout-box-dog ul, .logout-box ul {
	font-size: .75em;
	margin-top: 10px;
}
.login-box ul li, .logout-box-dog ul li, .logout-box ul li {
	margin-bottom: 3px;
	background: url("/images/bullet-blue.gif") left 5px no-repeat;
	padding-left: 10px;
}
.login-box ul.big, .logout-box-dog ul.big, .logout-box ul.big {
	font-size: .85em;
	font-weight: bold;
}
.login-box ul.big li, .logout-box-dog ul.big li, .logout-box ul.big li {
	background: url("/images/bullet-bold-black.gif") left 5px no-repeat;
}

.login-box select, .logout-box-dog select, .logout-box select {
	width: 175px;
}

.login-box .field, .logout-box-dog .field, .logout-box .field {
	margin-top: 3px;
}
/* login bottom promos */
.login-promo {
	width: 270px;
	float: left;
	margin-right: 15px;
	display: inline;
	height: 112px;
}
.login-promo.cash {
	background: url("/customer-service/images/bg-login-promo-cash.jpg") left top no-repeat;
}
.login-promo.bill {
	background: url("/customer-service/images/bg-login-promo-bill.jpg") left top no-repeat;
}
.login-promo.shop {
	background: url("/customer-service/images/bg-login-promo-shop.jpg") left top no-repeat;
}
.login-promo.last {
	margin: 0;
}
.login-promo h3 {
	font-size: .8em;
	font-weight: bold;
	margin: 10px 0 10px 10px;
}
.login-promo p {
	width: 160px;
	font-size: .75em;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}
/* gray promo below the logins */
.login-gray840 {
	background-color: #dce3e5;
	margin-bottom: 18px;
}
.login-gray840 p{
	font-size: .75em;
	margin: 15px 25px;
}

.login-error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
}

#cardholder_information a.what {
	font-size: .70em;
	color: #267bb1;
	margin: 0 0 0 5px;
	padding:0px;
	}

#cardholder_information a.edit {
	font-size: .70em;
	color: #267bb1;
	padding: 0;
	margin: 2px 10px 0 0;
	float:right;
	text-align:right;
	}

/*mouseover pop-up tip styles*/
#overlay {
	margin: 0;
	padding:0;
	width: 282px;
	display:block;
	position:absolute; left: 420px; top: 210px;
}

#overlay_top {
	background:url(/cardmembersvcs/login/images/bg_overlay_top.gif) no-repeat top left;
	display:block;
	height: 31px;
	}

#overlay img {
	position:relative;
	left: 50px;
	top: 12px;
	}

#overlay span.reg {
	background:url(/cardmembersvcs/login/images/bg_overlay_bottom.gif) no-repeat bottom left;
	margin: 0; 
	padding:0 45px 15px 50px;
	text-align: left;
	display:block;
	width: 190px;
	font-size: .70em;
	color:#526066;
	line-height: 1.35;
}

/* "Register for the Discover Card Account Center" Styles */

.space230{
	margin-bottom: 210px;
}
.space140{
	margin-bottom: 140px;
}

.space115{
	margin-bottom: 115px;
}
	
.space19{
	margin-bottom: 19px;
}

.space3{
	margin-bottom: 3px;
}

.col710 .inner-content .form p.space{
	margin-top:20px;	
}

.col710 .inner-content p.space3{
	margin-bottom:3px
}

.manage ul.list li {
	padding-bottom:0px;
	line-height:15px;
}

#stepnav{
	height: 38px;
	margin:29px 0px 22px 14px;
}

#steps{
	width:600px; 
	margin-bottom:15px;
	display: inline;
	height: 70px;
	color:#c0c8cc;
	font-size:0.75em;
	font-weight:bold;
}

#steps ul{
	background: url("/customer-service/images/bg-step-2.gif") left top repeat-x;
	padding-top:17px;
	width:224px; 
	float: left;
	display:inline;
	margin:0px;	
	
}
ul#steps li{
	width:224px; 
	float: left;
	display:inline;
	margin-left:3px;
	text-align:center;
	
}
#steps ul.active{
	background: url("/customer-service/images/bg-step-active.gif") left top repeat-x;
	color:#3d484d;
}

#steps ul.done{
	background: url("/customer-service/images/bg-step-done.gif") left top repeat-x;
	color:#8a9499;
}

#steps ul.two{
	background: url("/customer-service/images/bg-step-2.gif") left top repeat-x;
}

#steps ul.three{
	background: url("/customer-service/images/bg-step-3.gif") left top repeat-x;
}

#steps ul font.big{
	font-size:20px;
	margin-right: 3px;
}

.manage p.description{
 margin: 4px 0px 0px 22px;
}

.last{
	margin-bottom: 5px;
}

.col710 .inner-content .form p.space {
	margin-top:20px;	
}

.col710 .divider-bottom {
	background-color:#C6D2D6;
	font-size:0pt;
	height:1px;
	margin:15px 10px 14px;
}

.form input, .manage input{
	width:196px;
	height:16px;
	padding: 2px 3px 0px 2px;
	margin-top:3px;
}

input.short{
	width:53px;
}

input.shorter{
	width:36px;
	
}

.register{
	margin-top: 22px;
}
	
ul.register{
	margin-top: 15px;
}
	
.arrows{
	background: url(/customer-service/images/bg-register-form.gif) no-repeat;
}

.clear13 {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 13px;
}

#sign-me-up{
	vertical-align:middle;
	margin:0px 7px 2px 0px;
	width:15px;
}

/* /"Register for the Discover Card Account Center" Styles */

/* articles */
div.article p {
	font-size: .75em;
	color: #293033;
	margin: 0 40px 10px 10px;
	line-height:1.3;
}

div.article h3 {
	margin-top: 20px;
}

div.article h3.first {
	margin-top: 0px;
}
/* /articles */

/* //Register for the Discover Card Account Center Styles */

/* Card Account Center Tour Styles*/

.col710 .inner-content ul.tour li{
	margin:0px;
	padding-bottom:5px;
}

.col710 .inner-content .tour img{
	margin-left:20px;
}

.col710 .inner-content .section{
	float:left;
	margin:8px 0px 22px;
	width:690px;
}	

/* Special Payment Programs Styles */



ul.special-payment-list li.plain{
	background:transparent url(/customer-service/images/bullet.gif) no-repeat scroll 0pt 0.4em;
	font-size:0.75em;
	line-height:1.2;
	padding:0pt 0pt 8px 10px;
	margin-left:5px;
}	
ul.special-payment-list li.no-bullet{
	background:none;
	font-size:0.75em;
	list-style-type:none;
	font-size:0.75em;
	line-height:1.3em;
	margin:0pt 10px 5px 0px;
}
.col710 p.top{
	margin-bottom: 5px;
}

#bottom-content dl.list{
	font-size:1em;
	margin-top:15px;
}

#bottom-content dl.list dd{
	margin-bottom:10px;
}

.col230 .bluebox230 h2.payment {
	font-size:0.85em;
	font-weight:bold;
	line-height:1.2em;
	margin-left:0px;
}

div.icons {
	float:left;
	width:50px;
	margin: 7px 0 0 5px;
}

.bluebox230right .icons{
	margin-top:2px;
}

div.icons img {
	margin: 0px 4px 0 0;
}

.pop-up {
	background: url("icon-question-popup-rollover.gif") top left no-repeat;
	display:block;
	width: 12px;
	height: 12px;
}

a.popup:link {
	background: url("icon-question-popup-gray.gif") top left no-repeat;
	display:block;
	width:12px;
	height:12px;
	}
	
a.popup:visited {
	background: url("icon-question-popup-gray.gif") top left no-repeat;
	display:block;	
	width:12px;
	height:12px;
	}
	
a.popup:active {
	background: url("icon-question-popup-gray.gif") top left no-repeat;
	display:block;	
	width:12px;
	height:12px;
	}
	
a.popup:hover {
	background: url("icon-question-popup-rollover.gif") top left no-repeat;
	display:block;
	width: 12px;
	height: 12px;
	}

.col230 .bluebox230 h2.payment{
	margin-bottom:0px;
}

.col230 .bluebox230 input{
	margin-top:3px;
}

.col230 .bluebox230 p.payment{
	margin-top:0px;
}

.col230 .bluebox230 span.hint {
	font-size: .9em;
	color: #8a9499;	
}

.col230 .bluebox230 input.short {
	margin:3px 5px 0 0;
}

.col230 .bluebox230 p.button{
	margin:12px 0 0 0;
}

/* hint overlay popup (security) */
#hint-overlay {
	position: absolute;
	width: 267px;
	display: none;
}
#hint-overlay .top-bg {
	background: url("/images/bg-hint-popup-top.png") left top no-repeat;
	width: 267px;
	height: 10px;
	font-size: 0;
	z-index: 100;
}
#hint-overlay .bottom-bg {
	background: url("/images/bg-hint-popup-btm.png") left top no-repeat;
	width: 267px;
	height: 15px;
	font-size: 0;
	z-index: 100;
}
#hint-overlay #hint-overlay-content {
	background: url("/images/bg-hint-popup.png") left top repeat-y;
	font-size: .75em;
	position: relative;
	padding: 4px 21px 3px 15px;
	color: #000000;
	z-index: 100;
}
#hint-overlay #hint-overlay-content h3 {
	font-weight: bold;
}
#hint-overlay #hint-overlay-content p {
	margin-top: 12px;
	line-height: 1.25em;
}
#hint-overlay #hint-overlay-content #hint-overlay-close {
	position: absolute;
	top: 1px;
	right: 16px;
}
#hint-overlay #hint-overlay-content ul {
	margin-top: 8px;
}
#hint-overlay #hint-overlay-content ul li {
	margin-top: 4px;
	background: url("/home/images/bullet.gif") left 3px no-repeat;
	padding-left: 10px;
	line-height: 1.25em;
}
#hint-overlay iframe {
	z-index: 1;
	width: 250px; 
	position: absolute; 
	top: 10px;
	left: 0px; 
	display: none;
}
/* /hint overlay popup */

a.sheets {
	background:transparent url(/cardmembersvcs/registration/images/external-link.gif) no-repeat scroll left 3px;
	padding-left:17px;
}
div.article p.sheets{
	color:#293033;
	font-size:0.81em;
	line-height:1.3;
	margin:0pt 40px 5px 10px;
}

ul.rewards li {
	font-size:0.75em;
	padding-bottom:8px;
}

ul.list li.secure {
	background: none;
	/*url("/images/icon-lock.gif") left top no-repeat;*/
	padding-left: 0px;
	line-height:1.1;
	padding-bottom:4px;
}

ul.list li.secure a {
	background: url("/images/icon-lock.gif") 0 .1em no-repeat;
	padding-left:15px;
	display:block;
	line-height:1.2;
	}
ul.list li.plain a{
	display:block;
	line-height:1.2;
	margin-left:16px;
}
ul.sheets li{
	background: none;
	padding-left: 0;
}

ul.sheets li a {
	background: url("/customer-service/images/external-link.gif") 0 .15em no-repeat;
	padding-left: 17px;
}

h1.terms{
	font-weight:bold;
	margin: 0 0 15px 8px;
}

div.help-box a.lock {
	background:url(/images/icon-lock.gif) 0 .1em no-repeat;
	padding-left:15px;
	}
a.margin{
	margin-right:10px;
}

.content .col710 .bluebox710 .content710 span.cash{
	margin-right:0px;
	font-size:16px;
	font-weight:bold;	
}

.content .col710 .bluebox710 .content710 span.it{
	position:relative;
	top:0px;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}

dt.long a{
	display:block;
	line-height:1.3em;
}

/*mcd 5/6/08 - mcafee placement*/
#mcafee-box {
	cursor:pointer;
	}
*html #mcafee-box p sup {
	font-size:11px;
	}
.mcafee-logo {
	float:left;
	padding-right:10px;
	}
/* /mcd 5/6/08 - mcafee placement*/

/* mcd 20080924 - enhanced travel benefits terms and conditions - new styles JAA */
#enhanced-travel-terms {
	font-size: 0.75em;
}

#enhanced-travel-terms p {
	font-size: 1em;	
}

#enhanced-travel-terms h1 {
	margin: 25px 0 15px 10px;
	font-weight:bold;
	font-size:1.6em;
}

#enhanced-travel-terms h2 {
	display:block;
	margin-bottom:.75em;
	margin-top:18px;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
}

#enhanced-travel-terms h3 {
	font-size: 1em;
	font-weight:bold;
}

#enhanced-travel-terms ul{
	padding:0.5em 0pt 1em;
	margin-bottom:1.2em;
	border-bottom:1px solid #C6D2D6;
}

#enhanced-travel-terms ul.no-line {
	padding:0.2em 0pt 0em;
	margin-bottom:0.5em;
	border:none;
}

#enhanced-travel-terms ul.no-line.border {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #C6D2D6;
}

#enhanced-travel-terms ul.no-line li {
	width:680px;
	padding-bottom:0.4em;
	padding-left:8px;
	background:transparent url(/images/bullet.gif) no-repeat scroll 0pt 0.5em;
	line-height:1.3em;
}
#enhanced-travel-terms ul.no-line li ul.nested-no-line {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}

#enhanced-travel-terms ul.no-line li ul.nested-no-line li {
	width:680px;
	padding-bottom:0.4em;
	line-height:1.3em;
}

#enhanced-travel-terms ul li {
	width:680px;
	padding-bottom:0.3em;
	padding-left:8px;
	background:transparent url(/images/bullet.gif) no-repeat scroll 0pt 0.5em;
	line-height:1.4em;
}

#enhanced-travel-terms ul.linked-list li {
	background:transparent url(/images/blue-bullet.gif) no-repeat scroll 0pt 0.5em;
}

#enhanced-travel-terms div.article p.no-space {
	margin:0px 40px 0px 10px;
	color:#293033;
	font-size:0.75em;
	line-height:1.3;
}

#enhanced-travel-terms p.top-line {
	margin-bottom:0;
	margin-top:2em;
	padding:1em 0pt 1em;
	border-top:1px solid #C6D2D6;
}

#enhanced-travel-terms p.bottom-line{
	border-bottom:1px solid #C6D2D6;
	padding-bottom:15px;
	margin-bottom:15px;
}
/* /mcd 20080924 - enhanced travel benefits terms and conditions - new styles JAA */

/* DFS 004 - 20081118 - updated travel benefits terms and conditions copy - additional styles - BC */

#enhanced-travel-terms p.center {
	text-align:center;
}

#enhanced-travel-terms ol {
	width:680px;
	padding-bottom:0.7em;
	padding-left:10px;
	line-height:1.4em;
	font-size: 1em;	
}

/* DFS-267 20080925	mj*/
div.article .call-to-action {
	margin-top: 20px;
	line-height:1;
}
div.article .call-to-action a {
	line-height:1;
}

/*	mcd-DFS-298-20081031-mj	NEW: for secure online account number	*/
.easy-1-2-3 {
	padding: 15px 0 5px 0;

}
.easy-1-2-3 h2 {
	color: #f60;
	font-size: 1.1em;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}
.easy-1-2-3 ol {
	padding-left: 25px;
	width: 90%;
}
.easy-1-2-3 ol li {
	list-style-type:decimal;
	margin-left: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #f60;
}
.easy-1-2-3 ol li span {
	font-weight: normal;
	font-size: .67em;
	color: #293033;
}
.easy-1-2-3 ol li strong {
	font-size: .8em;
}

.col710 .last {
	margin-bottom: 5px;
}
.col710 .first {
	margin-top: 15px;
}

.col230 .help-box p.text_red {
	color: #FF6600;
	font-size: .75em;
	}


/*
 * Paperless Statements Updated Page Edits 
 */

#paperless-statements .borders710 {
	background: none;
}

#paperless-statements .content710 span.title {
	font-size: 12px;
}

#paperless-statements .paperless-statement-main {
	background: url(/customer-service/statements/images/bg-paperless-statements.jpg) no-repeat;
	width: 709px;
	height: 276px;
	margin-bottom: 20px;
}

#paperless-statements .paperless-statement-main h1 {
	padding: 20px 10px 17px 345px;
	font-size: 23px;
	font-weight: bold;
}

#paperless-statements .paperless-statement-main ul {
	padding: 0 0 10px 336px;
}

#paperless-statements .paperless-statement-main ul li {
	background: url("/images/bullet.png") no-repeat 0 7px;
	padding-left: 8px;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}

#paperless-statements .paperless-statement-main p {
	padding-left: 337px;
	line-height: 10px;
}


#paperless-statements .benefit-item {
	float:left;
	width: 340px;
	display:inline;
	margin-bottom: 20px;
	padding-left: 15px;
}

#paperless-statements .benefit-item .benefit-copy {
	float:left;
}

#paperless-statements .benefit-item .benefit-copy h2 {
	margin:0 0 5px 5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
}

#paperless-statements .benefit-item .benefit-copy p {
	width: 215px;
	margin:5px 0 5px 5px;
	font-size: 12px;
}

#paperless-statements .benefit-item .image{
	float:left;
	width:90px;
}

#paperless-statements .bluebox710 {
	clear: both;
}

.right-placement .middle-content {
	border-left: 1px solid #DCE3E5;
	border-right: 1px solid #DCE3E5;
}

.right-placement.paperless-sweeps .top-content {
	background: url(/customer-service/statements/images/bg-placement-paperless-sweeps-top.jpg) no-repeat;
	height: 10px;
	font-size: 1%;
}

.right-placement.paperless-sweeps .btm-content {
	background: url(/customer-service/statements/images/bg-placement-paperless-sweeps-btm.jpg) no-repeat;
	height: 10px;
	font-size: 1%;
}

.right-placement.paperless-sweeps .middle-content {
	background: #F7F7F7 url(/customer-service/statements/images/bg-placement-paperless-sweeps-main.jpg) no-repeat;
	min-height: 200px;
	padding-left: 10px;
}

.right-placement.paperless-sweeps .middle-content h4 {
	padding: 130px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
}

/*
* Member Benefits Updates 02 26 2010 - mjw
*/

#member-benefits .borders710 {
	background: none;
}

#member-benefits .content710 span.title {
	font-size: 12px;
}

#member-benefits .member-benefits-main {
	background: url(/customer-service/account/images/bg-member-benefits-main.png) no-repeat;
	width: 710px;
	padding-bottom: 5px;
}

#member-benefits .member-benefits-main img {
	float: left;
	width: 252px;
	padding:6px 0 0 43px;
}

#member-benefits .member-benefits-main h1 {
	float: left;
	width: 350px;
	padding: 78px 10px 15px 43px;
	line-height:35px;
	font-size: 28px;
	font-weight: bold;
}

#member-benefits .member-benefits-main p {
	background:url("/images/icon-popup.gif") no-repeat top left transparent;
	float: left;
	padding: 0 0 5px 18px;
	margin-left: 43px;
	line-height: 10px;
}


#member-benefits .benefit-item {
	float:left;
	width: 340px;
	min-height: 105px;
	display:inline;
	margin-bottom: 20px;
	padding: 0 15px 0 0;
}

#member-benefits .benefit-item .benefit-copy {
	float:left;
	width: 215px;
}

#member-benefits .benefit-item .benefit-copy h2 {
	margin:0 0 5px 0;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
}

#member-benefits .benefit-item .benefit-copy p {
	width: 215px;
	margin: 5px 0 5px 0;
	font-size: 12px;
}

#member-benefits .benefit-item .image {
	float:left;
	width: 100px;
}

#member-benefits .bluebox710 {
	clear: both;
}

.pdf-dl-top {
	background: url(/customer-service/images/bg-pdf-download-top.png) no-repeat;
	height: 5px;
	font-size: 1%;
}

.pdf-dl-btm {
	clear: both;
	background: url(/customer-service/images/bg-pdf-download-btm.png) no-repeat;
	height: 5px;
	font-size: 1%;
}

.pdf-dl-content {
	float: left;
	background: #EEF2F3;
	min-height: 55px;
	width: 218px;
	padding: 0 0 0 10px;
	margin: 0;
	border-left: 1px solid #E2E8EA;
	border-right: 1px solid #E2E8EA;
}

.col230 .pdf-download {
	float:left;
	margin-top :10px;
}
.col230 .pdf-dl-content .pdf-copy {
	float: left;
	width: 165px
}

.col230 .pdf-dl-content p {
	width: 130px;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 15px;
	font-size: 12px;
	color: #364145;
}

.col230 .pdf-dl-content select {
	width: 150px;
	margin-top: 8px;
	font-size: 10px;
}

.col230 .pdf-dl-content .pdf-img {
	float: left;
	width: 50px;
	margin-top: 27px;
}

.js-only { 
	display: none; 
}

#member-benefits-obtrusive {
	height: 520px;
	width: 880px;
	margin-top: -260px;
	margin-left: -440px;
	position: absolute;
	top: 50%;
	left: 50%;		
	z-index: 4000;
}
/* Terms and Conditions Styles 20100331- mjw */

#t-and-c .borders710 {
	background: none;
}

#t-and-c #category-header {
	border-bottom: 1px solid #DCE3E3;
}

#t-and-c #category-header h1 {
	margin-top: 25px;
	font-size:24px;
	font-weight: normal;
}

#t-and-c #category-header p {
	font-size: 14px;
	font-weight: normal;
}

#t-and-c ul {
	width: 600px;
	margin: 0 0 15px 0;
}

#t-and-c ul li {
	background:url("/images/bullet.png") no-repeat scroll 0 4px transparent;
	padding-left: 10px;
	margin: 0 0 5px 10px;
	font-size: 13px;
}

#t-and-c p {
	width: 600px;
	font-size: 13px;
}

#t-and-c .important-info {
	background: #EFF2F3;
	width: 660px;
	padding: 10px;
	margin: 0 0 25px 10px;
	height: 365px;
	overflow-y: scroll;
	border: 1px solid #DCE3E5;
}

#t-and-c .important-info p {
	font-size: 11px;
	margin: 0 0 15px 0;
}

#t-and-c .important-info ul {
	margin-bottom: 10px;
}

#t-and-c .important-info ul li {
	margin-bottom: 5px;
	font-size: 11px;
}

#t-and-c .note {
	font-size: 11px;
	margin-bottom: 0;
	padding-top: 10px;
}

.print-link {
	background: url(/images/icon-print.gif) no-repeat;
	float: right;
	margin: 35px 20px 0 0;
	padding: 0 0 5px 25px;
	font-size: 12px;
}

/* Cardservices Page Specific Styles - 06232010 - mjw */

#member-benefits.card-services .member-benefits-main {
	height: 240px;
	background:url(/customer-service/account/images/bg-cardmember-services-main.jpg) no-repeat;
}

#member-benefits.card-services .member-benefits-main h1 {
	float: none;
	padding: 55px 0 10px 330px;
}

#member-benefits.card-services .member-benefits-main h2 {
	float: none;
	margin: 0;
	padding-left: 330px;
	font-size: 15px;
	font-weight: normal;
	color: #293033;
}

#member-benefits.card-services .member-benefits-main p.note  {
	float: none;
	background: 0;
	padding: 55px 0 0 330px;
	margin: 0;
	color: #566165;
}

#member-benefits.card-services .member-benefits-main span {
	color: #FF6600;
}

#member-benefits.card-services .benefit-item-section {
	float: left;
	border-bottom: 1px solid #DBE3E5;
}

#member-benefits.card-services .last {
	border: none;
}

#member-benefits.card-services .benefit-item {
	min-height: 110px;
}

#member-benefits.card-services .benefit-item .image {
	width: 120px;
}

#member-benefits.card-services .benefit-item .image img {
	display:block;
	margin: 0 auto;
}

#member-benefits.card-services h2 {
	clear: both;
	display: block;
	margin: 35px 0 50px 35px;
	font-size: 18px;
}

/* JDPower Changes to Top Home Banner 20100701 -mjw */

#home-banner .left-side {
	float: left;
	width: 550px;
	margin-right: 15px;
}

#home-banner .right-side {
	float: left;
	width: 320px;
}

#home-banner .right-side h3 {
	width: 290px;
	padding: 40px 0 0 40px;
	font-size: 15px;
	font-weight: bold;
	color: #566165;
}

#home-banner .right-side p.note {
	padding: 20px 0 0 10px;
	font-size: 12px;
	color: #566165;
}

#home-banner .right-side span {
	color: #FF6600;
}