/* ========== TABLE OF CONTENTS ==========
 * 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
 * 2. Typography Styles (text)
 * 3. Form Styles (inputs, textareas, etc)
 * 4. Table Styles (tr, th, td, etc)
 * 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
 * 6. Sub Page Layouts (A-H)
 * 7. Page Specific Styles (PGE and other standard page styles)
 */


/* ===== BASIC TAG STYLES ===== */

.btn-index {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Open Sans',Arial;
  color: #ffffff;
  font-size: 14px;
  background: #eab237;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.btn-index:hover {
  background: #000000;
  text-decoration: none;
  color:#ffffff;
}

a.headNav,
a.headNavLeft {
 	font-family : 'Open Sans',arial, tahoma;
	font-size : 22px;
	letter-spacing:normal;
	color: #ffffff;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}

a.headNavLeft {
 	font-family : 'Open Sans',arial, tahoma;
	font-size : 22px;
	letter-spacing:normal;
	color: #ffffff;
	text-decoration:none;
	padding:0px 45px 0px 15px;
}

a.headNav:hover,
a.headNavLeft:hover {
	color:#eab238;
	text-decoration:none;
}

a.buyNowLink {
 	font-family : 'Open Sans',arial, tahoma;
	font-size : 18px;
	font-style:italic;
	letter-spacing:normal;
	color: #ffcc33;
	text-decoration:none;
}

a.buyNowLink:hover {
	color:#ffffff;
}

a.footerNavLink {
 	font-family : arial, tahoma;
	font-size : 24px;
	letter-spacing:normal;
	color: #006600;
	text-decoration:none;
	padding:0px 25px;
}

a.footerNavLink:hover {
	color:#000000;
}

hr {
	height: 1px;
	clear: both;
}

.attribution {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	padding:0px 25px 0px 0px;
	margin-top:15px;
	color:#8F6A45;
}

.button {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
 
.dwarf {
	font-size : 10px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}
	
.error {
	font-weight:bold;
}
	
.hand {
	cursor:pointer;
}

.applyBorder {
	border-width: 1px;
	border-style: solid;
}

/* ===== TYPOGRAPHY STYLES ===== */
a { color: #006600; text-decoration:none;  }
a:hover { color: #65542f;text-decoration:underline; }

h1, h2, .head,
h3, .home1,
h4, .home2,
h5, h6 {
 	font-weight : normal;
 	font-family: 'Open Sans', sans-serif;
 	line-height:110%;
}

h1, .head {
 	font-size : 24px;
 	margin-bottom:6px;
}

h2 {
 	font-size : 17px;
 	 color:#006600;
 	 margin-bottom:12px;
}

h3, .home1 {
	font-size : 18px;
	color:#65542f;
	margin-bottom:7px;
}

h4, .home2 {
 	font-size : 19px;
 	font-weight:bold;
 	color:#006600;
}


h5 {
 	font-size : 17px;
 	font-weight:bold;
 	color:#65542f;
}

/* ===== FORM STYLES ===== */

input, select {
 	font-family : 'Open Sans', arial, helvetica;
	font-size : 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:4px;
	border:1px solid #cbcbcb;
	margin:3px;
	
}	
	
.input, .select {
	width:220px;
}

textarea {
 	font-family : 'Open Sans', arial, helvetica;
	font-size : 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:4px;
	border:1px solid #cbcbcb;
	margin:3px;
	width: 400px
}


/* ===== TABLE STYLES ===== */

table {
	border-collapse: collapse;
}

td, th {
	padding: 4px;
 	font-family : 'Open Sans', arial;
 	letter-spacing: normal;
	font-size : 14px;
	text-align: left;
}
	td.right, th.right {
		text-align: right;
	}

thead, tfoot {
	font-size:10px;
}

.trlabel, .tdlabel, .cell, .cell2, .cell3, cell4, .odd, .even {
 	font-family : 'Open Sans', arial;
 	letter-spacing: normal;
	font-size : 14px;
	padding: 0.8em;
}

thead th,
.trlabel,
.tdlabel,
.cell,
.cell2,
.cell3,
.cell4 {
	font-weight: bold;
}
.cell,
.cell2,
.cell3,
.cell4 {
	padding-top: 0.5em;
}

.cell3 {
	background-color: #006600;
	color:#ffffff;
}

.cell4 {
	background-color: #dbdbdb;
}

.odd {
	background-color: #e6ece1;
}

.even {
	background-color: #cad7bf;
}
	
.box  {
 	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	font-family:'Open Sans', arial;
}


/* ========== STANDARD SUB PAGE STYLES ==========
 * 1. #breadcrumb
 * 2. h2#pageTitle
 * 3. h3#pageSubTitle
 * 4. #pageSummary
 * 5. #pageContents
 * 6. #pageBullets
 * 7. #pageConclusion 
 * 8. #imageBlock
 * 9. #imageBlockFeat
 * 10. #calloutbox
 * 11. #pageDownloads
*/
#breadcrumb {
	margin-bottom: 0.8em;
	font-weight: normal; 
	font-size: 100%;
}
	#breadcrumb .breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb a,
	#breadcrumb a:hover,
	#breadcrumb a:focus {
		text-decoration: none; 
	}
	
#breadcrumb2 {
	margin-bottom: 1.4em;
	font-weight: normal; 
	font-size: 100%;
}
	#breadcrumb2 .breadcrumbTitle {
		padding-right: 10px;
	}
	#breadcrumb2 a,
	#breadcrumb2 a:hover,
	#breadcrumb2 a:focus {
		text-decoration: none; 
	}
