@charset "utf-8";
/*
    font size px to % table
    8   61.5
    9   69.2
    10  77
    11  85
    12  93
    13  100
    14  108
    15  116
    16  123.1
    17  131
    18  138.5
    19  146.2
    20  153.9
    21  161.6
    22  167
    23  177
    24  185
    25  192.5
    26  200
    27  207.7
    28  215.5
    29  223.1
    30  230.8
}
    link:       #093b6f;
    text:       #555566;
    ltbl-brdr:  #cadae4;
    ltrbl-bg:   #ebf3fe;
    drbl-brdr:  #6489b5;
    brtyelorg:  #ff9900;
    dullorg:    #f28133;
    redorg:     #f54b0f;
*/

/******************************************************************/
/******************************************************************/
/************************************************ LAYOUT **********/
.yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
    padding-left: .5em;
    padding-right: .5em;
}
body {
    background: none #FFFFFF;
    background: url("../images/bg_body_grad.jpg") repeat-y scroll center 0 #bacae1;
    background-position: center center;
    color: #333333;
}
#bd {
    margin: 0;
}
.main-bg {
    background: none;
}
#site-logo {
    width: 182px;
    height: 40px;
}
.gray-line {
    background: url(../images/gray-line.gif) top center no-repeat #ffffff;
}
.lhs-tick-2 {
    background: url(../images/tick-large-2.png) top left no-repeat #ffffff;
    padding-left: 28px;
}


/******************************************************************/
/******************************************************************/
/****************************************** BASIC STYLES **********/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area input[type="password"],
.form-area select,
textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font-size: 110%;
    border: 1px solid #cfcfcf;
    padding: 3px;
    height: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
.form-area input[type="text"]:focus,
.form-area input[type="tel"]:focus,
.form-area input[type="email"]:focus,
.form-area input[type="password"]:focus,
.form-area select:focus,
textarea:focus{
	border: 1px solid #b6d6f5;
	outline: none;
	box-shadow: 0 0 2px 0 #c6dcf0;
	-moz-box-shadow: 0 0 2px 0 #c6dcf0;
	-webkit-box-shadow: 0 0 2px 0 #c6dcf0;
	-o-box-shadow: 0 0 2px 0 #c6dcf0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area input[type="email"],
.form-area input[type="password"]  {
    height: 24px;
}
.box-title .curve-left {
    background: url(../images/corners/curved-left.png);
}
.box-title .curve-right {
    background: url(../images/corners/curved-right.png);
}
.headline-top {
    font-family: Arial;
    font-size: 246.9%;
    color: #0b4c88;
}
.headline-bottom {
    font-family: Arial;
    font-size: 138.5%;
    color: #f47423;
    font-style: normal;
}
.property-details-title {
    background: url(../images/curved-title-bar.png) top left no-repeat;
}
.form-area .form-text {
    font-weight: normal;
    color: #333;
}

/******************************************************************/
/******************************************************************/
/********************************************* GLOBAL ELEMENTS ****/
#greyedbg {
    background-image: url(../images/greyed.gif);
}
#ft {
    margin: 0;
    position: static;
}
#footer-short {
    background: url(../images/footer-short-bg.jpg) top repeat-x #ffffff;
}
#footer-bottom {
    background-color: #FFFFFF;
    height: 0;
}
#footer {
    font-family: Arial;
    font-size: 131%;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #777777;
}
#footer p {
    display: inline-block;
    color: #777777;
}
#footer p.top {
    margin-right: 1.4em;
    display: block;
}
#footer p.bottom {
    padding-left: 1em;
}
#footer .link {
    background: url(../images/footer-separator.png) center right no-repeat;
    padding-left: .5em;
    padding-right: .5em;
    border-right: 0;
}
#footer .link.last {
    background: none;
}
#footer .separator {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #0b4c88;
    font-family: Arial;
    font-weight: bold;
}
h2 {
    font-size: 185%;
}
a,
a:hover {
    color: #0b4c88;
}

input {
    border-bottom: 1px solid #CECFD1;
    border-left: 1px solid #6C6D6F;
    border-right: 1px solid #CECFD1;
    border-top: 1px solid #6C6D6F;
}
.tooltip-icon {
    width: 12px;
    height: 13px;
    background: url(../images/tooltip.png) top left no-repeat;
}
.bg-primary {
    background-color: #f28133;
}
.color-primary {
    color: #f28133;
}
#overDiv div{background-color: #f2f8ff;}

/******************************************** Header **********/
#hd-top {
    height: 0;
    background: none #FFFFFF;
}
.hd-mid-bg {
    background: none;
}
#hd-mid-1 {
    background: none;
    width: 0;
}
#hd-mid-2 {
    text-align: left;
    width: 299px;
    padding: .6em 0 0 3px;
}
#hd-mid-3 {
    background: none;
}
.hd-mid {
    height: 96px;
}
.separator-line {
    height: 0;
}
#header-text {
    position: absolute;
    float: right;
    top: 0;
    right: 110px;
}
.member-btn {
    width: 0;
    height 0;
}
#member-sign-in {
    font-size: 93%;
    position: absolute;
    float: right;
    top: 15px;
    right: 5px;
}
.member-sign-in-text {
    color: #2571bb;
    text-decoration: none;
}
.member-sign-in-text:hover {
    color: #2571bb;
}
#pg-hd {
    padding-top: .2em;
}

/******************************************** Navigation **********/
#nav-wrapper-outer {
    /* contains top half of button graphic and default bg */
    background: none;
}
#nav-wrapper-inner {
    /* contains bottom half of button graphic */
    background: none;
}
#nav {
    /* container for buttons, allows for centering */
    background: url(../images/nav-bg.png) top repeat-x #2282d9;
    height: 41px;
}
#nav-bottom {
    background: none;
}
#nav-content {
    position: absolute;
    top: 69px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
    background: transparent;
}
#nav-content .nav-btn {
    font-size: 93%;
    text-transform: uppercase;
    width: auto;
    padding-left: 1.2em;
    padding-right: 1.2em;
    border: none;
    color: #ffffff;
    background: url(../images/nav-separator.png) top left no-repeat;
    height: 100%;
}
#nav-content .nav-btn-first {
    border: none;
    background: none;
}
/***
#nav-content .nav-btn-last {
    border: none;
    background: url(../images/btn_join.png) top center no-repeat;
    height: 30px;
}
#nav-content .nav-btn-last:hover {
    border: none;
    background: url(../images/btn_join.png) bottom center no-repeat;
    height: 30px;
} ***/
#nav-content .nav-btn-hov {
    color: #ffffff;
    background: url(../images/nav-arrow.png) top left no-repeat;
}

/******************************************** Column Header **********
.hdr-wrapper-outer {
    /* contains bottom half of hdr graphic, needs to span entire hrd so make this the outer wrapper *
    background: #59a144;
}
.hdr-wrapper-left {
    /* contains top left side of rounded corner of header default bg *
    background: #59a144;
}
.hdr-wrapper-right {
    /* contains top right side of rounded corner of header *
    background: #59a144;
}
.hdr-wrapper {
    /* contains top center graphic of header *
    background: #59a144;
}

/*************************************** Lightbox Corners ************/

.lightbox .form-corner-top .right {
    background: url('../images/bg_lightbox_1.png') no-repeat scroll right top #fff;
}

/****************************************** Lightbox REP Lead Div *******/
.lightbox-rep-lead .header {
    background: #2571bc;
}

/******************************************** Form Corners ***********/

.form-corner-top {
    background: none/*url(../images/corners/corner-top.gif) repeat-x*/;
}
.form-corner-bottom {
    background: none/*url(../images/corners/corner-bottom.gif) repeat-x*/;
}
.form-corner-top .left {
    background: none/*url(../images/corners/corner-tl.gif) top left no-repeat*/;
}
.form-corner-top .right {
    background: /*url('../images/bg_lightbox_1.png') no-repeat scroll right top #fff*/;
}
.form-corner-top .left-blue1 {
    background: none/*url(../images/corners/corner-tl-blue1.gif) top left no-repeat*/;
}
.form-corner-top .right-blue1 {
    background: none/*url(../images/corners/corner-tr-blue1.gif) top right no-repeat*/;
}
.form-corner-top .left-blue2 {
    background: none/*url(../images/corners/corner-tl-blue2.gif) top left no-repeat*/;
}
.form-corner-top .right-blue2 {
    background: none/*url(../images/corners/corner-tr-blue2.gif) top right no-repeat*/;
}
.form-corner-top .left-blue3 {
    background: none/*url(../images/corners/corner-tl-blue3.gif) top left no-repeat*/;
}
.form-corner-top .right-blue3 {
    background: none/*url(../images/corners/corner-tr-blue3.gif) top right no-repeat*/;
}
.form-corner-bottom .left {
    background: none/*url(../images/corners/corner-bl.gif) bottom left no-repeat*/;
}
.form-corner-bottom .right {
    background: none/*url(../images/corners/corner-br.gif) bottom right no-repeat*/;
}
.form-corner-bottom .left-blue1 {
    background: none/*url(../images/corners/corner-bl-blue1.gif) bottom left no-repeat*/;
}
.form-corner-bottom .right-blue1 {
    background: none/*url(../images/corners/corner-br-blue1.gif) bottom right no-repeat*/;
}
.form-corner-bottom .left-blue2 {
    background: none/*url(../images/corners/corner-bl-blue2.gif) bottom left no-repeat*/;
}
.form-corner-bottom .right-blue2 {
    background: none/*url(../images/corners/corner-br-blue2.gif) bottom right no-repeat*/;
}
.form-corner-bottom .left-blue3 {
    background: none/*url(../images/corners/corner-bl-blue3.gif) bottom left no-repeat*/;
}
.form-corner-bottom .right-blue3 {
    background: url('../images/bg_lightbox_1.png') no-repeat scroll right bottom #d9e3ec;
}

