/* $Rev: 9174 $ */

/* generic presser layout definition */
body
{
	overflow-y: scroll;
	/*overflow-x: hidden;*/
}
div.presser_layout_container
{
	/*font-family: "Century Gothic", Arial, sans-serif!important;*/
	margin-bottom: 2ex; 
	text-align: left;

}

/* set boundaries for presser admin size */
div.presser_layout_container
{
	/*width: 800px;*/
}

/* remove padding on tab container, fscks with spacing */
div.presser_layout_container div.layout_set_container
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* all images need to be the same size as their containers */
div.presser_layout_container div img
{
	/*width: 100%;*/
}

div.presser_layout_container div.main-copy h2
{
	font-size: 138.5%;
	margin-bottom: 2ex;
	font-weight: bold;
}

div.presser_layout_container
{
	padding-bottom: 2ex;
}

div.presser_layout_container p
{
	margin-bottom: 2ex;
}

body.pch div.presser_layout_container h2
{
    letter-spacing: 1px;
    font-weight: 400!important;
    color: #858585;
}

/*div.presser_layout_container div
{
	cursor: pointer;
}*/

div.presser_layout_container div.alert
{
	background: #cecefe;
	padding: 10px 0 10px 10px;
}


/*div.presser_layout_container div.presser_def_layout-main-copy p,
div.presser_layout_container div.presser_def_layout-main-copy div.slotcontent p,
.pch_font
{
	font-size: 123.1%!important;
	margin-bottom: 2ex!important;
}
*/


/* callout text on product images */
	body.pch #product_listing div.pb_thumbnail div.callout_text
	{
		top: -140px;
		left: 0px;
	}

	body.dash #product_listing div.pb_thumbnail div.callout_text
	{
		top: -148px;
		width: 96px;
		left: 2px;
	}

	#product_listing div.sleep_thumb div.thumbnail div.callout_text
	{
		top: -240px;
		left: 0px;
	}

	body.pch #beauty_products div.thumbnail div.callout_text
	{
		top: -60px; 
		left: 0px;
		font-size: 100%;
		font-weight: normal;
	}

	body.dash #beauty_products div.thumbnail div.callout_text
	{
		top: -94px; 
		width: 60px;
		left: 2px;
		font-size: 100%;
		font-weight: normal;
	}

	body.pch div#all_products li div.thumbnail div.callout_text
	{
		top: -45px; 
		left: 0px;
		font-size: 100%;
		font-weight: normal;
	}

	body.dash div#all_products li div.thumbnail div.callout_text
	{
		top: -64px; 
		width: 40px;
		left: 2px;
		
		font-size: 85%;
		font-weight: normal;
	}

	body.pch div#all_products ul.selected_page_products li div.thumbnail div.callout_text
	{
		top: -60px; 
		left: 0px;
		font-size: 100%;
		font-weight: normal;
	}

	body.dash div#all_products ul.selected_page_products li div.thumbnail div.callout_text
	{
		top: -79px; 
		width: 50px;
		left: 2px;
		
		font-size: 93%;
		font-weight: normal;
	}

	/* css3 - use new pseudo class to apply to css3 compat browsers*/
		body.pch #product_listing div.pb_thumbnail div.callout_text:only-of-type
		{
			/* these postions for IE are in presser_ie.css */
			top: -120px; /* height of product image thumb - rotation fudge(12px) */
			left: -40px;
		}

		body.dash #product_listing div.pb_thumbnail div.callout_text:only-of-type
		{
			/* these postions for IE are in presser_ie.css */
			top: -135px; /* height of product image thumb - rotation fudge(12px) */
			left: -25px;
		}

		#product_listing div.sleep_thumb div.thumbnail div.callout_text:only-of-type
		{
			top: -220px; /* height of product image thumb - rotation fudge(12px) */
			left: -40px;
		}

		body.pch #beauty_products div.thumbnail div.callout_text:only-of-type
		{
			/* these postions for IE are in presser_ie.css */
			top: -46px; /* height of product image thumb - rotation fudge(12px) */
			left: -40px; /* rotation fudge(12px) */
			width: 120px;
			font-size: 100%;
			font-weight: normal;
		}

		body.dash #beauty_products div.thumbnail div.callout_text:only-of-type
		{
			/* these postions for IE are in presser_ie.css */
			top: -78px; /* height of product image thumb - rotation fudge(12px) */
			left: -35px; /* rotation fudge(12px) */
			width: 120px;
			font-size: 123.1%;
			font-weight: normal;
		}

		body.pch div#all_products li div.thumbnail div.callout_text:only-of-type
		{
			top: -33px;
			left: -40px;
			width: 120px;
			font-size: 100%;
			font-weight: normal;
		}

		body.dash div#all_products li div.thumbnail div.callout_text:only-of-type
		{
			top: -50px;
			left: -37px;
			width: 120px;
			font-size: 93%;
			font-weight: normal;
		}

		body.pch div#all_products ul.selected_page_products li div.thumbnail div.callout_text:only-of-type
		{
			top: -46px;
			left: -40px;
			width: 120px;
			font-size: 100%;
			font-weight: normal;
		}

		body.dash div#all_products ul.selected_page_products li div.thumbnail div.callout_text:only-of-type
		{
			top: -64px;
			left: -35px;
			width: 120px;
			font-size: 100%;
			font-weight: normal;
		}
	/* end css3 */

	div.callout_text
	{
		position: relative;
		z-index: 20;
		
		text-align: center;
		font-size: 116%;
		
		width: 100%;
		margin: 0 auto;
		
		/*
			rotate text 45 degrees in supported browsers 
			IE only supports 90deg increments, so it will just stay horiz
		*/
		-webkit-transform: rotate(-45deg); 
		-moz-transform: rotate(-45deg);	
	}

	span.cartitem_callout_text
	{
		font-size: 100%;
	}

	body.pch div.callout_text
	{
		font-family: tahoma, geneva, sans-serif;

		color: #ff00aa;
		background-color: #ffffff;
		
		/*border: 1px solid #ff00aa;*/
	}

	body.pch span.cartitem_callout_text,
	body.pch span.viewproduct_callout_text
	{
		color: #ff00aa;
		font-weight: bold;
	}

	body.dash div.callout_text
	{
		background-color: #ffffff;
		
		/*border: 1px solid #ff00aa;*/
	}

	body.dash span.cartitem_callout_text,
	body.dash span.viewproduct_callout_text
	{
		font-weight: bold;
	}
