/**************************************************************************************
CSS RESET - Start *********************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
h2 {font-family:'Open Sans',sans-serif; font-size:1.15em;}
strong {font-weight:700;}
a{text-decoration:none; outline:none; color: #117cc1;}
a:visited { text-decoration:none; outline:none; color:#0000FF; }
small {font-size:11px;font-family: "Open Sans", sans-serif;color:#717171;}
/* CSS RESET - End ********************************************************************
***************************************************************************************/

/**************************************************************************************
GLOBALS - Start ***********************************************************************/
div.clear {clear:both;}
div.clear-divide	{border-top:1px solid #63d000; width:100%; height:1px;}
div.left  {float:left;}
div.right {float:right;}
div.width570 {width:570px;}	/* you can shoot me later for this one. */
#tagline {
	margin-bottom:10px;
	text-align:center;
	font-size:26px;
	font-weight:700;
	font-style:italic;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#004B8E;
}
h2.centeredText {
	margin-bottom:10px;
	text-align:center;
}

/* GLOBALS - End **********************************************************************
***************************************************************************************/

/**************************************************************************************
LAYOUT - Start ************************************************************************/
body {}
div#pura {}
div#pura-inner {
	display:block;
	width:960px;
	padding: 0 20px 0 20px;
	margin:10px auto;
}
/* LAYOUT - End ***********************************************************************
***************************************************************************************/

/**************************************************************************************
LOGO - Start **************************************************************************/
div#logo {
	margin-left:0px;
}
div#logo a {
	display:block;
	width:124px;
	height:40px;
	background-image:url(../puralogo-small.jpg);
	background-repeat:no-repeat;
}
/* LOGO - End *************************************************************************
***************************************************************************************/

/**************************************************************************************
NAVBAR - Start ************************************************************************/
	#navbar {
		display:block;
		float:right;
		padding-left:14px;
		margin-top:8px;
		background-image:url(../img/navbar-corner.jpg);
		background-repeat:no-repeat;
		background-position:left;
		width:780px;
	}
		
	#nav {
		display:block;
		height:32px;
		background-image:url(../img/navbar-bkg.jpg);
		background-color:#1A8AC9;
		z-index:1000;
	}
		
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 30px;
	}
		
	#nav a {
		display: block;
	}
		
	#nav li { /* all list items */
		float: left;
		margin-right:9px;
	}	
	
	#nav li:hover {
		/*background-color:#00397A;*/
	}
		
	#nav li.product {
		width:120px;
	} 
		
	#nav li.navbar-break {
		padding-right:15px;		/* 20px; */
		background-image:url(../img/bluedrop.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	#nav li.navbar-break-end {
		padding-right:3px;		/* 15px; */ /* 20px; */
		background-image:none;
		background-repeat:no-repeat;
		background-position:right;
	}
		
	#nav li a {
		font-size:13px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-transform:uppercase;
		padding-left:4px;	/* 4px; */
		padding-right:4px;
		padding-bottom: 2px;
		text-rendering: optimizeLegibility;
	}
	
	#nav li.puraloha a {
		text-transform:none;
	}
		
	#nav li:hover a {
		color:#FFFFFF;
		background-color:#093E7E;
	}
		
	#nav li ul { /* second-level lists */
		position: absolute;
		background-color:#FFFFFF;
		width: 5em;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		z-index: 999;
	}
	
	#active:hover li { display: block; }
	#active li { display: none; }
	
	ul#subnavlist	{ margin-left: 15px !important;}
	
		
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
		
	#nav li:hover ul li {
		width:90px;
		border-right:1px solid #004B8D;
		border-bottom:1px solid #004B8D;
		border-left:1px solid #004B8D;
	}
		
	#nav li:hover ul li a {
		background-color:#FFFFFF;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#007DC3;
		line-height:13px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:8px;
	}
	
	#nav li:hover ul li a:hover {
		background-color:#007DC3;
		color:#FFFFFF;
	}
	
	#nav li.about:hover ul li {
		width:170px;
	}
	
	#nav li.warranty:hover ul li {
		width:150px;
	}
	
	div#shoppingcart {
		float:right;
		display:block;
		height:26px;
		width:960px;
	}
	
	div#shoppingcart a {
		float:right;
		height:26px;
		line-height:26px;
		color:#000000;
		font-size:11px;
		text-transform:uppercase;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		padding-left:39px;
		padding-right:7px;
		background-image:url(../images/shoppingcart.jpg);
		background-position:left;
		background-repeat:no-repeat;
	}
	
	div#shoppingcart a:hover {
		padding-right:0px;
		padding-left:41px;
	}
	
	
/* NAVBAR - End ***********************************************************************
***************************************************************************************/
	
/**************************************************************************************
MAIN CONTENT - Start ******************************************************************/
	div#content {	
		display:inline-block;
		padding-top:25px;
		padding-left:0px;
	}
	
	div#heroes-thin {
		width:960px;
		height:150px;
		padding-bottom:15px;
	}
	
	div#heroes {
		width:960px;
		height:347px;
		padding-bottom:25px;
	}
	div#heroes #hero_left {
		display:inline;
		float:left;
	}
	div#heroes #hero_right {
		display:inline;
		float:left;
	}
	div#heroes #pura_badge {
		position:absolute;
		left:728px;
		top:212px;
	}
	
	div#HP-content {}
	div#HP-content {
		height:auto;
	}
	div#HP-content #promo-text {
		width:440px;
		float:left;
	}
	div#HP-content #promo-text p {
		margin-bottom: 15px;
		font-family:'Open Sans',Arial,Helvetica,sans-serif;
		font-size: 14px;
		color: #717171;
	}
	
	div#HP-content #promo-text p.intro {
		margin-bottom: 15px;
		font-family:'Open Sans',Arial,Helvetica,sans-serif;
		font-size: 14px;
		color:#333;
	}
	div#HP-content #promo-text2 {
		width:283px;
		float:left;
		margin-bottom:100px;
	}
	div#HP-content #promo-text2 p {
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text2 ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text2 ul li,
	ul.bulletpoints li,
	div#faq-links ul li,
	ul.bulletpoints li
	 {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	


	div#HP-content #promo-text3 {
		width:273px;
		float:left;
		margin-bottom:100px;
	}
	div#HP-content #promo-text3 p {
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text3 ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text3 ul li,
	ul.bulletpoints li,
	div#faq-links ul li,
	ul.bulletpoints li
	 {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}