.page-title {
	padding: 0.1em 0;
}
.page-subtitle {
	padding: 0 0 0.3em;
}
.page-summary p,
.page-contents p,
.page-conclusion p,
.page-bullets ul,
.page-bullets ol {
	line-height: 155%;
	padding: 0.5em 0;
	margin-bottom:14px;
}

.page-summary ul li,
.page-contents ul li,
.page-conclusion ul li {
	margin-left: 1.6em;
	list-style: disc outside url('/image/Bullet.gif');
}
.page-summary ol li,
.page-contents ol li,
.page-conclusion ol li {
	margin-left: 1.6em;
	list-style: decimal outside none;
}

.page-bullets {
	clear: left;
}
	.page-bullets ul li,
	.page-bullets ol li {
		margin-left: 1.6em;
		line-height: 150%;
	}
	.page-bullets span.clear {
		clear: left;
	}
.page-image-block,
.page-featured-image {
	padding: 0 0.5em 0.5em;
}
.page-image-block.right,
.page-featured-image.right {
	float: right;
	clear: right;
	padding-right: 0;
	margin-left: 1em;
}
.page-image-block.left,
.page-featured-image.left {
	float: left;
	clear: left;
	padding-left: 0;
	margin-right: 1em;
}
	#imageNav {
		text-align: center;
		padding: 0.2em 0;
		font-size: 80%
	}
	.page-content #currCaption,
	.page-content #featCaption {
		font-size: 80%;
		text-align: center;
	}
	
