@charset "utf-8";
/* CSS Document */
#peRelatedListArea
{
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-top: 3px solid #CCC;
	background: #FFF;
	border-radius: 5px 5px 0 0;
	padding:10px;
}

#peRelatedListArea h3
{
	font-size: 115%;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 2px;
	border-bottom: 1px solid rgba(221,221,221,1);
}

.peCatFilter
{
	position:relative;
	display:inline-block;
	width:30%;
	margin-bottom:10px;
}

.peCatFilter select
{
	width:90%;	
}

.peRelatedImg
{
	width:175px;
	/*height:175px;*/
	height: auto !important;
	max-height: inherit !important;
}