/* end callout text on product images */

/*
Presser custom applied styles for tiny mce
*/

div.presser_layout_container div.slotcontent h2
{
	font-weight: normal;
	margin-bottom: 1ex;
}

div.presser_layout_container div.slotcontent .center
{
	text-align: center!important;
}
/*
end Presser custom applied styles for tiny mce
*/

/*
 * Layout Specific Definitions
 */
 
/* annie homepage v1 */
.presser_homepage-annie-alpha div.main-image,
.presser_homepage-annie-horizontal div.main-image
{
	width: 480px;
	margin: 0 auto;
}

.presser_homepage-annie-alpha div.main-copy,
.presser_homepage-annie-horizontal div.main-copy
{
	width: 480px;
	margin: 0 auto;
}
/* end annie homepage v1 */

/* pch homepage v1 */
div.presser_homepage-pch-alpha
{
	width: 920px;
}

div.presser_homepage-pch-alpha div.main-image
{
	width: 625px;
	height: 500px;
	float: left;
}

div.presser_homepage-pch-alpha div.slice-image
{
  width: 265px;
  height: 500px;
  float: right;
}

div.presser_homepage-pch-alpha div.short-slice-image
{
  width: 265px;
  height: 336px;
  float: right;
}

div.presser_homepage-pch-alpha div.presser-link
{
	margin-top: 10px;
	height: 153px;
	width: 265px;
	overflow: hidden;
	
	float: right;
	clear: right;
}

div.presser_homepage-pch-alpha div.presser-link div.link_slot_contents
{
	border: 1px solid #aaa;
	padding: 1.5ex;
	height: 153px;
	width: 265px;
}

div.presser_homepage-pch-alpha div.presser-link div.presser_overlay
{
	position: relative;
	z-index: 20;
	top: -148px;
	width: 255px;
	
	margin: 0 auto;
	
	text-align: center;
	
	color: #ff00aa;
	font-weight: bold;
}

div.presser_homepage-pch-alpha div.presser-link div.presser_overlay a
{
	color: #ff00aa;
	
	display: block;
	width: 100%;
	padding-bottom: 2px;
	
	text-align: center;
	font-size: 138.5%;
	
	letter-spacing: 1px;
	
	opacity: .55;
	filter: alpha(opacity=55);
	
	background-color: white;
}

