/*
================================================================ 
  	PictureFeature                                            
================================================================
*/
.PictureFeature
{
	border:solid 1px gray;
	border-top:solid 2px #f0f0f0;
	border-left:solid 2px #f0f0f0;
	padding:25px;
	height:24em;
	margin:10px 20px 0 20px;
	background:white;
	padding:20px;
	clear:both;
}


.PictureFeature h2
{
	color:#dd2222;
	font-weight:bold;
	font-family:arial;
	font-size:1.6em;
}

.PictureFeatureText
{
	width:450px; 
	float:left;
	font-size:1em;
	height:21em;
}




.PictureFeatureImage
{
width:250px;
	height:175px;
	float:right;
	border:solid 2px gray;
	border-top:solid 2px #f0f0f0;
	border-left:solid 2px #f0f0f0;
}



.PictureFeatureImage zzz
{
	
	}
	

.PictureFeatureDetailBox 
{
	height:5em;
	width:220px;
	font-size:1.0em;
	float:right;
	border:solid 1px gray;
	border-top:solid 1px #f0f0f0;
	border-left:solid 1px #f0f0f0;
	margin-top:1em;
	margin-right:10px;
	margin-bottom:20px;
}
.PictureFeatureDetail 
{
	width:200px;
	float:right;
	margin-top:5px;
	height:1.2em;
	font-weight:bold;
	 
	}
	
.PictureFeatureDetailLabel
{
	width:100px;
	float:left;
	color:#cc0000;
	 
	}	
	
.PictureFeatureDetailText
{
	width:75px;
	color:#0000cc;	
	 
	 
	}	

.PictureFeatureFooter
{
	margin-top:1em;
	float:left;
	width:100%;
	text-align:center;
}