#wishlist_container {
    padding: 5px;
}
#wishlist_items, #wishlist_promo {
    float: left;
    display: inline;
}

#wishlist_items  {
    margin: 0 30px 0 80px;     
    width: 445px;
}

#wishlist_header {
    height:27px;
    width:700px;	
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-align:left;
    vertical-align:middle;
    background:url(/images/layout/title_hr_png.png);
    background-repeat:repeat-x;
    position:relative;
}

.wishlist_owner {
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
    color: #97278f;
    margin-top: 20px;
}

#wishlist_container {
    margin: 0 auto;
}


#wishlist_promo {
    width: 450px;
    height: 165px;
    margin-top: 20px;
}

#wishlist_options {
    margin: 5px 0;
    text-align: center;
}

.thumb_wrapper, .item_wrapper {
    float: left;
}

.thumb_wrapper {
    width: 160px;
    padding: 2px;
}

.item_wrapper {
    width: 280px;
    font-size: 8pt;
    font-family: Arial;
    color: #646464;
    padding-top: 30px;
}

.title {
    margin-top: 0;
    background: #C3C3C3;
}

.item_name_container {
    float: left; 
    width: 75%;
}

.item_name {
    font-weight: bold;
    color: #EC008C;
    text-align: left;
}

.price_container {
    float: right; 
    width: 25%; 
    text-align: right;
}

.item_current_price {
    color: #EC008C;
}

.old_price {
    text-decoration: line-through;
}

.color_container {
    float: left; 
    width: 50%;
}

.stock_container {
    float: right; 
    width: 50%; 
    text-align: right;
}

.actions_container {
    text-align: right;
}

.promo_container {
    width: 100px; 
    float: left; 
    text-align: left; 
    color: #EC008C; 
    font-size: 8pt;
}

/*
* send to friend
*/

#banner {
    width: 310px;
    height: 540px;
    padding-right: 40px;
}

#send_to_friend {
    padding: 5px;
    width: 640px;
	margin:0px auto;
}

#send_to_friend_table {
    padding: 30px 0 20px 0;
}

.instructions {
    font-family: Arial;
    font-size: 8pt;
    color: #97278f;
    margin-top: 5px;
}

.size10_texts {
    font-size: 10pt;
}

.pink_text {
    color: #EC008C;
    font-size: 10pt;
}

.wishlist_input {
    border: 1px solid #F7941D;
    width: 260px;
}

.wishlist_textarea {
    border: 1px solid #F7941D;
    margin-top: 5px;
	width:100%;
}

.td_padding {
    padding-left: 70px;
}

#send_to_friend p.indent {
    margin-left: 23px;
}

#send_to_friend span.indent2 {
    margin-left: -23px;
}

#send_to_friend p.submit {
    text-align: right;
    margin-top: 50px;
}

.td_title {
    font-size: 8pt;
    font-family: Arial;
    color: #92278f;
}

.stock_message {
    font-family: Arial;
    font-size: 8pt;
    color: #97278f;
}

.remove_link {
    font-family: Arial;
    font-size: 8pt;
    color: #f7941d;
    text-decoration: none;
}

/* for the modal window that reminds the user of unsaved changes */
#unsavedWishlist_container {
    padding: 20px;
}
.modal_container {
    width: 80%;
    margin: 15px auto;
}

#unsavedWishlist_footer {
    text-align: right;
    font-size: 16px;
}

