﻿div.PressItem
{
	background-color: #ffffff;
	text-align: left;
	padding: 5px;
	position: relative;
	border-top: 1px solid #cccccc;
	overflow: hidden;
}

div.PressItem h3
{
	text-transform: none;
	font-size: 1.3em;
	font-style: italic;
	margin-top: 0;
}

div.PressItem p
{
	margin-top: 0;
	font-style: italic;
}

div.PressItem p.Date
{
	margin-bottom: 0;
	color: #bcbcbc;
	font-style: italic;
}

div.PressItem img.MainPressImage
{
	width: 190px;
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	display: block !important;
}

div.PressItem .PressItemContent
{
	overflow: hidden;
	padding-top: 40px;
}

div.PressItem a.OpenClose
{
	background-image: url(../Img/Buttons/add2.png);
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 18px;
	height: 18px;
	text-indent: -6667px;
}

a.selected
{
	text-decoration: underline;
	color: #6e6254;
}
