/* Description: This rule was implemented because now the breadcrumb on the results page in now housed in an
     H1 tag.  Made the CSS rules to match was was currently on the shoes.com site. */
div.breadCrumbs h1 
{
	font-size: 11px;
	font-weight: normal;
}



/* Description: The following is new CSS rules for new "The Pretty Pig" checkout */
#billingInfoPage div.chkout-billingSummary,
table.chkout-reviewInfoTable,
div.addressInfo div.country,
div#safeOrderingWrap,
div.cartItemsSummary,
div.shipNote
{
	display: none;
}
#safeOrderingWrap {
	margin: 10px 0 14px;
	height: 40px;
}
.btn-printThisPage {
	width:30px;
}
/* accordion header */
div.accordionHeader {
	background-color:#bdc925;
	margin:5px 0;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-transform:lowercase;
}
span.editRedirect a {
	text-decoration:none;
	color:#ffffff;
}
.gift-message-box {
	clear:both;
}
.friendlyError {
	color:#61116a;
}
div.tooltip p {
	margin:0;
}
div.tooltip p.moreMessages {
	margin-top:10px;
}

