.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 250px;
}

.bubble .bubble-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}

.bubble .bubble-message {
    font-size: 12px;
    margin: 0;
}

button.button {
    padding: 0;
}
.button {
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}
.button span {
    display: inline-block;
    border-radius: 4px;
    padding: 0 16px;
    font-weight: bold;
    line-height: 22px;
    color: white;
}
.button-green-2x {
    background: url('../images/button-green-2x.gif') 50% 50% no-repeat;
    border: 1px solid #009900;
    border-radius: 10px;
}
.button-green {
    background: url('../images/button-green.gif') 50% 50% no-repeat;
    border: 1px solid #009900;
}
.button-green span {
    border: 1px solid #e7ffe7;
}
.button-blue {
    background: url('../images/button-blue.gif') 50% 50% no-repeat;
    border: 1px solid #0568ca;
}
.button-blue span {
    border: 1px solid #bdd7f1;
}
.button-gray {
    background: url('../images/button-gray.gif') 50% 50% no-repeat;
    border: 1px solid #bebebe;
}
.button-gray span {
    border: 1px solid #f8f8f8;
    color: #676767;
}
.button-review-print-file span {
    padding: 0 5px;
}
.button-edit-front span {
    padding: 0 5px;
}
.button-edit-back span {
    padding: 0 5px;
}
.button-edit-advanced span {
    padding: 0 5px;
}
.button-edit-apply span {
    padding: 0 5px;
}
.button-edit-make-changes span {
    padding: 0 10px;
}
.button-edit-save-pdf span {
    padding: 0 10px;
}
.button-saveInvoice span {
    padding: 0 10px;
}
.button-checkout span {
    padding: 3px 22px;
    font-size: 14px;
    line-height: 22px;
}
.button-next span {

}
.button-back span {

}
.button-addItem span {

}

.alertBar {
    background-color: #ffbaba;
    border-bottom: 2px solid #d8000c;
    padding: 0;
    width: 100%;
    text-align: center;
}

.alertBar P {
    color: #d8000c;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.alertBar IMG {
    vertical-align: -18px;
    margin: 0 10px;
}

.errorBackground {
    background-color: #FFB6C1 !important;
}
.errorMessage {
    color: #FF0000;
}


/* ----------------------------- end helper styles ------------------------- */

/* ----------------------------- core.css ------------------------------ */

body {
    background-color: #FAFAFA !important;
   color: #181818;
   font-family: Arial, Helvetica, sans-serif !important;
   font-size: 12px !important;
   line-height: 18px;
   margin: 0;
}
h1, h2, h3, h4, h5 {
    clear: both;
    font-weight: bold;
    text-align: left;
}
h1 {
    color: #333333;
    font-size: 20px;
    line-height: 21px;
    margin-top: 0;
}
h2 {
    color: #0054A4;
    font-size: 18px;
}
h3 {
    color: #D3224E;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
h4 {
}
h5 {
    color: #990000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
}
a {
    color: #0000CC;
    cursor: pointer;
    text-decoration: underline;
}
a:link {
    color: #0000CC;
    cursor: pointer;
    text-decoration: underline;
}
a:visited {
    cursor: pointer;
}
a:active {
    cursor: pointer;
}
a:hover {
    color: #0066CC;
    cursor: pointer;
}
a img {
    border: none;
}
.emphasize {
    font-size: 15px;
    font-weight: bold;
}
.center {
    text-align: center;
}

#main,
.portal-container {
	margin-bottom: 0px !important;
    background-color: #FFFFFF;
    margin: 0 auto 50px;
    position: relative;
    width: 960px;
}

#header {
    background-color: #FFD944;
    /* background-image: url("/static/img/header-background.png");
    background-repeat: no-repeat; */
    height: 85px;
}
#logo {
    background-image: url(/assets/images/Expresscopy-logo.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 65px;
    left: 19px;
    position: relative;
    top: 14px;
    width: 512px;
}

#loginBox {
    background-image: none;
    bottom: 0;
    height: 20px;
    left: 400px;
    padding-left: 5px;
    position: absolute;
    top: 0px;
    font-size: 13px;
	max-width: 350px;
}

#loggedIn a {
    margin-left: 5px;
    border-left: 1px solid grey;
    padding-left: 8px;
}

#loginBox .login-signin,
#loginBox .login-signup {
    background: #0066cc;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    color: #fff;
    font-size:13px;
    float: left;
}

#loggedIn {
    
    padding-top: 5px;
}

#headerChat {
    left: 620px;
    padding-left: 5px;
    position: absolute;
    top: 1px;
    width: 140px;
}
#supportInformation {
    position: absolute;
    right: 0;
    top: 2px;
}
#supportHours {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#topMenu {
    background-image: url("/static/img/menu-bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    height: 21px;
    text-align: center;
}
.menuItem a, .menuItemTop a {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.menuItem a:hover, .menuItemTop a:hover {
    color: #FFDD57;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.dropDownMenu {
    border-right: 6px solid #3982CA;
    float: left;
    padding-top: 2px;
    position: relative;
    text-align: center;
    width: 162px;
    z-index: 503;
}
.dropDownMenu .dropDownMenu {
    border: medium none;
    padding-top: 2px;
    text-align: left;
    width: 100%;
}
.menuContainer {
    background-color: #0066CC;
    left: -999em;
    padding-left: 4px;
    position: absolute;
    text-align: left;
    width: 219px;
}
.dropDownMenu .menuContainer .dropDownMenu .menuContainer {
    background-color: #FF0033;
    margin-left: -140px;
    margin-top: -17px;
    width: 138px;
}
.message {
    background-color: #F2FFD7;
    border: 1px solid #8FD500;
    font-weight: bold;
    margin: 22px auto 2px;
    padding-left: 28px;
    width: 90%;
}
#content {
    position: relative;
}
#content-left {
    float: left;
    margin-left: 3px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    width: 216px;
}
#view {
    display: block;
    float: left;
    margin-bottom: 45px;
    margin-left: 3px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    width: 708px;
}
#content-right {
}
#cart {
    color: #000000;
    float: right;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 20;
}
#cart span {
    cursor: pointer;
}
#cart strong {
    color: #0000CC;
    text-decoration: underline;
}
.button_bak {
    background-image: url("/static/img/button.png");
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 22px;
    padding-top: 6px;
    text-decoration: none;
    width: 100px;
}
.button1 {
    background: url("/assets/images/buttons/long_button.png") no-repeat scroll center center transparent;
    font-weight: bold;
    height: 32px;
    padding-top: 12px;
    text-align: center;
    width: 300px;
}
.button2 {
    background: url("/assets/images/buttons/short_button.png") no-repeat scroll center center transparent;
    color: #000000;
    font-weight: bold;
    height: 34px;
    padding-top: 14px;
    text-align: center;
    text-decoration: underline;
}
#closeButton {
    background: url("/static/img/closeButton.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 19px;
    position: relative;
    width: 88px;
}
.box-1 {
    border-radius: 0px 6px 6px 6px;
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
    margin-left: 2px;
    z-index: 130;
}
.box-1 .header {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    /* background-image: url("/assets/images/yellowHeader.png"); */
	background-color: #d4d4d4;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 1px 0 0 8px;
}
.box-1 .body {
    min-height: 94px;
    padding: 5px;
}
.box-1 .footer {
    background-color: #E7E7E7;
    border-top: 1px solid #999999;
    padding: 5px;
    text-align: center;
}
.box-2 {
    background-color: #5674CC;
    color: #FFFFFF;
    padding: 10px;
}
.box-2 .header {
    font-size: 14px;
    font-weight: bold;
}
.box-2 .text {
    color: #FFFFFF;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px;
}
.list-1 {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    list-style-image: url("/static/img/listBullet1.gif");
}
.list-2 {
    font-size: 14px;
    line-height: 25px;
    list-style-type: disc;
    margin-bottom: 8px;
    margin-top: 14px;
    padding-right: 5px;
    text-align: left;
}
.list-3 {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-top: 3px;
    padding-right: 5px;
    text-align: left;
}
.list-4 {
}
.tabs {
    margin-top: 12px;
    width: 100%;
    clear: both;
}
.tabs .tab-header, .tabs .tab-footer {
    background-image: url("/static/img/lightgrayHeader.png");
    border: 1px solid #999999;
    height: 38px;
    position: relative;
    width: 100%;
}
.tabs .tab-header .tab, .tabs .tab-header .test {
    border-right: 1px solid #999999;
    float: left;
    height: 17px;
    padding: 11px;
}
.tabs .tab-header .tab a {
    color: #777777;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.tabs .tab-header .tab a:hover {
    color: #222222;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.tabs .tab-header .selected {
    background-color: #FFFFFF;
}
.tabs .tab-header .selected a {
    color: #333333;
}
.tabs .tab-body {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    padding-top: 38px;
    position: relative;
    width: 100%;
    clear: both;
}
.tabs .tab-footer .tab-buttons {
}
.features {
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 3px;
    padding-left: 20px;
    padding-right: 5px;
    text-align: left;
}
.expand {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.tip {
    background-color: #CCDDED;
    clear: both;
    margin-top: 9px;
    padding: 20px;
    z-index: 305;
}
.help {
    background-image: url("/static/img/helpIcon.png");
    background-repeat: no-repeat;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    margin-right: 5px;
    margin-top: 2px;
    padding-left: 18px;
    padding-top: 1px;
    text-decoration: none;
}
.pricing {
    margin-bottom: 5px;
    padding: 5px;
}
#formPricing {
    background-color: #E1E1E1;
    border: 1px dashed #949AC7;
    margin-bottom: 16px;
    margin-top: 5px;
    width: 340px;
    min-height: 200px;
}
#formPricing #quoteHeader {
    background-color: #FAD605;
    color: #535353;
    font-size: 14px;
    text-align: center;
}
#formPricing label {
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding-right: 3px;
    padding-top: 1px;
    text-align: right;
    width: 87px;
}
#formPricing select {
    float: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    width: 230px;
}
#formPricing input.subbutton {
    float: right;
    margin-left: 0;
    margin-top: 5px;
    width: 60%;
}
.zend_form {
    width: 532px;
}
.zend_form fieldset {
    border: 1px solid #CCCCCC;
    width: 450px;
}
.zend_form dd {
    margin-left: 0;
}
.zend_form dt label {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 180px;
}
.zend_form dd input, .zend_form dd textfield, .zend_form dd select {
    margin-top: 5px;
}
.zend_form dd ul.errors li {
    color: #FF0000;
}
.zend_form dt label.required:after {
    color: #0000FF;
    content: " *";
}
.zend_form legend {
    font-weight: bold;
}
.zend_form .submit {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 150px;
}
.zend_form dd p.description {
    margin-left: 190px;
    margin-top: 0;
    margin-bottom: 2px;
    color: #808080;
}
.zend_form ul.errors {
    margin-left: 150px;
    list-style: none;
    color: #F00;
}

.testimonial {
    color: #0000CC;
    padding: 14px;
}
.testimonials {
/*    background-color: #f7f7f7; */
    border: 1px dashed #708090;
    margin-left: 10px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    width: 100%;
}
.box_1 {
    background-color: #CBCBFF;
    border: 1px dashed #708090;
    padding: 10px;
    text-align: center;
}
.box_2 {
    background-color: #E7E7E7;
    border: 1px dashed #708090;
    padding: 5px 15px 15px;
    text-align: left;
}
#login {
    margin-top: 9px;
}
.login {
    float: left;
    margin-bottom: 2px;
    margin-top: 9px;
    position: relative;
    width: 100%;
}
.login label {
    float: left;
    font-weight: bold;
    position: relative;
    width: 67px;
}
.login input {
    float: left;
    position: relative;
    width: 165px;
}
.login input.submit {
    margin-top: 5px;
    width: 100px;
}
#starterFileDownloads {
    background-color: #FEFA8E;
    border: 3px solid #FFCC01;
    float: right;
    padding: 10px;
    position: relative;
    width: 300px;
}
#starterFileDownloads .downloadImage {
    float: left;
    margin-left: 4px;
    margin-top: 0;
}
#starterFileDownloads .downloadStarterFiles {
    float: left;
    font-size: 20px;
    margin-left: 25px;
    margin-top: 12px;
    text-align: center;
}
#starterFileDownloads .downloadImage img {
    border: medium none;
}
#starterFileDownloads .starterFiles {
    line-height: 16px;
    padding-top: 52px;
}
.starterFileInstructions {
    font-size: 11px;
    font-style: italic;
}
#selectedDesigns .header {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
	background-color: #d4d4d4;
    /* background-image: url("/assets/images/yellowHeader.png"); */
    height: 22px;
}
#selectedDesigns .header .text {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 0 0 8px;
}
#ec-category-menu .header {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    /* background-image: url("/assets/images/yellowHeader.png"); */
    background-color: #d4d4d4;
    height: 22px;
}
#ec-category-menu .header .text {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 0 0 8px;
}
#social {
    margin-bottom: 10px;
}
#shippingSelectionMenu {
    display: none;
}
#startMyOrder {
    background-image: url("/assets/images/pricing/start-my-order.png");
    cursor: pointer;
    display: none;
    height: 55px;
    width: 160px;
    margin-top: 5px;
}
#pricingUpdateButton {
    float: left;
    height: 25px;
    width: 92px;
    cursor: pointer;
    background-image: url('/assets/images/pricing/update-calculator.png');
}
#qty {
    float: left;
}
#quantityContainer {
    display: none;
    clear: both !important;
}
#formPricing input, #formPricing select {
    border: 1px solid #A8B8BA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 2px 4px;
    margin: 2px;
}

input, select, textarea {
    border: 1px solid #A8B8BA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 2px 4px;
    margin: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 1px 1px 3px rgba(0, 54, 204, 0.4);
    border: 1px solid #0033ff;
}

select {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 3px 10px;
    /* background: #f3f3f3; */
    color: #000;
}

input[type='button'], input[type='submit'] {
    background-color: #0568CA ;
    background-image: url("/assets/images/blueButtonBG.png") ;
    background-position: 50% 50%;
    color: white;
    cursor: pointer ;
    font-weight: bold ;
    padding-left: 10px ;
    padding-right: 10px ;
}

input.pricingQuantityProblem {
    box-shadow: 1px 1px 3px rgba(204, 54, 0, 0.4) !important;
    border: 1px solid #cc3300 !important;
    background-color: rgba(204, 54, 0, 0.2) !important;
    color: rgb(54, 0, 0) !important;
}

div.pricingQuantityProblem {
    color: rgb(204, 54, 0) !important;
    font-size: 12px !important;
}

#formPricing input:focus, #formPricing select:focus {
    box-shadow: 1px 1px 3px rgba(0, 54, 204, 0.4);
    border: 1px solid #0033ff;

}


#formPricing {
    background-color: white !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 0px 6px 6px 6px;
    padding-bottom: 10px;
}
#formPricing .pricing {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.pricing DIV {
    position: relative;
    clear: both;
}
#estimate {
    clear: both;
    display: block;
}
#pricing-change-shipping-estimate-text, #minQuantity {
    font-size: 9px;
}
#quoteHeader {
    margin-bottom: 5px;
}
#nextPriceBreak, #shipping, #estimate, #minQuantity, #startMyOrder {
    margin-left: 92px !important;
}
#pricing-quote-label {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
#pricing-quote-price {
    font-size: 18px;
    color: #0051cc;
    font-weight: bold;
    padding-bottom: 5px;
}
#formPricing label {
    padding-top: 5px !important;
    color: #666666 !important;
    font-weight: bold;
}
#formPricing #quoteHeader, .box-1 .header {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 10px;
    text-align: left !important;
}
.header, #formPricing #quoteHeader {
    /* background-image: url("/assets/images/yellowHeader.png"); */
	background-color: #d4d4d4;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    height: 22px;
}
#formPricing #quoteHeader {
    background-color: #FAD605;
    color: #535353;
    font-size: 14px;
    text-align: center;
}
#nextPriceBreak {
    font-weight: bold;
}
#pricingUpdateButton {
    background-image: url("/assets/images/pricing/update-calculator.png");
    cursor: pointer;
    float: left;
    height: 25px;
    left: 195px;
    position: absolute;
    top: 0px;
    width: 92px;
}
#minQuantity {
    clear: both !important;
}
.pricing-form-initial {
    background-image: url("/assets/images/startPriceQuote.png");
    background-position: center;
    background-position: top;
    background-repeat: no-repeat;
}

#unitPricingBreakout {

    font-size: 11px;
    color: #666666;

}

#pricingBinderyDependencyMessage {
    margin-left: 92px;
    font-size: 11px;
    color: #666666;
}

#loaderDiv {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid #CCCCCC;
    padding: 7px 12px;
    position: fixed;
    right: 45%;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 3px rgba(204, 54, 0, 0.4) !important;
}
#loaderDiv IMG {
    margin-right: 4px;
    z-index: 9999 !important;
    opacity:0.85;
    filter:alpha(opacity=85);
}

#partnerPromo,
#partnerPromoSitelink {
    background-color: #DFF2BF;
    border-top: 2px solid #4F8A10;
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display:none;
}

#partnerPromo .promoInner,
#partnerPromoSitelink .promoInner {
    width: 960px;
    margin: 0 auto;
}

#partnerPromo .promoImg,
#partnerPromoSitelink .promoImg {
    vertical-align: -24px;
    margin: 0 10px;
    float: left;
}

#partnerPromo p,
#partnerPromoSitelink p {
    color: #4F8A10;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

#partnerPromo .promoText,
#partnerPromoSitelink .promoText {
    padding-top: 8px;
}

#partnerPromo .promoSmall,
#partnerPromoSitelink .promoSmall {
    font-size: 10px;
    font-weight: normal;
    display: block;
}

#partnerPromo .ppClose,
#partnerPromoSitelink .ppClose {
    bottom: 15px;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

/* ------------------------------ end core.css ------------------------------ */


/* ------------------------------ shared.css ------------------------------ */

.progressButton {
    background-image: url("/static/img/progressButtonBackground-gray.png");
    border: 1px solid #B2B2B2;
    float: left;
    font-weight: bold;
    height: 11px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-top: 4px;
}
#progressButtonSelected {
    background-image: url("/static/img/progressButtonBackground-yellow.png");
    border: 1px solid #D2AD18;
}
.progressButtonEnabled {
    background-image: url("/static/img/progressButtonBackground-green.png");
    border: 1px solid #479812;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 11px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-top: 4px;
}
.breadCrumb, .breadCrumbUpload {
    font-size: 11px;
    height: 24px;
    line-height: 12px;
    margin-bottom: 12px;
}
#selectedDesigns {
    border-radius: 0px 6px 6px 6px;
    background-color: white;
    border: 1px solid #d4d4d4;
    margin-bottom: 15px;
    margin-left: 2px;
    z-index: 130;
}
#selectedDesigns .body {
    min-height: 94px;
    padding: 2px 8px;
}
.stepHeadline {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
}
.stepBody {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 36px;
    padding-left: 40px;
    padding-right: 40px;
}
.options {
    background-color: #CCDDED;
    display: none;
    margin-top: 7px;
    padding: 4px;
    text-align: center;
}
#projectInformation, #orderInformation {
    margin-left: 14px;
    margin-top: 9px;
}
#renameOrderForm, #renameProjectForm {
}
.buttons {
    float: right;
    margin-right: 18px;
    margin-top: 7px;
}
.largeButton {
    background-image: url("/static/img/buttonLarge.png");
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    width: 153px;
}
.backButton {
    background-image: url("/static/img/back.png");
}
.nextButton {
    background-image: url("/static/img/next.png");
    cursor: pointer;
    float: right;
}
.goToCheckOutButton, .addItemButton, .submitOrderButton {
    cursor: pointer;
    float: left;
    margin-left: 18px;
    margin-top: -1px;
    width: 157px;
}
.goToCheckOutButton {
    background-image: url("/static/img/continueToCheckout2.png");
}
.submitOrderButton {
    background-image: url("/static/img/submitOrder.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 22px;
}
.addItemButton {
    background-image: url("/static/img/addAnotherItem.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 22px;
}
.uploadSection, .purchaseSection, .sendListLaterSection {
    background-color: #CCD9E0;
    height: 37px;
    margin: 6px auto auto;
    width: 507px;
}
.uploadSection .text, .purchaseSection .text, .sendListLaterSection .text {
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 5px 5px 25px;
    width: 259px;
}
.purchaseSection .text {
    padding: 12px 5px 5px 25px;
}
.help {
    float: right;
}

/* ------------------------------ end shared.css ------------------------------ */


/* ------------------------------ main.css ------------------------------ */

.test {
    background-color:black;
}

.button3 {
    background:transparent url(/assets/images/buttons/short_yellow_button.png) no-repeat scroll 0 0;
    background-position:right;
    font-weight:bold;
    width:125px;
    height:27px;
    padding-top: 9px;
    text-align: center;
}

.dropDownMenu {
    width: 154px;
}

/* ------------------------------ end main.css ------------------------------ */

/* ------------------------------ footer.css ------------------------------ */

#footer {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 1px #cccccc solid !important;
    color: #666666 !important;
    min-height: 400px !important;
    width: 960px;
}

#footer h4 {

    size: 12px;
    font-family: Tahoma, Geneva, sans-serif;

}

.footerColumn {

    padding-left: 30px;
    display: table-cell;
    width: 210px;
}

.embolden {

    font-weight: bold;
}

#footerLogo {

    margin-top: -10px;
    margin-left: -10px;
    border: 0px;
}

#wayfinder {
    height: 20px;
}


#topMenu {
    left: 0;
    position: absolute;
    top: 85px;
}

/* ------------------------------ end footer.css ------------------------------ */

/* ------------------------------ vip.css ------------------------------ */

#vipSupportService {
    height: 44px;
    width: 179px;
    border: 0px;
    text-decoration: none;
}
div#vipSupportService img, div#serviceOptions img {
    outline: 0;
    border: 0px;
    text-decoration: none;
}
#phoneServiceLink {
    cursor: default;
}
#serviceOptions {
    height: 119px;
    width: 179px;
}
#closeLink {
    width: 179px;
    height: 10px;
    text-align: right;
    font-size: 9px;
}
div#closeLink a {
    text-decoration: none;
}
#vip {
    height: 54px;
    width: 179px;
    left: 778px;
    position: absolute;
    top: 3px;
    z-index: 30 !important;
}
#vipOverlay {
    display: none;
    z-index: 13;
    position: absolute;
}
#postcard {
    position:relative;
    height:327px;
}
#postcard .rotateContent {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    background-color: white;
}
#postcard .activeSlide{
    z-index:12;
}
#postcard .last-activeSlide{
    z-index:11;
}

#postcard .excopyBlog {
    width: 691px;
    height: 379px;
    background: url('/assets/images/blogMainWell.jpg');
}

.excopyBlog .excopyBlog-title {
    font-size: 28px;
    font-weight: bold;
    color: #999;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
}

.excopyBlog .excopyBlog-post {
    width: 296px;
    float: right;
}

.excopyBlog-post h4 {
    margin: 10px 0;
    color: #999;
    font-size: 16px;
}

.excopyBlog-post p {
    margin: 0;
    margin-right: 10px;
}


/* ------------------------------ end vip.css ------------------------------ */

/* ------------------------------ image.css ------------------------------ */

#ec-imageCategories {
    width:258px;
    padding-left:6px;
    padding-top: 6px;
    display:none;
    margin-top:18px;
}
.ec-image-menuLink {
    /*float:left;*/
    margin-left:15px;
}
#ec-image-subMenu {
    background-color:#f5f5f5;
    clear:both;
    margin-top:5px;
    padding:5px;
    width:546px;
}
.ec-image-image {
    float:left;
    /* height:150px; */
    margin:32px;
    position:relative;
    text-align:center;
    width:126px;
}

.ec-image-image-name {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

#subSubMenu,
.imageManagerLink,
.ec-image-menuLink {
    cursor: pointer;
}
#subSubMenu {
    background-color:#EAEEEE;
    margin-bottom:18px;
    padding:5px;
    width:576px;
}
#ec-imageOptions {
    background-color:#F4F2F2;
    float:left;
    font-size:12px;
    height:22px;
    line-height:22px;
    margin-left:10px;
    margin-bottom:21px;
    padding-bottom:9px;
    padding-left:5px;
    padding-top:15px;
    width:550px;
}
#ec-imageOptions .option a.selected {
    border:1px solid #0054A4;
}
#ec-imageOptions .option a {
    color:#0000CC;
    padding:5px;
    text-decoration:underline;
    cursor:pointer;
}
#imageFilter {
    float: left;
    clear: left;
}

/* ------------------------------ end image.css ------------------------------ */

/* ------------------------------ design.css ------------------------------ */
#projectFormHolder input {
    font-size: 12px !important;
}

#projectFormHolder input[type="button"] {
    width: auto !important;
}


.upperRightBox {

    background-color: white;
    border: 1px solid #DFDFDF;
    border-radius: 0px 6px 6px 6px;
    margin: 0;
    opacity:0.96;
    filter:alpha(opacity=96);
    padding: 40px 15px 15px;
    position: fixed;
    right: 5px;
    top: 5px;
    vertical-align: middle;
    z-index: 601;
    display: block;
}

#ec-design-returnToCustomizing {
    height: 28px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
    width: 668px;
    cursor: pointer;
}

#ec-design-returnToCustomizing-leftArrow {
    position: absolute;
    left: 0px;
    top: 0px;
}

#ec-design-returnToCustomizing-resumeBalloon {
    border: 1px solid #0000cc;
    border-radius: 0px 6px 6px 6px;
    position: absolute;
    left: 9px;
    top: 0px;
    background-color: white;
    width: 654px;
    height: 28px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.blueHeadline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0000cc;
}

.innerInfo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

#ec-categoryBlurb, #ec-categoryFooterBlurb {
    padding: 5px 15px !important;
}

#ec-design-instructionContainer, #ec-paginationTop {
    padding: 5px 10px;
}

#ec-paginationTop br, #ec-paginationBottom br {
    display: none;
}

.ec-design-info {
}


.ec-design-controls {
    /* bottom: 5px;
     position: absolute; */
    text-align: center;
    width: 100%;
}

#ec-design-breadcrumbNav {
    padding: 10px 0px 10px 0px;
    text-align: left;
}

#ec-design-sideSelectedContainer {

    background-color: white;
    border: 1px solid #DFDFDF;
    border-radius: 0px 6px 6px 6px;
    height: 85px;
    margin: 0;
    opacity:0.96;
    filter:alpha(opacity=96);
    padding: 40px 15px 15px;
    position: fixed;
    right: 5px;
    top: 5px;
    vertical-align: middle;
    width: 300px;
    z-index: 601;

}
#ec-design-sideSelectedMessage {
    padding-top: 20px;
    font-size: 11px;
    color: #333333;
}



#ec-selectedDesigns-sideSelectedTextFront {
    float: left;
}

#ec-selectedDesigns-sideSelectedTextFrontProduct {
    float: left;
}

.ec-selectedDesigns-sideSelectedText {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}

#ec-selectedDesigns-selectABackBox {
    border: solid 1px gray;
    cursor: pointer;
    margin: 0px auto;
    min-height: 50px;
    min-width: 90px;
    padding: 10px;
}

#ec-selectedDesigns-selectABackText {
    font-size: 11px;
    font-weight: bold;
}

#ec-design-sideSelectedContainer {
    text-align: center;
}

#ec-design-sideSelectedHeaderMessage {
    color: #0082d8;
    display: inline;
}

#ec-design-chooseSideMessage {
    height: 20px;
    width: 98%;
}

#ec-design-chooseSideMessage .heading-option {
    font-size: 20px;
    font-weight: bold;
    color: #0000CC;
}


#ec-design-selectTemplate {
    text-align: center;
    width: 98%;
    display: none;
}

#ec-design-selectTemplateLeft {
    float: left;
}

#ec-design-selectTemplateRight {
    float: right;
}

#ec-design-blankName {
    text-align: center;
}

#ec-design-addressOnlyName {
    text-align: center;
}

#ec-design-blankDesign,
#ec-design-addressOnlyDesign {
    height: 170px;
    margin: 0 20px 20px 20px;
}

#ec-design-blankHeader {
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
}

#ec-design-freeTemplatesMessage {
    font-size: 12pt;
    font-weight: bold;
    padding-left: 10px;
}

#ec-design-selectedDesignLinks {
    text-align: center;
    font-size: 11px;
}

#ec-design-selectedDesignLinks input{
    width: 1em;
    height: 1em;
    padding: 0px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
}

#ec-designCollection {
    float:left;
    border:none;
    padding:4px;
    min-height:300px;
    width:100%;
}
.ec-design {
    float:left;
    height: 350px;
    margin-right: auto;
    position:relative;
    width:230px;
    border: 1px solid white;
    border-radius: 0px 6px 6px 6px;
}

.ec-design.libtype-my {
	height: 400px;
}

.ec-design:hover {
    border: 1px solid #cfcfcf;
}
.ec-design-name {
    font-size:12px;
    margin-top:3px;
    color:#333333;
}
.ec-design-product {
    font-size: 9px;
    line-height: 10px;
}
.ec-design-image {
    border:1px solid #999999;
    max-width:180px;
    cursor:pointer;
}
.ec-design-image-greetingcard {
    max-width:190px;
    cursor:pointer;
}
.ec-design-expand {
    width:7px;
    height:7px;
    margin-top:4px;
    margin-right:4px;
    padding:1px;
    border:1px solid #C0C0C0;
    float:left;
    cursor:pointer;
}
.ec-design-categoryLink {
    cursor:pointer;
}

.ec-design-subcategoryLink {
    cursor:pointer;
    padding:2px;
}
.ec-design-spacer {
    width:10px;
    margin-right:6px;
    float:left;
}
.ec-design-contents {
    text-align: center;
}

.ec-suggested-designs {

}

.ec-featured-designs {

}
.ec-design-design {
    /*position: absolute;
    bottom: 0;*/
    text-align: center;
    margin-bottom: 4px;
    padding: 5px;
    margin-top: 4px;
    width:220px;
}

.design-mailing-icons {
    text-align: right;
    position: absolute;
    bottom: -10px;
    left: 7px;
}

.design-mailing-icon {
    padding-left:4px;
}

.ec-design-status-testing {
    background: yellow;
}

.ec-design-detailsLink {
    font-size: 10px;
}
#ec-design-details-container {
    width: 500px;
    height: auto;
    background-color: #FFFFFF;
    position: absolute;
    top: 129px;
    left: 381px;
    z-index: 2000;
    padding: 0px;
    border: 2px solid rgb(0, 102, 204);
}
#ec-design-details {
    padding:5px;
}

