﻿
    html{
        /*background: url(/images/toolkit_01_background.jpg) no-repeat top center #BBCCE0;*/
    }
    
    ol{
        padding: 10px 10px 10px 20px;
        margin: 0px;
    }
    li{
        padding: 0px;
        margin: 0px;
    }
    
    #toolkitLayoutTable{
        margin-left: 70px;
        width: 850px;
    }
    #toolkitLayoutTable *{
        z-index: 1;
    }
    #toolkitLayoutTable td{
        vertical-align: top;
    }
    
    #videoBox{
        position: relative;
        width: 850px;
        height: 360px;
        background: url(/images/toolkit_01_video_box.png) no-repeat;
    }
    
    #video{
        position: absolute;
        top: 25px;
        left: 40px;
        width: 500px;
        height: 300px;
        z-index: 1;
    }
    #video *{
        z-index: 1;
    }
    #videoBoxContent{
        position: absolute;
        left: 550px;
        top: 25px;
    }
    
    #shareThis{
        z-index: 1000000;
    }
    #shareThis *{
        z-index: 1000000;
    }
    
    #the100CalorieBreak{
        width: 297px;
        font-size: 11px;
        margin: 0px 20px;
    }
    #the100CalorieBreak a{
        color: #1A344D;
        text-decoration: none;
        font-weight: bold;
    }
    #the100CalorieBreak a:hover{
        text-decoration: underline;
    }
    
    #categories{
        margin: 10px 0px 0px 10px;
    }
    .categoryIntro{
        margin: 0px 0px 0px 8px;
        text-align: left;
        font-size: 12px;
        color: #122333;
    }
    
    #categoryScrollBox{
        position: relative;
        float: left;
        height: 300px;
        width: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 10px 0px;
    }
    .categoryBox{
        position: relative;
        float: left;
        margin: 10px 0px 0px 8px;
        text-align: left;
    }
    .categoryBoxTop{
        position: relative;
        float: left;
        width: 460px;
        height: 14px;
        background: url(/images/toolkit_01_category_box_top.png) no-repeat;
    }
    .categoryBoxMiddle{
        position: relative;
        float: left;
        width: 460px;
        background: #B6D4EE;
    }
    .categoryBoxMiddleContent{
        margin: 0px 14px;
        font-size: 11px;
    }
    .categoryBoxMiddleContent .title{
        font-size: 14px;
    }
    .categoryBoxMiddleContent .category{
        color: #B0324E;
        font-weight: bold;
    }
    .categoryBoxBottom{
        position: relative;
        float: left;
        width: 460px;
        height: 14px;
        background: url(/images/toolkit_01_category_box_bottom.png) no-repeat;
    }

    .superscript{
        vertical-align: super;
        font-size: 8px;
        text-decoration: none;
        color: #B0324E;
        font-weight: bold;
        line-height: -10px;
    }
    .references{
        position: relative;
        float: left;
        margin: 14px;
        font-size: 11px;
        text-align: left;
    }
    
    ol{
        padding-left: 24px;
    }
    
    #askANutritionist{
        margin-top: 10px;
    }
    #followUsOnTwitter{
        margin-right: 20px;
    }
    #friendUsOnFacebook{
    }
    
    .categoryThumbnail{
        float: left;
        margin-right: 10px;
    }
    
	.toolkitShareThis{
	    background: url(/images/sharethis.png) no-repeat;
		padding: 2px 0px 5px 22px;
		margin-right: 10px;
		text-decoration: none;
		font-size: 12px;
		color: #1A344D;
	}

