@charset "utf-8";
*{padding: 0; margin: 0;}
body {
    text-align: left;
    /*font-family: 'HSTarzana', 'trebuchet MS', verdana, helvetica, sans-serif;*/
    font-family: 'trebuchet MS', verdana, helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
p {
    margin:1em 0;
}
p.orange {
    color:#fc6509;
}

#container {
    margin: 0 auto;
    width: 987px;
    text-align: left;
}

/*********
  HEADER
*********/
#header_top{
    height: 60px;
    position: relative;
}
#search{
    position: absolute;
    top: 0px;
    left: 38px;
    width: 220px;
    padding-top:15px;
}
.search_page{
    margin-left:40px;
}

#main_nav_container{

    width: 780px;
    height: 46px;
    display: block;
    float: left;
}
#logo{
    float: left;
    margin-bottom:-1px;
}

.preview-message {
    padding:15px 15px 15px 8%;
    border-bottom:2px solid #EF9B0F;
    background: #FFDF00 url("../images/exclamation.png") 4% 50% no-repeat;
    color:#bF6B0F;
    font-size:130%;
}
/**
 * Search Box
 */
#searchBox{
    font-family:arial, helvetica, sans-serif;
    background: url("../images/searchBox.gif") top no-repeat;
    color:#838383;
    border:0px;
    padding-left:5px;
    padding-top:3px;
    margin-top:-2px;
    width:130px;
    height:20px;

}
#submitSearch {
    background: url("../images/searchSubmit.gif") top no-repeat;
    width:20px;
    height:20px;
    border:0px;
    padding-top:2px;
}
/**
 * Top Nav links
 */
#top_nav{
    position: absolute;
    top: 20px;
    right: 0px;
    color: #838383;

}
#topNav li{
    list-style: none;
    float:left;
    padding:0 7px;
    border-left: solid 1px #a1a0a0;
}
#topNav li.first{
    border-left:none;
}
#topNav li a {
    color:#838383;
    text-decoration:none;
}
#topNav li a:hover {
    text-decoration:underline;
}
#sizer{
    display:inline;
    margin-top:10px;
    margin-left:20px;
}

#sizer img{
    margin-bottom:-5px;
}
#sizer img:hover {
    cursor:pointer;
}
/*Main Nav*/
#main_nav{
    letter-spacing : -5000em;
    height: 46px;
}
#main_nav_home{
    letter-spacing : -5000em;
    height: 46px;
}
/* Be nice to Opera, but hide from MacIE. */
/*\*/html>body #main_nav { letter-spacing : normal; text-indent : -999em; overflow : hidden;}

#main_nav li {list-style: none;height:46px;float:left;}
#main_nav li a:link, #main_nav li a:visited {display: block; height: 46px;}
#main_nav li a:hover {}
#main_nav li a:link, #main_nav li a:visited {
    list-style: none;
    display: block;
    background-image: url(../images/main_nav.png);
    background-repeat: no-repeat;
    height: 46px;
    overflow: hidden;
}
#main_nav_home li {list-style: none;height:46px;float:left;}
#main_nav_home li a:link, #main_nav_home li a:visited {display: block; height: 46px;}
#main_nav_home li a:hover {}
#main_nav_home li a:link, #main_nav_home li a:visited {
    list-style: none;
    display: block;
    background-image: url(../images/main_nav.png);
    background-repeat: no-repeat;
    height: 46px;
    overflow: hidden;
}
#main_nav_home li.learn a {background-position: 0 0; width: 73px;}
#main_nav_home li.connect a {background-position: -73px 0px; width: 88px;}
#main_nav_home li.create a {background-position: -164px 0px; width: 69px;}
#main_nav_home li.shop a {background-position: -236px 0px; width: 58px;}

#main_nav li.learn a {background-position: 0 0; width: 73px;}
#main_nav li.connect a {background-position: -73px 0px; width: 88px;}
#main_nav li.create a {background-position: -164px 0px; width: 69px;}
#main_nav li.shop a {background-position: -236px 0px; width: 58px;}
#main_nav .learn a:hover,#main_nav .learn a.current {background-position: 0px -46px;}
#main_nav .connect a:hover,#main_nav .connect a.current {background-position: -73px -46px;}
#main_nav .create a:hover,#main_nav .create a.current {background-position: -164px -46px;}
#main_nav .shop a:hover,#main_nav .shop a.current {background-position: -236px -46px;}

/**************
  Main Content
***************/
#content_wrapper{
    width: 953px;
    margin-left: 37px;
}

