﻿/*
================================================================ 
  	PictureFeature                                            
================================================================
*/
.PictureFeature
{
	border:solid 1px gray;
	border-top:solid 2px #f0f0f0;
	border-left:solid 2px #f0f0f0;
	
	background:white;
	margin-left:10px;
	margin-right:10px;
	margin-top:1em;
	padding:5px 5px 5px 5px;
	clear:both;
	
}


.PictureFeature h2
{
	color:#dd2222;
	font-weight:bold;
	font-family:arial;
	font-size:1.6em;
	
}

.PictureFeatureText
{
	width:500px; 
	float:left;
	font-size:1.0em;
	
	padding:1em;
	
}

.PictureFeatureImageLong
{

	margin-top:10px;
	margin-bottom:10px;
	
}

.PictureFeatureImage
{
   	margin:20px 10px 0 0;      
}




.PictureFeatureImage img
{
	float:right;
	width:200px;
	height:175px;
	}
	

.PictureFeatureDetailBox 
{
	height:8em;
		width:200px;
		font-size:0.9em;
		float:right;
		background-image:url('images/yellowfade.gif');
		    background-repeat:repeat-x;
		padding:0.5em;
		    border-top:1px solid #FEF1C4;
		    border-left:1px solid #FEF1C4;
		    border-bottom:1px solid #DAAA04;
	    border-right:1px solid #DAAA04;
		margin-top:10px;
	margin-right:15px;
}
.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;	
	float:left;
	 
	}	

.PictureFeatureFooter
{
    clear:both;
	margin-top:0em;
	float:left;
	width:100%;
	text-align:center;
}