﻿/*FONTS
----------------------------------------------------------*/
@font-face {
   font-family: MetaBold;
	src: url("metaot-bold-webfont.eot"); /* IE */
}
@font-face {
   font-family: MetaBlack;
	src: url("metaot-black-webfont.eot"); /* IE */
}

@font-face {
   font-family: MetaBold;
	src: url("metaot-bold-webfont.woff") format("woff"), url("metaot-bold-webfont.ttf") format("truetype"), url("metaot-bold-webfont.svg#webfont7F6nlzwA") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
   font-family: MetaBlack;
	src: url("metaot-black-webfont.woff") format("woff"), url("metaot-black-webfont.ttf") format("truetype"), url("metaot-black-webfont.svg#webfontnMwXpAc3") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* DEFAULTS
----------------------------------------------------------*/
html, body, form
{    
   height: 100%; 
}
html
{
    background: #000000 url('/Images/bg.jpg') repeat-x top left;
    margin: 0px;
    padding: 0px;
}
body
{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
}

a
{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

a:hover
{
    color: #FF0000;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
}

hr
{
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0px;
    margin-top: 8px;
    padding-bottom: 8px;
}

ol, ul
{
    margin:5px 0 5px 20px;
}

ol > li
{ 
   list-style: decimal; 
   margin: 5px 0 5px 10px;
}

ul > li
{
    list-style: disc;
    margin: 5px 0 5px 10px;
}

strong
{
    font-weight:bold;
}

em
{
    font-style: italic;
}

table
{
    border: none;
    text-align: left;
    vertical-align:top;
}
table > thead
{
    font-weight:bold;
}

table > thead > tr > th, table > tbody > tr > td
{
    padding:5px;
    margin: 0;
    border-bottom: 1px solid #fff;
}

table.noborder
{
    border:none;
}
table.noborder > tbody > tr > td
{
    border:none;
}
table.jobs
{
    border: 1px solid #666;
    width:650px;
}
table.jobs > thead > tr
{
    background-color: #666;
}
table.jobs > tbody > tr
{
    background:#fff;
    color:#222;
    border-bottom: 1px solid #666;
}
table.jobs td, table.jobs th
{
    padding:8px;
}
table.jobs a
{
    color:#e62500;
    font-weight:bold;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{   
    font-family: MetaBold, Trebuchet, Trebuchet MS;
    text-transform:uppercase;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
	font-style: normal;
}

    h1
    {
        font-size: 22px;
        font-weight:900;
        line-height: 26px;
    }

    h2
    {
        margin-top:5px;
        color: #cecece;
        font-size: 18px;
    }

    h3
    {
        color: #cecece;
        font-size: 14px;
        font-weight: bold;
    }
        h3 > a
        {
            font-size: 14px;
        }
    h4
    {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 3px;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    margin: 15px  auto 0px auto;
    width: 986px;
}

.header
{
    background: url('/Images/bg-header.jpg') repeat-x top left;
    position: relative;
    width: 100%;
    margin:0px;
    padding:0px;
    height: 95px;
}
    .header > div
    {
       width: 986px;
       margin:auto; 
    }
    #logo
    {
        float:left;
        margin:0px;
        padding:0px;
        margin-left:47px;
    }
    #searchbox
    {
       background: url('/Images/search-box.jpg') no-repeat bottom left; 
       width: 277px;
       height: 85px;
       float:right;
       margin-top:5px;
    }
        .search
        {
            background: url('/Images/bg-search.jpg') repeat-x top left;
            width:141px;
            height:29px;
            margin-left:5px;
            margin-top:2px;
            float:left;
        }
        .search input
        {
            margin-top:3px;
            margin-left:6px;
            height:16px;
            width:122px;
            border:none;
        }
        .searchbtn
        {
            border:none;
            height:auto;
            width:auto;
            margin: 2px 3px 0 1px;
            padding:0px;
            float:left;
        }
        .registerbtn
        {
            float:left;
            padding-top:2px;
        }

.main
{
    background-color: #efefef;
    min-height: 400px;
}
#container
{
   min-height: 100%;
   margin-bottom: -97px;
   position: relative;
}
.clearfooter 
{
   height: 97px;
   clear: both;
   padding-top: 15px;
}
#footer
{
    width:100%;
    height: 97px;
    background: url('/Images/footer.jpg') repeat-x left bottom;
    color: #8f7f7e;
    font-weight: bold;
    font-size: 10px;
    position:relative;
}
    #footer > div
    {
        background: url('/Images/footer.png') no-repeat bottom center;
        width: 986px;
        margin: auto;
        height: 97px;
    }
    .social
    {
        float:left;
        margin-left: 125px;
        margin-top:5px;
    }
    .social > a
    {
        margin-right:10px;
    }
    .copyright
    {
        margin-left:120px;
        float:left;
    }
    .poweredby
    {
        margin-right:140px;
        float:right;
        text-align:right;
    }
    .poweredby a
    {
        font-size:9px;
        color:#8f7f7e;
        text-decoration: none;
    }
    .footerlinks
    {
        float:right;
        margin-right: 160px;
        margin-top:20px;
    }
    .footerlinks a
    {
        color: #fff;
        font-size: 10px;
        padding: 5px 8px;
        border-right: 1px solid #6d0200;
        text-decoration: none;
    }
div.topcorners
{
    background: url('/Images/bg-corner-top.png') no-repeat bottom center;
    height: 8px;
}
div.bottomcorners
{
    background: url('/Images/bg-corner-bottom.png') no-repeat bottom center;
    height: 8px;
}
.content
{
    background-color: #000;
    min-height: 400px;
    padding:  15px 25px 15px 25px;
    border-left: 1px solid #5a5758;
    border-right:  1px solid #5a5758;
}
    .main.blank .content
    {
        margin-left: 0px;
    }
    

/* MENU
----------------------------------------------------------*/
.menucontainer
{
    width: 100%;
    border-bottom:solid 1px #7d0000;
}
#menu
{
   width: 986px;
   margin:auto;
   height: 46px;
}
#menu > ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 46px;
    float:left;
}
    #menu > ul > li
    {
        list-style: none;
        margin:0px;
        float:left;
    }
    #menu > ul > li > a
{
    border-right: solid 1px #7d0000;
    color: #d2d0d0;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    height: 34px;
    padding-top:12px;
    font-weight: bold;
}

#menu > ul > li > a:hover
{
    color:#fff;
}
#menu > ul > li > a.selected
{
    color:#fff;
}       
   
#dealerlinks
{
    margin-top: 14px;
    margin-right: 5px;
    float:right;
}
#dealerlinks a
{
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
    color: #d2d0d0;
    font-size:10px;
    text-decoration: none;
}
.dealerlogin
{
    text-align:center;
    margin-top: 50px;
}
.dealerlogin h1
{
    font-size:50px;
}
.dealerlogin fieldset
{
    width:260px;
    text-align:left;
    margin:auto;
}
.dealerlogin input
{
    width: 250px;
}
.dealerresource
{
    float: left;
    width:300px;
}
.dealerresource a
{
    text-decoration: none;
}
#demoLink
{
    cursor:pointer;
    background: url('/Images/shiny-star.png') no-repeat top left;
    font-size: 8pt;
    color: #ff9914;
    padding-left:18px;
}
#demoLink:hover
{
    color:#fff;
}
#cartsummary
{
    float:right;
}
    
#cartsummary > a
{
    color: #e62500;
    display: block;
    font-size: 11px;
   font-weight: bold;
    margin-top: 7px;
    text-align: right;
    text-decoration: none;
}
.cartimage
{
    float:right;
    margin: 0px 3px;
}
/* HOMEPAGE
----------------------------------------------------------*/
#homepageMain
{
    position: relative;
    margin-bottom:20px;
    width:605px;
    height:361px;
    overflow:hidden;
    z-index:0;
    background: url('/images/noMoreBackground.jpg') no-repeat;
    float:left;
    padding:0;
}
#noMorePanel
{
    margin-left:1px;
    margin-top:2px;
}
#noMorePanel > img
{
    display:none;
    float:left;
    margin-right:2px;
}
#animNomore
{
    position:absolute;
    left:38px;
    top:65px;
    display:none;
}
#noMoreBanner
{
    display:none;
    margin-left:15px;
    float:left;
}
#GrillPanelCTA
{
    display:none;
    width:380px;
    display:none;
    float:left;
    margin-top: 15px;
    text-align:center;
}
#noMoreFind
{
    position:absolute; 
    left:249px; 
    bottom:28px; 
    display:none;
    z-index:3;
}

.homepageCallouts > div
{
    width:231px;
    height: 110px;
    padding-left:3px;
    padding-top:10px;
    float:left;
    margin-right:16px;
    -moz-box-shadow: 4px 4px 4px #080000;
    -webkit-box-shadow: 4px 4px 4px #080000;
    box-shadow: 4px 4px 4px #080000;
    position: relative;

}
#promoPanel
{
    float:left;
    width:361px;
    height:361px;
    margin-left:10px; 
    overflow:hidden;
}

.homepageCallouts > div > a > img
{
    position:absolute;
    top:0px;
    left:0px;
    width:234px;
    height: 120px;
    z-index:5;
}
    #calloutGrills
    {
        background: url('../images/homepage-cta-grills.jpg') no-repeat;
    }
    #calloutRecipes
    {
        background: url('../images/homepage-cta-recipes.jpg') no-repeat;
    }
    #calloutHow
    {
        background: url('../images/homepage-cta-how.jpg') no-repeat;
    }
    #calloutTeam
    {
        background: url('../images/homepage-cta-team.jpg') no-repeat;
    }
 
/* GRILLS
----------------------------------------------------------*/
.productdetails
{
   position: relative;
   float:left;
   width:355px;
}
.productimagetop
{
    background: url('/Images/bg-corner-top-grill.png') no-repeat top left;
    width:563px;
    height:9px;
}
.productimagebottom
{
    background: url('/Images/bg-corner-bottom-grill.png') no-repeat top left;
    width:563px;
    height:9px;
}
.productimage
{   
    background: #ffffff;
    border-left: 1px solid #af1c00;
    border-right: 1px solid #af1c00;
    width:561px;
    height: 350px;
    position: relative;
    overflow:hidden;
    text-align:center;
}
.productimage-pellets
{
    background: #000000;
    border: none;
}
.product360top
{
    background: url('/Images/bg-corner-top-360.png') no-repeat top left;
    width:934px;
    height:9px;
}
.product360bottom
{
    background: url('/Images/bg-corner-bottom-360.png') no-repeat top left;
    width:934px;
    height:9px;
    margin-bottom:10px;
}
.product360
{   
    background: #ffffff;
    border-left: 1px solid #af1c00;
    border-right: 1px solid #af1c00;
    width:932px;
    height: 361px;
    position: relative;
    overflow:hidden;
}
.container360
{
    width:542px;
    margin-left:auto;
    margin-right:auto;
}

.product360 .title
{
    position:absolute;
    top:10px;
    left:15px;
    z-index:5;
}
.product360 h1
{
    color:#231f20;
    font-size:30px;
    margin-bottom: 3px;
}
.product360 a
{
    color:#9b9ca0;
    font-weight: 900;
    font-size: 14px;
    text-decoration: none;
}
.product360 p
{
    color:#333;
     position:absolute;
    bottom: 0px;
    left:15px;
    z-index:5;
}
.previousarrow, .nextarrow
{
    z-index: 5;
    position:absolute;
    top:150px;
    cursor: pointer;
}
.nextarrow
{
     right: 15px;
}
.previousarrow
{
    left: 15px;
}
.zoom, .rotate
{
    z-index: 5;
    position:absolute;
    bottom: 15px;
    right:15px;
    cursor: pointer;
    color:#333;
    font-weight: bold;
    text-decoration: none;
    font-size:11px;
}
.rotate
{
    bottom: 45px;
}
.rotate > img
{
    margin-right:3px;
}
.featurelink
{
    position: absolute;
    cursor: pointer;
}
.morefeatures
{
    position: absolute;
    cursor: pointer;
    top:375px;
    left:560px;
    text-decoration: none;
    font-weight:bold;
}
.grillspecstop
{
    background: url('/Images/bg-corner-top-spec.jpg') no-repeat top left;
    width:360px;
    height:10px;
}
.grillspecsbottom
{
    background: url('/Images/bg-corner-bottom-spec.jpg') no-repeat top left;
    width:360px;
    height:10px;
}
.grillspecs
{
    width:356px;
    border-left: 2px solid #951701;
    border-right: 2px solid #951701;
}
.grillspecs h1
{
    color:#919295;
    font-size:40px;
    line-height:40px;
    margin:0;
    width:336px;
    border-bottom: 2px solid #951701;
    padding: 0 10px 10px 10px;
}
.grillspecs h2
{
    color:#af1c00;
    font-size: 14px;
    line-height:14px;
    margin-bottom:6px;
}
.grillspecs ul
{
    margin:10px 0px 0px 0px;
    padding:0px;
}
.grillspecs li
{
    margin:0px 0px 6px 0px;
    list-style: none;
}

.grillspecs a.compare, .boldlink
{
    cursor: pointer;
    color:#af1c00;
    text-decoration: none;
    font-weight:bold;
    font-family: MetaBlack, Trebuchet, 'Trebuchet MS';
    text-transform:uppercase;
}
.grillspecs.compare a:hover, .boldlink:hover
{
    color: #FF0000;
}
.grill-pricing
{
    border-top:1px solid #666;
    padding:10px;
}
.grill-pricing > div
{
    width: 165px;
    min-height:65px;
    float:left;
}
.grill-pricing label
{
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
}
ul.grilllist
{
    list-style: none;
    padding: 0;
    margin:0;
    margin-left: 10px;
}
ul.grilllist li
{
    list-style: none;
    float:left;
    margin: 0;
    padding: 0;
    width:100px;
    text-align:center;
    border-right: 1px solid #6b6b6b;
    position:relative;
}
ul.grilllist li:first-child
{
    border-left: 1px solid #6b6b6b;
}
ul.grilllist li img.tag
{
    position:absolute;
    left:1px;
    bottom:10px;
    display: none;
}
.grillsubnav
{
   float:right;
   margin-bottom:5px;
}
.grillsubnav > ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float:left;
    border-top: solid 1px #49494b;
   border-bottom: solid 1px #49494b;
}
    .grillsubnav > ul > li
    {
        list-style: none;
        margin:0px;
        float:left;
    }
   .grillsubnav > ul > li > a
    {
        border-right: solid 1px #49494b;
        color: #fff;
        display: block;
        float: left;
        font-size: 11px;
        line-height:14px;
        margin: 0px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        padding:5px;
    }
     .grillsubnav > ul > li > a.selected
    {
        color:#af1c00;
        cursor:text;
    }
    .grillsubnav > ul > li:first-child > a
    {
        border-left:  solid 1px #49494b;
    }
   
.accessories
{
    list-style: none;
    margin:10px 0px 0px 0px;
    display: block;
    font-size: 11px;
    padding: 0px 0px 15px 0px;
    width: 560px;
}
.accessories ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align:top;
}
.accessories ul li
{
    list-style: none;
    margin:0px;
    padding:0px;
    display: inline-block;
    font-size: 11px;
    width: 170px;
    height:60px;
    vertical-align:top;
    margin: 0px 10px 10px 0px;
}
.accessories ul li img
{
    float: left;
    margin-right: 8px;
    width: 60px;
}