#col2 .form-corner-bg {
    background: none!important;
    border-left: none;
    border-right: none;
    padding-top: 40px;
}

#col2 .form-corner-top {
    background: url('../images/bg_widget_top.png') no-repeat scroll 0 0 #FFFFFF;
    height: 10px;
    margin-left: -11px;
    margin-top: -33px;
    width: 202px;
}

#col2 .top {
/*    background: url('../images/bg_widget_top.png') no-repeat scroll 0 0 transparent;*/
    margin-left: -11px;
    margin-top: -13px;
    padding: 20px 20px 10px;
    width: 162px;
}

#registration #col2 .top {
    background: none;
    margin-left: 0;
    margin-top: 0 !important;
    padding: 0;
    width: 100%;
}

/*************************************** Rounded Corners - Blue ***********/
.rounded-corner-top {
    display: none;
}
.rounded-corner-bottom {
    display: none;
}

/*************************************** Rounded Corners - Grey ***********/
.rounded-corner-grey-top {
    background: url(../images/corners/rounded-grey-top.gif) repeat-x;
}
.rounded-corner-grey-bottom {
    background: url(../images/corners/rounded-grey-bottom.gif) repeat-x;
}
.rounded-corner-grey-top .left {
    background: url(../images/corners/rounded-grey-tl.gif) top left no-repeat;
}
.rounded-corner-grey-top .right {
    background: url(../images/corners/rounded-grey-tr.gif) top right no-repeat;
}
.rounded-corner-grey-bottom .left {
    background: url(../images/corners/rounded-grey-bl.gif) bottom left no-repeat;
}
.rounded-corner-grey-bottom .right {
    background: url(../images/corners/rounded-grey-br.gif) bottom right no-repeat;
}

/*************************************** Rounded Corners - Blue ***********/
.rounded-corner-blue4 .top-left-blue4 {
    background: url(../images/corners/rounded-tl-blue4.gif) top left no-repeat;
}
.rounded-corner-blue4 .top-right-blue4 {
    background: url(../images/corners/rounded-tr-blue4.gif) top right no-repeat;
}
.rounded-corner-blue4 .bottom-left-blue4 {
    background: url(../images/corners/rounded-bl-blue4.gif) bottom left no-repeat;
}
.rounded-corner-blue4 .bottom-right-blue4 {
    background: url(../images/corners/rounded-br-blue4.gif) bottom right no-repeat;
}

/******************************************** Boxes ***********/
.curve-box {
    background: #ededfe url(../images/bg_curve_box.png) no-repeat center right;
}
.curve-box .tl {
    background: url(../images/bg_curve_box_border.png) no-repeat top left;
}
.curve-box .tr {
    background: url(../images/bg_curve_box_border.png) no-repeat top right;
}
.curve-box .bl {
    background: url(../images/bg_curve_box_border.png) no-repeat bottom left;
}
.curve-box .br {
    background: url(../images/bg_curve_box_border.png) no-repeat bottom right;
}

.shadow-box .tl {
    background: url(../images/bg_shadow_box.png) no-repeat top left;
}
.shadow-box .tr {
    background: url(../images/bg_shadow_box.png) no-repeat top right;
}
.shadow-box .bl {
    background: url(../images/bg_shadow_box.png) no-repeat bottom left;
}
.shadow-box .br {
    background: url(../images/bg_shadow_box.png) no-repeat bottom right;
}

/******************************************** Buttons ***********/
input.primary, input.secondary {
    background: url(../images/btn-prim-top.gif) top repeat-x #f28133;
}
input.secondary {
    background: url(../images/nav-btn-top.jpg) top repeat-x #5b85ab;
}
input.submit-btn {
    background: top left no-repeat url(../images/btn-bg.png);
    width: 200px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2em;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}
input.submit-btn:hover{
    background-position: bottom left;
}
input.submit-btn-large {
    background-image: url(../images/btn-large.png);
}
input.submit-btn-orange {
    background-image: url(../images/btn-orange.png);
}
input.submit-btn-small {
    background-image: url(../images/btn-small.gif);
}
input.submit-btn-short {
    background-image: url(../images/btn-short.gif);
}
input.submit-add-and-continue {
    background-image: url(../images/btn-add-and-continue.gif);
}
input.submit-no-thanks {
    background-image: url(../images/btn-no-thanks.gif);
}
input.submit-continue {
    background-image: url(../images/btn-continue.gif);
}

/********************************************** Lists ************/
ul.graphic li {
    list-style-image: url(../images/list-arrow.gif);
}

/******************************************************************/
/******************************************************************/
/************************************************* COMPONENTS******/
/*.sidebar, .sidebarSolid, .sidebarBlank {
    background: url(../images/side-bar-gradient.jpg) top repeat-x #ffffff;
}
.sidebar-bg-bottom {
    background: url(../images/side-bar-gradient-bottom.jpg) bottom repeat-x #ffffff;
}
*/

/************************************************ Forms ***********/
.arrow {
    background: url(../images/list-arrow-2.gif) top left no-repeat;
}
.arrow-2 {
    background: url(../images/list-arrow.gif) top left no-repeat;
}
.circle {
    background: url(../images/circle.gif) top left no-repeat;
}
fieldset.orange {
    background: url(../images/grad_org-wht.jpg) bottom repeat-x #ffffff;
}

/*****************************************************************/
/*****************************************************************/
/*************************************** PAGE SPECIFIC ***********/

/********************************************** Property Details ********/

#details .form-corner-bg {
    background:none;
    border:none;
}

#details .eo-form .button-content {
    margin: 0.9em 0 0.6em;
    text-align: center;
}

#details .form-area .form-title {
    background-color: transparent;
    color: #777777;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
    top: 5px;
}

#details .form-main {
    margin-top: 10px;
}

#details #eoForm {
    background: url("../images/bg_eoform.png") repeat scroll 0 0 transparent;
    float: right;
    padding-top: 10px;
    width: 202px;
    min-height: 256px;
}

#details #eoForm .form-title {
    background: none repeat scroll 0 0 transparent !important;
}


#details .hdr-wrapper h5,
#details .hdr-wrapper h6 {
    background: #8FBCE5;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    text-indent: 5px;
}

#details .summary-content {
    min-height: 242px;
}

#details .rounded-corner-top,
#details .rounded-corner-top .right,
#details .rounded-corner-top .left,
#details .rounded-corner-bg,
#details .rounded-corner-bottom,
#details .rounded-corner-bottom .right,
#details .rounded-corner-bottom .left {
    background-image: none;
    background-color: #FFFFFF;
    border: none !important;
}


.summary-content h6 {
    color: #2571BB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.summary-content h6 strong {
    font-weight: normal;
}

#details h3 {
    color: #2571BB;
}

#details #bd-main a,
#details #bd-main a:hover {
    color: #ff0000;
}

#details .saletype-summary {
    margin-right: -50px;
}

#details input.submit-btn-small {
    background-image: url("../images/btn_empty_1.png");
}

#details .eo-form .promotion-text {
    color: #666666;
    font-size: 95%;
}

#details .prop-det-odd {
    background: #fff;
    border-bottom: 1px dashed #8ebbe6;
}

#details .prop-det-even {
    background-color: #FFFFFF;
    border-bottom: 1px dashed #8ebbe6;
}

#details .form-area input[type="text"],
#details .form-area input[type="tel"],
#details .form-area input[type="email"] {
    width: 12.2em;
}

/********************************************* Search Results ***********/
#search-results .hdr-wrapper {
    /* contains top center graphic of header */
    background: url("../images/bg_l3.png") no-repeat scroll left -52px #FFFFFF;
}

#search-results .hdr-wrapper-left {
    background: url('../images/bg_l3.png') no-repeat scroll left -52px #FFFFFF;
}

#search-results .hdr-wrapper-right {
    background: url('../images/bg_l3.png') no-repeat scroll right -52px #FFFFFF;
}

#search-results .hdr-wrapper-outer {
    background: none;
    height: 26px;
}

#search-results td.sr-col1, td.sr-col2, td.sr-col3, td.sr-col4, td.sr-col5, td.sr-col6, td.sr-col7 {
    border-left: none;
}

