/*<PPI-Global>*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Tahoma;
    line-height: normal;
    font-size: 12px;
}


a:focus {
    outline: 0px;
}

html {
    /*background:#fff url("../_img/ppi-home-header.png") repeat-x center top;*/
    font-family: tahoma,helvetica neue, helvetica, arial, sans-serif,verdana, sans-serif;
}

.point {
    cursor: pointer;
}

em {
    font-style: normal;
}

.wrapper {
    width: 100%;
}

    .wrapper .header {
        width: 960px;
        margin: 0px auto;
        height: 52px;
    }

.nav-pills > li > a,
.nav-pills > li > a:hover {
    border-radius: 0;
}

#global-header {
    width: 960px;
    margin: 0px auto;
    height: 20px;
    position: relative;
}

    #global-header ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        #global-header ul li.parent {
            float: left;
            font-size: 12px;
            margin: 0px;
            padding: 0px 0px;
            list-style: none;
            font-size: 11px;
        }

            #global-header ul li.parent .btn-mini span span {
                display: inline-block;
                margin-left: 5px;
            }

            #global-header ul li.parent .dropdown-toggle {
                padding: 5px 10px;
            }

            #global-header ul li.parent a.dropdown-toggle.state {
                background-color: #eee;
                color: #444;
            }

            #global-header ul li.parent .btn-group.open .dropdown-toggle {
                background-color: #f5f5f5;
                padding: 5px 10px;
            }

    #global-header div.float-right {
        position: absolute;
        top: 10px;
        right: 0px;
    }


.wrapper .header a#home-logo {
    background: transparent url("../../v2/assets/img/ppi-capital-logo-2018.png") no-repeat 0px 0px;
    width: 240px;
    height: 70px;
    cursor: pointer;
    background-size:contain;
}

.footer-logo {
    background: transparent url("../../v2/assets/img/ppi-capital-logo-2018.png") no-repeat scroll 0 0 / contain ;
    cursor: pointer;
    height: 50px;
    margin: 0 0 10px;
    width: 200px;
}

.wrapper .header ul li {
    float: left;
    color: #888;
    list-style: none;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
}

    .wrapper .header ul li a.special {
        background-color: #bb3f33;
        border-bottom: solid 3px #bb3f33;
        padding-left: 10px;
        color: #fff;
        text-shadow: 0 1px 0 #410F0A;
    }

    .wrapper .header ul li a {
        color: #555;
        padding: 23px 10px 10px 10px;
        text-decoration: none;
        display: block;
    }

        .wrapper .header ul li a.active {
            border-bottom: solid 3px #bb3f33;
            color: #555;
        }

        .wrapper .header ul li a.hover {
            border-bottom: solid 3px #ccc;
            color: #000;
        }

        .wrapper .header ul li a:hover {
            border-bottom: solid 3px #ccc;
            color: #000;
        }

        .wrapper .header ul li a.special:hover {
            background-color: #6F241C;
            border-bottom: solid 3px #6F241C;
            padding-left: 10px;
            color: #fff;
            text-shadow: 0 1px 0 #410F0A;
        }

.wrapper #banner-two {
    background: #271f22 url("../_img/banner/ppi-banner-shot2.png") no-repeat center top;
    height: 264px;
}

.wrapper #banner-one {
    background: #271f22 url("../_img/banner/ppi-banner-shot3.png") no-repeat center top;
    height: 264px;
}



.wrapper #banner-container {
    width: 960px;
    margin: 0px auto;
}

    .wrapper #banner-container img {
        position: relative;
        top: 160px;
        left: 700px;
        cursor: pointer;
    }

.wrapper #stripbanner {
    background: transparent url("../_img/ppi-home-strip-banner.png") repeat center top;
    height: 34px;
}

/*
.wrapper #ppi-subpage-strip
{
	background:transparent url("../_img/pp-global-bgrepeat.png") repeat 0px -4px;
	height:26px;
	border-top:solid 2px #327ebf;
}
*/

.wrapper #ppi-subpage-strip-shadow {
    background: transparent url("../_img/ppi_top_shadow.png") no-repeat top center;
    height: 18px;
}

.wrapper .container {
    width: 960px;
    margin: 0px auto;
}

    .wrapper .container #home h1 {
        font: normal 26pt arial,tahoma,verdana;
        color: #999;
        letter-spacing:normal;
        line-height:1.3em;
    }