/* RECIPES  
----------------------------------------------------------*/
.recipeimage
{
    width:560px;
    height: 360px;
    position: relative;
    float: left;
    margin-right:10px;
}
.featuredrecipeimage
{
    width: 355px;
    height: 230px;
    position: relative;
    float: left;
    margin-right: 15px;
} 
.recipefooter
{
    text-align:right;
    width:560px;
    height:100px;
    position:absolute;
    right:2px;
    bottom:2px;
    background: url('/Images/recipe-footer.png') no-repeat;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/recipe-footer.png', sizingMethod='scale');*/
}
.recipefooter img
{
    margin-right:15px;
    margin-top:2px;
}
.recipecontenttop
{
    background: url('/Images/bg-corner-top-spec.jpg') no-repeat top left;
    width:360px;
    height:10px;
}
.specrecipecontenttop
{
    background: url('/Images/bg-corner-top-rec.png') no-repeat top left;
    width:930px;
    height:10px;
}
.descriptioncontentbottom
{
    background: url('/Images/bg-corner-bottom-spec.jpg') no-repeat top left;
    width:360px;
    height:10px;
}
.recipecontentbottom
{
    background: url('/Images/bg-corner-bottom-desc.png') no-repeat top left;
    width: 930px;
    height: 10px;
}
.featuredrecipecontent
{
    width:500px;
    margin:0;
}
.recipedescription p
{
    margin:10px 0px;
}
.featuredrecipecontent h1
{
    color:#919295;
    font-size:38px;
    line-height:34px;
    margin:0;
    width:500px;
    padding: 0 10px 10px 10px;
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
}
.featuredrecipecontent h1.featuredtitle
{
    font-family: MetaBold, Trebuchet MS, Trebuchet;
    color:#fff;
    border-bottom: none;
    margin-top:5px;
    font-size: 24px;
}
.featuredrecipecontent .description
{
    float:left;
    width: 500px;
    margin-right:10px;
    font-size: 1.2em;
    padding: 0 10px 0 10px;
}
.featuredrecipecontent p.viewrecipe a
    {
        font-family: MetaBlack, Trebuchet MS, Trebuchet;
        color:#7d0000;
        text-decoration: none;
    }
