﻿
/* Shopperlist (wishlist) styles */

.SlPageHeading
{
    background-image: url(/img/wishlist_header.jpg);
    background-repeat: no-repeat;
}
.SlPageSubheading
{
    margin-left: 115px;
}
.SlPageSubheadingTop td
{
    border-bottom: 1px solid #cc6600;
    padding-top: 60px;
}
.SlPageSubheadingBot td
{
    padding-top: 4px;
}
.SlHighlight
{
    color: #ff9900;
}

.S1PageNameText
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.S1PageNameText span
{
    color: #cc0000;
}

.SlPageSettingsText
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
}
.SlPageSettingsLink
{
    font-size: 11px;
}

.SlContent
{
    margin-top: 15px;
}

.ShopperlistSection
{
    width: 500px;
}
.ShopperlistSection td
{
    border-bottom: 1px solid #cc6600;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    vertical-align: bottom;
}
.ShopperlistSection td span
{
    color: #ff9900;
}

.ShopperlistRight
{
    text-align: right;
    width: 500px;
}

.ShopperlistList
{
    margin: 4px 0px 10px 10px;
    width: 480px;
}
.ShopperlistList td
{
    padding: 4px 0px 4px 0px;
}

.ShopperlistSmall
{
    font-size: 11px;
}

/* List filter heading. */

.SlFilters
{
    margin-bottom: 4px;
}
.SlFilters select
{
    font-size: 11px;
}
.SlFiltersLabel
{
    font-size: 11px;
    position: relative;
    top: -1px;
}

/* Item editing */

.ShopperlistEdit
{
    margin-left: 10px;
    margin-top: 20px;
}
.ShopperlistEdit td
{
    padding: 6px 2px 6px 2px;
}
.ShopperlistEditLabel
{
    font-size: 16px;
    font-weight: bold;
}

.ShopperlistButton span
{
    color: #336699;
    cursor: pointer;
    text-decoration: underline;
}
.ShopperlistButton span.ShopperlistButtonOver
{
    color: #ff9900;
}

/* Add to list popup, view other's wishlist popup. */

.SlPopupAdd
{
    cursor: pointer;
}

.SlPopup
{
    border: 2px solid #666666;
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
    text-align: left;
    position: absolute;     /* Keeps it from taking space during load. */
    width: 200px;           /* Padding is added, but it's a total of 40; not sure from where. */
    visibility: hidden;     /* Keeps it from flickering into view during load. */
    z-index: 1;             /* Keep in front of assy tabs. */
}
.SlPopupClose
{
    font-size: 11px;
    float: right;
    text-align: right;
}
.SlPopupTop
{
    font-size: 12px;
    margin-bottom: 4px;
}
.SlPopupHeading
{
    border-bottom: 1px solid #cc6600;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 6px;
    width: 220px;           /* Fills, but doesn't cause, extra padding in outer box. */
}

.SlPopuplist ul
{
    list-style-type: none;
    margin: 0px;
    padding: 2px 0px 6px 0px;
}
.SlPopuplist ul li
{
    font-size: 11px;
    margin-bottom: 2px;             /* Both are working in IE, only one in FF. Balance them. */
    padding-bottom: 2px;
}
.SlPopupContinue
{
    font-size: 12px;
    font-weight: bold;
    margin-left: 40px;
}

/* Compact view edit section. */

.SlCompactEdit
{
    margin: 10px 0px 4px 8px;
}
.SlCompactEditTop td
{
    padding-top: 6px;
    padding-bottom: 4px;
}
.SlCompactEditBottom td
{
    padding-top: 4px;
    padding-bottom: 6px;
}
.SlCompactEdit select
{
    font-size: 11px;
}
.SlCompactEditDelete
{
    padding-right: 40px;     /* In case no top row. */
}

/* Share page */

.SlShareHeading
{
    font-size: 16px;
    font-weight: bold;
}
.SlShare
{
    margin-left: 10px;
}
.SlShare textarea
{
    color: #666666;
}
.SlShare ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.SlShare ul li
{
    margin-bottom: 3px;             /* Both are working in IE, only one in FF. Balance them. */
    padding-bottom: 3px;
}
.SlShareLinkText
{
    margin-left: 40px;
}

.SlShareError
{
    color: Red;
}
