
a {
    font-size: 13px;
    color: #0044cc;
    text-decoration: none;
}

    a.logo {
        margin-top: -10px;
        padding-bottom: 8px;
    }

h2{
    font-size:20px !important;
}

img.logo {
    margin-top: -10px;
    padding-bottom: 8px;
}

select {
    padding: 4px 6px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    display: inline-block;
    /*padding: 4px 6px;*/
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

#pinkBoxContent {
    background-image: url(../images/Homepage/PinkBox.png);
    background-repeat: no-repeat;
    height: 216px;
    width: 230px;
}

body {
    font-family: 'Roboto',arial,sans-serif;
    font-size: 12px;
    /*color: #333333;*/
    margin: 0px;
    padding: 0px;
    text-align: center;
    /*background-color: #E6E7E9;
    background-image:url(/images/header/background.jpg);
	background-position:center top;
	background-repeat:repeat;*/
}


#price-now, #price-now2, #reman-price-now, #original-price-now {
    Font-weight: bold;
}


    #price-now .caption,
    #price-now2 .caption,
    #reman-price-now .caption,
    #original-price-now .caption {
        Font-Size: 14px;
    }


    #price-now .price,
    #price-now2 .price,
    #reman-price-now .price,
    #original-price-now .price {
        font-size: 26px;
        color: #FF0000;
    }

    #price-now .pricev1,
    #price-now2 .pricev1,
    #reman-price-now .pricev1,
    #original-price-now .pricev1 {
        font-size: 26px;
        color: #112039;
    }

    #price-now .vat,
    #price-now2 .vat,
    #reman-price-now .vat,
    #original-price-now .vat {
        font-size: 12px;
        font-weight: normal;
        /*color: #868485;*/
    }

.trianglebl {
    position: relative;
    width: 100%;
    padding: 5px 0;
    background: #6FA2E0;
    color: #fff;
    float: left;
    display: flex;
    padding-left: 15px !important;
    align-items: center;
    margin-bottom: 10px;
}

    .trianglebl:after {
        content: '';
        position: absolute;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #6FA2E0;
        clear: both;
    }


/*filter search*/
.navbar-filter {
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

    .navbar-filter .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-filter .navbar-toggler {
        width: 100%;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }

        .navbar-filter .navbar-toggler i {
            float: right;
        }

    .navbar-filter ul {
        margin-left: 0px;
    }

    .navbar-filter .nav-item {
        border-right: 1px solid #ddd;
    }


    .navbar-filter li:last-child {
        border-right: none;
    }

    .navbar-filter .nav-link {
        padding: 0.2rem 1rem;
        color: #000000;
        font-size: 12px;
    }

    .navbar-filter .dropdown-item {
        font-size: 12px;
    }

    .navbar-filter .count {
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        display: inline-block;
        padding-top: 3px;
    }

.selectedfilters .selectedfilters-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #999;
    border-right: 1px solid #ddd;
    font-size: 12px;
}

.search-result.pagination {
    margin-left: 0px;
    justify-content: right;
}

    .search-result.pagination .page-link {
        color: #000000;
        text-decoration: none;
        font-size: 15px;
        padding: 0.375rem 0.65rem;
        min-width: 35px;
        text-align: center;
    }

        .search-result.pagination .page-link.aspNetDisabled {
            color: #C8C8C8;
        }

        .search-result.pagination .page-link.selected {
            border: 1px solid #E96C30;
            color: #E96C30;
            font-weight: bold;
            margin-right: 1px;
        }

.selectedfilters a:last-child {
    border-right: none;
}

@media (min-width: 992px) {
    .navbar-filter .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}
.separator {
    background: #C6C6C6;
    width: 100%;
    height: 1px;
}

.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.descriptionText {
    font-size: 12px;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 15px;
}

.Buy2Get1Sticker {
    position: absolute;
    top: 100px;
    left: 200px;
}