#ec-design-details-header {
    background-color: rgb(0, 102, 204);
    position: relative;
    width: 100%;
    height: 20px;
    cursor:move;
}
#ec-category-menu {
    border-radius: 0px 6px 6px 6px;
    background-color:white;
    border:1px solid #d4d4d4;
    margin-bottom:15px;
    margin-left:2px;
    z-index:130;
}

#ec-category-menu .body {

    padding: 10px;

}

#ec-closeButton {
    border: medium none;
    height: 19px;
    width: 88px;
    background-image: url(/static/img/closeButton.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    right: 0pt;
    position: absolute;
    cursor: pointer;
}

.ec-category-menuItem {
    width: 150px;
    padding-left:5px;
}
.ec-category-menuItem a {
    cursor: pointer;
    color:#0000CC;
}
.ec-category-menuItemChild {
    width: 180px;
    padding-left:15px;
}
.ec-category-menuItemGrandChild {
    width: 100px;
    padding-left:20px;
}
.ec-category-subMenu {
    display:none;
    background-color:#ffdb49;
}
.ec-category-subMenu2 {
    display:none;
    background-color:#ffe57c;
}
.ec-design-expandInner {
    padding-bottom:2px;
    position:relative;
    font-size: 14px;
    font-weight: bold;
    top:-6px;
}
.ec-design-expandInner a {
    text-decoration:none;
    color:#000000;
}
a.ec-design-select {
    background-color: #0568CA;
    background-image: url("/assets/images/blueButtonBG.png");
    background-position: 50% 50%;
    border: 1px solid #0568CA;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 16px;
    margin: 0 auto;
    padding: 1px 1px 3px;
    position: relative;
    text-decoration: none;
    width: 120px;
	z-index: 1;
}

a.ec-design-select:hover {
    color: #dfdfdf;
}

.magnifyGlass {
    cursor:pointer;
    padding-top:3px;
}
.ec-pagination-customizable {
    text-align:center;
    clear:both;
}
.ec-pagination-saved {
    text-align:center;
    clear:both;
    margin-bottom: 45px;
}
ec-paginationTotal {
    text-align:left;
}
.ec-numberedCurrent {
    background-color:yellow;
    border:1px solid #EEEEEE;
    color:#003399;
    font-size:12px;
    padding:0 2px;
    text-decoration:none;
    cursor:pointer;
}
.ec-numbered {
    border:1px solid #EEEEEE;
    color:#003399;
    font-size:12px;
    padding:0 2px;
    text-decoration:none;
    cursor:pointer;
}

.ec-numbered, .ec-numberedCurrent {
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    color: #003399;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 2px 0 5px;
    width: 20px;

}

.ec-numbered:hover {
    background-color: #efefef;
}

#ec-designOptions {
    background-color:#F4F2F2;
    float:left;
    font-size:12px;
    height:22px;
    margin-left:10px;
    margin-bottom:21px;
    padding-bottom:9px;
    padding-left:5px;
    padding-top:15px;
    width:511px;
}
#ec-designOptions .option a.selected {
    border:1px solid #0054A4;
}
#ec-designOptions .option a {
    color:#0000CC;
    padding:5px;
    text-decoration:underline;
    cursor:pointer;
}
.ec-button,
.ec-largeButton {
    background-image:url(/static/img/button.png);
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
    margin-top:5px;
    padding-left:5px;
    color:#333333;
    display:block;
    font-weight:bold;
    height:22px;
    padding-top:4px;
    text-decoration:none;
    width:100px;
}

#ec-subCategories {

}

a.ec-designDetailLink {
    text-decoration:underline;
}

a.ec-designDetailLink:hover {
    color:#0000CC;
    cursor: pointer;
}

.ec-zeroFoundMessage {
    font-weight:bold;
    padding:25px;
    margin-left:auto;
    margin-right:auto;
    width:425px;
}


/* ------------------------------ end design.css ------------------------------ */

/* ------------------------------ uploader.css ------------------------------ */

.breadCrumbUpload {
    margin-left:18px;
    margin-top:11px;
    /*width:670px;*/
}
.breadCrumbUpload .progressButton,
.breadCrumbUpload .progressButtonEnabled {
    padding-right: 6px;
}
.breadCrumbUpload .label {
    float:left;
    font-size:12px;
    margin-top:4px;
    margin-right:6px;
}
.breadCrumbUpload img {
    float:left;
    margin-top:-3px;
    margin-right:6px;
}
#stepOneUpload {
    float:left;
    width:48%;
}
#stepOneUpload .stepHeadline {
    float:left;
}
#stepOneUpload .stepBody {
    margin-top: 8px;
}
#expressToAddress {
    display:none;
}
#supportInformationUpload {
    top:27px;
    right:55px;
    padding:3px;
    position:absolute;
}
#uploadDesignStep {
    display:none;
    float:right;
    width:48%;
}
#stepTwoUpload {
    float:left;
}
#uploadDesignStep .setpBody {
    margin-top: 6px;
}
#iframeUpload {
    border:none;
    background-color:white;
    height:34px;
    overflow:hidden;
    width:100%;
}
#designSpecs {
    display:none;
}
#designSpecs .tab-body {
    padding-top:2px;
}
#specs {
    min-height:150px;
    padding:5px;
    float:left;
    position:relavive;
    width:48%;
}
#designSpecImages {
    display:none;
    width:48%;
    float:right;
    position:relative;
    margin:7px;
    border:none;
}
#designSpecImages .tab-body {
    padding-top:2px;
}
#frontDesign {
    min-height:150px;
    padding:5px;
}
.faqAnswer {
    display:none;
    padding:10px;
    border:1px dashed #C0C0C0;
    background-color: #e2e2e2;
    font-size:13px;
}
.progressButtonSelected {
    background-image:url("/static/img/progressButtonBackground-yellow.png");
    border:1px solid #D2AD18;
}
.progressButtonCompleted {
    background-image:url("/static/img/progressButtonBackground-lightGreen.png");
}
#designFronts {
    width:355px;
    border:1px solid #333333;
    background-color:#E0E0E0;
    float:left;
    text-align:center;
    padding:9px 20px 28px;
    margin-left:5px;
}
#designBacks {
    width:374px;
    border:1px solid #333333;
    background-color:#E0E0E0;
    float:left;
    margin-left:0px;
    text-align:center;
    padding:9px 0px 28px 22px;
}
.ec-uploaded-design {
    border-radius: 0 6px 6px 6px;
    border: 1px solid #fff;
    width: 170px;
    height: 194px;
    padding: 10px 0px;
    margin-right: 2px;
    margin-bottom: 8px;
    float:left;
    position: relative;
}
.ec-uploaded-design .design-selected {
    background-image: url('/static/img/accepted.png');
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
}
.ec-uploaded-design-image {
    height: 102px;
}
.ec-uploaded-design .message {
    height: 102px;
}
.ec-uploaded-design-product,
.ec-uploaded-design-instruction {
    font-size: 9px;
    margin-bottom: 5px;
}
.tabButton,
.nextButtonSummary {
    margin-right:10px;
    margin-top:7px;
    cursor: pointer;
    color:#333333;
    margin-left:5px;
    float:left;
    width: auto !important;
}
.nextButtonSummary {
    float:right;
    margin-left:0px;
    visibility:hidden;
}
#uspsSpecs {
    background-color:#C7D1EC;
    margin-bottom:10px;
    padding:5px;
}
.nextUploaderButton {
    background-image:url("/static/img/next.png");
    cursor:pointer;
    float:right;
    background-repeat:no-repeat;
    display:block;
    height:22px;
    width:60px;
    border:none;
    margin-top:9px;
    margin-right:10px;
}

/* ------------------------------ end uploader.css ------------------------------ */

/* ------------------------------ orderDetail.css ------------------------------ */

.details {
    font-weight:bold;
}

.orderName {
    color:#0066cc;
    font-size:16px;
    font-style:italic;
}

.orderSubhead {
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
    background-color: #0066cc;
    padding:5px;
}

.itemSubhead {
    font-size:11px;
    font-weight:bold;
    background-color: #d4d4d4;
    padding:3px;
}

.subtotal {
    font-size: 12px;
    font-weight:bold;
    background-color:#dee1e5;
    border-bottom:1px solid #000000;
    border-top:1px dashed #CCCCCC;
    text-align:right;
}

.total {
    font-size: 14px;
    font-weight:bold;
    background-color:#dee1e5;
    border-bottom:1px solid #000000;
    border-top:1px dashed #CCCCCC;
    text-align:right;
}

/* ------------------------------ end orderDetail.css ------------------------------ */

/* ------------------------------ order/options.css ------------------------------ */

#addressListsBody {
    background-color:#EDEEF1;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    margin: 0px auto;
    width:562px;
}

#mailToMeAddressBody {
    background-color:#EDEEF1;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    margin: 0px auto;
    width:562px;
}

#summarySection {
    background-color:#E7E9ED;
}

#promotion {
    background-color:#CCDDED;
    border:1px solid #C0C0C0;
    float:left;
    padding-left:3px;
    width:408px;
}
#promotion span {
    float:left;
    padding-top:6px;
}
#promotion #promo {
    float:left;
    font-size:10px;
    margin-left:11px;
    width:67px;
}
#promotion #promoApply {
    cursor:pointer;
    float:right;
    margin-left:6px;
    padding-left:5px;
}

/* ------------------------------ end order/options.css ------------------------------ */

/* ------------------------------ payment.css ------------------------------ */

#accountContainer span {
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.paymentHeader {
    width: 96%;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-size: 10pt;
    background-color: #BBDDFF;
}

#paymentInformationContainer {
    padding: 10px;
    float: left;
}

.paymentError {
    color: red;
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-right: solid 1px rgb(200,200,200);
    border-bottom: solid 1px rgb(200,200,200);
}

#bankcardContainer {
    border: solid 1px black;
    margin-bottom: 10px;
    padding: 3px;
    width: 200px;
}

.bankcardLogoContainer {
    float: right;
    position: relative;
}

.bankcardLogoVisa {
    width: 50px;
}

.bankcardLogoMast {
    width: 50px;
}

#bankcardAmount {
}

#accountContainer {
    padding-left:22px;
}

#accountAmount {
}


/* ------------------------------ end payment.css ------------------------------ */

/* ------------------------------ account.css ------------------------------ */

#preferred_contact_method-label {
    line-height: 21px;
}

/* ------------------------------ end account.css ------------------------------ */

/* ------------------------------ options.css ------------------------------ */


#addressListsBody {
    background-color:#EDEEF1;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    margin: 0px auto;
    width:562px;
}

#mailToMeAddressBody {
    background-color:#EDEEF1;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    margin: 0px auto;
    width:562px;
}

#summarySection {
    background-color:#E7E9ED;
}

#promotion {
    background-color:#CCDDED;
    border:1px solid #C0C0C0;
    float:left;
    padding-left:3px;
    width:408px;
}
#promotion span {
    float:left;
    padding-top:6px;
}
#promotion #promo {
    float:left;
    font-size:10px;
    margin-left:11px;
    width:67px;
}
#promotion #promoApply {
    cursor:pointer;
    float:right;
    margin-left:6px;
    padding-left:5px;
}

/* ------------------------------ end options.css ------------------------------ */

/* ------------------------------ editor.css ------------------------------ */

/* PDF Viewer */
#previewPdf
{
    border: 3px #FFFFFF solid;
    cursor: move;
    z-index:101;
}
#previewPdf .headerPdf
{
    height: 75px;
    background-color: #ccd9e0;
    padding: 7px;
}
#previewPdf .headerPdf .buttons
{
    float: right;
    margin-top: 8px;
}
#previewPdf .headerPdf .pdftip
{
    float:left;
    margin-left:20px;
    font-size:10px;
    margin-top:12px;
}
.previewButtons {
    float:right;
    height:30px;
    margin-top:5px;
}
#previewNextButton
{
    background-image: url('/static/img/nextReviewPrintFile.png');
    width: 140px;
}
/* Editor */
#projectFormHolder label
{
    font-size:11px;
    color:#0054A4;
}
#projectFormHolder input
{
    font-size:10px;
    width:350px;
}
#projectFormHolder input[type="button"]
{
    font-size:10px;
    width:92px;
}
#renameProjectForm
{
    float:left;
    padding-bottom:5px;
    padding-left:9px;
    padding-right:12px;
    padding-top:10px;
}
#projectReName
{
    width: 255px;
}
#saveMessageDiv
{
    font-weight: bold;
    float: right;
    padding-right: 10px;
}
#finishedCustomizing
{
    float:right;
}
#finishedCustomizing strong
{
    padding-right:12px;
}
#topNextButton
{
    padding-left: 9px;
    padding-right: 12px;
    padding-top: 7px;
}
#advancedEditorText
{
    padding-bottom:5px;
    padding-left:9px;
    padding-right:12px;
    padding-top:10px;
}
#editorOptions
{
    margin-top:6px;
    margin-bottom:6px;
    margin-left:18px;
    border:1px solid #CCCCCC;
    float:left;
    width:664px;
    height:19px;
    background-color:#F4F2F2;
    padding:4px;
    padding-bottom:8px;
    text-align:right;
}
.editorOptionButton
{
    width:88px;
    height:19px;
    border:none;
    background-repeat:no-repeat;
    background-color:transparent;
    cursor:pointer;
}
#editor
{

}
#projectForm
{
    float:left;
    margin-left:19px;
    position: relative;
}
#previewImageFront,
#previewImageBack
{
    text-align:center;
}
#previewImageBack
{
    display:none;
}
#previewImageFront #frontJpgPreview,
#previewImageBack #backJpgPreview {
	max-width:670px;	
}

#projectForm .ec-editor-preview-float {
    position: fixed;
    top: 0;
    width: 671px;
    background: #FFF;
    padding-bottom: 10px;
    border: 1px solid #CCC;
}
#projectForm .ec-editor-preview-static {
    position: absolute;
    width: 671px;
    background: #FFF;
    padding-bottom: 10px;
    border: 1px solid #CCC;
}

#projectForm .customizableFieldsBlock
{
    border:1px solid #CCCCCC;
    background-color:#F4F2F2;
    padding:3px;
    width: 665px;
}
#projectForm .customizableFieldsBlockHidden
{
    display: none;
}
#projectForm .customizableFieldsBlock p.formIntro
{
    margin-top: 0;
    font-weight: bold;
}
#projectForm #customizableFieldsCommon
{
    background-color:#F4F2CC;
    margin-top:3px;
    border: 1px solid #CCC;
    padding: 3px;
    width: 665px;
}

#projectInformation {
    margin-left:14px;
    margin-top:9px;
}

.customizableFields {
    padding:2px;
}

.ec-pagination-customizable {
    text-align:center;
    clear:both;
}
.ec-pagination-saved {
    text-align:center;
    clear:both;
    margin-bottom: 45px;
}
ec-paginationTotal {
    text-align:left;
}
.ec-numberedCurrent {
    background-color:#FFFF00;
    border:1px solid #EEEEEE;
    color:#003399;
    font-size:12px;
    padding:0 2px;
    text-decoration:none;
    cursor:pointer;
}
.ec-numbered {
    border:1px solid #EEEEEE;
    color:#003399;
    font-size:12px;
    padding:0 2px;
    text-decoration:none;
    cursor:pointer;
}

