.headline1, h1
{
text-transform: uppercase;
font-family: Georgia;
font-weight: bold;
font-size: 20px;
color: #e9a208;
margin-bottom: 10px;
line-height: 22px;
}
.headline1:first-letter
{
line-height: 25px;
font-size: 24px;
} 

.headline2, h2
{
font-family: georgia;
font-weight: bold;
font-size: 1.40em;
line-height: 20px;
text-transform: lowercase;
font-variant: small-caps;
color: #586d10;
height:20px;
min-height:17px;
margin-bottom: 7px;
}

.bodyIntroText
{
 /* first word: bold??*/
font-family: arial, helvetica;
font-size: 14px;
line-height:19px;
color:#000000;
margin-bottom:12px;
/*letter-spacing:.75px;*/
}

.bodyText, .pPopDown
{
font-family: arial, helvetica;
font-size: 12px;
color: #000000;
line-height: 16px;
}

.bodyText a
{
font-weight: bold;
color: #869803;
text-decoration: none;
}
.bodyText ul a
{
	text-decoration:underline;
}

.bodyTextPriceLbl
{
font-weight: bold;
font-size: 12px;
color: #40372a;
}

.bodyTextPrice
{
font-family: Georgia;
font-weight: normal;
font-size: 20px;
color: #e39b00;
}
.captionText
{
	font-family: arial, helvetica;
	font-size: 10px;
	color: #000000;
	line-height: 14px;	
}


/*Color for MetaEditor success label*/
.lblSuccess
{
color:Green;
}
.lblResult
{
color:#963A46
}

#ieEditorLeft
{
	margin-top: -3px;
}

#editorContentRight /*div*/
{
	position: relative;
	z-index: 5;
	width:	740px;
	height: auto;
	background-image: url("../images/content-gradient.bkg.gif");
	background-repeat: repeat-x ;
	background-color: #e8e1d3;
	min-height: 515px;	
	text-align: left;	
	padding: 10px 10px 10px 10px;
}
#editorDiv /*surrounding div*/
{
	position: relative;
	margin-left:282px;
	margin-top:-385px;/**/
	background-color: transparent ;
	width: 740px;
	height:auto;	
	min-height:530px;
}
#editorLeftMenu /*wrapper for submenu tree*/
{
	position: relative;
	z-index: 10;
	width:	260px;
	height: 280px;
	background-color: #40372a;	
	padding: 0px 10px 12px 12px;
	text-align: left;
	border-bottom: 10px #d4c3a4 double;
}

.edThumb {/**/display:block;max-width:400px !important;margin:3px 10px 35px 10px;z-index:0;}          
.edImgPreview {font-family:arial;margin-top:-20px; margin-left:250px;border:2px #dde2e5 solid; width: 450px; height:300px; overflow:scroll; background-color:#fff;}
.lblImgPreview {z-index:20;}
.tester {width:100% !important; max-width:100% !important;}