#search-results .search-results-11 .property-details .property-details-box {
    border: 3px solid #2e74b7;
    border-top: 2px solid #2e74b7;
}

#search-results .eo-form {
    margin-bottom: none;
    margin-top: none;
}
#search-results .eo-form .reg-text {
    color: #666666;
    text-align: center;
}

.sidebar-bg-bottom .eo-form{
    background: url("../images/bg_widget.png") no-repeat scroll right bottom #FFFFFF;
    margin-left: -13px;
    margin-right: -13px;
}

.form-content {
    padding-left: 13px;
}

.cust-email {
    width: 12.2em;
}

#col2  .sidebar-bg-bottom .top {
    margin-left: -26px;
    margin-top: -40px;
    width: 15em;
    color: #666666;
    font-style: italic;
}

#testimonials #col2 .sidebar-bg-bottom .top {
    margin-top: -55px;
}

#col2  .sidebar-bg-bottom .top .bigbluetext{
    text-transform: uppercase;
}

.sidebar-bg-bottom {
    border-bottom:  none;
    border-left:  none;
    border-right:  none;
    border-top: none;
    margin-bottom: 1em;
    padding: 1em 1em 1em 2.8em;
}

#search-results .eo-form .promotion-text {
    color: #666666;
    font-size: 95%;
}

#testimonials .eo-form .promotion-text {
    color: #666666;
    font-size: 95%;
}
#testimonials #col2 .form-corner-top {
    text-align: center;
}

#col2 .form-corner-top {
    background: url('../images/bg_widget_top.png') no-repeat scroll 0 0 #FFFFFF;
    margin-left: 2px;
}

.eo-form .form-area input[type="text"],
.eo-form .form-area input[type="tel"],
.eo-form .form-area input[type="email"] {
    width: 12.2em;
}

#search-results .eo-form .form-title {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    font-size: 138.5%;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px white;
    width: 142px;
}
#search-results h3,
#search-results h2 {
    color: #2571BB;
}

#search-results .search-results-2 .eo-form .form-title {
    font-size: 102%;
    font-weight: bold;
    width: 156px;
}

/******************************************** Search Results Listings ***********/
#search-results .sr-row-even td,
#search-results .search-results-11 .sr-row-even td,
#search-results .search-results-11 .sr-row-odd td {
    background: #fff;
    border-bottom: 1px solid #000000;
}

#search-results .sr-row-odd td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
}

.sr-main h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.submit-btn-short {
    background: url('../images/btn_empty_1.png') no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 104px;
}

input.submit-btn-short:hover {
    background-position: 0 -32px;
}

.results-footer .highlighted {
    color: #377C23;
}

/********************************************* Preview **************/
.table-preview {
    background: url(../images/grad_drk-blu_lt-blu.jpg) top repeat-x #f2f9ff;
}

/****************************************** Recently Viewed Homes Content *******/
.recently-viewed .image-area {
    background: url(../images/home-border.gif) no-repeat;
}

/****************************************** minisearch *******/
#mini-search-results .title {
    font-weight: normal;
}

#mini-search-results .mini-search input.button {
    background: url("../images/btn_empty_sml.png") repeat scroll -5px 0 transparent;
    font-size: 12px;
    height: 30px;
    line-height: 12px;
    width: 90px;
}

#mini-search-results .mini-search input.button:hover {
    background-position: -5px -32px;
}

#mini-search-results .mini-search input#city,
#mini-search-results .mini-search input#state {
    border-color: #6C6D6F #CECFD1 #CECFD1 #6C6D6F;
    border-style: solid;
    border-width: 1px;
    color: #333;
}

#mini-search-results .recently-viewed .bar .top {
    background: none;
    border: none;
    height: 1px;
    width: 100%;
}

#mini-search-results select#state {
    border-color: #6C6D6F #CECFD1 #CECFD1 #6C6D6F;
    border-style: solid;
    border-width: 1px;
}

#mini-search-results .recently-viewed .property-price {
    color: #FF0000;
}

#mini-search-results .recently-viewed .address,
#mini-search-results .recently-viewed .bedbeth,
#mini-search-results .recently-viewed .savings {
    color: #333333;
    font-size: 12px;
}

#mini-search-results .recently-viewed .photo {
    background: url(../images/bg_thumbnail.png) no-repeat;
}
#mini-search-results input.submit-btn-small {
    background-image: url(../images/btn-small.gif);
}

/****************************************** minisearch single *******/
#mini-search-results-single .recently-viewed {
}
#mini-search-results-single .recently-viewed .tl {
    background: url('../images/bg_gradientbox_1.png') top left no-repeat #fff;
}
#mini-search-results-single .recently-viewed .tr {
    background: url('../images/bg_gradientbox_1.png') top right no-repeat #fff;
}
#mini-search-results-single .recently-viewed .bl {
    background: url('../images/bg_gradientbox_1.png') bottom left no-repeat #fff;
}
#mini-search-results-single .recently-viewed .br {
    background: url('../images/bg_gradientbox_1.png') bottom right no-repeat #fff;
}
#mini-search-results-single.styleC .recently-viewed .tl {
    background: none;
}
#mini-search-results-single.styleC .recently-viewed .tr {
    background: none;
}
#mini-search-results-single.styleC .recently-viewed .bl {
    background: none;
}
#mini-search-results-single.styleC .recently-viewed .br {
    background: none;
}

/****************************************** Offer Details Page *******/
#offer-details {
    background: none;
}

/******************************** CC Details Popup Page *******/
.lightbox-bg-layer {
    background-image: url(../images/greyed.gif);
}
.lightbox .content-main {
    background: url(../images/main-bg-home.jpg) bottom repeat-x #8fa1ad;
}
.lightbox .box-tl {
    background: url(../images/corners/white-corner-tl.gif)
}
.lightbox .box-tr {
    background: url(../images/corners/white-corner-tr.gif)
}
.lightbox .box-bl {
    background: url(../images/corners/white-corner-bl.gif)
}
.lightbox .box-br {
    background: url(../images/corners/white-corner-br.gif)
}

/****************************************** Lightbox Message Div *******/
.lightbox-message-div .content-main {
    background: url('../images/main-bg-home-short.jpg') bottom repeat-x #FFF;
}

/****************************************** Lightbox Blocked Verification Div *******/
.lightbox-bg-layer.blocked-verification-bg {
    background-image: url(../images/bg_greyed.png);
}

/****************************************** Lightbox REP Lead Div *******/
.lightbox-rep-lead .form-area input,
.lightbox-rep-lead .form-area select {
    border: 1px solid #CECFD1;
}

/****************************************** Lightbox 15 *******/
.lightbox-eoform-div .lightbox-15 .content-main,
.lightbox-message-div .lightbox-15 .content-main {
    background: none #FFF;
}
.lightbox-eoform-div .lightbox-15 .form-corner {
    display: none;
}
.lightbox-eoform-div .lightbox-15 .form-corner-bg {
    border-left: none;
    border-right: none;
}

/*********************************************** Welcome Page ******/
#welcome-1 #bd {
    background: url(../images/main-bg-home.jpg) bottom repeat-x #ffffff;
}
#welcome-1 #alternateCarouselContent {
    background: url(../images/carousel_bg.jpg) top center no-repeat;
}
#welcome-1eop #bd {
    background: url(../images/main-bg-home.jpg) bottom repeat-x #ffffff;
}
#welcome-1eop #alternateCarouselContent {
    background: url(../images/carousel_bg.jpg) top center no-repeat;
}
#welcome-2 #gr1 {
    background: url(../images/home/gr1-bg.gif) bottom repeat-x #f8f9f9;
}
#welcome-2 .preview-column .property-photo {
    background: url(../images/home-border.gif) no-repeat;
}
#mini-search-results-welcome .preview-column .property-photo {
    background: url(../images/minisearch-home-border.gif) no-repeat;
}
#welcome-2 .promo-box-top {
    background: url(../images/home/promo-box-top.gif) top left no-repeat;
}
#welcome-2 .promo-box-bottom {
    background: url(../images/home/promo-box-bottom.gif) bottom left no-repeat;
}
#welcome-2 .promo-box-left {
    background: url(../images/home/promo-box-left.gif) top right repeat-y;
}
#welcome-2 .promo-box-right {
    background: url(../images/home/promo-box-right.gif) top left repeat-y;
}
#welcome-4 #col1 {
    background: url(../images/home/map-bg.png) top left repeat-x;
}
#welcome-4 #col2 {
    background: url(../images/home/map-bg.png) top left repeat-x;
}
#welcome-4 .map-content {
    background: url(../images/home/map-bg-corner.png) top right no-repeat;
}

