﻿/*
================================================================ 
  	PictureFeature                                            
================================================================
*/
.PictureFeature
{
	border:solid 1px gray;
	border-top:solid 2px #f0f0f0;
	border-left:solid 2px #f0f0f0;
	/*height:38em;*/
	margin-top:20px;
	background:white;
	padding:20px;
	padding-top:0px;

	font-size:0.9em;
}


#pfjamorama
{
	/*height:42em;*/
	}
	
.PictureFeature h2
{
	color:#dd2222;
	font-weight:bold;
	font-family:arial;
	font-size:1.6em;
}

.PictureFeatureText
{
	
	
	font-size:1.1em;
	/*height:35em;*/
	/*background:orange;*/
}

#pftjamorama
{
	/*height:35em;*/
	}


.PictureFeatureImage
{

	float:right;
	margin-left:15px;
	border:solid 2px gray;
	border-top:solid 2px #f0f0f0;
	border-left:solid 2px #f0f0f0;
}



.PictureFeatureImage img
{
	float:left;
	}
	

.PictureFeatureDetailBox 
{
	height:8em;
	width:180px;
	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-left:25px;
	
}
.PictureFeatureDetail 
{
	width:180px;
	float:right;
	margin-bottom:5px;
	height:1.2em;
	
	/*background:yellow;*/
	}
	
.PictureFeatureDetailLabel
{
	width:130px;
	float:left;
	color:#FC6512;
	 font-weight:bold;
	}	
	
.PictureFeatureDetailText
{
	width:50px;
	color:#0000cc;	
	 font-weight:bold;
	 
	}	

.PictureFeatureFooter
{
	margin-top:0em;
	clear:both;
	width:100%;
	text-align:center;
	
}

.guitarheader
{
    margin:15px 10px 15px 5px;
    border-top:solid 1px gray;
    padding-top:10px;
}