/* CSS Document */

/****** Shopping Bag *******/
#view_bag_body{float:left;margin-left:20px;display:inline}

#view_bag_top{
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#555555;
	text-transform:uppercase;
	font-weight:bold;
	background:url(../images/web/border_bag_top.gif) no-repeat;
	width:751px;
	height:47px;
}

#view_bag_middle{
	width:749px;
	border:solid 1px #cccccc; border-width:0 1px;
}

#view_bag_content{
}

#view_bag_bottom{
	background:url(../images/web/border_bag_bottom.gif) no-repeat;
	height:20px;
	width:751px;
}
div#view_bag_action{
	margin-left:30px;
	font-size:11pt;
	border:solid 0px #cccccc;
}

div#view_bag_action a{
	color:#666666;
	text-decoration:none;
}
	
div#view_bag_action a:hover{
	text-decoration:underline;
}	

#shop_with_confidence_container{float:left; margin:30px 0 0 30px; display:inline}

/*****Shopping Bag Checkout Button ********/

div#alternative_checkouts{
	float:left; 
	margin:30px 0 0 30px;
	width:270px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#666;
}

#view_bag_checkout_button{
	float:left;
	/*margin:20px 0 0 450px;*/
	margin:30px 0 0 140px;
	
}

#view_bag_checkout_button a img{
	margin-left:10px;
	margin-right:10px;
	border:0;

}

/*** Favorites ***/
#view_bag_favorites{margin-left:20px}
#view_bag_favorites_tabs{background:url(../images/web/shopping_bag_favorites.gif) no-repeat 0 0px;width:756px;height:38px}
#tab_favorite_recommendations{float:left;; width:132px; height:22px;margin-left:5px}
#tab_favorite_maternity{float:left; width:132px; height:22px;margin-left:8px}
#tab_favorite_nursing{float:left; width:132px; height:22px;margin-left:10px}
#view_bag_favorites_tabs div a{display:block;height:100%;width:100%}

#view_bag_favorites_content{height:230px; border:solid #cccccc; border-width:0 1px; width:754px;}
#view_bag_favorites_content .content_favorite{padding:0 3px;}
.content_favorite .favorite_item{float:left;width:125px;margin:3px 11px; text-align:center}
.content_favorite .favorite_item a{text-decoration:none}
.content_favorite .favorite_item a:hover{text-decoration:underline}
.content_favorite .favorite_item .favorite_item_name{font-size:8pt;display:block;}
.content_favorite .favorite_item .favorite_item_name a{color:black}
.content_favorite .favorite_item .favorite_item_designer{font-size:8pt;color:#666666;}
.content_favorite .favorite_item .favorite_item_designer a{color:#666666;}
.content_favorite .favorite_item .favorite_item_price{font-size:8pt;}
.content_favorite .favorite_item .favorite_item_price .item_old_price{text-decoration:line-through;color:#800000;}
.content_favorite .favorite_item .favorite_item_price .item_new_price{color:black}

#view_bag_favorites_bottom{height:12px; width:756px; background: url(../images/web/border_bottom_756.gif) no-repeat;}


#quick_help_container{margin-top:20px}