.featuredrecipecontent p.viewrecipe a:hover
{
    color: #FF0000;
}
.recipecontentlong
{
    width:926px;
    border-left: 2px solid #951701;
    border-right: 2px solid #951701;
    margin-bottom:0px;
    min-height:150px;
    padding: 5px 0 5px 0;
    float:left;
}
.recipecontentlong .ingredients
{
    float:left; 
    padding:0 15px 5px 15px;
    border-right:1px solid #951701;
    width:380px;
    margin-right:20px;
}
.recipecontent
{
    width:356px;
    border-left: 2px solid #951701;
    border-right: 2px solid #951701;
    margin-bottom:0px;
    min-height:250px;
}
.recipecontent h1
{
    color:#919295;
    font-size:32px;
    line-height:30px;
    margin:0;
    width:336px;
    border-bottom: 2px solid #951701;
    padding: 0 10px 10px 10px;
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
}
.recipecontent h1.featuredtitle
{
    font-family: MetaBold, Trebuchet MS, Trebuchet;
    color:#fff;
    border-bottom: none;
    margin-top:5px;
}
.recipecontent h2
{
    color:#af1c00;
    font-size: 14px;
    line-height:14px;
    margin:0px;
}

.recipecontent > p, .recipecontent > div
{
    margin: 5px 10px;
}
.recipecontent hr
{
    color: #808080;
    height: 2px;
    margin:0 10px;
}
.recipecontent .ingredients
{
    float:left;
    width:150px;
    margin-right:10px;
    font-size:1em;
}
.recipecontent .ingredients > ul
{
    margin:0px;
    padding:0px;
}
.recipecontent .ingredients > ul > li
{
    list-style: none;
    margin:0px;
    padding-bottom: 5px;
}
.recipecontentlong .directions
{
    float:left;
    width:450px;
    font-size:1em;
}
.recipecontent .directions
{
    float:left;
    width:175px;
    font-size:1em;
}
.recipecontent .directions > span > ol, .recipecontent .directions > span > ul
{
    margin:0px;
    padding-left:8px;
}
.recipecontent .directions > span > ol > li, .recipecontent .directions > span > ul > li
{
    padding:0px;
}
ul.recipes
{
    list-style: none;
    padding:0px;
    margin:0px;
    margin-top:30px;
    margin-left:10px;
}
    ul.recipes li
    {
        list-style: none;
        float:left;
        width:212px;
        margin: 0px 8px 20px 8px;
        border-right: 1px solid #7d0000;
        height:320px;
    }
    ul.recipes li:first-child + li + li + li, ul.recipes li:first-child + li + li + li + li + li + li + li, ul.recipes li:first-child + li + li + li + li + li + li + li + li + li + li + li, ul.recipes li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li, ul.recipes li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li,  ul.recipes li:last-child 
    {
        border-right: none;
        margin-right:0px;
    }
    ul.recipes li > div
    {
        margin: 0px 20px 0px 0px;
        border-top: 1px solid #7d0000;
        padding-top: 5px;
    }
    ul.recipes div.directions
    {
        height:115px;
        overflow:hidden;
    }
    ul.recipes li > div > div > a
    {
        font-family: MetaBlack, Trebuchet MS, Trebuchet;
        color:#919295;
        font-size:16px;
        text-decoration: none;
    }
    ul.recipes p.viewrecipe
    {
        margin-top:10px;
        float:right;
    }
     ul.recipes p.viewrecipe a
    {
        font-family: MetaBlack, Trebuchet MS, Trebuchet;
        color:#7d0000;
        text-decoration: none;
    }
     ul.recipes p.viewrecipe a:hover
{
    color: #FF0000;
}
    ul.recipes li img
    {
        width:190px;
        height: 100px;
        background-color:#fff;
        margin-bottom:5px;
    }
    ul.recipes li > div ul, ul.recipes li > div ol, ul.recipes li > div li
    {
        margin:0;
        padding:0;
        list-style: none;
    }

