#wishlist_container {
    padding: 5px;
	font-family: "Trebuchet MS",Trebuchet,Helvetica,sans-serif;
}
#wishlist_items, #wishlist_promo {
    float: left;
    display: inline;
}

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

#wishlist_header {
    height:27px;
    width:700px;	
    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;
}

.wishlistHeader {
    font-size: 60px;
    font-weight: bold;
    color: #363636;
    margin-top: 20px;
}

.wishlistOwner {
    font-size: 23px;
    font-weight: bold;
}

.wishlist_empty {    
    font-weight: bold;
    text-align: center;
    color: #363636;
    font-size: 14pt;
    margin: 15px 0px;
}
#wishlist_container {
    margin: 0 auto;
}


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

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

.wishlistRuler {
	float: left;
	width: 800px;
}
.wishlistRuler hr {
	background-color:#CCCCCC;
	border:0 none;
	color:#CCCCCC;
	height:1px;
}


.thumb_wrapper {
    float: left;
}

.wishlistItem {
    width: 99%;	
}

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

.item_wrapper {
    color:#363636;
    float:left;
    font-size:8pt;
    padding-top:30px;
    width:285px;
}

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

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

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

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

.item_current_price {
    color: #363636;
    font-weight: bold;                 
}

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

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

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

.actions_container {
	float: left;
    text-align: center;
    width: 520px;
}

.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;
}

.instructions {	
    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;
    color: #92278f;
}

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

.remove_link {    
    font-size: 8pt;
    color: #B60009;
    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;
}

#send_to_friend_table, #send_to_friend_table p {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #363636;
    width: 100%;		
}

#send_to_friend_table td {
	height: 50%;
}

#send_to_friend_table input {
	width: 80%;
}

#message {
    width: 100%;
}
#send_to_friend_table h1 {
	font-size: 48px;
}

#send_to_friend_table h3, #messageH3 {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    color: #363636;
    font-size: 18px;
    line-height: 0;
    !line-height: 10px;
}

#send_to_friend_table a, #send_to_friend_table a:visited {
	color: #448CCB
}

#email_response {
	font-size: 16px;
}

