/*
    AUTHOR: Jasson Clewell
    jason@clewell.net
*/
/*
    AUTHOR: Jasson Clewell
    jason@clewell.net
*/


/* WORKAROUNDS */

/* clearfix, put on block elements that contain floated elements */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */


/* @group Resets/Setup/Typography */
#home-feature {
    float: left;
    display: block;
    width: 300px;
    height: 100px;
    text-indent: -9999px;
}

#container {
    margin: auto;
    width: 900px;
}

#content_container {
    padding-top: 20px;
    width: 800px;
}

#header {
    width: 890px;
    height: 350px;
    background-image: url(../images/pftc/header.jpg);
    background-repeat: no-repeat;
}

/* navigation */
.go_btn {
    margin: 0;
    padding: 0;
    border: 0;
    width: 21px;
    height: 21px;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    background: transparent url(../images/btn_go.jpg) no-repeat center top;
}

.service_header {
    background-color: #00AFF2;
    color: white;
}

#navigation {
    margin: 15px 0 0px 0;
    background-color: #000000;
}

#minibasket {
    float: right;
    color: black;
    width: 100px;
}

#navigation li {
    background-color: #000;
    padding: 0px;
    display: block;
    float: left;
}

#navigation li a {
    font-size: 11px;
    padding-right: 15px;
    padding-left: 13px;
    color: #fff;
    line-height: 20px;
    display: block;
    /* background-image: url(../images/bg_nav_white_line.jpg);
    background-position: right;
    background-repeat: none; */
    border-right: 1px solid #fff;
    background-color: #000;
    text-decoration: none;
}

#navigation .gray {
    background-image: url(../images/bg_nav_top_hover_large.jpg);
    background-position: bottom right;
    background-repeat: none;
    text-decoration: none;
    margin-left: 0;
}

#navigation a:hover {
    background-color: #537074;
    color: #fff;
    background-image: none;
    text-decoration: none;
    margin-left: 0;
    border-right: 1px solid #fff;
}

#navigation li .active {
    background-color: #da2572;
    color: #fff;
    background-image: none;
}


#navigation_sub {
    height: 15px;
    padding: 4px 0 15px 0;
    font-size: .8em;
    float: left;
}

#navigation_sub ul {
    float: left;
}

#navigation_sub li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

#navigation_sub a {
    color: #666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#navigation_sub a:hover {
    color: #da2572;
    text-decoration: none;
}

#navigation_sub li .active {
    color: #da2572;
    background-image: none;
}

#navigation_products_sub {
    height: 15px;
    padding-bottom: 15px;
    font-size: .8em;
    float: left;
    left: 206px;
    position: relative;
}

#navigation_products_sub ul {
    float: left;
}

#navigation_products_sub li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

#navigation_products_sub a {
    color: #666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#navigation_products_sub a:hover {
    color: #1abafb;
    text-decoration: none;
}

#navigation_products_sub li .active {
    color: #1abafb;
    background-image: none;
}

/* footer */
#footer {
    width: 900px;
    margin-top: 7em;
    font-size: 11px;
    padding-bottom: 30px;
}

#footer.hero {
    margin-top: 0px;
}

#footer ul {
    clear: both;
    float: left;
}

#footer li {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #ccc;
}

#footer a {
    color: #999;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footer_buttons a {
    color: #1d1d1f;
}

#footer_buttons {
    background: #ffffff url(../images/footer.jpg) no-repeat top left;
    height: 100px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #1d1d1f;
}

#footer_buttons h4 {
    font-size: 12px;
    font-weight: bold;
}

#footer_leftside {
    float: left;
    margin-right: 10px;
}

#footer_leftside_txt {
    float: left;
}

#footer_rightside_img {
    float: left;
}

#footer_rightside_txt {
    float: left;
    margin-top: 10px;
    font-size: 14px;
}


* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font-family: Helvetica, sans-serif; background: #e6f1f5 url(../images/pftc/background.jpg) repeat-x top left; color: #4a4a4a;}
p {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}
p span {
    color: #db0962;
}
ul { list-style: none outside; }
a { outline: none; color: #4a4a4a;
    font-size: 14px; }