.footer-container {
    width: 960px;
    margin: 0px auto;
    font-size: 8pt;
}

    .footer-container ul {
        margin: 0px;
        padding: 0px;
    }

.wrapper.news {
    background-color: #536165;
}

.wrapper.footer div.section {
    margin: 30px 90px 60px 0px;
    float: left;
    color: #666;
}

    .wrapper.footer div.section.third {
        margin-right: 0px;
        float: left;
    }

.wrapper.footer {
    width: 100%;
    margin: 50px auto 0px;
    overflow: auto;
    background: #fff;
    border:solid 1px #eee;
}

    .wrapper.footer div.section ul li {
        list-style: none;
        padding: 0px 0px 10px 10px;
        margin: 0px;
    }

        .wrapper.footer div.section ul li a {
            color: #444;
            border-bottom: dotted 1px #ddd;
        }

        .wrapper.footer div.section ul li.header-item {
            font-weight: bold;
            padding: 5px 0px 5px 0px;
        }



    .wrapper.footer div.section-contact ul li ul,
    .wrapper.footer div.section-terms ul li ul {
        margin: 8px 0px 0px 8px;
    }



/* new clearfix */
.clear-float:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clear-float {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clear-float {
    zoom: 1;
}
/* IE7 */

p {
    line-height: 1.4em;
}

a img {
    border: 0px none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

a:link, a:visited {
    color: #52a1be;
    text-decoration: none;
}

    a:link:hover {
        color: #52a1be;
        text-decoration: none;
    }

.block {
    display: block;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
    border-bottom: 0px none;
}

.br {
    margin-bottom: 20px;
}


.small {
    font-size: 8pt;
}

.image-float-left {
    border: solid 1px #ddd;
    padding: 3px;
    float: left;
    margin-right: 15px;
}

.med {
    font-size: 10pt;
}

.large {
    font-size: 11pt;
    font-weight: normal;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.pushpad {
    margin: 0px 0px 5px 0px;
}

.dark {
    color: #444;
}

.light {
    color: #666;
}

.border-bottom {
    border-bottom: solid 1px #ddd;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

/*</PPI-Global>*/

/*<FACEBOX>*/

.face-image {
    padding: 50px;
}

/*</FACEBOX>*/


/*<LAYOUT>*/
.ppi-breadcrumb, .ppi-submenu {
    margin: 20px 0px 0px 0px;
}

    .ppi-breadcrumb li, .ppi-submenu li {
        list-style: none;
        float: left;
        margin-right: 20px;
    }

        .ppi-breadcrumb li.active {
            font-weight: bold;
        }



.ppi-subpage-container .ppi-start-ui {
    padding: 20px 0px;
    height: 100%;
}

.ppi-subpage-container .ppi-para {
    font-size: 9pt;
    color: #666;
    line-height: 1.3em;
}

.ppi-subpage-container h1 {
    font-size: 28pt;
    font-weight: normal;
    letter-spacing: -1px;
    color: #444;
    background: transparent url("../_img/ppi-banner-strip.gif") repeat-x 0px 25px;
}

    .ppi-subpage-container h1 span {
        background: #fff;
        padding: 0px 20px 0px 0px;
    }

.ppi-subpage-container h2 {
    display: block;
    font-size: 18pt;
    font-weight: normal;
    letter-spacing: -1px;
    color: #444;
    margin: 0px 0px 10px 0px;
}

.ppi-subpage-container h3 {
    display: block;
    font-size: 9pt;
    padding: 0px 0px 5px 0px;
    font-weight: normal;
    color: #444;
    margin: 0px 0px 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.ppi-subpage-container h4 {
    display: block;
    font-size: 12pt;
    font-weight: normal;
    color: #444;
    margin: 0px 0px 10px 0px;
}

.ppi-subpage-container h5 {
    display: block;
    font-size: 9pt;
    font-weight: normal;
    color: #222;
    margin: 0px 0px 10px 0px;
}


.ppi-box-column {
    margin: 0px;
    padding: 0px;
}


    .ppi-box-column li {
        list-style: none;
        float: left;
        padding: 0px 10px 0px 10px;
        width: 228px;
        height: 200px;
        max-height: 160px;
        font-size: 12px;
        color: #666;
    }

    .ppi-box-column .ppi-box-thumb {
        border: solid 1px #ddd;
        width: 80px;
        height: 80px;
        margin: 5px 0px;
    }

.ppi-box-top li {
    border-top: solid 1px #ddd;
    padding-top: 10px;
}

.ppi-box-column li.first {
    padding-left: 0px;
}

.ppi-box-column li.last {
    border-right: 0px none;
}

.ppi-list-row li {
    list-style: none;
    border-bottom: solid 1px #eee;
    padding: 10px 0px;
}


.ppi-list-row-mini li {
    list-style: none;
    padding: 5px 0px;
}

    .ppi-list-row-mini li:last-child {
        border-bottom: 0 none;
    }

    .ppi-list-row-mini li span {
        color: #aaa;
    }

.ppi-para-inner div p {
    line-height: 1.6em;
    color: #666;
}

.ppi-list-row-mini {
    margin: 0px;
    padding: 0px;
}

    .ppi-list-row-mini li {
        font-size: 12px;
    }

.ppi-para-inner div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ppi-para p {
    color: #666;
    font-size: 12px;
}

.ppi-para-inner div ul, ol li {
    margin: 0px 10px 0px 15px;
    padding: 5px 0px 10px 5px;
    color: #666;
    font-size: 12px;
    background: #fff;
}

    .ppi-para-inner div ul li {
        list-style-type: square;
        border-bottom: solid 1px #ddd;
    }

.sticky {
    position: sticky;
    top: 10px;
}

.ppi-para-inner div ul li a {
    font-size: 12px;
}

.testi {
    margin: 20px 0px;
}

    .testi p {
        font-size: 10pt;
        color: #666;
    }

        .testi p span.quote {
            font-size: 42pt;
            color: #ccc;
            float: left;
            font-family: Times;
            width: 30px;
        }

        .testi p span.from {
            font-size: 8pt;
            color: #999;
            display: block;
            margin: 10px 0px 0px 0px;
        }

.justify {
    text-align: justify;
}

.ppi-para-indent {
    font-size: 8pt;
    padding-left: 20px;
    text-align: justify;
}

.ppi-para-inner div ul li ol {
    margin: 10px 0px 0px 0px;
}

    .ppi-para-inner div ul li ol li {
        list-style-type: circle;
        border-bottom: 0px none;
    }

.ppi-para-inner div ul.ppi-list-row-mini-self {
    margin: 0px;
    padding: 0px;
}

    .ppi-para-inner div ul.ppi-list-row-mini-self li {
        list-style: none;
        padding: 5px 0px;
        list-style-type: none;
        color: #666;
        margin: 0px;
        border-bottom: 0px none;
    }

.ppi-para-inner div ul li b {
    font-size: 8pt;
    display: block;
    padding-bottom: 5px;
}

.ppi-para-inner div ul li p {
    font-size: 12px;
}

.ppi-para h4 {
    font-size: 11pt;
    color: #719eae;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.ppi-para .indent-bullets {
    padding: 0px 0px 0px 20px;
}

.ppi-para ul.indent-bullets li {
    list-style-type: square;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 10px 0px;
}

    .ppi-para ul.indent-bullets li ol li {
        list-style-type: circle;
        padding: 0px 0px 0px 10px;
        margin: 10px 0px 10px 15px;
    }


.big-important {
    font-size: 18pt;
    font-style: italic;
    font-family: Garamond, Times New Roman, Century;
}


.ppi-event-calendar .dater {
    float: left;
    border: solid 1px #ddd;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    line-height: 25px;
    background: #fff;
}

    .ppi-event-calendar .dater span {
        font-size: 25pt;
        display: block;
        font-weight: bold;
        color: #aaa;
        letter-spacing: -1px;
        font-family: Arial;
    }

.ppi-event-calendar .info {
    float: left;
    width: 160px;
}

.ppi-list-row-events li {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    list-style: none;
    border-bottom: solid 1px #f5f5f5;
}

.ppi-list-row-events .thumb {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: dotted 1px #aaa;
}

    .ppi-list-row-events .thumb img {
        border: solid 1px #ddd;
        padding: 3px;
    }

.ppi-list-row-events .content {
    float: left;
    font-size: 8pt;
}

    .ppi-list-row-events .content h4 {
        margin: 0px;
        padding: 3px 0px 0px 0px;
        font-weight: normal;
        line-height:1.3em;
    }

    .ppi-list-row-events .content h5 {
        margin: 0px;
        padding: 3px 0px 5px 0px;
        font-weight: normal;
        font-size: 10pt;
        color: #666;
        display:none;
    }

    .ppi-list-row-events .content p {
        
        font-size: 20px;
        padding:0;

        
    }


    .ppi-list-row-events .content h4 a {
        font-size: 18pt;
        margin: 0px;
        font-weight: normal;
        letter-spacing: -1px;
        padding: 0px;
    }

    .ppi-list-row-events .content h4 span {
        font-size:20px;
        color:#666;
    }

.gallery {
    width: 600px;
    height: 100px;
}

    .gallery li {
        border: solid 1px #ddd;
        padding: 3px;
        float: left;
        list-style: none;
        margin: 0px 10px 10px 0px;
    }

        .gallery li div.layer {
            float: right;
            clear: left;
            position: relative;
        }


.call {
    color: #444;
}

    .call span {
        color: #aaa;
    }

/*</LAYOUT>*/

/*<leftcol>*/

div#left-col {
    width: 250px;
    font-size: 8pt;
    color: #555;
}

    div#left-col h4 {
        margin: 0px 0px 20px 0px;
        padding: 0px;
        font-weight: normal;
        font-size: 16px;
    }


div#right-col {
    width: 250px;
    color: #555;
}

div.product-container {
    padding-bottom: 10px;
    padding-left: 0px;
}

    div.product-container div.product-container-1, div.product-container div.product-container-2 {
        width: 250px;
        height: auto;
    }

.product-header {
    padding: 8px 0px 8px 0px;
    color: #444;
    margin: 0px 0px 10px 0px;
}

    .product-header .name {
        font-size: 17px;
        font-weight: 100;
    }

    .product-header a {
        color: #444;
        display: block;
        padding: 0px 0px 0px 0px;
        margin: 3px 0px 0px 3px;
    }

        .product-header a i {
            margin-top: -0px;
            position:relative;
            top:-1px;
        }

div.product-container div.product-container-1 div.product-box-image, div.product-container div.product-container-2 div.product-box-image {
    height: 70px;
    max-height: 100px;
    background: #fff;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding: 10px 0px 0px 0px;
}


    div.product-container div.product-container-1 div.product-box-image:hover a, div.product-container div.product-container-2 div.product-box-image:hover a {
        color: #000;
    }

/*</leftcol>*/


.hide {
    display: none;
}

.loader {
    background: transparent url("../_img/loading.gif") no-repeat 0px 0px;
    width: 32px;
    height: 32px;
}

hide.loader {
    background: transparent url("../_img/loading.gif") no-repeat 0px 0px;
    width: 32px;
    height: 32px;
}

/*<TINY>*/

.tbox {
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}

.tinner {
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff url("../_img/ppi-preload.gif") no-repeat 50% 50%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 800;
}

.tclose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("../_img/ppi-close.png") no-repeat;
}

    .tclose:hover {
        background-position: 0 -30px;
    }

#error {
    background: #ff6969;
    color: #fff;
    text-shadow: 1px 1px #cf5454;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
}

    #error .tcontent {
        padding: 10px 14px 11px;
        border: 1px solid #ffb8b8;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