a {color:#838383;}
a:hover {color:#FC6509;}
h2 {
    margin-top:0;
    font-size:180%;
    color:#fc6509;
}

#main_content a {color:#838383;}
#main_content a:hover {color:#FC6509;}
#main_content ul li {margin:1em 0;}
#main_content_contact a {color:#838383;}
#main_content_contact a:hover {color:#FC6509;}
#main_content_contact ul li {margin:1em 0;}

#learning_content #content_wrapper{
    background: url(../images/gray_flow_bg.gif) top right repeat-y;
}

#learn_sub_nav{
    position: relative;
    height: 50px;
    display: block;

    padding:25px 0px 0px 0px;
    width:950px;
    background: url(../images/learn_sub_nav_bg.gif) top left no-repeat;
    }
#connect_sub_nav{
    position: relative;
    height: 50px;
    display: block;

    padding:25px 0px 0px 0px;
    width:950px;
    background: url(../images/learn_sub_nav_bg.gif) top left no-repeat;
}
#create_sub_nav{
    position: relative;
    height: 50px;
    display: block;

    padding:25px 0px 0px 0px;
    width:950px;
    background: url(../images/learn_sub_nav_bg.gif) top left no-repeat;
}
#learn_sub_nav .subnav{
    position: absolute;
    top: 52px;
    left: 3px;
}
#connect_sub_nav .subnav{
    position: absolute;
    top: 52px;
    left: 3px;
}
#create_sub_nav .subnav{
    position: absolute;
    top: 52px;
    left: 3px;
}
#carbculator h2, #carbfinder h2 {color:#fff;}
#submenu_back ul,
#submenu_long_back ul {
    margin-left:1.5em;
}
.small-caps {
    font-size:80%;
    font-variant:small-caps;
}
.smallcaps {
    font-variant:small-caps;
}

#bbuddy {
    width:101px;
}
#nutrition {
    width:148px;
}
#ptools {
    width:135px;
}
#nutrition_sub li{
    float:none;
}
#product_sub li{
    float:none;
}
#learn_sub li{
    float:none;
}
#learn_sub_nav .subnav li {
    list-style:none;
    float:left;
}
#learn_sub_nav .subnav li a {
    font-size:20px;
}
#connect_sub_nav .subnav li {
    list-style: none;
    float:left;
}
#connect_sub_nav .subnav li a {
    font-size:20px;
}
#create_sub_nav .subnav li a {
    font-size:20px;
}
#create_sub_nav li {
    list-style:none;
    float:left;
}

#main_content, #activity_content {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    width: 460px;
    display: block;
    color: #838383;
    font-size:14px;
}
#main_content a:link, #main_content a, #activity_content a{
    color: #fc6509;
}
#inner_content_left #main_content, #activity_content {
    padding-left:40px;
    width:360px;
}
#learn_activity_content #main_content {
    width:604px;
}
#featured_links {
    float: left;
    width: 160px;
    display: block;
    margin:15px 0px 0px 275px;
}
#inner_content_left #featured_links {
    float:right;
    width:165px;
    margin:30px 40px 0 0;
}
#inner_content{
    background: url(../images/gray_flow_bg.gif) top right repeat-y;
    position:static;
    display:block;
    width:950px;
}
#inner_content_left{
    background: url(../images/gray_flow_bg.gif) top left repeat-y;
    position:static;
    display:block;
    width:950px;
}
#inner_content_right{
    padding-left:40px;
    float:right;
    margin:30px 40px 0 0;
    background: url(../images/gray_flow_bg.gif) top left repeat-y;
    position:static;
    display:block;
    width:950px;
}
#learn_activity_content {
    width:100%;
    margin-top:5px;
    background: url(../images/gray_flow_bg_learn_block.gif) top left no-repeat;
}
#learn_sidenav {
    float:left;
    width:279px;
    display:block;
    height:500px;
}
.featured_buttons{
    list-style: none;
    width: 147px;
    margin: 0 auto;
}
.featured_buttons li{
    padding:5px 0px;
    list-style: none;
    width:157px;
    height:25px;
    float:left;
    margin-bottom: 7px;
}

.featured_buttons #talk a {
    background-image: url(../images/orange_button_talk.gif);
    background-repeat: no-repeat;
    height:25px;
}
.featured_buttons #share a {
    background-image: url(../images/orange_button_share.gif);
    background-repeat: no-repeat;
    height:25px;
}
.featured_buttons #submit {
    background-image: url(../images/orange_button_submit.gif);
    background-repeat: no-repeat;
}

.featured_buttons #talk a:hover {
    background-position: 0px -40px;
}
.featured_buttons #share a:hover {
    background-position: 0px -40px;
}

.featured_buttons #submit:hover {
    background-position: 0px -40px;
}

