/*
 * $Id: wish-list.css 33621 2010-04-08 11:06:22Z iargent $
 */

/*page WISHLIST*/
#wishlist-wrapper p#msg {position:absolute;top:10px;left:263px; color:#009900;} /*add-removed message for wishlist*/
#wishlist-wrapper {width:575px; margin-bottom:20px;overflow:hidden;background-color:#FFF; float:left; padding:0 10px 10px 10px; border-bottom:thin solid #999; }
#wishlist-wrapper img{float:left;padding:4px; border:1px solid #CCC; margin:7px 10px 10px 0;}
#wishlist-wrapper .price-total { float:right; margin-right:20px;}
#wishlist-wrapper header_items{width:100%; overflow:hidden;}
#wishlist-wrapper #header_items h4 { font-weight:bold;}
a.send-wl{background:url(../../static/img/blue_arrow.gif) no-repeat; font-weight:bold; padding:2px 0 10px 10px; text-transform:capitalize; margin-left:20px;color:#007229; }


/*page RECENTLY VIEWED PRODUCTS*/
p#msg {position:absolute;top:0;left:100px;} /*add-removed message for wishlist*/
span.item_add_msg{position:absolute;top:3px;left:230px;} /*add-removed message for recently viewed*/
#main-big-col {width:775px; margin-bottom:20px;overflow:hidden;background-color:#FFF;border:1px solid #999; float:left; padding:10px;}
#main-big-col img{float:left;padding:4px; border:1px solid #CCC; margin:7px 10px 10px 0;}
#main-big-col .price-total { float:right;}
#main-big-col header_items{width:100%; overflow:hidden;}
#main-big-col #header_items h4 { font-weight:bold;}
#main-big-col .remove-cross {
	border:none !important;	
	float:right; 
	vertical-align:top;
}
.more-info {float:left;background:url(../../static/img/light_arrow.gif) no-repeat;padding:2px 0 0 8px; font-weight:bold; margin-left:8px;border:none; font-size:10px;} /*style for small links with arrows*/

/*CSS for wishlist and recently viewed products in HOMEPAGE*/
#header_items {width:775px; height:20px; }
#header_items .prod_title {float:left; width:740px; height:15px; }
#header_items .prod_title a {color:#007229;}
#header_items .delete { float:right; width:30px; height:15px; margin-top:-8px; }

/*pop up send wishlist to a friend*/
#startWishList {background-color:#fff; border:none;}
#popup-send-email .jqmWindow {width:400px; background-color: #fff !important; padding: 12px; z-index:200;}
#popup-send-email legend {font-weight:bold; font-size:18px;}
#popup-send-email dd {margin-bottom:10px;}
#popup-send-email input#friendsName, #popup-send-email input#friendsEmail, #popup-send-email textarea {width:270px;}
#popup-send-email .btn_send_message{
	border-style:none;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-decoration:none;
	background-color: #AAAAAA;
}