@CHARSET "UTF-8";

.areaHeader
{
	width: 620px;
	height: 58px;
	background: transparent url('../Media/System/Backgrounds/areaHeader.jpg') no-repeat scroll left top;
}

.areaHeader .name
{
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: white;
	position: relative;
	top: 19px;
	left: 20px;
}


.detailContainer
{
	width: 620px;
	margin-top: 20px;
}

.detailContainer .imageContainer
{
	position: relative;
	width: 620px;
	height: 312px;
}

.detailContainer .imageContainer img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.detailContainer .imageContainer .head
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	background-color: white;
	padding: 5px 10px 0 0;
}

.detailContainer .imageContainer .head .title
{
	font-size: 30px;
	line-height: 110%;
}

.detailContainer .title
{
	font-size: 30px;
	line-height: 110%;
}

.detailContainer .newsBody
{
	padding: 10px 0;
}

.detailImgContainer
{
	margin: 10px 0;
}

.detailImgContainer .title
{
	font-family: Georgia;
	font-size: 16px;
	line-height: 1.4em;
	font-style: italic;
}

.detailImgContainer .description
{
	line-height: 1.4em;
	margin-bottom: 5px;
}


.smallDetailContainer
{
	width: 300px;
}

.smallDetailContainer .imageContainer
{
	position: relative;
	width: 300px;
	height: 131px;
}

.smallDetailContainer .imageContainer img
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.smallDetailContainer .imageContainer .head
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	background-color: white;
	padding: 5px 10px 0 0;
}

.smallDetailContainer .imageContainer .head .title
{
	font-size: 20px;
	line-height: 110%;
}

.smallDetailContainer .newsBody
{
	padding: 10px 0;
	height: 4em;
	margin-bottom: 5px;
	overflow: hidden;
}