.editorButton {
    background: transparent url('/static/img/editor_button_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    height: 18px;
    margin-right: 8px;
    padding-right: 18px;
    cursor: pointer;
}

.editorButton span {
    background: transparent url('/static/img/editor_button_left.gif') no-repeat;
    display: block;
    line-height: 8px;
    padding: 5px 0 5px 18px;
    font-weight: bold;
    font-size: 8pt;
}

.ec-editor-previewImage-PR-landscape { height: 389px; }
.ec-editor-previewImage-PJ-landscape { height: 364px; }
.ec-editor-previewImage-PB-landscape { height: 410px; }
.ec-editor-previewImage-PP-landscape { height: 272px; }
.ec-editor-previewImage-BC-landscape { height: 300px; }
.ec-editor-previewImage-BB-landscape { height: 300px; }
.ec-editor-previewImage-FL-landscape { height:503px; }
.ec-editor-previewImage-FG-landscape {}
.ec-editor-previewImage-FT-landscape {}
.ec-editor-previewImage-PG-landscape {}
.ec-editor-previewImage-DH-landscape {}
.ec-editor-previewImage-GC-landscape {}
.ec-editor-previewImage-PR-portrait { height: 499px; }
.ec-editor-previewImage-PJ-portrait { height: 546px; }
.ec-editor-previewImage-PB-portrait { height: 531px; }
.ec-editor-previewImage-PP-portrait { height: 520px; }
.ec-editor-previewImage-BC-portrait { height: 290px; }
.ec-editor-previewImage-BB-portrait { height: 462px; }
.ec-editor-previewImage-FL-portrait { height: 642px; }
.ec-editor-previewImage-FG-portrait {}
.ec-editor-previewImage-FT-portrait {}
.ec-editor-previewImage-PG-portrait {}
.ec-editor-previewImage-DH-portrait { height: 704px; }
.ec-editor-previewImage-GC-portrait {}

/* ------------------------------ end editor.css ------------------------------ */

/* ------------------------------ imageManager.css ------------------------------ */

#imageManagerDiv {
    width: 600px;
    height: 400px;
    background-color: #FFFFFF;
    border: 3px;
    border-style: solid;
    border-color: #999999;
    overflow-y: auto;
    z-index: 2000;
    top: 100px;
    padding: 10px;
    left: 363px;
    position: absolute;
}

/* ------------------------------ end imageManager.css ------------------------------ */

/* ------------------------------ static/js/yui/css/calendar/assets/skins/sam/calendar.css ------------------------------ */

.yui-calcontainer {
    position: relative;
    float: left;
    _overflow: hidden;
}

.yui-calcontainer iframe {
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.yui-calcontainer iframe.fixedsize {
    width: 50em;
    height: 50em;
    top: -1px;
    left: -1px;
}

.yui-calcontainer.multi .groupcal {
    z-index: 1;
    float: left;
    position: relative;
}

.yui-calcontainer .title {
    position: relative;
    z-index: 1;
}

.yui-calcontainer .close-icon {
    position: absolute;
    z-index: 1;
    text-indent: -10000em;
    overflow: hidden;
}

.yui-calendar {
    position: relative;
}

.yui-calendar .calnavleft {
    position: absolute;
    z-index: 1;
    text-indent: -10000em;
    overflow: hidden;
}

.yui-calendar .calnavright {
    position: absolute;
    z-index: 1;
    text-indent: -10000em;
    overflow: hidden;
}

.yui-calendar .calheader {
    position: relative;
    width: 100%;
    text-align: center;
}

.yui-calcontainer .yui-cal-nav-mask {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    _width: 0;
    _height: 0;
    left: 0;
    top: 0;
    display: none;
}

.yui-calcontainer .yui-cal-nav {
    position: absolute;
    z-index: 3;
    top: 0;
    display: none;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
    display: -moz-inline-box;
    display: inline-block;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
    display: block;
    display: inline-block;
    overflow: visible;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.yui-calendar .calbody a:hover {
    background: inherit;
}

p#clear {
    clear: left;
    padding-top: 10px;
}

.yui-skin-sam .yui-calcontainer {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    padding: 10px;
}

.yui-skin-sam .yui-calcontainer.multi {
    padding: 0 5px 0 5px;
}

.yui-skin-sam .yui-calcontainer.multi .groupcal {
    background-color: transparent;
    border: none;
    padding: 10px 5px 10px 5px;
    margin: 0;
}

.yui-skin-sam .yui-calcontainer .title {
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
    font: 100% sans-serif;
    color: #000;
    font-weight: bold;
    height: auto;
    padding: .4em;
    margin: 0 -10px 10px -10px;
    top: 0;
    left: 0;
    text-align: left;
}

.yui-skin-sam .yui-calcontainer.multi .title {
    margin: 0 -5px 0 -5px;
}

.yui-skin-sam .yui-calcontainer.withtitle {
    padding-top: 0;
}

.yui-skin-sam .yui-calcontainer .calclose {
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) no-repeat 0 -300px;
    width: 25px;
    height: 15px;
    top: .4em;
    right: .4em;
    cursor: pointer;
}

.yui-skin-sam .yui-calendar {
    border-spacing: 0;
    border-collapse: collapse;
    font: 100% sans-serif;
    text-align: center;
    margin: 0;
}

.yui-skin-sam .yui-calendar .calhead {
    background: transparent;
    border: none;
    vertical-align: middle;
    padding: 0;
}

.yui-skin-sam .yui-calendar .calheader {
    background: transparent;
    font-weight: bold;
    padding: 0 0 .6em 0;
    text-align: center;
}

.yui-skin-sam .yui-calendar .calheader img {
    border: none;
}

.yui-skin-sam .yui-calendar .calnavleft {
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) no-repeat 0 -450px;
    width: 25px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: -10px;
    margin-left: .4em;
    cursor: pointer;
}

.yui-skin-sam .yui-calendar .calnavright {
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) no-repeat 0 -500px;
    width: 25px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: -10px;
    margin-right: .4em;
    cursor: pointer;
}

.yui-skin-sam .yui-calendar .calweekdayrow {
    height: 2em;
}

.yui-skin-sam .yui-calendar .calweekdayrow th {
    padding: 0;
    border: none;
}

.yui-skin-sam .yui-calendar .calweekdaycell {
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 2em;
}

.yui-skin-sam .yui-calendar .calfoot {
    background-color: #f2f2f2;
}

.yui-skin-sam .yui-calendar .calrowhead, .yui-skin-sam .yui-calendar .calrowfoot {
    color: #a6a6a6;
    font-size: 85%;
    font-style: normal;
    font-weight: normal;
    border: none;
}

.yui-skin-sam .yui-calendar .calrowhead {
    text-align: right;
    padding: 0 2px 0 0;
}

.yui-skin-sam .yui-calendar .calrowfoot {
    text-align: left;
    padding: 0 0 0 2px;
}

.yui-skin-sam .yui-calendar td.calcell {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1px;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    white-space: nowrap;
}

.yui-skin-sam .yui-calendar td.calcell a {
    color: #06c;
    display: block;
    height: 100%;
    text-decoration: none;
}

.yui-skin-sam .yui-calendar td.calcell.today {
    background-color: #000;
}

.yui-skin-sam .yui-calendar td.calcell.today a {
    background-color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.oom {
    background-color: #ccc;
    color: #a6a6a6;
    cursor: default;
}

.yui-skin-sam .yui-calendar td.calcell.selected {
    background-color: #fff;
    color: #000;
}

.yui-skin-sam .yui-calendar td.calcell.selected a {
    background-color: #b3d4ff;
    color: #000;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover {
    background-color: #426fd9;
    color: #fff;
    cursor: pointer;
}

.yui-skin-sam .yui-calendar td.calcell.calcellhover a {
    background-color: #426fd9;
    color: #fff;
}

.yui-skin-sam .yui-calendar td.calcell.previous {
    color: #e0e0e0;
}

.yui-skin-sam .yui-calendar td.calcell.restricted {
    text-decoration: line-through;
}

.yui-skin-sam .yui-calendar td.calcell.highlight1 {
    background-color: #cf9;
}

.yui-skin-sam .yui-calendar td.calcell.highlight2 {
    background-color: #9cf;
}

.yui-skin-sam .yui-calendar td.calcell.highlight3 {
    background-color: #fcc;
}

.yui-skin-sam .yui-calendar td.calcell.highlight4 {
    background-color: #cf9;
}

.yui-skin-sam .yui-calendar a.calnav {
    border: 1px solid #f2f2f2;
    padding: 0 4px;
    text-decoration: none;
    color: #000;
    zoom: 1;
}

.yui-skin-sam .yui-calendar a.calnav:hover {
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) repeat-x 0 0;
    border-color: #A0A0A0;
    cursor: pointer;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-mask {
    background-color: #000;
    opacity: .25;
    filter: alpha(opacity=25);
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav {
    font-family: arial, helvetica, clean, sans-serif;
    font-size: 93%;
    border: 1px solid #808080;
    left: 50%;
    margin-left: -7em;
    width: 14em;
    padding: 0;
    top: 2.5em;
    background-color: #f2f2f2;
}

.yui-skin-sam .yui-calcontainer.withtitle .yui-cal-nav {
    top: 4.5em;
}

.yui-skin-sam .yui-calcontainer.multi .yui-cal-nav {
    width: 16em;
    margin-left: -8em;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-y, .yui-skin-sam .yui-calcontainer .yui-cal-nav-m, .yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
    padding: 5px 10px 5px 10px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-b {
    text-align: center;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-e {
    margin-top: 5px;
    padding: 5px;
    background-color: #EDF5FF;
    border-top: 1px solid black;
    display: none;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav label {
    display: block;
    font-weight: bold;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-mc {
    width: 100%;
    _width: auto;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
    background-color: #FFEE69;
    border: 1px solid #000;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav-yc {
    width: 4em;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
    border: 1px solid #808080;
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) repeat-x 0 0;
    background-color: #ccc;
    margin: auto .15em;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
    padding: 0 8px;
    font-size: 93%;
    line-height: 2;
    line-height: 1.7;
    min-height: 2em;
    min-height: auto;
    color: #000;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
    border: 1px solid #304369;
    background-color: #426fd9;
    background: url(/static/js/yui/css/calendar/assets/skins/sam/sprite.png) repeat-x 0 -1400px;
}

.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button  {

    color: #fff;

}

*.calcellleft, *.calcellright {
    visibility: hidden;
}

.yui-calcontainer {
    position:absolute;
    right:389px;
    z-index:500;
}

/* ------------------------------ end static/js/yui/css/calendar/assets/skins/sam/calendar.css ------------------------------ */

/* ------------------------------ priceTable.css ------------------------------ */

.clear {
    clear: both;
}

#pricingGuide hr {
    clear: both;
    border: 1px solid #fdbb00;
    margin-bottom: 20px;
}

#pricingGuide {
    background: #FFFFFF;
    padding: 10px;
    width: 515px;
    float:left;
}

#pricingGuide h1 {
    color: #0054A4;
    font-size: 24px;
    margin-bottom: 3px;
}

.priceTableTabs {
    padding-left: 5px;
}

#pricingGuideTabs {
    margin: 0;
    padding: 0;
}

#pricingGuideTabs li {
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #d9d9d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#d9d9d9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-8 */
    cursor: pointer;
    margin-right: 3px;
    padding: 4px 0 1px 3px;
    line-height: 18px;
    height: 57px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    float: left;
    position: relative;
    color: #777;
    width: 77px;
    border-radius: 0 5px 0 0;
    border: 1px solid #CCC;
}

#pricingGuideTabs li.active {
    background: #fff;
    color: #0054a4;
    border-bottom-color: #fff;
}

#pricingGuideTabs li:hover {
    background: #fee200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGJiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fee200 0%, #fdbb00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee200), color-stop(100%,#fdbb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fee200 0%,#fdbb00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fee200 0%,#fdbb00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fee200 0%,#fdbb00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fee200 0%,#fdbb00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee200', endColorstr='#fdbb00',GradientType=0 ); /* IE6-8 */
    color: #0054a4;
}

#pricingGuideTabs li img {
    margin-top: -7px;
}

#pricingGuideTabs li span {
    margin-top: 3px;
    display: block;
}

#pricingGuideOptionsLeft {
    float: left;
    width: 88px;
}

#pricingGuideOptionsLeft p {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    margin: 0;
    margin-bottom: 10px;
}

#pricingGuideOptions {
    float: left;
}

#pricingGuideOptions p {
    clear: both;
    margin: 0;
    line-height: 80%;
}

#pricingGuideOptions p button {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #777777;
    font-weight: bold;
    font-size: 10px;
    float:left;
    padding: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 75px;
    height: 40px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #d9d9d9 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(70%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* IE10+ */
    background: linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

#pricingGuideOptions p button:hover {
    color: #0054a4;
    background: #fdbb00; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff285 0%, #ffd764 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff285), color-stop(70%,#ffd764)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff285 0%,#ffd764 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff285 0%,#ffd764 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff285 0%,#ffd764 70%); /* IE10+ */
    background: linear-gradient(top,  #fff285 0%,#ffd764 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff285', endColorstr='#ffd764',GradientType=0 ); /* IE6-9 */
}

#pricingGuideOptions p button.active {
    color: #0054a4;
    background: #fdbb00; /* Old browsers */
    background: -moz-linear-gradient(top,  #fee200 0%, #fdbb00 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee200), color-stop(70%,#fdbb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* IE10+ */
    background: linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee200', endColorstr='#fdbb00',GradientType=0 ); /* IE6-9 */
}

#pricingGuideOptions p button:last-child {
    margin-right: 0;
}

.priceTableTitle {
    border-top: 1px solid #DEDEDE;
    margin-top: -1px;
    padding: 20px 0 0 0;
}

#pricingGuideTitleAction {
    float: right;
    margin-top: -30px;
}

#pricingGuideTitleAction .icon {
    float: left;
}

#pricingGuideTitleAction .links {
    float: left;
}

#pricingGuideTitleAction .links h2 {
    font-size: 16px;
    font-weight: bold;
    color: #00C;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    margin-top: 0px;
    text-decoration: none;
    line-height: 17px;
}

#pricingGuideTitleAction .links span {
    font-size: 10px;
    line-height: 12px;
}

.priceTableOptions {  }

.optionTitle {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 10px 0;
}

#optionButtons {
    margin: 10px 0;
}

.optionButton {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    color: #777777;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 0;
    margin-right: 5px;
    width: 115px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top,  #efefef 0%, #d9d9d9 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(70%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* IE10+ */
    background: linear-gradient(top,  #efefef 0%,#d9d9d9 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}

#optionButtons .active {
    color: #0054a4;
    background: #fdbb00; /* Old browsers */
    background: -moz-linear-gradient(top,  #fee200 0%, #fdbb00 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee200), color-stop(70%,#fdbb00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* IE10+ */
    background: linear-gradient(top,  #fee200 0%,#fdbb00 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee200', endColorstr='#fdbb00',GradientType=0 ); /* IE6-9 */
}

.pricingGuideOptionsFooter {
    font-size: 12px;
}

.priceTableData .product {
    margin-bottom: 50px;
}

.pricingGuideProductTypeTitle {
    font-size: 20px;
}

.pricingGuideProductTypeSize {
    font-size: 14px;
    font-weight: bold;
}

.pricingGuideProductTypeMinQty {
    font-size: 11px;
}

.pricingGuideProductTypeDesc {
    display: block;
    font-weight: bold;
}

.pricingGuideProductTypeImage {
    float: right;
    height: 98px;
    width: 100px;
    margin-right: 110px;
    margin-top: -65px;
}

.postcardPricingImage {
    float: right;
    margin-top: -78px;
    position: relative;
    top: 20px;
}

#pricingGuideProductTypeImagePR {
    background: url('/assets/images/pricing/icons/reg-postcard-icon.png') no-repeat;
    height: 52px;
    width: 68px;
    top: 25px;
}

#pricingGuideProductTypeImagePJ {
    background: url('/assets/images/pricing/icons/jumbo-postcard-icon.png') no-repeat;
    height: 62px;
    width: 81px;
}

#pricingGuideProductTypeImagePP {
    background: url('/assets/images/pricing/icons/pano-postcard-icon.png') no-repeat;
    height: 62px;
    width: 125px;
}

