/* --------- */
/*    Adv    */
/* --------- */

.Adv.small img
{
    float:right;
    padding-left:14px;
    
    }
    
    
    
    
/* Rotate */
.Advs.Rotate * 
{
    cursor:hand;
    }

.Advs.Rotate, .Advs.Rotate a
{
    height: 446px;
    width: 1000px; 
}
.Advs.Rotate img.arrow{ vertical-align:text-bottom;padding-left:4px;}

.Advs.Rotate .linkholder {margin-top:11px;}

.Advs.Rotate a
{
    position: absolute;
    display: none;
    background-repeat: no-repeat;
}

.Advs.Rotate a:hover
{
    text-decoration: none;
}

.Advs.Rotate .Box
{
    width:500px;
    height:130px;
    position: absolute;
    bottom: 46px;
    right: 41px;
    font-size:13px;
}

.Advs.Rotate .Box .Title
{
    float: left;
}

.Advs.Rotate .Box .Arrow
{
    padding-left: 25px;
}

.Advs.Rotate .Box .Text
{
    clear: both;
    padding-top:8px;
    color:#57595f
}
.Advs.Rotate .Box .linkholder .Normal{font-size:13px;color:#57595f}





/* --------- */
/*    News   */
/* --------- */
.News img
{
    display: block;
    margin-bottom: 10px;
}
.News .DateText
{
    color: #86888C;
    font-size: 12px;
    padding-bottom:3px;
}
.News .item .DateText
{
    padding-left: 4px;
    
}

.News .Current .Title
{
    font-weight: bold;

    width: 100%; /*Fancy font kravdi hettar..*/
}

.News .List
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #E2E3E4; /* Color from .Border in main*/
    width: 100%;
}
.News .List .item
{
    width: auto;
    margin-bottom: 6px;
}


.NewsSnippet
{
    margin-bottom: -10px;
}
.NewsSnippet.Simple
{
    margin-bottom: 0px;
}
.NewsSnippet.Simple .Item {margin-bottom:10px;}
.NewsSnippet.Simple .Item .Date{font-size:10px;line-height:12px;}
.NewsSnippet .Item
{
    overflow: hidden;
    margin-bottom: 40px;
}

.NewsSnippet .Image
{
    width: 124px;
    height: 61px;
    background-position: center center;
    float: left;
}
.NewsSnippet .Image .Border
{
    background: url('../Images/newsborder.gif') no-repeat center center;
    height: 100%;
    width: 100%;
}

.NewsSnippet .Info
{
    float: right;
    width: 198px;
}

.NewsSnippet .Title
{
    display: block;
}

.NewsSnippet .readmore
{
    color: #6ebb31;
}

.ie6 .NewsSnippet .Item
{
    height: 75px;
    overflow: visible;
}


/* Staff */
.Contacts .item
{
    width: 349px;
    float: left;
    margin-bottom: 30px;
}
.Contacts img
{
    display: block;
    float:left;
}
.Contacts .holder {width:253px;}

.Contacts span,.Contacts div
{
    font-size:11px!important;
    display: block;
    line-height:normal;
    
}

.Contacts .Details
{
    margin-left: 15px;
}
.Contacts .Name,.Contacts .Role
{
    font-weight: bold;
}
.Contacts .Role {padding-bottom:6px;color:#6E7178;font-size:12px!important;}
.Contacts .Name{color:#b4003a!important;margin:1px 0;font-size:12px!important;}





/* YouTube */

.Advs.YouTube
{
    position: relative;
    margin-top:52px;
    
}

.Advs.YouTube .Video
{
    cursor: pointer;
}

.Advs.YouTube img
{
    width: 157px;
}

.Advs.YouTube .Play
{
    height: 52px;
    width: 52px;
    background: url('../Images/play.png') no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 33px;
    cursor: pointer;
}
.ie6 .Advs.YouTube .Play
{
    background: none;
}

.Advs.YouTube .Title
{
    display:block;
    margin-top:8px;
}

.Advs.YouTube .More
{
    float: right;
    margin-right: 10px;
    padding-right: 18px;
    background-position: right 4px;
}


#YouTubePlayer
{
    position: absolute;
    left: 50%;
    top: 200px;
    background: #DBDBDD;
    padding: 0px 15px 15px;
    margin-left: -212px;
}


#YouTubePlayer a
{
    cursor: pointer;
    display: block;
    text-align: right;
}
