﻿#kurumsalNews
{
    width: 655px;
    height: 250px;
    border: solid 5px #ccc;
}
#kurumsalNewsLeft
{
    width: 400px;
    height: 250px;
    float: left;
    padding:0px;
    background: #999;
    position: relative;
}
#kurumsalNewsLeft a
{
    text-decoration:none;
    color:White;
}
#kurumsalNewsLeft a:hover
{
    text-decoration:underline;
}
#kurumsalNewsList
{
    width: 247px;
    height: 250px;
    float: left;
    margin-left: 5px;
    padding-top:3px;
}
#kurumsalNewsList img
{
    border:solid 1px #ccc;
    padding:1px;
    margin:3px;
}
#kurumsalNewsList a
{
    display: block;
    color:#333;
    text-decoration:underline;
}
#kurumsalNewsList .singleRow
{
    clear:both;
    margin:2px;
    height:58px;
}
#kurumsalNewsList .singleRow:hover
{
    background-color:#eee;
}
#kurumsalNewsList .singleRow .hover
{
    background-color:#eee !important;
}

#kurumsalNewsLeft .info
{
    position: absolute;
    top: 180px;
    left: 0;
    height: 70px;
    background: url('/_Resources/Web/images/transparent-bg.png');
    width: 100%;
}
#kurumsalNewsLeft .info h2
{
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
#kurumsalNewsLeft .info p
{
    margin: 0 5px;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    color: #f0f0f0;
    font-weight:bold;
}
.kurumsalNewsTitle
{
    margin-top:10px;
}
.allNews
{
    text-align:right;
    clear:both;
    padding:2px 2px 5px 2px;
    border-bottom:solid 1px #ccc;
}
.allNews a
{
    font-size:11px;
    color:#093f63;
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
}
.allNews a:hover
{
    text-decoration:underline;
}