/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 245px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */;
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
.sf-menu li li a {
	padding: 0 5px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 245px; /* match ul width */;
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 245px; /* match ul width */;
	top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a {
	xborder-left: 1px solid #fff;
	xborder-top: 1px solid #fff;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #13a;
}
.sf-menu li {
}
.sf-menu ul {
	background: #fff;
}
.sf-menu li li {
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	xbackground: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {
	/* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > 

.sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul 

li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	background: #E1E1E1;
// url('http://lib.store.yahoo.net/lib/yhst-13387695532180/shadow.png')	no-repeat bottom right;
	xpadding: 0 8px 9px 0;
	x-moz-border-radius-bottomleft: 17px;
	x-moz-border-radius-topright: 17px;
	x-webkit-border-top-right-radius: 17px;
	x-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#sf-menu li li {
	background: #E64A3E;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-khtml-opacity: 0.85;
	-moz-opacity: 0.85;
	opacity: 0.85;
}
#related a {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #003333;
}
#related td {
	vertical-align: top;
	font-weight: 100;
	font-size: 5px;
	padding-top: 1px;
}
.serif {
	font-family: times,serif;
	font-size: small;
}
.sans {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
}
.small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
}
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:font {
	tahoma;
}
.home-letter-text {
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style-text {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.styleBold {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.styleblackBold {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.styleblack {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.style1 {
	border-color: #c0c0c0;
	border-width: 0;
}
.style-text-GREEN {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #334241;
}
.style2 {
	border: 1px solid #334241;
}

#itemdetails, #itemdetails td {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
}
.b {
	font-weight: bold;
}
.alsofits {
	border-top: 0px "51537F";
	margin-top: 1em;
}
.alsofits td {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.alsofits table th {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-color: pink;
	color: black;
}
.alsofits table {
	border-collapse: collapse;
}
.header {
	border-width: 0;
}
#featured {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: black;
	font-size: 12px;
	text-align: center;
	padding: 12px;
}
#featured label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px;
	margin-bottom: 1em;
}
#alsofits {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 1em;
}
#alsofits label {
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}
.footertext {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.footertextBold {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.grayhyperlink {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #C0C0C0;
}
.style2000 {
	text-align: center;
	font-size: 8pt;
	background-image: url('http://lib.store.yahoo.net/lib/flyboynaturals/search-banner.jpg');
}
.style2000 {
	font-size: 8pt;
}
.need-help {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #006600;
}
.bottom-center {
	text-align: center;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	color : #003300;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 13pt;
	color : #003300;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #50914e;
}
h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #344E7E;
}
#leftnav td {
	font-family: Arial;
	font-size: 10pt;
	font-weight : bold;
	color : #344E7E;
	valign: middle;
}
form {
	margin: 0;
}
td {
	font-family: Arial;
	font-size: 10pt;
}
#footer a {
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #50914e;
}
#footer a:hover {
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	color : #50914e;
}
#footer td {
	vertical-align: middle;
	font-family: Arial;
	font-size: 9pt;
	color : #50914e;
}
#rightside a {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #50914e;
}
#rightside a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: #50914e;
}
#rightside td {
	vertical-align: top;
	font-family: Arial;
	font-size: 9pt;
	color: #50914e;
}
.order-table2 {
	border-left: 0px #A6C5DE solid;
	border-right: 0px #A2BABA solid;
	width: 300px;
}
.prod-specs-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	border-top: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}
.prod-specs-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border-top: #FFFFFF 1px solid;
	background-color: #FFFFFF;
	padding: 3px;
}
.c4-breadcrumbs {
	font-family: Arial;
	font-size: 9pt;
	color: #344E7E;
	text-decoration: none;
	font-weight: normal;
}
A.c4-breadcrumbs:link {
	font-family: Arial;
	font-size: 9pt;
	color: #344E7E;
	text-decoration: none;
	font-weight: normal;
}
A.c4-breadcrumbs:hover {
	font-family: Arial;
	font-size: 9pt;
	color: #344E7E;
	text-decoration: underline;
	font-weight: normal;
}
A.c4-breadcrumbs:active {
	font-family: Arial;
	font-size: 9pt;
	color: #344E7E;
	text-decoration: none;
	font-weight: normal;
}
A.c4-breadcrumbs:visited {
	font-family: Arial;
	font-size: 9pt;
	color: #344E7E;
	font-weight: normal;
}
.c4-breadcrumbs-last {
	font-family: Arial;
	font-size: 9pt;
	color: #50914e;
	text-decoration: none;
	font-weight: normal;
}
#ordertable {
	border-collapse: collapse;
}
#ordertable td {
	vertical-align: middle;
	font-family: Arial;
	font-size: 11pt;
	color : #344E7E;
	border: solid 1px #50914e;
	padding: 3px;
}
#ordertable2 {
	border-collapse: collapse;
}
#ordertable2 td {
	vertical-align: middle;
	font-family: Arial;
	font-size: 11pt;
	color : #344E7E;
	border: solid 1px #50914e;
	padding: 0px;
}
.c4-side-nav {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
A.c4-side-nav:link {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
A.c4-side-nav:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: underline;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
A.c4-side-nav:active {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
A.c4-side-nav:visited {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	margin: 2px;
	line-height: 8px;
}
.c4-side-nav-subsection {
	font-family: Arial;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	line-height: 3px;
}
A.c4-side-nav-subsection:link {
	font-family: Arial;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	line-height: 3px;
}
A.c4-side-nav-subsection:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: underline;
	font-weight: normal;
	margin-left: 10px;
	line-height: 3px;
}
A.c4-side-nav-subsection:active {
	font-family: Arial;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin-left: 10px;
	line-height: 3px;
}
A.c4-side-nav-subsection:visited {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 10px;
	line-height: 5px;
}
.c4-side-nav {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
#ln a {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: none;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
#ln a:hover {
	font-family: Verdana;
	font-size: 8pt;
	color: #A2BABA;
	text-decoration: underline;
	font-weight: normal;
	margin: 2px;
	line-height: 3px;
}
.style-text {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.styleBold {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.styleblackBold {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.styleblack {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.style1 {
	border-color: #c0c0c0;
	border-width: 0;
}
.style-text-GREEN {
	border-color: #c0c0c0;
	border-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
	color: #334241;
}
.style2 {
	border: 1px solid #334241;
}
#itemdetails, #itemdetails td {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
}
.b { font-weight: bold }
.alsofits {
    border-top: 0px "51537F";
    margin-top: 1em;
}

.alsofits td {
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
}
.alsofits table th {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    background-color: pink;
    color: black;
}
.alsofits table {
    border-collapse: collapse;
}

#featured { 
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    color: black;
    font-size: 12px;
    text-align: center;
    padding: 12px;
}
#featured label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px;
    margin-bottom: 1em;
}
#alsofits {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    margin-bottom: 1em;
}
#alsofits label {
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
}