#pricingGuideProductTypeImageBC {
    background: url('/assets/images/priceTable/bc.jpg') no-repeat;
}

#pricingGuideProductTypeImageBB {
    background: url('/assets/images/priceTable/bb.jpg') no-repeat;
}

#pricingGuideProductTypeImageTC {
    background: url('/assets/images/priceTable/tc.jpg') no-repeat;
}

#pricingGuideProductTypeImageFL {
    background: url('/assets/images/priceTable/fl.jpg') no-repeat;
}

#pricingGuideProductTypeImageFG {
    background: url('/assets/images/priceTable/fg.jpg') no-repeat;
}

#pricingGuideProductTypeImageFT {
    background: url('/assets/images/priceTable/ft.jpg') no-repeat;
}

#pricingGuideProductTypeImagePG {
    background: url('/assets/images/pricing/icons/giant-postcard-icon.png') no-repeat;
    height: 82px;
    width: 118px;
    top: 0;
}

#pricingGuideProductTypeImageDH {
    background: url('/assets/images/priceTable/dh.jpg') no-repeat;
}

#pricingGuideProductTypeImageGC {
    background: url('/assets/images/priceTable/gc-sm.png') no-repeat;
}

#pricingGuideProductTypeImageGL {
    background: url('/assets/images/priceTable/gc-lg.png') no-repeat;
}


#pricingGuideProductTypeImageWC {
    background: url('/assets/images/priceTable/wc.jpg') no-repeat;
    height: 100px;
}
#pricingGuideProductTypeImagePB {
    background: url('/assets/images/pricing/icons/block-postcard-icon.png') no-repeat;
    height: 65px;
    width: 87px;
}

#pricingGuidePriceTable table {
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
}

#pricingGuidePriceTable table td,
#pricingGuidePriceTable table th {
    border: none;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid #999;
}

#pricingGuidePriceTable table thead tr {
    background: #D9D9D9;
    font-weight: bold;
}

#pricingGuidePriceTable table thead tr td {
    font-size: 12px;
    text-transform: uppercase;
}

#pricingGuidePriceTable table tbody tr:hover {
    background: #fff17e !important;
}

#pricingGuidePriceTable table .small {
    color: #999999;
    font-size: 11px;
}

#pricingGuidePriceTable table .printIcon {
    background: url('/assets/images/priceTable/printIcon.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#pricingGuidePriceTable table .addressIcon {
    background: url('/assets/images/priceTable/addressIcon.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#pricingGuidePriceTable table .postageIcon {
    background: url('/assets/images/priceTable/postageIcon.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#pricingGuidePriceTable table tfoot tr {
    background: #D9D9D9;
}

#pricingGuideBinderyService img {
    float: left;
    margin-right: 10px;
}

#pricingGuideSidebar {
    float:right;
    width: 375px;
}

#call-to-action {
    width: 340px;
}

#pricingGuideSidebar #custom-printing-product {
    display:none;
    background-image: url('/assets/images/custom-printing-product-background.png');
    width: 300px;
    height: 115px;
    border-radius: 0px 6px 6px 6px;
    border: solid 1px #cfcfcf;
    margin: 16px;
}
.floater {
    position:fixed;
    top:0;
    z-index:999;
}
#custom-printing-heading {
    font-size: 18px;
    color: #0000cc;
    font-weight: bold;
    padding-left: 7px;
    padding-top: 3px;
    height: 30px;
    font-family: Helvetica, Arial, sans-serif;
}
.custom-product-wide {
    position: relative;
    height: 66px;
}
.custom-icon {
    position: absolute;
    top: 0px;
    left: 5px;
}
.custom-links-wide {
    position: absolute;
    top: 5px;
    left: 68px;
    width: 240px;
}
.custom-links-wide h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0000cc;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    margin-top: 0px;
    text-decoration: none;
    line-height: 17px;
}
.custom-links-wide h2 a {
    text-decoration: none;
}
.custom-links-wide h2:hover {
    text-decoration: underline;
}
.custom-smallLinks-wide,
#small-tag-link {
    font-size: 10px;
    font-family: Arial;
    line-height: 12px;
}
.custom-smallLinks-wide a,
#small-tag-link a {
    text-decoration: none;
}
.custom-smallLinks-wide a:hover,
#small-tag-link a:hover {
    text-decoration: underline;
}

/* ------------------------------ end priceTable.css edit ------------------------------ */

/* ------------------------------ Product Specific Pages ------------------------------ */


.productSidebar {
    float: left;
    width: 210px;
    background: #fff;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #d4d4d4;
    padding: 1px;
    height: 488px;
}
.productSidebar div {
    border-radius: 0px 4px 4px 4px;
    background: #fff2bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 15%, #fff2bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(100%,#fff2bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 15%,#fff2bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 15%,#fff2bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 15%,#fff2bf 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 15%,#fff2bf 100%); /* W3C */
    height: 100%;
    line-height: 30px;
}
.productSidebar img {
    float:left;
    margin:10px;
}
.productSidebar h1 {
    clear: none;
    margin-top: 10px;
    float: right;
    width: 138px;
}
.productSidebar ul {
    clear: both;
    margin: 10px;
    padding: 0;
    list-style: none;
    line-height: 18px;
}
.productSidebar ul li span,
.productSidebar > div > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
}
.productSidebar ul li a,
.productSidebar a {
    margin-left: 10px !important;
    color: #333;
    display: block;
    clear: both;
}
.productRight {
    float: right;
    width: 698px;
}
.productRight h2 {
    margin: 0 0 5px 0;
}
.productRight .tagline {
    margin-bottom: 10px;
    display: block;
}
.productOption1, .productOption2 {
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #d4d4d4;
    padding: 1px;
    width: 335px;
    height: 299px;
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.productOption1 {
    margin-right: 20px;
    background: url('/assets/images/productpages/upload.jpg') center center no-repeat;
}
.uploaddoorhanger {
    background: url('/assets/images/productpages/uploaddoorhanger.jpg') center center no-repeat;
}
.uploadbusinesscard {
    background: url('/assets/images/productpages/uploadbusinesscard.jpg') center center no-repeat;
}
.uploadflyer {
    background: url('/assets/images/productpages/uploadflyer.jpg') center center no-repeat;
}
.uploadcalendar {
    background: url('/assets/images/productpages/uploadcalendar.jpg') center center no-repeat;
}
.uploadgreetingcard {
    background: url('/assets/images/productpages/uploadgreetingcard.jpg') center center no-repeat;
}
.productOption2 {
    background: url('/assets/images/productpages/postcardtemplate.jpg') bottom no-repeat;
}
.businesscard {
    background: url('/assets/images/productpages/businesscardtemplate.jpg') top no-repeat;
}
.flyer {
    background: url('/assets/images/productpages/flyertemplate.jpg') top no-repeat;
}
.calendar {
    background: url('/assets/images/productpages/calendartemplate.jpg') top no-repeat;
}
.doorhanger {
    background: url('/assets/images/productpages/doorhangertemplate.jpg') top no-repeat;
}
.greetingcard {
    background: url('/assets/images/productpages/greetingcardtemplate.jpg') bottom no-repeat;
}
.productOption3, .productOption4 {
    clear: both;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #FFD944;
    padding: 1px;
    width: 694px;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}
.productOptionNumber {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 0 0 4px 0;
    background: #fff2bf;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #FFD944;
}
.productOption3 .productOptionNumber,
.productOption4 .productOptionNumber {
    height: 50px;
    line-height: 50px;
    border-radius: 0 0 0 4px;
}
.productOption1 h3,
.productOption2 h3 {
    width: 205px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #0054A4;
}
.productOption3 h3,
.productOption4 h3 {
    font-size: 20px;
    color: #0054A4;
    margin-left: 60px;
    margin-top: 16px;
}
.productOptionButton {
    position: absolute;
    border-radius: 4px;
    border: 1px solid #0568ca;
    background: #0568ca; /* Old browsers */
    background: -moz-linear-gradient(top,  #80b3e4 0%, #2e81d3 50%, #0568ca 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80b3e4), color-stop(50%,#2e81d3), color-stop(50%,#0568ca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #80b3e4 0%,#2e81d3 50%,#0568ca 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #80b3e4 0%,#2e81d3 50%,#0568ca 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #80b3e4 0%,#2e81d3 50%,#0568ca 50%); /* IE10+ */
    background: linear-gradient(top,  #80b3e4 0%,#2e81d3 50%,#0568ca 50%); /* W3C */
    text-decoration: none !important;

}
.productOption1 .productOptionButton,
.productOption2 .productOptionButton {
    bottom: 13px;
    right: 13px;
}
.productOption3 .productOptionButton,
.productOption4 .productOptionButton {
    right: 13px;
    top: 10px;
}
.productOptionButton span {
    display: block;
    border-radius: 3px;
    border: 1px solid #bdd7f1;
    padding: 0 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.productFAQs {
    clear: both;
    position:relative;
}
.productFAQs h3  {
    background: url('/assets/images/productpages/arrowDown.png') no-repeat;
    padding-left: 30px;
    cursor:pointer;
    margin-bottom: 10px;
    line-height: 20px;
}
.productFAQs h3.active  {
    background: url('/assets/images/productpages/arrowUp.png') no-repeat;
}
.productFAQ {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 5px;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
}
.productFAQ > div   {
    height:0;
    margin-bottom: 10px;
    overflow:hidden;
    position:relative;
}
.productFAQ p {
    margin-right: 90px;
    margin-left: 30px;
}
.postcardSize {
    float: left;
    width: 440px;
    margin-right: 20px;
}
.postcardSize h4,
.calendarSize h4 {
    color: #0066cc;
    font-size: 16px;
}
.postcardSize h4 span,
.calendarSize h4 span{
    color: #666;
}
.postcardSize img,
.calendarSize img {
    float: left;
    margin-right: 10px;
}
/* --------------------------------- end product specific pages ------------------------------ */

/* --------------------------------- Value in Keeping in Touch page ------------------------------ */

.VKT-topBanner {
    background: url('/assets/images/vkt/VKT-topBanner.png');
    margin: 20px auto 0;
    width: 897px;
    position: relative;
    text-align: center;
}
.VKT-topBanner h1 {
    font-family: 'HomesteadInlineInline', Arial, sans-serif;
    color: white;
    height: 102px;
    line-height: 68px;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}
.VKT-container {
    width: 760px;
    margin: -60px auto 0 auto;
    padding: 40px 10px 10px 10px;
    border: 1px solid #999;
    color: #464646;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e0dfe1 50%, #ffffff 96%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#e0dfe1), color-stop(96%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e0dfe1 50%,#ffffff 96%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e0dfe1 50%,#ffffff 96%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e0dfe1 50%,#ffffff 96%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#e0dfe1 50%,#ffffff 96%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.VKT-tagline {
    display: block;
    width: 600px;
    margin: 0 auto 20px auto;
    font-weight: bold;
    font-size: 16px;
    color: #02335b;
    text-align: center;
}
.VKT-container div {
    margin: 20px 0;
}
.VKT-container table {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
}
.VKT-button-red {
    display:block;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #abaaaa;
    background: #b21010; /* Old browsers */
    background: -moz-linear-gradient(top,  #b21010 0%, #f12e34 50%, #b21010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b21010), color-stop(50%,#f12e34), color-stop(100%,#b21010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b21010 0%,#f12e34 50%,#b21010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b21010 0%,#f12e34 50%,#b21010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b21010 0%,#f12e34 50%,#b21010 100%); /* IE10+ */
    background: linear-gradient(top,  #b21010 0%,#f12e34 50%,#b21010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21010', endColorstr='#b21010',GradientType=0 ); /* IE6-9 */
}
.VKT-button-silver {
    display:block;
    padding: 10px;
    text-align: center;
    color: #464646;
    border-radius: 5px;
    border: 1px solid #abaaaa;
    background: #fdfdfe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfe 0%, #b1b1b2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfe), color-stop(100%,#b1b1b2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfe 0%,#b1b1b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfe 0%,#b1b1b2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfe 0%,#b1b1b2 100%); /* IE10+ */
    background: linear-gradient(top,  #fdfdfe 0%,#b1b1b2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#b1b1b2',GradientType=0 ); /* IE6-9 */
}
.VKT-homeSales {
    background: url('/assets/images/vkt/VKT-homeSales.png') bottom center no-repeat;
    height: 110px;
    padding-top: 20px;
}
.VKT-commissions {
    background: url('/assets/images/vkt/VKT-commissions.png') bottom center no-repeat;
    height: 110px;
    padding-top: 20px;
}
.VKT-referrals {
    background: url('/assets/images/vkt/VKT-referrals.png') bottom center no-repeat;
    height: 110px;
    padding-top: 20px;
}
.VKT-homeSales .VKT-button-silver {
    font-size: 46px;
    line-height: 25px;
}
.VKT-commissions .VKT-button-red {
    font-size: 46px;
    line-height: 35px;
}
.VKT-referrals .VKT-button-silver {
    font-size: 46px;
    line-height: 25px;
}
.VKT-bottomBanner {
    background: url('/assets/images/vkt/VKT-bottomBanner.png');
    color: white;
    margin: 20px auto 0 !important;
    width: 717px;
    font-family: 'HomesteadInlineInline', Arial, sans-serif;
    height: 82px;
    line-height: 56px;
    font-size: 32px;
    text-align: center;
}
.VKT-benefits {

}
.VKT-benefits-table td {
    text-align: center;
}
.VKT-kitPostcards {
    padding: 20px;
}
.VKT-kitPostcards-table {
    width: 100%;
}
.VKT-kitPostcards-table td {
    padding: 10px;
    text-align: center;
}
.VKT-kitPostcards-orderNow {
    background-image: url('/assets/images/custom-printing-product-background.png');
    width: 220px;
    border-radius: 0px 6px 6px 6px;
    border: solid 1px #CFCFCF;
    margin-bottom: 15px;
    height: 300px;
    color: #0054A4;
    font-size: 26px;
    line-height: 30px;
    padding: 50px 20px 20px 20px;
}
.VKT-kitPostcards-orderNow ul {
    text-align: left;
    color: #ea313b;
    padding: 20px;
    font-size: 18px;
}
.VKT-kitPostcards-orderNow ul li {
    margin-bottom: 10px;
}
.VKT-kitPostcards-button {
    border-radius: 5px;
    border: 1px solid #CCC;
    font-weight: bold;
    padding: 8px;
    color: #0054A4;
    background: #FDBB00;
    background: -moz-linear-gradient(top, #FEE200 0%, #FDBB00 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEE200), color-stop(70%, #FDBB00));
    background: -webkit-linear-gradient(top, #FEE200 0%, #FDBB00 70%);
    background: -o-linear-gradient(top, #FEE200 0%, #FDBB00 70%);
    background: -ms-linear-gradient(top, #FEE200 0%, #FDBB00 70%);
    background: linear-gradient(top, #FEE200 0%, #FDBB00 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee200', endColorstr='#fdbb00',GradientType=0 );
}

/* --------------------------------- end Value in Keeping in Touch page ------------------------------ */

/* ------------------------------ menu.css ---------------------------------------------- */



.direct-mail-postcards {

}
.direct-mail-marketing {

}
.targeted-mailing-lists {

}
.targeted-mailing-lists span {
    color: white;
    display: block;
    margin-bottom: 10px;
}
.targeted-mailing-lists div {
    float: left;
    width: 150px;
    padding: 0 10px;
    margin-top: 10px;
    border-right: 1px solid #bdd7f1;
}
.targeted-mailing-lists div.first {
    padding-left: 0px;
}
.targeted-mailing-lists div.last {
    border-right: none;
    padding-right: 0px;
}
.targeted-mailing-lists div h4 {
    font-size: 12px;
    margin-top: 0px;
}.targeted-mailing-lists div h4 img {
     float: left;
     margin-right: 10px;
 }
.targeted-mailing-lists div p {
    clear: both;
}
.pulse-mailing {

}
.express-campaigns {

}
.menu-case-studies {
    background:#fff;
    border-radius: 3px;
    border: 1px solid #0066cc;
    padding: 7px;
    margin-top: -9px;
}
.menu-help {

}
.menu-help span {
    display: block;
}
.menu-help .menu-dropdown-section {
    width: 199px;
}
.menu-help h2 {
    color: #fff;
    font-size: 26px;
    width: 627px;
    margin: 0px;
}
.menu-help h2 > span {
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}
.menu-help h3 > span {
    font-size: 10px;
    font-weight: normal;
}
.menu-help .menu-help-phone {
    background: url('/assets/images/menu-help-phone.jpg') left no-repeat;
    padding-left: 30px;
    height: 36px;
}
.menu-help .menu-help-chat {
    background: url('/assets/images/menu-help-chat.jpg') left no-repeat;
    padding-left: 46px;
    height: 36px;
}
.menu-help .menu-help-email {
    background: url('/assets/images/menu-help-email.jpg') left no-repeat;
    padding-left: 46px;
    height: 36px;
}
.menu-help-large {
    font-size: 20px;
}
/* ------------------------------ end menu.css --------------------------- */

/* ------------------------------ ugc.css --------------------------- */

.ugc-ui-heading {
    background: #999;
    padding: 10px;
    margin-bottom: 10px;
}
.ugc-ui-designs {
    padding: 10px;
    background: #ccc;
    margin-bottom: 10px;
}
.ugc-ui-heading span {
    display: inline-block;
}
.ugc-ui-design-header span {
    display: inline-table;
    height: 36px;
}
.ugc-ui-design {
}
.ugc-ui-design-body {
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.ugc-ui-design-side, .ugc-side {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 2px;
	max-width: 134px;
	overflow: hidden;
}
.ugc-ui-design-side img, .ugc-side img {
    display: block;
    margin-bottom: 10px;
}
.ugc-ui-design-form {
    float:right;
    width:530px;
}
.ugc-ui-design-form .zend_form dt {
    clear: both;
}
.ugc-pdf {
    width: 570px;
    float: left;
}
.ugc-user {
    width: 350px;
    float: right;
}
.ugc-user h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    color: #0769cb;
}
.ugc-user-info,
.ugc-user-info a {
    color: #ababab;
    font-weight: bold;
}
.ugc-user-info img {
    margin-right: 10px;
}
.ugc-side {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 2px;
}
.ugc-side img {
    display: block;
    margin-bottom: 10px;
}

/* ------------------------------ end egc.css --------------------------- */

/* ------------------------------ java-support.css --------------------------- */

.java-steps { margin-bottom: 30px; }

.step-number {
    font-size: 72px;
    font-weight: bold;
    color: #999;
    padding-right: 30px;
    line-height: 72px;
    vertical-align: top;
}

.step-text { vertical-align: top; }

.step-text h4 {
    font-size: 20px;
    color: #666;
    margin: 8px 0;
}

.step-text p { }

/* ------------------------------ end java-support.css --------------------------- */

/* ------------------------------ marketing-network.css ------------------- */

#footer {
    /*background: url(../images/footer-bg.gif) repeat-x;*/
    padding-bottom: 0;
}
.marketing-network {
    background: url(../images/marketing-network-shadow.png) no-repeat top;
    padding-top: 8px;
    margin-top: 20px;
}

.marketing-network > div {
    background: #fff;
    padding: 1px 20px 0 20px;
    height: 120px;
}

.site {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.site:last-child {
    margin-right: 0;
}

.site a{
    display: block;
}

.info-free {
    width: 170px;
    text-align: left;
}

.locate-america {
    width: 210px;
    margin-right: 0;
}

.jango-mail {
    width: 312px;
}

.pulse-mailing {
    width: 188px;
}

/* ------------------------------ end marketing-network.css --------------- */

/* ------------------------------ split-payment.css --------------- */

#paymentContainer .error {
    color: #D3224E;
    font-weight: bold;
}

#paymentTabs {

}

#paymentTabs > div {
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #cdcdcd;
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
}

.ui-tabs-nav {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

.ui-tabs-nav li {
    display: inline-block;
    background: #EEEEEE;
    border: 1px solid #cdcdcd;
    border-radius: 0 5px 0 0;
    margin-bottom: -1px;
}

.ui-tabs-nav li img {
    vertical-align: -6px;
}

.ui-tabs-nav li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #D3224E;
    padding: 10px 15px;
    display: block;
}

.ui-tabs-nav li:focus,
.ui-tabs-nav li a:focus {
    outline: none;
}

.ui-tabs-nav li.ui-tabs-active {
    background: #ffffff;
    border-bottom-color: #ffffff;
}

#paymentTabs h6 {
    color: #0066cc;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 5px 0;
}

#paymentTabs input[type=checkbox],
#paymentTabs input[type=radio] {
    border: none;
    border-radius: none;
    box-shadow: none;
}

#paymentHistory > div,
#paymentAccount > div,
#paymentCreditCards > div,
#splitPayments > div {
    margin-bottom: 20px;
}

#splitPayments .card-new {
    margin: 10px 0;
}

#paymentTabs table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

#paymentTabs table th {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

#paymentTabs table th:first-child,
#paymentTabs table td:first-child,
#paymentTabs table th:last-child,
#paymentTabs table td:last-child {
    padding: 10px 0;
}

#paymentTabs table th .calcType {
    float: right;
    border: 1px solid #CCC;
    margin: 0;
    line-height: 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}


#paymentTabs table th .calcType.active {
    background: #0066cc;
    border-color: #006699;
    color: #ffffff;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);

}

#paymentTabs table th .calcType-percentage {
    border-radius: 3px 0 0 3px;
    padding: 0 8px;
}

#paymentTabs table th .calcType-dollar {
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
}

