﻿.mainCon a, .mainCon a:visited, .mainCon a:hover, .mainCon a:active
{
	color: #376aca;
}
.sbjTit
{
}
.sbjDt
{
    color: #999999;
    font-size: 9px;
    float: right;
}
.NewsImgCon
{
    width:108px; height:82px;
    text-align: center;
    display: table-cell;
    background-image: url(../icons/haberFotoBack.jpg);
    background-repeat:no-repeat;
}
.NewsImgCon a
{
    display:block;
    width:100%; height:100%;
}
.NewsImgCon span, .NewsImgCon img
{
    vertical-align: middle;
    border:0;
}
.NewsImgCon span
{
    display: inline-block;
    height: 100%; width:1px;
}
.ProdImgCon
{
    width:178px; height:156px;
    text-align: center;
    display: table-cell;
    background-image: url(../icons/urunBack.jpg);
    background-repeat:no-repeat;
}
.ProdImgCon span, .ProdImgCon img
{
    vertical-align: middle;
    border:0;
}
.ProdImgCon span
{
    display: inline-block;
    height: 100%; width:1px;
}
.pg, .pg:visited, .pg:hover, .pg:active
{
    margin: 2px;
    padding: 3px;
    border: 1px solid #FDB3B3;
    color: #cc0000;
}
.pg:hover
{
    color: white;
    background-color:#cc0000;
    text-decoration: none;
}
.pgC
{
    margin: 2px;
    padding: 3px;
    border: 1px solid #cc0000;
    color: white;
    background-color: #cc0000;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;    
}
.ellipsis
{
    float:left;
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');    
}