@import "fonts/stylesheet.css" screen;

html, body {
    background-color: #fff;
    overflow-x: hidden;
}
body * {
    font-family: Arial;
}

body {
    background: #fff;
}


.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

strong, b {font-weight: bold;}
i {font-style: italic}

.wrap {
    width: 1240px;
    margin: 0 auto;
    position: relative;
    min-height: 860px;
    background: #fff;
    border-radius: 0 0 20px 20px;
	left:15px;
}


.top-panel {
    background: #000;
    height: 35px;
    position: fixed;
    z-index: 100;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 100%;
    box-shadow: 0 3px 10px 0 rgba(0,0,0, .6);
}
.top-panel .red {color: red}
.top-panel .yellow {color: #ffff00 }

.logo {
    display: block;
    width: 458px; height: 100px;
    background: url(../images/logo.jpg) no-repeat;
    margin: 0 auto;
    text-decoration: none;
}

footer {
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0;
    text-align: center;
}

footer ul{
    display: block;
    text-align: center;
    margin: 20px 0;
}
footer ul li {
    display: inline-block;
}
footer ul li:after {
    content: '|';
    display: inline-block;
    font-size: 12px;
    color: #4C5057;
    padding: 0 5px;
    margin: 0 5px;
}
footer ul li:last-child:after {display: none;}
footer ul li a, footer .copy {
    font-size: 11px;
    color: #212121;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
}
footer p {
    font-size: 11px;
    line-height: 1.4;
}

#godaddy {
    width: 300px;
    position: relative;
    margin: 20px auto;
}
.secured {
    display: inline-block;
    background: url("../images/seal.png") no-repeat 0 0;
    height: 56px;
    width: 107px;
}
#siteseal {
    margin: 10px auto;
    width: 151px;
    border: 0 none;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
}

#ACMGForm {
    position: absolute;
    top: 380px; right: 138px;
}
#ACMGForm p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}
#ACMGForm form {
    display: block;
    padding: 0;
    width: 282px;
}
#ACMGForm form ul {
    padding: 0;
}
#ACMGForm li {
    display: block;
    font-size: 0;
    height: auto !important;
    list-style: none outside none;
    padding-bottom: 14px;
    position: relative;
}
#ACMGForm li:last-child {padding-bottom: 0}

#ACMGForm input {
    width: 100%;
    font-family: Arial;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px 10px;
}
#ACMGForm input, #ACMGForm select {
    border: 1px solid #e5e5e5;
    color: #3d3d3d;
    /*box-shadow: 0 3px 3px #CCCCCC inset;*/
    border-radius: 5px;
    margin: 0;
}
#ACMGForm .shipCity {width: 84px;display: inline-block;}
#ACMGForm .shipState {width: 115px;display: inline-block;}
#ACMGForm .shipState select { height: 33px;width: 115px;}
#ACMGForm .shipZip {width: 74px;display: inline-block;}


#ACMGForm input.error, #ACMGForm select.error {
    background-color: #FFE3E3 !important;
    border-color: #FF0000;
}
#ACMGForm label.error {
    display: none !important;
}
#ACMGForm #submit {
    background: url(http://official.christiebrinkleyauthenticskincare.com/s4day/images/btn-rush.png) no-repeat 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: -5px;
    width: 293px;
}

.block > div.privacy-policy {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 202px;
    text-align: center;
    top: 902px;
}
.block > div.privacy-policy a {
    font-size: 12px;
    color: #fff;
}


#ACMGForm select#expMonth {
    width: 88px;
}

#ACMGForm select#expYear {
    margin-left: 10px;
    width: 102px;
}

#ACMGForm form #billingSameAsShipping {
    text-align: center;
}

#ACMGForm form  #billingSameAsShipping > label {
    display: block !important;
}

#ACMGForm form  #billingSameAsShipping label {
    display: inline;
    border: 0 none;
    line-height: 16px;
    width: 250px;
}

#ACMGForm form #billingSameAsShipping fieldset {
    display: inline;
    border: 0 none;
    width: 50px;
}

#ACMGForm form #billingSameAsShipping fieldset label{
    width: 30px;
    padding: 0;
}

#ACMGForm #billingExtend ul li{
    margin-left: 35px;
    padding-bottom: 6px;
}

#ACMGForm #billingExtend ul li:first-child {
    margin-left: 0 !important;
}

#ACMGForm #cvc {
    display: block;
    width: 84px
}
#ACMGForm #cardNumber {
    width: 235px;
}
#ACMGForm li#billingExtend {
    margin-top: 9px;
    padding-bottom: 0;
}