.page-additional-info {
	width: 200px;
	position: relative;
	margin: 1em 0;
	border-width: 2px;
	border-style: solid;
	
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
	.page-additional-info h3 {
		width: 180px;
		padding: 0 10px;
		margin: 0;
		font-size: 160%;
		line-height: 135%;
		text-align: left;
	}
	.page-additional-info .page-additional-content {
		width: 180px;
		padding: 0 10px;
		text-align: center;
	}
		.page-additional-info .page-additional-list {
			width: 180px;
			padding: 0 0 12px;
			color: inherit;
		}
			.page-additional-info .page-additional-list li {
				list-style: disc;
				display: list-item;
				text-align: left;
				margin: 0 0 0 1em;
				padding: 5px 0;
			}
			.page-additional-info .page-additional-list a {
				font-size: 110%;
				text-decoration:none;
			}
.page-downloads {
	margin: 1em 0;
	clear: both;
}
	.page-dowloads h3 {
		padding-bottom: 0.5em;
	}
	.page-downloads .page-download-block {
		width: 45%;
		min-height: 45px;
		float: left; 
		padding-right: 5%;
		padding-bottom: 0.5em;
		position: relative;
	}
	.page-downloads .page-download-thumb {
		display: block;
		padding-right: 10px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.page-downloads .page-download-block h4,
	.page-downloads .page-download-block p {
		font-size: 90%;
		padding-left: 42px;
	}
			
/* ========== SUB PAGE LAYOUTS ==========
 * 1. Layout A
 * 2. Layout B
 * 3. Layout C
 * 4. Layout D
 * 5. Layout E
 * 6. Layout F
 *
 * ===== Layout A ===== */

.page-summary.layoutA p,
.page-contents.layoutA p,
.page-conclusion.layoutA p,
.page-bullets.layoutA ul,
.page-bullets.layoutA ol {
	padding-left: 0;
}
.page-image-block.layoutA {
	padding: 0 0 0.5em;
}
.page-image-block.layoutA,
.page-additional-info.layoutA {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout B ===== */

.page-featured-image.layoutB {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutB,
.page-additional-info.layoutB {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout C ===== */

.page-additional-info.layoutC {
	float: left;
	clear: left;
	margin-right: 1em;
}
.page-image-block.layoutC,
.page-featured-image.layoutC {
	float: right;
	clear: right;
	margin-left: 1em;
}

/* ===== Layout D ===== */
.page-image-block.layoutD {
	float: right;
	clear: right;
	margin-left: 1em;
}
.page-additional-info.layoutD {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout E ===== */
div.imageBlock.layoutE,
.page-image-block.layoutE {
	float: right;
	clear: right;
	padding: 10px;
}
div.imageBlock.layoutE p.imageCaption,
.page-image-block.layoutE .image-caption {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
.page-downloads.layoutE {
	clear: none;
}
	.page-downloads.layoutE .page-download-block.layoutE {
		width: auto;
		float: none;
		clear: left;
		padding: 0 0.5em;
	}

/* ===== Layout F ===== */
.page-image-block.layoutF {
	float: right;
}
.page-image-block.layoutF #myCaption {
	text-align: center;
}
.page-image-block.layoutF #thumbGallery {
	padding: 0.5em;
	text-align: center;
}
	.page-image-block.layoutF #thumbGallery .thumbSwitch {
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 5px;
	}

.page-additional-info.layoutF,
.page-featured-image.layoutF {
	float: left;
	clear: left;
	margin-right: 1em;
}

/* ===== Layout G ===== */
.page-video-block.layoutG {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}
	.page-video-block.layoutG .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutG object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutG .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}

.page-additional-info.layoutG {
	float: left;
	clear: left;
	margin-right: 1em;
}

.page-video-thumbs {
	margin-top: 1em;
}
	.page-video-thumbs .page-video-thumb {
		float: left;
		padding: 0.5em 1.3em 0.5em 0;
		width: 100px;
		text-align: center;
	}
		.page-video-thumbs .page-video-thumb a {
			text-decoration: none;
			font-size: smaller;
			font-weight: bold;
			display: block;
			position: relative;
		}
			.page-video-thumbs .page-video-thumb a img {
				border: 1px solid #CCC;
			}

/* ===== Layout H ===== */
.page-video-block.layoutH {
	float: right;
	clear: right;
	padding: 0 0 1em 1em;
	text-align: center;
}	
	.page-video-block.layoutH .video-wrapper {
		background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
		margin: 0 auto;
	}
		.video-wrapper.layoutH object {
			display: block;
			margin: 0 auto;
		}
	.page-video-block.layoutH .video-caption {
		padding-top: 0.5em;
		text-align: center;
	}
	.page-video-block.layoutH .page-video-thumbs {
		padding: 1em 0 0.5em;
		margin: 0 auto;
	}
		.page-video-block.layoutH .page-video-thumbs .page-video-thumb {
			position: relative;
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			padding: 5px;
			overflow: hidden;
		}
		
.page-additional-info.layoutH {
	float: right;
	clear: right;
	margin-left: 1em;
}

.page-image-block.layoutH {
	float: left;
	margin-right: 1em;
}	
	.page-image-block.layoutH #myCaption {
		text-align: center;
	}


 * ===== Layout J ===== */

.page-summary.layoutJ p,
.page-contents.layoutJ p,
.page-conclusion.layoutJ p,
.page-bullets.layoutJ ul,
.page-bullets.layoutJ ol {
	padding-left: 0;
}
.page-image-block.layoutJ {
	padding: 0 0 0.5em;
}
.page-image-block.layoutJ,
.page-additional-info.layoutJ {
	float: right;
	clear: right;
	margin-left: 1em;
}

.subpage-image-layoutJ {
	width:275px;
	height:400px;
	overflow:hidden;
	float:left;
}

	.subpage-imagebox-layoutJ {
		width:275px;
		height:275px;
		overflow:hidden;
	}

			div.subPageCaption p.subPageCaption {
				width: 100%;
				height:100px;
				background-color:#9f1f63;
				font: normal bold 18px/130% Arial, Helvetica, sans-serif;
				padding: 0.8em 0;
				color: #ffffff;
				text-align: center;
				-moz-border-radius-bottomleft: 18px;
				-moz-border-radius-bottomright: 18px;
				border-bottom-left-radius: 18px;
				border-bottom-right-radius: 18px;
				
			}
				div.subPageCaption p.subPageCaption  {
					padding: 7px 0px 0px 0px;
				}
				
				a.subCaption {
					color:#ffffff;
					text-decoration:none;
				}
				
				a.subCaption:hover {
					color:#550032;
				}
				
				.subTitleCaption {
					color:#ffffff;
					font-size:80%;
					font-style:italic;
					font-weight:normal;
				}
				
				.subTitleCaption:hover {
					color:#ffffff;
				}
			
			div.subPageBlock div.subPageCaption a.subPageView {
				display: block;	
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;		
				text-decoration: none;
			}
			
			div.subPageBlock div.subPageCaption a.subPageBuy {
				display: block;
				padding: 3px 6px 4px;
				border: 3px solid #FFF;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				position: absolute;
				bottom: 7px;
				right: 7px;
				font-style:italic;
				font: normal 12px/100% Georgia, Arial, Helvetica, sans-serif;
				color: #FFF;
				text-decoration: none;
			}

				
.learnMore {
	background-color:#aec228;
	text-indent:0;
	border:1px solid #bdd293;
	display:inline-block;
	color:#ffffff;
	font-family:Arial,Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:105px;
	text-decoration:none;
	text-align:center;
}
.learnMore:hover {
	background-color:#5d7923;
	color:#ffffff;
}.learnMore:active {
	position:relative;
	top:1px;
}
/* ===== Generic Page Form Styles ===== */
.contactForm,
.tableless {
	display: block;
	padding: 0.5em 0;
}		
.tableless {
	float: left;
	width: 50%;
}
.tableless.right {
	float: right;
}
	.contactForm fieldset,
	.tableless fieldset {
		display: block;
		border: none;
		padding: 0 0.5em;
		position: relative;
	}
	.contactForm fieldset.first,
	.tableless fieldset.first {
		min-height: 1.75em;
	}
		.contactForm fieldset.first p.label,
		.tableless fieldset.first p.label {
			position: absolute; 
			top: 0.5em; 
			right: 1em; 
			margin: 0; 
			padding: 0; 
			font-size: 90%; 
			text-align: right;
		}
	.contactForm fieldset.legend,
	.tableless fieldset.legend {
		padding-top: 2.5em;
	}
		.contactForm fieldset h3,
		.tableless fieldset h3 {
			padding: 2.5% 2.5% 0.75em;
			font-size: 110%;
		}
		.contactForm fieldset legend,
		.tableless fieldset legend {
			position: absolute;
			top: 0.5em;
			margin: 0;
			padding: 0 2.5% 1%;
			font: normal bold 100%/120% Arial, Helvetica, sans-serif;
		}
		.contactForm fieldset.oneCol p.req,
		.contactForm fieldset.twoCol p.req,
		.tableless fieldset.oneCol p.req,
		.tableless fieldset.twoCol p.req {
			position: absolute;
			top: 1.5em;
			right: 0;		
			margin: 0;
			padding: 0;
			width: 35%;	
			font-size: 90%;
		}
		.contactForm label.center,
		.tableless label.center {
			text-align: center;
		}
		
		fieldset.oneCol label,
		fieldset.oneCol textarea,
		fieldset.oneCol p,
		fieldset.twoCol label,
		fieldset.twoCol textarea,
		fieldset.twoCol label.full,
		fieldset.twoCol p.full {
			display: block;
			margin: 0;
			padding: 2.5% 7.5% 5% 2.5%;
			width: 90%;
		}
		fieldset.twoCol label,
		fieldset.twoCol textarea {
			width: 44%;
			padding: 1% 2.5%;
			float: left;
		}
		fieldset abbr {
			display: block;
		}
		.contactForm fieldset select,
		.tableless fieldset select {
			display: block;
			max-width: 90%;
		}
	
	.contactForm .tdlabel,
	.contactForm .cell,
	.tableless .tdlabel,
	.tableless .cell {
		background-color: transparent;
	}
	.contactForm .error,
	.tableless .error {
		background-color: transparent;
	}
		.contactForm .error input,
		.contactForm .error select,
		.contactForm .error textarea,
		.tableless .error input,
		.tableless .error select,
		.tableless .error textarea {
			margin-top: 0.2em;
			padding: 0.2em;
			border: 1px solid #C00;
			background: #FFF0F0;
			-moz-box-shadow: 0 0 3px #C00;
			-webkit-box-shadow: 0 0 3px #C00;
			box-shadow: 0 0 3px #C00;
		}
		.contactForm p,
		.tableless p {
			padding: 0.3em;
			margin: 2.5%;
		}
		.contactForm p.success,
		.tableless p.success {
			color: #147145;
			font-weight: bold;
			background: #F0FFF0;
			background: rgba(0, 204, 0, 0.2);
			-moz-box-shadow:0 0 3px #147145;
			-webkit-box-shadow:0 0 3px #147145;
			box-shadow:0 0 3px #147145;
		}
	
	.contactForm input[type=submit],
	.tableless input[type=submit] {
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}


/* Let's jazz this @#$% up! */
.smooth {
	float: left;
	width: auto;
	max-width: 45%;
	
	padding: 0.5em;
	margin: 1.5em 0.5% 0.5%;
	
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
	.contactForm.smooth {
		width: auto;
		max-width: 100%;
	}
	.smooth fieldset:first-child,
	.smooth fieldset.top {
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.smooth fieldset:last-child,
	.smooth fieldset.bottom {
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	.smooth fieldset legend {
		color: #383937;
		font-size: 125%;
		font-weight: bold;
		line-height: 110%;
		font-family: inherit;
		letter-spacing: 1px;
	}
	
	.smooth fieldset.legend {
		padding-top: 3.5em;
	}
	
	.smooth fieldset.oneCol label,
	.smooth fieldset.oneCol textarea,
	.smooth fieldset.oneCol p,
	.smooth fieldset.twoCol label,
	.smooth fieldset.twoCol textarea,
	.smooth fieldset.twoCol label.full,
	.smooth fieldset.twoCol p.full {
		display: block;
		width: 93%;
		margin: 0;
		padding: 3% 3.5% 4%;
	}
		.smooth fieldset.twoCol label,
		.smooth fieldset.twoCol textarea,
		.smooth fieldset.twoCol p {
			float: left;
			width: 42%;	
			margin: 0;
			padding: 3% 3.5% 4%;
		}
	.smooth input[type=submit],
	.smooth input[type=button],
	.smooth button,
	.smooth .submit {
		display: inline-block;
		margin: 0 auto;
		padding: 0.25em 0.4em 0.3em;
		
		box-sizing: border-box;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		font-family: inherit;
		font-weight: bold;
		font-size: larger;
		letter-spacing: 1px;
		text-decoration: none;
		
		transition: all 0.4s;
		-moz-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-ms-transition: all 0.4s;
	}
	
	/* This allows buttons/inputs to visually imitate ordinary text links */
	.smooth input.link {
		display: inline; 
		margin: 0; 
		padding: 0; 
		background: none; 
		border: none;
		
		cursor: pointer;
		
		text-decoration: underline;
		font-weight: normal; 
		font-size: 90%; 
		/* Change font family to match page default */
		font-family: Georgia, "Times New Roman", Times, serif;
	}



ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
    margin:-10px 0px 20px 0px;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: #006600;
    border-bottom: 4px solid #bccf29;
}
ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #bccf29;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


div.plantListBlock {
	width: 180px;
	height: 225px;
	margin: 0 0 1em;
	position: relative;
	float: left;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 50% 20%;
}
	div.plantListBlock.middle {
		float:left;
	}
		div.plantListBlock img {
			/* Gives the search engines and non-CSS users a view of the featured image and caption */
			display: none;
		}
		div.plantListBlock div.plantListCaption {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			width: 100%;
			font-weight:normal;
			font-size:13px;
		}	
			div.plantListBlock div.plantListCaption p.plantListCaption {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				background-image: url(../image/captionTile.png);
				background-repeat: repeat-y;
				background-position-y: top;
				font: normal 13px/130% Arial, Helvetica, sans-serif;
				padding: 0.5em 0em;
				color: #eab338;
				text-align: center;
			}
				div.plantListCaption p.plantListCaption a.plantCaption {
					padding: 0;
				}
			
			div.plantListBlock div.plantListCaption a.plantListView {
				display: block;	
				position: absolute;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;		
				text-decoration: none;
			}
			
			div.plantListBlock div.plantListCaption a.plantListBuy {
				display: block;
				padding: 3px 6px 4px;
				border: 3px solid #FFF;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				position: absolute;
				bottom: 7px;
				right: 7px;
				font-style:italic;
				font: normal 12px/100% Georgia, Arial, Helvetica, sans-serif;
				color: #FFF;
				text-decoration: none;
			}
				div.earlySpring a.plantListBuy {
					background: #5A6053;
				}
				div.earlySpring div.plantListCaption a.plantListBuy:hover,
				div.earlySpring div.plantListCaption a.plantListBuy:focus {
					background: #FFF;
					color: #ffffff;
					border-color: #5A6053;
				}
				div.earlySpring div.plantListCaption a.plantCaption {
					color: #ffffff;
					font-weight:normal;
				}
				div.earlySpring div.plantListCaption a.plantCaption:hover,
				div.earlySpring div.plantListCaption a.plantCaption:focus {
					color: #ffffff;
				}
				div.earlySeason a.plantListBuy {
					background: #C03;
				}
				
				div.earlySpring p.plantListCaption {
					background-position: 0px top;
				}



/* ===== View Cart Page ===== */
#cartwrapper {
	border: 0px solid #ffffff;
}
	#cartwrapper table small {
		font-size: 9px;
		color: #606;
	}
	form table input.trashItem {
		display: block;
		margin: 0;
		height: 14px; 
		width: 20px;
		background: url("../image/trashcan.gif") no-repeat scroll 50% 50% transparent; 
		border: none;
		font: normal 0px/150% Arial, Helvetica, sans-serif; 
		text-indent: -900em;
		cursor: pointer;
	}
table.cart {
	width: 100%;
	line-height: 150%;
	border-collapse: collapse;
	margin:15px 0px 0px 0px;
	font-size:14px;
}
	table.cart th,
	table.cart td {
		padding: 0.65em;
		
	}
	table.cart tbody {
		font: normal 14px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.cart thead th {
		background: #65542f;
		color:#ffffff;
	}
	table.cart tr.odd td {
		background: #ffffff;
		background-image: url(image/border-cart.png);
		background-repeat:repeat-x;
		background-position:bottom left;
	}
	table.cart tr.even td {
		background: #fdfcfb;
		background-image: url(image/border-cart.png);
		background-repeat:repeat-x;
		background-position:bottom left;
	}
	table.cart td.subtotal {
		background: #EEE;
	}
	table.cart tr.total {
		font: normal 14px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	table.cart th.total {
		background: #c38eaa;
		color: #FFF;
	}
	table.cart td a img {
		padding: 0 3px;
	}
	table.cart td span.sale {
		color: #C00;
	}

/* ===== Billing/Shipping Info Page ===== */
#billing td, #billing th,
#shipping td, #shipping th {
	border: 1px solid #FFF;
	border-collapse: collapse;
}
#billing td.tdlabel.right,
#shipping td.tdlabel.right {
	max-width: 13em;
}

/* ===== Review Order Page ===== */
#storeBreadcrumbs li.printReceipt {
	/*list-style: disc outside url(../image/printer.gif);
	margin-left: 4em;
	padding-right: 0;*/
	list-style: none;
	display: list-item;
	position: absolute;
	right: 1.5em;
	top: 20px;
}
#storeBreadcrumbs a.printReceipt {
	text-decoration: none;
	display: inline-block;
	height: 31px;
	width: 40px;
	background: transparent url("../image/printer.gif") no-repeat left top;
	text-indent: -999em;
	/*vertical-align: middle;*/
}
div.toOrFrom {
	float: left; 
	width: 26%; 
	padding-right: 3em; 
	padding-top: 1em;
}
	div.toOrFrom h3 {
		line-height: 130%;
	}

	