/*  promo-text4   */
	div#HP-content #promo-text4 {
		width:200px;
		float:left;
		margin-bottom:300px;
	}
	div#HP-content #promo-text4 p {
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text4 ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:13px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div#HP-content #promo-text4 ul li,
	ul.bulletpoints li,
	div#faq-links ul li,
	ul.bulletpoints li
	 {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}





	div#faq-links ul li {
	line-height: normal;
	}
	
	
	div#HP-content div#HP-skinnyDynamic {
		width:131px;
		float:left;
	}
	
	div#HP-content div#HP-skinnyDynamic p {
		text-align: center;
		font-family: "Open Sans", arial, sans-serif;
		width: 131px;
		font-size: .88em;
		line-height: normal;
		padding: 10px 0 0 30px;
	}
	
	div#HP-content div#HP-skinnyDynamic2 {
		width:140px;
		margin:0 5px 0 5px;
		float:left;
	}
	
	div#HP-content div#HP-skinnyDynamic3 {
		width:152px;
		margin:20px 5px 0 5px;
		float:left;
	}
	
	/*  Added Jan 2016 for new shop page */
	
	div.HP-skinnyDynamic3 {
		width:152px;
		margin:20px 5px 0 5px;
		float:left;
	}
	div.HP-skinnyDynamic3 p {
		font-size:12px;
		margin-left:10px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
	}
	
	
		div#HP-content div.bulletpoints div.compatible {
			width:150px;
			height:auto;
			margin:0 0 10px 0;
			float:left;
		}
		
		div#HP-content div.bulletpoints div.compatible div.compatible-icon {
			width:45px;
			height:47px;
			float:left;
			margin-right:10px;
		}
		
		div#HP-content div.bulletpoints div.compatible-desc {
			width:90px;
			height:47px;
			float:left;
			font-size:12px;
			font-family: "Open Sans", sans-serif;
			line-height: 14px;
			color:#717171;
		}
		
		div#HP-content div.bulletpoints div.compatible-fineprint {
			width:150px;
			height:auto;
			float:left;
			font-size:12px;
			font-family: "Open Sans", sans-serif;
			color:#717171;
		}
		
		div#HP-content div.bulletpoints div.compatible-fineprint p {
		padding: 17px 0 0 0;
		}
		
	div#HP-content div#HP-skinnyDynamic2 p {
		font-size:12px;
		margin-left:10px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
	}
	
	div#HP-content div#HP-skinnyDynamic3 p {
		font-size:12px;
		margin-left:10px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
	}
	
	div#HP-content div#HP-news-programs {
		width:285px;
		float:right;
		margin-bottom:20px;
	}
	div#HP-content div#HP-news-programs div {
		height: auto !important;
		margin-bottom: 20px;
	}
	div#HP-content div#HP-news-programs div#HP-quicknews {
		background:url(../images/newdesign/newsboxGreyback.png) no-repeat !important;
		width:281px !important;
		height:70px !important;
		padding:25px 0 0 7px !important;
		text-align: center;
	}
	div#HP-content div#HP-news-programs div#HP-quicknews div, div#HP-content div#HP-news-programs div#HP-quicknews a {
		font-family:"Open Sans", sans-serif;
		font-size:15px;
	}
	
	.programButton {
		height:auto !important;
		margin:0px !important;
	}
	.pgrmBtnUL { background: url(../images/newdesign/programsUL.png); width:138px !important;height:34px !important; }
	.pgrmBtnUL:hover { background: url(../images/newdesign/programsULd.png); }
	.pgrmBtnLL { background: url(../images/newdesign/programsLL.png); width:138px !important;height:27px !important; }
	.pgrmBtnLL:hover { background: url(../images/newdesign/programsLLd.png); }
	.pgrmBtnUR { background: url(../images/newdesign/programsUR.png); width:147px !important;height:34px !important; }
	.pgrmBtnUR:hover { background: url(../images/newdesign/programsURd.png); }
	.pgrmBtnLR { background: url(../images/newdesign/programsLR.png); width:147px !important;height:27px !important; }
	.pgrmBtnLR:hover { background: url(../images/newdesign/programsLRd.png); }
			
	div#picturebox {
		display:block;
		/*background-color:#C5C5C5;*/
		background-image:url(../img/content-bkg.jpg);
		/*background-position:top;*/
		background-repeat:no-repeat;
		padding-top:20px;
		height:437px;
		margin-left:20px;
	}
		
	div#picturebox div#promo {
		display:block;
		float:left;
		height:437px;
		width:850px;
		margin-top:30px;
	}
		
	div#picturebox div#promo div#promo-text {
		opacity:1;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		margin-top:1px;
		margin-left:35px;
		margin-right:220px;
		width:300px;
	}
	
	div#picturebox-footer {
		display:block;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		margin-top:5px;
		margin-left:35px;
		margin-right:50px;
	}
	div#one-liner {	/* Used to be div#picturebox div#promo div#one-liner */
		float:left;
		font-size:26px;
		margin-top:15px;
		margin-left:5px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-weight:700;
		color:#007AC0;
		white-space:nowrap;
	}
	div#picturebox div#yourbottle-line {
		float:right;
		margin-top:20px;
		margin-left:20px;
		font-size:26px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-weight:700;
		color:#666666;
		white-space:nowrap;
	}
	div#picturebox div#yourbottle-line a {
		border:0px;
		color:#666666;
		text-decoration:none;
		outline:none;
	}
	div#picturebox div#yourbottle-line a:hover {
		text-decoration:underline;
	}
	
/***************************************** Regular content */	
/* This is removed and is now in the header for dynamic reasons
	div#content div#content-inner {
		background:url('../contentback.php?t=h') no-repeat;
		margin-left:21px;
		padding-top:80px;
	}
	div#content div#content-inner div#main {
		background:url('../contentback.php?t=b') no-repeat;
		width:640px;
	}
	div#content div#content-inner {
		
	}
*/	

	div#content div#content-inner div#main div#content-text {
		display:block;
		width:730px;
		margin:20px;
	}
	
	div#content div#content-inner div#main div#content-text ol {
	list-style-type:outside;
	float: left;
	margin-left:25px;
	font-size: 14px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	margin-top:15px;
	line-height: normal;
	}
	div#content div#content-inner div#main div#content-text ol li {
	padding: 5px 0;
	}
	div#content div#content-inner h1 {
		display:block;
		margin-bottom:15px;
		font-size:22px;
		font-weight:700;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner h2 {
		display:block;
		margin-bottom:0px;
		margin-top:5px;
		font-size:14px;
		font-weight:700;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner h3 {
		display:block;
		margin-bottom:5px;
		margin-top:5px;
		padding-bottom: 3px;
		font-size:14px;
		font-weight:700;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color:#0067A5;
	}
	
	div#content div#content-inner p,
	div#content div#content-inner ul,
	div#content div#content-inner table {
		padding-bottom:8px;
		padding-top:8px;
		font-size:14px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color:#333333;
	}
	div#content div#content-inner div#main a {
		color:#333333;
		text-decoration:none;
		outline:none;
		font-weight:700;
		text-decoration:underline;
	}
	div#content div#content-inner div#main a:hover {
		color:#000000;
	}
	
	a#compat1,
	a#compat2,
	a#compat3,
	div#content div#content-inner div#main a#compat1,
	div#content div#content-inner div#main a#compat2,
	div#content div#content-inner div#main a#compat3 { color: #333; text-decoration: none; border-bottom: 1px dotted #0000FF; font-weight: normal; cursor: default; }
	
	div#content div#content-inner div#main p.insetText1 {
		background:url(../img/inset2.jpg) no-repeat left;
		padding: 15px 0 15px 150px;
	}
	
	ul.list-toc {
		list-style-type:circle;
		list-style-position:inside;
	}
	ul.list-toc li a {
		font-weight:normal !important;
	}
	a.moreinfo {
		font-size:10px;
		text-transform:uppercase;
		color:#0066FF;
		font-weight:normal;
	}
	
	div.bulletpoints {
		width:150px;
		margin:0 0 0 19px;
		float:left;
		display:inline;
	}
	
	/* div.bulletpoints p {
		font-size:12px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	*/
		
	div.bulletpoints ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:12px;
		margin-bottom:10px;
		font-family: "Open Sans", sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	
	div.bulletpoints ul li,
	ul.bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	
	
