/*  
	VBC  SITE	>css-merging DWS 
	Mar2013		>DevContent
	revision	>1

	merging:	>~dws/vbc-common	~dws/vbc-content
*/

/***************************
	[] VBC common styles
 ***************************/

/* Left Navigation */
#leftContainer {
	float: left;
	left: 15px;
	margin: 0px;
	position: relative;
	width: 298px;
}
/* Center Content */
#centerContainer {
	float: right;
	height: auto;
	margin: 0px;
	position: relative;
	right: 15px;
	width: 615px;
}
#contentHead, #rightContainer {
	display: none;
}

/************************		module containers	************************/
/** specific module classses found below **/
.module-marquee {
	
	position: relative;
}
/*.module-story {
	height: 210px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	position: relative;
}*/
.module-medium {
	border: 1px solid #e4e4e4;
	height: 400px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
.module-small-container {
	float: right;
	padding: 0px;
	width: 615px;
}
.module-small {
	border: 1px solid #e4e4e4;
	height: 180px;
	width: 298px;
	overflow: hidden;
	position: relative;
	float: right;
	margin: 10px 0px 0px 0px;
}
.module-small-container .module-small:first-child {
	float: left;
}
#leftContainer .module-small {
	float: left;
}
.module-title {
	background: #ebf5e3;
	bottom: 0px;
	height: 45px;
	left: 0;
	line-height: 45px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
}
.module-title h2 {
	background: url("../../img/spritemain.png") no-repeat scroll -103px -427px transparent !important;
	color: #5CB613;
	display: block;
	font-weight: normal;
	height: 45px;
	line-height: normal;
	margin: 0;
	padding: 4px 28px 0 0;
	text-align: right;
	text-decoration: none !important;
	width: 276px;
}
a.intro-more-link {
	display: block;
	float: right;
	font-size: 12px !important;
	position: relative;
	text-decoration: none !important;
	margin: 0px;
}
.bio-btm-sprite {
	background: url("../../img/bio-bg.png") no-repeat 0px 0px;
	bottom: 0px;
	clear: both;
	font-size: 1px;
	height: 9px;
	left: 0px;
	line-height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	width: 298px;
}
/* marquee module */
.module-marquee .green-circle-overlay {
	background: url("../../img/marquee-circle.png") no-repeat 0px 0px;
	cursor: pointer;
	height: 217px;
	left: 42px;
	overflow: hidden;
	position: absolute;
	top: 44px;
	width: 217px;
}
.module-marquee .green-circle-overlay table {
	height: 217px;
	margin: 0px 0px 0px 10px;
	width: 197px;
}
.module-marquee .green-circle-overlay td {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	height: 217px;
	line-height: 19px !important;
	overflow: hidden;
	padding: 0px!important;
	text-align: center;
	vertical-align: middle;
	width: 197px;
}
.module-marquee .green-circle-overlay a {
	background: url("../../img/spritemain.png") no-repeat scroll right -463px transparent;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	padding-right: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.module-marquee .video-js{ 
	margin-top: -332px;
}
.module-marquee video{ background-color: #000;}
/*************************************Begin middle module ************************************************************************/
.module-story h3 {
	font-size: 15px;
}
.middle-module h3 {
	font-size: 15px;
}
.middle-module .middle-section {
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	color: #939392;
	font-size: 13px;
	font-weight: normal;
	height: 200px;
	line-height: 20px;
	margin: .6em 0;
	position: relative;
	width: 615px;
}
.middle-module .middle-section > span {
	height: 84px;
	left: 244px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	width: 357px;
}
.middle-module .middle-section #btnMiddleModule span.text {
	background: url("../../img/spritemain.png") no-repeat right -458px;
	font-weight: bold;
	height: auto !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
}
.middle-module .middle-section a {
	left: 244px;
	position: absolute;
	top: 112px;
	width: auto;
	color:#FFFFFF;
}
/****************BEGIN Middle module case middle_products image *************************/
.middle-module .middle-section[style*="products"] > span{
	left:429px;
	color:#54B11A;
	line-height:1.15em;
	max-width:156px;
	font-size:20px;
}
.middle-module .middle-section[style*="products"] a {
	top:115px;
	left:416px;
	width:120px;
}
.middle-module .middle-section[style*="skin"] > span{
	left:433px;
	color:#FFFFFF;
	max-width:156px;
	font-size:20px;
	text-align:center;
	top: 38px;
}
/****************END Middle module case middle_products image **************************/

.btnSecondary {
	color: #FFFFFF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cc94e), color-stop(1, #6abb38) );
	background: -moz-linear-gradient( center top, #8cc94e 5%, #6abb38 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc94e', endColorstr='#6abb38');
	background-color: #8cc94e;
	border: 1px solid #6eb339;
	border-radius: 3px;
	box-shadow: 1px 2px 2px 0 #A38BA3; 
	display: inline-block;
	font-weight: bold; 
	line-height: 17px; 
	margin: 3px; 
	padding: 5px 20px;
	text-align: center; 
	text-decoration: none; 
}
/*************************************End middle module ************************************************************************/

/************************		category list styles 		*************************/
.cat-thumb {
	background: #dbdbda;
	border: 1px solid #dbdbda;
	float: left;
	height: 78px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 78px;
}
.cat-thumb img {
	height: auto;
	margin: -1px 0px 0px -1px;
	width: 80px;
}
.cat-summary {
	float: left;
	height: auto;
	left: 39px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 451px;
}
.cat-summary h3, .cat-summary h3 a {
	color: #66ba21;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-decoration: none;
}
.cat-summary h3 a:hover {
	text-decoration: underline;
}
.cat-summary p {
	color: #a5a5a5;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.cat-summary .button {
	margin-top: 6px;
}


/* ************************		category view styles 		***********************************/
.cat-view-wrap li:first-child {
	border-top: none !important;
}
.cat-view-wrap li {
	border-top: 2px solid #f3f3f3;
	padding: .5em;
}
.cat-view .cat-view-hdr {
	border-bottom: 1px solid #e0e0e0;
	height: 48px;
	margin: 0px 10px;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.cat-view-hdr a.cat-view-print {
	color: #7bc241;
	display: block;
	float: left;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 14px 0px 0px 10px;
	text-decoration: none;
}
.cat-view-hdr a.cat-view-back {
	color: #ffa12d;
	display: block;
	float: right;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 14px 10px 0px 0px;
	position: relative;
	text-decoration: none;
	width: auto;
}
.cat-view-hdr a.cat-view-back span.icon {
	background: url(../../img/spritemain.png) no-repeat 3px -181px;
	display: block;
	float: right;
	height: 20px;
	width: 12px;
}
.cat-view-hdr a.cat-view-back span.text {
	color: #ffa12d;
	display: block;
	float: left;
}
 ##>
.cat-view .cat-view-content {
	height: auto;
}
.cat-view .cat-view-content .col-one {
	float: left;
	height: auto;
	width: auto;
}
.cat-view .cat-view-content .col-one img {
	border: 1px solid #dbdbda;
	height: auto;
	margin: 5px 39px 0px 20px;
	width: 76px;
}
.cat-view .cat-view-content .col-two {
	float: left;
	height: auto;
	padding-top: 10px;
	width: 475px;
}
.cat-view .cat-view-content .col-two h3 {
	color: #7ac142;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.cat-view .cat-view-content .col-two p, 
.cat-view .cat-view-content .col-two strong {
	color: #ababab;
	font-size: inherit;
	text-align: left;
	line-height: 1.324;
    width: 95%;
}
.cat-view .cat-view-content .col-two strong {
    color: #928C8C;
    display: block;
}
.cat-view .cat-view-content .col-two ul {
	color: #ababab;
	list-style-type: disc;
	margin: -5px 30px 25px 20px;
	padding: 0px;
}
.cat-view .cat-view-content .col-two li {
	clear: both;
	color: #ababab;
	font-size: inherit;
	line-height: 1.368em;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	width: 95%;
}


/*********************		subpage classes		*************************************************/
.subpage-container {
	min-height: 180px;
	width: 614px;
}

.subpage-head {
	border-bottom: 1px solid #E0E0E0;
	height: 48px;
	margin: 0px 10px;
	padding: 20px 0px 13px 0px;
}
.subpage-head .button.orangeBtn {
	background: url(../../img/spriterptx.png) repeat-x 0 -218px;
	float: right;
	height: 27px;
	line-height: 27px;
	margin-right: 10px;
	padding: 0px 27px 0px 3px;
}
.subpage-head .button.orangeBtn:hover {
	background: url(../../img/spriterptx.png) repeat-x 0 -248px;
}
.subpage-head .button.orangeBtn span.text {
	/*background: url("../../img/spritemain.png") no-repeat scroll right -456px;*/
	/*font-size: 15px;*/
	/*height: auto;
	line-height: 15px;*/
	margin-left: 26px;/*TFS 4635 Fix */
	/*text-align: center;*/
	padding: 6px 18px 6px 15px;
	/*##> padding: 7px 18px 5px 15px\9; /* ie9 and under hack for line heights 
	text-decoration: none;*/
}
.subpage-head #btnSignUp {
	float: left;
}
.subpage-head #btnJoinMyTeam{
	float:right;
}
.subpage-content {
	height: auto;
	margin: 20px 20px 0px 20px;
	overflow: auto;
	padding: 0px 0px 30px 0px;
}
.subpage-content h3 {
	margin-left: 0;
}
.subpage-container p{
	margin-left: 1em;
}
.subpage-container .busopps_txt{
	margin-left: 1em;
}
.trigger .forward{
	margin-left: 22px;
}

/* 2013 */
.subpage-banner blockquote:before{
	content: "\201C"; /* left double quotation on UNICODE */
	position: absolute;
	color: #DEDEDE;
	font: 8.3em/1em Arial, Lucida Grande, sans-serif;
	left: 18px;
	top: -26px;
	height: 50px;
}
.subpage-banner blockquote{
	font: lighter 2.2em/1.13em Helvetica, sans-serif;
	position: relative;
	color: #9D9D9D;
	padding: 1em 3.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid silver;
}
/************************		flowplayer styles 		**************************************/
/* player style */
.video_player {
	background: #000;
	height: 320px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	width: 614px;
}
a.player {
	/*background:#000 url(../../img/icon-play.png) no-repeat center center;*/
	color: #fff;
	cursor: pointer;
	display: block;
	height: 301px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 614px;
}
/* splash image */
a.player img {
	margin-top: 0;
	border: 0;
}
#player {
	/*background: #1d1d1d url('/content/global/img/default-splash.png') no-repeat center bottom;*/
	cursor: pointer;
	height: 320px;
	margin: 0px auto 13px auto;
	overflow: hidden;
	width: 614px;
}
#player img {
	display: none!important;
}
.player_info {
	background: #838382;
	bottom: 0px;
	height: 20px;
	left: 0px;
	position: absolute;
	width: 614px;
}
.player_info_title {
	display: none;
}
.player_info_links {
	display: none;
}
/* playlist style */
#playlist {
	clear: both;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 4px 0px 12px 0px;
	margin: 10px 3px;
}
#playlist .tag {
	background: #ebf5e3;
	height: 40px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	top: 0px;
	width: 614px;
}
#playlist .tag h2 {
/*	background:none!important;
	font-size:20px;
	font-weight:normal;
	line-height:40px;
	text-indent:12px;
	text-transform:none;*/
}
/* playlist entry */
#playlist a {
	border-bottom: 2px solid #ededed;
	color: #8e8e8d;
	display: block;
	height: 124px;
	margin: 0px;
	overflow: hidden;
	padding: 10px 0 5px;
	text-decoration: none;
	width: 611px;
}
/* different states of a playlist entry */
/* ##!  bkg-color === on a:hover, .playing, .paused... maybe needed only in a */
#playlist a:hover {
	background-color: #ededed;
}
#playlist a.progress {
	background-color: #efefef;
}
#playlist a.playing {
	background-color: #ededed;
}
#playlist a.paused {
	background-color: #ededed;
}
/* elements inside playlist entry */
#playlist a img {
	border: 0;
	float: left;
	height: 90px;
	left: 25px;
	margin: 0px;
	position: relative;
	top: 17px;
	width: 120px;
}
#playlist a strong {
	color: #66ba21;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	left: 50px;
	line-height: 14px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 437px;
}
#playlist a p {
	clear: none;
	color: #8e8e8d;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	left: 50px;
	line-height: 17px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 437px;
}
#playlist a em {
	color: #333;
	display: block;
}
/*bus opps video */
.subpage-banner #player {
	background: #000 url(../../img/default-splash.png) no-repeat center center;
	width: 615px;
	height: 270px;
	cursor: pointer;
	border: none;
	outline: none;
}
.subpage-banner #player span {
	display: none;
}
.subpage-banner #playlist {
	display: none;
}
/*Impressum*/
.contact-info {
	word-wrap: break-word;
}
/***************************************CONTACT INFO CMR JAN 2013****************************************/
#contentHead {
	height: 190px;
}
.moduleBio > img {
	float: left;
	margin: 0px .8em .8em 0px;
	max-height: 100px;
    min-width: 100px;
}
.moduleBio {
	overflow: hidden;
	background-color: #F3F3F3;
	background-image: url("bio-bg.png") no-repeat;
	padding: 0.5em 0.5em 0;
	position: relative;
	min-height: 310px;
	border: 1px solid lightgray;
}
.moduleBio.horizontal {
	background: none;
	height: 143px; /* */
	/*min-height: 143px;  erase after refactoring .moduleBio */
}
.moduleBio.horizontal .distributorContact {
	float: left;
	height: auto;
	margin: 0 1em 0 0;
	min-width: 20%;
	overflow: hidden;
	clear: none;
}
.moduleBio > .distributorContact {
	clear: left;
}
.distributorInfo .distributorContact { /* , .distributorInfo h3 */
	word-wrap: break-word;	
	-ms-word-break: break-all;
    word-break: break-all;
		/* Non standard for webkit*/
		word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.distributorInfo h3 {
	font-size: 1.5em;
	line-height: 0.923em;
	font-weight: bold;
	margin-right:0;
	padding: 0 0 8px 0;
}
.distributorInfo p + p {
	clear: left;
	padding-right: 35px;
}
.distributorContact {
	overflow: hidden;
}
.distributorContact .tel, .distributorContact .email {
	padding-left: 30px;
	font-size: 1em;
	margin: .6em 0px;
	font-weight: bold;
	display: block;
}
.distributorContact .tel{
	font-size: 1.25em;
}
.social {
	position: absolute;
	right: 6px;
	top: 78px;
}
.social a {
	display: block;
	margin: 0 0 0.5em;
	height: 24px;
	width: 25px;
}
.rightLink {
	position: absolute;
	top: 6px;
	right: 2px;
}
.moduleBio .rightLink + .button {
	float: left;
}
.distributorContact .tel {
	background: url("../../img/phone.png") no-repeat scroll 0 0 transparent;
}
.distributorContact .email {
	background: url("../../img/email.jpg") no-repeat scroll 0 0 transparent;
}
.moduleBio .logInModule {
	position: relative;
	padding-top: 15px;
	border-top: 1px solid gray;
}
.moduleBio .logInModule h3 {
	border: none;
	font-weight: bold;
	margin: 6px 0px 0px .5em;
	padding: 0px;
	color: #696969;
}
.moduleBio .loggedInInfo {
	border-top: 1px solid gray;
	position: relative;
}
.moduleBio .loggedInInfo h3 {
	border: none;
	font-weight: bold;
	margin: 6px 0px 0px .5em;
	padding: 0px;
	color: #696969;
}
.moduleBio .loggedInInfo #miniCartModule {
	padding: 0px 5px 0px;
}
.moduleBio .loggedInInfo .recentlyAdded {
	padding: 10px 0px 0px 33px;
}
.moduleBio .loggedInInfo .orangeBtn {
	width: 100%;
}
.moduleBio .logInContainer {
	overflow: hidden;
	position: relative;
}
.moduleBio .logInContainer input {
	height:18px;
	margin: 0.6em 0 1em 0;
	text-indent:5px;
	width: 38%;
}
.moduleBio .logInContainer > input:first-child {
	-webkit-border-radius: 6px 0 0 6px; /*CSS3 please */
	border-radius: 6px 0 0 6px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.moduleBio .logInContainer input[type="submit"] {
	display:block;
	height: 25px;
	left:215px;
	margin:0;
	min-width:65px;
	position:absolute;
	top:7px;
	width:0;
}

.moduleBio input.grayLogin[disabled] {
    background-color: silver;
	cursor: auto;
}

.moduleBio .logInContainer input[type="checkbox"] {
	background-color: transparent;
	 float: left;  
	 margin: 0 5px 0 8px;
}

#Password{
	margin-left:4px;
	width:34%;
}
#completeCustomer{
	font-weight:bold;
}
#newcustomer_text, #already_text{
	color:#7d7d7d;
}
#newcustomer_text {
	display: inline-block;
	margin-bottom: 36px;
}
#newcustomer_text a {
	display: block;
	margin-top: 10px;
}
#already_text {
	display: block;
	margin-top: -61px;
	margin-left: 140px;
	margin-bottom: 12px;
}
.errMsg {
	clear: both;
}


