* {
	font-family: Helvetica,Tahoma,Arial,Verdana;
	margin: 0;
	padding: 0;
	color: #555555;
	line-height: 20px;
}
html { overflow-y: scroll; }
body {
	background-color: white;
	padding: 0;
	margin: 0;
	color: #666666;
	font-family: Helvetica,Tahoma,Arial,Verdana;
	font-size: 9.5pt;
	background-image: url('/images/site_design/water_background.gif'); 
	background-repeat: no-repeat;
	background-position: center bottom; 
	background-attachment: fixed;
}
a {
	color: #2369A4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #D00707;
	text-decoration: none;
	font-weight: bold;
}
a:focus, a:active { outline: none; }
p { margin: 0 0 10px 0; line-height: 20px; text-align: justify; color: #666666; }
p.centered { text-align: center; }
img {
	border: 0 none transparent;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.bullets { margin: 0pt 0pt 15px 20px; list-style-image: url("/images/icons/bullet.png"); }
h1 { font-weight: normal; font-size: 16.5pt; margin-bottom: 15px; color: #7CBA03; line-height: 25px; }
h2 { font-weight: normal; font-size: 12pt; margin-bottom: 10px; clear: both; color: #7CBA03; }
h3 { font-weight: bold; font-size: 10pt; margin-bottom: 5px; color: #7CBA03; }
h2.big { font-size: 14pt; }

sup.highlight { font-weight: bold; margin-left: 3px; font-style: italic; color: red; font-size: 7.5pt; }










/** popover related **/

/** popover type 1 /**/
.popoverElement { position: absolute; display: block; }
div.popoverType1 {
	background-color: #EEEEEE;
	border: 2px solid #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverType1 div.padding { padding: 15px 20px 25px 20px; }
div.popoverType1 div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverType1 div.contentBlock { padding: 10px 0 5px 0; margin: 2px 0 0 0; }
div.popoverType1 h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverType1 div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popoverType1 div.close:hover { background-position-y: -20px; }
div.popoverType1 lable.fieldTitle{width:250px;}
/** popover type 2 /**/
div.popoverTypeSimple2 {
	background-color: #EEEEEE;
	border: 2px solid #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverTypeSimple2 div.padding { padding: 10px 10px 0 10px; }
div.popoverTypeSimple2 div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverTypeSimple2 div.contentBlock { padding: 0 0 5px 0; margin: 5px 0 0 0; }
div.popoverTypeSimple2 h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverTypeSimple2 div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 10px; }
div.popoverTypeSimple2 div.close:hover { background-position-y: -20px; }

/** popover type simple /**/
div.popoverTypeSimple {
	background-color: #FFFFFF;
	border: 2px solid #D93939;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
/**	background-image: url('/images/logos/small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat; /**/
	color: #333333;
}
div.popoverTypeSimple div.padding { padding: 5px 10px 5px 10px; }
div.popoverTypeSimple div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popoverTypeSimple div.contentBlock { margin: 2px 0 0 0; }
div.popoverTypeSimple h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popoverTypeSimple div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popoverTypeSimple div.close:hover { background-position-y: -20px; }















/** pagination **/
ul.pagination { text-align: center; margin: 0; padding: 10px 0 0; height: 15px; }
ul.paginationLeft { float: left; }
ul.paginationRight { float: right; }
ul.pagination li { margin: 0px 3px; }
ul.pagination a { margin: 0px; }
ul.pagination a:hover { color: red; background-color: #F8F8F8; font-size: 10px; }
ul.pagination li, ul.pagination a, ul.pagination a:hover {
	display: block;
	float: left;
	margin: 0;
	padding: 0 3px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
ul.pagination a:hover { color: #FF7300; }
ul.pagination li.link { padding: 0px; border: 0px none transparent; }

ul.pagination li.currentPage { color: #FF7300; }
ul.pagination li.prevNext, ul.pagination li.prevNext a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.pagination li.previousPage { background-image: url('/images/nav/pagination_arrow_left_unclickable.gif'); margin-right: 3px; width: 15px; height: 15px; text-indent: -1000em; text-align: left; }
ul.pagination li.previousPageLink a { background-image: url('/images/nav/pagination_arrow_left_clickable.gif'); margin-right: 3px; width: 15px; height: 15px; text-indent: -1000em; text-align: left; }
ul.pagination li.nextPage { background-image: url('/images/nav/pagination_arrow_right_unclickable.gif'); margin-left: 3px; width: 15px; height: 15px; text-indent: -1000em; text-align: left; }
ul.pagination li.nextPageLink a { background-image: url('/images/nav/pagination_arrow_right_clickable.gif'); margin-left: 3px; width: 15px; height: 15px; text-indent: -1000em; text-align: left; }
















/** form related **/
.successMessage { font-weight: bold; color: green; }
.errorMessage { font-weight: bold; color: red; }

form.formBlock {
	border: 1px solid #CCCCCC;
	margin: auto 0;
	padding: 10px;
}
div.formBlock {
	padding: 15px;
	background-color: #F7F7F7;
	margin: 0;
}
div.formBlock input { 	width: 200px; }
div.formBlock input.long { 	width: 400px; }

div.formBlock p.first {
	margin-top: 4px;
	background-color: red;
}

label { cursor: pointer; outline: none; }
label.nonClickable { cursor: auto; }
label.fieldTitle {
	font-family: Helvetica,Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
label.fieldTitle2 {
	font-family: Helvetica,Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 280px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

label.fieldTitle3 {
	font-family: Helvetica,Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 180px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}

label.medium1 {	width: 215px;	}
label.auto {	width: auto;	}
label.forRadioCheckbox { float: left; margin-right: 5px; }

div.label {
	font-family: Helvetica,Tahoma,Arial,Verdana;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
label.tall {	height: 40px;	}

div.field {
	clear: left;
	display: block;
	height: expression('1%');
	margin: 0 0 6px 0;
	padding: 1px 0;
}
input, textarea, select {
	background-color: #fff;
	border: 1px solid #ccd;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Tahoma,Arial,Verdana;
	padding: 0;
	height: 21px;
	line-height: 21px;
}
textarea {
	overflow: auto;
	width: 350px;
	height: 110px;
}
textarea.small {
	width: 350px;
	height: 60px;
}
textarea.thin {
	width: 300px;
	height: 110px;
}
input.checkbox, input.radio { width: auto !important; background-color: transparent; border: 0px none transparent; cursor: pointer; }
label input.checkbox, label input.radio { display: block; float: left; margin: 0 5px 0 0; }

fieldset { border: 0px none transparent; }
fieldset.inputBlock { margin-bottom: 30px; }

fieldset input { background-color: white; }
fieldset input.max { width: 300px; }
fieldset input.long { width: 300px; }
fieldset input.medium { width: 200px; }
fieldset input.small { width: 50px; }
fieldset input.streetNumber { width: 50px; }
fieldset input.streetName { width: 241px; }
input.calendarInput { float: left; cursor: pointer; }

fieldset div.submitBlock { margin: 10px 0 0 0; padding: 0; float: right; }

fieldset legend {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 0;
	padding: 0 5px 10px 5px;
	line-height: 150%;
}
.submit_form { margin-right: 20px; width: 65px; height: 22px; padding-top: 22px; background: url('/images/buttons/en/submit.gif') repeat-y center top; border: 0 none transparent; }


div.formMessage { display: none; font-weight: bold; color: red; margin: 0; padding: 10px 0 4px 0; text-align: center; }
div.successMessage { display: none; font-weight: bold; color: green; margin: 0; padding: 10px 0 4px 0; text-align: center; }
div.pleaseWaitBlock { display: block; height: 20px; background-image: url('/images/ajax_loading.gif'); background-repeat: no-repeat; margin: 2px 10px 0 0; padding: 5px 10px 0 33px; }
fieldset div.pleaseWaitBlock { float: left; margin: 2px 0px 0 0; }

.button {
	background-color: #DBDBDB;
	border: 1px solid #999;
	color: black;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 1px 15px;
	height: 21px;
	padding: 0;
	text-align: center;
}
.button:hover { color: red; background-color: #E6E6E6; border: 1px solid #999; }

.buttonImage {
	border: 0 none transparent !important;
	cursor: pointer;
}
.buttonImage:hover { }


img.captcha { width: 175px; height: 45px; }

span.required { font-weight: bold; color: #D00707; font-size: 15px; }

ul.stepList { display: block; margin: 0 0 20px 0; height: 22px; }
ul.stepList li { display: block; float: left; padding: 0 20px; height: 22px; line-height: 22px; margin: 0 5px; background-color: transparent; border: 1px solid #E0E0E0; cursor: pointer; }
ul.stepList li.current { background-color: #FFF0F0; cursor: inherit; }
ul.stepList li.disabled { background-color: #C0C0C0; cursor: inherit; }

a.formLinkNoLabel { text-align: center; display: block; margin: 0 auto; }

label.plainTextPadded { margin-top: 5px; }
div.plainTextPadded { float: left; margin-top: 3px; }

div.alternateOptions { float: left; }
div.alternateOptionsText { float: left; margin: 0; }
div.alternateOptionsText label { line-height: 28px; }
div.alternateOptionsText input.radio { display: block; float: left; margin: 5px 5px 0 5px; }

a.getStartedNow { display: block; width: 132px; height: 0px !important; height /**/:54px; /* for IE6's bad box model */ padding-top: 54px; overflow: hidden; background-image: url(/images/buttons/en/get_started_now.gif); }





















/** utility **/
.clickable { cursor: pointer; }
.draggable { cursor: move; }
.dull { opacity: 0.25; filter: alpha (opacity=25); }
/** .hoverOn { background-color: #F8F8F8; } /**/
.hoverOn { }
.hoverOff { }
.blockLink { cursor: pointer; }

div.template { display: none; }

div.contentEnd {
	clear: both;
	overflow: hidden;
	text-indent: -1000em;
	height: 0;
	margin: 0;
}
.developmentNoticeBlock { background-color: red; color: black; padding: 2px; text-align: center; font-weight: bold; }
.developmentNoticeBlock em { color: white; }

















/** page structure **/
div.container { width: 982px; margin: 0 auto; border: 1px solid #DDDDDD; border-width: 0 1px 0 1px; background-color: white;}
div.header { background-color: white; }
div.contentBody { min-height: 450px; padding: 20px 25px 15px; }
div.contentBodyMorePadding { min-height: 300px; padding: 45px 25px 20px 25px; }
div.nonHomeContentBody { padding: 10px 0 0 0; }
div.footer { margin: 0; background-image: url('/images/site_design/bottom_background.gif');  background-repeat: repeat-x; background-color: #F9F9F9; }
div.footer div.inner { padding: 10px; }

div.print div.container { width: auto; margin: 0 auto; border: 0px none transparent; border-width: 0; }
div.print div.contentBodyMorePadding { min-height: 0; padding: 5px 25px 20px 25px; }
div.print div.contentBody { min-height: 0; padding: 5px 25px 20px 25px; }
div.print div.footer { margin: 0; background-image: none; height: auto; }
div.print div.footer p { margin: 0; }
div.print div.footer div.inner { padding: 0; }

div.logo { float: left; margin: 6px 0 0 30px; width:292px;}
div.logo a { display: block; width: 213px; height: 91px; background-image: url('/images/logos/en/me_and_my_body.gif'); text-indent: -1000em; background-repeat: no-repeat; }

div.logo2 { float: left;  }
div.logo2 a { float: left; display: block; width: 89px; height: 10px; background-image: url('/images/logos/en/for_a_better_life.gif'); text-indent: -1000em; background-repeat: no-repeat; }

div.broughtBy{float: left;  float: right; font-size:11px; line-height: 10px; color: #A1A1A1; width:200px; font-weight: bold; margin:0 0 0 0px;}
div.broughtBy a{display: inline; background-image: none; width: 150px; height: 11px; text-indent: 0; line-height: 10px; }

div.headerRight {float: right; width:630px;}
div.weHelp{ background-image: url('/images/site_design/en/we_guide.gif'); text-indent: -1000em; width:420px; height:22px; float: left; margin: 35px 0 0 0;}

div.searchBar { height: 75px; background-image: url('/images/site_design/top_background.gif'); }
div.searchBar div.searchBox { padding-top: 25px; width: 620px; margin: auto; }
div.searchBar div.searchBox label.searchTitle { display: block; float: left; width: 73px; height: 23px; margin: 0 10px 0 0; background-image: url('/images/site_design/en/search.gif'); text-indent: -1000em; }
div.searchBar div.searchBox input.searchPhrase { float: left; margin: 1px 10px 0 0; width: 300px; padding: 0; height: 21px; line-height: 21px; }
div.searchBar div.searchBox button.submitButton { margin-top: 1px; float: left; background-image: url('/images/buttons/en/search.gif'); width: 84px; height: 22px; text-indent: -1000em; }
div.searchBar div.searchBox a.askQuestion { display: block; float: right; background-image: url('/images/buttons/en/ask_a_question.png'); width:125px; height: 23px; text-indent: -1000em; }


div.searchBar div.searchBox div.advancedSearchLink { float: right; width: 84px; text-align: center; }
div.searchBar div.searchBox div.advancedSearchLink a { font-size: 8pt; }

div.copyrightBlock { text-align: center; background-image: url('/images/site_design/copyright_block.gif'); }
div.copyrightBlock p { color: #808080; text-align: center; }

div.printControls { text-align: right; margin: 5px 25px 0 0; }







div.box1 { float: left; width: 494px; }
div.box1 div.top { background-image: url('/images/site_design/box1_top.gif'); height: 13px; }
div.box1 div.bottom { background-image: url('/images/site_design/box1_bottom.gif'); height: 13px; }
div.box1 div.middle { padding: 10px 20px; background-image: url('/images/site_design/box1_middle.gif'); background-repeat: repeat-y; }
div.box1 div.middle h2{ padding: 8px 0; }

div.box2 { float: left; background-image: url('/images/site_design/box2_middle.gif'); width: 627px; margin-bottom: 50px; }
div.box2 div.top { background-image: url('/images/site_design/box2_top.gif'); height: 8px; }
div.box2 div.bottom { background-image: url('/images/site_design/box2_bottom.gif'); height: 8px; }
div.box2 div.middle { padding: 10px 20px; }

div.box3 { float: left; background-image: url('/images/site_design/box3_middle.gif'); width: 280px; }
div.box3 div.top { background-image: url('/images/site_design/box3_top.gif'); height: 13px; }
div.box3 div.bottom { background-image: url('/images/site_design/box3_bottom.gif'); height: 13px; }
div.box3 div.middle { padding: 10px 20px; height: 235px; }

img.happyPeople { margin: 50px auto 0; }



div.tabs0 { background-image: url('/images/nav/tabs1_background.gif'); height: 2px; background-position: 0 -27px; margin-top: 5px; }
div.tabs3 { background-image: url('/images/nav/tabs1_background.gif'); height: 2px; background-position: 0 -27px; margin-top: 5px; width:580px;}
div.tabs2 { background-image: url('/images/nav/tabs1_background.gif'); height: 2px; background-position: 0 -27px; margin-top: 0px; margin-bottom: 8px;}

div.tabs1 { background-image: url('/images/nav/tabs1_background.gif'); height: 29px; }
div.tabs1 .tabInfo { display: block; float: right; margin: 7px 0 0 0; padding: 0; font-weight: bold; font-size: 9pt; color: #666666; }
div.tabs1 ul { margin: 0 0 0 10px;}
div.tabs1 ul li { display: block; float: left; height: 29px; margin-right: 5px; }
div.tabs1 ul li.actualResultsFocus { width: 93px; background-image: url('/images/nav/en/tabs1_actual_results_focus.gif'); text-indent: -1000em; }
div.tabs1 ul li.resultsFocus { width: 61px; background-image: url('/images/nav/en/results.gif'); text-indent: -1000em; }
div.tabs1 ul li.actualResultsBlur a { display: block; width: 93px; height: 29px; background-image: url('/images/nav/en/tabs1_actual_results_blur.gif'); text-indent: -1000em; }
div.tabs1 ul li.forumResultsFocus { width: 123px; background-image: url('/images/nav/en/tabs1_forum_results_focus.gif'); text-indent: -1000em; }
div.tabs1 ul li.forumResultsBlur a { display: block; width: 123px; height: 29px; background-image: url('/images/nav/en/tabs1_forum_results_blur.gif'); text-indent: -1000em; }



/**
div.top1 { float: right; background-image: url('/images/site_design/en/top2.gif'); width: 711px; height: 193px; }
div.cgcLink{text-align: right; padding: 75px 10px 0 0}
div.copyrightBlock { float: left; background-image: url('/images/site_design/copyright_block.gif'); width: 257px; height: 80px; }
div.copyrightBlock p { height: 80px; line-height: 80px; color: white; margin: 0 13px; }
div.infoBlock { float: right; background-image: url('/images/site_design/info_block.gif'); width: 711px; height: 80px; }
div.infoBlock p { line-height: 20px; color: white; margin: 10px 20px 0 0; text-align: right; }
div.infoBlock p a, div.infoBlock p a:hover { color: white; }


div.userNav1 { background-color: yellow; }
div.userNav1 ul { display: inline; float: right; }
div.userNav1 ul li { display: block; float: left; height: 32px; }
div.userNav1 ul li a { display: block; float: left; line-height: 32px; padding: 0 0 0 20px; text-decoration: none; font-size: 12px; font-weight: normal; }
div.userNav1 ul li a.login { background-image: url('/images/icons/login.gif'); background-repeat: no-repeat; background-position: 10px 10px; padding-left: 25px; padding-right: 10px; }
div.userNav1 ul li a.logout { background-image: url('/images/icons/login.gif'); background-repeat: no-repeat; background-position: 10px 10px; padding-left: 25px; padding-right: 10px; }
div.userNav1 ul li a.shoppingCart { background-image: url('/images/icons/shopping_cart.gif'); background-repeat: no-repeat; background-position: 10px 9px; padding-left: 31px; }
div.userNav1 ul li a:hover { text-decoration: none; }
div.userNav1 ul li span.cartNumber { color: #D00707; }
/**/

div.header .login { display: block; float: right; margin: 20px 20px 10px 0; padding: 0; width: 65px; height: 22px; background-image: url('/images/buttons/en/login.gif'); background-position: 0; text-indent: -1000em; }
a.logout { display: block; float: right; margin: 20px 20px 10px 0; width: 65px; height: 22px; background-image: url('/images/buttons/en/logout.gif'); text-indent: -1000em; }
div.loggedInAs { float: right; margin: 20px 10px 10px 0; line-height: 22px; }




div.results {}
div.results ul { display: block; }
div.results ul li { display: block; border: 1px dotted #8B8B8B; border-width: 0 0 1px 0; padding: 20px 10px 19px 10px; }
div.results ul li:nth-last-child(1) { border: 0px none transparent; }
div.results h2 { padding: 0; margin: 0 0 6px 0; }
div.results h2 div.topic { float: left; color: #7CBA03; margin: 0 10px 0 0; }
div.results h2 a.question { float: left; margin: 2px 0 0 0; }
div.results a.browse { float: left; font-weight: normal; font-size: 12pt; margin-bottom: 10px; clear: both; color: #7CBA03; margin: 3px 10px 0 0; }
div.browseTopic ul li { padding-top: 17px; }
div.noLoginButtons ul li p { margin-bottom: 0; }



div.results2 {width:580px;}
div.results2 ul { display: block; }
div.results2 ul li { display: block; border: 1px dotted #8B8B8B; border-width: 0 0 1px 0; padding: 20px 10px 19px 10px; }
div.results2 ul li:nth-last-child(1) { border: 0px none transparent; }
div.results2 h2 { padding: 0; margin: 0 0 6px 0; }
div.results2 h2 div.topic { float: left; color: #7CBA03; margin: 0 10px 0 0; }
div.results2 h2 a.question { float: left; margin: 2px 0 0 0; }
div.results2 a.browse { float: left; font-weight: normal; font-size: 12pt; margin-bottom: 10px; clear: both; color: #7CBA03; margin: 3px 10px 0 0; }






div.routineQuestions {}
div.routineQuestions ul { display: block; }
div.routineQuestions ul li { display: block; padding: 20px 10px 5px 10px; }
div.routineQuestions h2 { padding: 0; margin: 0 0 6px 0; }

div.routineSteps { margin: 20px 0 0 0; }
div.routineSteps ul { display: block; }
div.routineSteps ul.preview { display: block; }
div.routineSteps ul li { display: block; padding: 10px 10px 15px 10px; }
div.routineSteps ul.preview li { display: block; float: left; padding: 10px 10px 15px 10px; }
div.routineSteps ul.preview li.more { line-height: 50px; }
div.routineSteps h2 { padding: 0; margin: 0 0 0 10px; }
div.routineSteps div.instructions { float: left; max-width: 590px; }
div.routineSteps div.instructionsFull { }
div.routineSteps div.photos { float: right; width: 290px; text-align: center; }
div.routineSteps div.photos img { margin: 0 5px 10px 5px; padding: 8px; background-color: #F7FBFF; border: 1px solid #D6D3D6; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
div.testimonials {}
div.testimonials ul { display: block; }
div.testimonials ul li { display: block; border: 1px dotted #8B8B8B; border-width: 0 0 1px 0; padding: 20px 0 10px 0; }
div.testimonials ul li p { margin: 0; }
div.testimonials ul li p.author { margin-top: 10px; text-align: right; }

a.login { display: block; float: left; margin: 0 0 0 20px; padding: 5px 10px 5px 25px; background-image: url('/images/icons/login.gif'); background-repeat: no-repeat; background-position: left 3px; }
a.joinNow { display: block; float: left; margin: 0 0 0 0; padding: 5px 10px 5px 25px; background-image: url('/images/icons/join_now.gif'); background-repeat: no-repeat; background-position: left 3px; }
a.browse2 { display: block; float: left; margin: 0 0 0 0; padding: 5px 10px 5px 25px; background-image: url('/images/icons/join_now.gif'); background-repeat: no-repeat; background-position: left 3px; }


.limitedPadding { margin: 0 0 5px 0; }
.breadcrumbs { margin: 0 0 15px 0; }
.breadcrumbs2 { margin: 0 0 5px 0; }

div.topicDescription { margin-bottom: 10px; }

p.fullTopicLink { margin-top: 30px; }



div.tickerContainerDiv{float:left; width:685px; padding-top:2px;}
div.newsFlash { float: left; width: 100px; font-weight: bold; padding-top: 2px;}
ul.newsFlashTicker { float: left; }

.tickercontainer { overflow: hidden; }
.tickercontainer .mask { position: relative; left: 0; overflow: hidden; }
ul.newsticker { position: relative; left: 700px; font: bold 12px Verdana; list-style-type: none; height: 40px; margin: 0; padding: 0; }
ul.newsticker li { float: left; margin: 0; padding: 0; white-space: nowrap; }
ul.newsticker a { white-space: nowrap; padding: 0; color: #ff0000; font: bold 12px Verdana; margin: 0 100px 0 0; } 

div.currentNewsLetter{float: right;}
div.currentNewsLetter a{float: right; background: url('/images/buttons/en/current_newsletter2.jpg') no-repeat center top; display: block; width:118px; height: 25px;}


div.browseLhs{width:580px; float: left;}
div.rhsTableOfContent{padding: 0px 5px 5px 40px; float: left; width: 300px;}
div.rhsTableOfContent h1{font-size: 14pt;}
div.rhsTableOfContent ul{}
div.rhsTableOfContent ul li{padding: 5px 0; line-height:16px;}
div.rhsTableOfContent ul li a{ line-height:16px;}

/** navs **/
div.nav1 { margin: 12px 0 0 0; background-image: url('/images/nav/top_nav_background.gif'); width: 962px; height: 36px; padding-right: 20px; }
div.nav1 ul { float: left; display: inline; margin-left: 14px; }
div.nav1 ul li { display: block; float: left; height: 36px; background-image: url('/images/nav/top_nav_divider.gif'); background-repeat: no-repeat; background-position: left center; }
div.nav1 ul li.first { background-image: none; }
div.nav1 ul li a { display: block; float: left; line-height: 36px; padding: 0 20px 0 43px; text-decoration: none; font-size: 10.5pt; color: #333333; font-weight: normal; background-repeat: no-repeat; background-position: left center; }
div.nav1 ul li a:hover { color: #D00707; text-decoration: none; }
div.nav1 ul li a.home { background-image: url('/images/nav/home.gif'); background-position: 19px center; overflow: hidden; font-size: 0em; line-height: 0px; height: 0px !important; height /**/:36px; /* for IE6's bad box model */ padding: 36px 5px 0 43px; }
div.nav1 ul li a.aboutUs { background-image: url('/images/nav/about_us.gif'); background-position: 19px center; }
div.nav1 ul li a.benefits { background-image: url('/images/nav/benefits.gif'); background-position: 19px center; }
div.nav1 ul li a.testimonials { background-image: url('/images/nav/testimonials.gif'); background-position: 19px center; }
div.nav1 ul li a.join { background-image: url('/images/nav/join.gif'); background-position: 19px center; }
div.nav1 ul li a.browse { background-image: url('/images/nav/benefits.gif'); background-position: 19px center; }
div.nav1 ul li a.newsletters { background-image: url('/images/nav/benefits.gif'); background-position: 19px center; }
div.nav1 ul li a.browseExerciseRoutines { background-image: url('/images/nav/benefits.gif'); background-position: 19px center; }
div.nav1 ul li a.contactUs { background-image: url('/images/nav/about_us.gif'); background-position: 19px center; }
div.nav1 a.print { display: block; float: right; line-height: 36px; font-size: 10.5pt; color: #333333; font-weight: normal; }


div.nav2 { padding: 30px 20px 0 0; }
div.nav2 ul { float: right; }
div.nav2 ul li { display: block; float: left; }
div.nav2 ul li a { display: block; float: left; margin: 0 0 0 10px; width: 30px; height: 30px; text-indent: -10000px; }
div.nav2 a.tellAFriend { background-image: url('/images/icons/share_small.jpg'); }
div.nav2 a.facebook { background-image: url('/images/icons/facebook_small.jpg'); }
div.nav2 a.print { background-image: url('/images/icons/print_small.jpg'); background-position: center center; background-repeat: no-repeat; }


.freeTopic{color: #E24925; font-size: 10pt; font-weight: bold; line-height: 26px; }
.freeTopic2{color: #2369A4; font-size: 10pt; font-weight: bold; line-height: 26px; }


div.footerNav { }
div.footerNav ul { text-align: center; margin: 5px 0 10px; }
div.footerNav ul li { display: inline; font-weight: bold; padding: 0 2px 0 10px; background-image: url('/images/nav/bottom_nav_divider.gif'); background-repeat: no-repeat; background-position: left center; color: #808080; }
div.footerNav ul li.first { background-image: none; }
div.footerNav ul li a { padding: 5px; line-height: auto; color: #808080; text-decoration: none; }
div.footerNav ul li a:hover { padding: 5px; color: #D00707; text-decoration: none; }



div.footerNav2 { }
div.footerNav2 ul { text-align: center; margin: 5px 0 10px; }
div.footerNav2 ul li { display: inline; font-weight: bold; padding: 0 2px 0 10px; background-image: url('/images/nav/bottom_nav_divider.gif'); background-repeat: no-repeat; background-position: left center; color: #808080; }
div.footerNav2 ul li.first { background-image: none; }
div.footerNav2 ul li a { padding: 5px; line-height: auto; color: #2369A4; text-decoration: none; }
div.footerNav2 ul li a:hover { padding: 5px; color: #2369A4; text-decoration: none; }


div.message{color: green; font-weight: bold; }


div.tableTitle{width:900px; padding: 10px 0px;}
div.tableTitle div{float: left; padding: 5px 0; font-weight: bold;}
div.tableTitle div.titleFirstName{width:200px;}
div.tableTitle div.titleLastName{width:210px;}
div.tableTitle div.titleEmail{width:200px;}
div.tableTitle div.titleLastAccess{width:180px;}
div.tableTitle div.titleButtons{width:110px;}

div.tableValues{width:900px;}
div.tableValues div{float: left; padding: 5px 0;}
div.tableValues div.tableValuesFirstName{width:200px;}
div.tableValues div.tableValuesLastName{width:210px;}
div.tableValues div.tableValuesEmail{width:200px;}
div.tableValues div.tableLastAccess{width:180px;}
div.tableValues div.tableValuesButtons{width:110px;}



/** other **/
.smallText { font-size: 9px; }
.small { font-size: 75%; }
span.smallText2 { font-size: 8pt; color:#555555 !important; line-height: 17px !important; }

span.titlePart1 { display: inline; margin-right: 6px; color: #666666; margin: 0; line-height: 25px; }
span.titlePart2 { display: inline; margin-right: 6px; color: #7CBA03; line-height: 25px; }

p.resultsIntro { margin-bottom: 20px; }

div.h1 { font-weight: normal; font-size: 16.5pt; margin-bottom: 15px; color: #7CBA03; }
div.h2 { font-weight: normal; font-size: 12pt; margin-bottom: 10px; clear: both; color: #7CBA03; }
div.h3 { font-weight: bold; font-size: 9pt; margin-bottom: 5px; color: #7CBA03; }

.question { color: #E24925; font-size: 10pt; font-style: italic; font-weight: bold; }
.registerMessage { margin-top: 20px; color: #E24925; font-size: 11pt; font-weight: bold; }

table.corporatePricelist .employeeCount { text-align: center; padding: 0 20px 0 0; }
table.corporatePricelist .price { text-align: center; }






table.newsletterTable{width: 100%; border: 1px solid #D2D3D5; margin: 5px 0px 150px;}
table.newsletterTable th{text-align:left; padding: 3px; background-color: #D2D3D5;}
table.newsletterTable td{text-align:left; padding: 3px}
table.newsletterTable td.center{text-align:center; }
table.newsletterTable td.dottedLine{border-right: 1px dotted #D2D3D5;}


.cellClass1{background-color:#F2F3F5;}
.cellClass2{background-color:#ECECED}


ul.footerLogos { margin: 30px auto 0 auto; width: 231px; height: 30px; }
ul.footerLogos li { display: block; float: left; background-image: url('/images/logos/en/logos_footer.png'); margin: 0 5px; height: 0px !important; height /**/:30px; /* for IE6's bad box model */ padding-top: 30px; overflow: hidden; }
ul.footerLogos li.visa { margin-top: 5px; width: 47px; height: 30px; }
ul.footerLogos li.mastercard { margin-top: 5px; width: 47px; height: 30px; background-position: 0 -30px; }
ul.footerLogos li.amex { margin-top: 5px; width: 47px; height: 30px; background-position: 0 -60px; }
ul.footerLogos li.comodo { margin-top: 5px; width: 50px; height: 30px; background-position: 0 -130px; }
ul.footerLogos li span { display: none; }

div.browsTabs{margin: 10px 0 20px 0; border-bottom: 1px solid #E2E5E3;}
div.browsTabs div.browsTopicTab{height:25px; width:140px; float: left; text-align:center; }
div.browsTabs div.browsTopicTabBackground{background-image: url('/images/site_design/tab.gif');  }
div.browsTabs div.browsTopicTabBackground2{background-image: url('/images/site_design/tab2.gif');  }
div.browsTabs div.browsTopicTab a{padding: 3px 15px 0 15px; background-repeat: no-repeat; } 
div.browsTabs div.newsFlashTab{ height:25px; width:140px; float: left; text-align:center;}
div.browsTabs div.newsFlashTabBackground{background-image: url('/images/site_design/tab.gif'); }
div.browsTabs div.newsFlashTabBackground2{background-image: url('/images/site_design/tab2.gif'); }
div.browsTabs div.newsFlashTab a{padding: 3px 5px 0 5px; background-repeat: no-repeat; } 