div.recipemeta
{
    float: right;
    width: 192px;
}
.recipesocial
{
    float:right;
    font-size:9px;
    margin-top:-20px;
    margin-bottom: 0px;
    margin-right:5px;
}
.recipesocial a
{
    float:left;
    margin-right:10px;
    margin-top: -5px;
}
.recipesocial .seperator
{
    height:20px;
    width:1px;
    border-right: 1px solid #fff;
    float:left;
    margin-right:10px;
}
.recipenote
{
    font-style:italic;
    color:#ccc;
}

/* FORMS  
----------------------------------------------------------*/
input
{
    border: solid 1px #d7d7d7;
    color: #333333;
    font-size: 12px;
    height: 16px;
    padding: 3px;
    margin-bottom:8px;
    width:145px;
}
    input.imgbtn
    {
        border:none;
        height: auto;
        padding: 0;
        width: auto;
    }
    
    input.btn
    {
        font-family: MetaBold, Trebuchet MS, Trebuchet;
        background: url('/Images/btn-bg.png') repeat-x top left;
        border: solid 1px #af1c00;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        height: 23px;
        width:auto;
        padding: 1px 8px 3px 8px;
        vertical-align: top;
        text-transform: uppercase;
    }
    input.bigbtn
    {
        font-family: MetaBold, Trebuchet MS, Trebuchet;
        background: url('/Images/btn-big-bg.png') repeat-x top left;
        border:  solid 1px #af1c00;
        color: #ffffff;
        cursor: pointer;
        font-size: 18px;
        height: 36px;
        width:auto;
        padding: 1px 8px 3px 8px;
        vertical-align: top;
        text-transform: uppercase;
    }
    input.btn:hover, input.bigbtn:hover
    {
        background:#af1c00;
    }
    input.watermark, input.grillspec-finddealer-watermark
    {
        color: #b9b9b9 !important;
        font-style: italic;
        font-weight: bold;
    }
    input.grillspec-finddealer, input.grillspec-finddealer-watermark 
    {
        height:12px;
        width:80px;
        margin-bottom:5px;
        padding-bottom:5px;
    }
    input.qty, input.tiny
    {
        width: 35px;
    }
    input.long
    {
        width: 300px;
    }
    input.small
    {
        border: solid 1px #D7D7D7;
        font-size: 12px;
        height: 16px;
        padding: 2px 3px;
        width: 82px;
    }
    input.dealerfinder
    {
        width:162px;
    }
    select.dealerfinder
    {
        width: 170px;
    }
    