a:hover {
    color: #db0962;

}
a img { border: none; }
table { border-spacing: 0; border-collapse: collapse;
}
h1 {
    font-weight: normal;
    font-size: 22px;
    color: #db0962;
    padding-bottom: 10px;
}

h2 {
    font-weight: normal;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 18px;
}
/* @end */


/* TOOLBOX CSS */
/* ------------------------------------------ */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden {display: none;}
/* END TOOLBOX */

/* @group Page Structure */
#page-wrap {
    width: 890px;
    margin: 0 auto;
}

.header {
    height: 363px;
    background: url(../images/pftc/header.jpg) no-repeat top center;
}

.container {
    padding: 13px 30px 0 30px;
    background: url(../images/pftc/container.jpg) repeat-y;
}

.nav-container {
    background: url(../images/pftc/nav-background.gif) no-repeat;
    height: 44px;
}

.main-nav li {
    float: left;
    padding: 7px;
}

.home-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/home-button.gif) no-repeat bottom left;
}

.home-button a:hover, .home-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/home-button.gif) no-repeat top left;
}

.thecause-button a {
    display: block;
    width: 104px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/thecause-button.gif) no-repeat bottom left;
}

.thecause-button a:hover, .thecause-button-active a {
    display: block;
    width: 104px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/thecause-button.gif) no-repeat top left;
}

.about-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/about-button.gif) no-repeat bottom left;
}

.about-button a:hover, .about-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/about-button.gif) no-repeat top left;
}

.contact-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/contact-button.gif) no-repeat bottom left;
}

.contact-button a:hover, .contact-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/contact-button.gif) no-repeat top left;
}

.shop-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/shop-button.gif) no-repeat bottom left;
}

.shop-button a:hover, .shop-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/shop-button.gif) no-repeat top left;
}

.sub-nav {
    padding: 12px 24px 0 0;
}

.box-5col {
    width: 330px;
    padding: 20px 0;
}

.box-7col {
    width: 470px;
    padding: 20px 0;
}

.box-12col {
    width: 800px;
    padding: 20px 0;
}

.search {
    width: 328px;
    height: 136px;
    position: relative;
    background: url(../images/pftc/find-ink.jpg) no-repeat;
}

.search form {
    padding: 50px 0 0 24px;
}

.search label {
    color: white;
    font-size: 14px;
    padding-right: 8px;
}

.find-it {
    width: 200px;
    height: 20px;
}

.submit {
    background: url(../images/pftc/find-it.gif);
    display: block;
    width: 75px;
    height: 30px;
    border: none;
    text-indent: -1000em;
    margin: 10px 0 0 56px;
}

.footer {
    border-top: 2px solid #db0962;
    padding: 5px 0 10px 0;
    margin-top: 30px;
}

.gradient {
    background: url(../images/pftc/gradient.gif) repeat-x top left;
    padding: 6px;
}

ul a {
    color: #db0962;
}

li {
    padding: 0 0 4px 0;
}

#signin form {
    text-align: right;
    border: 1px solid #d7d7d7;
    padding-right: 70px;
}

#signin input {
    margin: 5px;
}

h1.second {
    padding-top: 15px;
}

.box-7col h2 {
    padding: 0 0 10px 0;
    margin-top: 0;
}

/* @end */

/* @group Home */
.donation {
    padding: 0 0 20px 15px;
}

.support {
    width: 470px;
    height: 238px;
    background: url(../images/pftc/support.jpg) no-repeat;
    margin: 20px 0;
}

.support p {
    font-size: 12px;
    line-height: 15px;
    padding: 75px 10px 0 188px;
    color: #ccc;
}

.support p span {
    color: white;
}

.support a {
    margin: 5px 0 0 188px;
    display: block;
}

.major-brands {
    padding: 20px 0;
}

.brands {
    text-align: center;
}