.featured_buttons li a, .featured_buttons li a:visited {
    display: block;
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    padding-top:5px;
    padding-left:7px;
}

#talk_to_us {
    width:156px;
    height:30px;
    margin:-50px 30px 0px -30px;
    float:right;
    background-image: url(../images/orange_button_talk.gif);
    background-repeat: no-repeat;
}
#talk_to_us:hover {
    background-image: url(../images/orange_button_talk_hover.gif);
}
#main_content h2, #main_content_contact h2 {
    color: #fc6509;
    padding: 5px 0;
}
#main_content h3 a , #main_content_contact h3 a{
    color:#fc6509;
    text-decoration:none;
    margin:0em 0px !important;
}
#main_content h3 a:link, #main_content_contact h3 a:link { color:#fc6509; }

#container h4 {
    color: #838383;
    padding: 5px 0;
    line-height:20px;
}
#container h6 {
    color: #838383;
    padding: 5px 0;
    font-size:10px;
}
.image {
    margin-bottom:20px;
}
#log-info {
    float:right;
    padding-right:15px;
    text-align:right;
    display:block;
}
#log-info li{
    float:none;
}
#log-info li a {color:#838383;text-decoration:none;}
#log-info li a:hover {text-decoration:underline;}
#home-log-info {
    float:right;
    padding:20px 15px 0px 0px;
    text-align:right;
}
#home-log-info li{
    list-style:none;
    color:#838383;
}
#home-log-info li a {color:#fff;text-decoration:none;}
#home-log-info li a:hover {text-decoration:underline;}

#log-info li{
    list-style:none;
    color:#838383;
}
.home li{
    color:#ffffff !important;
}
#learn_body {
    background: transparent;
    background-image: url(../images/learn_container_bg.jpg);
    background-repeat: no-repeat;
    width:951px;
    height:332px;

}
#connect_body {
    background: transparent;
    background-image: url(../images/connect_container_bg.jpg);
    background-repeat: no-repeat;
    width:951px;
    height:332px;
}
#create_body {
    background: transparent;
    background-image: url(../images/create_container_bg.jpg);
    background-repeat: no-repeat;
    width:951px;
    height:332px;

}
#home_body {
    background: transparent;
    background-image: url(../images/home_content_back.gif);
    background-repeat: no-repeat;
    width:951px;
    height:412px;

}
#home_features{
    float:left;
    width:290px;
}
#home_content{
    width:650px;
    margin-left:294px;
}
#home_text{
    width:550px;
    padding-top:90px;
    margin-left:60px;
}
#home_text h2 {
    color:#fff;
}
#home_text p{
    font-size:20px;
    color:#ffffff;
}
#inside_content{
    width:339px;
    padding-top:10px;
    margin-left:10px;
    float:left;
}
#hcp_image {
    float:right;
    margin-top:3px;
}
#inside_content p{
    color:#838383;
    margin-top:10px;
}
.inside-content{
    width:350px;
}
#inside_content a{
    color: #838383;
}
#landing_content{
    width:400px;
    padding-top:30px;
    margin-left:352px;
    height:300px;
    position:relative;
}
#landing_content p{
    color:#fc6509;
    font-size:19px;
    letter-spacing:0px;
    line-height:25px;
}
.alternates{
    width:600px !important;
    padding-top:60px !important;
}
.image-overlay {
    position:absolute;
}
#create_body #landing_content p{
    width:435px;
}
#create_body .alternates p {
    width:505px !important;
}

#hcp_content{
    width:500px;
    padding-top:30px;
    margin-left:340px;
    height:300px;
}
#hcp_content p {
    color: #838383;
}
#hcp_content a{
    color: #838383;
}
.landing-content{
    width:500px;
}
.loading {
    display:block;
    padding-top:100px;
    text-align:center;
    line-height:30px;
    color:#848484;
    font-size:20px;
}
.loading img {
    verical-align:middle;
}
.loading span {
    display:block;
    padding-left:16px;
}

.faq-question {
    font-size:120%;
    margin-bottom:-1em;
    padding:6px 0;
    color:#555;
}
.faq-section {
    font-size:150%;
    padding-bottom:0.5em;
    margin:1em 0 0.5em 0;
    color:#F27821;
}
.top-link {
    margin-bottom:2em;
    text-align:right;
    font-size:80%;
}
.faq-disclosures {
    font-size:80%;
}

#contact_info {
    margin-left:650px;
    width:250px;
    color: #838383;
    font-size:13px;
    padding-top:20px;
}
#flashcontent {
    float:left;
    padding:3px 0 0 0;
    width:294px;
    position:static;
    padding-top:20px;
}
#flashcontent_landing {
    padding:3px 0 0 0;
    width:100%;
    display:block;
    position:static;
    padding-top:20px;
}