#paymentTabs table td {
    padding: 10px;
}

#paymentTabs table .button-remove span {
    padding: 0 3px;
    line-height: 15px;
}

#paymentTabs table .card-type {
    vertical-align: -5px;
    margin-right: 10px;
}

#paymentTabs table .paginationControl {
    margin: 10px;
}

#paymentTabs table .sort-placeholder {
    border: 1px dashed #ccc;
}

#payments-single table th:nth-child(5),
#payments-single table th:nth-child(6),
#payments-single table td:nth-child(5),
#payments-single table td:nth-child(6) {
    display: none;
}

#payments-split .amount-input,
#payments-split .add-button {
    display: none;
    text-align: right;
}

#payments-split table tr.disabled {
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter:Alpha(opacity=20);
    cursor: default;
}

#singlePayments table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

#singlePayments table th {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

#singlePayments table th:first-child,
#singlePayments table td:first-child,
#singlePayments table th:last-child,
#singlePayments table td:last-child {
    padding: 10px 0;
}

#singlePayments table th .calcType {
    font-weight: bold;
    float: right;
    border: 1px solid #CCC;
    margin: 0;
    line-height: 20px;
    background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

#singlePayments table th .calcType.active {
    background: #eeeeee;
}

#singlePayments table th .calcType-percentage {
    border-radius: 3px 0 0 3px;
    padding: 0 8px;
}

#singlePayments table th .calcType-dollar {
    border-left-width: 0;
    border-radius: 0 3px 3px 0;
    padding: 0 10px;
}

#singlePayments table td {
    padding: 10px;
}

#singlePayments table .button-remove span {
    padding: 0 3px;
    line-height: 15px;
}

#singlePayments table .card-type {
    vertical-align: -5px;
    margin-right: 10px;
}

#singlePayments table .paginationControl {
    margin: 10px;
}

#singlePayments table .sort-placeholder {
    border: 1px dashed #ccc;
}

#splitPaymentTotal,
.invoice-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

#splitPaymentTotal {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

#splitPaymentTotal .button-loading {
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

#splitMessage {
    display:none;
    color: #B94A48;
    background-color: #F2DEDE;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #EED3D7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#splitMessage p {
    margin: 0;
}

#paymentsAppliedTable .paymentError {
    border: 2px solid #EED3D7;
    background: #F2DEDE;
    color: #B94A48;
}

#paymentsAppliedTable .paymentErrorMessage {
    background: #EED3D7;
    border: 2px solid #EED3D7;
    color: #B94A48;
}

#paymentsAppliedTable .paymentErrorMessage td {
    padding: 10px !important;
}

/* ------------------------------ end split-payment.css --------------- */

/* ------------------------------ datepicker.css ------------------------ */
.production-date {
    width: 100%;
}

.production-date > div {
    float: left;
}

.production-date .date-display {
    width: 40%;
}

.production-date .leading-text {
    margin: 10px 0 10px 0;
    font-size: 22px;
    color: #A8B8BA;
    font-weight: bold;
    text-align: center;
}

.production-date .date-display .date {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 140px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.date-display .date .month {
    background: #0568ca;
    border-radius: 4px 4px 0 0;
    border: 1px solid #0568CA;
    border-bottom: none;
    line-height: 40px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.date-display .date .day {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #A8B8BA;
    border-top: none;
}

.date-display span {
    display: block;
}

.date-display .date .weekday {
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
}

.date-display .date .number {
    font-size: 60px;
    line-height: 64px;
}

.date-display .date .year {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}

.production-date .date-divider {
    height: 250px;
    background: url('/assets/images/vertical-divider.gif') 50px repeat-y;
    width: 20%;
}

.production-date .date-divider .divider-text {
    display: block;
    width: 80px;
    text-align: center;
    background: #ffffff;
    color: #A8B8BA;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 72px;
    padding: 10px;
}

.production-date .calendar-display {
    width: 40%;
}

.calendar-date-picker {
    width: 100%;
    padding-left: 20px;
}

.calendar-date-picker .ui-datepicker {
    padding: 10px;
    border: 1px solid #A8B8BA;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.calendar-date-picker .ui-datepicker-header {
    margin-bottom: 10px;
    height: 18px;
}

.calendar-date-picker .ui-datepicker-prev {
    float: left;
    width: 20%;
    text-align: left;
}

.calendar-date-picker .ui-datepicker-next {
    float: right;
    width: 20%;
    text-align: right;
}

.calendar-date-picker .ui-datepicker-title {
    float: left;
    text-align: center;
    width: 60%;
    font-weight: bold;
    font-size: 16px;
}

.calendar-date-picker .ui-datepicker-calendar {
    clear: both;
    width: 100%;
    height: 200px;
}

.calendar-date-picker .ui-datepicker-calendar tbody td {
    text-align: center;
    padding: 0;
}

.calendar-date-picker .ui-datepicker-calendar tbody td a {
    color: #131313;
    text-decoration: none;
    padding: 8px;
}

.calendar-date-picker .ui-datepicker-calendar tbody td a:hover,
.calendar-date-picker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
    color: #ffffff;
    text-decoration: none;
    background: #0568CA;
    border-radius: 4px;
}

.calendar-date-picker .ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #cccccc;
}

/* ------------------------------ end datepicker.css --------------- */

/* ------------------------------ VIP dropdown.css --------------- */

.vip {
    height: 54px;
    width: 179px;
    left: 795px;
    position: relative;
    top: -65px;
}
.vip-dropdown-container {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 30 !important;
}

.vip-dropdown {
    margin-top: 20px;
    padding: 10px;
    background: #4498E3;
    border: 2px solid #06C;
    border-radius: 4px;
    width: 860px;
}
.vip-dropdown-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    top: 10px;
    right: 30px;
    margin-left: -5px;
    border-bottom-color: #06C;
    border-width: 0 10px 10px;
}
.vip-dropdown a {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}
.vip-dropdown-section {
    float:left;
    width: 199px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #bdd7f1;
}
.vip-dropdown-section-first {
    padding-left: 0px;
}
.vip-dropdown-section-last {
    border-right: none;
    padding-right: 1px;
}
.vip-dropdown-section h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.vip-dropdown-section img {
    margin: 0 auto;
}
.vip-dropdown span {
    display: block;
}
.vip-dropdown h2 {
    color: #fff;
    font-size: 26px;
    width: 627px;
    margin: 0px;
}
.vip-dropdown h2 > span {
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}
.vip-dropdown h3 > span {
    font-size: 10px;
    font-weight: normal;
}
.vip-dropdown .vip-help-phone {
    background: url('/assets/images/menu-help-phone.jpg') left no-repeat;
    padding-left: 30px;
    height: 36px;
}
.vip-dropdown .vip-help-chat {
    background: url('/assets/images/menu-help-chat.jpg') left no-repeat;
    padding-left: 46px;
    height: 36px;
}
.vip-dropdown .vip-help-email {
    background: url('/assets/images/menu-help-email.jpg') left no-repeat;
    padding-left: 46px;
    height: 36px;
}
.vip-help-large {
    font-size: 20px;
}

.coupon {
    border: 1px black dashed;
    padding: 10px;
    text-align: center;
}

/* ------------------------------ VIP dropdown.css --------------- */

.offerDetailsLink{
    font-size: 9px;
}
#popupOuter {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    top: 0px;
    left: 0px;
    z-index: 999;
    text-align: center;
    background-color: rgba(0,0,0,0.25);
}

#popupPromo, #popupCRP, #popupHM {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* width: 225px; */
    position: absolute;
    left: 35%;
    top: 35%;
}

#custom-printing2 {
    /*background:url('/assets/images/custom-printing-product-background2.png');
    background-repeat:repeat-x;*/
    /* border: 1px solid #efefef;
    border-radius: 0px 6px 6px 6px; */
    margin-bottom: 12px;
    margin-left: 2px;
    height: 360px;

}

.custom-product-links-2 {
    text-align:center;
}

.custom-product2 {
    margin-bottom: 10px;
}

.small-custom-product {
    float: left;
    text-align: left;
    width: 45%;
	padding-left: 10px;
    font-weight: bold;
}

.custom-smallLinks2 {
    font-size: 10px;
}


.custom-printing-heading2 {
    font-size: 18px;
    color: #0000cc;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
	padding-bottom: 10px;
    /* height: 22px; */
    font-family: Helvetica, Arial, sans-serif;
    /*text-decoration: none; */
}

.custom-printing-heading-postcards {
    font-size: 22px;
    color: #0000cc;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
    height: 50px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
}

.custom-printing-heading2 a, .custom-printing-heading-postcards a {
    /* text-decoration: none; */
}


#demographics, #dataProduct {
    padding: 10px;
}

.leads_form dt {
    padding-top: 10px;
}

#start-address-list-map {
    background-image: url('/assets/images/custom-printing-product-background.png');
    width: 340px;
    border-radius: 0px 6px 6px 6px;
    border: solid 1px #cfcfcf;
    margin-bottom: 15px;
    height: 185px;
    cursor: pointer;
}