/* NEW (ALSO TEMPORARY) ADULT BOTTLE LANDING PAGE*/

div#product-table {
	width:730px;
	float: left;
	font-size:14px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
}

div#product-table div.product-cell {
	width:130px;
	float: left;
}

div#product-table div.product-cell2 {
	width:160px;
	float: left;
	margin-left: 20px;
}
div#product-table div.product-cell div.inner,
div#product-table div.product-cell2 div.inner {
	width:130px;
	text-align:center;
	align:center;
	vertical-align:center;
	font-weight:700;
	font-size:12pt;
	padding-bottom:10px;
}
div#product-table div.product-cell div.inner2,
div#product-table div.product-cell2 div.inner2 {
	width:160px;
	text-align:center;
	align:center;
	vertical-align:center;
	font-weight:700;
	font-size:12pt;
	padding-bottom:10px;
}
div#product-table div.product-cell div.inner div.product-image,
div#product-table div.product-cell2 div.inner div.product-image {
	margin-bottom:12px;
}


	
/* MAIN CONTENT - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
INDIVIDUAL PRODUCT PAGE - Start *******************************************************/
	div#productpage {
		margin-top:40px;
	}
	div#productintro {
		width: 360px;
		float: left;
	}
	div#productfeature {
		width: 320px;
		height: 125px;
		padding: 15px 20px;
		overflow: visible;
		background:url(../images/newdesign/new-feature.gif) no-repeat top center;
		float: right;
	}
	span.green	{
		color: #57c100;
	}
	span.sidebarBlue { 
	font-size: 22; font-weight:700; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#0067A5;
	}
	div#productfeature span.green {
		font-size: 1.25em;
		font-weight: 700;
		color: #57c100;
	}
	div#product-img,
	div.product-img {
		width:305px;
		background: url(../images/vertline.gif) repeat-y top center;
	}
	
	div.product-img {
		float: left;
	}
	
	div#product-img2 {
		width:305px;
	}
	div.product-img3	{
		width: 355px;
		float: left;
		background: url(../images/vertline.gif) repeat-y 140px 0px;
	}
	div#product-img4	{
		width: 350px;
		height: 400px;
		float: left;
		background-repeat:no-repeat;
		background-image:url(../images/products/kiki-sleeves-blue.png);
		background-position: top center;
	}
	div#product-img5	{
		width: 350px;
		height: 400px;
		float: left;
		background-repeat:no-repeat;
		background-image:url(../images/products/kiki-sleeves-short-blue.png);
		background-position: top center;
	}
	div#product-img6	{
		width: 350px;
		height: 390px;
		float: left;
	}
	div#product-newSleevesShort	{
		width: 350px;
		height: 400px;
		float: left;
		background-repeat:no-repeat;
		background-image:url(../images/products/kiki-sleeves-new-short-aqua.png);
		background-position: top center;
	}
	div#product-newSleevesTall	{
		width: 350px;
		height: 400px;
		float: left;
		background-repeat:no-repeat;
		background-image:url(../images/products/kiki-sleeves-new-tall-aqua.png);
		background-position: top center;
	}
	div#product-sleevesSport	{
		width: 350px;
		height: 400px;
		float: left;
		background-repeat:no-repeat;
		background-image:url(../images/products/sleeves-sport-steelblue.png);
		background-position: top center;
	}
	div#green15 {
		float: left;
		width: 200px;
	}
	div#green15desc {
		float: right;
		width: 515px;
	}
	
	div#product-img div#product-details,
	div#product-img2 div#product-details {
		width:120px;
		margin-top:30px;
		margin-left:25px;
		text-align:center;
	}
	
	div.product-details1  {
		width:110px;
		float:left;
		margin-top:30px;
		margin-left:25px;
		text-align:center;
	}
	
	div.product-details2  {
		width:110px;
		float:left;
		margin-top:30px;
		margin-left:15px;
		text-align:center;
	}
	div.product-details3  {
		width:110px;
		float:left;
		margin-top:30px;
		margin-left:5px;
		text-align:center;
	}
	
	div#product-img div#large-img,
	div#product-img2 div#large-img {
		margin-top:50px;
		margin-left:25px;
	}
	
	div#product-img div#large-img,
	div#product-img2 div#large-img {
		margin-top:50px;
		margin-left:90px;
	}
	
	div#product-img2 div#large-img2 {
		margin-top:50px;
		margin-left:55px;
	}
	div#product-img2 div#large-img3 {
		margin-top:0;
		margin-left:60px;
	}	
	div#large-img2	{
		margin-top: 75px; 
		margin-left: 10px; 
		float: right;
	}
	
	div#product-img div#product-details div#bottle-cap,
	div#product-img2 div#product-details div#bottle-cap,
	div.bottle-cap {
		margin-bottom:15px;
	}
	
	div#bottle-cap2,  div#bottle-cap-silicone2 { width: 110px; float: left; text-align: center; padding-left: 20px; }
	
	div#product-img div#product-details div#bottle-cap-silicone,
	div#product-img2 div#product-details div#bottle-cap-silicone,
	div.bottle-cap-silicone,
	div#sportTop-open, 
	div#sportTop-Overhead {
		margin-bottom:20px;
	}
	
	div#sportTop-open, 
	div#sportTop-Overhead {
		width: 175px;
		text-align: center;
	}
	
	div#product-img div#product-big,
	div#product-img2 div#product-big,
	div.product-big {
	  /*width:112px;*/
		margin-top:10px;
		margin-left:0px;
	}
		
	div.product-big { 
		float: right;
	}
	
	div#product-big2 { 
		margin: 0 auto;
	}
	div.product-big3 {
		float: left;
		margin-top:10px;
		margin-left:55px;
		width: 184px;
	}
	
	div#bottle-bottom span,
	div#bottle-cap-silicone span,
	div.bottle-cap-silicone span,
	div#bottle-cap-silicone2 span,
	div#bottle-cap span,
	div.bottle-cap span,
	div#bottle-cap2 span,
	div#sportTop-Overhead span, 
	div#sportTop-open span {
		font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
	}
	
	div#bottle-bottom div#bottlebottomimg_container {
		margin-left:8px;
	}
	
	div#bottle-bottom div#bottlebottomimg_container,
	div#bottle-bottom div#bottlebottomimg {
		display:block;
		width:86px;
		height:85px;
		background-repeat:no-repeat;
	}
	
	div#bottle-bottom div#bottlebottomimg_container_new,
	div#bottle-bottom div#bottlebottomimg_new {
		display:block;
		width:120px;
		height:120px;
		background-repeat:no-repeat;
	}
	
	div#bottle-front div#bottlefrontimg_1200orig_container,
	div#bottle-front div#bottlefrontimg_1200orig,
	div#bottle-front div#bottlefrontimg_800orig_container,
	div#bottle-front div#bottlefrontimg_800orig,
	div#bottle-front div#bottlefrontimg_600orig_container,
	div#bottle-front div#bottlefrontimg_600orig,
	div#bottle-front div#bottlefrontimg_600new_container,
	div#bottle-front div#bottlefrontimg_600new {
		display:block;
		width:112px;
		height:322px;
		background-repeat:no-repeat;
	}
	
	div#bottlefrontimg_600new {
	margin-left: 35px;
	}
	
	div#bottle-front div#bottlefrontimg_2000orig_container,
	div#bottle-front div#bottlefrontimg_2000orig {
		display:block;
		width:150px;
		height:370px;
		background-repeat:no-repeat;
	}
	
	div#bottle-bottom div#bottlebottomimg_container {
		background-image:url(../images/products/1200ml-bottom-load.jpg);
	}
	div#bottle-bottom div#bottlebottomimg {
		background-image:url(../images/products/1200ml-bottom.jpg);
	}
	
	div#bottle-bottom div#bottlebottomimg_container_new {
		background-image:url(../images/products/bottom-new.jpg);
	}
	div#bottle-bottom div#bottlebottomimg_new {
		background-image:url(../images/products/bottom-new.jpg);
	}
	
	/* Kiki Bottles with Sleeves Late 2015 */	
	div#bottle-front div#bottlefrontimg_5ozkikiVented_withSleeve {
		display:block;
		width:101px;
		height:258px;
		background-repeat:no-repeat;
		background-image:url(../images/products/5oz-kiki-MF-lineupVented.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikinippleVented_withSleeve {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-MF-lineupVented.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikisippyXL_withSleeve {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-MF-lineupXL.png);
		background-position: -2px 0;
	}
	div#bottle-front div#bottlefrontimg_11ozkikistraw_withSleeve {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikistraw-MF-lineup.png);
		background-position: -2px 0;
	}
		
	/* 5oz Kiki Bottles */
	div#bottle-front div#bottlefrontimg_5ozkiki {
		display:block;
		width:101px;
		height:258px;
		background-repeat:no-repeat;
		background-image:url(../images/products/5oz-kiki-lineup.png);
	}
	div#bottle-front div#bottlefrontimg_5ozkikiVented {
		display:block;
		width:101px;
		height:258px;
		background-repeat:no-repeat;
		background-image:url(../images/products/5oz-kiki-lineupVented.png);
	}
	
	/* 9oz Nipple Kiki Bottles Insulated */
	div#bottle-front div#bottlefrontimg_9ozkikinippleins_container {
		display:block;
		width:117px;
		height:375px;
	}
	div#bottle-front div#bottlefrontimg_9ozkikinippleinsulated {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-lineup-insulated-Vented.png);
		background-position: -2px 0;
	}
	/* 9oz Sippy Kiki Bottles */
	div#bottle-front div#bottlefrontimg_9ozkikisippyins_container {
		display:block;
		width:117px;
		height:375px;
	}
	div#bottle-front div#bottlefrontimg_9ozkikisippyinsulated {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-lineup-insulated-Spout.png);
		background-position: -2px 0;
	}
	/* 11oz Nipple Kiki Bottles */
	div#bottle-front div#bottlefrontimg_11ozkikinipple_container {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-load.png);
	}
	div#bottle-front div#bottlefrontimg_starterset_container {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/starterset-load.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikinipple {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-lineup.png);
	}
	div#bottle-front div#bottlefrontimg_11ozkikinippleVented {
		display:block;
		width:111px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikinipple-lineupVented.png);
	}
	
	/* 11oz Sippy Kiki Bottles */
	div#bottle-front div#bottlefrontimg_11ozkikisippy_container,
	div#bottle-front2 div#bottlefrontimg_11ozkikisippy-avent_container {
		display:block;
		width:117px;
		height:375px;
	}
	div#bottle-front div#bottlefrontimg_11ozkikisippy {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-lineup.png);
		background-position: -2px 0;
	}
	div#bottle-front div#bottlefrontimg_11ozkikisippyXL {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-lineupXL.png);
		background-position: -2px 0;
	}
	div#bottle-front2 div#bottlefrontimg_11ozkikisippy-avent {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikisippy-lineup.png);
		background-position: -118px 0;
	}
	
	/* 11oz Straw Bottles */
	div#bottle-front div#bottlefrontimg_11ozkikistraw_container {
		display:block;
		width:117px;
		height:375px;
	}
	div#bottle-front div#bottlefrontimg_11ozkikistraw {
		display:block;
		width:117px;
		height:375px;
		background-repeat:no-repeat;
		background-image:url(../images/products/11oz-kikistraw-lineup.png);
		background-position: -2px 0;
	}
	
	/* Sport Top*/
	div#bottle-front div#bottlefrontimg_sportTop_container {
		display:block;
		width:320px;
		height:230px;
	}
	div#bottle-front div#bottlefrontimg_sportTop {
		display:block;
		margin: 0 auto;
		width:185px;
		height:230px;
		background-repeat:no-repeat;
		background-image:url(../images/products/sportTop-lineup.png);
	}

	/* Sport Top Bottles*/
	div#bottle-front div#bottlefrontimg_sportTopBottles_container {
		display:block;
		width:184px;
		height:410px;
	}
	div#bottle-front div#bottlefrontimg_18ozPuraSport {
		display:block;
		width:184px;
		height:410px;
		background-repeat:no-repeat;
		background-image:url(../images/products/18oz-Sport-lineup.png);
	}
	div#bottle-front div#bottlefrontimg_28ozPuraSport {
		display:block;
		width:184px;
		height:410px;
		background-repeat:no-repeat;
		background-image:url(../images/products/28oz-Sport-lineup.png);
	}
	div#bottle-front div#bottlefrontimg_22ozPuraSportInsulated {
		display:block;
		width:184px;
		height:410px;
		background-repeat:no-repeat;
		background-image:url(../images/products/22oz-Sport-insulated-lineup.png);
	}
	
		
	/* 2000ml Bottles */
	div#bottle-front div#bottlefrontimg_2000orig_container {
		background-image:url(../images/products/2L-web.png);
	}
	div#bottle-front div#bottlefrontimg_2000orig {
		background-image:url(../images/products/2L-web.png);
	}
	
	/* 1200ml Bottles */
	div#bottle-front div#bottlefrontimg_1200orig_container {
		background-image:url(../images/products/1200ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_1200orig {
		background-image:url(../images/products/1200ml-front.jpg);
	}
	
	/* 800ml Bottles */
	div#bottle-front div#bottlefrontimg_800orig_container {
		background-image:url(../images/products/800ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_800orig {
		background-image:url(../images/products/800ml-front.jpg);
	}
	
	/* 600ml Bottles */
	div#bottle-front div#bottlefrontimg_600orig_container {
		background-image:url(../images/products/600ml-front-load.jpg);
	}
	div#bottle-front div#bottlefrontimg_600orig {
		background-image:url(../images/products/600ml-front.jpg);
	}
	
	/* 600ml Bottles NEW Feb.2012 */
	div#bottle-front div#bottlefrontimg_600new_container {
		background-image:url(../images/products/600ml-front-new.png);
	}
	div#bottle-front div#bottlefrontimg_600new {
		background-image:url(../images/products/600ml-front-new.png);
	}
	
	/* NRDC co-brand Bottles */
	/*div#bottle-front div#bottlefrontimg_NRDCorig_container {
		background-image:url(../images/products/NRDC-600-800ml.jpg);
	}*/
	/*div#bottle-front div#bottlefrontimg_NRDCorig {
		background-image:url(../images/products/NRDC-600-800ml.jpg);
		width:200px;
	}*/
	
	div#product-info,
	div#product-info2,
	div#product-info3 {
		width:360px;
		font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	}
	
	div#product-info div#item-title h1,
	div#product-info2 div#item-title h1,
	div#product-info3 div#item-title h1 {
		color:#000000;
	}
	
	
	div#product-info div#item-description,
	div#product-info2 div.item-description,
	div#product-info3 div.item-description {
		color:#666666;
		font-size:12px;
	}
	
	div#product-info div#item-price,
	div#product-info div.item-price,
	div#product-info2 div.item-price,
	div#product-info3 div.item-price {
		color:#000000;
		font-weight:700;
		font-size:15px;
		margin-top:10px;
	}
	
	div#product-info div#bottle-colors div.item-price,
	div#product-info2 div#bottle-colors2 div.item-price
	div#product-info3 div#bottle-colors3 div.item-price {
		color:#000000;
		font-weight:700;
		font-size:15px;
		margin-top:10px;
	}
	
	div#bottle-colors {
		margin-top:15px;
		padding-top:15px;
		border-top:1px solid #D4D4D4;
	}
	
	div#bottle-colors2,
	div#bottle-colors3 {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	
	div#bottle-colors div#bottle-color-titles,
	div#bottle-colors div.bottle-color-titles,
	div#bottle-colors2 div.bottle-color-titles,
	div#bottle-colors3 div.bottle-color-titles {
		color:#666666;
		font-size:16px;
		font-weight:700;
		margin-bottom:8px;
	}
	
	div#bottle-colors div#bottle-color-titles div#bottle-color-titles-right,
	div#bottle-color-titles-right {
		margin-right:50px;
	}
	
	hr.colors	{ border: 0; background: #d4d4d4; color: #d4d4d4; height: 1px; width: 360px; } 
	hr.all,
	hr.all2		{ border: 0; background: #d4d4d4; color: #d4d4d4; height: 2px; width: 734px; float: left; }
	hr.all2		{ margin: 20px 0; }
			 
	
	div.product-color {
		display:block;
		height:40px;
		clear:both;
	}
	
	div.product-color a {
		display:block;
		float:left;
		line-height:27px;
		background-position:left;
		background-repeat:no-repeat;
		padding-left:55px;
	}
	
	/* Adult Colors */
	div.product-color a.color-natural {
		background-image:url(../images/colors/natural.gif); 
	}
	div.product-color a.color-blue {
		background-image:url(../images/colors/blue.gif); 
	}
	div.product-color a.color-green {
		background-image:url(../images/colors/green.gif); 
	}
	div.product-color a.color-orange {
		background-image:url(../images/colors/orange.gif); 
	}
	div.product-color a.color-lightpurple {
		background-image:url(../images/colors/lightpurple.gif); 
	}
	div.product-color a.color-lavender {
		background-image:url(../images/colors/lavender.jpg); 
	}
	div.product-color a.color-black {
		background-image:url(../images/colors/black.gif); 
	}
	div.product-color a.color-silicone {
		background-image:url(../images/colors/silicone.gif); 
	}
	div.product-color a.color-silicone-blue {
		background-image:url(../images/colors/silicone-blue.gif); 
	}
	div.product-color a.color-silicone-blue2 {
		background-image:url(../images/colors/silicone-blue2.gif); 
	}
	div.product-color a.color-silicone-slow {
		background-image:url(../images/colors/silicone-slow.gif); 
	}
	div.product-color a.color-silicone-medium {
		background-image:url(../images/colors/silicone-medium.gif); 
	}
	div.product-color a.color-silicone-fast {
		background-image:url(../images/colors/silicone-fast.gif); 
	}
	div.product-color a.color-silicone-Y-cut {
		background-image:url(../images/colors/silicone-Y-cut.gif); 
	}
	div.product-color a.color-sealingdisks {
		background-image:url(../images/colors/sealingdisks.gif); 
	}
	div.product-color a.color-avent {
		background-image:url(../images/colors/avent.gif); 
	}
	
	/* Kiki Colors */
	div.product-color a.color-kikinatural,
	div.product-color div.color-kikinatural {
		background-image:url(../images/colors/kiki-swatch-stainless.jpg); 
	}
	div.product-color a.color-kiki-sleeve-blue {
		background-image:url(../images/colors/kiki-sleeve-swatch-blue.jpg); 
	}
	div.product-color a.color-kiki-sleeve-purple {
		background-image:url(../images/colors/kiki-sleeve-swatch-purple.jpg); 
	}
	div.product-color a.color-kiki-sleeve-pink {
		background-image:url(../images/colors/kiki-sleeve-swatch-pink.jpg); 
	}
	div.product-color a.color-kiki-sleeve-orange {
		background-image:url(../images/colors/kiki-sleeve-swatch-orange.jpg); 
	}

	div.product-color a.color-kikigreen,
	div.product-color div.color-kikigreen,
	div.product-color a.color-newgreen,
	div.product-color div.color-newgreen {
		background-image:url(../images/colors/kiki-swatch-green.jpg); 
	}
	div.product-color a.color-kikipurple,
	div.product-color div.color-kikipurple,
	div.product-color a.color-newpurple,
	div.product-color div.color-newpurple {
		background-image:url(../images/colors/kiki-swatch-purple.jpg); 
	}
	div.product-color a.color-lavender {
		background-image:url(../images/colors/kiki-swatch-lavender.jpg);
	}	
	
	div.product-color a.color-kikiorange,
	div.product-color div.color-kikiorange,
	div.product-color a.color-neworange,
	div.product-color div.color-neworange {
		background-image:url(../images/colors/kiki-swatch-orange.jpg); 
	}
	div.product-color a.color-kikiblue,
	div.product-color div.color-kikiblue {
		background-image:url(../images/colors/kiki-swatch-aqua.jpg); 
	}
	div.product-color a.color-kikipink,
	div.product-color a.color-newpink {
		background-image:url(../images/colors/kiki-swatch-pink.jpg); 
	}
	div.product-color a.color-kikicottoncandy {
		background-image:url(../images/colors/kiki-swatch-cotton_candy.jpg); 
	}
	div.product-color a.color-kikiracingred {
		background-image:url(../images/colors/kiki-swatch-racing_red.jpg); 
	}
	
	div.product-color a.color-sport_top-blue {
		background-image:url(../images/colors/sport_top-blue.jpg); 
	}
	
	div.product-color a.color-sport_top-green {
		background-image:url(../images/colors/sport_top-green.jpg); 
	}
	
	/* KIKI SLEEVE BOTTLES 2015 SWATCHES */
	
	div.product-color a.color-sleeve-pink {
		background-image:url(../images/colors/kiki-swatch-sleeve-pink.jpg); 
	}
	div.product-color a.color-sleeve-green {
		background-image:url(../images/colors/kiki-swatch-sleeve-green.jpg); 
	}
	div.product-color a.color-sleeve-orange {
		background-image:url(../images/colors/kiki-swatch-sleeve-orange.jpg); 
	}
	div.product-color a.color-sleeve-aqua {
		background-image:url(../images/colors/kiki-swatch-sleeve-aqua.jpg); 
	}
	div.product-color a.color-sleeve-steelblue {
		background-image:url(../images/colors/swatch-sleeve-steelblue.jpg); 
	}
	div.product-color a.color-sleeve-red {
		background-image:url(../images/colors/swatch-sleeve-red.jpg); 
	}
	div.product-color a.color-MF-natural {
		background-image:url(../images/colors/kiki-swatch-MF.jpg); 
	}
		
	div.product-color div.color-kikinatural,
	div.product-color div.color-kikigreen,
	div.product-color div.color-kikiblue {
		width: 280px;
		height: 27px;
		padding-left: 60px;
		margin-bottom: 13px;
		float: left;
		background-repeat: no-repeat;
	}
	
	div.product-color input {
		float:right;
		width:40px;
		margin-right:60px;
		margin-top:5px;
		text-align:center;
		line-height:27px;
		font-family:'Open Sans',Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	div.product-sleeves-text {
		float: left;
		width: 200px;
		margin-top: 10px;
		font-size: .75em;
		line-height: normal;
	}
	div.product-sleeves-text a {
		color: #007DC3 !important;
	}
	div.product-sleeves-text a:hover {
		text-decoration: none !important;
	}
	
	div#product-buy {
		display:block;
		margin-top:10px;
		width: auto;
		float: right;
	}
	
	div#product-buy input{
		margin-right:40px;
	}
	
	div#security {
		float:right;
		width:360px;
		height:44px;
		margin-top:50px;
		margin-bottom:30px;
	}
	
	div#security div#security-text {
		display:block;
		width:183px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		line-height:13px;
		padding-right:5px;
	}
	
	div#security div#networksolutions {
		display:block;
		width:172px;
	}
	
	div#billing-note {
		float:right;
		width:360px;
		margin-top:30px;
		margin-bottom:20px;
	}
	
	div#billing-note div#billing-note-text {
		display:block;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		line-height:14px;
	}
	
	div.buy-breaker {
		display:block;
		margin-top:30px;
		margin-bottom:40px;
		border-top:1px solid #CACACA;
		height:1px;
		width:620px;
	}
	
	div.buy-bulletpoints {
		width:340px;
	}
	
	div.buy-bulletpoints h3,
	div.buy-description h3 {
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:700;
		border-bottom:1px solid #666666;
		margin-bottom:15px;
	}
	
	div.buy-bulletpoints ul,
	ul.drip-bulletpoints {
		list-style-position:outside;
		margin-left:15px;
	}
	
	div.buy-bulletpoints ul li,
	ul.drip-bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}
	
	div.buy-description {
		width:340px;
		margin-right:20px;
	}

   div#buy-description div.nobtmborder {
	    border-bottom:0px;
   }
	
