<STYLE type="text/css">
<!--

BODY {
	font-family:Arial,Verdana,Helvetica,sans-serif;
}
TABLE {
	border-collapse: collapse;
	table-layout: auto;
	empty-cells: show;
	font-size: 12px;
}

div.pwrd_by_WishList_div {
	color: #666666;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
A.pwrd_by_WishList_lnk {
	color: #666666;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
A.pwrd_by_WishList_lnk:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.pwrd_by_WishList_lnk:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* Controls wishlist top menu */
.wishlist_com_top_menu_hdr_div {
	align: left;
}
.wishlist_com_top_menu_ftr_div {
	align: left;
}
.wishlist_com_top_menu_div {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 95%;
	background:#F0F8FF;
	border: 1px solid;
	border-color: #CCCCCC;
}
.wishlist_com_top_menu_div table {
	align: center;
}

.wishlist_com_top_menu_div td {
	height: 25px;
	background:#F0F8FF;
	font-size: 12px;
	border-style: none;
	padding: 5px;
}
.wishlist_com_top_menu_div span {
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.wishlist_com_top_menu_div a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.wishlist_com_top_menu_div a:hover {
	color: #FFFFFF;
	background:#666666;
	text-decoration:none;
}
.wishlist_com_top_menu_div a:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* Controls wishlist sub menu */
.wishlist_com_sub_menu_hdr_div{
	align: left;
}
.wishlist_com_sub_menu_ftr_div{
	align: left;
}
.wishlist_com_sub_menu_div {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 95%;
	background:#F0F8FF;
	border: 1px solid;
	border-color: #CCCCCC;
}
.wishlist_com_sub_menu_div table {
	align: center;
}
.wishlist_com_sub_menu_div td {
	height: 25px;
	background:#F0F8FF;
	font-size: 12px;
	padding: 5px;
}
.wishlist_com_sub_menu_div span {
	padding: 5px;
	padding-right: 10px;
}
.wishlist_com_sub_menu_div a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.wishlist_com_sub_menu_div a:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
.wishlist_com_sub_menu_div a:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* Controls tables for outputting wishes */
.wishlist_com_self_wishes_hdr_div {
	align: center;
}
.wishlist_com_self_wishes_div {
	width: 95%;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
.wishlist_com_self_wishes_table {
	border-style: none;
	width: 100%;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_hdr_image {
	width:15%;
	padding:5xp;
	background:#F0F8FF;
	font-size: 12px;
	border-style: none;
	border-bottom-style: solid;
	border-width: 1px;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_hdr_item {
	width:50%;
	padding:5xp;
	background:#F0F8FF;
	font-size: 12px;
	border-style: none;
	border-bottom-style: solid;
	border-width: 1px;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_hdr_recipient {
	width:25%;
	padding:5xp;
	background:#F0F8FF;
	font-size: 12px;
	border-style: none;
	border-bottom-style: solid;
	border-width: 1px;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_hdr_priority {
	width:10%;
	padding:5xp;
	background:#F0F8FF;
	font-size: 12px;
	border-style: none;
	border-bottom-style: solid;
	border-width: 1px;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_data_even {
	vertical-align: top;
	border-style: none;
	background:#FFFFFF;
}
.wishlist_com_self_wishes_table td.wishlist_com_list_col_data_odd {
	vertical-align: top;
	border-style: none;
	background:#FFFFFF;
}
.wishlist_com_self_wishes_menu_div {
	margin-left:100px;
}
.wishlist_com_self_wishes_menu_div table {
	align: left;
}
.wishlist_com_self_wishes_menu_div td {
	padding: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
.wishlist_com_self_wishes_menu_div span {
	background: #CCCCCC;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.wishlist_com_self_wishes_menu_div a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color:black;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

.wishlist_com_self_wishes_menu_div a:hover span {
	color: #FFFFFF;
	background:#666666;
	text-decoration:none;
}
.wishlist_com_self_wishes_menu_div a.wishlist_com_wl_lnk_del_wish:hover span {
	color: #FFFFFF;
	background:red;
	text-decoration:none;
}
.wishlist_com_self_wishes_menu_div a:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* wish item links */
A.wishlist_com_wl_lnk_edit_wish {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_edit_wish:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_edit_wish:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_prev_wish {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_prev_wish:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_prev_wish:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_buy_wish {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_buy_wish:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_buy_wish:active {
	color:black;
	background:red;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_del_wish {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_del_wish:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_del_wish:active {
	color:black;
	background:red;
	text-decoration:none;
}

.wishlist_com_self_wishes_table_sep_div {
	align: center;
	height:10px;
}
.wishlist_com_self_wishes_table_div {
	align: center;
}
/* Controls product name in wishlist */
div.wishlist_com_wish_product_name {
	text-align: left;
}
/* Controls product price in wishlist */
div.wishlist_com_wish_product_price {
	text-align: left;
}
/* Controls product description in wishlist */
div.wishlist_com_wish_product_desc {
	text-align: left;
}
/* Controls product name in add to wishlist and email a friend forms */
div.wishlist_com_form_field_entry_product_name {
	text-align: left;
}
/* Controls product price in add to wishlist and email a friend forms */
div.wishlist_com_form_field_entry_product_price {
	text-align: left;
}
/* Controls product description in add to wishlist and email a friend forms */
div.wishlist_com_form_field_entry_product_description {
	text-align: left;
}

/* Controls top wishlist menu */
TABLE.wishlist_com_top_menu_table {
	align: center;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	margin-bottom: 25px;
}
/* Controls caption of tables for outputting lists */
TD.wishlist_com_top_menu_td {
	height: 25px;
	background:#F0F8FF;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 10px;
}
/* Controls tables for outputting lists */
TABLE.wishlist_com_list_table {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls caption of tables for outputting lists */
TD.wishlist_com_list_caption {
	height: 25px;
	background:#F0F8FF;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls column headers of tables for outputting lists */
TD.wishlist_com_list_col_hdr {
	padding: 5px;
	background:#F0F8FF;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls column data of tables for outputting lists */
TD.wishlist_com_list_col_data {
	background:#FFFFFF;
	padding: 4px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls column data of even rows in tables for outputting lists */
TD.wishlist_com_list_col_data_even {
	background:#FFFFFF;
	padding: 4px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls column data of odd rows in tables for outputting lists */
TD.wishlist_com_list_col_data_odd {
	background:#E5E5E5;
	padding: 4px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* Controls tables used for captions placed above form tables */
TABLE.wishlist_com_form_caption {
	border-width: 0px;
}
TD.wishlist_com_form_caption_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 30px;
}
/* Controls tables that hold forms */
TABLE.wishlist_com_form_table {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
/* table columns that hold descriptions of form feild */
TD.wishlist_com_form_field_name {
	width: 200;
	font-size: 12px;
	background:#F0F8FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
}
TD.wishlist_com_form_field_name_nw {
	font-size: 12px;
	background:#F0F8FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
}
/* table columns that hold descriptions of required form field */
TD.wishlist_com_form_field_name_req {
	font-size: 12px;
	background:#F0F8FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
}
/* table columns that hold form fields */
TD.wishlist_com_form_field_entry {
	width: 300;
	background:#FFFFCE;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
}
TD.wishlist_com_form_field_entry_nw {
	background:#FFFFCE;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 5px;
}
/* table columns that hold form submit buttons */
TD.wishlist_com_form_field_entry_submit {
	background:#FFFFCE;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
	text-align: center;
}
/* table placed above table holding forms. Used for from instructions */
TD.wishlist_com_form_entry_prompt {
	width: 490;
	background:#F0F8FF;
	height:30px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 10px;
}
/* table placed above table holding forms. Used for data validation prompts */
TD.wishlist_com_form_entry_prompt_msg {
	color: #FF0000;
	width: 450;
	background:#F0F8FF;
	height:30px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 10px;
}
/* table for email a friend emails */
wishlist_com_emf_email_table {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
}
wishlist_com_emf_email_header_td {
	width: 490;
	background:#F0F8FF;
	height:30px;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 10px;
}
wishlist_com_emf_email_image_td {
	width: 200;
	font-size: 12px;
	background:#F0F8FF;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
}
wishlist_com_emf_email_desc_td {
	width: 300;
	background:#FFFFCE;
	font-size: 12px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	padding: 2px;
}
/* table used to insert helpful hints next to form fields */
TABLE.wishlist_com_form_field_help {
	border-width: 0px;
}
TD.wishlist_com_form_field_help_td {
	font-size: 12px;
	color: #666666;
}
/* table used for caption on pages holding just text */
TABLE.wishlist_com_content_caption_table {
	border-width: 0px;
}
TD.wishlist_com_content_caption_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 30px;
}
/* default table to hold just text */
TABLE.wishlist_com_content_table {
	border-width: 0px;
	width:500px;
}
TD.wishlist_com_content_td {
	font-size: 12px;
	padding: 5px;
	width: 500px;
}
P.wishlist_com_content_p {
	font-size: 12px;
}
/* table used for guest view of caption above registrant's top list WishLists */
TABLE.wishlist_com_guest_wishlists_caption {
	border-width: 0px;
}
TD.wishlist_com_guest_wishlists_caption_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 30px;
}
/* table used for guest view of registrants WishList welcome message */
TABLE.wishlist_com_guest_wishlists_welcome {
	border-width: 0px;
}
TD.wishlist_com_guest_wishlists_welcome_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 20px;
	height:50px;
}
/* table used for guest view of caption above registrant's list of wishes */
TABLE.wishlist_com_guest_wishes_caption {
	border-width: 0px;
}
TD.wishlist_com_guest_wishes_caption_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 30px;
}
/* table used for registrant's welcome message for a particular WishList */
TABLE.wishlist_com_guest_wishes_welcome {
	border-width: 0px;
}
TD.wishlist_com_guest_wishes_welcome_td {
	font-family:Times New Roman,Arial,Verdana,Helvetica,sans-serif;
	color: #666666;
	font-size: 20px;
	height:50px;
}
/* table used to hold WishList menu */
TABLE.wishlist_com_wl_menu_table {
	border-width: 0px;
}
/* standard links */
A.wishlist_com_wl_lnk {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
A.wishlist_com_wl_lnk:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* buy links */
A.wishlist_com_wl_lnk_buy {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_buy:hover {
	color:white;
	background:#666666;
	text-decoration:none;
}
A.wishlist_com_wl_lnk_buy:active {
	color:black;
	background:#666666;
	text-decoration:none;
}
/* delete links within a WishList */
A.wishlist_com_wl_list_lnk_del {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:red;
	font-weight:normal;
	text-decoration:none;
}
A.wishlist_com_wl_list_lnk_del:hover {
	color:white;
	background:red;
	text-decoration:none;
}
A.wishlist_com_wl_list_lnk_del:active {
	color:black;
	background:red;
	text-decoration:none;
}
form	{ 
	border:0px solid #CCCCCC; 
	margin:0px; 
	padding:0px; 
}
input	{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	font-size:11px; 
	font-weight:normal; 
	line-height:14px; 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	margin:1px; 
	padding:1px;
}
/* controls look of required form fields */
input.wishlist_com_req	{
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
}
select.wishlist_com_req	{
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
}
/* controls look of buy form buttons */
input.wishlist_com_form_buy_button {
	border-style: solid;
	border-color: #FF8080;
	border-width: 1px;
	padding-left: 0px;
	font-size: 10px;
}
/* controls look of form submit buttons */
input.wishlist_com_form_submit_button {
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	padding-left:0px;
	font-size:10px;
}
/* controls look of form cancel buttons*/
input.wishlist_com_form_cancel_button {
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	padding-left:0px;
	font-size:10px;
}
/* used for data validation messages */
span.wishlist_com_valmsg {
	font-size: 12px;
	color: red;
}
/* used for form submission confirmation messages */
span.wishlist_com_confmsg {
	color: blue;
}
ul.wishlist_com_list { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.wishlist_com_list li {
	padding: 2px;
	margin: 2px;
}
/* Controls thumbnail images within a WishList */
img.wishlist_com_product_image {
	width: 100px; 
	max-width: 150px; 
	border: none; 
}
img.wishlist_com_product_image_no_size {
	max-width: 150px; 
	border: none; 
}
-->
</STYLE>