textarea
    {
        width:305px;
    }
select
{
    border: solid 1px #d7d7d7;
    color: #333333;
    font-size: 12px;
    height: 24px;
    margin-bottom:8px;
}
.fieldsetmargin
{
    margin-right:30px;
}
.productdetails fieldset
{
}
.productdetails fieldset input
{
    border: solid 1px #898989;
    width: 125px;
}
.productdetails fieldset input.btn
{
    width: 112px;
}

label
{
    display: block;
    font-size:14px;
    margin-bottom:2px;
}

.checkbox label, .radio label
{
    display: inline;
}
    .checkbox input, .radio input
    {
        border: none;
        margin-right: 5px;
        width: auto;
    }
    .radio label
    {
        margin-right:15px;
    }
    .radio td
    {
        border:none;
    }
    
.validationsummary
{
    color: Red;
    font-weight: bold;
}

/* SIDEBAR MENU
----------------------------------------------------------*/
.sidebar
{
    float: left;
    width: 192px;
}
    .sidebar > ul
    {
       /*border-bottom: solid 2px #ffffff;*/
       list-style: none;
       margin:0;
       margin-top: -8px;
    }
    .sidebar > ul > li
    {
        list-style: none;
        margin:0px;
    }
    .sidebar > ul > li > a
    {
        background-color: #efefef;
        border-bottom: solid 1px #d7d7d7;
        /*border-top: solid 2px #ffffff;*/
        color: #666666;
        display: block;
        line-height: 34px;
        padding: 0px 15px;
        font-family: Arial;
        font-size: 9pt;
        text-decoration: none;
    }
     .sidebar > ul > li > a:hover
    {
        background-color: #d7d7d7;
    }
    .sidebar > ul > li > a.selected
    {
        color: #c71909;
        cursor: pointer;
        background-color: #ffffff;
        font-weight: bold;
    }
    
        /* FIRST SUB NAV LINK WITH ROUNDED CORNER
        ----------------------------------------------------------*/
        
        .sidebar > ul > li:first-child > a
        {
            background: url('/Images/bg-corner-topleft.png') no-repeat left top;
}
        .sidebar > ul > li:first-child > a.selected
        {
            background: url('/Images/bg-corner-topleft-selected.png') no-repeat left top;
}
        .sidebar > ul > li:first-child > a:hover
        {
            background: url('/Images/bg-corner-topleft-hover.png') no-repeat left top;
}