#ACMGForm li#billingExtend ul{
    margin-top: 0;
}

#ACMGForm #billingExtend label{
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
#ACMGForm #billingExtend select{
    width: 146px;
}
#ACMGForm #billingExtend li *{
    font-size: 12px;
}
#ACMGForm #billingExtend li {
    font-size: 0;
}
#ACMGForm #billingExtend li:first-child label {
    display: block;
    width: auto;
}

#ACMGForm label.error,
#ACMGForm #billingExtend label.error {
    color: red;
}
#ACMGForm #billingExtend label.error {
    width: auto;
    left:100px;
}

#ACMGForm .agree input {
    position: absolute;
    top: 3px;
}
#ACMGForm .agree label {margin-left: 20px;}
#ACMGForm li.bit256 {
    background: url(http://official.christiebrinkleyauthenticskincare.com/s4day/images/ico-lock.png) no-repeat 0 50%;
    font-size: 12px;
    color:  #fff;
    line-height: 18px;
    padding: 5px 0 5px 20px;
	left:20px;
}

.secure {
    width: 296px; height: 108px;
    margin: 0 0 0 50px;
}
.cPos {text-align: center !important;}


.block {position: relative}
.block > div {position: relative}
.block p {
    font-size: 16px;
    color: #181818;
    line-height: 1.3;
}
.block p span {color: #a1005a;}
.block p i {font-style: italic}
.block p a {color: #0017ff; font-weight: bold;}
.block b {font-weight: bold}


.block-1 .bl-1 {
    margin-top: 6px;
    width: 2647px; height: 381px;
   /* background: url(../images/bl1/bl1.jpg) no-repeat;*/
    margin-left: -750px;
}

.block-1 .bl-2 {
    width: 2647px; height: 453px;
    /*background: url(../images/bl1/bl2.jpg) no-repeat;*/
    margin-left: -750px;
}
.block-1 .bl-3 {
    width: 2647px; height: 265px;
    /*background: url(../images/bl1/bl3.jpg) no-repeat;*/
    margin-left: -750px;
}
.block-1 .arrow {
    background: url(../images/arrow.png) no-repeat 0 0;
    width: 129px; height: 182px;
    position: absolute; top: 634px; left: 1093px;
}


.block-2 .bl-1 {
    width: 1675px; height: 363px;
    background: url(../images/bl2/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-2 .bl-2 {
    width: 1675px; height: 406px;
    background: url(../images/bl2/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-2 .bl-3 {
    width: 1675px; height: 147px;
    background: url(../images/bl2/bl3.jpg) no-repeat;
    margin-left: -264px;
}

.block-3 .bl-1 {
    width: 1675px; height: 492px;
    background: url(../images/bl3/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-3 .bl-2 {
    width: 1675px; height: 371px;
    background: url(../images/bl3/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-3 .bl-3 {
    width: 1675px; height: 384px;
    background: url(../images/bl3/bl3.jpg) no-repeat;
    margin-left: -264px;
}


.block-4 .bl-1 {
    width: 1675px; height: 418px;
    background: url(../images/bl4/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-4 .bl-2 {
    width: 1675px; height: 340px;
    background: url(../images/bl4/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-4 .bl-3 {
    width: 1675px; height: 328px;
    background: url(../images/bl4/bl3.jpg) no-repeat;
    margin-left: -264px;
}
.block-4 .bl-4 {
    width: 1675px; height: 412px;
    background: url(../images/bl4/bl4.jpg) no-repeat;
    margin-left: -264px;
}


.block-5 .bl-1 {
    width: 1675px; height: 470px;
    background: url(../images/bl5/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-5 .bl-2 {
    width: 1675px; height: 429px;
    background: url(../images/bl5/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-5 .bl-3 {
    width: 1675px; height: 385px;
    background: url(../images/bl5/bl3.jpg) no-repeat;
    margin-left: -264px;
}
.block-5 .bl-4 {
    width: 1675px; height: 266px;
    background: url(../images/bl5/bl4.jpg) no-repeat;
    margin-left: -264px;
}


.block-6 .bl-1 {
    width: 1675px; height: 385px;
    background: url(../images/bl6/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-6 .bl-2 {
    width: 1675px; height: 358px;
    background: url(../images/bl6/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-6 .bl-3 {
    width: 1675px; height: 334px;
    background: url(../images/bl6/bl3.jpg) no-repeat;
    margin-left: -264px;
}
.block-6 .bl-4 {
    width: 1675px; height: 352px;
    background: url(../images/bl6/bl4.jpg) no-repeat;
    margin-left: -264px;
}

.block-7 .bl-1 {
    width: 1675px; height: 330px;
    background: url(../images/bl7/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-7 .bl-2 {
    width: 1675px; height: 385px;
    background: url(../images/bl7/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-7 .bl-3 {
    width: 1675px; height: 370px;
    background: url(../images/bl7/bl3.jpg) no-repeat;
    margin-left: -264px;
}
.block-7 .bl-4 {
    width: 1675px; height: 202px;
    background: url(../images/bl7/bl4.jpg) no-repeat;
    margin-left: -264px;
}

.block-8 .bl-1 {
    width: 1675px; height: 331px;
    background: url(../images/bl8/bl1.jpg) no-repeat;
    margin-left: -264px;
}
.block-8 .bl-2 {
    width: 1675px; height: 377px;
    background: url(../images/bl8/bl2.jpg) no-repeat;
    margin-left: -264px;
}
.block-8 .bl-3 {
    width: 1675px; height: 276px;
    background: url(../images/bl8/bl3.jpg) no-repeat;
    margin-left: -264px;
}
.block-8 .bl-4 {
    width: 1675px; height: 253px;
    background: url(../images/bl8/bl4.jpg) no-repeat;
    margin-left: -264px;
}
.block-8 .bl-5 {
    width: 1675px; height: 206px;
    background: url(../images/bl8/bl5.jpg) no-repeat;
    margin-left: -264px;
}

.block-1 .bl-2 p {
    font-family: 'bodoni_mtitalic';
    font-size: 28px;
    position: absolute; top: 247px; left: 1136px;
}

.block-2 .bl-1 .text-1 {
    font-family: 'bodoni_mtregular';
    width: 850px;
    margin-left: 350px;
	font-size:45px;
	margin-top: -6px;
    position: absolute;
}
.block-2 .bl-1 .text-2,
.block-2 .bl-1 .text-3,
.block-2 .bl-1 .text-4 {
    font-family: 'bodoni_mtregular';
    font-size: 28px;
    text-align: center;
    line-height: 1.1;
    position: absolute; top: 250px;
}
.block-2 .bl-1 .text-2 {left: 353px;}
.block-2 .bl-1 .text-3 {left: 696px;}
.block-2 .bl-1 .text-4 {left: 1053px;}
.block-2 .bl-2 p {
    width: 1020px;
    position: absolute; top: 260px; left: 350px;
    line-height: 1.5;
}

.block-3 .bl-1 p {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    text-align: center;
}

.block-3 .bl-2 .text-1 {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    position: absolute; top: 5px; left: 350px;
}
.block-3 .bl-2 .text-2 {
    line-height: 1.5;
    position: absolute; top: 150px; left: 350px;
}
.block-3 .bl-2 .text-3 {
    line-height: 1.5;
    position: absolute; top: 250px; left: 350px;
}

.block-3 .bl-3 .text-1 {
    font-family: 'bodoni_mtitalic';
    font-size: 26px;
    position: absolute; top: 9px; left: 380px;
    line-height: 35px;
}
.block-3 .bl-3 .text-2  {
    line-height: 1.5;
    position: absolute; top: 180px; left: 350px;
}
.block-3 .bl-3 .text-3  {
    line-height: 1.7;
    width: 330px;
    position: absolute; top: 0px; left: 1050px;
}

.block-4 .bl-1 .text-1 {
    font-family: 'bodoni_mtregular';
    font-size: 58px;
    position: absolute; top: 42px; left: 360px;
    line-height: 1;
}
.block-4 .bl-1 .text-2  {
    line-height: 1.5;
    width: 655px;
    position: absolute; top: 210px; left: 350px;
}

.block-4 .bl-3 .text-1  {
    line-height: 1.7;
    width: 650px;
    position: absolute; top: 180px; left: 350px;
}
.block-4 .bl-3 .text-2  {
    line-height: 1.5;
    width: 250px;
    font-size: 14px;
    text-align: justify;
    position: absolute; top: 95px; left: 1082px;
}
.block-4 .bl-4 .text-1 {
    font-family: 'bodoni_mtitalic';
    font-size: 26px;
    position: absolute; top: 2px; left: 380px;
    line-height: 35px;
}
.block-4 .bl-4 .text-2  {
    line-height: 1.7;
    width: 650px;
    position: absolute; top: 145px; left: 350px;
}

.block-5 .bl-1 p {
    font-family: 'bodoni_mtregular';
    font-size: 57px;
    text-align: center;
    line-height: 1;
}
.block-5 .bl-2 .text-1 {
    font-family: 'bodoni_mtregular';
    font-size: 57px;
    text-align: center;
    line-height: 1.2;
    padding-top: 5px;
}
.block-5 .bl-2 .text-2 {
    line-height: 1.7;
    width: 995px;
    position: absolute; top: 160px; left: 350px;
}
.block-5 .bl-2 .text-3 {
    font-family: 'bodoni_mtitalic';
    font-size: 28px;
    position: absolute; top: 270px; left: 649px;
}
.block-5 .bl-3 .text-1 {
    font-size: 14px;
    color: #292929;
    position: absolute; top: 5px; left: 665px;
}
.block-5 .bl-3 .text-2 {
    width: 505px;
    font-family: "Georgia", sans-sarif;
    font-style: italic;
    font-size: 17px;
    color: #191919;
    line-height: 1.7;
    position: absolute; top: 50px; left: 665px;
}
.block-5 .bl-3 .text-3 {
    position: absolute; top: 185px; left: 665px;
}
.block-5 .bl-3 .text-4 {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    text-align: center;
    line-height: 1;
    position: relative; top: 270px;
}

.block-6 .bl-1 p {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    text-align: center;
    line-height: 1;
    position: relative; top: 180px;
}

.block-7 .bl-1 p {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    text-align: center;
    line-height: 1;
    position: relative; top: 10px;
}

.block-7 .bl-2 p {
    position: relative; left: 370px;
    line-height: 1.7;
    width: 545px;
    margin-bottom: 13px;
}
.block-7 .bl-2 .text-1, .block-7 .bl-2 .text-3 {
    font-family: 'bodoni_mtregular';
    font-size: 45px;
    color: #422212;
    line-height: 1;
    margin-bottom: 5px;
}
.block-7 .bl-2 .text-5 {
    font-family: 'bodoni_mtitalic';
    font-size: 22px;
    left: 400px;
    line-height: 35px;
}

.block-7 .bl-3 .text-1 {
    position: relative; left: 450px;
    line-height: 1.7;
    width: 545px;
    margin-bottom: 35px;
    padding-top: 77px;
}
.block-7 .bl-3 .text-2 {
    font-family: 'bodoni_mtregular';
    font-size: 41px;
    color: #422212;
    line-height: 1;
    margin-bottom: 15px;
    position: relative; left: 370px;
}
.block-7 .bl-3 .text-3 {
    font-family: 'bodoni_mtitalic';
    font-size: 22px;
    left: 400px;
    line-height: 35px;
    position: relative; left: 400px;
}
.block-7 .bl-4 p {
    position: relative; left: 370px;
    line-height: 1.7;
}

.block-8 .bl-1 p {
    font-family: 'bodoni_mtregular';
    font-size: 50px;
    text-align: center;
    line-height: 1;
    position: relative; top: 10px;
}

.block-8 .bl-2 .text-1 {
    font-family: 'bodoni_mtcondensed';
    font-size: 123px;
    line-height: 1;
    position: relative; left: 370px;
    padding-top: 185px;
}
.block-8 .bl-2 .text-2 {
    font-family: 'bodoni_mtregular';
    font-size: 40px;
    line-height: 1;
    position: relative; left: 370px;
}
.block-8 .bl-3 p {
    font-family: 'bodoni_mtitalic';
    font-size: 39px;
    position: absolute; top: 0;
    left: 380px;
}


a.btn {
    display: inline-block;
    width: 357px;height: 67px;
    text-decoration: none;
    position: absolute;
}
.block-2 .bl-3 .btn {top: 29px; left: 1034px;}
.block-3 .bl-3 .btn {top: 283px; left: 1034px;}
.block-4 .bl-4 .btn {top: 295px; left: 1034px;}
.block-6 .bl-4 .btn {top: 224px; left: 992px;}
.block-7 .bl-4 .btn {top: 72px; left: 1011px;}
.block-8 .bl-4 .btn {top: 100px; left: 1034px;}

.godaddy-sec {
    cursor: pointer;
    width: 112px; height: 112px;
    background:  url(../images/godaddy_secure.png) no-repeat 0 0;
    position: absolute; top: 0; left: 0;
    z-index: 4;
}

.warningBar {
    background: none repeat scroll 0 0 black;
    color: #fff;
    height: 28px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    z-index: 4;
	font-size:15px;
}

.block > div.shippingDate {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    position: absolute;
    right: 126px;
    top: 357px;
    width: 312px;
    text-align: center;
}

.block > div.privacy-seal {
    position: absolute;
    height: 35px;
    width: 142px;
    top: 840px;
    right: 137px;
    cursor: pointer;
}