.moduleBio .bio-btm-sprite{
	display: none; /* ##> Erase emptyDiv on code and erase this rule */
}
/****************************************END CONTACT INFO CMR JAN 2013************************************/



/***************************		[]  VBC	content styles 		***************************/



/************************		about me list-style-position: *******************************************/
/************************		athlete stories styles **************************************************/
/* ##>
.ath-storiess {
}
.ath-stories .ath-row {
   clear:both;
   height:auto;
   overflow:auto;
   padding:15px 0px 20px 0px;
}
.ath-stories .ath-row img {
	border:1px solid #e3e1e2;
   float:left;
   height:100px;
   margin:0px 20px 0px 0px;
   width:100px;
}
.ath-stories .ath-row h3 {
   clear:none;
   margin:-3px 0px 0px 0px;
   padding:0px;
   text-align:justify;
   width:425px;
}
.ath-stories .ath-row p {
   clear:none;
   float:left;
   line-height:16px;
   margin:0px;
   padding:0px;
   text-align:justify;
   width:435px;
}
.ath-stories .ath-row em {
	color:#696969;
	display:block;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	margin:0px 0px 5px 20px;
}*/


/************************		sponsorships styles 	************************/
.sponsorships {
}
.sponsorships .spons-row {
   clear:both;
   height:auto;
   overflow:auto;
   padding:15px 0px 20px 0px;
}
.sponsorships .spons-row img {
	border:1px solid #e3e1e2;
   float:left;
   height:94px;
   margin:0px 20px 0px 0px;
   width:157px;
}
.sponsorships .spons-row h3 {
   clear:none;
   margin:-3px 0px 0px 0px;
   padding:0px;
   text-align:justify;
   width:425px;
}
.sponsorships .spons-row p {
    clear: none;
    float: left;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: justify;
    width: 391px;
}
.sponsorships .spons-row em {
	color:#696969;
	display:block;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	margin:0px 0px 5px 20px;
}