.brands a {
    display: block;
    clear: both;
    padding-top: 10px;
}
.brands img {
    padding: 2px;
}

.disclaimer {
    font-size: 12px;
    font-style: italic;
}

/* @end */

/* @group About */
.partners {
    border-top: 1px solid #4a4a4a;
    padding: 6px 0 20px 0;
}

.partners img {
    float: left;
    padding: 0 10px 0 0;
}

.careers {
    padding: 5px 0 8px 6px;
}

.position {
    color: #db0962;
    font-weight: bold;
}

.email {
    padding-left: 46px;
    background: url(../images/pftc/email-icon.gif) no-repeat left;
}

.email a {
    color: #4a4a4a;
}

/* @end */

/* @group contact */
.address {
    font-size: 12px;
}

.location {
    font-weight: bold;
    color: #db0962;
}

fieldset {
    border: 1px solid #e48aac;
    padding: 6px;
    margin: 0 0 10px 0;
    background: #f1d1de url(../images/pftc/contact/pink-gradient-small.gif) repeat-x top left;
    text-align: right;
}

fieldset input {
    width: 250px;
    height: 20px;
    margin: 3px;
}

#message {
    height: 100px;
    width: 250px;
    margin: 3px;
}

.submit_btn {
    width: 60px;
    margin-bottom: 10px;
}

.message-label {
    display: block;
    float: left;
    margin: 5px 0 0 122px;
}

/* @end */

/* @group results */
table.search-results {
    width: 820px;
    font-size: 14px;
    text-align: left;
    table-layout: ;
}

.search-results .titles /images/pftc/

th {
    padding: 4px;
}

.search-results tr {
    background: url(../images/pftc/results/results-gradient.gif) repeat-x top ;
}

.search-results td, .search-results td a {
    font-size: 12px;
    padding: 10px 4px;
}

td a {
    color: #db0962;
}

.addtocart {
    background: url(../images/pftc/results/add-cart.png) no-repeat left;
    border: none;
    height: 27px;
    padding-left: 44px;
    cursor: pointer;
}