#success {
    background: #2ea125;
    color: #fff;
    text-shadow: 1px 1px #1b6116;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10;
    -moz-border-radius: 0;
    border-radius: 0;
}

#bluemask {
    background: #4195aa;
}

#tourmask {
    background: #000;
}

#frameless {
    padding: 0;
}

    #frameless .tclose {
        left: 6px;
    }

/*</TINY>*/


/*<FEATURES>*/

/*

*/
#features {
    margin: 0px;
}


    #features h1 {
        letter-spacing: -1px;
        color: #444;
    }

    #features h3 {
        font-size: 12px;
        margin: 0px;
        padding: 0px;
    }
/*</FEATURES>*/



.page-divider {
    border-bottom: solid 1px #ddd;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
}

a.unlink {
    color: #666;
    text-decoration: underline;
}



/*<login>*/

#login-control-wrapper {
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}

    #login-control-wrapper div.label {
        margin: 0;
        padding: 3px;
        font-size: 8pt;
        color: #666;
    }

    #login-control-wrapper span.login-label {
        color: #777;
        display: inline-block;
        margin-right: 5px;
        width: 90px;
    }

    #login-control-wrapper div.label em {
        color: #d13838;
    }

    #login-control-wrapper td.field input {
        margin: 0;
        padding: 5px;
        border: solid 1px #999;
        background-color: #fff;
        font-family: tahoma;
        font-size: 8pt;
        width: 170px;
        border-radius: 0;
        box-shadow: none;
    }

        #login-control-wrapper td.field input:focus {
            border: solid 1px #ccc;
            background-color: #f5f5f5;
        }


    #login-control-wrapper td.rememberme {
        padding: 5px 0 5px 10px;
        color: #666;
        text-align: left;
    }

        #login-control-wrapper td.rememberme input {
            position: relative;
            top: 2px;
        }

    #login-control-wrapper td.control {
        text-align: left;
        padding-left: 2px;
    }