/* INDIVIDUAL PRODUCT PAGE - End ******************************************************
***************************************************************************************/

/***************************************************************************************
SIDEBAR - Start ************************************************************************/
	div#sidebar {
		display:block;
		width:190px;
		height: 720px;	/*763px;*/
		background:url('../images/sidebar-bg.jpg') #0683c5;
	}
	div#sidebar2 {
		display:block;
		width:190px;
		height: 720px;	/*763px;*/
		background:url('../images/sidebar-bg2.jpg') #0683c5;
	}
	div.sidebar-title {
		margin-left:5px;
		font-size:16px;
		font-weight:700;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;	/*Arial, Helvetica, sans-serif;*/
		color: #fff;
	}
	div.sidebar-text {
		display:block;
		margin-left:5px;
	}
	div.sidebar-hline {
		display:block;
		width:189px;
		height:5px;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
		/*background:url('../img/sidebar-divide.gif') repeat-x;*/
	}
	div.sidebar-text ul li {
		padding-top:5px;
		padding-bottom:5px;
		margin-left:5px;
		color:#FFF;
		background:url('../img/sidebar-divide.gif') repeat-x bottom;
	}
	
	div.sidebar-text ul li a {
		/*margin-left:5px;*/
		color:#FFF;
		text-decoration:none;
		font-size:16px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;	/*Arial, Helvetica, sans-serif;*/
	}
	div.sidebar-text ul li a:hover { text-decoration:underline; }