#start-address-list-map-heading {
    font-size: 18px;
    color: #0000cc;
    font-weight: bold;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 10px;
}

#start-address-list-map-help {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;

}

/* not EDDM Mapping UI but related */

.menu-sixwide {
    width: 132px !important;
    padding: 0 10px !important;
}

.menu-sixwide-plusone {
    width: 133px !important;
    padding: 0 10px !important;
}



/* ------------------------------ EDDM Mapping UI --------------- */
#eddmMap{
    position: relative;
}
#eddmMap #map {
    height: 500px; 
}
#eddmMap #map>div {
/*    width: inherit !important;*/
}

#eddmMap #searchInput {
    width: 750px;
    height: 30px;
    font-size: 16px;
    margin: 2px;
}


#eddmMap #search {
    height: 34px;
    width: 100px;
    border-radius: 5px;
    font-size: 20px;
    margin: 0px;
}

#eddmMap #selectionInfo {
    width: 250px;
    height: 500px;
    float: right;
    background: #efefef;
    overflow: auto;
    position: relative;
    background-image: url('/assets/images/selected-routes-bg.png');
	z-index: 18;
}


#eddmMap #selectionInfo > span {
    display: block;
    margin: 1em;
    font-size: 1.7em;
    font-weight: bold;
    color: #666;
}


#eddmMap #selectionInfo > span.sub {
    font-size: 0.75em;
    margin-left: 2em;
    margin-top: -1.5em;
}

#eddmMap #selectionInfo #selectionName {
    width: 200px;
    margin-top: 10px;
    margin-left: -2px;
}

#eddmMap #selectionInfo #selectionDetails {
    font-size: 0.9em;
}

#eddmMap #selectionInfo #routeDetails {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    text-align: center;
}

#eddmMap #selectionInfo #routeDetails table {
    width: 82%;
    margin-left: 15px;
    margin-top: -15px;
}

#eddmMap #selectionInfo #routeDetails table tr:nth-child(odd) {
    background: #FFF
}

#eddmMap #routeInfo {
    color: #fff;
    padding: 10px 15px;
    background-color: #666;
    background-image: url('/assets/images/eddm-coute-info-bg.png');
}

#eddmMap #routeInfo h2 {
    margin: 0px;
    color: #fff;
}

#eddmMap #routeInfo span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 200px;
    border-right: 1px solid white;
    padding-left: 20px;
}

#eddmMap #selectionInfo h2{
    text-align: center;
    font-size: 2em;
}
#eddmMap #selectionInfo #controls {
    text-align: center;
}

.routeLink, .removeRoute {
    font-weight: bold;
}

#selectionDetails {
    font-size: 11px !important;
}

#controls .button {
    margin: 10px 15px 10px 15px;
}

#controls {
    margin-top: -10px;
}

#eddmMap #settings{
    float: right;
    margin: 5px;
}

#eddmMap #settingsPanel {
    display: none;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 40px;
    width: 150px;
    padding: 10px;
    background: #4498E3;
    border: 2px solid #06C;
    border-radius: 4px;
    text-align: center;
    z-index: 1001 !important;
}

#eddmMap #settingsPanel h2{
    color: #FFF;
    border-bottom: 1px solid;
    margin-top: 0;
    text-align: right;
}

.design-mailing-icons {
    display: none;
    padding-bottom: 1em;
    text-align: right;
}
.design-mailing-icon {
    padding-left:4px;
}

#eddm-intro img {
    float: left;
}

.eddm-touts {
    width: 31%;
    float: left;
    padding: 0px 15px 0px 0px;
}

#eddm-button {
    width: 100%;
    text-align: center;
}


#advancedEditor {
    padding: 10px;

    width: 945px !important;
    height: 700px;

}

/*Wall Calendar Printing changes*/
.image-row {
    width: 100%;
    text-align: center;
}
.image-row .image-container {
    display: inline-block;
    text-align: center;
    margin-bottom: 1em;
    width: 173px;
	vertical-align: top;
}
.image-row .image-container.left {
    float: left;
}
.image-row .image-container.right {
    float: right;
}

.calendarSize {
    float: left;
    margin-right: 20px;
    width: 660px;
}

.spaced-li li {
    margin: 0.725em 0;
}

.tabs.no-clear {
    clear: none;
}

/*New Navigation Styles*/
.menu {
    position: relative;
    background: rgba(204, 204, 204, 0.19);
    z-index: 20;
    border-top: 1px solid #666666;
    background: #eaf0f6;
    border-bottom: 1px solid #666666;
}   
.menu-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: white;
	height: 50px;
	overflow: hidden;
}
.menu-ul-li {
    display: table-cell;
    padding: 7px 21px;
    /* background: white; */
    color: #0000cc;
    border-right: 1px solid #cfcfcf;
}
.menu-ul-li-first {
    padding-left: 26px;
}
.menu-ul-li-last {
    border-right: none;
    padding-right: 0px;
}
.menu-ul-li > a {
    color: #013f7e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.menu-ul-li:hover {

    background-color: white;
}

.menu-ul-li:hover > a {
    color: #0000cc;
}
.menu-ul-li > a > span {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #515151;
}
.menu-ul-li:hover > a > span {
    /*color: #fff2bf;*/
}
.menu-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: 0;
    padding: 0;
    background: #eaf0f6;
    border-top: 1px solid #80b3e6;
    border-bottom: 2px solid #0066cc;
}

.menu-dropdown li {
    list-style: none !important;
}
.menu-dropdown a,
.menu-dropdown-section a {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}
.menu-dropdown a.smal,
.menu-dropdown-section a.small {
    font-size: 10px;
    line-height: 30px;
}
.menu-dropdown-section {
    float:left;
    width: 147px;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #bdd7f1;
}

.menu-dropdown-section-first {
    padding-left: 0px;
}
.menu-dropdown-section-last {
    border-right: none;
    padding-right: 1px;
}
.menu-templates .menu-dropdown-section {
    height: 310px;
}
h3.small-h3.nav-h3.nav-blue {
    font-weight: bold;
    font-size: 1.325em;
    margin: 12px 0 0 0;
}
.menu-dropdown-section h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.menu-dropdown h3 a,
.menu-dropdown-section h3 a {
    text-decoration: none;
}
.menu-dropdown-section img {
    margin: 0 auto;
}

.menu-dropdown-section h4 {
    margin-bottom: 5px;
    font-size: 14px;
}
div.menu-dropdown {
    display: none;
}

div.products,
div.services,
div.price-guide,
div.templates,
div.how-to {
    margin: 0;
    padding:18px 0px 0px 18px;
    width: 942px;
}
div.halved {
    width: 459px;
}
div.halved.right-col {
    width: 478px;
}
div.postcard-mailings {
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: url('/assets/images/navigation/highlight-large.png') no-repeat top right;
}
div.inline {
    display: inline-block;
    vertical-align: top;
}
a.btn-large {
    display: block;
    width: 125px;
    height: 26px;
    background: url('/assets/images/navigation/btn_large.png') no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    text-decoration: none;
    margin-top: 6px;
}
a.btn-small {
    display: block;
    width: 79px;
    height: 20px;
    background: url('/assets/images/navigation/btn_small.png') no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto 3px auto;
}
.center {
    margin: 0 auto;
    text-align: center;
}
.nav-blue,
.nav-blue a,
a.nav-blue {
    color: #013f7e;
}
h1.nav-h1 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: bold;
}
h2.nav-h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
}
h3.nav-h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.no-underline a,
a.no-underline {
    text-decoration: none;
}
span.nav-small,
.nav-small a{
    font-size: 12px;
    font-weight: normal;
}
.top-row {
    margin-bottom: 34px;
}
.bottom-row {
    width: 477px;
    margin: 0 auto;
}
div.mini-block {
    width: 155px;
    height: 170px;
    background: url('/assets/images/navigation/highlight-small.png') no-repeat;
}
div.mini-block.edge {
    background: url('/assets/images/navigation/highlight-small-edge.png') no-repeat;
}
div.mini-block h2.nav-h2,
div.how-to-content h2.nav-h2,
div.about-content h2.nav-h2{
    font-weight: bold;
}
div.mini-block h2.nav-h2 {
    text-align: center;
}
div.mini-block.border,
div.postcard-mailings,
div.templates-main{
    border-right: 1px solid #bad1ea;
}
div.mini-block-header {
    height: 108px;
}
div.nav-col-right {
    font-size: 1.125em;
    position: relative;
    top: -80px;
    text-align: right;
    width: 151px;
    margin-right: 16px;
}
.right {
    text-align: right;
    float: right;
}

/*Nav Option Specific Styles*/
div.services div.mini-block-header {
    height: 116px;
}
div.templates-main {
    vertical-align: top;
    width: 710px;
    display: inline-block;
}
div.templates-sidebar {
    display: inline-block;
    width: 200px;
    padding-left: 20px;
}
div.template-item {
    display: inline-block;
    width: 170px;
    margin-bottom: 54px;
    text-align: center;
}
div.template-item a {

}
div.templates-sidebar {

}
ul.template-sidebar-list {
    list-style-type: none;
}
ul.template-sidebar-list li {

}
div.about {
    margin: 0;
    padding:18px 18px 0px 18px;
    width: 924px;
}
div.about div.about-content,
div.how-to div.how-to-content {
    width: 148px;
    margin: 0px;
    padding: 0px 16px;
    border-right: 1px solid #bad1ea;
    display: inline-block;
    vertical-align: top;
    min-height: 250px;
}
div.about div.about-content.last,
div.how-to div.how-to-content.last {
    border-right: none;
}
.bold {
    font-weight: bold;
}
div.nav-col-right span.small {
    font-size: 14px;
    font-weight: normal;
}

.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    background: #fdbb00;
    display: inline-block;
    margin: 0 5px 8px 0px;
}

span.pricingTitle {
    font-weight: bold;
    font-size: 16px;
    color: #5a5a5a;
}

hr.priceGuideHr {
    border-top: 2px solid #fdbb00;
}
.normal-weight {
    font-weight: normal;
    font-size: 16px;
}

input.page-nav-input {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #807F7C;
    height: 13px;
    padding: 5px 0 4px;
    margin-left: 6px;
    margin-right: 8px;
    text-align: center;
    width: 28px;
}

button.prev-nav,
button.next-nav {
    background-color: #E6E6E6;
    border: 1px solid #D8D8D8;
    height: 23px;
    width: 30px;
    padding: 0;
    margin: 0;
    color: #0af;
    font-size: 18px;
}

button.prev-nav {
    margin-left: 6px;
}

button.prev-nav.disabled,
button.next-nav.disabled {
    color: #bfbfbe;
}

button.prev-nav:hover,
button.next-nav:hover {
    cursor: pointer;
}

#intercom-container .intercom-launcher {
    bottom: 50px !important;
}


/*Begin emailexpress ec styles*/
	
	#emx-offer-container {
		width: 202px;
		height: 157px;
		background-color: #e5e5e5;
		border-radius: 6px;
		padding: 6px 0 0 0;
		border: 1px solid #2e31ae;
		text-align: center;
		margin: 8px 0 8px 4px;
	}
	
	#emx-offer-head,
	#emx-offer-subhead {
		color: #0000cc;
	}
	
	#emx-offer-head {
		font-size: 18px;
		font-weight: bold;
	}
	
	#emx-offer-subhead {
		font-size: 13px;
		font-weight: bold;
	}
	
	#emx-offer-container-left, 
	#emx-offer-container-right {
		display: inline-block;
		text-align: left;
		margin-top: 10px;
		
	}
	
	#emx-offer-container-left {
		width: 85px;
	}
	
	#emx-offer-container-right {
		width: 104px;
	}
	
	#emx-offer-btn {
		margin-top: 12px;
		display: inline-block;
	}
/*End emailexpress ec styles*/

	
/* Design Selection Modal*/
.size-headline {
	text-align: center;
	color: #000;
}

#size-container {
	text-align: center;	
}
	
.size-options {
	display: inline-block;
	margin: 2em;
	text-align: center;
}

.size-options h4 {
	text-align: center;
	margin-bottom: 0;
}

.size-options .product-size {
	display: block;
	margin-bottom: 1em;
}

.size-options a {
	display: block;
	text-decoration: none;
}

.size-options dt {
	text-decoration: underline;
	font-weight: bold;
}

.size-options dd {
	margin: 0;
}

.size-options .product-display {
	height: 320px;
}
/* End Design Selection Modal*/


/*Begin nav updates 2-17-17*/
#prod-nav-left {
	position: absolute;
	left: 26px;
    bottom: 0px;
}
#prod-nav-mini-nav {
    font-size: 1.125em;
    position: relative;
    top: -80px;
	right: -137px;
    text-align: right;
    width: 151px;
    margin-right: 16px;
}
#prod-left-bg {
	height: 374px;
}
/*End nav updates*/




/* Begin checkout finish opton */
ul#finish-options {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#finish-options li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid  #ccc;
	height: 204px;
	width: 184px;
	margin-right: 20px;
}

ul#finish-options li:hover {
	cursor: pointer;
}

ul#finish-options li.selected {
	border: 2px solid #175fab;
}

ul#finish-options li img.finish-option-2 {
	
}

ul#finish-options li img.finish-option-3 {
	margin-top: 10px;
}

ul#finish-options li img.finish-option-4 {
	margin-top: 22px;
}

.finish-option-10 {
   width: 122px;
   position: relative;
   top: -10px;
}

div.finish-option-header {
	border-bottom: 1px solid #ccc;
	height: 40px;
	font-weight: bold;
	padding: 12px 8px;
}

div.finish-option-image {
	padding: 16px 8px;
}

#finish-options.collapsed {
	display: none;
}

#finish-options.expanded {
	display: block;
}
/* End checkout finish options */


/* Begin pricing guide finish options */
#pricingGuideProductTypeImage_finishOption_2, 
#pricingGuideProductTypeImage_finishOption_3,
#pricingGuideProductTypeImage_finishOption_4 {
	margin-right: 0;
}

#pricingGuideProductTypeImage_finishOption_2 {
    background: url(/assets/images/finishOptions/2.png) no-repeat;
    height: 93px;
    width: 133px;
	margin-top: -65px;
}

#pricingGuideProductTypeImage_finishOption_3 {
background: url(/assets/images/finishOptions/3.png) no-repeat;
    height: 70px;
    width: 109px;
	margin-top: -48px;
}

#pricingGuideProductTypeImage_finishOption_4 {
background: url(/assets/images/finishOptions/4.png) no-repeat;
    height: 53px;
    width: 120px;
	margin-top: -34px;
}
/* End pricing guide finish options */

span.light-weight {
	font-weight: normal;
}

/*Begin order process CSS*/
.heading-1.order-completion {
    color: #000100;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}

.heading-2.order-completion {
    color: #898788;
    font-weight: bold;
    font-size: 18px;
}
.stepBody.order-completion,
#customer-notes {
    color: #666566;
}

.change-link {
    font-size: 11px;
}

.change-link a:hover {
    color: #000100;
}

.stepBody.order-completion {
    font-size: 12px;
    margin-bottom: 20px;
}

.order-completion #mailToMeAddressBody {
    padding: 0;
}

.order-completion #mailToMeAddressBody,
.order-completion #mailToMeAddressBody .zend_form fieldset {
    background-color: transparent;
    width: 588px;
    margin: 0;
}

.order-completion #mailToMeAddressForm dl.zend_form {
    width: 100%;
    margin-top: 0;
}

