/*
*************************************************
Highlight Structure Block
*************************************************
*/

/* DEFAULT STYLE */
div.hlt-default h2 { display: none; }

/* HIGHLIGHT BOX STYLE */
div.inset div.box { margin: 0 -15px; padding: 15px; background-image: url(../../images/bg_box_inset.png); }

/* IMAGE AND CAPTION STYLE */
div.hlt-img-caption h2 { display: none; }
div.hlt-img-caption img { margin: 0 -15px 1em -15px; }
div.hlt-img-caption p { font-size: 1.1em; line-height: 1.4; }

/* PULLQUOTE */
div.box.pullquote { padding: 15px; background: url(../../images/bg_box_inset.png) repeat-x; }
div.box.pullquote p { width: 100%; }
div.box.pullquote blockquote { margin: 0; }
div.box.pullquote blockquote p { margin: .5em .15em; color: #666; font-size: 1.8em; }
div.box.pullquote cite { font-family: "Times New Roman", Times, serif; font-size: 14px; font-style: italic; line-height: 1.2; }
div.box.pullquote blockquote p:before, blockquote p:after { content: ""; }
	
	/* DRANOV QUOTE */
	div.box.pullquote.dranov { background-image: url(../../images/bg_box.png); }
	div.box.pullquote.dranov cite { margin-left: -12px; padding: 60px 5px 5px 112px; min-height: 46px; display: block; background: url(../../images/jonathan_dranov_signature.png) -4px 0 no-repeat; font-size: 12px; font-style: normal }
	div.box.pullquote.dranov cite em { font-style: italic; }

	/**/
	div.inset div.box.pullquote { margin: 0 -15px; }