/*  NEW sidebar3   */	
	div#sidebar3 {
		display:block;
		width:190px;
	}
	div#sidebar3 ul,
	ul.bulletpoints {
		list-style-position:outside;
		margin-left:15px;
		font-size:11px;
		margin-bottom:10px;
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		color:#717171;
		line-height:1.5em;
	}
	div#sidebar3 ul li,
	ul.bulletpoints li {
		list-style-image:url(../listdrop.gif);
		padding:3px 0 4px 2px;
	}

/* SIDEBAR - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
FOOTER - Start ************************************************************************/
	div#footer {
		display:block;
		padding-top:5px;
		margin-bottom:30px;
	}
	div#footer div.awards-block2 { width: 100%; }
		
	div#footer div.footer-nav {
		margin-left:0px;
		display:block;
	}
		
	div#footer div#copyright {
		display:block;
		margin-right:0px;
	}
	
	div#footer div#findUsOn {
		display:block;
		text-align: right;
	}
	
	div#footer div#findUsOn #foot_constantcon {
		width: 180px;
		height: 75px;
		display: block;
	}

	div#footer div#findUsOn #foot_green15 {
		width: 85px;
		height: 28px;
		background: url(../images/newdesign/green15.png) no-repeat;
		display: block;
	}
	
	div#footer div#findUsOn #foot_facebook {
		width: 24px;
		height: 28px;
		background: url(../images/newdesign/facebook.png) no-repeat;
		display: block;
		margin: 0 5px;
	}
	
	div#noticelayer {
		font-size:22px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-style: italic;
		color:rgb(0, 122, 192);
	}
	div#noticelayer a, div#noticelayer a:hover {
		font-style: normal;
		text-decoration: underline;
		color:rgb(0, 122, 192);
		font-size:22px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	}
		
	div#footer div.footer-nav a,
	div#footer div#copyright {
		font-family:'Open Sans', Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#999999;
		margin-top:3px;
		margin-bottom:3px;
		padding-right:8px;
	}
		
	div#footer div.footer-nav a {
		margin-right:4px;
		/*text-transform:lowercase;*/	/*This is dumb.  stop it.*/
	}
		
	div#footer div.footer-nav a.break {
		background-image:url(../img/footer-break.gif);
		background-position:right 4px;
		background-repeat:no-repeat;
	}
		
	div#footer div.footer-nav a:hover {
		text-decoration:underline;
	}