.error-market-wrapper {
    position: relative;
}

.error-marker {
    left: -66px;
    position: absolute;
    top: 0;
    width: 123px;
    background: transparent url("../_img/icon-red-left-arrow.gif") no-repeat 0px 10px;
}

    .error-marker div {
        background: #bc1906;
        padding: 7px 10px;
        color: #fff;
        border-radius: 1px;
        margin-left: 3px;
    }


#login-footer {
    margin: 15px 0px;
    padding: 10px 3px 10px 0px;
    border-top: solid 1px #f5f5f5;
}

#login-right-content {
    width: 280px;
    float: left;
}

#login-left-content {
    width: 200px;
    float: left;
}

#login-right-content div.header {
    width: 320px;
    font: normal 20pt arial,tahoma,verdana;
    color: #888;
    letter-spacing: -1px;
    padding: 0px 0px 10px 0px;
}

#login-right-content div.content {
    margin: 0px 0px;
    padding: 10px 3px 20px 10px;
    color: #666;
    width: 320px;
}

    #login-right-content div.content div.contact {
        margin: 5px 0px;
        font-size: 18pt;
        letter-spacing: -1px;
    }


/*</login>*/



/*<login-module>*/

#login-control-wrapper-popup {
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
}

    #login-control-wrapper-popup div.label {
        margin: 0px;
        padding: 3px;
        font-size: 8pt;
        color: #666;
    }

        #login-control-wrapper-popup div.label em {
            color: #d13838;
        }

    #login-control-wrapper-popup td.field input {
        margin: 0px;
        padding: 5px;
        border: solid 1px #ddd;
        background: #fff;
        font-family: tahoma;
        font-size: 8pt;
        width: 180px;
    }

        #login-control-wrapper-popup td.field input:focus {
            border: solid 1px #aaa;
            background-color: #f5f5f5;
        }


    #login-control-wrapper-popup td.rememberme {
        padding: 5px 0px 5px 10px;
        color: #666;
        text-align: left;
    }

        #login-control-wrapper-popup td.rememberme input {
            position: relative;
            top: 2px;
        }

    #login-control-wrapper-popup td.control {
        text-align: left;
        padding-left: 2px;
    }