.TextTitle2 {
    color: #898989;
    font-weight: bold;
}

.TextContent {
    color: #BDBDBD;
}

.Textlink {
    color: #FD47B2;
    font-weight: bold;
    text-decoration: underline;
}

.ClickLink {
    color: #6F87B9;
    font-weight: bold;
    text-decoration: underline;
}

.wys_alink {
    color: #8D8D8D;
    text-decoration: underline;
}

.wys_wmTextbox {
    background-color: #EDEDED;
}

.Default2_brandbutton:hover {
    cursor: pointer;
}

/*----start of thank you page css-------*/
#tyContainer {
    margin-left: 20px;
    height: 300px;
}

    #tyContainer h2 {
        font-size: 40px;
        color: #3e9d1d;
    }

#emailRecieve {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

.tyPara {
    color: #9b9b9b;
}

/*----start of recycle page css-------*/
#containerWrap {
    width: 751px;
    padding-left: 30px;
}

    #containerWrap h2 {
        color: #3e9f1e;
        margin: 0;
        padding: 0;
        font-size: 26px;
        float: left;
        margin-bottom: 30px;
    }

    #containerWrap p {
        clear: both;
    }

#recycleMainImage {
    margin-top: 30px;
    width: 751px;
    height: 350px;
    background: url(/images/recycle-cartridges/recycle_now_form_Clickinks.jpg) no-repeat;
}

/*.close tempresp
{
    width: 960px;
    height: 100%;
    top: 100px;
    left: 50%;
    z-index: 2000;
}*/

/*----Start of Query Countdown styles 1.6.2.-------*/
.hasCountdown {
    /*border: 1px solid #ccc;
	background-color: #eee;
	width:235px;*/
}
/*----End of Query Countdown styles 1.6.2.-------*/

.BreadCrumbsLink {
    color: #000;
    text-decoration: underline;
}

.BreadCrumbsLinkBold {
    font-weight: bold;
}


#printercatridge-finder-inner {
    width: 1100px;
    margin: 0 auto;
}

    #printercatridge-finder-inner #banners {
        padding: 25px 15px;
    }

    #printercatridge-finder-inner #finders {
        padding: 35px 0;
    }

#modalPage {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 12px;
    color: white;
    font-weight: normal;
    z-index: 1000;
}

#modalCountrySelectorPage {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 12px;
    color: white;
    font-weight: normal;
    z-index: 2000;
}

.modalBackground {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}

/*.modal tempresp
{
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}*/

.modalContainer {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

.modalContainerDialog {
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}


.inkSearchDropDown {
    font-size: 13px;
    color: #000000; /*666666*/
    width: 205px;
    margin-top: 0px;
    margin-left: 10px;
}

.inkSearchBtn {
    margin-left: 8px;
    margin-top: 0px;
}


.rightArrow {
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 10px;
}


.PrinterSeriesTitle {
    font-size: 13px;
    font-weight: bold;
    color: #E73499;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}


.PopularPrintersTitle {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    line-height: 150%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.descriptionText a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

    .descriptionText a:hover {
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
    }

/*a
{
    
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}*/


.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.descriptionText {
    font-size: 12px;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 15px;
}

.testimonial {
    font-size: 13px; /*font-weight: bold;*/
    color: #0061B7;
    padding-top: 8px;
    padding-right: 5px;
    padding-left: 8px;
}

.Buy2Get1Sticker {
    position: absolute;
    top: 35px;
    left: 185px;
    display: none;
}

#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 0px;
    display: none;
    color: #ccc;
}

.ViewPrinterSeries_hyperlinkstyle {
    text-decoration: underline;
    color: #70254A;
}

.popular {
    font-size: 12px;
}

.right_border {
    border-left-style: none;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-right-color: #b5b5b5;
}

.Title {
    padding-bottom: 10px;
}


.Text {
    font-size: 12px;
}

h1 {
    font-size: 25px;
    color: #999999;
    position: relative;
    top: -4px;
    margin-bottom: -2px;
}

.right_border {
    border-left-style: none;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-right-color: #b5b5b5;
}

/*select, input {
    border: 1px solid #6699cc;
}*/

    input.search {
        width: 206px;
        font-size: 12px;
        color: #333333;
        padding: 2px 0px 2px 2px;
    }

    input.email {
        font-size: 12px;
        padding: 1px 0px 1px 1px;
    }

    input.gray {
        width: 200px;
        padding: 1px 0px 1px 1px;
        color: #999999;
    }

    select.gray {
        width: 160px;
        padding: 1px 0px 1px 1px;
        color: #999999;
    }


table#printers a {
    color: #666666;
    text-decoration: none;
}

    table#printers a:hover {
        text-decoration: underline;
    }

