﻿
.dynamic-left
{
  }
  
.dyn-left-container
{
  color: #1684a3;
  font-size:60%;
  margin:10px 0;
  }  
  
.dyn-left-top
{
	background-image: url("images/dyn-left-top.png");
	background-repeat: no-repeat;
	height:33px;
  }  
  
.dyn-left-content
{
  padding:0 15px;
	background-image: url("images/dyn-left-content.png");
	background-repeat: repeat-y;

  }  

.dyn-left-title
{
  font-weight:bold;
  font-size:200%;
  padding-left:17px;
  padding-top:10px;
  letter-spacing:0.1em;
  }  
  
.dyn-left-bottom
{
	background-image: url("images/dyn-left-bottom.png");
	background-repeat: no-repeat;
	height:33px;  
  }  
  
.dyn-left-container .item
{
  padding:2px 0;
  } 

.dyn-left-container .item .item-title
{
    padding:0 0 4px 0;
  }
  
.dyn-left-container .item .item-title a
{
  font-weight:bold;
  text-transform:uppercase;
  color:#1684a3;
  text-decoration:none;
  font-size:120%;
  }
  
.dyn-left-container .item .item-title a:hover
{
  text-decoration:underline;
  }  
  
.dyn-left-container .component_content
{
  padding-top:5px;
  margin-left:3px;
  }


.dyn-left-container .item-date
{
  font-size:110%;
  padding:2px 0 0 0;
  }  
   
.dyn-left-container .item-desc
{
  font-size:110%;
      padding:4px 0;
  }  
  
.dyn-left-container.advert
{
  text-align:center;
  }  