﻿/*----------------------------------------------------------------------------*/
/*--Róbert Murárik------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
table.rss
{
  margin: 0 auto;
  margin-top: 20px;
  width: 500px;
}
/*----------------------------------------------------------------------------*/
table.rss td
{
  background: url(../App_Images/misc/rss.png) left no-repeat;
  padding: 7px 20px;
}
/*----------------------------------------------------------------------------*/
table.rss td a
{
  color: #B20619;
  text-decoration: none;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------*/
table.rss td a:hover
{
  text-decoration: underline;
}
/*----------------------------------------------------------------------------*/
table.rss td.nic
{
  background: transparent;
}
/*----------------------------------------------------------------------------*/