div.presser_homepage-pch-alpha div.presser-link div.presser_overlay a:hover
{
	text-decoration: none;
}

div.presser_homepage-pch-alpha div.presser-link img
{
	width: 265px;
	height: 153px;
}
/* end pch homepage v1 */

/* dash homepage v1 */
div.presser_homepage-dash-alpha
{
	width: 774px;
	margin-top: 1ex;
}

div.presser_homepage-dash-alpha div.main-image
{
	width: 580px;
	height: 512px;
	float: left;
}

div.presser_homepage-dash-alpha div.header-copy
{
	margin-bottom: 1ex;
	width: 100%;

	font-size: 167% !important;
	color: #593D2B !important;

	margin-bottom: 1ex;
}

div.presser_homepage-dash-alpha div.header-copy div.slotcontent h1
{
	font-size: 100%;
}

div.presser_homepage-dash-alpha div.caption
{
	clear: left;
	width: 100%;
	
	font-size: 138.5%;
	line-height: 1.4em !important;
	
	padding-top: .5ex;
}

div.presser_homepage-dash-alpha div.caption a
{
	color: #6F584F;
	text-decoration: underline;
}

div.presser_homepage-dash-alpha div.slice-top
{
  	width: 182px;
  	float: right;
}

div.presser_homepage-dash-alpha div.slice-bottom
{
  	width: 182px;
  	height: 320px;
	
	margin-top: 10px;
  
  	float: right;
	clear: right;
}

div.presser_homepage-dash-alpha div.presser-link
{
	height: 182px;
	width: 182px;
	overflow: hidden;
	
	float: right;
}

div.presser_homepage-dash-alpha div.presser-link div.link_slot_contents
{
	border: 1px solid #aaa;
	text-align: center;
	
	width: 180px;
	height: 180px;
}

div.presser_homepage-dash-alpha div.presser-link div.presser_overlay
{
	position: relative;
	z-index: 20;
	top: -148px;
	width: 255px;
	
	margin: 0 auto;
	
	text-align: center;
	
	color: #ff00aa;
	font-weight: bold;
}

div.presser_homepage-dash-alpha div.presser-link div.presser_overlay a
{
	color: #ff00aa;
	
	display: block;
	width: 100%;
	padding-bottom: 2px;
	
	text-align: center;
	font-size: 138.5%;
	
	letter-spacing: 1px;
	
	opacity: .55;
	filter: alpha(opacity=55);
	
	background-color: white;
}

div.presser_homepage-dash-alpha div.presser-link div.presser_overlay a:hover
{
	text-decoration: none;
}

div.presser_homepage-dash-alpha div.presser-link img
{
	width: 182px;
	height: 182px;
}

div.presser_homepage-dash-alpha div.main-image-overlay
{
	float: left;
	
	margin: 0;
	padding: 0;
	
	position: relative;
	z-index: 3;
	
	width: 200px; /* just under half main image width */
	height: 0;

	top: -494px; /* overlay height - image height (400px) + 20px padding */
	left: 360px; /* image width (580px) - overlay width (200px) - 20px padding */
}

/* optional bottom-left position of overlay */
div.presser_homepage-dash-alpha div.main-image-overlay.bl
{
	float: left;
	
	margin: 0;
	padding: 0;
	
	position: relative;
	z-index: 3;
	
	width: 200px; /* just under half main image width */
	height: 0;
	
	top: -194px; /* overlay height + 20px padding */
	left: 20px; /* 20px padding*/
}