#login-footer {
    margin: 15px 0px;
    padding: 10px 3px 10px 0px;
    border-top: solid 1px #f5f5f5;
}

#login-right-content-popup {
    border-left: 1px dotted #CCCCCC;
    float: left;
    padding-left: 10px;
    width: 250px;
}

#login-left-content {
    width: 200px;
    float: left;
}

#login-right-content-popup div.header {
    width: 320px;
    font: normal 20pt arial,tahoma,verdana;
    color: #888;
    letter-spacing: -1px;
    padding: 0px 0px 10px 0px;
}

#login-right-content-popup div.content {
    margin: 0px 0px;
    padding: 10px 3px 20px 10px;
    color: #666;
    width: 250px;
}

    #login-right-content-popup div.content div.contact {
        margin: 5px 0px;
        font-size: 18pt;
        letter-spacing: -1px;
    }


/*</login-module>*/

/*<login>*/

.errorMsg {
    color: #c70f00;
    text-align: left;
}

#login-control-wrapper {
    margin: 0px;
    padding: 0px;
    font-size: 11pxs;
}

    #login-control-wrapper div.label-item, .label-item {
        margin: 0px;
        padding: 6px 3px 6px 3px;
        font-size: 11px;
        color: #444;
    }


        #login-control-wrapper div.label-item em {
            font-style: normal;
        }


    #login-control-wrapper td.field input:focus {
        border: solid 1px #444;
        background-color: #f5f5f5;
    }


    #login-control-wrapper td.rememberme {
        padding: 5px 0px 5px 0px;
        color: #666;
        text-align: left;
        font-size: 8pt;
    }

        #login-control-wrapper td.rememberme label {
            display: inline-block;
            font-size: 11px;
        }

        #login-control-wrapper td.rememberme input {
            margin-left: 0;
            position: relative;
            top: -3px;
        }

    #login-control-wrapper td.control {
        text-align: left;
        padding-left: 2px;
    }