a.footer {
    color: #666666;
    text-decoration: underline;
    padding: 0px 5px 0px 3px;
}

a:hover.footer {
    text-decoration: none;
}

.blueheader {
    background-color: #6da2dc;
    border: 1px solid #bbbbbb;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 3px 0px 3px 6px;
}

.signInUptxt1 {
    font-size: 12px;
    color: #333333;
    padding-top: 5px;
}

.signInUpBoxtxt2 {
    font-size: 12px;
    color: #333333;
    padding-right: 10px;
}

.csc_line {
    padding: 10px 0px 0px 0px;
}

.MemuLink {
    font-size: 12px;
    color: #666666;
    padding: 5px 10px 0px 10px;
    text-decoration: underline;
}

.PageTitle {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    position: relative;
    top: 12px;
}

.ViewCartTableHeaderCell {
    background-color: #6da2dc;
    font-size: 12px;
    color: White;
    vertical-align: middle;
}

.linkProductName {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}

#tablist {
    padding: 3px 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: bold 12px Verdana;
}

    #tablist li {
        list-style: none;
        display: inline;
        margin: 0;
    }

        #tablist li a {
            padding: 3px 0.5em;
            border: 1px solid #778;
            border-bottom: none;
            background: white;
        }

            #tablist li a:link, #tablist li a:visited {
                color: navy;
            }

            #tablist li a.current {
                color: #333333;
                background-color: #EFEFEF;
            }

#tabcontentcontainer {
    width: 556px;
    /* Insert Optional Height definition here to give all the content a unified height */
    padding: 5px;
    border: 1px solid #778;
}

.tabcontent {
    display: none;
    height: 100%;
    font-size: 12px;
}


.left_border {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #949494;
}

.right_border {
    border-left-style: none;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-right-color: #949494;
}

.remove {
    font-size: 12px;
    font-weight: bold;
}

.value_prop {
    font-weight: normal;
    font-size: 12px;
    color: Black;
}

#dhtmltooltip {
    position: absolute;
    opacity: 0.85;
    width: 150px;
    border: 1px solid #999999;
    padding: 2px;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
    font-size: 12px;
}


.loyalty {
    font-size: 12px;
    color: #009933;
    font-weight: bold;
}

.our_price {
    font-size: 12px;
    color: #009900;
    font-weight: bold;
}

.price {
    font-size: 14px;
    padding-left: 2px;
}

.description {
    font-size: 12px;
}



.cartridge_title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}



/* 5.1.1 Banner slider */

#globalTopBanner {
    float: right;
}

#homePageTopBanners2010 #homeBannerWrapper {
    height: 245px;
    width: 624px;
    overflow: hidden;
}

#homeBannerWrapper,
#homeBanners,
#homeBanners li {
    list-style: none;
}

    #homeBannerWrapper .bx-wrapper {
        padding: 0;
        margin: 0;
        border-top: none;
    }

    #homeBannerWrapper .bx-window {
        height: 245px !important;
    }

    #homeBannerWrapper .bx-pager {
        position: relative;
        bottom: 20px;
        left: 530px;
    }

        #homeBannerWrapper .bx-pager a {
            margin-right: 7px;
        }