div.presser_homepage-dash-alpha div.main-image-overlay.preview
{
	width: 400px;
	height: 2em;
	
	/* unset top/left values in admin */
	z-index: 1;
	top: 0px;
	left: 0px;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.text_overlay
{
	float: left;
	display: block;
	
	position: relative;
	z-index: 4;
	
	width: 100%;
	height: 0;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.text_overlay h2
{
	font-size: 22px !important;
	
	margin: 0 0 5px 10px;
	width: 95%;
	
	color: #f4f1ec;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.text_overlay h2 a
{
	color: #f4f1ec;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.text_overlay p
{
	margin: 0;
	padding: 0 0 0 10px;
	
	font-size: 116%;
	font-weight: lighter;
	line-height: 1.1em;
	
	width: 100%;
	
	color: #f4f1ec;
	
	overflow: hidden;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.text_overlay p a
{
	color: #f4f1ec;
	text-decoration: underline;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.overlay_bg
{
	background-color: #582F19;
	border: 2px solid #582F19; /* so border can appear on highlight and not shift box */
	
	width: 100%; /* just under half main image width */
	height: 150px;
	
	position: relative;
	z-index: 2;
	
	opacity: 0.50;
	filter: alpha(opacity=50);
	overflow: hidden;
}

div.presser_homepage-dash-alpha div.main-image-overlay div.overlay_bg.highlight
{
	border-color: #482a10;
	opacity: 0.60;
	filter: alpha(opacity=60);
}


/* end dash homepage v1 */

/* image-left layout */
.presser_image-left div.main-image
{
	width: 350px;
    float: left;
}
.presser_image-left div.main-copy
{
	 width: 400px;
	 
	 float: left;
	 margin-left: 1ex;
	 padding: 1px;
}

.presser_image-left div.preview_image div.placeholder
{
	background: #aeaeae;
	width: 350px;
	height: 400px;
}
/* end image-left layout*/

/* end image-left-curtain-under-copy layout */
.presser_image-left-curtain-under-copy div.main-image
{
	width: 350px;
   float: left;
}

.presser_image-left-curtain-under-copy div.main-copy
{
	 width: 400px;
	 font-size: 123.1%;
	 line-height: 1.5em !important;
	 float: left;
	 margin-left: 1ex;
	 padding: 1px;
}

.presser_image-left-curtain-under-copy div.main-copy em,
.presser_image-left-curtain-under-copy div.main-copy h2
{
	color: #ea7893 !important;
}

.presser_image-left-curtain-under-copy div.preview_image div.placeholder
{
	background: #aeaeae;
	width: 350px;
	height: 400px;
}

.presser_image-left-curtain-under-copy div.sleep-kit
{
	clear: both;
	width: 100%;
	
}

.presser_image-left-curtain-under-copy div.sleep-kit div.pb_thumb div.thumbnail a img
{
    width: 55px;
}

.presser_image-left-curtain-under-copy div.sleep-kit div.pb_thumb
{
    width: 115px!important;
    padding: 4px 8px 14px 8px;
    margin: 0 4px;
    font-size: 93%;
}


.presser_image-left-curtain-under-copy div.sleep-kit div#kit_details
{
    float: right;
    clear: none;
    display: block;
    margin: 45px 8px 0 0!important;
    padding: 0;
    width: 220px!important;


}
.presser_image-left-curtain-under-copy div.sleep-kit div#kit_products
{
    float: left!important;
	display: block;
}
/* end image-left presser layout*/

/* pane-3-bottom layout */

.presser_pane-3-bottom div.preview_image div.placeholder
{
	background: #aeaeae;
	width: 240px;
	height: 300px;
}

div.presser_pane-3-bottom
{
	padding: 15px;
}

div.presser_pane-3-bottom div.main-copy
{
	font-size: 116%;
    color: #999;
}

div.presser_pane-3-bottom div.image-1,
div.presser_pane-3-bottom div.image-2,
div.presser_pane-3-bottom div.image-3
{
	float: left;
}

div.presser_pane-3-bottom div.image-1
{
	margin-left: 5px
}

div.presser_pane-3-bottom div.image-2
{
	margin: 0 30px;
}

body.dash div.presser_pane-3-bottom div.image-2
{
	margin: 0 20px;
}
/* end pane-3-bottom layout */

/* annie homepage beta */

div.presser_homepage-annie-beta
{
	/*width: 810px;*/
	width: 960px;
	margin: 0 auto;
}
div.presser_homepage-annie-beta.presser_layout_container div.preview.separator
{
	
	clear: left;
}
div.presser_homepage-annie-beta img
{
	border: none;
}

div.presser_homepage-annie-beta div.blog-pane
{
	float: left;

	width: 600px;
	height: 490px;

	margin-right: 10px;
}

div.presser_homepage-annie-beta div.blog-pane.preview
{
	width: 518px;
	height: 478px;
	border: 1px solid #aaa;
}

div.presser_homepage-annie-beta div.slice-image,
div.presser_homepage-annie-beta-2 div.slice-image
{
	/*margin-top: 76px;  based on galleria control height/margin */
	margin-left: 88px!important;
	display: block;
	/*width: 284px;*/
	width: 200px;
	/*height: 424px;*/
	float: left;
}

div.presser_homepage-annie-beta div.link-1
{
	clear: left;
	/*margin-left: 27px;*/
	margin-left: 52px;
}

div.presser_homepage-annie-beta div.link-1,
div.presser_homepage-annie-beta div.link-2,
div.presser_homepage-annie-beta div.link-3,
div.presser_homepage-annie-beta div.link-4,
div.presser_homepage-annie-beta div.link-5,
div.presser_homepage-annie-beta div.link-6
{

	float: left;

	/*width: 106px;*/
	width: 123px;
	height: 178px;
	margin-top: 5px;
	/*margin-right: 18px;*/
	margin-right: 20px;
	margin-bottom: 35px;

}

div.presser_homepage-annie-beta div.link-6
{
	margin-right: 0;
}

div.presser_homepage-annie-beta div.link-1 img,
div.presser_homepage-annie-beta div.link-2 img,
div.presser_homepage-annie-beta div.link-3 img,
div.presser_homepage-annie-beta div.link-4 img,
div.presser_homepage-annie-beta div.link-5 img,
div.presser_homepage-annie-beta div.link-6 img
{
	border: 1px solid #ACC0C7;
	width: 123px;
	height: 165px;

}

div.presser_homepage-annie-beta div.link-1 div.label,
div.presser_homepage-annie-beta div.link-2 div.label,
div.presser_homepage-annie-beta div.link-3 div.label,
div.presser_homepage-annie-beta div.link-4 div.label,
div.presser_homepage-annie-beta div.link-5 div.label,
div.presser_homepage-annie-beta div.link-6 div.label
{
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;

	text-align: center;
	width: 100%;

	color:#8C9FB5;

}

div.presser_homepage-annie-beta div.link-2 div.label
{
	letter-spacing: 1px;
}

/* end annie homepage beta */





/* annie homepage beta 2 */
div.presser_homepage-annie-beta-2 div.link-1
{
	clear: left;
	/*margin-left: 27px;*/
	margin-left: 52px;
}

div.presser_homepage-annie-beta-2 div.link-1,
div.presser_homepage-annie-beta-2 div.link-2,
div.presser_homepage-annie-beta-2 div.link-3,
div.presser_homepage-annie-beta-2 div.link-4,
div.presser_homepage-annie-beta-2 div.link-5,
div.presser_homepage-annie-beta-2 div.link-6
{

	float: left;

	/*width: 106px;*/
	width: 123px;
	height: 178px;
	margin-top: 5px;
	/*margin-right: 18px;*/
	margin-right: 20px;
	margin-bottom: 35px;

}

div.presser_homepage-annie-beta-2 div.link-6
{
	margin-right: 0;
}

div.presser_homepage-annie-beta-2 div.link-1 img,
div.presser_homepage-annie-beta-2 div.link-2 img,
div.presser_homepage-annie-beta-2 div.link-3 img,
div.presser_homepage-annie-beta-2 div.link-4 img,
div.presser_homepage-annie-beta-2 div.link-5 img,
div.presser_homepage-annie-beta-2 div.link-6 img
{
	border: 1px solid #ACC0C7;
	width: 123px;
	height: 165px;

}

div.presser_homepage-annie-beta-2 div.link-1 div.label,
div.presser_homepage-annie-beta-2 div.link-2 div.label,
div.presser_homepage-annie-beta-2 div.link-3 div.label,
div.presser_homepage-annie-beta-2 div.link-4 div.label,
div.presser_homepage-annie-beta-2 div.link-5 div.label,
div.presser_homepage-annie-beta-2 div.link-6 div.label
{
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 2px;

	text-align: center;
	width: 100%;

	color:#8C9FB5;

}

div.presser_homepage-annie-beta-2 div.link-2 div.label
{
	letter-spacing: 1px;
}

/* end homepage annie beta 2 */



/* end new presser layout definitions */



/* below are styles associated with the presser administration module
   (these will be moved out of this file and into a dedicated one for
   separation of concerns)
*/



.jqicontainer label
{
	display: block;
	width: 90px;
	float: left;
	
}
.jqicontainer div.ctrlHolder
{
	text-align: left;
	padding: 2px 8px;
}

#presser_slot_link_url,
#presser_slot_use_popout
{
	
}


#image_search_container
{
	width: 700px!important;
	display: block;
	float: left;

}
#search_form
{
	width: 700px!important;
	display: block;
	float: left;

}

#image_list
{
	margin: 20px 0;
}
.message
{
	width: 50%;
	border: 1px solid #cecece;
	padding: 20px;
	margin: 0 0 20px 0;
}
.message .msg_action
{
	float: right;
}
.message .msg_txt
{
	font-size: 18px;
}
.message em
{
	font-style: italic;
}
.hoveraction
{
	/*border: 1px solid #ccffcc;*/
	background: #deffde;
	/*padding: 0!important;*/

}
.note
{
	font-size: 93%;
}



/* hoverlay styles */
.preview_image img
{
	z-index: 2!important;
	display: block;
	position: relative;
}
.preview_image a#edit_msg
{
	font-size: 197%;
	position: relative;
	text-decoration: none;
	
	color: #fff;
	z-index: 100;
	text-align: center;
	opacity: 1;
	display: block;
}
div.edit_msg
{
	font-size: 116%;
	position: relative;
	text-decoration: none;
	color: #fff;
	z-index: 100;
	text-align: center;
	/*font-weight: bold;*/
	opacity: 1;
	display: block;
}
a#edit_msg div
{
	color: #fff!important;
}
#edit_msg_underlay
{
	background: #000;
	opacity: .6;
	filter: alpha(opacity = 60);
	z-index: 100;
	position: relative;
	display: block;
	margin: 0;

}
.msg_lnk
{
	padding: 10px 0 15px 0;
}
.msg_lnk_hover
{
	background: #040404;
}
.placeholder
{
	height: 200px;
}
/* end hoverlay styles */

div.presser_homepage-annie-vertical div.main-image
{
	width: 220px!important;
	float: left!important;
	padding: 0!important;
	display: block;
	margin: 0;
	
	
}
div.presser_homepage-annie-vertical div.main-image img
{
	width: 220px;
	float: left;
}
.presser_homepage-annie-vertical div.main-copy
{
	/*display: block;*/
	/*width: 140px;*/
	clear: none;
	margin: 0;
	/*float: left;*/
	
}


.presser_complete-bed-bottom-two .promo-copy
{
    clear: both;
    width: 520px;
    line-height: 160%;
}

.presser_complete-bed-bottom-two .promo-copy h1
{
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 160%;
    border-bottom: 1px solid #ABA8A6;
    margin: 0 0 6px 0;
}



.presser_complete-bed-top-two div.promo-copy
{
    clear: both;
	width: 90%;
	font-size: 116%;
    line-height: 140%;
}

.presser_complete-bed-top-two div.promo-copy h1
{
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 160%;
    border-bottom: 1px solid #ABA8A6;
    margin: 0 0 6px 0;
}

#complete_bed_list ul li
{
	float: left;
	margin: 0 15px 0 0!important;

}

/* begin poly-promo template */
div.presser_poly-promo.presser_layout_container
{
    width: 550px;

}
div.presser_poly-promo.presser_layout_container div.layout_set_container,
div.presser_poly-promo
{
    height: 560px!important;
    width: 550px!important;
    float: left!important;
    position: relative!important;
    display: block;
}
div.presser_poly-promo.presser_layout_container div.layout_set_container div.preview.main-image,
div.presser_poly-promo div.main-image
{
    height: 203px!important;
    width: 550px!important;
    background-color: #cecece;
}
div.presser_poly-promo.presser_layout_container div.layout_set_container div.preview.main-copy,
div.presser_poly-promo div.main-copy
{
    /*height: 200px;*/
    width: 550px!important;
    line-height: 150%!important;
    font-size: 100%!important;
    /*float: left;*/

}

div.presser_poly-promo.presser_layout_container div.layout_set_container div.preview.main-copy p.narrow,
div.presser_poly-promo div.main-copy  p.narrow
{
    width: 310px!important;
}

div.presser_poly-promo div.main-copy p
{
    margin: 15px 0!important;
}

div.presser_poly-promo.presser_layout_container div.layout_set_container div.preview.right-image,
div.presser_poly-promo div.right-image
{
    float: right;
    /*float: left;*/

    height: 300px!important;
    width: 225px!important;
     /*background-color: #cecece;*/
     display: block!important;
   /*  position: absolute!important;
     bottom: 0;
     right: 0;*/
}
div.presser_poly-promo div.right-image img
{
    display: block;
    margin-top: 15px;
}

/* end poly-promo template */