/* FOOTER - End ***********************************************************************
***************************************************************************************/

/**************************************************************************************
SPECIAL - Start ***********************************************************************/

div.two75 	{ width: 275px; float: left; }
div.L15		{ margin-left: 15px; }

a.button1, a.button2, a.button3		{ font-family: "Open Sans", Tahoma, Arial, sans-serif; color: #fff !important; text-decoration: none !important; background: #bd0004 url(../images/btn2-bg.gif) repeat-x 0 0 !important; padding: 10px 5px !important; font-size: 0.88em !important; font-weight: 700 !important; cursor: pointer !important; border: solid 2px #fff !important; text-align: center !important; -moz-border-radius: 6px 6px 6px 6px !important; border-radius: 6px !important; -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; display: block !important; text-shadow: #000000 0 1px 2px !important; }	
a.button2				{ width: 130px; background: #007bbd url(../images/btn2-bg.gif) repeat-x 0 0 !important; border: none !important; padding: 15px 7px !important; margin: 5px 0 !important; }
a.button3				{ width: auto; background: #007bbd url(../images/btn2-bg.gif) repeat-x 0 0 !important; border: none !important; padding: 8px 12px !important; margin: 5px 0 !important; }
a.button1:hover, a.button2:hover, a.button3:hover	{ background-image: none !important; text-decoration: underline !important; text-shadow: none !important; }


ul.faq1 {
	list-style-position:outside;
	margin-left:25px;
}
ul.faq1 li {
	list-style-type:lower-alpha;
}
ul.faq2 {
	list-style-position:outside;
	margin-left:50px;
}
ul.faq2 li {
	list-style-type:lower-alpha;
}
div#faq-links ol {
	list-style-type:outside;
	width: 575px;
	float: left;
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:15px;
	margin-top:15px;
	line-height: 23px;
}
div#faq-links-image {
	width: 177px;
	height: 177px;
}

div#faq-main {
	float:left;
	height:auto;
	padding:20px 0 0 20px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#000000;
}