.order-completion #mailToMeAddressForm #label-element,
.order-completion #mailToMeAddressForm #label-label,
.order-completion #mailToMeAddressForm #line3-element,
.order-completion #mailToMeAddressForm #line3-label {
    display: none;
}

form#creditCardForm .zend_form {
    width: 435px;
}

#deliveryOptions #deliveryOption {
    margin-top: 4px;
}

.order-completion#addressListsBody {
    width: auto;
    margin: 0 40px;
    background-color: transparent;
}

.order-completion#addressListsBody #address-list-head {
    border-bottom: 2px solid #e0e0e0;
}

.order-completion#addressListsBody a.paginate_button,
.order-completion#addressListsBody a.paginate_button:hover,
.order-completion#addressListsBody .paginate_active {
    background: none;
    border: none;
    color: #898788;
}

.even-row-bg {
    background-color: #e3e4ff;
}

#printing-option-list .printing-option {
    margin: 4px auto;
}

#production-date-picker {
    height: 0;
    overflow: hidden;
}

#notesForm {
    margin-top: 8px;
}

#progressButtonDesignEditorStep,
#progressButtonSelected,
#progressButtonProductPrintingOptionsStep,
#progressButtonDesignSelectStep,
.progressButtonEnabled,
.progressButton {
    background-image: none;
    border: none;
}

#progressButtonDesignEditorStep {
    width: 146px;
}

.progressButtonEnabled {
    border: none;
    height: 16px;
    width: 173px;
    cursor: pointer;
}

#progressButtonSelected {
    background-image: none;
    border: none;
    border-bottom: 4px solid #FECC00;
}

#view .breadCrumb {
    height: auto;
}

.printing-option-buttons.buttons {
    width: 96%;
}

#deliveryOptions .tab-body,
#printing-options .tab-body,
#checkout-tabs.tabs .tab-body {
    padding-top: 8px;
}

input[type="radio"] {
    box-shadow: none;
}

#forward-choice {
    width: 200px;
    display: inline-block;
}

.stepBody.order-completion.checkout,
.stepHead.order-completion.checkout {
    width: 725px;
    margin-left: 65px;
}
form#creditCardForm .zend_form {
    width: 430px;
}

#bankcard-logos {
    float: right;
}

#bodyDiv #bankcard-logos {
    float: left;
}

#invoiceTotalDiv {
    color: #000;
}

#errorMessage-label,
#bankcard-label {
    display: none;
}

#contactInformationForm #invoice-label {
    display: none;
}

.grey-border,
#contactInformationForm #fieldset-invoice {
    border: 1px solid #A8B8BA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#paymentTabs > div {
    border-radius: 0;
    border: 1px solid #A8B8BA;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#edit-remove-controls {
    margin-top: 6px;
    font-size: 11px;
}

#contactInformationForm dl.zend_form_contact {
    -webkit-margin-before: 0;
}

#design-thumb-container {
    height: 114px;
}

#progressButtonProductPrintingOptionsStep {
    width: 176px;
}

#progressButtonDeliveryOptionsStep {
    width: 160px;
}

#checkout-tabs .stepHeadline:first-of-type,
#deliveryOptions .stepHeadline:first-of-type,
#printing-options .stepHeadline:first-of-type {
    margin: 12px 0 7px 0;
}

#contactInformationForm .zend_form fieldset {
    width: 702px;
}

.printing-option-name {
    display: inline-block;
    width: 89px;
    margin-right: 6px;
}

.inline-block {
    display: inline-block;
}

#additional-generic-addressees {
    height: 0;
    overflow: hidden;
}

#shippingOptionForm .zend_form fieldset {
    border: none;
}

#shippingOptionForm {
    position: relative;
    top: -15px;
}

#printing-option-list #stockOptions {
    margin-left: 20px;
}

#printing-option-list #stockOptions #stock-option-container {
    margin-left: 42px;
}

#shippingInformation {
    height: 200px;
    border-right: 1px solid #A8B8BA;
}

#mailingIntention {
    margin-top: 11px;
}

#shippingAddress-label {
    display: none;
}
/*End order process CSS*/

/*2017M8 stuff*/
.hidden {
	display: none;
}
a.small-btn {
   border: 1px solid #ddd;
   border-radius: 4px;
   width: 86px;
   margin: 0;
   display: inline-block;
   padding: 4px 2px 4px 5px;
   text-align: center;
}

a.small-btn img.icon {
   position: relative;
   top: 2px;
}

a.small-btn.edit {
   margin-right: 8px;
}

a.small-btn.delete {
   color: #F00;
}

a.small-btn.delete:hover {
   color: #000;
}

span.link-text {
   display: inline-block;
   margin-left: 6px;
}

/*ListOutage*/
.alert-bar {
   background-color: #ffbaba;
   border-bottom: 1px solid #d8000c;
   border-top: 1px solid #d8000c;
   padding: 14px 0;
   width: 100%;
   text-align: center;
   margin-bottom: 10px;
}

.alert-bar h3 {
   color: #d8000c;
   font-size: 16px;
   font-weight: bold;
   margin: 0 auto;
   display: inline-block;
}

.tabs.error-outage {
   margin-top: 0;
}


.image-library-thumb {
    width:100px;
}

div.marketing-support {
   margin-top: 76px;
   padding: 38px 0 20px 60px;
   background: url("/assets/images/pulse/global/marketing-support-background.gif") repeat-x 0 0;
   height: 264px;
}

#pulse-settings-container, #pulse-signup-container {
    margin: 40px 0 0 0;
    width: 944px;
    clear: both;
    padding-top: 20px;
}

#pulse-settings-header {
    background: url(/assets/images/pulse/global/header-bg.png) no-repeat scroll 0 0;
}

#pulse-settings-header a {
    float: right;
    margin-top: 30px;
    margin-right: 60px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #2571b9;
}

#pulse-settings-header img {
    display: inline-block;
    top: 0;
    vertical-align: middle;
    left: 40px;
    position: relative;
}

#pulse-settings-header h2 {
    display: inline-block;
    clear: none;
    margin-top: 30px;
    margin-left: 40px;
    font-size: 30px;
    margin-bottom: 0;
    color: grey;
}

#pulse-settings-content {
    background-color: #f3f3f3;
}

#pulse-settings-content .controls {
    float: left;
}

#layout-controls {
    width: 50%;
	padding-top: 20px;
}

#settings-controls, #action-controls {
    width: 50%;
    text-align: center;
}

#settings-controls div {
	width: 50%;
	float: left;
}

#pulse-settings-container .button {
	width: 175px;
    margin-bottom: 8px;
    border: none;
    background: #0568ca;
}

#pulse-settings-container .button span {
    width: 75%;
    border: none;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#action-controls {
	float: right;
}

#action-controls .button.button-blue {
	width: 35%;
	margin: 2em;
}

#settings-controls h3, #action-controls h3 {
    text-align: center;
    margin: 20px;
    color: #505050;
    font-size: 16px;
    border: none;
}

#layout-controls p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2571b9;
    margin-top: 10px;
}

#layout-controls p a {
    font-size: 12px;
    color: grey;
    text-decoration: none;
}

#layout-controls #just-listed-thumb,
#layout-controls #just-sold-thumb {
    width: 200px;
}

#layout-controls .preview-container {
	position: relative;
	width: 210px;
	float: left;
	margin-bottom: 20px;
}

#layout-controls .preview-container:first-child {
	margin-left: 20px;
}

#layout-controls a.zoom-in-icon {
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
}

#layout-controls .zoom-in-icon img {
	max-height: 30px;
}

#pulse-settings-footer {
    background: #f4f9fd;
    padding: 20px 20px 20px 30px;
}

#pulse-settings-footer a {
    font-size: 16px;
    font-weight: bold;
    color: #2571b9;
    text-decoration: none;
}

#pulse-settings-footer img {
    vertical-align: middle;
    margin-right: 5px;
}

#pulse-listings .listing-row {
	clear: both;
	display: table;
	height: 60px;
	padding-top: 10px;
	padding-left: 15px;
	width: 930px;
    padding-bottom: 10px;
}

#pulse-listings .listing-row:nth-child(odd) {
	background: #f4f9fd;
}

#pulse-listings .col-xs-1,
#pulse-listings .col-xs-3,
#pulse-listings .col-xs-5{
	float: left;
}

#pulse-listings .col-xs-1{
	width: 8.33333333%;
}

#pulse-listings .col-xs-3 {
	width: 25%;
}

#pulse-listings .col-xs-5 {
	width: 41.66666667%;
}

#pulse-listings .listing-row .created-date {
	color: #000;
}

#pulse-listings .listing-row .date-listed {
	padding-left: 1em;
}

#pulse-listings .listing-row .thumbnail {
	width: 70px;
	margin-bottom: 0;
}

#pulse-listings .listing-row .more, #pulse-listings .listing-row .listing-address-display {
	color: #0066CC;
}

#pulse-listings .listing-row .listing-address-display {
	font-size: 14px;
	font-weight: bold;
}

#pulse-listings .listing-row .created-date, #pulse-listings .listing-row .listing-address-display, #pulse-listings .listing-row .more {
	line-height: 60px;
}

#pulse-signup-header {
    padding-left: 30px;
}

#pulse-signup-content {
    border: solid 2px #dfe7ea;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-left: 15px;
    height: 175px;
    background: url(/assets/images/pulse/my-account/quick_as_a_click_background.jpg) no-repeat top right;
    background-size: 400px;
}

#pulse-signup-content p {
    font-size: 14px;
    width: 60%
}

#pulse-signup-content p a {
    text-decoration: none;
    font-weight: bold;
    color: #2571b9;
}

#pulse-signup-content .button {
    background: #d4204d;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
    text-align: center;
    float: right;
    margin-right: 20px;
}

#pulse-signup-content img {
    height: 125px;
    margin-left: 30px;
    position: relative;
        top: -28px;
}


#invoiceContent #listing-manager-button {
    left: 45%;
    position: relative;
    margin-bottom: 1em;
}

#settings-controls #toggle-full-auto {
        margin-left: 30px;
        width: 195px;
        white-space: nowrap;
    }
    #settings-controls #toggle-full-auto .box-label {
        color: #0568ca;
        font-size: 13px;
        font-weight: bold;
        margin-top: 6px;
    }

    .switch {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 56px;
        height: 20px;
        padding: 3px;
        background-color: white;
        border-radius: 18px;
        box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
        background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
        background-image: -o-linear-gradient(top, #eeeeee, white 25px);
        background-image: linear-gradient(to bottom, #eeeeee, white 25px);
    }

    .switch-input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    .switch-label {
        position: relative;
        display: block;
        height: inherit;
        font-size: 10px;
        text-transform: uppercase;
        background: #eceeef;
        border-radius: inherit;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
        -webkit-transition: 0.15s ease-out;
        -moz-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        -webkit-transition-property: opacity background;
        -moz-transition-property: opacity background;
        -o-transition-property: opacity background;
        transition-property: opacity background;
    }
    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }
    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #0568ca;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }
    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }
    .switch-input:checked ~ .switch-label {
        background: #0568ca;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }
    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

    .switch-handle {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 18px;
        height: 18px;
        background: white;
        border-radius: 10px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
        background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
        background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
        background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
        -webkit-transition: left 0.15s ease-out;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }
    .switch-handle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: #f9f9f9;
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
        background-image: -webkit-linear-gradient(top, #eeeeee, white);
        background-image: -moz-linear-gradient(top, #eeeeee, white);
        background-image: -o-linear-gradient(top, #eeeeee, white);
        background-image: linear-gradient(to bottom, #eeeeee, white);
    }
    .switch-input:checked ~ .switch-handle {
        left: 40px;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .switch-green > .switch-input:checked ~ .switch-label {
        background: #4fb845;
    }


.marketing-headshot {
    width: 164px;
    position: relative;
    top: -24px;
    left: -22px;
}

.marketing-sub-heading {
	   color: #444;
   font-size: 16px;
font-weight: bold;
}

.marketing-bar-description {
margin: 9px auto 12px auto;
}


div.marketing-support h3.marketing-cta {
   font-size: 14px;
   font-weight: bold;
   margin-top: 5px;
}

.quick-contact input,
#quick-signup input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 30px;
	width: 225px;
	box-shadow: none;
	border: 2px solid #f0f0f0;
	margin-bottom: 11px;
	padding-left: 10px;
}

.quick-contact input[type="phone"]:focus,
.quick-contact input[type="text"]:focus,
#quick-signup input[type="phone"]:focus,
#quick-signup input[type="text"]:focus {
	border: 2px solid #ffcc00;
	outline: none;
}

#quick-signup input[type="phone"]:focus::placeholder,
#quick-signup input[type="text"]:focus::placeholder {
	color: #000;
}

#quick-signup input[type="submit"].mortgage-btn {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-image: none;
	background-color: #2267c5;
	width: 210px;
	height: 50px;
	padding: 14px 0;
	font-weight: bold;
	font-size: 18px;
}

#quick-contact-container {
   background: #fafafa;
   border-radius: 12px;
   height: 350px;
   width: 322px;
   margin: 0 auto;
   padding: 25px 52px;
}

#quick-contact-submit {
   background: #0066CB;
   border: 0;
   outline: 0;
   border-radius: 5px;
   padding: 12px;
   color: #fff;
   font-weight: bold;
   font-size: 1.225em;
   width: 100%;
}

#quick-contact-container ul {
   list-style:none;
   padding-left:0;
}

#quick-contact-container .error-msg {
   display: none;
}

#quick-contact-container span.form-error {
   color: #f00;
}

#quick-contact-container .input-error {
   border: 1px solid #f00;
}

#quick-contact-container .call-tagline,
#quick-contact-container .call-phone {
   color: #858585;
}

#quick-contact-container .call-tagline {
   font-size: 18px;
}

#quick-contact-container .call-phone {
   font-size: 20px;
   font-weight: bold;
}

#quick-contact-container li.quick-signup.contact-row {
   padding-top: 6px;
}

#quick-contact-container li.quick-signup.get-started-row {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 12px;
}
#reg-front-preview {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/images/starterfiles/Regular-Postcard_thumb_front.gif) no-repeat;
  width: 432px;
  height: 332px;
}

#reg-back-preview {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/images/starterfiles/Regular-Postcard_thumb_back.gif) no-repeat;
  width: 432px;
  height: 332px;
}

#jumbo-front-preview {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/images/starterfiles/Jumbo-Postcard_thumb_front.gif) no-repeat;
  width: 432px;
  height: 284px;
}

#jumbo-back-preview {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/assets/images/starterfiles/Jumbo-Postcard_thumb_back.gif) no-repeat;
  width: 432px;
  height: 284px;
}
table.dataTable td {
        padding: 6px 0;
}

table.dataTable td:nth-of-type(2),
table.dataTable td:nth-of-type(5) {
        padding-left: 10px;
}

.delete-button {
        position: relative;
        top: 8px;
}

/* CUSTOM INTERCOM LAUNCHER */
#customIntercomLauncher {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
#customIntercomLauncher img {
    float: right;
}
@media screen and (max-width: 648px) {
    #customIntercomLauncher {
        width: 100px;
    }
}
#nav-training-container {
	margin-left: 100px;
}

#nav-training-container a {
	font-weight: normal;
	font-size: 0.875rem;
	color: #075EA5;
}

@media screen and (max-width: 1150px) {
    #nav-training-container {
        margin-left: 0;
    }
    #nav-training-container a {
        display: none;
    }
}