.buynow {
    border: none;
    background: url(../images/pftc/results/buy-now.png) no-repeat;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.arrows {
    width: 820px;
    height: 29px;
}

.previous-arrow {
    background: url(../images/pftc/results/previous-arrow.gif) no-repeat left;
    height: 29px;
    border: none;
    padding-left: 35px;
    cursor: pointer;
}

.next-arrow {
    background: url(../images/pftc/results/next-arrow.gif) no-repeat right;
    height: 29px;
    border: none;
    padding-right: 35px;
    cursor: pointer;
}

.viewcart {
    width: 77px;
    height: 63px;
    background: url(../images/pftc/results/view-cart-button.gif);
    border: none;
    cursor: pointer;
}

.checkout {
    width: 77px;
    height: 63px;
    background: url(../images/pftc/results/checkout-button.gif);
    border: none;
    cursor: pointer;
}

.view-checkout {
    padding: 30px 0;
}

.search-results .total-row {
    background: none;
}

.quantity {
    margin-top: 5px;
    height: 15px;
    width: 40px;
}

.update {
    background: url(../images/pftc/results/update.gif) no-repeat;
    text-indent: -1000em;
    height: 28px;
    width: 66px;
    border: none;
    margin-left: 8px;
}

.remove {
    background: url(../images/pftc/results/remove.gif) no-repeat;
    text-indent: -1000em;
    height: 28px;
    width: 66px;
    border: none;
    margin-left: 8px;
}

.total {
    font-weight: bold;
    color: #db0962;
}


/* @end */

/* @group the cause */
ul.fastfacts {
    padding: 0 20px 10px 20px;
    text-shadow: #000000 0 0 0;
}

.fastfacts li {
    background: url(../images/pftc/ribbon.gif) top left no-repeat;
    padding: 0 0 20px 15px;
    line-height: normal;
    font-size: 14px;
}




/* @end */

/* CSS to go with Prototip.Styles */
.prototip {
    font: 11px Arial, Helvetica, sans-serif;
    color: #000;
}

/* the default style */
.prototip .default {
    width: 250px;
    color: #808080;
}
.prototip .default .toolbar {
    background: #f1f1f1;
    font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
    padding: 5px;
    background: #fff;
}

/* basic */
.prototip .basic {
    width: 250px;
    color: #808080;
}
.prototip .basic .toolbar {
    background: #f1f1f1;
    font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
    padding: 5px;
    background: #fff;
}

/* basic */
.prototip .hint {
    width: 250px;
    color: #313120;
    background: #fff6aa;
}
.prototip .hint .toolbar {
    background: #fdf1a0;
    font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
    width: 300px;
    color: #4a4a4a;
}
.prototip .protoblue .toolbar {
    background: white;
    font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
    background: white;
    line-height: 14px;
    padding: 8px;
}

/* creamy */
.prototip .creamy {
    width: 250px;
    color: #bb9c61;
}
.prototip .creamy .toolbar {
    background: #f3edc2;
    font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
    background: #f8f4ca;
    padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
    width: 250px;
    color: #fff;
}
.prototip .darkgrey .toolbar {
    background: #5f5f5f;
    font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
    background: #808080;
    padding: 5px;
}

/* protogrey */
.prototip .protogrey {
    width: 355px;
    color: #fff;
    background: #fff;
}
.prototip .protogrey .toolbar {
    background: #969c92;
    font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
    color: #808080;
    padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
    width: 14px;
    height: 14px;
}


/* loader gif */
.prototipLoader {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 14px;
    width: 14px;
    border: 1px solid #dddddd;
    overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip {
    position: absolute;
    overflow: hidden;
}
.prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title {
    position: relative;
}
.prototip .content {
    clear: both;
}
.prototip .toolbar .close {
    position: relative;
    text-decoration: none;
    float: right;
    width: 19px;
    height: 15px;
    display: block;
    line-height: 0;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.prototip .tooltip {
    clear: both;
    float: left;
}
.prototip .borderLeftWrapper, .prototip .borderRightWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 20px;
}
.prototip .borderFrame {
    height: 100%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.prototip .borderTop, .prototip .borderBottom {
    overflow: hidden;
}
.prototip .borderRow {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}
.prototip_CornerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}
.prototip_Corner {
    float: left;
    position: relative;
}
.prototip canvas {
    position: relative;
    float: left;
}
.prototip_CornerTr, .prototip_CornerBr {
    float: right;
}
.prototip_BetweenCorners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.prototip .borderMiddle {
    position: relative;
    float: left;
}
.prototip .borderCenter {
    position: relative;
    float: left;
    height: 100%;
}
.prototip_StemWrapper {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}
.prototip_StemBox {
    float: left;
    position: relative;
}
.prototip_Stem {
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.iframeShim {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
}
.prototip .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.prototip .clearfix {
    display: inline-block;
}
/* IE Mac Hide \*/
.prototip .clearfix {
    display: block;
}
/* IE Mac Hide End */


#facebox .b {
    background: url(../images/pftc/facebox/b.png);
}

#facebox .tl {
    background: url(../images/pftc/facebox/tl.png);
}

#facebox .tr {
    background: url(../images/pftc/facebox/tr.png);
}

#facebox .bl {
    background: url(../images/pftc/facebox/bl.png);
}

#facebox .br {
    background: url(../images/pftc/facebox/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}





/* @group Resets/Setup/Typography */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font-family: Helvetica, sans-serif; background: #e6f1f5 url(../images/pftc/background.jpg) repeat-x top left; color: #4a4a4a;}
p {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}
p span {
    color: #db0962;
}
ul { list-style: none outside; }
a { outline: none; color: #4a4a4a;
    font-size: 14px; }
a:hover {
    color: #db0962;

}
a img { border: none; }
table { border-spacing: 0; border-collapse: collapse;
}
h1 {
    font-weight: normal;
    font-size: 22px;
    color: #db0962;
    padding-bottom: 10px;
}

h2 {
    font-weight: normal;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 18px;
}
/* @end */