.subnav
{
    margin-left:55px;
    text-transform:uppercase;
}
    .subnav > ul
    {
       
        list-style: none;
        margin:0;
    }
    .subnav > ul > li
    {
        list-style: none;
        margin:0px;
        float: left;
        text-align: center;
    }
        .subnav > ul > li > a
        {
            background: url('/images/bg-subnav.jpg') repeat-x left top;
            color: #fff;
            font-size:11px;
            font-weight:bold;
            display: block;
            line-height: 26px;
            text-decoration: none;
            height: 25px;
            border: 1px solid #231f20;
            border-bottom: none;
            padding: 0 19px 0 19px;
        }
             .subnav > ul > li > a:hover
            {
                color: #9b9ca0;
            }
            .subnav > ul > li > a.selected
            {
                background: #000 none;
                color: #9b9ca0;
                border: 1px solid #5a5758;
                border-bottom: 1px solid #000;
                height:26px;
                margin-bottom:-1px;
            }

/* SHOP CONTENT
----------------------------------------------------------*/
.shopGrills
{
    float: left;
    margin-left: 5px;
    margin-top:5px;  
    font-size:12px;
}
.shopGrills a
{
    color:#fff;
    padding: 0 6px;
    border: 1px solid #5a5758;
    text-decoration: none;
}

ul.productList
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.productList li
{
    list-style: none;
    margin:0px;
    border-bottom: solid 1px #cccccc;
    display: block;
    float: left;
    height: 280px;
    padding: 15px 15px 10px 0px;
    width: 218px;
    position: relative;
}
    ul.productList li:first-child, ul.productList li:first-child + li, ul.productList li:first-child + li + li, ul.productList li:first-child + li + li + li
    {
        border-top: none;
        padding-top: 0px;
    }
    
ul.productList div > h3
{
    margin-bottom: 0px;
}
ul.productList div > h3 > a
{
     text-decoration: none;
}
ul.productList div p
{
    text-align: left;
}
ul.productList .price
{
    position:absolute;
    bottom:  3px;
    font-weight: bold;
    font-size:13px;
}
ul.productList a.addtocart
{
    position:absolute;
    bottom:3px;
    right: 48px;
    color:#e41e00;
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
}
/* SUPPORT
----------------------------------------------------------*/
.contactinfo
{
    float:left;
    margin-right: 20px;
    width: 230px;
}    
.contactinfo p
{
    font-size:14px;
    line-height:22px;
}
#techsupport
{
    display:none;
    margin-bottom:15px;
}
.manuals
{
    margin-bottom:15px;
}
.manuals ul
{
    list-style: none;
    margin: 0;
}
.manuals ul li
{
    list-style: none;
    margin:  0px 29px 0px 0px;
    float: left;
    text-align:center;
}
.manuals ul li img
{
    margin-bottom:10px;
}
.manuals ul li a
{
    text-decoration:none;
}
.contenttop
{
     background: #000000 url('/images/bg-corner-top-content.jpg') no-repeat top center;
    width:934px;
    height:10px;
}
.contentbottom
{
     background: #000000 url('/images/bg-corner-bottom-content.jpg') no-repeat top center;
    width:934px;
    height:10px;
}

.questions
{
    width:483px;
    float:left;
    margin-right: 5px;
}
.questions ul
{
    margin:0;
}
.questions ul li
{
    list-style-image: url('/images/list-arrow.png');
    line-height: 20px;
    margin-bottom:10px;
    padding-left:3px;
}
.questions h2
{
    color:#fff;
    font-size:12px;
    cursor: pointer;
}
.questions li.selected
{
    background: url('/images/faq-highlight.jpg') repeat-y top left;
}
.answercontainer
{
    width:560px;
    float:left;
}
.answers
{
    border-left: 1px solid #af1c00;
    border-right: 1px solid #af1c00;
    padding:10px;
    overflow:hidden;
}
.answers ol, .answers p
{
    margin: 10px 0 0 0;
}
.answers ol li
{
    margin: 0 0 15px 20px;
}
.answers > div
{
    display:none;
}
ul.maintenance
{
    list-style:none;
    margin:0px;
}
ul.maintenance li
{
    list-style:none;
    float:left;
    margin-right:20px;
    margin-left: 0px;
    width:115px;
    font-size:12px;
    position: relative;
}
ul.maintenance img
{
    position: absolute;
    top: 0px;
    left:0px;
}
ul.maintenance p
{
    margin-top: 40px;
}

/* DEALER MAP  
----------------------------------------------------------*/
#map_canvas
{
    height: 325px;
    width: 510px;
    float: right;
    color:#000;
}
#map_canvas h3
{
    color:#222;
}
    .maptext
    {
        float:right;
        width: 510px;
        margin-top:10px;
    }
