.pnl-col-3 .alr-tooltip {
    margin-top: 5px;
    margin-left: 0px;
}

.pnl-col-3 .alr-tooltip.alr-error:before {
    background-position: -30px -46px;
}

.pnl-col-3 .alr-tooltip:before {
    background-position: -15px -46px;
    height: 7px;
    left: 15px;
    margin-top: 0;
    top: -7px;
    width: 15px;
}

.content-inner-full-width {
    width: 100%;
}

.mobile-site-suggestion {
    background: #dddddd;
    text-align: center;
    font-size: 11px;
    padding: 4px;
}

.mobile-site-suggestion p {
    padding: 0px;
}

.lockin strong, .lockin span { display: none; }

/* Map Pins */
.map-list-pins .active .pin-volunteering-roles strong {
    background-position: -180px 0;
}

.map-list-pins .active .pin-volunteering-roles span {
	background-position:-183px -34px;
}


.pnl-map-item-image .pnl-map-pin {
    background-image: url("../images/map-icons/shop.png");
    left: 10%;
    margin: 5px 0;
    position: absolute;
    top: 120px;
}

/* Registration Overview */
table.registration-overview  {

    background: #ffffff;
}

table.registration-overview tr td {
    vertical-align: top;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

table.registration-overview tr td.first {
    padding-left: 10px;
}

table.registration-overview tr td ul {
    margin-left: 15px;
    margin-bottom: 0px;
}

table.registration-overview tr td ul li {
    font-size: 11px;
}

table.registration-overview tr:nth-child(2n+1) td {
    background: none;
}

table.registration-overview tr.last td {
    background: #E8F5FA;
}

/* Registration Review */
table.registration-review tr td {
    vertical-align: top;
}

table.registration-review tr td ul {
    margin-left: 15px;
    margin-bottom: 0px;
}

table.registration-review tr:nth-child(2n+1) td {
    background: none;
}

/* Event Info */
table.event-info  {
    background: #ffffff;
}

table.event-info tr td {
    vertical-align: top;
    font-size: 12px;
}

table.event-info tr:nth-child(2n+1) td {
    background: none;
}


/* Registration Review */
table.registration-review tr.sub-row td { border-top: none; }
table.registration-review tr td { padding-top: 2px; padding-bottom: 2px;  }
table.registration-review tr td.sub-label { color: #059FDE; }

.box p {
	word-wrap: normal;
	word-break: normal;
}

/* Home page quick links */
.quicklinks li { background: url("../images/icon-sprite.png") no-repeat scroll -13px -739px transparent; display: block; margin-bottom: 4px; }
.ie7 .quicklinks li { display: inline-block; }
.quicklinks li p { padding-bottom: 0px; }
.quicklinks li p a { border: none; background: none; display: inline; padding: 0px; }

/* Left Hand Testimonials */
#sidebar  .quote, #sidebar .donate-info {
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    margin: 50px 0 20px;
    padding: 10px;
}

#sidebar  .quote, #sidebar:first-child .donate-info {
    margin-top: 0px;
}

#sidebar .quote blockquote {
    background: url("../images/aside-quotes.png") no-repeat scroll 10px 12px #F3F3F3;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 10px 10px 45px;
}

/* Donation Info Box */
.donations .donate-info {
    border-top: 1px solid #CACACA;
    margin: 20px 20px 0;
    padding: 30px 0 10px;
}

.donations .donate-info div {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 25px 50px 25px 145px;
    position: relative;
    text-align: left;
}

.donations .donate-info img {
    left: 40px;
    position: absolute;
    top: 10px;
}

.donations .donate-info h4 {
    font-size: 22px;
    margin: 0 0 5px;
}

.sold-out {
    color: #aaa;
}