div.faq-image {
	display:block;
	width:177px;
	height:177px;
	float: left;
	margin-left: 40px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

div.faq-image a {
	display:block;
	height:177px;
	width:177px;	
}

div.faq-block {
	display: block;
	width: 180px;
	height: auto;
	margin-left: 40px;
	margin-bottom: 50px;
	text-align: center;
}

div.faq-block img {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom: 15px;
}

div.faq-image div#faq_image_1200ml,
div.faq-image div#faq_image_11oz,
div.faq-image div#faq_image_nipple
 {
	display:block;
	height:177px;
	width:177px;
	margin:0;
	background-repeat:no-repeat;
	background-position:left center;
}

div.faq-image div#faq_image_1200ml {
	background-image:url(../images/products/1200ml-faq.jpg);
	background-position: 0 0;
}

div.faq-image div#faq_image_11oz {
	background-image:url(../images/products/11oz-faq.jpg);
	background-position: 0 0;
}

div.faq-image div#faq_image_nipple {
	background-image:url(../images/products/nipple-faq.jpg);
	background-position: 0 0;
}	
div.faq-title {
	width: 177px;
	height: auto;
	float: left;
	margin: 15px 0 0 40px;
	text-align: center;
}
table#sizecompare {
	margin-left:25px;
	margin-bottom:15px;
	font-size:12px;
}
table#sizecompare td {
	padding:2px;
}

/* NEW PRODUCTS PAGE(S) */

h1#puraNewProducts	{
	width: 253px;
	height: 45px;
	background: url(../images/products/new/pura_new_products.png) 0 0 no-repeat;
	text-indent: -9999px;
}

.newProduct	{
	width: 213px;
	float: left;
	padding-bottom: 40px;
	text-align: center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
}
.newProduct img {
	padding-bottom: 15px;
}
.newProduct2	{
	width: 213px;
	float: left;
	text-align: center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.newProduct2 img {
	padding-bottom: 5px;
}
.left30		{
	margin-left: 30px;
}
.left15		{
	margin-left: 15px;
}


/* FILE DOWNLOADS SECTION */

div#downloads-main {
	width: 898px;
	height:auto;
	padding:20px 20px 0 30px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#3b3b3b;
}
div#downloads-main a {
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-decoration: underline;
}
div#downloads-main a:hover {
	text-decoration: none;
}
div#downloads-left {
	width: 666px; 
	float: left;
}
div#downloads-right {
	width: 202px;
	float: left;
	margin-left: 30px;
}
div.downloads-col {
	width: 202px;
	height: auto;
	float: left;
	text-align: center;
}
div.padTop {
	padding: 15px 0;
	clear: both;
	width: 100%;
}
div.HRgrey {
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	clear: both;
}
.padLeft30 {
	padding-left: 30px;
}
img.downloadThumb {
	margin-top: 6px;
}
span.pipe { 
	color: #ccc; 
}
h1.downloadH1 {
	font-size: 26px !important;
	color: #202020 !important;
}
h2.downloadH2 {
	font-size: 18px !important;
	color: #1d77be !important;
	text-transform: uppercase !important;
	padding: 0 0 10px 0 !important;	
}
h3.downloadH3 {
	font-size: 13px !important;
	font-weight: normal !important;
	color: #1d77be !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
}
/* SPECIAL - End **********************************************************************
***************************************************************************************/

/**************************************************************************************
NEWS SECTION - Start ******************************************************************/
ul.news li.news-item {
	height: 70px;
	padding:10px 0;
}
ul.news li.news-item-left {
	height: 114px;
	padding:10px 0;
}
ul li span.news-date {
	color:#666666;
	font-size:12px;
}
ul li span.news-title {
	color:#000000;
	font-weight:700;
}
ul li span.news-more a{
	display:block;
	font-size:11px;
	text-transform:uppercase;
	color:#098BC9 !important;
}
ul.news li.news-item div.news-left {
	width: 112px;
	height: 70px;
	padding: 3px 0;
	float: left;
	text-align: center;
}
ul.news li.news-item-tall div.news-left-tall {
	width: 112px;
	height: 114px;
	padding: 3px 0;
	float: left;
	text-align: center;
}
ul.news li.news-item div.news-right {
	width: 600px;
	height: 70px;
	padding: 8px 0 0 0;
	float: right;
}

ul.news li.news-item-tall div.news-right-tall {
	width: 600px;
	height: 114px;
	padding: 8px 0 0 0;
	float: right;
}
/* NEWS SECTION - End *****************************************************************
***************************************************************************************/

/**************************************************************************************
RORY CSS BREAKERS - Start *************************************************************/
.errorLabel {
color: #F00;
}
.errorInput {
background-color: #F00;
}

table#warrantyForm, table#contactForm {
margin-left:25px;
margin-bottom:10px;
font-size:12px;
border:0px;
}

table#warrantyForm td, table#contactForm td {
padding:4px;
font-weight: 700;
vertical-align: top;
}

table#contactForm textarea {
width:300px;
height:200px;
}

div#yourbottle {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
}

div#yourbottle div.row {
	vertical-align:top;
	border-top:1px solid #CCCCCC;
}

div#yourbottle div.table-subtitle,
div#yourbottle div.table-cell {
	float:left;
}

div#yourbottle div.table-subtitle {
	font-weight:700;
	padding-right:2px;
	width:120px;
	padding-top:10px;
	padding-bottom:10px;
}

div#yourbottle div.table-subtitle2 {
	width:230px;
	padding-left:8px;
	float:left;
}

div#yourbottle div.table-cell {
	padding-bottom:10px;
	padding-top:10px;
	width:260px;
	padding-left:8px;
	width:230px;
}

div#yourbottle div.noborder {
	border-top:0px;
}

div#yourbottle tr.noborder td {
	padding-left:8px;
}

table#product-table {
	width:600px;
}

table#product-table .product-cell {
	width:150px;
	text-align:center;
	align:center;
	vertical-align:center;
	font-weight:700;
	font-size:12pt;
	padding-bottom:10px;
}
table#product-table .product-cell .product-image {
	margin-bottom:12px;
}


table#cart-table {
	width:600px;
	color:#000;
}

