
#page-container-left
{
    float: left;
    text-align: left;    
    padding: 0px;
    width: 250px;
    margin-right:1px;
   /* background-color: aqua;*/
 
}

#page-container-right
{
    float: right;
    padding: 0px;
    display: table;
    width: 773px;
    position:relative;
}


/*Blog FP*/

.blog-fp-container {
    
    width: 250px;
    height: 250px;
    background: #fff url('../../images/fp_blog_bg.jpg') no-repeat top left;
    position: relative;
}

.blog-fp-container .header {
    color:#000000;
    font-size: 27px;
    margin-left:10px;
    padding-top:5px;
    font-family: 'DINBoldRegular', sans-serif;
}

.blog-fp-container .legend {
    display: table;
    margin-left:10px;
    margin-top:6px;

}

.blog-fp-container .legend ul {
    list-style: none;
    list-style-image: none;
    margin:0;
    padding:0;
}
.blog-fp-container .legend ul li {
    
    list-style: none;
    list-style-image: none;
    float:left;
    color:#616161;
    font-size: 15px;
    font-family: 'DINBoldRegular', sans-serif;
}

.blog-fp-container .legend ul li.b_icon{
    float:left;
    width: 20px;
    height: 18px;
    background: #fff url('../../images/fp_blog_icons.jpg') no-repeat 0 0;
    margin-right:2px;
}

.blog-fp-container .legend ul li.f_icon{
    float:left;
    width: 20px;
    height: 18px;
    background: #fff url('../../images/fp_blog_icons.jpg') no-repeat 0 -18px;
    margin-left:22px;
    margin-right:2px;
}


.blog-fp-container .line {
    
    margin-left:8px;
    margin-top:6px;
    width: 228px;
    height: 1px;
    background: transparent url('../../images/fp_blog_line.jpg') no-repeat top left;
    margin-bottom:20px;
}

.blog-fp-container .blog-fp-data {
    
    clear:both;
    display: table;
    margin-left:10px;
    margin-bottom:20px;
    
}

.blog-fp-container .blog-fp-data .f_icon{
    
    float:left;
    background: transparent url('../../images/fp_blog_icons.jpg') no-repeat 0 -18px;
    width: 20px;
    height: 18px;
    margin-right:5px;
}


.blog-fp-container .blog-fp-data .b_icon{
    
    float:left;
    background: transparent url('../../images/fp_blog_icons.jpg') no-repeat 0 0;
    width: 20px;
    height: 18px;
    margin-right:5px;
}

.blog-fp-container .blog-fp-data .right{
    
    float:left;
}


.blog-fp-container .blog-fp-data .title{
    
    clear:both;
    color:#000000;
    font-size: 13px;
    font-weight: 600;
    width: 200px;
}


.blog-fp-container .blog-fp-data .resume{
    clear:both;
    color:#565656;
    font-size: 13px;
    font-weight: 600;
    width: 200px;
}

.blog-fp-container .blog-fp-data .info{
    clear:both;
    width:200px;
}

.blog-fp-container .blog-fp-data .info .date{
    
    float:left;
    color:#000000;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}


.blog-fp-container .blog-fp-data .info .more a{
    
    float:right;
    color:#1d89b7;
    font-size: 12px;
    font-weight: 600;
    background: transparent url('../../images/arrow_blue.png') no-repeat center left;
    padding-left:10px;
}

.blog-fp-container .blog-fp-data .info .more a:hover{
    
    color:#000000;
}



/*Video FP*/

.video-fp-container {
    float:left;
    width: 250px;
    height: 250px;
    margin-right:1px;
    background-color: #616161;
    
}

.video-fp-container .header {
    color:#ffffff;
    font-size: 27px;
    margin-left:10px;
    padding-top:5px;
    font-family: 'DINBoldRegular', sans-serif;
    font-weight:normal;
}

.video-fp-container .video-fp-data {
    
    clear:both;
    margin-left:10px;
   /* background-color: aqua;*/
    
}

.video-fp-container .video-fp-data .title {
    color:#fcd11e;
    font-size: 15px;
    position: relative;
    clear:both;
}

.video-fp-container .video-fp-data .images {
    position: relative;
    clear:both;
    border:2px solid #fff;
    width: 225px;
    margin-top:10px;
}

.video-fp-container .video-fp-data .images .play{
    font-size: 15px;
    position: absolute;
    top:30px;
    left:80px;
    width: 70px;
    z-index: 1000;
}

.video-fp-container .video-fp-data .images .play:hover{
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*News FP*/

.news-fp-container {
    float:right;
    width: 521px;
    height: 250px;
    margin-right:1px;
    background: #262626 url('../../images/fp_news_bg.jpg') no-repeat top right;
    
}

.news-fp-container .header {
    color:#ffffff;
    font-size: 27px;
    margin-left:10px;
    padding-top:5px;
    margin-bottom:15px;
    font-family: 'DINBoldRegular', sans-serif;
}


.news-fp-container .news-fp-data {
    
    clear:both;
    margin-bottom:12px;
    display: table;
   /* background-color: aqua;*/
    
}

.news-fp-data .days {
    
    float:left;
    margin-left:24px;
    margin-right:15px;
    /*background-color: red;*/
    font-family: arial;
    width: 65px;
}

.news-fp-data .days .day_week {
    
    clear: both;
    color:#fcd11e;
    font-size: 15px;
    text-align: right;
    
}

.news-fp-data .days .date {
    
    clear: both;
    color:#fff;
    font-size: 13px;
    text-align: right;
    
}


.news-fp-data .content {
    
    float:left;
    width: 329px;
    margin-right:30px;
    margin-top:1px;
    /*background-color: blue;*/

}


.news-fp-data .content .title a{
    
    color:#fcd11e;
    font-size: 15px;
    position: relative;
    /*background-color: aqua;*/
    clear:both;
}

.news-fp-data .content .title a:hover{
    
    color:#fff;
}

.news-fp-data .content .title a.active {
    
    color:#fff;
}
.news-fp-data .content .resume {
    
    color:#fff;
    font-size: 13px;
    /*background-color: aqua;*/
    
}

.news-fp-data .symbol{
    
    float:left;
}



.news-fp-data .symbol a{
    
    float:left;
    background: transparent url('../../images/arrows.png') no-repeat 0 0;
    width: 13px;
    height: 21px;
    margin-top:8px;
}

.news-fp-data .symbol a:hover{
    
    float:left;
    background: transparent url('../../images/arrows.png') no-repeat 0 -21px;
    width: 13px;
    height: 21px;
    margin-top:8px;
}

.news-fp-data .symbol a.active{
    
    float:left;
    background: transparent url('../../images/arrows.png') no-repeat 0 -21px;
    width: 13px;
    height: 21px;
    margin-top:8px;
}