#addOns {
	background-color:#fdfcfb;
	margin:22px 0px 14px 0px;
	width:100%;
	text-align:left;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}


#dottedLine {
	background-color:#ffffff;
	margin:16px 0px 16px 0px;
	width:100%;
	height:1px;
	background-image: url(image/border-cart.png);
	background-repeat:repeat-x;
	background-position:bottom left;

}

#dottedLineNav {
	margin:16px 0px 16px 0px;
	width:100%;
	height:1px;

}

.plantName {
 	font-weight : normal;
 	font-family: 'Economica', sans-serif;
 	font-size:17px;
 	color:#7a8701;
 	margin:5px 0px 3px 0px;
}	
	
.alphaCell {
 	font-family : 'Economica', sans-serif;
 	letter-spacing: normal;
	font-size : 18px;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	background-color:#eaecd9;
	border:1px solid #ffffff;
	
}

.roundbutton {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'OpenSans', Arial;
  color: #ffffff;
  font-size: 16px;
  background: #65542f;
  padding: 6px 12px 6px 12px;
  text-decoration: none;
  border:0px;
}

.roundbutton:hover {
  background: #e9b237;
  text-decoration: none;
}

.enewsbutton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'OpenSans', Arial;
  color: #ffffff;
  font-size: 14px;
  background: #ebb537;
  padding:13px 20px 14px 20px;
  margin:0px 0px 0px 3px;
  text-decoration: none;
  border:0px;
}