#dealer_list
{
    width:225px;
    height:325px;
    float:left;
    margin-right:12px;
    overflow-y: auto;
}
.dealer_locations_title
{
    color: #d10000;
    margin-top: 0px;
}
#dealer_list ul
{
    margin:0;
    padding:0;
}
#dealer_list li
{
    margin: 0 0 15px 0;
    padding:0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom:15px;
}
.dealerlink
{
   /* cursor: pointer; */
    font-weight: bold;
}
.fauxlink
{
    cursor: pointer;
}
.hidden
{
    display:none;
}
/* CART
----------------------------------------------------------*/
.checkout
{
    margin: 0px 30px;
}
.checkout h1
{
    font-size:44px;
    line-height: 44px;
    float:left;
}
.checkout h1 span
{
    color:#a61700;
}
.checkout .review
{
    background: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    text-align:right;
}
.checkout .review h2
{
    text-align:center;
}
.checkout .review .totalowed
{
    text-align: center;
    color: #CC0000;
    font-size: 17px;
    margin-top: 15px;
}
#CartTotals
{
    margin-top:15px;
    text-align:right;
    font-weight: bold;
}
.breadcrumbs
{
    float right;
    padding-top:15px;
}
.breadcrumbs ul
{
    margin:0;
    list-style:none;
    float:right;
}
.breadcrumbs ul li
{
    margin:0;
    list-style:none;
    float: left;
}
.breadcrumbs a
{
    font-size:11px;
    color: #cf0000;
    padding: 0px 10px;
    border-right: 1px solid #cf0000;
    text-decoration: none;
}
.breadcrumbs a.last
{
    border-right: none;
    padding-right: 0px;
}
.breadcrumbs a.active
{
    color:#fff;
    cursor: text;
}

.discountTxt
{
    color:#555;
    height:15px;
    width:100px;
}
.discountTxtSet
{
    font-style:italic;
    color:#bdac93;
    font-weight:normal;
}
/* TABLES
----------------------------------------------------------*/
td.numeric
{
    text-align:right;
}
.report td
{
    text-align:left;
}

table.tablesorter {
	width:100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th 
{
    
}
table.tablesorter thead tr .sortHeader 
{
    background: url(../images/sort-bg.gif) no-repeat center left;
	cursor: pointer;
	padding-left:20px;
}
table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
	background-color:#111;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/sort-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/sort-desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
color:#bd0000;
}

/* WHY TRAEGER
----------------------------------------------------------*/
.whytraegertop
{
    background: url('/Images/bg-corner-top-why.jpg') no-repeat top left;
    width:563px;
    height:10px;
}
.whytraegerbottom
{
    background: url('/Images/bg-corner-bottom-why.jpg') no-repeat top left;
    width:563px;
    height:10px;
    margin-top:-10px;
}
.whytraeger
{
    width:561px;
    border-left: 1px solid #951701;
    border-right: 1px solid #951701;
    padding: 0px;
    margin:0px;
}
.whytraeger h1
{
    color:#fff;
    font-size:40px;
    line-height:40px;
    margin:0;
    border-bottom: 2px solid #951701;
    padding: 0 15px 15px 15px;
}
.whytraeger h2
{
    padding-left:15px;
    color:#ae1b00;
}
.whytraeger p
{
    padding: 0px 15px 10px 15px;
}
.whytraeger a
{
    color: #E41E00;
}
.whytraeger a:hover
{
    color: #FF0000;
}
h2.how
{
    color:#fff;
    font-size:36px;
    line-height: 36px;
}
.testimonials
{
    float:left;
    position: relative;
    width:400px;
    height:185px;
    padding: 100px 60px 60px 60px;
    margin-right:20px;
    background: #aaa url('/images/bg-testimonial.jpg') repeat-x top center;
    color:#333;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size:14px;
}
.testimonials p
{
    font-style:italic;
    margin-bottom:10px;
}
.testimonials span
{
   font-weight:bold;
   color:#666; 
}
.testimonial-videos
{
    float:left;
    width: 385px;
}
.testimonial-videos ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.testimonial-videos li
{
    display:inline-block;
    margin:10px 10px 0 0;
    padding:0;
}
.testimonial-videos img
{
    cursor: pointer;
}
/* ACCORDION  
----------------------------------------------------------*/
.accordionHeader
{
    cursor:pointer;
    color: #c71909;
    font-weight: bold;
    margin-bottom:4px;
}

.accordionHeaderSelected
{
    color:#666;
    font-weight: bold;
}

.accordionBody
{
    padding:15px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.error
{
    color: #c71909;
    font-family: Arial;
    font-size: 12px;
}

.bold
{
    font-weight: bold;
}
.print-link a
{
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
    text-decoration: none;
    text-transform:uppercase;
}
.print-link img
{
    width:16px;
}
.modalBackground
{
    background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    Opacity:0.70; 
}
.hoverPopup
{
   background-color:#333;
   padding:10px;
   color:#ccc; 
}
.modalPopup
{
    background-color:#222;
    border: 1px solid #999;
    padding: 0px;
    min-width:500px;
    max-width:900px;
    position:absolute;
}
.modalPopup > div:first-child
{
    height: 35px;
    background-color: #444;
}
.modalPopup > div:first-child > span
{
    padding-left:5px;
    padding-top:16px;
     color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    float:left;
}
.modalPopup > div:first-child > a > img
{
    float:right;
    margin:5px;
}
.modalPopup > div:last-child
{
    padding:12px;
}
.error
{
    color: #CC0000;
    font-weight: bold;
}
.floatl
{
    float:left;
}
.floatr
{
    float:right;
}
.marginl
{
    margin-left:15px;
}
.marginr
{
    margin-right:15px;
}
.margint
{
    margin-top:15px;
}
.marginb
{
    margin-bottom:15px;
}
.alignr
{
    text-align:right;
}
.alignl
{
    text-align:left;
}
.clearl
{
    clear: left;
}
.clearr
{
    clear: right;
}
.filledstar
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/star-filled.png');
}
.emptystar
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/star-empty.png');
}
.guidechart
{
    float:right;
    padding-left:25px;
    padding-bottom:25px;
}
ul.nobullets > li
{
    list-style: none;
}