/* TOOLBOX CSS */
/* ------------------------------------------ */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden {display: none;}
/* END TOOLBOX */

/* @group Page Structure */
#page-wrap {
    width: 890px;
    margin: 0 auto;
}

.header {
    height: 363px;
    background: url(../images/pftc/header.jpg) no-repeat top center;
}

.container {
    padding: 13px 30px 0 30px;
    background: url(../images/pftc/container.jpg) repeat-y;
}

.nav-container {
    background: url(../images/pftc/nav-background.gif) no-repeat;
    height: 44px;
}

.main-nav li {
    float: left;
    padding: 7px;
}

.home-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/home-button.gif) no-repeat bottom left;
}

.home-button a:hover, .home-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/home-button.gif) no-repeat top left;
}

.thecause-button a {
    display: block;
    width: 104px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/thecause-button.gif) no-repeat bottom left;
}

.thecause-button a:hover, .thecause-button-active a {
    display: block;
    width: 104px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/thecause-button.gif) no-repeat top left;
}

.about-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/about-button.gif) no-repeat bottom left;
}

.about-button a:hover, .about-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/about-button.gif) no-repeat top left;
}

.contact-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/contact-button.gif) no-repeat bottom left;
}

.contact-button a:hover, .contact-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/contact-button.gif) no-repeat top left;
}

.shop-button a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/shop-button.gif) no-repeat bottom left;
}

.shop-button a:hover, .shop-button-active a {
    display: block;
    width: 75px;
    height: 30px;
    text-indent: -1000em;
    background: url(../images/pftc/shop-button.gif) no-repeat top left;
}

.sub-nav {
    padding: 12px 24px 0 0;
}

.box-5col {
    width: 330px;
    padding: 20px 0;
}

.box-7col {
    width: 470px;
    padding: 20px 0;
}

.box-12col {
    width: 800px;
    padding: 20px 0;
}

.search {
    width: 328px;
    height: 136px;
    position: relative;
    background: url(../images/pftc/find-ink.jpg) no-repeat;
}

.search form {
    padding: 50px 0 0 24px;
}

.search label {
    color: white;
    font-size: 14px;
    padding-right: 8px;
}

.find-it {
    width: 200px;
    height: 20px;
}

.submit {
    background: url(../images/pftc/find-it.gif);
    display: block;
    width: 75px;
    height: 30px;
    border: none;
    text-indent: -1000em;
    margin: 10px 0 0 56px;
}

.footer {
    border-top: 2px solid #db0962;
    padding: 5px 0 10px 0;
    margin-top: 30px;
}

.gradient {
    background: url(../images/pftc/gradient.gif) repeat-x top left;
    padding: 6px;
}

ul a {
    color: #db0962;
}

li {
    padding: 0 0 4px 0;
}

#signin form {
    text-align: right;
    border: 1px solid #d7d7d7;
    padding-right: 70px;
}

#signin input {
    margin: 5px;
}

h1.second {
    padding-top: 15px;
}

.box-7col h2 {
    padding: 0 0 10px 0;
    margin-top: 0;
}

/* @end */

/* @group Home */
.donation {
    padding: 0 0 20px 15px;
}

.support {
    width: 470px;
    height: 238px;
    background: url(../images/pftc/support.jpg) no-repeat;
    margin: 20px 0;
}

.support p {
    font-size: 12px;
    line-height: 15px;
    padding: 75px 10px 0 188px;
    color: #ccc;
}

.support p span {
    color: white;
}

.support a {
    margin: 5px 0 0 188px;
    display: block;
}

.major-brands {
    padding: 20px 0;
}

.brands {
    text-align: center;
}

.brands a {
    display: block;
    clear: both;
    padding-top: 10px;
}
.brands img {
    padding: 2px;
}

.disclaimer {
    font-size: 12px;
    font-style: italic;
}

/* @end */

/* @group About */
.partners {
    border-top: 1px solid #4a4a4a;
    padding: 6px 0 20px 0;
}