.enewsbutton:hover {
  background: #0f1f00;
  text-decoration: none;
}

.pGalleryImage {
	border:1px solid #ffffff;
	/* -webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;   */
}

.pGalleryCaption {
	border:1px solid #eeeeee;
	background-color:#eeeeee;
	/* -webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;   */
	padding:10px 12px 15px 14px;
	font-size: 105%;
	color:#006600;
	font-weight:bold;
	line-height: 150%;
}

#button,
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 10px;
    border: 0px solid #680f3f;
    border-radius: 32px;
    background: #c31d76;

    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}

#button:hover,
.button:hover,
.button:focus {
    border: 0px solid #7a124a;
    background: #ea238e;

    color: #ffffff;
    text-decoration: none;
}

#button:active,
.button:active {
    background: #680f3f;

}

#button-addtocart,
.button-addtocart {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 11px;
    border: 0px solid #a71d16;
    border-radius: 32px;
    background: #a71d16;

    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
#button-addtocart:hover,.button-addtocart:hover,
#button-addtocart:focus,.button-addtocart:focus {
    border: 0px solid #5a0b07;
    background: #5a0b07;

    color: #ffffff;
    text-decoration: none;
}
#button-addtocart:active,.button-addtocart:active {
    background: #5a0b07;

}
#button-addtocart:before,
.button-addtocart:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("/image/icon-addtocart.png") no-repeat left center transparent;
    background-size: 100% 100%;
}



#button-wishlist,
.button-wishlist {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 11px;
    border: 0px solid #eab338;
    border-radius: 32px;
    background: #eab338;

    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
#button-wishlist:hover,.button-addtocart:hover,
#button-wishlist:focus,.button-addtocart:focus {
    border: 0px solid #006600;
    background: #006600;

    color: #ffffff;
    text-decoration: none;
}
#button-wishlist:active,.button-addtocart:active {
    background: #5a0b07;

}
#button-wishlist:before,
.button-wishlist:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("/image/icon-wishlist.png") no-repeat left center transparent;
    background-size: 100% 100%;
}



#button-printwishlist,
.button-printwishlist {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 11px;
    border: 0px solid #eab338;
    border-radius: 32px;
    background: #eab338;

    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
#button-printwishlist:hover,.button-addtocart:hover,
#button-printwishlist:focus,.button-addtocart:focus {
    border: 0px solid #006600;
    background: #006600;

    color: #ffffff;
    text-decoration: none;
}
#button-printwishlist:active,.button-addtocart:active {
    background: #5a0b07;

}
#button-printwishlist:before,
.button-printwishlist:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("/image/icon-print.png") no-repeat left center transparent;
    background-size: 100% 100%;
}