table#cart-table th { font-weight:700; }
table#cart-table td { padding:5px; }
table#cart-table .oddRow { background:#FFF; }
table#cart-table .evenRow { background:#FF8; }
table#cart-table .shippingRow {
	border-top:1px solid #D5D5D5;
	border-bottom:2px solid #999999;
}
table#cart-table .totalsRow, table#cart-table .quantBox { text-align:right; }
table#cart-table .quantBox { width:50px; }
table#cart-table .leftRow { text-align:left }
table#cart-table .rightRow { text-align: right; }

table#billing-table { padding:0px; margin:0px; }
table#billing-table td { padding:5px; }
table#billing-table .tablelabel { font-weight:700; }

.textbox {
	padding:2px;
}
.puraFormButton {
	margin:5px;
}

.specialFormfield {
	width:0px;
	height:0px;
	display:none;
}

/*********************************** Special table on Why Pura page **********************/
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px Verdana}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 10.0px Verdana}
p.p3 {margin: 3.0px 0.0px 10.0px 0.0px; font: 8.0px Verdana}
span.s1 {font: 8.0px Comic Sans MS}
table.t1 {border-collapse: collapse}
td.td1 {background-color: #ccffcc; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td2 {border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td3 {background-color: #ccecff; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td4 {background-color: #ff7c80; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}
td.td5 {background-color: #ffcc00; border-style: solid; border-width: 1.0px 1.0px 1.0px 1.0px; border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf; padding: 0.0px 5.0px 0.0px 5.0px}

/* RORY CSS BREAKERS - End ************************************************************
***************************************************************************************/

.nobg { background: none; background-image: none; background-position: -5000px -5000px; background: -5000px -5000px; }


/* HOME 2011 */
#home-content	{ width: 960px; padding-top: 25px; font-family: "Open Sans", Tahoma, Arial, sans-serif; font-size: 14px; color: #333; display: inline-block; position: relative; z-index: 0; }

.sm { list-style: none; width: 960px; height: 406px; display: block; overflow: hidden; }
.sm li { float: left; display: inline; overflow: hidden; }
ul#home-feature li.wrap-kiki	{ background: url(../images/home/bg1/rotate.php) 0 0 no-repeat; }
ul#home-feature li.wrap-adult	{ background: url(../images/home/bg2/rotate.php) 0 0 no-repeat; }

.home-feature-main			{ width: 729px; height: 319px; float: left; }
.home-feature-titlebar			{ width: 729px; height: 87px; float: left; background: url(../images/home/home-title-bg.gif) bottom center repeat-x; }
	.home-feature-titlebar-right	{ width: 30px; height: 87px; float: right; }
	.home-feature-title-kiki		{ width: 526px; height: 87px; float: left; text-indent: -5000px; background: url(../images/home/home-title-kiki.gif) bottom left no-repeat; }
	.home-feature-title-adult		{ width: 200px; height: 87px; float: left; text-indent: -5000px; background: url(../images/home/home-title-adult.gif) bottom left no-repeat; }
		.home-feature-adult-features		{ width: auto; height: auto; vertical-align: middle; float: left; color: #fff; margin: 16px 0 0 35px; display: inline; }
		.home-feature-adult-features div	{ width: auto; height: auto; padding: 2px 5px 0 15px; color: #fff; background: url(../images/home/bullet-white.png) 0 6px no-repeat; }
		
		.home-feature-title-right		{ width: 30px; height: 87px; float: right; background: url(../images/home/home-title-bg-right.gif) top left no-repeat; }
		
.badge-combo			{ width: 143px; height: 121px; background: url(../images/home/badge-combo.png) 0 0 no-repeat; margin: 184px 0 0 230px; }
.home-feature-learnMore { width: 162px; height: 74px; float: right; padding-right: 15px; }

.home-news 		{ width: 920px; height: auto; float: left; padding: 20px; font-family: "Open Sans", Tahoma, Arial, sans-serif; font-size: 14px; color: #333; }
	.home-news-left	{ width: auto; height: 29px; background: url(../images/home/vert1.gif) top right no-repeat; float: left; padding: 8px 15px 0 0; }
	
	h2.homenews			{ width: 226px; height: 20px; background: url(../images/home/everybody-loves-kiki.gif) 0 0 no-repeat; text-indent: -5000px; display: inline-block; margin-right: 15px; }
	#quicknews		{ width: 500px; float: left; padding: 10px 0 0 15px; }
.home-left 		{ width: 525px; float: left; padding: 30px 20px; background: url(../images/home/home-left-top.gif) top left no-repeat; font-family: "Open Sans", Tahoma, Arial, sans-serif; font-size: 14px; color: #333; }
	.home-left p		{ font-size: 14px; line-height: 2em; }
	.home-left p strong	{ font-weight: normal; font-size: 1.5em; }
	.awards-block		{ width: 525px; padding: 10px 0 0 0; float: left; text-align: center; }
	.home-save		{ width: 525px; float: left; }
		.home-save-left			{ width: auto; float: left; }
			h2.save				{ width: 234px; height: 27px; background: url(../images/home/home-save-the-planet.gif) top left no-repeat; text-indent: -5000px; margin-bottom: 12px; }
		.home-save-right		{ width: 243px; float: right; }
			.btn-eco			{ width: 119px; }
			.btn-eco a			{ width: 119px; height: 34px; width: 119px; height: 24px; padding-top: 10px; display: block; background: url(../images/home/btn-eco.gif) 0 0 no-repeat; text-align: center; color: #333; }
			.btn-eco a:hover	{ background-position: 0 -34px;}
.home-right { width: 365px; float: right; padding: 25px 0 0 0; background: url(../images/home/home-right-top.gif) top left no-repeat; font-family: "Open Sans", Tahoma, Arial, sans-serif; font-size: 14px; color: #333; }
	#home-right-awards		{ width: 145px; height: 136px; overflow: hidden; float: left; }
		.home-right-awards-content		{ width: 290px; height: 136px; }
			.awardslide						{ width: 115px; height: auto; min-height: 136px; padding: 5px 15px; text-align: center; float: left; }
			.awardslide strong 				{ color: #117cc1; }
	.home-right-btn			{ width: 100px; }
	.home-right-btn a		{ width: 100px; height: 133px; text-align: center; display: block; background: url(../images/home/home-right-btn-bg.gif) 0 0; }
	.home-right-btn a:hover	{ background-position: 0 -133px; }
	.home-right-btn-beware	{ width: 365px; height: 63px; float: left; background: url(../images/home/btn-beware.gif); margin-top: 20px; }
div.green1		{ width: 100%; height: 1px; margin: 25px 0; float: left; background: url(../images/home/hr-green-1.gif) no-repeat; }
div.grey1		{ width: 100%; height: 1px; margin: 15px 0; float: left; background: url(../images/home/hr-grey-1.gif) no-repeat; }
div.home-bottom	{ width: 100%; height: 17px; float: left; background: url(../images/home/home-bottom-all.gif) 0 bottom no-repeat; }
.right3			{ margin-right: 3px; }
.pTop20			{ padding-top: 20px; }
.pTop5			{ padding-top: 5px; }
p.patents		{ float: left; padding: 10px 0; width: 100%; text-align: left; font-size: 11px !important; color: #666666; }

div.preloadMe	{ height: 0; overflow: hidden; }