/*products styles*/
#products .productContainer {
	position: absolute;
}

#products .productPanel {
	display: inline;
	float: left;
	background: transparent url(/images/product-panel.png) no-repeat scroll left top;
	width: 223px;
	height: 132px;
	margin: 0 0 0 5px;
}

#shareWithFriend, #shareWithFriend .bottomContainerContent {
	overflow: visible;
}

#shareWithFriend .bottomContainerContent {

}

#pdf-download-container {
	position: absolute;
}

#shareWithFriend .bottomContainerContent a {
	position: absolute;
	left: 107px;
	top: 121px;
}

#shareWithFriend .bottomContainerContent img {
	position: absolute;
	z-index: 999;
	left: -27px;
}

#products .productPanel .businessLogo {
	text-align: center;
	margin: 5px 0 0 0;
	line-height: 20px;
}

#products .productPanel .businessLogo div {
	display: block;
	float: left;
	margin: 0 -30px 0 34px;
}
#products .productPanel .productLogo {
	display: inline;
	float: left;
	width: 90px;
	text-align: center;
	font-size: 7pt;
}

#products .productPanel .productDetails {
	display: inline;
	float: left;
	width: 130px;
	line-height: 9pt;
}

#products .heading {
	display: inline;
	float: left;
	margin: 13px 0 5px 7px;
}

#products #productPageNav {
	float: right;
	width: 30px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 10pt;
}

#products #productPageNav a.activeLink {
	color: #A2CC30;
}

#products .productPages {
	width: 685px;
	overflow: auto;
}

#products .productPreviewContainer {
	position: absolute;
	width: 99px;
	height: 128px;
	top: 86px;
	left: 19px;
	z-index: 998;
}

#products .productPreview {
	background: transparent url(/images/prod-preview.png) no-repeat scroll left top;
	width: 99px;
	height: 128px;
}

#products .productExpand {
	position: absolute;
	background: transparent url(/images/btn-plus.png) no-repeat scroll left top;
	width: 22px;
	height: 22px;
	top: 77px;
	left: 9px;
	z-index: 999;
	cursor: pointer;
}

/*tips styles*/
#tips #boxes {
	background-image: url(/images/tips-boxes-snugride.png);
	width: 691px;
	margin: -15px 0 0 -6px;
}

#tips #boxes .tipCopy {
	width: 210px;
	margin: 24px 0 0 19px;
}

#tips #boxes .tipCopy p {
	font-size: 12px !important;
	color: #5B77AA;
}

#tips #tip1 p {
	margin-top: 12px;
}

#tips #tip2 p {
	margin-top: 5px;
}

#tips #tip3 p {
	margin-top: 20px;
}

#tips #learnMore {
	margin-top: -10px;
}

#tips #twitterCopy {
	margin-top: -9px;
}