#flashcontent_home {
    float:left;
    padding:12px 0px 0px 0px;
}
#flashcontent_learn {
    float:left;
    padding:12px 0px 0px 0px;
}

#flashcontent_right {
    float:right;
    margin-right:3px;
}
.inside_flash_left {
    padding:1em 28px;
}
#learn_text {
    margin-left:60px;
    padding-top:90px;
    width:550px;
}

#bbuddy_sub{
    display:none;
    position:absolute;
    margin-top:40px;
    margin-left:40px;

}
#nutrition_sub{
    display:none;
    position:absolute;
    margin-top:35px;
    margin-left:135px;
    z-index:999;
}
#product_sub{
    display:none;
    position:absolute;
    margin-top:35px;
    margin-left:283px;
    z-index:999;
}
#learn_sub{
    display:none;
    position:absolute;
    margin:-25px 0px 0px 30px;
    z-index:999;
}
#connect_sub{
    display:none;
    position:absolute;
    margin:-25px 0px 0px 95px;
    z-index:999;
}
#create_sub{
    display:none;
    position:absolute;
    margin:-25px 0px 0px 185px;
    z-index:999;
}
#shop_sub{
    display:none;
    position:absolute;
    margin:-25px 0px 0px 255px;
    z-index:999;
}
#submenu_back{
    background: transparent;
    background-image: url(../images/submenu_back.png);
    background-repeat:repeat-y;
    width:169px;
}

#submenu_top{
    width:169px;
    height:25px;
    background: transparent;
    background-image: url(../images/submenu_top.png);
    background-repeat:no-repeat;
}
#submenu_bottom{
    width:169px;
    height:25px;
    background: transparent;
    background-image: url(../images/submenu_bottom.png);
    background-repeat:no-repeat;
}
#submenu_orange_back{
    background: transparent;
    background-image: url(../images/submenu_orange_back.png);
    background-repeat:repeat-y;
    width:169px;
    color:#ffffff;
    padding:0px 30px 0px 10px;
    padding-right:10px;

}
#submenu_orange_back a{
    text-decoration:none;
    color:#ffffff;
}

#submenu_orange_top{
    width:169px;
    height:25px;
    background: transparent;
    background-image: url(../images/submenu_orange_top.png);
    background-repeat:no-repeat;
}
#submenu_orange_bottom{
    width:169px;
    height:25px;
    background: transparent;
    background-image: url(../images/submenu_orange_bottom.png);
    background-repeat:no-repeat;
}
#submenu_long_top{
    width:233px;
    height:26px;
    background: transparent;
    background-image: url(../images/submenu_long_top.png);
    background-repeat:no-repeat;
}
#submenu_long_bottom{
    width:233px;
    height:22px;
    background: transparent;
    background-image: url(../images/submenu_long_bottom.png);
    background-repeat:no-repeat;
}
#submenu_long_back{
    background: transparent;
    background-image: url(../images/submenu_long_back.png);
    background-repeat:repeat-y;
    width:233px;
}

#submenu_back li, #submenu_long_back li, #submenu_long_back li a, #submenu_back li a {
    list-style:none;
    line-height:25px;
    color:#666666;
    text-decoration: none;
    font-size:14px;
}
#submenu_long_back li a:hover, #submenu_back li a:hover {
    color:#fc6509;
}
#splash_flash {
    margin-left:17px;
}
.splash_link {
    text-align:right;
    margin-top:5px;
    margin-right:3px;
}

.splash_link a {
    text-decoration:none;
}
.bodybudy_link {
    text-align:left;
    margin-top:10px;
    padding-left:20px;
}
.bodybudy_link a {
    color:#838383 !important;
    text-decoration:none;
}
.bodybudy_link a:hover {
    text-decoration:underline;
}

#login_register {
    padding:20px;
    color: #838383;
    letter-spacing:0.5px;
    font-size:13px;
}
#login_side {
    width: 30%;
    margin-right:20px;
    float:left;
}
#register_side {
    width: 56%;
    margin-left:40%;
}
.niceimageborder {
    padding:2px;
    background-color:#fff;
    border:1px solid #ccc;
}

#go_there_now_image {
    position: absolute;
    top: 314px;
    right: 90px;
}

/*********
  FORMS
 *********/
.form_wrapper {
    background-image: none;
}
.visitor-form {

}
.visitor-form table {

}
.visitor-form table tr td {
    border:none;
    padding-right:1em;
    width:50%;
    padding-left:0;
}
.visitor-form input.input-text,
.visitor-form select {
    width:100%;
}
.visitor-form option {
    padding:auto;
}