/*********************************************** Welcome Page 5 ******/
#welcome-5 #bd {
    background: url(../images/bg_welcome_gradient.jpg) top left repeat-x #b1d6f8;
}
#welcome-5 #hd-bottom {
    padding: 0;
    margin: 0;
}
#welcome-5 #nav-content {
    padding-left: 3px;
}
#welcome-5 .gr1-content {
    margin-top: 0;
}
#welcome-5 h4, h5, h6 {
    color: #0e4370;
}
#welcome-5 .headline-text {
    color: #ffffff;
}
#welcome-5 .search-text {
    color: #ffffff;
    font-family: Verdana;
}
#welcome-5 .search-btn {
    margin-top: -.5em;
}
#welcome-5 .search-input label em {
    color: #FFF;
}
#welcome-5 .welcome-5pd .search-btn {
    margin-top: 1.3em;
}
#welcome-5 .welcome-5content #bd {
    background: none #ffffff;
}

/*********************************************** Welcome Page 6 ******/
#welcome-6 #bd {
    background: url(../images/bg_welcome_gradient2.jpg) top left repeat-x #e1f1ff;
    border: 2px solid #2571bb;
    border-top: 0;
}
#welcome-6 #hd-bottom {
    padding: 0;
    margin: 0;
}
#welcome-6 #nav-content {
    padding-left: 3px;
}
#welcome-6 .gr1-content {
    margin-top: 0;
}
#welcome-6 h4, h5, h6 {
    color: #0e4370;
}
#welcome-6 .headline-text {
    color: #ffffff;
}
#welcome-6 input.submit-btn-small {
    background: top left no-repeat url(../images/btn-orange-2.png);
    width: 196px;
    height: 53px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2em;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}
#welcome-6 input.submit-btn-small:hover {
    background: bottom left no-repeat url(../images/btn-orange-2.png);
}

/*********************************************** Welcome Page 8 ******/
#welcome-8 .top-separator {
    display: block;
    position: absolute;
    top: 74px;
    padding-left: 3px;
    padding-right: 0;
    width: 960px;
    height: 7px;
    margin-bottom: 0;
    background-color: #1c76c2;
}
#welcome-8 .gr1-content {
    margin-top: -2em;
    padding: 0;
}
#welcome-8 .hd-mid {
    height: 60px;
}
#welcome-8 #gr1-col1 {
    width: 38%;
    margin-left: 0;
}
#welcome-8 #gr1-col2 {
    width: 62%;
    margin-right: 0;
}
#welcome-8 .main-text .title {
    color: #2571bb;
}
#welcome-8 .title {
    background: top right no-repeat url(../images/tick.png);
}
#welcome-8 .eo-form .reg-text {
    color: #59a144;
}
#welcome-8 .eo-form {
    padding-left: 21em;
}
#welcome-8 .eo-form .form-field input[type="text"],
#welcome-8 .eo-form .form-field input[type="tel"],
#welcome-8 .eo-form .form-field input[type="email"] {
    width: 15em;
}
#welcome-8 .eo-form .button-content {
    width: 17.5em;
    margin-top: 1.1em;
}
#welcome-8 h2 {
    color: #2571bb;
}
#welcome-8 .testimonial-content {
    background: top left no-repeat url(../images/quote-left-2.png);
}

/*********************************************** Welcome Page 9 ******/
#welcome-9 ul.tick li {
    list-style-image: url(../images/tick-large.png);
    list-style-position: inside;
}

/*********************************************** Welcome Page 10 ******/
#welcome-10 .tag-line h1 {
    background: url(../images/bg_tagline.png) top right no-repeat;
}
#welcome-10 .tag-line h1 span {
    background: url(../images/bg_tagline.png) 0 0 no-repeat;
}
#welcome-10 .form-content {
    background: url(../images/bg_gradientbox_gray.png) bottom left repeat-x;
}
#welcome-10 .form-title {
    background: url(../images/bg_rhs_top_4.png) top left no-repeat;
}

/*********************************************** Welcome Page 13 ******/
#welcome-13 .tag-line h1 {
    background: url(../images/bg_tagline_4.png) top right no-repeat;
}
#welcome-13 .submit-btn-large {
    background: url(../images/btn_submit_4.png) top right no-repeat;
}

/*********************************************** Welcome Page 17 ******/
#welcome-17 .tag-line h1 {
    background: url(../images/bg_tagline_3.png) top right no-repeat;
}

/*********************************************** Welcome Page 18 ******/
#welcome-18 #member-sign-in {
    background: url(../images/member-btn-2.png) top left no-repeat;
}

/*********************************************** Welcome Page 19 ******/
#welcome-19 #site-logo {
    width: 182px;
    height: 40px;
}
#welcome-19 .member-sign-in-text {
    color: #2571bb;
    font-size: 12px;
    font-weight: normal;
}
#welcome-19 ul.tick li {
    list-style-image: url(../images/img-lp-checkmark.png);
}

/****************************************** Registration Page *******/
#registration #member-sign-in {
    visibility: hidden;
    display: none;
}
#registration .form-area td.form-text {
    padding-top: .4em;
}
#registration .cc-link-text {
    font-size: 93%;
}

#registration .banner {
    width: 607px;
}

#registration .testimonial-text {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#registration .testimonial-separator {
    height: 1px;
    background-color: #666666;
    margin: 22px 10px 22px 10px;
}
#registration .testimonial-author {
    margin-top: 4px;
    text-align: right;
    color: #666666;
}
#registration #col1 .step-bottom {
    font-size: 95%;
    line-height: 140%;
    width: 540px;
}

#registration .bold-red {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

.marL15 {
    margin-left: 15px;
}

#registration #col2 .rhs1-box,
#registration #col2 .sidebar {
    padding: 0;
    margin-bottom: 0;
    margin-top: 1.5em;
}
#registration #col2 .rhs1-content h3,
#registration #col2 .rhs2-content h3,
#registration #col2 .sidebar h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #0b4c88;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#registration .registration-41 #col2 .rhs2-content h3 {
    margin: 1.5em 0 0 0;
}
#registration #col2 .rhs1-text,
#registration #col2 .rhs2-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 93%;
    color: #333333;
    line-height: 138.5%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
#registration #col2 .faqs-sidebar {
    padding: 0 1.2em 0 1.2em;
    margin-bottom: 0;
}
#registration #col2 .faqs-sidebar-top {
    height: 0;
}
#registration #col2 .faqs-sidebar-bottom {
    height: 0;
}
#registration #col2 .faqs-title-top {
    font-family: Arial;
    font-weight: bold;
    font-size: 138.5%;
    color: #0b4c88;
    text-align: left;
    margin-left: -15px;
    margin-bottom: .1em;
}
#registration #col2 .faqs-title-bottom {
    font-family: Arial;
    font-size: 93%;
    line-height: 93%;
    color: #f47423;
    text-align: left;
    padding-top: 0;
    margin-left: -15px;
    margin-bottom: .6em;
    line-height: 20px;
}
#registration #col2 .faq-text a {
    font-family: Arial;
    font-size: 123.1%;
    color: #0b4c88;
    text-decoration: none;
}
#registration #col2 .faq-text-hidden {
    font-family: Arial;
    font-size: 108%;
    color: #333333;
    padding-left: .8em;
}
#registration #col2 .faq-text-hidden a {
    font-size: 108%;
    text-decoration: underline;
}
#registration .rhs1-content .rounded-corner-top {
    background: none;
}
#registration .rhs1-content .rounded-corner-bottom {
    background: none;
}
#registration .rhs1-content .rounded-corner-bg {
    background: none;
    border-left: none;
    border-right: none;
}
#registration .rhs1-content .rounded-corner-top .left {
    background: none;
}
#registration .rhs1-content .rounded-corner-top .right {
    background: none;
}
#registration .rhs1-content .rounded-corner-bottom .left {
    background: none;
}
#registration .rhs1-content .rounded-corner-bottom .right {
    background: none;
}
#registration .rhs1-content {
    margin-bottom: .5em;
}
.sidebar, .sidebarSolid, .sidebarBlank {
    background: #FFFFFF;
    border: none;
    border: none;
    margin-bottom: 1em;
    padding: 1.2em;
}

/****************************************** Registration Page 23 *******/
#registration .registration-23 #col2 .faqs-sidebar {
    padding: 0;
}
#registration .registration-23 #col2 .faqs-sidebar-top {
    background: none;
    height: 0;
}
#registration .registration-23 #col2 .faqs-sidebar-bottom {
    background: none;
    height: 0;
}
#registration .registration-23 #col2 .separator-line {
    margin-top: 20px;
}

