﻿#Body 
{
    padding-bottom: 0;
}

#Footer 
{
    xdisplay: none;
}

#CookieCrumbs 
{
    display: none;
}

#Header 
{
    height: 125px;
}
#Header .Overhang 
{
    display: none;
}

#Side 
{
    display: none;
}
#Main, 
#MainInner 
{
    width: 100%;
    height: 505px;
    xheight: 555px;
    height: 515px;
    
    padding: 0;
    margin: 0;
    border: 0;
}
#Main p 
{
    margin: 0;
}

#FeatureDetail 
{
    position: relative;
    float: none;
    
    width: 960px;
    height: 490px;
    
}
#FeatureDetail .Feature 
{
    position: absolute;
    left: 0;
    top: 0;
    
    width: 100%;
    height: 100%;
    height: 490px;

    xborder: 2px dotted red !important;
}
#FeatureDetail .Text
{
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 65px;
    line-height: 60px;
    
    text-align:center;
    color: White;
    
    font-size: 24px;
    font-family: "Arial Narrow", inherit;
    font-weight: bold;
    
    text-indent: 230px;

    cursor: pointer;    

    background: url(../Layouts/New/Images/FeatureHeadingBG.png) repeat-x right top !important;
    xbackground: url(../Layouts/New/Images/FeatureHeadingBG.gif) repeat-x right top;
}
#FeatureDetail .Text a 
{
    color: White;
}
#FeatureDetail .image 
{
    display: block;
    width: 740px;
    height: 415px;
    overflow: hidden;
    
    position: absolute;
    right: 0;
    top: 60px;

    cursor: pointer;    
    
    xborder: 2px dotted blue;
}
#FeatureDetail .image img 
{
    position: absolute;
    left: 0;
    top: -20px;
}
#FeatureDetail a 
{
    text-decoration: none;
}


#FeaturePanel 
{
    background: url(../Layouts/New/Images/PanelBG.png) no-repeat right 15px !important;
    background: url(../Layouts/New/Images/PanelBG.gif) no-repeat right 15px;
    
    width: 240px;
    height: 470px;  
    
    position: absolute;
    left: 0;
    top: 0;
    
    padding-top: 20px;
    
    text-align: center;
    
    xborder: 1px dotted green;
    xdisplay: none;
}

#FeaturePanel .Control 
{
    position: absolute;
    width: 95%;
    left: 0;
    text-align: center;
    xbackground: aqua;
}
#FeaturePanel .Up
{
    top: 30px;
}
#FeaturePanel .Down
{
    bottom: 45px;
}
#FeaturePanel .Control .Button 
{
    cursor: pointer;
}


#FeatureClipper 
{
    width: 170px;
    height: 380px;
    
    overflow: hidden;
    
    display: inline;
    float:left;
    
    margin-top: 30px;
    margin-left: 30px;
    
    position: relative;
    
    xdisplay: none;
    xoverflow: visible;
    xborder: 1px dotted fuchsia;
}

#FeatureList 
{
    float: left;
    xwidth: 1px;
    
    margin: 0 auto;    
    xtext-align: center;
    
    position: absolute;
    left: 0;
    top: 0;
    
    xborder: 1px dotted green;
}
#FeatureList .Feature 
{
    position: relative;
    
    float: left;
    clear: left;
    
    width: 150px;
    height: 100px;
    padding: 10px;
    
    background: url(../Layouts/New/Images/FeatureBG.png) !important;
    xbackground: url(../Layouts/New/Images/FeatureBG.gif);
    
    margin: 0 0 10px;
    
    text-align: left;
    
    xdisplay: inline;
    xfloat: none;
    
    xborder: 1px dotted red;
}
#FeatureList .Active 
{
    background: url(../Layouts/New/Images/FeatureBGDark.png) !important;
}
#FeatureList .Feature * 
{
    display: block;
    margin: 0;
}
#FeatureList .Feature a 
{
    display: none;
}
#FeatureList .Feature .image 
{
    display: block;
    width: 145px;
    height: 75px;
    margin-bottom: 3px;
    overflow: hidden;
    border: 1px solid #91a5a6;
    background-position: center center;
}
#FeatureList .Feature .image,
#FeatureList .Feature strong {
    cursor: pointer;
}
#FeatureList .Feature .image *
{
    xdisplay: none;
}

#FeatureList .Feature .Shimmer 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 176px;
    height: 124px;
    background: url(../Images/Shimmer.gif) left top;
    display: none;
    xborder: 1px dotted lime;
}
#FeatureList .Feature .Shimmer:hove