@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* END RESET*/
body {
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:10pt;
	margin-top:8px;
}
a.productLink {
color:rgb(0,85,150);
text-decoration: none; 
text-transform: none; 
padding:0px;
border:0px;
}
a.productLink:hover {
color:rgb(40,85,150);
text-decoration: underline; 
text-transform: none;
}
a.productLink:visited {
color:rgb(10,85,150);
text-decoration: none; 
text-transform: none; 
}
p {
padding-bottom:6px;
text-indent:10px;
}
p:first-line {
}
h2 { /*category head*/
font-size:22pt;
font-weight: bold;
font-style:normal !important;
padding-left:10px;
padding-top:15px;
}
h3 { /*quotes*/
font-size:11pt;
}
h4 { /*relevant links*/
padding-bottom:5px;
font-size:11pt;
font-weight:bold;
}
h5 { /*product head*/
font-size:12pt;
font-weight:bold;
/*padding-top:14px;*/
color:rgb(0,85,150);
}
h6 { /*elements*/
color:#FF9900;
padding-left:10px;
}
ul {
margin-left:10px;
}
#basic_elements,#bones_joints,#personal_health,#sport_power,#mental_energy {
display:none;
}
.header {
padding-bottom:10px;
}
.contentDiv {
padding: 10px;
}
.imageHeading {
float:left;
border: 0px 0px 1px 1px solid #000000;
padding-right:10px;
padding-bottom:10px;
width: 100px;
height: 100px;
}
.productHeader {
display:block;
cursor:pointer;
padding-bottom:10px;
font-style:italic;
}
.productClass {
border-top: solid 2px #000000;
margin-top:10px;
}
.product {
border-top: solid 1px #CCCCCC;
padding:10px 0px;
}
.links {
padding:10px;
padding-left:100px;
background:rgba(0,0,0,0.1);
}
.notice {
text-align:right;
padding:20px 10px 20px 10px;
font-style:italic;
color:rgb(30,30,30);
font-size:11px;
}
.close {
color:#FF0000;
font-size:12pt;
text-align:center;
font-variant:small-caps;
padding-bottom:10px;
cursor:pointer;
}
#pscroller1 {
font-size:10px;
}