/****************************************** Registration Page 40 *******/
#registration .registration-40 #col1 {
    width: 67.5%;
}
#registration .registration-40 #col2 {
    width: 31%;
    margin-left: 1.5%;
    padding-top: 3em;
}
#registration .registration-40 .title-image-1 {
    background: url(../images/step-1.png) no-repeat;
}
#registration .registration-40 .title-image-2 {
    background: url(../images/step-2.png) no-repeat;
}
#registration .registration-40 .title-image-3 {
    background: url(../images/step-3.png) no-repeat;
}
#registration .registration-40 .step {
    border-color: #4893ce;
}
#registration .registration-40 .step-title-text {
    font-size: 12px;
    color: #333;
}
#registration .registration-40 .step-content {
    padding-top: .7em;
}
#registration .registration-40 .form-main {
    margin-left: 1.3em;
}
#registration .registration-40 .form-separator {
    height: 1em;
}
#registration .registration-40 input[type="text"],
#registration .registration-40 input[type="tel"],
#registration .registration-40 input[type="email"],
#registration .registration-40 input[type="password"],
#registration .registration-40 select {
    width: 10.7em;
}
#registration .registration-40 .width3 {
    width: 2.7em !important;
}
#registration .registration-40 .width13 {
    width: 12.9em !important;
}
#registration .registration-40 .width20 {
    width: 19em !important;
}
#registration .registration-40 .zip-code-text {
    padding-left: 1.2em;
}
#registration .registration-40 .seal-area {
    margin: 0;
}
#registration .registration-40 .testimonial-text {
    font-weight: normal;
}
#registration .registration-40 .testimonial-author {
    font-weight: normal;
}
#registration .registration-40 #termsDisplay {
    padding-right: 0;
}
#registration .registration-40 .terms-bottom {
    font-size: 85%;
}
#registration .registration-40 #col2 .faqs-content {
    margin-top: -.8em;
}
#registration .registration-40 #col2 .rhs1-content,
#registration .registration-40 #col2 .rhs2-content {
    margin-top: 1.9em;
    margin-right: .3em;
}
#registration .registration-40 #col2 .rhs1-content h3,
#registration .registration-40 #col2 .rhs2-content h3,
#registration .registration-40 #col2 #rhs2TopDiv {
    font-size: 108%;
    color: #0b4c88;
}
#registration .registration-40 #col2 .rhs1-text,
#registration .registration-40 #col2 .rhs2-text {
    margin-top: .4em !important;
    font-size: 93%;
    color: #333333;
}

/****************************************** Registration Page 44 *******/
#registration .registration-44 #col2 {
    padding-top: 3.2em;
}

/****************************************** Registration Page 60 *******/
#registration .registration-60 .title .title-tab .right {
    background: url(../images/bg_tab.png) no-repeat top right;
}
#registration .registration-60 .title .title-tab .left {
    background: url(../images/bg_tab.png) no-repeat top left;
}
#registration .registration-60 .step-right {
    background: url(../images/bg_separator.png) no-repeat top left;
}
#registration .registration-60 .step-title {
    color: #1a1975;
}
#registration .registration-60 .faq-list .faq-arrow {
    background: url('../images/list-arrow-3.png') no-repeat top left;
}

/****************************************** Registration Page 30 *******/
#registration .registration-30 .curve-left{
    background: url('../images/bg_l3.png') 0 -52px no-repeat;
}
#registration .registration-30 .curve-right{
    background: url('../images/bg_l3.png') right -52px no-repeat;
}
#registration .registration-30 .title-text{
    background: #77A9C4 url('../images/bg_l3.png') 0 -52px no-repeat;
}

#registration .registration-30 #col2 .faqs-sidebar-top,
#registration .registration-30 #col2 .faqs-sidebar-bottom,
#registration .registration-30 #col2 .faqs-sidebar{
    background:none;
}
#registration .registration-30 #col2 .rhs1-content h3,
#registration .registration-30 #col2 .rhs2-content h3,
#registration .registration-30 #col2 .sidebar h3 {
    color:#2571bb;
}
#registration .registration-30 #step2BottomDiv .standsOut{
    color:#ff0000;
}
#registration .registration-30 #headlineTopDiv{
    color:#2571bb;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:16px;
    font-weight:bold;
}
#registration .registration-30 #headlineBottomDiv{
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
#registration .registration-30 #rhs1TopDiv,
#registration .registration-30 #rhs2TopDiv {
    font-size:12px;
    font-weight:bold;
}
#registration .registration-30 #rhs1BottomDiv,
#registration .registration-30 #rhs2BottomDiv{
    color:#333;
}
#registration .registration-30 #col2 .faqs-title-top{
    font-size:16px;
    text-align:left;
}
#registration .registration-30 #bd #pg-hd{
    background: url('../images/bg_reg_title.png') 0 0 no-repeat;
    padding-left:15px;
    padding-top:10px;
}
#registration .registration-30 #step1TopDiv{
    padding-left:15px;
}
#registration .registration-30 .cc-link-text img{
    display:inline;
    float:none;
    vertical-align:middle;
}

/****************************************** Registration Page 70 *******/
#registration .registration-70 #bd #pg-hd {
        background: none;
        padding-top: 0;
}
#registration .registration-70 #hd-bottom {
        padding: 0;
        margin: 0;
}
#registration .registration-70 #headlineTopDiv {
        font-size: 400%;
        font-family:Arial, Helvetica, sans-serif;
        padding-top: .65em;
        color: #FFF;
}
#registration .registration-70 #headlineBottomDiv {
        font-size: 146.2%;
        font-family:Arial, Helvetica, sans-serif;
        margin-top: 1em;
        color: #FFF;
}
#registration .registration-70 .headline-top {
        padding-left: .3em;
}
#registration .registration-70 .headline-bottom {
        padding-left: .6em;
        line-height: 1.5em;
}
#registration .registration-70 #step1TopDiv {
        padding-left: 2em;
}
#registration .registration-70 .rhs1-content,
#registration .registration-70 .rhs2-content {
        border: 2px solid #cadae4;
        background: #ebf3fe;
}
#registration .registration-70 #col2 .rhs1-content h3,
#registration .registration-70 #col2 .rhs2-content h3 {
        font-size: 150%;
        font-weight: normal;
        margin-bottom: .2em;
}
#registration .registration-70 .rhs1-text p,
#registration .registration-70 .rhs2-text p {
        font-size: 100%;
}

/****************************************** Registration Page 80 *******/
#registration .registration-80 #pg-hd {
    margin-bottom: .2em;
}
#registration .registration-80 #bd-main {
        background: url(../images/bg_reg_2step.png) top left no-repeat #FFFFFF;
        padding-top: 2em;
}
#registration .registration-80 .headline-top {
    /*padding-top: 2.2em;*/
    color: #2571bb;
}
#registration .registration-80 .headline-bottom {
    font-size: 167%;
}
#registration .registration-80 #step1,
#registration .registration-80 #step2 {
    margin-left: 1em;
}
#registration .registration-80 .cc-link-text {
    font-size: 85%;
}
/*#registration .registration-80 .form-area .eo-button {
    margin-bottom: .2em;
}*/
#registration .registration-80 .form-area .button {
    margin-bottom: .2em;
}
#registration .registration-80 .divider-short {
    background: url(../images/divider_short.png) top left no-repeat #ffffff;
}
#registration .registration-80 .divider-long {
    background: url(../images/divider_long.png) top left no-repeat #ffffff;
}
#registration .registration-80 .testimonial-title {
    color: #2571bb;
}
#registration .registration-80 .testimonial-author {
    color: #2571bb;
}
#registration .registration-80 .btn-next-testimonial {
    background: url(../images/btn_listen_more.png) top left no-repeat #ffffff;
}
#registration .registration-80 .bg-bottom {
    background: url(../images/bg_reg_2step.png) bottom left no-repeat #FFFFFF;
    height: 25px;
    margin-bottom: 1.5em;
}
#registration .registration-80 .price-callout{
    background:#7CBE5E;
    border:1px solid #4B8C2F;
    text-shadow:0 1px 2px #4B8C2F;
}

/****************************************** Registration Page 90 *******/
#registration .registration-90 #bd-main {
    margin: 0;
    padding: 0;
}
#registration .registration-90 .hd-mid {
    height: 60px;
}
#registration .registration-90 .top-separator {
    display: block;
    position: absolute;
    top: 74px;
    padding-left: 3px;
    padding-right: 0;
    width: 960px;
    height: 7px;
    margin-bottom: 0;
    background-color: #1c76c2;
}
#registration .registration-90 .main-bg {
    margin-top: -1em;
    padding-top: 0;
}
#registration .registration-90 .seal-area {
    margin-left: -35px;
}
#registration .registration-90 .form-bg {
    background: url("../images/bg_box_shadow.png") bottom center no-repeat #FFFFFF;
}
#registration .registration-90 .form-area {
    background: url("../images/bg_gradientbox_2.png") top left no-repeat #FFFFFF;
}
#registration .registration-90 .form-area .form-main {
    width: 37.2em;
}
#registration .registration-90 .form-area .step-header {
    width: 33.8em;
}

