/* widget.css */
.wrap-news{ height:240px; overflow:hidden; position:relative;}
.wrap-news .ulNews{ position:absolute; width:100%;}

.wrap-list-cover h2 {color:#234a73;font-weight:800;text-transform:uppercase;font-size:180%;margin-bottom:40px;}
.wrap-list-cover h2.deco-news {padding-left:50px;position:relative;margin-top:10px;}
.wrap-list-cover h2.deco-news span {height:46px;width:46px;position:absolute;top:50%;left:0;margin-top:-23px;background:url('../images/deco-cat.gif') no-repeat center top;}
.wrap-list-cover h2.deco-news span.cat-5 {background:url('../images/deco-news.gif') no-repeat center top;}
.wrap-list-cover h2.deco-news span.cat-8 {background:url('../images/deco-testi.gif') no-repeat center top;}
.wrap-list-cover .ul-list-style01 {margin-bottom:10px;}
.wrap-list-cover .ul-list-style01 li {padding:5px;background:url('../images/bg-ul-list-style01.jpg') no-repeat right bottom;margin-bottom:10px;}
.wrap-list-cover .ul-list-style01 li:hover {background:url('../images/bg-ul-list-style01-hovered.jpg') no-repeat right bottom;}
.wrap-list-cover .ul-list-style01 li .left {float:left;width:60px;margin-right:10px;}
.wrap-list-cover .ul-list-style01 li .right {margin-left:70px;min-height:60px;}
.wrap-list-cover .ul-list-style01 li .right.noleft {margin-left:0px;min-height:60px;}
.wrap-list-cover .ul-list-style01 li .right h3 {line-height:100%;margin-bottom:5px;}
.wrap-list-cover .ul-list-style01 li .right h3 a {color:#234a73;}
.wrap-list-cover .ul-list-style01 li:hover .right h3 a {color:#f19222;}
.wrap-list-cover .wrap-action {clear:both;padding:10px 0;position:relative;}
.wrap-list-cover .wrap-action .btn-up {display:none;height:12px;width:12px;position:absolute;top:10px;right:15px;background:url('../images/btn-up-down.gif') no-repeat 0 0;}
.wrap-list-cover .wrap-action .btn-up:hover {background-position:-12px 0;}
.wrap-list-cover .wrap-action .btn-down {display:none;height:12px;width:12px;position:absolute;top:10px;right:0px;background:url('../images/btn-up-down.gif') no-repeat 0 -12px;}
.wrap-list-cover .wrap-action .btn-down:hover {background-position:-12px -12px;}
.wrap-list-cover .wrap-action .prevNews:focus, .wrap-list-cover .wrap-action .nextNews:focus {outline:none; border:0px; }