﻿/* LARABAR CSS */

/* LAYOUT */
body { background-color:#FFF; font-family:Arial, Sans-Serif; font-size:10pt; color:#333;}
img { border-width:0; }
p { margin:10px 0; }
a { text-decoration:none; color:#dd0705;}
h2 { margin:0; font-size:16pt; font-weight:normal; color:#dd0705; }
h3 { margin:0; font-size:14pt; font-weight:normal; color:#dd0705; }
h4 { margin:0; font-size:12pt; color:#dd0705;}

#content { width:955px; margin:0 auto; }
#header { position: relative; text-align: left; }
#main { height:100%; z-index:1;}
#footer 
{
    width: 850px;
    font-size: 10px;
    color: #636466;
    margin:auto;
    padding-bottom:7px;
}
#footer a
{
    color: #636466;
}
#flashMenu  
{
    margin-top: 15px;
    background:url(../img/LARABAR/menuBg.gif) repeat-x scroll left top;
    text-align:center;
}

.samplingResourceImg
{
    float:left;
    padding:25px 0 0 7px;
    position:relative;
    left: 45px;
}
.giftImg
{
    position:absolute;
    left:-105px;
    top:0px;
    clear:both;
    text-align:left;
    z-index:-1;
}

/* REQUEST FORM */

#requestFormContainer
{
    width: 850px;
    margin: auto;
}
#requestDirections
{
    position: relative;
    font-size:12px;
    margin-top: 4px;
    margin-bottom: 7px;
}

.fieldBoxContainer
{
    margin: 10px auto 0 auto;
    width: 405px;
    background-color: #fff;
    padding-bottom: 15px;
    z-index: 1;
}
.fieldBoxTop
{
    display:none;
}
.fieldBoxMain
{
    border: solid 1px #dd0705;
    height: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
    z-index:1;
    background-color: #fff;
}
.fieldBoxTitle
{
    position: relative;
    top:-17px;
    left: -4px;
}
.fieldBoxBottom
{
    display:none;
}
.fieldBoxContainerWide
{
    margin: 10px auto 0 auto;
    width: 835px;
    background-color: #fff;
}
.fieldBoxTopWide
{
    display:none;
}
.fieldBoxMainWide
{
    height: 100%;
    border: solid 1px #dd0705;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #fff;   
}
.fieldBoxBottomWide
{
    display:none;
}


.submitImg
{
    float:right;
    margin-top: 27px;
}
.goBackImg
{
    float:left;
    margin-top: 27px;
}


.productsContainer
{
    height: 450px;
    overflow: auto; 
    scrollbar-base-color: #ffebc9; 
    scrollbar-arrow-color:#e62400;
}
.categoryTitle
{
    background-color: #ffeac9;
    color: #dd0705;
    font-weight: bold;
    width:829px;
    padding: 2px;
    position: relative;
    left: -20px;
    text-indent: 35px;
    font-size: 14px;
}

.productTable
{
    width: 95%;
    margin: auto;
}
.productName, .brandedText
{
    color: #dd0705;
    font-weight:bold;    
}
.productSize
{
    font-size: 11px;    
}
.productSeparator
{
    height: 1px;
    color: #c7c8ca;
    background-color: #c7c8ca;
    border: 0;
}
#totalSampleCount
{
    position: absolute;
    bottom:3px;
    color: #dd0705;
    font-weight: bold;
    text-align:center;
    width: 100%;
}

.agree
{
    width: 350px;
    margin: auto;
}

#thankYouContainer
{
    width: 840px;
    margin: auto;
    background: #fff;
    border: solid 1px #dd0705;
    position: relative;
}
#thankYouMessage
{
    width: 620px;
    margin: 55px auto;
    font-size: 12px;
}
#thankYouMessage p
{
    margin-bottom: 25px;
}
#thankYouColumn2
{
    display:none;
}


/* PRIVACY POLICY & TERMS OF USE */
.policy
{
    border: 1px solid red;
    background: #fff;
    padding-top: 25px;
    position: relative;
}


/* CALENDAR */

.calendar .ajax__calendar_header 
{
    background-color: #DD0706;
}
.calendar .ajax__calendar_hover .ajax__calendar_day, .calendar .ajax__calendar_hover .ajax__calendar_month, .calendar .ajax__calendar_hover .ajax__calendar_year
{
    color:#DD0706;
}
.calendar .ajax__calendar_active .ajax__calendar_day
{
    color:#DD0706;  
}