/****************************************** Registration Page 100 *******/
#registration .registration-100 .step1-bg {
    background: url(../images/freetrial/step1-bg.png) top left no-repeat;
}
#registration .registration-100 .step2-bg {
    background: url(../images/freetrial/step2-bg.png) top left no-repeat;
}
#registration .registration-100 .step3-bg {
    background: url(../images/freetrial/step3-bg.png) top left no-repeat;
}
#registration .registration-100 .step4-bg {
    background: url(../images/freetrial/step4-bg.png) top left no-repeat;
}
#registration .registration-100 .step1 .active {
    background: url(../images/freetrial/step1-active.png) top left no-repeat;
}
#registration .registration-100 .step1 .selected {
    background: url(../images/freetrial/step1-selected.png) top left no-repeat;
}
#registration .registration-100 .step2 .inactive {
    background: url(../images/freetrial/step2-inactive.png) top left no-repeat;
}
#registration .registration-100 .step2 .active {
    background: url(../images/freetrial/step2-active.png) top left no-repeat;
}
#registration .registration-100 .step2 .selected {
    background: url(../images/freetrial/step2-selected.png) top left no-repeat;
}
#registration .registration-100 .step3 .inactive {
    background: url(../images/freetrial/step3-inactive.png) top left no-repeat;
}
#registration .registration-100 .step3 .active {
    background: url(../images/freetrial/step3-active.png) top left no-repeat;
}
#registration .registration-100 .step3 .selected {
    background: url(../images/freetrial/step3-selected.png) top left no-repeat;
}
#registration .registration-100 .step {
    background: url(../images/bg_gradientbox_3.png) bottom left repeat-x;
}

#registration .registration-100 .with-background-headers .step-header {
    border-color: #032749;
    color: #FFFFFF;
}

#registration .registration-100 .with-background-headers .step-header .step-title {
    color: #FFFFFF;
}

#registration .registration-100 .with-background-headers input[type="password"].input-success{
    background:url(../images/img_valid.png) 98% center no-repeat;
    border-color: #52c32f;
    color: #52c32f;
}

#registration .registration-100 .with-background-headers input[type="password"].input-failure{
    border-color: #CC0000;
    color: #CC0000;
}

#registration .registration-100 .with-background-headers .secure-link-text a {
    padding-left: 28px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/img-lock-small.png) left center no-repeat;
}

/****************************************** Registration Page 102 *******/
#registration .registration-102 .button-area {
    width: 272px;
}
#registration .registration-102 #stepImage {
    background: top left no-repeat url(../images/img-band.png);
}
#registration .registration-102 .bg-verify {
    background: top left no-repeat url(../images/img-verify.png);
}
#registration .registration-102 #col2 .border {
    background: top left no-repeat url(../images/separator-2.png);
}
#registration .registration-102 .blocked-error-message {
    background: top left no-repeat url(../images/img-error.png);
}
#registration .registration-102 #footer p {
    display: block;
}

/****************************************** Registration Page 140 *******/
#registration .registration-140-classic #bd-main {
    background: none #FFF;
}

/************************** Credit Report 1 *******************/
.credit-report-1 .btn-print {
    background: url(../images/credit-report/img-print.png) top left no-repeat;
}
.credit-report-1 .report-section .header-bar {
    background: url(../images/credit-report/img-header.png) top left no-repeat;
}

/****************************************** Credit Report 2 *******/
.credit-report-2 .report-section .header-bar {
    background: url(../images/credit-report/img-header-2.png) top left repeat-x;
    border-top: 1px solid #00355c;
    margin-bottom: 10px;
    height: 55px;
    box-shadow: inset 0 1px 0 #0092f2;
    -moz-box-shadow: inset 0 1px 0 #0092f2;
    -webkit-box-shadow: inset 0 1px 0 #0092f2;
    -o-box-shadow: inset 0 1px 0 #0092f2;
}
.credit-report-2 .report-section .header-bar-short {
    background: url(../images/credit-report/img-header-2.png) top left repeat-x;
    height: 38px;
    box-shadow: inset 0 1px 0 #0092f2;
    -moz-box-shadow: inset 0 1px 0 #0092f2;
    -webkit-box-shadow: inset 0 1px 0 #0092f2;
    -o-box-shadow: inset 0 1px 0 #0092f2;
}
.credit-report-2 .display-content{
	position: relative;
	border-width:1px 1px 0;
	box-shadow: 0 1px 4px 0 #ddd;
	-moz-box-shadow: 0 1px 4px 0 #ddd;
	-webkit-box-shadow: 0 1px 4px 0 #ddd;
	-o-box-shadow: 0 1px 4px 0 #ddd;
}
.credit-report-2 .report-section{
	margin: 15px 0;
}
.credit-report-2 .text-content-desc{
	font: normal normal 13px/18px Arial, Helvetica, sans-serif;
}
.credit-report-2 .text-content{
	padding: 0px 8px 0 0;
}
.credit-report-2 .report-section .score-text{
	color:#fff;
	padding: 5px 10px;
	border:1px solid #f75f00;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	box-shadow:0 0 3px 1px #333, inset 0 1px 0 #ffb400;
	-moz-box-shadow:0 0 3px 1px #333, inset 0 1px 0 #ffb400;
	-webkit-box-shadow:0 0 3px 1px #333, inset 0 1px 0 #ffb400;
	-o-box-shadow:0 0 3px 1px #333, inset 0 1px 0 #ffb400;
	background: #fa9425;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9425), color-stop(100%,#e36b1c));
	background: -webkit-linear-gradient(top,  #fa9425 0%,#e36b1c 100%);
	background: -o-linear-gradient(top,  #fa9425 0%,#e36b1c 100%);
	background: -ms-linear-gradient(top,  #fa9425 0%,#e36b1c 100%);
	background: linear-gradient(to bottom,  #fa9425 0%,#e36b1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9425', endColorstr='#e36b1c',GradientType=0 );
}
.credit-report-2 .report-section .score-text-div{
	border: none;
	background: none;
	height: auto;
	width: auto;
	margin: 10px 24px 0 0;
}
.credit-report-2 .report-section .display-content .content-gradient{
	background: url(../images/credit-report/img-gradient-container.png) 0 0 repeat-x;
	height: 120px;
	width: 100%;
	position: absolute;
	bottom: -26px;
	left: 0;
}

/**************************Credit Report 3 *******************/
.credit-report-3 .report-content {
    position: relative;
}
.credit-report-3 .report-content .content-gradient {
    background: url(../images/credit-report/img-gradient-container.png) 0 0 repeat-x;
    height: 119px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.credit-report-3 .bubble-1 {
    background: url(../images/credit-report/img-bubble-1.png) 0 0 no-repeat;
}
.credit-report-3 .bubble-2,
.credit-report-3 .bubble-3 {
    background: url(../images/credit-report/img-bubble-2.png) 0 0 no-repeat;
}

/**************************Privacy Policy, Terms, Testimonials *******************/

#bd-short h5 {
    font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#hd-short {
    margin: 0 auto;
    position: relative;
}

#bd-short {
    background: url("../images/bg_body_grad.jpg") repeat scroll center center #FFFFFF;
}

#bd-short .hdr-wrapper-outer {
    background: #0b4c88;
    height: 22px;
}

#bd-short .form-container {
    background-color: #FFFFFF;
    border-color: #0b4c88;
    border-style: solid;
    border-width: 1px;
}

#bd-short .hdr-wrapper, #bd-short .hdr-wrapper-right, #bd-short .hdr-wrapper-left {
    background: #0b4c88;
}

#bd-short h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f47423;
}

#footer-short {
    background: none;
}

/* Contact Us */

fieldset {
    -moz-border-radius: 10px;
    border: 1px solid #4893ce;
}

fieldset.gradient {
    background: none;
}

#registration .rhs1-content .rounded-corner-bg {
    border-left: none !important;
    border-right: none !important;
}

.rounded-corner-bg {
    background-color: #EBF3FE;
    border-left: 1px solid #CADAE4!important;
    border-right: 1px solid #CADAE4!important;
}

input.submit-btn-small {
    background: url("../images/btn_empty_1.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 104px;
    font-size: 12px;
}

#search-results .eo-form input.submit-btn-small {
    background: url("../images/btn_empty_3.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 104px;
    font-size: 12px;
}

input.submit-btn-small:hover {
    background-position: 0 -32px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    border: 1px solid inherit;
}

.lightbox .form-corner-top {
    background: url("../images/bg_lightbox_1.png") no-repeat scroll left top transparent;
}

.lightbox .form-corner-bottom {
    background: url("../images/bg_lightbox_1.png") no-repeat scroll left bottom transparent;
}

.lightbox .form-corner-bg {
    background-color: #FFFFFF;
    border-left: 2px solid #59A144;
    border-right: 2px solid #59A144;
}

.lightbox input.submit-btn-small {
    font-family: Arial;
    font-size: 12px;
}

.lightbox .header-separator-line {
    background-color: #2571BB;
}

.lightbox .content-box {
    background-color: transparent;
}

.lightbox .header-text {
    color: #333333;
}

.landing .search-type {
    margin-right: 5px;
    width: 200px;
}

.landing .search-type label {
    width: 145px;
}

#registration #col1 .corner-form-title {
    padding-top: 10px;
    background-color: #FFFFFF;
}

#registration #col1 .form-corner-bg {
    background-color: #FFFFFF;
    border: 2px solid #3A7FC2;
    padding-top: 14px;
}

/*
.lightbox .form-corner-top .right {
    background: url('../images/bg_lightbox_1.png') no-repeat scroll right top transparent;
}
*/

#testimonials .form-area .form-title {
    background: transparent;
    position: relative;
    top: 20px;
}
#testimonials .rhs1-text {
    margin-top: -55px;
    padding-top: 60px;
}
#testimonials .pushRight {
    margin-left: 15px;
}