#homeBanners {
    width: 100%;
    margin: 0;
    padding: 0;
}

    #homeBanners li {
        position: relative;
    }

/* 	5.3. Banner Blocks
---------------------------------------*/

/*#banners {
    list-style: none;
    margin: 0 0 15px;
    overflow: hidden;
    width: 627px;
    height: 270px;
}*/

.bx-wrapper {
    margin: 0 0 15px;
    float: left;
}

.bx-pager {
    position: absolute;
    bottom: 12px;
    right: 5px;
    z-index: 20;
}

    .bx-pager a {
        /*background: url(/images/bannercontrols.png) no-repeat 0 -42px;*/
        display: block;
        height: 15px;
        width: 15px;
        text-indent: -20px;
        overflow: hidden;
        margin-right: 5px;
        float: left;
    }

        .bx-pager a:hover {
            background-position: 0 -242px;
        }

    .bx-pager .pager-active, .bx-pager .pager-active:hover {
        background-position: 0 -142px;
    }

h2.seeoHeader {
    font-size: 16px;
    font-weight: bold;
    color: #0062BB;
    margin: 0px;
    padding: 0px;
}

a.searchPrinterCartridgesLink {
    font-size: 12px;
    color: #666666;
    padding-left: 2px;
    text-decoration: none;
}

    a.searchPrinterCartridgesLink:hover {
        font-size: 12px;
        color: #666666;
        padding-left: 2px;
        text-decoration: underline;
    }

.receive {
    padding-top: 15px;
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
    background-color: #e6e6e6;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #7cb2ee;
    border-left-color: #7cb2ee;
}

.hacker {
    padding-bottom: 10px;
}

/*.fade tempresp
{
    padding-top: 15px;
    
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
    background-color: #FFFFFF;
    background-image: url(/images/verticalnavigation/fade.gif);
    background-repeat: no-repeat;
}*/

.ViewCartTableHeaderCell {
    background-color: #6da2dc;
    font-size: 12px;
    color: White;
    vertical-align: middle;
    padding: 5px;
}

.linkProductName {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}


.text004 {
    line-height: 14px;
}

.text011 {
    font-weight: bold;
    color: #009900;
}

.text012 {
    font-size: 12px;
    font-weight: bold;
    color: #cc0099;
}

.text013 {
    font-size: 12px;
}

.text015 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.text021 {
    font-size: 12px;
    color: #999999;
}

.text026 {
    font-size: 12px;
    color: #333333;
}

.text028 {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.text031 {
    font-size: 12px;
    color: #999999;
}

table#orders {
    border: 1px solid #bbbbbb;
}

    table#orders td {
        border-top: 1px solid #bbbbbb;
    }

table#reorders td {
    border: none;
}

table#orders td#header {
    background-color: #6da2dc;
    color: #FFFFFF;
    height: 26px;
    font-weight: bold;
    vertical-align: middle;
}

table#orders tr#bonus td {
    background-color: #f3f5fb;
    border-top: 1px solid #ffffff;
}

table#orders input {
    width: 28px;
    font-size: 12px;
    color: #333333;
    text-align: right;
}


.fieldDescription {
    font-size: 12px;
    color: #666666;
}

.PageTitle {
    font-size: 18px;
    font-weight: bold;
    color: #CC3399;
    letter-spacing: -.1em;
}

.fieldTitles {
    font-size: 16px;
    font-weight: bold;
    color: #0066CC;
}

.image {
    clear: both;
    float: right;
    border: 3px solid #CCCCCC;
    position: relative;
    top: 0px;
    margin-left: 15px;
}

h1 {
    font-size: 24px;
    color: #a3a3a3;
}

h1, h2, h3, h4, h5, h6 {
}

.description {
    font-size: 12px;
    padding-bottom: 5px;
}


