﻿

#PageImages {
	height: 329px;
	clear: both;
	background: #DFDFDF;
	overflow: hidden;
	position: relative;
	}

.imagesHider
{
	display:none;
	}

.imagesHider #PageImages
{
	display:none;
	}

#PageImages .sideImage {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	overflow: hidden;
	}


#RelatedContent {
	width: 880px;
	overflow: hidden;
	}

#RelatedContent .item
{
	float: left;
	background: #382617;
	color: #D1D0CF;
	font-size: 14px;
	width: 220px;
	height: 109px;
	overflow: hidden;
	}

#RelatedContent .item .content {
	padding-top: 35px;
	padding-left: 10px;
	font-size: 12px;
	}

#RelatedContent .item .content h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	}

#MainContentWrap {
	xfloat: left;
	width: 660px;
	padding: 13px 0px;
	font-size: 12px;
	overflow: hidden;

}
#bannersContainer
{
	float:right;
	_margin-left: -3px;
}
.breaker
{
    float:none;
    clear:both;
}
.banner
{
    width:220px;
    height:220px;
    background-color:Black;
    margin-top:5px;
    overflow:hidden;
}
#MainContentHeader {
	font-size: 28px;
	font-weight: normal;
	font-family: times;
	color: #000000;
	float: left;
	width: 190px;
	padding-left: 15px;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	}

#MainContentBody , .body {
	width: 425px;
	padding-top: 2px;
	padding-right: 5px;
	float: right;
	line-height: 1.4em;
	}
#FilterBoxes
{
	position: absolute;
	right: 12px;
	top: 121px;
	width: 194px;
	z-index: 100;
	display: none;
	}
	#FilterBoxes .boxes
	{
	}
	#FilterBoxes select  {
		width: 194px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	#FilterBoxes .header
	{
		display: none;
	}
	#FilterBoxes #linkButton
	{
		background-color: #ed8136;
		float: right;
		color: White;
		font-size: 9px;
		text-transform: uppercase;
		padding: 2px 10px;
		cursor:pointer;
	}