/****************************************** About Us *******/
#about-us #col1 {
    width: 66%;
}
#about-us #col2 {
    width: 30%;
    margin-left: 4%;
    padding-top: 3.3em;
}
#about-us .rhs-desc-text {
    margin: .9em 0 1em 2.2em;
}
#about-us .button {
    margin-top: 1.5em;
    text-align: center;
}

/****************************************** Contact Us Page *******/
#contact-us #col1 {
    width: 63%;
}
#contact-us #col1 p {
    color: #333333;
    font-size: 93%;
}
#contact-us #col2 {
    width: 34%;
    margin-left: 3%;
    margin-top: -4em;
}
#contact-us #pg-hd {
    padding-top: 0;
    padding-bottom: 0;
}
#contact-us #pg-hd h2 {
    padding: 0;
    color: #333333;
    font-size: 167%;
    font-weight: bold;
    font-style: italic;
}
#contact-us #pg-hd h3 {
    padding: 0;
    color: #333333;
    font-size: 167%;
    font-weight: normal;
}
#contact-us fieldset.gradient {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #4893ce;
    margin-bottom: 2em;
    padding-bottom: 0;
}
#contact-us .notice {
    text-decoration: none;
}
#contact-us .member-text {
    display: none;
}
#contact-us label.left,
#contact-us fieldset legend {
    font-size: 108%;
    font-weight: bold;
}
#contact-us .right-side {
    padding-left: 16.4em;
}
#contact-us ol.existing-member li {
    margin-left: 1.6em;
}
#contact-us select {
    width: 18.6em !important;
}
#contact-us input[type="text"],
#contact-us input[type="tel"],
#contact-us input[type="email"] {
    width: 18em !important;
}
#contact-us textarea {
    width: 24em;
}
#contact-us input[type="text"].phone-field,
#contact-us input[type="tel"].phone-field,
#contact-us input[type="email"].phone-field {
    margin-right: .6em;
    width: 5.2em !important;
}
#contact-us .phone-separator {
    display: none;
}
#contact-us .button {
    padding: 0;
    margin: .7em 0 .4em -.5em;
}
#contact-us input.submit-btn-small {
    background: top left no-repeat url(../images/btn-bg.png);
    width: 200px;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 2em;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}
#contact-us input.submit-btn-small:hover {
    background: bottom left no-repeat url(../images/btn-bg.png);
}
#contact-us .sidebar {
    padding: 0;
    width: 318px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#contact-us .faqs-title-top {
    margin-top: -1px;
    margin-left: -1px;
    padding-top: .5em;
    margin-bottom: .2em;
    text-align: center;
    width: 320px;
    height: 47px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 167%;
    font-weight: bold;
    background: url("../images/bg_rhs_top_3.png") no-repeat scroll 0 0 transparent;
}
#contact-us .faqs-title-bottom {
    text-align: center;
    color: #073a69;
    font-family: Arial;
    font-size: 123.1%;
    font-weight: bold;
}
#contact-us .faq {
    margin: .8em .8em 1.2em .8em;
    width: 290px;
}
#contact-us .faq .faq-arrow {
    background: url('../images/list-arrow-4.png') no-repeat top left;
}
#contact-us .faq .faq-arrow.selected {
    background: url('../images/list-arrow-4-selected.png') no-repeat top left;
}
#contact-us .faq .faq-text {
    padding: 0 .5em 1.2em .1em;
}
#contact-us .faq .faq-text a {
    font-size: 12px;
    text-decoration: none;
    color: #333333;
}
#contact-us .faq .faq-text a.close {
    font-size: 100%;
    text-decoration: underline;
}

/****************************************** Upsell & Confirmation *******/
#offer #nav-content {
    display: block;
}
#offer #bd-main {
    margin-top: 3em;
}
#offer .hdr-wrapper-outer {
    background: url(../images/bg_offer_header.png) top repeat-x #2282d9;
    height: 60px;
    border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-radius-topleft: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-radius-topright: 12px;
    box-shadow: 4px 4px 4px #c7c7c7;
    -moz-box-shadow: 4px 4px 4px #c7c7c7;
    -webkit-box-shadow: 4px 4px 4px #c7c7c7;
    -o-box-shadow: 4px 4px 4px #c7c7c7;
}
#offer .hdr-wrapper-left,
#offer .hdr-wrapper-right,
#offer .hdr-wrapper {
    background: none;
}
#offer .hdr-wrapper h5 {
    font-size: 276.9%;
}
#offer #bglayer {
    background-image: url(../images/greyed.gif);
}
#offer .form-container {
    padding: 1em;
    border-color: #ffffff;
    border-left-color: #f1f1f1;
    border-top: none;
    border-bottom: none;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-radius-bottomright: 8px;
    box-shadow: 4px 4px 4px #c7c7c7;
    -moz-box-shadow: 4px 4px 4px #c7c7c7;
    -webkit-box-shadow: 4px 4px 4px #c7c7c7;
    -o-box-shadow: 4px 4px 4px #c7c7c7;
}
#offer .offer-content .intro-text {
    color: #717171;
    font-style: italic;
}
#offer .offer-content .title-text {
    color: #242424;
    font-weight: normal;
}
#offer .offer-content p {
    font-size: 108%;
    padding: 0;
    margin-bottom: 1.5em;
}
#offer .offer-content .info-block {
    float: right;
    background: #f0f0f0;
    height: 36px;
    padding-left: 10px;
    margin: 0 2.8em 1em 0;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: inset 2px 2px 2px #d4d4d4;
    -moz-box-shadow: inset 2px 2px 2px #d4d4d4;
    -webkit-box-shadow: inset 2px 2px 2px #d4d4d4;
    -o-box-shadow: inset 2px 2px 2px #d4d4d4;
}
#offer .offer-content .info-block .desc,
#offer .offer-content .info-block .value {
    float: left;
}
#offer .offer-content .info-block .desc {
    width: 175px;
    font-size: 108%;
    padding-top: 10px;
}
#offer .offer-content .info-block.wide .desc {
    width: 405px;
}
#offer .offer-content .info-block .value {
    width: 85px;
    font-size: 153.9%;
    padding-top: 6px;
    color: #000000;
}
#offer .offer-content .info-block .strike {
    text-decoration: line-through;
    color: #ff0000;
    font-size: 177%;
    font-weight: bold;
}
#offer .offer-content .info-block .highlight {
    color: #ff0000;
}
#offer .offer-content .info-block .normal {
    color: #000000;
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
}
#offer .button-area {
    width: 25em;
}
#offer .button-area .accept-button {
    float: right;
}
#offer .button-area .decline-button {
    float: left;
    padding-top: 1.8em;
}
#offer .offer-accept-button {
    background: url("../images/btn_offeraccept.png") no-repeat top left transparent;
    width: 187px;
    height: 52px;
    font-family: Arial;
    font-size: 138.5%;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    padding-right: 1em;
}
#offer .offer-accept-button:hover {
    background-position: bottom left;
}
#offer .offer-decline-button {
    color: #2282d9;
    font-size: 93%;
    font-weight: bold;
    font-style: italic;
}

/****************************************** Confirmation Page *******/
#confirmation #col1 {
    width: 60%;
}
#confirmation #col2 {
    width: 40%;
    margin-left: 0;
}
#confirmation #nav-content {
    display: block;
}
#confirmation .main-bg {
    margin-top: em;
}
#confirmation .sidebar-hdr {
    background: url("../images/bg_rhs_top_2.png") no-repeat scroll left top transparent;
    height: 64px;
}
#confirmation .sidebarSolid {
    background: url('../images/bg_rhs_2.png') no-repeat scroll left bottom transparent;
    padding: .6em 3.2em 2.8em 3.2em;
}
#confirmation .sidebar-hdr h5 {
    color: #ffffff;
    display: block;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 27px 0 0 0;
    text-align: center;
    text-shadow: none;
}
#confirmation .hdr-wrapper h5 {
    color: #0b4c88;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
}
#confirmation .form-container {
    -moz-border-radius: 10px;
    border: 1px solid #4893ce;
}
#confirmation fieldset.gradient {
    background: url('../images/grad_wht_lt-gry-blu.jpg') bottom repeat-x #ffffff;
}
#confirmation .button {
    font-size: 16px;
}
#confirmation input.submit-btn {
    background: url("../images/btn-bg-big.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 61px;
    line-height: 2em;
    outline: medium none;
    width: 250px;
}
#confirmation input.submit-btn:hover {
    background: bottom left no-repeat url(../images/btn-bg-big.png);
}
#confirmation .login-link {
    padding-top: 1.5em;
}
#confirmation #member-sign-in {
    visibility: hidden;
}