.visitor-form label{
    display:block;
    margin:5px 0;
    color:#555555;
    font-weight:bold;
}
fieldset {
    border:1px solid #ccc;
    padding:10px;
}

.spacer{
    margin-left:190px;
    margin-bottom:10px;
    font-size:11px;
    color:#555555;
}

.rnote {
    padding: 2px 0;
}
.error {
    background-color:#fdd;
    border-top:1px dotted #f66;
    border-bottom:1px dotted #f66;
    padding:5px;
}

input[type=submit],
input[type=button],
input[type=reset] {
    padding:4px 10px;
    font-size:120%;
}
.legal {
    font-size:70%;
}
.footnote {
    font-size:80%;
}
#carbculator, #carbfinder {
    background:#fff url(../images/carbculator_back.jpg) no-repeat;
    color:#ffffff;
    padding:20px 0px 0px 270px;
    font-size:15px;
}
#carbculator p, #carbfinder p{
    font-size:18px !important;
    font-family:trebuchet ms,arial,helvetica;
}
/**
 * HCP Page layouts
 */
.hcp_bodybuddy{
    margin: 40px 0px 0px 40px !important;

}
.hcp_bodybuddy p{
    font-size:14px !important;
    line-height:20px !important;
}

.hcp_spotcheck{
    margin:40px 0px 0px 40px !important;
}
.hcp_spotcheck p{
    font-size:15px !important;
    line-height:20px !important;
}
.hcp_carbculator, .hcp_carbcount, .hcp_carbwise {
    margin:40px 0px 0px 40px !important;
}
.hcp_carbculator p, .hcp_carbcount p, .hcp_carbwise p{
    font-size:12px !important;
    line-height:20px !important;
}
.hcp_flashcarbs{
    margin:40px 0px 0px 20px !important;
    width:328px !important;
}
.hcp_flashcarbs p{
    font-size:12px !important;
    line-height:20px !important;
}
.hcp_mealmanager{
    margin:20px 0px 0px 40px !important;
    width:328px !important;
}
.small{
    font-size:10px !important;
}
.hcp_careplan{
    margin:40px 0px 0px 40px !important;
}
.hcp_careplan p{
    font-size:14px !important;
    line-height:20px !important;
}
.hcp_carbwise, .hcp_datawise{
    margin:40px 0px 0px 320px !important;
    position:absolute;
}
.hcp_carbwise p, .hcp_datawise p{
    font-size:13px !important;
    line-height:20px !important;
}

#story_videos {
    float: left;
    padding-top: 20px;
    padding-left:40px;
    width:360px;
    display: block;
    color: #838383;
    font-size:13px;
    margin-left:-10px;
}
#story_videos h3 {
    margin-top:0;
    color:#F27821;
    font-size:160%;
    margin-bottom:0;
    font-family:arial, helvetica, sans-serif;
}
#story_videos h4.video-info {
    color:#F27821;
}
.story-videos-stats {
    color:#838383;
}
.story-videos-stats p strong{
    color:#F27821;
}
.video-choice {
    background-color:#fff;
    border:1px solid #eee;
    padding:5px;
    margin-bottom:0.5em;
    margin-left:-1em;
    width:160px;
}
.video-choice .video-title {
    font-weight:bold;
    color:#777;
    padding:0.5em 0;
}

#bboard_wrapper {
    padding-top:2em;
}
#bboard_sidebar {
    float:left;
    width:280px;
}
#bboard_wrapper #main_content, #main_content_contact {
    margin-left:315px;
    float:none;
    padding:0;
    width:453px;
}
#bboard_wrapper #featured_links {
    float:right;
    width:180px;
    margin:0;
}
#bboard_wrapper #main_content h3,#main_content_contact h3{
    margin-top:0;
    margin-bottom:0;
    color:#F27821;
    font-size:160%;
    font-family:arial, helvetica, sans-serif;
}
#bboard_wrapper #main_content p img, #main_content_contact p img {
    margin-bottom:1em;
}
.posting-info {
    color:#F27821;
    font-size:90%;
    margin-top:3px;
    margin-bottom:2em;
}

