#wishlist_main {
    padding-bottom: 2%;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    min-height: 640px;
}

#wishlist_main {
    line-height: 1.5;
    color: #666666;
}

.header {
    font-family: 'Trebuchet MS';
    font-size: 17px;
}

.highlightheader,
.highlightlarge {
    font-family: Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.header {
    color: #666666;
}

.highlightheader, 
.highlightlarge, 
.highlightmedium {
    color: #A04075;
}

.mediumtextbold,
.mediumtext,
.highlightmedium,
#wishlist_main .errors {
    font-family: 'Trebuchet MS';
    font-size: 12px;
    font-style: normal;
    color: #666666;
}

.mediumtext,
.highlightmedium,
#wishlist_main .errors {
    font-weight: normal;
}

.highlightmedium {
    font-weight: bold;
}

.mediumtextbold {
    font-weight: bold;
}

#wishlist_main .errors {
    padding: 5px 0 0 25%;
    color: #D20B79; 
    font-weight: bold;
}

#title {
    padding: 1% 0 4% 0;
}

#wishlist_main a,
#wishlist_main .clickable { 
    color: #9E737C; 
    text-decoration: none;
}

#wishlist_main a:hover, 
#wishlist_main .clickable:hover { 
    text-decoration: underline;
    color: #DA848B;
}

#wishlist_main .clickable:hover {
    cursor: pointer;
}

#wishlist-header {
    padding-left: 2%;
    padding-top: 20px;
    height: 30px;
    background-color: #F0EEEC; 
    border-bottom: 1px solid #D3D4D6; 
}

#wishlist-header a {
    padding-left: 3px;
    text-decoration: underline;
    font-family: 'Trebuchet MS';
    font-size: 10px;
    color: #9E737C;
}

#wishlist_main ul.errors,
#wishlist_main ul.errors li{
    padding: 0;
    margin: 0;
}

#wishlist_main div.checkbox {
    background-image: url(/images/button/checkbox_inactive.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#wishlist_main div.checkbox:hover {
    cursor: pointer;
}

#wishlist_main div.selected {
    background-image: url(/images/button/checkbox_active.gif);
}

/* make sure that the datepicker is displayed on top of everything else */
#ui-datepicker-div {
    z-index: 2000 !important;
}