.partners img {
    float: left;
    padding: 0 10px 0 0;
}

.careers {
    padding: 5px 0 8px 6px;
}

.position {
    color: #db0962;
    font-weight: bold;
}

.email {
    padding-left: 46px;
    background: url(../images/pftc/email-icon.gif) no-repeat left;
}

.email a {
    color: #4a4a4a;
}

/* @end */

/* @group contact */
.address {
    font-size: 12px;
}

.location {
    font-weight: bold;
    color: #db0962;
}

fieldset {
    border: 1px solid #e48aac;
    padding: 6px;
    margin: 0 0 10px 0;
    background: #f1d1de url(../images/pftc/contact/pink-gradient-small.gif) repeat-x top left;
    text-align: right;
}

fieldset input {
    width: 250px;
    height: 20px;
    margin: 3px;
}

#message {
    height: 100px;
    width: 250px;
    margin: 3px;
}

.submit_btn {
    width: 60px;
    margin-bottom: 10px;
}

.message-label {
    display: block;
    float: left;
    margin: 5px 0 0 122px;
}

/* @end */

/* @group results */
table.search-results {
    width: 820px;
    font-size: 14px;
    text-align: left;
    table-layout: ;
}

.search-results .titles /images/pftc/

th {
    padding: 4px;
}

.search-results tr {
    background: url(../images/pftc/results/results-gradient.gif) repeat-x top ;
}

.search-results td, .search-results td a {
    font-size: 12px;
    padding: 10px 4px;
}

td a {
    color: #db0962;
}

.addtocart {
    background: url(../images/pftc/results/add-cart.png) no-repeat left;
    border: none;
    height: 27px;
    padding-left: 44px;
    cursor: pointer;
}

