@charset "utf-8";
/* CSS Document */

.breakingNews{
    width: 515px;
    height: 35px;
    float: left;
    background: #f1f1f1;
    z-index: 1;
    border-right-style: none;
    position: relative;
    overflow: hidden;
}
.break {    position: relative;}
.break:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    right: 183px;
    top: 7px;
    display: block;
    width: 48px;
    height: 63px;
    z-index: 0;
    transform: rotate(48deg);
}


.breakingNews>.bn-title{
	height: 35px;
    display: inline-block;
    background: #CB1C00;
    position: relative;
}
.breakingNews>.bn-title>h2{
	margin: 0;
    font-weight: bold;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    color: #FFF;
    height: 35px;
    box-sizing: border-box;
}
.breakingNews>.bn-title>span{
	width: 0;
    position: absolute;
    right: -17px;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 18px 0px 18px 17px;
    border-color: transparent transparent transparent #CB1C00;
}

.breakingNews>marquee{
    width: 100%;
    list-style: none;
    left: 20px;
    position: absolute;
    top: 0;
    right: 40px;
    height: 35px;
    font-size: 13px;
}
.breakingNews>marquee>span{
    height: 35px;
    padding-left: 70px;
    line-height: 35px;
}
.breakingNews>marquee>span>a{text-decoration:none; color:#003259; overflow:hidden; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>marquee>span>a>span{color:#CB1C00;}
.breakingNews>marquee>span>a:hover{color:#CB1C00;}
.breakingNews>marquee>span>img{     width: 35px;
    vertical-align: middle;
    padding-bottom: 3px;}
.breakingNews>.bn-navi{
	width: 40px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.breakingNews>.bn-navi>span{width:20px; height:35px; position:absolute; top:0; cursor:pointer; opacity:1; background-image:url(../images/bn-arrows.png); background-repeat:no-repeat;}
.breakingNews>.bn-navi>span:hover{opacity:1;}
.breakingNews>.bn-navi>span:first-child{background-position:left center; left:0;}
.breakingNews>.bn-navi>span:last-child{background-position:right center; right:0;}
.breakingNews .bn-navi{opacity:1;}

.input {
	width: 143px;
    height: 35px;
    background: #cb1c00;
    line-height: 35px;
    font-family: tahoma;
    padding-left: 25px;
    font-size: 13px;
    color: #ffffff;
    border: none;
}
.linka {
    float: right;
    padding: 0;
    border: none;
    background: #cb1c00;
    margin: 0;
    width: 32px;
    height: 35px;}
.bn-large{height:50px;}
.bn-large>.bn-title{height:50px;}
.bn-large>.bn-title>h2{line-height:50px; font-size:26px;}
.bn-large>.bn-title>span{top:15px;}
.bn-large>marquee{height:50px; left:250px; font-size:20px;}
.bn-large>marquee>span{height:50px; line-height:50px;}
.bn-large>.bn-navi{height:50px; }
.bn-large>.bn-navi>span{height:50px;}

.bn-small{height:35px;}
.bn-small>.bn-title{height:35px;}
.bn-small>.bn-title>h2{line-height:35px; font-size:18px;}
.bn-small>.bn-title>span{top:5px;}
.bn-small>marquee{height:35px; left:200px; font-size:14px;}
.bn-small>marquee>span{height:35px; line-height:35px;}
.bn-small>.bn-navi{height:35px; }
.bn-small>.bn-navi>span{height:35px;}

/*color styles -----------------------------*/

.bn-bordernone{border:none;}
.bn-italic>marquee>span>a{font-style:italic;}
.bn-bold>marquee>span>a{font-weight:bold;}

.breakingNews>.bn-navi,
.breakingNews>marquee>span>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}