.bluetile_bar {
    margin-top:1em;
    width:278px;
    font-size:110%;
    line-height:1.4em;
}
.bluetile-top {
    background:#fff url(../images/bboard_bluetile_top.jpg) top center no-repeat;
    height:18px;
}
.bluetile-body {
    background:#fff url(../images/bboard_bluetile_body.jpg) top center repeat-y;
}
.bluetile-body div {
    margin:0;
    padding:1px 1.5em;
    color:#838383;
}
#bboard_wrapper .bluetile-body h4 {
    margin-bottom:-1em;
    font-size:140%;
    color:#FC9417;
}
.bluetile-bottom {
    background:#fff url(../images/bboard_bluetile_bottom.jpg) bottom center no-repeat;
    height:18px;
}
.rss {
    display:block;
    padding-left:18px;
    background: transparent url(../images/rss.jpg) left center no-repeat;
}
.frame_class {
    border:0px #ffffff;
    overflow-x:hidden;
    overflow-y:hidden;
    width:656px;
    height:460px;
}
.frame_links {
    margin:15px 0px 0px 100px !important;
}

/*********
  FOOTER
*********/
#footer{
    margin: auto;
    text-align: center;
    width: 943px;
    clear:left;
}
#footer_nav{
    color: #fc6509;
    font-weight: bold;
    padding: 2em 0;
    margin-top:40px;
}

#copyright{
    color: #838383;
    padding-bottom:2em;
}

.clearer{
    clear: both;
    margin-top: -1px;
    height: 1px;
}

/*Footer Nav*/
#footer_nav a:link, #footer_nav a:visited, #footer_nav a:hover {
    color: #fc6509;
    text-decoration: none;
}

#alert_msg {
    background: url(../images/alert_img.png) no-repeat;
    width:397px;
    height:314px;
    position:absolute;
    top:50px;
    left:35%;
    z-index:9999;
    display:block;

}
.alert_text{
    color: #838383;
    padding-top:20px;
}
#alert_msg_inside h2 {
    color:#838383;
}
#alert_msg_inside{
    padding-top:60px;
    padding-left:60px;
    width:280px;
}
#donot{
    margin-top:-5px;
    width:170px;

}
#checkboxDiv{
    width:20px;
    float:left;
    margin-left:90px;
    margin-top:-7px;
}
#closer{
    width:16px;
    padding-top:5px;
    padding-left:5px;
}
#main_content_contact {
    width:600px;
}

/* Overlay */
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
    }

/* Add to social networking sites */
.roundy {
    width: 650px;
    padding: 0;
    display: block;
    margin-bottom:-15px;
}

.handy tr td {
    border: 0px;
    padding: 5px 2px;
}

.img {
    border: 0px;
    width: 20px;
}

.link {
    border: 0px;
    width: 120px;
}

.handy tr td span {
    cursor:pointer;
    cursor:hand;
    font-weight:bold;
    color: #838383;
}

#shareBox_button {
    font-size: 11px;
}

#shareBox_title {
    width: 339px;
}

.add-to-hand {
    cursor:hand;
    cursor:pointer;
    padding-left:20px;
    color: #838383;
    margin:0;
    padding-bottom:10px;
}
.add-to-hand:hover {
    text-decoration:underline;
}

.article-navigation {
    float:right;
    width:98px;
    text-align:right;
}
.article-link-previous {
    padding:0;
    margin:0;
    display:block;
    height:27px;
}
.article-link-next {
    padding:0;
    margin:0;
}

/* @group KL Additions */

blockquote.fiber_high_fiber_food {
    width: 160px;
    min-height: 246px;
    height: auto !important;
    height: 246px;
    background: #ece9f3 url(../images/background_fiber_high_fiber_food.png) no-repeat;
    margin: 1em 17px 1em 0;
    padding: 15px;
    float: left;
    position: relative;
}

blockquote.fiber_high_fiber_food h3 {
    margin: 4px auto 1em auto;
    padding: 0;
    text-align: center;
    height: 102px;
    text-indent: -5000px;
}

blockquote.fiber_high_fiber_food h3.high_fiber {
    width: 102px;
    background: transparent url(../images/background_h3_highfiber.png) no-repeat;
}

blockquote.fiber_high_fiber_food h3.good_source {
    width: 148px;
    background: transparent url(../images/background_h3_goodsourceoffiber.png) no-repeat;
}

blockquote.fiber_high_fiber_food h3.whole_wheat {
    width: 86px;
    background: transparent url(../images/background_h3_wholewheat.png) no-repeat;
}

blockquote.fiber_high_fiber_food p {
    margin: 0 auto 1em auto;
    padding: 0;
    text-align: left;
}

blockquote.fiber_high_fiber_food.last {
    margin-right: 0;
}

blockquote.fiber_high_fiber_food .bottom {
    line-height: 1em;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    height: 10px;
    background: #ffffff url(../images/background_fiber_high_fiber_food_bot.png) no-repeat;
}

