.wrapper .bestSellerMain {
	float: left;
	width: 634px;
}
.chooseYourSavings {
	background: #ecffe7 url(../graphics/chooseYourSaving.gif) no-repeat;
	height: 134px;
	width: 628px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #353897;
	padding-top: 5px;
}
.chooseYourSavings em {
	color: #FF0000;
	font-style: normal;
}
.chooseYourSavings select {
	background: #ffffa0;
}

.chooseYourSavings .subtitleRed {
	color: #C70038;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
.chooseYourSavings .subtitleBlue {
	color: #353897;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


.chooseYourSavings .cell1 {
	width: 197px;
	text-align: center;
	vertical-align: top;
}

.chooseYourSavings  .cell2 {
	height: 1px;
	width: 1px;
	padding-left: 30px;
	border-left: 1px solid #CFCFCF;
	vertical-align: top;
}
.chooseYourSavings  .cell2  select   {
	width: 350px;
}

.mainContent .subtitle1 {
	font-size: 18px;
	font-weight: bold;
	color: #353897;
	margin: 0px;
}
.mainContent .subtitle2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
.sidebar .supplementFacts {
	width: 310px;
}
.wrapper .featureProduct {
	width: 624px;
	margin-bottom: 5px;
	line-height: normal;
	padding-right: 10px;
}


.wrapper .featureProduct img {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}
.wrapper .featureProduct .RedTag {
	color: #c70038;
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.wrapper  .featureProduct  p {
	margin: 0px;
}
.wrapper .featureProduct ul {
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 0px;
}
.wrapper .featureProduct li {
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	list-style: inside;
	padding-left: 5px;
}
.wrapper .featureProduct .subtitle {
	font-size: 18px;
	color: #353897;
	font-weight: bold;
}
/*
.wrapper .featureProduct .tm {
	vertical-align: super;
	font-size: 12px;
}
*/
.wrapper .featureProduct h1 {
	color: #353897;
	margin: 0px;
}
.wrapper .superSaver {
	width: 634px;
	background: url(../graphics/qty-savings.jpg) no-repeat left top;
	height: 190px;
	margin-bottom: 10px;
}
.wrapper .superSaver .grayBox {
	float: left;
	width: 129px;
	height: 185px;
	text-align: center;
	padding-top: 5px;
	margin-right: 5px;
}
.wrapper .superSaver .grayBox .subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #353897;
}

.wrapper .superSaver .grayBox .subtitleheight {
	height: 40px;
}

.wrapper .superSaver .grayBox .savingspricetitle {
	float: left;
	text-align: right;
	width: 71px;
	color: #37379b;
}

.wrapper .superSaver .grayBox .savingsprice {
	float: right;
	text-align: left;
	width: 49px;
	color: #006313;
}

.wrapper .superSaver .grayBox .savingsprice p {
	color: #006313;
}

.wrapper .superSaver .grayBox p {
	font-weight: bolder;
}

.wrapper .superSaver .grayBox em {
	font-style: normal;
	color: #FF0000;
}

.wrapper .superSaver .greenBox {
	float: left;
	width: 361px;
	height: 185px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #353897;
	font-size: 14px;
}

.wrapper .superSaver .greenBox .savingspricetitle {
	float: left;
	text-align: right;
	width: 75px;
	font-size: 12px;
	color: #37379b;
}

.wrapper .superSaver .greenBox .savingsprice {
	float: right;
	text-align: left;
	width: 75px;
	color: #006313;
	font-size: 12px;
}

.wrapper .superSaver .greenBox p {
	margin: 0px;
}

.wrapper .superSaver .greenBox em {
	font-style: normal;
	color: #FF0000;
}

.wrapper  .superSaver  .greenBox  .subtitle  {
	color: #059721;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
}

.wrapper  .superSaver  .greenBox  .subtitleheight  {
	height: 40px;
}

.wrapper .orangeBox {
	border: 1px solid #e57c00;
	width: 607px;
	line-height: 150%;
	padding: 10px;
	position: relative;
	margin-top: 40px;
}
.wrapper .orangeBox h2 {
	color: #353897;
	margin: 0px;
	font-size: 18px;
}
.wrapper .orangeBox h3 {
	margin: 0px;
	font-size: 14px;
}

.wrapper .orangeBox .SideImg {
	float: right;
	margin-left: 10px;
}

.wrapper .orangeBox .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.wrapper  .orangeBox  .subtitle  a {
	text-decoration: none;
	color: #353897;
}
.pop {
	background: url(../graphics/header.gif) repeat-x left top;
	height: 190px;
	width: 380px;
	padding: 0px 10px 10px;
	display: none;
}
.pop h1 {
	color: #353897;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */