/*h2 { font-size: 2.5em; margin-top: 0; color: #000; }*/
h3 { margin: 0; }

#cross-promo { padding: 1em 0 1em 38px; width: 75%; margin: 1em 0 1em 80px; font-size: 1.125em; background: transparent url(/images/product/essentials/checklist.png) no-repeat left center; }

/* Add-Now and Installed buttons */
.add-now { float: right; width: 60px; text-align: center; font-weight: bold; color: #0380e1; margin: 1.5em 0 0 10px; }
	.installed {
		padding-top: 33px;
		color: #6f9f00; font-size: 0.9em; 
		background: transparent url(/images/product/essentials/installed.png) no-repeat top center; }
	.add-now a {
		clear: both; width: 60px; height: 23px; line-height: 22px; display: block;
		color: #fff; text-decoration: none; font-size: 0.9em; 
		background: transparent url(/images/product/essentials/add-now.png) no-repeat 0 -23px; }
	.add-now a:hover { background-position: 0 0; text-decoration: none; color: #fff; }
	
/* Center products list */
.essentials { list-style-type: none; padding-left: 0; margin: 0 !important;}
	.essentials li { border-bottom: 1px #b1c5d0 solid; padding: 1.5em 0 1.5em 80px; list-style-type: none !important; 
					background: transparent url(/images/product/essentials/cart.png) no-repeat left center; }
		li#creditcards {	background-image: url(/images/product/essentials/creditcards.png) }
		li#shield {	background-image: url(/images/product/essentials/shield.png) }
		li#gift {	background-image: url(/images/product/essentials/gift.png) }
		li#my-marketing { background-image: url(/images/product/essentials/palette.png) }
		li#blog {	background-image: url(/images/product/essentials/write.png) }
		li#email {	background-image: url(/images/product/essentials/email-icon.png) }
	.essentials li.last { border-bottom: 0; }
	.essentials p { margin: 0.5em 0; }

/* Hero image */
#hero {
	color: #000;
	background: url("/images/product/essentials/notepad.gif") repeat scroll 0 0 transparent;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	float: none;
	margin: 0 0 1em; }
	
#graphic {
	background: transparent url(/images/product/essentials/checklist2.png) no-repeat bottom right;
	padding: 10px 20px 20px;
	margin-left: 21px;
	border-left: 1px #dd4f33 solid; 
	font-size: 1.2em;
	padding-right: 145px; }

#hero h1 { margin: 0; font-size: 2em; line-height: 1em; padding: 10px 20px;
	border-bottom: 0px #fff solid; color: #fff; 
	background: #484848 url(/images/product/essentials/notepad-top.jpg) repeat-x bottom left; }
#hero p { margin: 0 0 1em; }
#hero ul { padding-left: 1em; margin: 0; }
#hero li { background: transparent url(/images/product/essentials/check.png) no-repeat 0 2px;
	padding: 4px 0 4px 28px; list-style-type: none; }
#hero a, #hero a:link, #hero a:visited { text-decoration: none; color:#000; }