blockquote#markup_try_this_trick {
    width: 134px;
    height: 31px;
    background: url(../images/markup_try_this_trick.png) no-repeat;
    overflow: hidden;
    text-indent: -5000px;
    margin: 1em 0 1em -31px;
    padding: 0;
    z-index: 1px;
    position: relative;
}

blockquote#fiber_aim_for_four_daily {
    width: 606px;
    height: 104px;
    background: url(../images/fiber_aim_for_four_daily_background.png) no-repeat;
    overflow: hidden;
    margin: 1em 0 1em 0;
    padding: 0;
}
blockquote#fiber_aim_for_four_daily p {
    padding: 7px 201px 0 19px;
    font-size:90%;
}

blockquote#fiber_you_might_not_know {
    width: 392px;
    min-height: 222px;
    height: auto !important;
    height: 222px;
    background: #e6ebd7 url(../images/fiber_you_might_not_know.png) no-repeat;
    margin: 1em 0 1em 0;
    padding: 13px 210px 10px 18px;
    position: relative;
}

blockquote#fiber_you_might_not_know h3 {
    margin-top: 0;
}

blockquote#fiber_you_might_not_know li {
    line-height: 1.5em;
    margin: .75em;
}

blockquote#fiber_you_might_not_know ol {
    margin-bottom: 0;
}

blockquote#fiber_you_might_not_know .bottom {
    line-height: 1em;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 620px;
    height: 10px;
    background: #ffffff url(../images/background_fiber_you_might_not_know_bot.png) no-repeat;
}
blockquote#supplements_info {
    background: #ffeae8 url(../images/supplements_background.png) no-repeat;
    margin: 1em 0 1em 0;
    padding: 20px 10px 10px 23px;
    width:567px;
    position:relative;
}
blockquote#supplements_info h3 {
    margin:0;
}
blockquote#supplements_info p {
    margin-top:0;
}
blockquote#supplements_info .bottom {
    line-height:1em;
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:600px;
    height:20px;
    background:#ffffff url(../images/supplements_background_bottom.png) no-repeat;
}

table.fiber_food {
    margin-top: -25px;
    width: 600px;
}

table.fiber_food th {
    text-align: left;
    color: #fc6509;
    font-size: 15px;
    padding: 25px 0 0 0;
    border: none;
    vertical-align: bottom;
    border-bottom: 10px solid white;
}

table.fiber_food td {
    font-size: 14px;
    height: 14px;
    padding: 0;
    vertical-align: top;
    border: none;
    line-height: 1em;
}

table.fiber_food td.info {
    padding: 0 5px 0 0;
    width: 17px;
    height: 17px;
    vertical-align: top;
}

table.fiber_food td.info.variation1 {
    background: transparent url(../images/background_note1.png) no-repeat left center;
}

table.fiber_food td.info.variation2 {
    background: transparent url(../images/background_note2.png) no-repeat left center;
}

table.fiber_food td.info.variation3 {
    background: transparent url(../images/background_note3.png) no-repeat left center;
}

table.fiber_food td.info.variation4 {
    background: transparent url(../images/background_note4.png) no-repeat left center;
}

table.fiber_food td.food {
    padding: 3px 10px 0 0;
    border-bottom: 5px solid white;
    vertical-align: top;
    width: 270px;
}

table.fiber_food td.fiber {
    border-bottom: 5px solid white;
    padding-right: 5px;
    width: 230px;
}

table.fiber_food td.fiberNumeric {
    color: #fc6509;
    padding:  6px 0 0 16px;
    vertical-align: top;
    width: 18px;
    text-align: right;
    white-space: nowrap;
}

table.fiber_food div.level {
    width: 100%;
    height: 19px;
    background: #dfeffa url(../images/background_fiber_food_td.png) no-repeat right top;
    padding-right: 11px;
    overflow: hidden;
}

table.fiber_food div.amount {
    width: 100%;
    text-align: right;
    height: 14px;
    padding: 3px 10px 2px 0;
    line-height: 12px;
    font-size: 12px;
}

/* @group Notes (hover) */

table.fiber_food td.info div.note {
    display: none;
    margin: 21px 0 0 8px;
    position: absolute;
}

table.fiber_food td.info div.note div {
    padding: 13px 10px 0px 12px;
    width: 145px;
    float: left;
    line-height: 1.25em;
}

table.fiber_food td.info div.note div.bottom {
    margin: 0;
    padding: 0;
    width: 172px;
    height: 10px;
    float: left;
    clear: both;
}

/* @group green */

table.fiber_food tr.green td.info div.note div {
    background: transparent url(../images/background_hover_green.png) no-repeat left top;
}

table.fiber_food tr.green td.info div.note div.bottom {
    background: transparent url(../images/background_hover_bottom_green.png) no-repeat left top;
}