ul.nomargin
{
    margin-left:0;
}

ul.nomargin li
{
    margin-left:0;
}
.tabcontent
{
    font-size:12px;
    max-height:200px;
    overflow-y: auto;
}
#modalTruth h1
{
    font-size:44px;
    line-height:44px;
}
.productModalLink
{
    margin-top:6px;
}
.productModalLink a
{
    font-family: MetaBlack, Trebuchet, Trebuchet MS;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
}
.bigquote
{
    color: #ccc;
    font-size: 14px;
    font-style: italic;
}
.healthyGrilling
{
    background-color: #222;
    border:  1px solid #666;
    padding:20px;
}
.healthyGrilling h2
{
    margin-bottom:20px;
    font-weight:bold;
}
.healthyGrilling > ul > li
{
    list-style: none;
    margin-bottom:15px;
}
.admin-overflow
{
    height:150px;
    overflow-y:scroll;
    padding:5px;
}
.affiliate-instructions
{
    background:#fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#222;
    padding:15px;
    margin-bottom:15px;
}
.affiliate-instructions h2
{
    font-size:18px;
    color:#7d0000;
    margin-bottom:6px;
    font-family: MetaBlack, Trebuchet MS, Trebuchet;
}
.affiliate-instructions h3
{
    font-weight: bold;
    font-size:14px;
    color:#7d0000;
    margin-bottom:6px;
}
.affiliate-instructions textarea
{
    width:100%;
}

.simple-modal {display:none;}

#pager img { cursor:pointer; vertical-align:middle; }
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#fff; background-color:#000; border:4px solid #444; padding:12px;}
#simplemodal-container a {color:#FF6600;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:24px; height:24px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container .simple-modal {padding:12px;}

#homeNews
{
    color:#fff;
    float:right;
    font-size: 11px;
    height:24px;
    background: url('/images/news_24.png') no-repeat top left;
    padding-left: 30px;
}
.box
{
    background-color: #efefef;
    padding: 7px 10px;
}
.ajax__validatorcallout_error_message_cell
{
    color:Red;
}

#modalTeamTraeger h3
{
    font-family: MetaBold, Trebuchet MS, Trebuchet;
    color:#fff;
    font-size:34px;
    line-height:34px;
}
#modalTeamTraeger p
{
    margin-bottom:30px;
}
#modalTeamTraeger fieldset
{
    margin-left:70px;
}

/*SEARCH*/
#searchcontrol input.gsc-input
{
    width:185px;
}
#searchcontrol input.gsc-search-button
{
     font-family: MetaBold, Trebuchet MS, Trebuchet;
        background: url('/Images/btn-bg.png') repeat-x top left;
        border: solid 1px #af1c00;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
        height: 23px;
        width:auto;
        padding: 1px 8px 3px 8px;
        vertical-align: top;
        text-transform: uppercase;
}
#searchcontrol table.gsc-branding
{
    width:315px;
}
#searchcontrol .gsc-twiddle , #searchcontrol .gsc-results-selector 
{
    display: none;
}
#searchcontrol a.gs-title, #searchcontrol a.gs-title *
{ 
    color : #fff; 
    font-weight: bold;
}

#searchcontrol .gs-webResult .gs-visibleUrl-short { display:none; }
#searchcontrol .gs-webResult .gs-visibleUrl-long
{ 
    display:block; 
    color:#af1c00;
}
#searchcontrol .gsc-cursor-page
{
    color:#ffffff;
}
/* ZOOMABLE IMAGE */
#view {
border: 1px solid #333333 ;
overflow: hidden ;
position: relative ;
width: 700px ;
}
 
#image {
display: block ;
left: 0px ;
top: 0px ;
}
 
#zoom {
background-color:#fff;
filter:alpha(opacity=30);
-moz-opacity:0.30;
Opacity:0.30; 
border: 1px solid #000000 ;
cursor: pointer ;
display: none ;
height: 200px ;
position: absolute ;
width: 200px ;
z-index: 100 ;
}




.rating{
	margin-bottom: 10px;
	text-align:center;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus {
	background-image: url(../images/star_small.png);
	line-height: 10px;
	height: 10px;
}
.small-star .current-rating
{
    background-image: url(../images/star_small.png);
	line-height: 10px;
	height: 10px;
    margin-top:0;
}
.survey h1
{
    font-family:MetaBlack;
    font-size:24px;
    line-height:24px;
}
.survey h2
{
    font-family:MetaBlack;
    font-size:18px;
    line-height:18px;
    color:#FF6600;
}
.survey label
{
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
}
.survey a
{
    font-family:MetaBlack;
    text-transform:uppercase;
    text-decoration:none;
    font-size:16px;
}
.lp-button
{
    float:right;
    height:55px;
    overflow:hidden;
    margin-bottom:15px;
}
.lp-chatbox
{
    padding:10px;
    background:#fff;
    color:#000;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
<<<<<<< .mine
 =======
.lpInviteChatTbl td
{
    padding:0px;
}>>>>>>> .r314

