﻿#containerContent
{
    background: url('/Images/backgroundPipe.png') repeat-y 50px 0px;
}

.moduleMain .contentLtBlue
{
    height: 630px;
    padding: 0px 15px 15px 15px;
}

.moduleMain .header
{
    padding: 10px 0px 10px 0px;
}

#flavorColor
{
    width: 100px; 
    height: 75px;
    position: absolute; 
    margin: 21px 0px 0px 20px;
}

#flavorMachine
{
    position: relative;
}

#flavorMachine #flavorCard
{
    position: absolute;
    margin-top: -100px;
    margin-left: 117px;
    padding-top: 2px;
}

#flavorMachine #flavorCard img
{
    width: 117px;
}

#flavorList .header
{
    text-align: right;
}

#flavorList select
{
    font-size: 12px;
    font-weight: bold;
    color: #0081d5; 
}

#flavorListContent
{
    width: 396px;
    background: #00a3e3;
}

#flavorListContent .fom
{
    display: block;
    width: 376px;
    height: 249px;
    background: url('/Images/Flavors/fomBackground_off.png') no-repeat;
}

#flavorListContent .fom:hover
{
    background: url('/Images/Flavors/fomBackground_on.png') no-repeat;
}

#flavorListContent .flavor
{
    display: block;
    width: 183px;
    height: 123px;
    background: url('/Images/Flavors/flavorBackground_off.png') no-repeat;
}

#flavorListContent .fom img
{
    padding-top: 7px;
}

#flavorListContent #fomNewImage
{
    position: absolute;
    float: right;
    left: 65%;
}

#flavorListContent .fom img#fomImage
{
    width: 360px;
}

#flavorListContent .flavor img
{
    width: 168px;
    padding-top: 7px;
}

#flavorListContent .flavor:hover
{
    background: url('/Images/Flavors/flavorBackground_on.png') no-repeat;
}

#flavorInfo .moduleLeftColumnContent
{
    margin: 15px 0px 15px 10px;
}

#flavorInfo .contentWhite
{
    color: #00a3e3;
}

#flavorInfo #flavorNutrition
{
    margin-top: 10px;
    margin-left: -2px;
}

#moduleNutritionCard
{
    position: absolute;
    display: none;
    left: 32%;
    margin-top: 50px;
    z-index: 360;
}

#moduleNutritionCard .contentWhite
{
    width: 280px;
    margin: 0px;
    padding: 0px;
}

#moduleNutritionCard .headerCopy
{
    padding-right: 10px;
    text-align: right;
}

#moduleNutritionCard .headerCopy a
{
    color: #d12327;
}

#nutritionCard img
{
    width: 278px;
}