/* @end */

/* @group orange */

table.fiber_food tr.pink td.info div.note div {
    background: transparent url(../images/background_hover_pink.png) no-repeat left top;
}

table.fiber_food tr.pink td.info div.note div.bottom {
    background: transparent url(../images/background_hover_bottom_pink.png) no-repeat left top;
}

/* @end */

/* @group peach */

table.fiber_food tr.orange td.info div.note div {
    background: transparent url(../images/background_hover_orange.png) no-repeat left top;
}

table.fiber_food tr.orange td.info div.note div.bottom {
    background: transparent url(../images/background_hover_bottom_orange.png) no-repeat left top;
}

/* @end */

/* @end */

table.fiber_food tr.green td.fiber div.level div.amount {
    background: #d5dc91 url(../images/background_fiber_food_td_green.png) no-repeat left top;
}

table.fiber_food tr.pink td.fiber div.level div.amount {
    background: #edbab4 url(../images/background_fiber_food_td_pink.png) no-repeat left top;
}

table.fiber_food tr.orange td.fiber div.level div.amount {
    background: #e3bb99 url(../images/background_fiber_food_td_orange.png) no-repeat left top;
}

table.fiber_food tr.darkgreen td.fiber div.level div.amount {
    background: #c0ca92 url(../images/background_fiber_food_td_darkgreen.png) no-repeat left top;
}

table.fiber_food tr.peach td.fiber div.level div.amount {
    background: #ebe0ca url(../images/background_fiber_food_td_peach.png) no-repeat left top;
}

h3.orange {
    color: #fc6509;
}

#start_sub{
    display:none;
    position:absolute;
    margin-top:35px;
    margin-left:506px;
    z-index:999;
}

#start_sub .heading {
    color: #fc6509;
    font-size: 14px;
    margin: 0 24px 10px 20px;
    line-height: 22px;
    display: block;
}

#start_sub ul {
    margin: 0;
    padding: 0 0 0 20px;
}

#start_sub li {
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    clear: both;
}

#start_sub li a {
    font-size: 11px;
    margin: 0;
    padding: 0 24px 0 28px;
    width: 156px;
    line-height:  16px;
    display: block;
    background: url(../images/backgroundSquare.png) no-repeat;
}

#start_sub li a.hover1:hover {
    background: url(../images/backgroundHover1.png) no-repeat;
}
#start_sub li a.hover2:hover {
    background: url(../images/backgroundHover2.png) no-repeat;
}
#start_sub li a.hover3:hover {
    background: url(../images/backgroundHover3.png) no-repeat;
}
#start_sub li a.hover4:hover {
    background: url(../images/backgroundHover4.png) no-repeat;
}
#start_sub li a.hover5:hover {
    background: url(../images/backgroundHover5.png) no-repeat;
}

/* @group content_footer */

#content_footer {
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding: 11px 6px 0 6px;
    float: left;
    border-top: 1px solid #b8b8b8;
}

#content_footer_healthyeating {
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding: 11px 6px 0 6px;
    float: left;
    border-top: 1px solid #b8b8b8;
        top: -300px;
        z-index: -1;
}

#content_navigation {
    float: right;
    margin: 6px -14px 0 0;
}

#content_navigation a {
    float: right;
    color: #fc6509 !important;
    text-decoration: none;
    font-size: 15px;
    margin: 0 14px 0 18px;
    text-transform: lowercase;
}

#content_navigation a.next {
    background: transparent url(../images/button_next.png) no-repeat right 6px;
    padding-right: 11px;
}

#content_navigation a.previous {
    background: transparent url(../images/button_previous.png) no-repeat left 6px;
    padding-left: 11px;
}

#star_rating {
    float: left;
    margin: 1px 0 0 0;
}

#star_rating h4 {
    float: left;
    display: inline;
    color: #fc6509;
    font-size: 13px;
}

#star_rating ul {
    margin: 6px 0 0 3px;
    padding: 0;
    float: left;
    display: inline;
}

#star_rating ul li {
    float: left;
    display: inline;
    clear: none;
    list-style-type: none;
    margin: 0 0 0 7px !important;
    padding: 0;
}

#star_rating ul li a {
    margin: 0 !important;
    padding: 0;
    display: block;
    text-indent:  -5000px !important;
    height: 16px;
    width: 16px;
}

#star_rating ul li a {
    background: url(../images/button_star.png) no-repeat;
}

/*#star_rating ul li a:hover {
    background: url(../images/button_star_active.png) no-repeat;
}*/

#star_rating ul li a.active {
    background-image: url(../images/button_star_active.png);
}

/* @end */

/* @end */
