/* --------- */
/*    News   */
/* --------- */

.NewsSnippet
{
    margin-top: 4px;
}

.NewsSnippet .News
{
    
    margin: 0 6px 25px;
}

.NewsSnippet .Date
{
    color: #a2acae;
    font-size: 10px;
}

.NewsSnippet a
{
    display: block;
}

.NewsSnippet.More .News *,.NewsSnippet.Less .News *
{
    
    
    }
    
    
    
    .NewsSnippet.More .Title
{
    font-weight: bold;
    clear:both;
}
.NewsSnippet.Less .Title{clear: both}

.NewsSnippet.Less .News
{
    
    clear:both;
    margin: 0 0 10px;
}

/* ------------ */
/*     News     */
/* ------------ */

.News *
{
    
}

.News img
{
    display: block;
    margin-bottom: 10px;
}

.News .Current .Title
{
    font-weight: bold;
    clear:both;
}
.News .Current .Text
{
    margin-top: 10px;
}

.News .List
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px; /* Color from .Border in main*/
    width: 100%;
}

.News .List .item
{
    width: auto;
    clear: both;
    float: left;
    margin-bottom: 6px;
}
.ie .News .List .item{
      width: 100%;
    }


/* --------- */
/*    Adv    */
/* --------- */

.Advs a
{
    display:block;
    overflow: hidden;
}

.Advs .Adv
{
    background-repeat: no-repeat;
    padding: 0;
    width: 313px;
    height: 164px;
    margin-bottom: 15px;
}

.Advs .Info
{
    width: 180px;
    padding: 14px 10px;
}

.Advs .Info .Title
{
    margin-bottom: 12px;
    float:left;
}

.ie .Advs .Info .Title
{
    margin-bottom: -5px;
}

.Advs .Info .Text
{
    clear:both;
}

.Advs a.Adv:hover
{
    text-decoration: none;
}

/* Text */

.Advs.Text
{
    line-height: 15px;
}

.Advs.Text .Title
{
    height: 44px;
    line-height: 44px;
}

.Advs.Text .Arrow
{
    height: 18px;
    width: 18px;
    float: right;
    padding:0;
    background-position: right center;
    margin-right: -7px;
    margin-top: -10px;
}

/* Links */

.Advs.Links a
{
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-weight: bold;
}

.Advs.Links .Image
{
    float: left;
    height: 25px;
    width: 75px;
    background-repeat: no-repeat;
    background-position: left center;
}

/* Rotate */
.Advs.Rotate, .Advs.Rotate a
{
    height: 343px;
    width: 634px; 
}

.Advs.Rotate a
{
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    color: #fff;
}

.Advs.Rotate a:hover
{
    text-decoration: none;
}

.Advs.Rotate .Box
{
    height: 61px;
    width: 598px;
    background: url('../Images/RotateBoxBg.gif') repeat-x 0 0;
    padding: 10px 18px;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
	filter: Alpha(Opacity=90);
}

.Advs.Rotate .Box .Title
{
    color: #fff;
    font-size: 23px;
    float: left;
}

.Advs.Rotate .Box .Arrow
{
    padding-right: 25px;
    background-position: right 5px;
}

.Advs.Rotate .Box .Text
{
    clear: both;
}

/* YouTube */

.Advs.YouTube
{
    position: relative;
    margin: 0 -18px -6px
}

.Advs.YouTube .Video
{
    cursor: pointer;
}

.Advs.YouTube img
{
    width: 246px;
}

.Advs.YouTube .Play
{
    height: 52px;
    width: 52px;
    background: url('../Images/play.png') no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 68px;
    cursor: pointer;
}
.ie6 .Advs.YouTube .Play
{
    background: none;
}

.Advs.YouTube .Title
{
    margin: 15px 18px;
}

.Advs.YouTube .More
{
    float: right;
    margin-right: 10px;
    padding-right: 18px;
    background-position: right 4px;
}


#YouTubePlayer
{
    position: absolute;
    left: 50%;
    top: 200px;
    background: #ECF4F7;
    padding: 0px 15px 15px;
    margin-left: -212px;
}


#YouTubePlayer a
{
    cursor: pointer;
    display: block;
    text-align: right;
}


/* Subscription */

.Subscription input
{
    display: block;
    margin: 5px 0;
}

.Subscription a
{
    cursor: pointer;
    padding-right: 10px;
}