﻿#Content div.ContentInformationBox
{
    background-color: #eeeeee;
    border: solid 1px #CCC;
    padding: 10px;
    margin-bottom: 20px;
}

#Content table.ItemList div.ItemListThumbnail,
#Content table.ItemList div.ItemListThumbnailLast
{
	margin-bottom: 10px;
}

#Content table.ItemList div.ItemListThumbnail div.ItemListHeader,
#Content table.ItemList div.ItemListThumbnailLast div.ItemListHeader
{
    color: #666;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}

#Content table.ItemList div.ItemListDescription a,
#Content table.ItemList div.ItemListDescription a:visited,
#Content table.ItemList div.ItemListDescription a:active,
#Content table.ItemList div.ItemListDescription a:hover
{
}

#Content table.ItemList tr.ItemListPager td table
{
	width: auto;
}

#Content table.ItemList tr.ItemListPager td table
{
	margin-top: 15px;
}

#Content table.ItemList tr.ItemListPager td table tr td span
{
	display: block;
	float: left;
	background-color: #F60;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

#Content table.ItemList tr.ItemListPager td table tr td a,
#Content table.ItemList tr.ItemListPager td table tr td a:visited,
#Content table.ItemList tr.ItemListPager td table tr td a:active,
#Content table.ItemList tr.ItemListPager td table tr td a:hover
{
	display: block;
	float: left;
	background-color: #fff;
	color: #F60;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

#Content div.FirstPressReleasesDate,
#Content div.PressReleasesDate
{
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
}

#Content div.PressReleasesDate
{
    margin-top: 40px;
}