#member-header {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 35px;
    background: transparent url("../_img/icons/ppi-icon-lock.png") no-repeat 0px 0px;
}

#login-footer {
    margin: 15px 0px;
    border-top: solid 1px #f5f5f5;
}

.login-nav-wrapper .login-nav-inner-signup, .button-signup {
    margin: 10px 10px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial,helvetica,tahoma;
    text-decoration: none;
    padding: 15px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #410f0a;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #bb3f33;
    border: solid 1px #6f241c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    width: 200px;
}

.bgwhite {
    background-color: #fff;
}

button.button-signin, input.button-signin {
    margin: 10px 10px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial,helvetica,tahoma;
    text-decoration: none;
    padding: 12px 5px;
    position: relative;
    display: inline-block;
    text-shadow: 0 -1px 0 #a90d00;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #bb3f33;
    border: solid 1px #a90d00;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    width: 120px;
}

a.button-getintouch {
    background: rgba(83, 97, 101, 0.8) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,helvetica,tahoma;
    font-size: 13px;
    font-weight: normal;
    margin: 10px 10px 0 0;
    padding: 15px 25px;
    position: relative;
    text-decoration: none;
    transition: border-color 0.218s ease 0s;
    width: 120px;
}

    a.button-getintouch:hover {
        background: rgba(83, 97, 101, 1.0);
        color: #fff;
    }

.login-nav-wrapper .login-nav-inner-signup:hover {
    background-color: #81261d;
    color: #fff;
}

.login-nav-wrapper .login-nav-inner-signup:active {
    border: solid 1px #aaa;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.login-nav-wrapper .login-nav-inner {
    border: solid 1px #aaa;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background-color: #fff;
    padding: 10px;
    display: block;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .login-nav-wrapper .login-nav-inner:hover {
        border: solid 1px #999;
        background-color: #f5f5f5;
    }

    .login-nav-wrapper .login-nav-inner:active {
        border: solid 1px #aaa;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }


.login-nav-wrapper {
    border-right: solid 2px #eee;
    margin: 0px 0px;
}

    .login-nav-wrapper a {
        display: block;
        width: auto;
        border-radius: 2px;
        box-shadow: 0px 1px 1px #ccc;
    }

    .login-nav-wrapper .icon-ups {
        background: url("../../img/icon_new_ups.gif") no-repeat scroll 10px 10px #FFFFFF;
        padding: 15px 15px 15px 63px;
    }

    .login-nav-wrapper .icon-fedex {
        background: #fff url("../../img/icon_fedex_small.gif") no-repeat 10px 12px;
        padding: 15px 15px 15px 63px;
    }

    .login-nav-wrapper .icon-usps {
        background: #fff url("../../img/icon_new_usps.gif") no-repeat 8px 12px;
        padding-left: 43px;
        padding: 15px 15px 15px 63px;
    }

.username {
    margin-top: 5px;
    display: block;
}


.wrapper.title-banner {
    background-color: #4897cb;
    margin: 0px 0px 30px 0px;
}

    .wrapper.title-banner h1 {
        color: #f6f6f6;
        font-size: 30px;
        font-weight: normal;
        letter-spacing: -1px;
        padding: 15px 0;
    }

.error-box {
    background: url("../_img/ppi-error-x.png") no-repeat scroll 14px 20px #B10000;
    color: #FFFFFF;
    font-weight: bold;
    left: -20px;
    padding: 20px 10px 10px 50px;
    position: absolute;
    top: -125px;
    width: 260px;
}

    .error-box p {
        margin: 0px;
        padding: 0px;
    }

/*</login>*/


/* General */
.wrapper #site-navigation {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    height: 29px;
    padding: 15px 0 0 0;
    
}

.wrapper #site-navigation, #site-navigation ul {
    list-style: none;
}

#site-navigation ul {
    float: left;
}

#site-navigation .contact {
    float: right;
    padding: 8px 0px 0px 0px;
    color:#351c15;
}

.wrapper #site-navigation li {
}

    .wrapper #site-navigation li a {
        font-size: 12px;
        display: block;
        margin: 0px 0px 0px 0px;
    }

        .wrapper #site-navigation li a.state {
            background-color: #eee;
            color: #444;
            outline: 0px;
        }

        .wrapper #site-navigation li a.active {
            border-bottom: solid 4px #7e9198;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .wrapper #site-navigation li.headlink ul {
        display: none;
        text-align: left;
        position: absolute;
        background: #fff;
        top: 132px;
        margin: 0px;
        border: solid 1px #aaa;
        z-index: 999;
        box-shadow: 0px 1px 2px #eee;
    }

        .wrapper #site-navigation li.headlink ul li {
            clear: both;
            margin: 0px;
        }

    .wrapper #site-navigation li.headlink:hover ul {
        display: block;
    }

    .wrapper #site-navigation li.headlink ul li a {
        padding: 8px 10px;
        font-size: 8pt;
        color: #000;
        border: 0px none;
        display: block;
        width: 160px;
        margin: 0px;
        border-bottom: solid 1px #eee;
    }

        .wrapper #site-navigation li.headlink ul li a:hover {
            background: #bb3f33;
            display: block;
            color: #fff;
        }

.wrapper #site-navigation .nav-tabs .open .dropdown-toggle, .wrapper #site-navigation .nav-pills .open .dropdown-toggle, .wrapper #site-navigation .nav > li.dropdown.open.active > a:hover {
    color: #fff;
}

.wrapper .nav {
    margin-bottom: 0px;
}

.language-menu-list {
    margin: 0px;
    padding: 0px;
}

a.link-country.active {
    border: solid 1px #444;
    padding: 5px;
    position: relative;
    top: -1px;
}

#global-header .language-menu-list ul {
    background-color: #FFFFFF;
    border: 1px solid #444;
    box-shadow: 0 1px 0 #000;
    right: 10px;
    top: -2px;
    width: 190px;
    z-index: 9;
}

    #global-header .language-menu-list ul li {
        float: none;
        color: #444;
    }

        #global-header .language-menu-list ul li a {
            display: block;
            padding: 5px 9px;
            border-bottom: solid 1px #f5f5f5;
            color: #444;
        }

            #global-header .language-menu-list ul li a:hover {
                background-color: #444;
                color: #fff;
            }


/* Child lists and links */
/*.wrapper .header #site-navigation li a 
{
	border-right:dotted 1px #eee;
}*/



.hide {
    display: none;
}



.recaptcha_only_if_image, #reload {
    font-size: 8pt;
}

.recaptcha_only_if_image {
    padding: 0px 0px 10px 0px;
}

#recaptcha_response_field {
    margin: 0px 0px 10px 0px;
    border: solid 1px #aaa;
    padding: 2px;
}

#recaptcha_image {
    margin: 0px 0px 10px 0px;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}



#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }

    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

.detail-advanced {
    border: solid 1px #aaa;
}

.api-signup ul li, .api-signin ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
}

    .api-signin ul li label {
    }

    .api-signup ul li label {
        float: left;
        width: 150px;
    }

    .api-signup ul li div {
        float: left;
    }

        .api-signup ul li div input, .api-signin ul li div input {
            padding: 5px;
            border: solid 1px #aaa;
            border-right: solid 1px #ddd;
            width: 200px;
            border-bottom: solid 1px #ddd;
        }

    .api-signup ul li.reset-style label {
        float: none;
        margin: 10px 0px;
        display: block;
        width: auto;
    }

    .api-signup ul li.reset-style div {
        float: none;
    }

    .api-signup ul li div textarea {
        padding: 5px;
        border: solid 1px #aaa;
        border-right: solid 1px #ddd;
        width: 210px;
        border-bottom: solid 1px #ddd;
        width: 200px;
        height: 50px;
    }

.button {
    border: solid 1px #aaa;
    padding: 5px 10px;
    font-weight: bold;
    background: #f5f5f5;
}