.Regular12Pink {
    font-size: 12px;
    text-decoration: line-through;
    font-weight: lighter;
    color: #CA3D96;
}

.Regular10Blue {
    font-size: 12px;
    font-weight: normal;
    color: #0062BB;
}

.Regular12Blue {
    font-size: 12px;
    font-weight: normal;
    color: #0062BB;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0062BB;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
    /*width: 315px;
    height: 39px;*/
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #0062BB;
    margin: 0px;
    padding: 0px;
}

.colorDot {
    padding-right: 5px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #0062BB !important;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.descriptionLinks:hover {
    color: #000000;
    text-decoration: underline;
}

.descriptionLinks {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.comboLinks:hover {
    color: #0062BB;
    text-decoration: underline;
}

.comboLinks {
    color: #0062BB;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.addToCart {
    padding-top: 7px;
}

.price {
    font-size: 14px;
    font-weight: bold;
    color: #0062BB;
}

.cartridgeImg {
    border: 1px solid #0062BB;
    margin-left: 5px;
}

.liveChat {
    font-size: 14px;
    font-weight: bold;
    color: #0062BB;
    padding-top: 10px;
}

.greyOriginal {
    font-size: 12px;
    color: #666666;
}

.blueOriginal {
    font-size: 12px;
    color: #0062BB;
}

.PinkLink {
    color: #CA3D96;
}

.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.InkByCartridgeNumber_hyperlinkstyle {
    text-decoration: underline;
    color: #70254A;
}

.InkByPrinterModel_hyperlinkstyle1 {
    font-size: 12px;
    text-decoration: underline;
    color: #70254A;
}

.InkByPrinterModel_hyperlinkstyle2 {
    color: #666666;
    font-size: 12px;
}

.PrinterCartridgeDetails_hyperlinkstyle {
    text-decoration: underline;
    color: #70254A;
}

.Reorder_PinkHeader {
    color: #990066;
    font-size: 26px;
    font-weight: lighter;
}


.similar_printer {
    border: 2px solid #FF0000;
    padding: 10px;
    /*width: 545px;*/
    margin-bottom: 20px;
}


.error {
    /*background: url("/images/cs_sprite.png") no-repeat scroll 0 0 #FFFFFF;*/
    color: #FF0000;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 1px 0 0;
}

    .error a {
        color: blue;
        text-decoration: underline;
    }

.SuperHeader {
    font-size: 16px;
    color: #0066CC;
    font-weight: bold;
}

.normal {
    font-size: 12px;
}

.PinkHeader {
    font-size: 12px;
    font-weight: bold;
    color: #CC3399;
    padding-bottom: 10px;
}

.dottedLine {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ReturnTable td {
    padding: 7px;
}

.ReturnTable select, .ReturnTable input {
    font-size: 12px;
}

.WhiteHeader {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.WhiteNormal {
    color: #FFFFFF;
    font-size: 12px;
}

.footer {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding-bottom: 20px;
}

.elxclaim {
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

.bold {
    font-size: 12px;
    font-weight: bold;
}

.email {
    font-size: 12px;
    color: #0066FF;
}


.body {
    font-size: 12px;
    color: #333333;
    margin: 0px;
}


.emailEnter {
    width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
}


.messaging-box {
    background-position: 8px 5px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 17px;
    text-align: left;
}

.errorbox {
    background-color: #D56B6B;
    background-image: url("/images/error_icon_36.png");
    background-position: 5px 3px;
    background-repeat: no-repeat;
    border: 1px solid #AB3334;
    color: #FFFFFF;
    min-height: 25px;
    padding: 10px 10px 10px 50px;
}

img {
    border: 0;
}

.brandHyperlink_blue {
    color: #0000FF;
    text-decoration: underline;
    font-size: 12px;
}


#adcenter-close, #adcenterTq-close {
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #888888;
}

.greybutton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2c2c2), color-stop(1, #979797) );
    background: -moz-linear-gradient( center top, #c2c2c2 5%, #979797 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#979797');
    background-color: #c2c2c2;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #979797;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .greybutton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #979797), color-stop(1, #c2c2c2) );
        background: -moz-linear-gradient( center top, #979797 5%, #c2c2c2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#979797', endColorstr='#c2c2c2');
        background-color: #979797;
    }

    .greybutton:active {
        position: relative;
        top: 1px;
    }

#crumbs1 ul {
    list-style: none;
    display: table;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0px;
    background-image: url(../images/header/pi_chk_bar.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
}

    #crumbs1 ul li a {
        display: block;
        float: left;
        text-align: center;
        padding-top: 15px;
        font-size: 20px;
        text-decoration: none;
        cursor: auto;
        height: 52px;
        width: 33%;
        color: #cecece;
    }

    #crumbs1 ul li .current {
        color: #00537d;
    }

.content-place-holder {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    text-align: left;
    background-color: #fff;
}


.blueButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00537C), color-stop(1, #003C66) );
    background: -moz-linear-gradient( center top, #00537C 5%, #003C66 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00537C', endColorstr='#003C66');
    background-color: #00537C;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #003C66;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .blueButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003C66), color-stop(1, #00537C) );
        background: -moz-linear-gradient( center top, #003C66 5%, #00537C 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003C66', endColorstr='#00537C');
        background-color: #003C66;
    }

    .blueButton:active {
        position: relative;
        top: 1px;
    }



.submitButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00517B), color-stop(1, #003B65) );
    background: -moz-linear-gradient( center top, #00517B 5%, #003B65 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00517B', endColorstr='#003B65');
    background-color: #00517B;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #003B65;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding:10px;
    width:100%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .submitButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003B65), color-stop(1, #00517B) );
        background: -moz-linear-gradient( center top, #003B65 5%, #00517B 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003B65', endColorstr='#00517B');
        background-color: #003B65;
    }

    .submitButton:active {
        position: relative;
        top: 1px;
    }


.greenButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36B34A), color-stop(1, #059545) );
    background: -moz-linear-gradient( center top, #36B34A 5%, #059545 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36B34A', endColorstr='#059545');
    background-color: #36B34A;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #059545;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .greenButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #059545), color-stop(1, #36B34A) );
        background: -moz-linear-gradient( center top, #059545 5%, #36B34A 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#059545', endColorstr='#36B34A');
        background-color: #059545;
    }

    .greenButton:active {
        position: relative;
        top: 1px;
    }


.greyButton {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EAECF1), color-stop(1, #D2D4E1) );
    background: -moz-linear-gradient( center top, #EAECF1 5%, #D2D4E1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAECF1', endColorstr='#D2D4E1');
    background-color: #EAECF1;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #D2D4E1;
    display: inline-block;
    color: #787879;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .greyButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D2D4E1), color-stop(1, #EAECF1) );
        background: -moz-linear-gradient( center top, #D2D4E1 5%, #EAECF1 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2D4E1', endColorstr='#EAECF1');
        background-color: #D2D4E1;
    }

    .greyButton:active {
        position: relative;
        top: 1px;
    }


.NameHighlights {
    position: relative;
    font-size: 13px;
    color: #0032A0;
}

    .NameHighlights div {
        display: none;
        color: #000;
    }

.NameHighlightsHover {
    position: relative;
    font-size: 13px;
    color: #025277;
}

    .NameHighlightsHover div {
        display: block;
        position: absolute;
        width: 300px;
        top: 1.3em;
        *top: 20px;
        left: -100px;
        z-index: 1000;
        background-color: #feffed;
        border: 2px solid #FCDD7F;
        color: #000;
        padding: 30px 20px;
        border-radius: 4px;
        font-weight: normal;
        font-size: 12px;
    }



.payPalButton {
    border: none;
    background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-medium.png') no-repeat top center;
    padding: 2px 8px;
    width: 100% !important;
    height: 32px;
    display: block;
    text-indent: -9999em;
    text-transform: uppercase;
    /*margin-left: 35px;*/
    cursor: pointer;
}

.countdownpanel {
    color: #fff;
    font-size: 18px;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    letter-spacing: 2px
}

.btnLandingSearch {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFCF0A), color-stop(1, #FFCE03) );
    background: -moz-linear-gradient( center top, #FFCE03 5%, #FFCF0A 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCE03', endColorstr='#FFCF0A');
    background-color: #FFCE03;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #FFCF0A;
    display: inline-block;
    color: #096DB7;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .btnLandingSearch:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFCF0A), color-stop(1, #FFCE03) );
        background: -moz-linear-gradient( center top, #FFCF0A 5%, #FFCE03 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCF0A', endColorstr='#FFCE03');
        background-color: #FFCF0A;
    }

    .btnLandingSearch:active {
        position: relative;
        top: 1px;
    }


.btnApply {
    /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A3A7AF), color-stop(1, #CDCFD5) );
    background: -moz-linear-gradient( center top, #CDCFD5 5%, #A3A7AF 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCFD5', endColorstr='#A3A7AF');*/
    background-color: transparent;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #0033A0;
    display: inline-block;
    color: #0033A0;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    .btnApply:hover {
        /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A3A7AF), color-stop(1, #CDCFD5) );
        background: -moz-linear-gradient( center top, #A3A7AF 5%, #CDCFD5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A7AF', endColorstr='#CDCFD5');*/
        background-color: transparent;
    }

    .btnApply:active {
        position: relative;
        top: 1px;
    }


.btnApply2 {
    /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A3A7AF), color-stop(1, #CDCFD5) );
    background: -moz-linear-gradient( center top, #CDCFD5 5%, #A3A7AF 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCFD5', endColorstr='#A3A7AF');*/
    background-color: #0033A0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #0033A0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btnApply:hover {
    /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A3A7AF), color-stop(1, #CDCFD5) );
        background: -moz-linear-gradient( center top, #A3A7AF 5%, #CDCFD5 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3A7AF', endColorstr='#CDCFD5');*/
    background-color: transparent;
}

.btnApply:active {
    position: relative;
    top: 1px;
}

#breadcrumbs {
    padding: 5px 0;
}

.greyText {
    padding-left: 5px;
    font-weight: normal;
    color: #999;
}


.btn {
    background: #C400AC;
    background-image: -webkit-linear-gradient(top, #C400AC, #D833C4);
    background-image: -moz-linear-gradient(top, #C400AC, #D833C4);
    background-image: -ms-linear-gradient(top, #C400AC, #D833C4);
    background-image: -o-linear-gradient(top, #C400AC, #D833C4);
    background-image: linear-gradient(to bottom, #C400AC, #D833C4);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 9px 16px;
    text-decoration: none;
    cursor: pointer;
}

    .btn:hover {
        background: #D833C4;
        background-image: -webkit-linear-gradient(top, #D833C4, #C400AC);
        background-image: -moz-linear-gradient(top, #D833C4, #C400AC);
        background-image: -ms-linear-gradient(top, #D833C4, #C400AC);
        background-image: -o-linear-gradient(top, #D833C4, #C400AC);
        background-image: linear-gradient(to bottom, #D833C4, #C400AC);
        text-decoration: none;
    }

.btnPink {
    background: #C400AC;
    background-image: -webkit-linear-gradient(top, #C400AC, #D833C4);
    background-image: -moz-linear-gradient(top, #C400AC, #D833C4);
    background-image: -ms-linear-gradient(top, #C400AC, #D833C4);
    background-image: -o-linear-gradient(top, #C400AC, #D833C4);
    background-image: linear-gradient(to bottom, #C400AC, #D833C4);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    height:30px;
    text-align: center;
    border:0px;
    text-decoration: none;
    cursor: pointer;
}

    .btnPink:hover {
        background: #D833C4;
        background-image: -webkit-linear-gradient(top, #D833C4, #C400AC);
        background-image: -moz-linear-gradient(top, #D833C4, #C400AC);
        background-image: -ms-linear-gradient(top, #D833C4, #C400AC);
        background-image: -o-linear-gradient(top, #D833C4, #C400AC);
        background-image: linear-gradient(to bottom, #D833C4, #C400AC);
        text-decoration: none;
    }


/*#region carousel-slick Styles*/

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

.slick-loading .slick-list {
    /*background: white url(./ajax-loader.gif) center center no-repeat;*/
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:focus, .slick-next:focus {
        outline: none;
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.85;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev:before, .slick-next:before {
        content: none;
    }


/*.slick-prev
{
    background-image: url(/images/l_arrow.png);
    height: 21px;
    width: 12px;
    left: -25px;
}*/

.slick-prev {
    background-image: url(/images/arrow_left.jpg);
    height: 65px;
    width: 32px;
    left: -50px;
    top: 40px;
}

/*.slick-prev:before
    {
        content: "\2190";
    }*/

/*.slick-next
{
    background-image: url(/images/r_arrow.png);
    height: 21px;
    width: 12px;
    right: -25px;
}*/

.slick-next {
    background-image: url(/images/arrow_right.jpg);
    height: 65px;
    width: 32px;
    right: -50px;
    top: 40px;
}

/*.slick-next:before
    {
        content: "\2192";
    }*/

/* Dots */
.slick-slider {
    margin-bottom: 10px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0px 5px;
        padding: 0px;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none;
        }

            .slick-dots li button:focus {
                outline: none;
            }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\2022";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 0.75;
        }


/*#endregion carousel-slick Styles*/

.searchbigbutton:hover {
    cursor: pointer;
    cursor: hand;
}

.searchbigbutton {
    background-color: #cecece;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 34px;
    line-height: 34px;
    width: 125px;
    text-decoration: none;
    text-align: center;
    border: 0px;
}

.menutitle {
    margin: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.menulink {
    margin: 0 18px;
    padding-bottom: 5px;
}

.link {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}


.bloglink {
    /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #22B573), color-stop(1, #01A55A) );
    background: -moz-linear-gradient( center top, #22B573 5%, #01A55A 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22B573', endColorstr='#01A55A');*/
    background-color: #fff;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #002981;
    display: inline-block;
    color: #0086C9;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    height: 32px;
    line-height: 32px;
    width: 180px;
    text-decoration: none;
    text-align: center;
}

#price-discontinued {
    color: red;
}


.checkoutbtn {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #002981), color-stop(1, #000) );
    background: -moz-linear-gradient( center top, #002981 5%, #000 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002981', endColorstr='#000');
    background-color: #0c95ca;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0;
    border: 1px solid #000;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 250px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

    .checkoutbtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #002981) );
        background: -moz-linear-gradient( center top, #000 5%, #002981 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#002981');
        background-color: #000;
        color: #fff;
    }

    .checkoutbtn:active {
        color: #fff;
        position: relative;
        top: 1px;
    }

.related-product-tiles {
    border: #C6C6C6 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

    .related-product-tiles .name-link {
        color: rgb(0, 68, 204);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

#checkout-login-container {
    width: 500px;
    font-size: 14px;
}


.modal-target {
    width: 220px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .modal-target:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal_p {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1100; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content_p {
    margin: auto;
    display: block;
    /*width: 40%;*/
    /*top: 20%;*/
    opacity: 1 !important;
    /*max-width: 400px;*/
}

/* Caption of Modal Image */
.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1em;
    margin-top: 32px;
}

/* Add Animation */
.modal-content_p, .modal-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}