.buynow {
    border: none;
    background: url(../images/pftc/results/buy-now.png) no-repeat;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.arrows {
    width: 820px;
    height: 29px;
}

.previous-arrow {
    background: url(../images/pftc/results/previous-arrow.gif) no-repeat left;
    height: 29px;
    border: none;
    padding-left: 35px;
    cursor: pointer;
}

.next-arrow {
    background: url(../images/pftc/results/next-arrow.gif) no-repeat right;
    height: 29px;
    border: none;
    padding-right: 35px;
    cursor: pointer;
}

.viewcart {
    width: 77px;
    height: 63px;
    background: url(../images/pftc/results/view-cart-button.gif);
    border: none;
    cursor: pointer;
}

.checkout {
    width: 77px;
    height: 63px;
    background: url(../images/pftc/results/checkout-button.gif);
    border: none;
    cursor: pointer;
}

.view-checkout {
    padding: 30px 0;
}

.search-results .total-row {
    background: none;
}

.quantity {
    margin-top: 5px;
    height: 15px;
    width: 40px;
}

.update {
    background: url(../images/pftc/results/update.gif) no-repeat;
    text-indent: -1000em;
    height: 28px;
    width: 66px;
    border: none;
    margin-left: 8px;
}

.remove {
    background: url(../images/pftc/results/remove.gif) no-repeat;
    text-indent: -1000em;
    height: 28px;
    width: 66px;
    border: none;
    margin-left: 8px;
}

.total {
    font-weight: bold;
    color: #db0962;
}


/* @end */

/* @group the cause */
ul.fastfacts {
    padding: 0 20px 10px 20px;
    text-shadow: #000000 0 0 0;
}

.fastfacts li {
    background: url(../images/pftc/ribbon.gif) top left no-repeat;
    padding: 0 0 20px 15px;
    line-height: normal;
    font-size: 14px;
}




/* @end */

/* CSS to go with Prototip.Styles */
.prototip {
    font: 11px Arial, Helvetica, sans-serif;
    color: #000;
}

/* the default style */
.prototip .default {
    width: 250px;
    color: #808080;
}
.prototip .default .toolbar {
    background: #f1f1f1;
    font-weight: bold;
}
.prototip .default .title { padding: 5px; }
.prototip .default .content {
    padding: 5px;
    background: #fff;
}

/* basic */
.prototip .basic {
    width: 250px;
    color: #808080;
}
.prototip .basic .toolbar {
    background: #f1f1f1;
    font-weight: bold;
}
.prototip .basic .title { padding: 5px; }
.prototip .basic .content {
    padding: 5px;
    background: #fff;
}

/* basic */
.prototip .hint {
    width: 250px;
    color: #313120;
    background: #fff6aa;
}
.prototip .hint .toolbar {
    background: #fdf1a0;
    font-weight: bold;
}
.prototip .hint .title,
.prototip .hint .content { padding: 5px; }

/* protoblue */
.prototip .protoblue {
    width: 300px;
    color: #4a4a4a;
}
.prototip .protoblue .toolbar {
    background: white;
    font-weight: bold;
}
.prototip .protoblue .title { padding: 5px; }
.prototip .protoblue .content {
    background: white;
    line-height: 14px;
    padding: 8px;
}

/* creamy */
.prototip .creamy {
    width: 250px;
    color: #bb9c61;
}
.prototip .creamy .toolbar {
    background: #f3edc2;
    font-weight: bold;
}
.prototip .creamy .title { padding: 5px; }
.prototip .creamy .content {
    background: #f8f4ca;
    padding: 5px;
}

/* darkgrey */
.prototip .darkgrey {
    width: 250px;
    color: #fff;
}
.prototip .darkgrey .toolbar {
    background: #5f5f5f;
    font-weight: bold;
}
.prototip .darkgrey .title { padding: 5px; }
.prototip .darkgrey .content {
    background: #808080;
    padding: 5px;
}

/* protogrey */
.prototip .protogrey {
    width: 355px;
    color: #fff;
    background: #fff;
}
.prototip .protogrey .toolbar {
    background: #969c92;
    font-weight: bold;
}
.prototip .protogrey .title { padding: 5px; }
.prototip .protogrey .content {
    color: #808080;
    padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
    width: 14px;
    height: 14px;
}


/* loader gif */
.prototipLoader {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 14px;
    width: 14px;
    border: 1px solid #dddddd;
    overflow: hidden;
}


/* Required for all tooltips, do not modify */
.prototip {
    position: absolute;
    overflow: hidden;
}
.prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title {
    position: relative;
}
.prototip .content {
    clear: both;
}
.prototip .toolbar .close {
    position: relative;
    text-decoration: none;
    float: right;
    width: 19px;
    height: 15px;
    display: block;
    line-height: 0;
    font-size: 0;
    border: 0;
    cursor: pointer;
}
.prototip .tooltip {
    clear: both;
    float: left;
}
.prototip .borderLeftWrapper, .prototip .borderRightWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 20px;
}
.prototip .borderFrame {
    height: 100%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.prototip .borderTop, .prototip .borderBottom {
    overflow: hidden;
}
.prototip .borderRow {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}
.prototip_CornerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}
.prototip_Corner {
    float: left;
    position: relative;
}
.prototip canvas {
    position: relative;
    float: left;
}
.prototip_CornerTr, .prototip_CornerBr {
    float: right;
}
.prototip_BetweenCorners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.prototip .borderMiddle {
    position: relative;
    float: left;
}
.prototip .borderCenter {
    position: relative;
    float: left;
    height: 100%;
}
.prototip_StemWrapper {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}
.prototip_StemBox {
    float: left;
    position: relative;
}
.prototip_Stem {
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.iframeShim {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
}
.prototip .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.prototip .clearfix {
    display: inline-block;
}
/* IE Mac Hide \*/
.prototip .clearfix {
    display: block;
}
/* IE Mac Hide End */


#facebox .b {
    background: url(../images/pftc/facebox/b.png);
}

#facebox .tl {
    background: url(../images/pftc/facebox/tl.png);
}

#facebox .tr {
    background: url(../images/pftc/facebox/tr.png);
}

#facebox .bl {
    background: url(../images/pftc/facebox/bl.png);
}

#facebox .br {
    background: url(../images/pftc/facebox/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