.signup-info {
    font-size: 9pt;
    width: 500px;
    height: 100px;
    float: left;
    font-size: 9pt;
}

    .signup-info h2 {
        font-size: 25pt;
        letter-spacing: -1px;
        color: #444;
    }

    .signup-info p {
        font-size: 11pt;
        color: #888;
    }

    .signup-info ul {
        margin: 10px 0px 0px 10px;
    }

        .signup-info ul li {
            list-style-type: square;
            color: #666;
            padding: 0px 0px 0px 10px;
            margin: 0px 0px 10px 10px;
        }

/*  */

button.third-button, input.third-button, a.third-button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #aaa;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
}


    button.third-button:hover, input.third-button:hover, a.third-button:hover {
        color: #333;
        border-color: #999;
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

.togglethis, .ppi-para .togglethis {
    padding: 10px 10px 10px 25px;
    border-bottom: solid 1px #ccc;
    font-size: 9pt;
    font-weight: bold;
    cursor: pointer;
    background: #f8f8f8 url("../_img/icons/icon_cal_next.gif") no-repeat 5px 10px;
}


.mini-togglethis {
    cursor: pointer;
    font-size: 9pt;
    color: #444;
    text-decoration: underline;
}

    .mini-togglethis:hover {
    }


.togglethis-wrapper, .mini-togglethis-wrapper {
    display: none;
    font-size: 8pt;
}

.int-title {
    font-size: 12pt;
    font-weight: bold;
    color: #444;
    display: block;
    padding: 5px;
    border-bottom: solid 1px #eee;
}

a.link-country {
    color: #999;
    background: transparent url("../../img/bullet_dwnarrow.gif") no-repeat 98% center;
    display: block;
    margin-right: 10px;
}

    a.link-country span {
        color: #666;
        display: inline-block;
        padding-right: 15px;
    }



/*PRODUCTS*/

.wrapper.content {
    margin: 0px auto;
}

    .wrapper.content .content {
        margin: 0px auto;
        width: 960px;
        text-align: left;
    }

.left-nav {
    width: 620px;
    background: #fff;
    float: left;
}

.right-nav {
    float: right;
    padding: 0px;
    margin: 0px;
    width: 300px;
    display: block;
}


.publicul li {
    list-style-type: square;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

    .publicul li p {
        padding-top: 5px !important;
        margin-bottom: 5px;
    }

    .publicul li span {
        font-size: 12px;
        color: #666;
    }

.right-nav .right-nav-inner {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 0;
    border: solid 1px #ccc;
}

.content-product-wrapper .float-left {
    width: 200px;
}

.content-product-wrapper .float-right {
    width: 200px;
}

.right-nav {
    margin: 0px;
    padding: 0px;
}

    .right-nav a.btn {
        padding: 20px 40px;
        width: 180px;
        margin: 0px 0px 20px 0px;
        display: block;
        color: #444;
    }

.right-nav-inner-img {
    padding: 20px 20px;
    margin: 0px auto;
}

h4 {
    font-size: 22px;
    color: #555;
    font-weight: normal;
    margin: 20px 0px;
}

.float-left .hero {
}

    .float-left .hero img {
    }

a.btn_blue, a.btn_blue:link, a.btn_blue:visited {
    display: block;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 1.5em;
    margin: 0;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: none;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    box-shadow: none;
}



.text-center {
    text-align: center;
}

.wrapper.promote {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

    .wrapper.promote .container p.title {
        background: #fff;
        font-size: 18px;
        border-bottom: solid 1px #eee;
        margin-bottom: 40px;
    }

        .wrapper.promote .container p.title span {
            background: none repeat scroll 0 0 #FFFFFF;
            padding: 0 10px;
            position: relative;
            top: 15px;
        }



.dropdown-menu {
    display: none;
}


.dropdown-menu {
    border-radius: 2px !important;
    box-shadow: 0 5px 5px rgba(0,0,0,.1) !important;
}

    .dropdown-menu li > a:hover {
        background: #327ebf;
    }

.nav-pills > li > a:hover {
    border-radius: 2px;
}

.list-items li {
    padding: 10px 10px;
}

.lineheightfix {
    line-height: 1.8em !important;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.slide-banner {
    height: 434px;
    margin: 0 auto;
}

#contactus .small {
    line-height: 1.6em;
}

.mid-left {
    width: 565px !important;
    float: left;
    padding: 10px 0px 0px 0px;
    display: block;
}

.mid-right {
    width: 310px !important;
    float: right;
    padding: 20px 30px 20px 10px;
}