/************************
		business opps styles ****/
.subpage-head.business-opps {
	border-bottom: 1px solid #E0E0E0;
	height: 48px;
	margin: 0 10px;
	padding: 20px 0 0;
	position: relative;
}
.subpage-content.business-opps {
	clear:both;
	margin:0px 0px 50px 10px;
	overflow:hidden;
}
.business-opps ul,
.business-opps li {
	color:#999;
}
.business-opps h3 {
	clear: both;
	color: #5cb613;
	font-weight: normal;
	margin: 20px 0 0 20px;
	position: relative;
}
.business-opps h3.drk-green {
	color:#7aa372;
}
ul.product-list {
    margin: 2px 0 20px 17px;
    padding: 0;
}
ul.product-list li {
    border: medium none;
    font-size: 12px;
    line-height: 18px;
    list-style: disc outside none;
    margin: 0 0 0 20px;
    padding: 0;
}

.toggle_container {
	margin: 5px 0px 0px 1em;
}
.chart-one h3 {
	margin:5px 0px 10px 0px;
	padding:0px;
}
.chart-one p {
	margin:0px 0px 25px 0px;
	padding:0px;
}
.chart-two table {
	margin:0px;
}

/************************		bus opps lead gen styles ****/
ul.lead-gen-form {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
ul.lead-gen-form li {
	clear:both;
	color:#8e8e8d;
	height:auto;
	margin:0px;
	padding:4px 0px 3px 0px;
	vertical-align:top;
}
ul.lead-gen-form li.break {
	padding:20px 10px;
}
ul.lead-gen-form li span {
	display:inline-block;
	font-size:12px;
	line-height:20px;
}
ul.lead-gen-form table {
	display:inline-block;
	margin-top:4px;
} 	
ul.lead-gen-form td {
	padding:0px 15px 0px 0px;
}
ul.lead-gen-form label {
	color:#8e8e8d;
	display:inline-block;
	font-size:12px;
	height:auto;
	line-height:17px;
	padding:2px 8px 1px 0px;
	text-align:right;
	vertical-align:top;
	width:200px;
}
ul.lead-gen-form li label span {
	color:#999;
	display:inline;
	font-size:11px;
}
ul.lead-gen-form input[type="text"] {
	width:300px;
}
ul.lead-gen-form input[type="checkbox"],
ul.lead-gen-form input[type="radio"] {
}
ul.lead-gen-form input.fld-short {
	width:50px;
}
ul.lead-gen-form select {
	width:200px;
}
ul.lead-gen-form textarea {
	height:100px;
	width:300px;
}

.subpage-content.form-results  {
	margin: 55px 0px 250px 10px;
}
.form-results h3 {
	color: #7bc241;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin: 0px 0px 10px 60px;
	padding: 0px;
}
.form-results p {
	clear: both;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 18px;
	margin: 0px 120px 15px 60px;
	padding: 0px;
}

/************************		resources styles 		*******************************/
.resources h3 {
	margin:0px;
	padding:0px;
}


/************************		product details styles 		***************************/
div.prod-details-container {
	float:left;
	height:auto;
	margin:0px;
	padding:0px 0px 15px 0px;
	position:relative;
	width:auto;
}
.prod-details-overview {
	height:auto;
	left:18px;
	position:relative;
	top:0px;
	width:596px;
}
.prod-details-overview .overview-summary {
	float:left;
	height:auto;
	left:0px;
	overflow:hidden;
	position:relative;
	top:0px;
	width:405px;
}
.prod-details-overview h4 {
	font-size:15px;
}
.prod-details-overview p {
	color:#959595;
	font-size:12px;
	line-height:18px;
	margin: 0px 0px 15px 0px;
}
.prod-details-overview .overview-photo {
	cursor:pointer;
	float:right;
	margin:24px 0px 0px 0px;
	text-align:justify;
	width:180px;
}
.prod-details-overview .overview-photo img {
	margin:0px 0px 10px 0px;
	width:104px;
}
.prod-details-overview .overview-photo .inline img {
	margin:0px;
	width:auto;
}
.prod-details-overview .overview-photo span {
	clear:both;
	color:#888a86;
	display:block;
	font-size:9px;
	height:11px;
	line-height:11px;
	text-align:center;
}
.prod-details-overview .overview-footer {
	clear:both;
	height:48px;
	padding:10px 0px 0px 0px;
	position:relative;
	width:596px;
}
.prod-details-overview .overview-footer a.link-view-label {
	background:url('/Content/Global/img/common/icon-file-pdf.png') no-repeat top left;
	color:#a7a7a7;
	display:block;
	float:left;
	font-size:12px;
	height:auto;
	margin:0px;
	padding:10px 0px 2px 0px;
	text-decoration:none;
	text-indent:30px;
	text-transform:lowercase;
	width:auto;
}
.prod-details-overview .overview-footer div.icon-notes {
	float:right;
	height:auto;
	margin:0px;
	padding:7px 40px 0px 0px;
	width:auto;
}
.prod-details-overview .overview-footer div.icon-notes img {
}
.prod-details-addl-info {
	border-top:2px solid #e8e8e8;
	clear:both;
	height:auto;
	left:14px;
	position:relative;
	top:0px;
	width:600px;
}
.prod-details-addl-info h4 {
	font-size:15px;
}
.prod-details-addl-info p {
	margin:0px 20px 15px 0px;
}
.prod-details-options {
	border:1px solid #b4b4b4;
	/*border-width:1px 0px 1px 1px;*/
	clear:both;
	height:auto!important;
	height:110px; /* ie min-height hack */
	left:14px;
	margin:25px 4px 0px 4px;
	min-height:110px;
	padding:0px;
	position:relative;
	width:575px;
}
.prod-details-options table {
	margin:0px;
	width:100%;
}
.prod-details-options th {
	background:#fff;
	border-right:2px solid #d7d7d7;
	color:#a8a8a8;
	padding:5px 9px;
}
.prod-details-options td {
	background:#91c16b;
	border-right:2px solid #d7d7d7;
	color:#fff;
	padding:5px 9px;
}
th.no-border,
td.no-border {
	border-width:0px;
}


/************************		tools (bmi & lpe) styles  		*******************************/
.tools-container {
	height: auto;
	margin: 20px 20px 0;
	overflow: hidden;
	padding: 0 0 30px;
}
.tools-container h3 {
	margin:0px;
}	
.heading-blue {
	background:#b2cee8;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	height:38px;
	line-height:38px;
	margin:6px 0px 6px 0px;
	padding:0px;
}
.heading-blue h5 {
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:38px;
	margin:0px 0px 0px 12px;
	padding:0px;
}
.tools-content {
	background:#f8fafe;
	margin:0px 0px 15px 0px;
	padding:7px 0px 0px 0px;
}
.tools-content li, 
.wildcard-content .tools-content li {
	border-bottom:none;
	clear: both;
	color: #ababab;
	display:block;
	height:45px;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 5px 15px;
	padding:0px 0px 0px 0px ;
}
.tools-content h5 {
	color: #959595;
	float: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	margin-top: 8px;
	text-align: right;
	width:130px;
}
.tools-content h5.mult {
	line-height:15px;
	margin-top:5px;
}
.tools-content span {
	color:#677d92;
	float:left;
	font-size:13px;
	font-weight:normal;
	line-height:27px;
	text-align:right;
	margin:8px 15px 0px 4px;
	width:auto;
}
.tools-content li.tools-row-weight {
}
.tools-content li.tools-row-height {
}
.tools-content li.tools-row-buttons input {
	background:#eeeded;
	border:1px solid #e0e0e0;
	color:#677d92;
	font-size:15px;
	font-weight:normal;
	height:26px;
	line-height:26px;
	margin:6px 0px 0px 9px;
	padding:0px 4px;
	text-transform:lowercase;
	width:auto;
}
.tools-content li.tools-row-buttons input.bmi-btn-submit {
	background:#85baea;
	border:none;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	height:26px;
	line-height:26px;
	text-transform:lowercase;
	width:auto;
}
.tools-content li.tools-row-bmi-total {
}

input.bmi-field {
	background: #fff;
	border: 1px solid #677d92;
	color: #4c5c6b;
	float: left;
	height: auto;
	line-height: 24px;
	margin: 8px 0 0 9px;
	padding: 4px 3px 5px;
	width: 60px;
}
input.bmi-field-short {
	width:60px;
}
input.bmi-radio {
	background:none;
	border: none;
	color:#677d92;
	float:left;
	height:27px;
	line-height:27px;
	margin:8px 0px 0px 9px;
	padding:0px;
	width:auto;
}
select.bmi-field {
	background:#fff;
	border:1px solid #677d92;
	color:#677d92;
	float:left;
	height:26px;
	line-height:27px;
	margin:8px 7px 0px 9px;
	padding:2px 2px 2px 0px;
	width:50px;
}
table.bmi-matrix-tbl {
	width:460px;
}
table.bmi-matrix-tbl td {
	border-bottom:2px solid #f3f3f3;
	color:#7e7e7e;
	font-size:12px;
	line-height:18px;
	padding:4px 40px 3px 12px;
	text-align:left;
	white-space:normal;
}
table.bmi-matrix-tbl td.bmi-matrix-data-right {
	padding-right:10px;
	text-align:right;
	white-space:nowrap;
}
.lpe-meal-plan {
	clear:both;
	margin:-12px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	text-align:center;
}


/* new buttons -- not yet implemented ****
.tools-row-buttons input {
	background:#fcf9f7 url(../../img/sprite-tiles.png) repeat-x 0 -128px;
	border:1px solid #afaeae;
	border-bottom:1px solid #838383;
	border-radius:2px;
	-moz-border-radius:2px;
	color:#fff;
	cursor:pointer; 
	display: inline-block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:19px;
	line-height:19px;
	margin:0px;
	min-width:120px;
	padding: 0px 15px;
	position:relative;
	text-align:center;
	text-indent:0px;
	width:auto;
}
.tools-row-buttons input:hover{
	background:url(../../img/sprite-tiles.png) repeat-x 0 -160;
	color:#4c4c4c !important;
	text-decoration:none;
}
.tools-row-buttons input.bmi-btn-submit{
	background:url(../../img/sprite-tiles.png) repeat-x 0 0px;
	border:1px solid #ffa12d !important;
	border-bottom:1px solid #e88c1a;
}
.tools-row-buttons input.bmi-btn-submit:hover{
	background:url(../../img/sprite-tiles.png) repeat-x 0 -32px;
	color:#915205 !important;
	text-decoration:none;
}*/


/*	terms and conditions */
.padL20{
	padding-left: 20px;
}

/***************   Format Business Opportunity Table************************/
.hrblTable.RadGrid, .hrblTable {
    border: medium none;
}
.hrblTable.RadGrid .rgMasterTable, .hrblTable > table {
    border: 1px solid #D3D2D2;
    color: #525252;
    padding: 1px;
}
.hrblTable.RadGrid th, .hrblTable th {
    background-color: #D1EDBD;
    background-image: none;
    height: 45px;
    padding: 0 8px;
    text-align: left;
}
.hrblTable.RadGrid th a, .hrblTable th a {
    color: #525252;
    font-size: 12px;
    text-decoration: none;
}
.hrblTable.RadGrid tr.rgRow, .hrblTable.RadGrid tr.rgAltRow, .hrblTable > table > tbody tr {
    height: 40px;
}
.hrblTable.RadGrid .rgAltRow, .hrblTable tr:nth-child(2n) {
    background-color: #F3F3F3;
}
.hrblTable.RadGrid .rgRow:hover, .hrblTable.RadGrid .rgAltRow:hover, .hrblTable > table > tbody tr:hover {
    background-color: #FFF2DE;
}
.hrblTable.RadGrid .rgRow td, .hrblTable.RadGrid .rgAltRow td, .hrblTable tr td {
    border: medium none;
    padding: 4px 8px;
}
.hrblTable.RadGrid .rgPager, .hrblTable .rgPager {
    background: none repeat scroll 0 0 transparent;
}
.hrblTable.RadGrid .rgPager table, .hrblTable .rgPager table {
    float: right;
    width: auto !important;
}
.hrblTable.RadGrid .rgNumPart a, .hrblTable.RadGrid .rgPageFirst, .hrblTable.RadGrid .rgPagePrev, .hrblTable.RadGrid .rgPageNext, .hrblTable.RadGrid .rgPageLast, .hrblTable .rgNumPart a, .hrblTable .rgPageFirst, .hrblTable .rgPagePrev, .hrblTable .rgPageNext, .hrblTable .rgPageLast {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    cursor: pointer;
    margin: 0 2px;
    padding: 0;
}
.hrblTable.RadGrid .rgNumPart a:hover, .hrblTable.RadGrid .rgNumPart a.rgCurrentPage, .hrblTable .rgNumPart a:hover, .hrblTable .rgNumPart a.rgCurrentPage {
    background-color: #70BC3D;
    color: #FFFFFF;
}
.hrblTable.RadGrid .rgNumPart span, .hrblTable .rgNumPart span {
    background: none repeat scroll 0 0 transparent;
    display: block;
    padding: 0 2px;
    text-align: center;
    width: 18px;
}
.hrblTable.RadGrid .rgNumPart a:hover, .hrblTable.RadGrid .rgNumPart a:hover span, .hrblTable.RadGrid .rgNumPart a.rgCurrentPage, .hrblTable.RadGrid .rgNumPart a.rgCurrentPage span, .hrblTable.RadGrid .rgPageFirst, .hrblTable.RadGrid .rgPagePrev, .hrblTable.RadGrid .rgPageNext, .hrblTable.RadGrid .rgPageLast {
    background-image: none;
}
.hrblTable.RadGrid .rgPageFirst, .hrblTable.RadGrid .rgPagePrev, .hrblTable.RadGrid .rgPageNext, .hrblTable.RadGrid .rgPageLast {
    height: 24px;
    width: 24px;
}
.hrblTable.RadGrid .rgPageFirst {
    background: url("/Content/Global/img/icons/doubleArrowLeft.jpg") no-repeat scroll center center transparent;
}
.hrblTable.RadGrid .rgPagePrev {
    background: url("/Content/Global/img/icons/arrowLeft.jpg") no-repeat scroll center center transparent;
}
.hrblTable.RadGrid .rgPageLast {
    background: url("/Content/Global/img/icons/doubleRightArrow.jpg") no-repeat scroll center center transparent;
}
.hrblTable.RadGrid .rgPageNext {
    background: url("/Content/Global/img/icons/arrowRight.jpg") no-repeat scroll center center transparent;
}
.hrblTable.RadGrid .rgNumPart, .hrblTable.RadGrid .rgArrPart1, .hrblTable.RadGrid .rgArrPart2 {
    padding: 5px 0;
}
.hrblTable.RadGrid .rgAdvPart, .hrblTable.RadGrid .rgInfoPart {
    padding: 5px 10px;
}
.hrblTable.RadGrid .rgArrPart1 {
    padding-left: 5px;
}
.hrblTable.RadGrid .rgArrPart2 {
    padding-right: 5px;
}
.hrblTable.RadGrid .rgPageFirst:hover, .hrblTable.RadGrid .rgPagePrev:hover, .hrblTable.RadGrid .rgPageLast:hover, .hrblTable.RadGrid .rgPageNext:hover {
    background-position: center center;
}
/******************************************End BO Table ********************************************/
.disclaimer {
color: #5ab11a;
font-weight: bold;
}