/****************************************** Confirmation Page 2 *******/
#confirmation .confirmation-2 .wrapper {
    border: 1px solid #59a144;
}
#confirmation .confirmation-2 #confpage h2 {
    background-image:url('../images/bg_underline.gif');
    color:#2571bb;
}
#confirmation .confirmation-2 .box {
    background-image: url('../images/grad_wht_lt-gry-blu.jpg');
    border: 1px solid #59a144;
}
#confirmation .confirmation-2 .box.accounttype {
    background-image: url('../images/grad_wht_lt-gry-blu2.jpg');
}
#confirmation .confirmation-2 .box.logininfo {
    background-image: url('../images/grad_wht_lt-gry-blu2.jpg');
}
#confirmation .confirmation-2 ul.reminders li {
    list-style-image: url('../images/bullet1.gif');
}
#confirmation .confirmation-2 #confpage fieldset.reminders li {
    list-style-image: url('../images/bullet1.gif');
}
#confirmation .confirmation-2 ul.credit li {
    list-style-image: url('../images/pointer.gif');
}
#confirmation .confirmation-2 ul.credit {
    background-image:url('../images/credit.jpg');
}
#confirmation .confirmation-2 .accounttype .boxinside {
    background-image: url('../images/icon_account.png');
}
#confirmation .confirmation-2 .logininfo .boxinside {
    background-image: url('../images/icon_login.png');
}
#confirmation .confirmation-2 .transactiondetail .boxinside {
    background-image: url('../images/icon_transaction.png');
}
#confirmation .confirmation-2 .reachus .boxinside {
    background-image: url('../images/icon_reachus.png');
}
#confirmation .confirmation-2 .introsection {
    background-image: url('../images/houses.jpg');
}

/****************************************** FAQ Page *******/
.faq .faq-arrow {
    background: url('../images/list-arrow.png') no-repeat top left;
}
.faq .faq-arrow.selected {
    background: url('../images/list-arrow-selected.png') no-repeat top left;
}
#affiliates .faq .faq-arrow {
    background-position: 0 2px;
}

/****************************************** Error Page *******/
#page-not-found-error #site-logo,
#server-error #site-logo {
    width: 182px;
    height: 40px;
}
#page-not-found-error .nav-btn,
#server-error .nav-btn {
    color: #ffffff;
}
#page-not-found-error .nav-btn-hov,
#server-error .nav-btn-hov {
    color: #ffffff;
}
#page-not-found-error #footer-bottom,
#server-error #footer-bottom {
    background-color: #ffffff;
}


/******************************************************************/
/******************************************************************/
/***************************************** BD FULL WIDTH **********/
.bd-full-width {
    background: #efefef;
    background-image: none;
}
.bd-full-width #hd {
    padding-top: 15px;
}
.bd-full-width #hd-content {
    height: 66px;
}
.bd-full-width .footer-area,
.bd-full-width .footer-area a {
    font-size: 11px;
}
.bd-full-width #footer .link {
    text-decoration: underline;
    background: none;
    padding-left: 0;
    padding-right: 2em;
}
.bd-full-width #footer p.bottom {
    padding-top: .2em;
    padding-left: 0;
}
.bd-full-width #site-logo {
    width: 215px;
    height: auto;
}
.bd-full-width .submit-btn {
    font-family: Arial;
    text-shadow: 0 2px 1px rgba(1,1,1, 0.46);
    background: top left no-repeat url(../images/btn-bg-2.png);
    border: none;
    width: 272px;
    height: 64px;
    font-size: 31px;
}
.bd-full-width .submit-btn:hover {
    background: bottom left no-repeat url(../images/btn-bg-2.png);
}
.bd-full-width .submit-btn-large {
    font-family: Arial;
    text-shadow: 0 2px 0 rgba(185,74,1, 0.69);
    background: top left no-repeat url(../images/btn_empty_4.png);
    border: none;
    width: 318px;
    height: 83px;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 18px;
}
.bd-full-width .submit-btn-large:hover {
    background-position: bottom left;
}


/********************************************new registration steps******/

#registration .registration-100 .second-variant .step{border-top-left-radius: 0px;border-top-right-radius: 0px;}
#registration .registration-100 .second-variant .step-image-top{margin-bottom: 0px; padding-right: 0px;margin-right: 10px;}
#registration .registration-100 .second-variant #stepImage{height: 45px;width: 100%;}

#registration .registration-100 .second-variant .step1-bg{background:none;}

#registration .registration-100 .second-variant .step2 .inactive, #registration .registration-100 .second-variant .step3 .inactive, #registration .registration-100 .second-variant .step1 .selected{background: none;}

#registration .registration-100 .second-variant .step1 span{border-top-left-radius: 6px;}
#registration .registration-100 .second-variant .step3 span{border-top-right-radius: 6px;}
#registration .registration-100 .second-variant .step1 span .step-right-side{border-radius: 0;}

#registration .registration-100 .second-variant .step-click, #registration .registration-100 .second-variant .step-click span{height: 30px;}

#registration .registration-100 .second-variant .step-click.step1,
#registration .registration-100 .second-variant .step-click.step2,
#registration .registration-100 .second-variant .step-click.step3{
    margin-left: 0;
}

#registration .registration-100 .second-variant .step-click, #registration .registration-100 .second-variant .step-click span{width:210px}
#registration .registration-100 .second-variant .step-click span.step-right-side{width:17px;height: 47px; margin-top: -33px;}

#registration .registration-100 .second-variant .step1 .selected,
#registration .registration-100 .second-variant .step2 .selected,
#registration .registration-100 .second-variant .step3 .selected{
    color: #ffffff;
    border: 1px solid #e66102;
    border-right: none;
    background: #ff952f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTUyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYTc0MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff952f), color-stop(100%,#ea741c));
    background: -webkit-linear-gradient(top,  #ff952f 0%,#ea741c 100%);
    background: -o-linear-gradient(top,  #ff952f 0%,#ea741c 100%);
    background: -ms-linear-gradient(top,  #ff952f 0%,#ea741c 100%);
    background: linear-gradient(to bottom,  #ff952f 0%,#ea741c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff952f', endColorstr='#ea741c',GradientType=0 );
}

#registration .registration-100 .second-variant .step-click .active:hover, #registration .registration-100 .second-variant .step-click .selected:hover{
    color: #ffffff;
    border: 1px solid #1067ae;
    border-right: none;
    background: #87e0fd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ZTBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzZhM2Y4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkN2RjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(0%,#36a3f8), color-stop(100%,#1d7dca));
    background: -webkit-linear-gradient(top,  #87e0fd 0%,#36a3f8 0%,#1d7dca 100%);
    background: -o-linear-gradient(top,  #87e0fd 0%,#36a3f8 0%,#1d7dca 100%);
    background: -ms-linear-gradient(top,  #87e0fd 0%,#36a3f8 0%,#1d7dca 100%);
    background: linear-gradient(to bottom,  #87e0fd 0%,#36a3f8 0%,#1d7dca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#1d7dca',GradientType=0 );

}

#registration .registration-100 .second-variant #step1Click,
#registration .registration-100 .second-variant #step2Click,
#registration .registration-100 .second-variant #step3Click{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

#registration .registration-100 .second-variant .step1 .active,
#registration .registration-100 .second-variant .step2 .active,
#registration .registration-100 .second-variant .step3 .active{
    color: #2f6591;
    border: 1px solid #6297c3;
    border-right: none;
    background: #87e0fd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ZTBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGFiZmU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlYWJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(0%,#8abfe9), color-stop(100%,#7eabd2));
    background: -webkit-linear-gradient(top,  #87e0fd 0%,#8abfe9 0%,#7eabd2 100%);
    background: -o-linear-gradient(top,  #87e0fd 0%,#8abfe9 0%,#7eabd2 100%);
    background: -ms-linear-gradient(top,  #87e0fd 0%,#8abfe9 0%,#7eabd2 100%);
    background: linear-gradient(to bottom,  #87e0fd 0%,#8abfe9 0%,#7eabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#7eabd2',GradientType=0 );

}

#registration .registration-100 .second-variant .step1 .inactive,
#registration .registration-100 .second-variant .step2 .inactive,
#registration .registration-100 .second-variant .step3 .inactive{
    color: #919191;
    border: 1px solid #cccccc;
    background-color: #e6e6e6;
}

#registration .registration-100 .second-variant .step-right-side {position: relative;margin-left: 209px; height: 50px;}
#registration .registration-100 .second-variant .step3 {float: right; margin-right: 2px;}

#registration .registration-100 .second-variant .inactive .step-right-side{background: url('../images/default-reg-step.png') left -2px ;}
#registration .registration-100 .second-variant .active .step-right-side{background: url('../images/active-reg-step.png') left -2px ;}
#registration .registration-100 .second-variant .selected .step-right-side{background: url('../images/selected-reg-step.png') left -2px;}
#registration .registration-100 .second-variant .step-click .active:hover .step-right-side, #registration .registration-100 .second-variant .step-click .selected:hover .step-right-side{background: url('../images/hover-reg-step.png') left -2px;}
/************************************************************************/

#welcome-17 .seal-display{
    margin-top:22px;
}

.disclosure-block {
    font-size: 11px;
    color: #666666;
    width: 870px;
    position: static;
    display: block;
    margin: 20px auto;
}


