@charset "UTF-8";
/* CSS Document */



/* move #wrapper to bottom section of listing in final version */

	
/* Shortcut navigation to steps */

#shortcuts h2 a {
	margin: 0;
	padding: 0;
	color: #00559C;
	font-weight: normal;
	font-size: 24px;
	}
#shortcuts p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	}

#optionsList {
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	}
#optionsList a {
	text-decoration: none;
	font-size: 11px;
	color: #00559C;
	}
#optionsList a:hover {
	text-decoration: underline;
	}
	
	

/* step numbering */


.step {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 8px 0;
	border-bottom: 2px solid #0059D5;
	}
.step a {
	margin: 0;
	padding: 0 150px 0 0;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00559C;
	}

/* item features using a div */

.feature {
	margin: 15px 0;
	padding: 15px;
	}
.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.feature p {
	line-height: 1.5em;
	color: #000;
	}
.feature img {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	}

/* item features using a unordered list */


.feature ul li {
	line-height: 1.5em;
	color: #000;
	}


/* Jons personal recommendations */

div.ergopro {
	margin: 0 auto;
	padding: 0;
	width: 444px;
	background: url(/assets/images/csslistings/ergopro_bottom1.jpg) no-repeat bottom left;
	text-align: center;
	}
.ergopro blockquote {
	margin: 0;
	padding: 0;
	background: url(/assets/images/csslistings/ergopro_top1.jpg) no-repeat top left;
	}
.ergopro p {
	margin: 0;
	padding: 0 20px 10px;
	text-align: left;
	}
.ergopro h4 {
	margin: 0;
	padding: 10px 20px;
	font-size: 140%;
	color: #000;
	text-align: left;
	}

/* center large images */

img.bigimage {
	margin: 0 auto;
	padding: 5px;
	display: block;
	text-align: center;
	}

/* Ergohuman Promotional */

div.promoergohuman {
	margin: 15px auto 0;
	padding: 20px 0 0;
	width: 444px;
	text-align: center;
	}
.promoergohuman blockquote {
	margin: 0;
	padding: 0;
	width: 444px;
	background: url(/assets/images/promotionals/promotion_bottom.gif) no-repeat bottom left;
	}
.promoergohuman h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 22px;
	color: #000;
	text-align: center;
    background: #fec70e url(/assets/images/promotionals/promotion_top.gif) no-repeat top left;
	}
.promoergohuman p {
	margin: 0;
	padding: 10px 20px 10px 60px;
	color: #000;
	font-size: 16px;
	text-align: left;
	}
.promoergohuman a {
	margin: 0;
	padding: 0;
	font: #00549f 16px;
	}
.promoergohuman a:hover {
	text-decoration: none;
	}

/* Amia Promotional */

div.amia-sale-sb p {
	border:0;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
}
div.amia-sale-sb a {
	background:#fff url(/assets/images/cssfront/Amia_200x160.JPG) top left no-repeat;
	border:none;
	display:block;
	height:160px;
	margin:0;
	padding:0;
	width:200px;
}
/* Customer Service Rules */

#cst_service {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	width: 100%;
}

#cst_service h1, #cst_service h3 {
	margin: 0;
	padding: 5px 0;
	color: #649830;
}
	
#cst_service #cs_intro {
	background:#D0E4F7 url(/assets/images/bg_help.jpg) no-repeat scroll right bottom;
	border:3px solid #649830;
	min-height:50px;
}

#cst_service #cs_intro p {
	width: 400px;
	color: #00559C;
	font-size: 120%;
}

#cst_service .cs_block {
	margin: 5px 0;
	padding: 20px 0;
	background-color: #d0e4f7;
	border-top: 3px solid #649830;
}

#cst_service .cs_block p {
	margin: 0;
	padding: 3px 20px;
}

#cst_service .cs_block strong {
	color: #00559c;
	font-size: 120%;
}

#cst_service .cs_block a {
	color: #00559c;
	text-decoration: underline;
}

#cst_service .cs_block a:hover {
	color: #649830;
}

/* special class for technical notes */
.technote {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
}


/* Table Specifications rules */

table.display-data {
	margin:0 auto;
	padding:0;
	text-align:center;
}
table.display-data tr {
	margin:0;
	padding:0;
}
table.display-data td {
	margin:0;
	padding:2px 5px;
}

/* Table Specifications matching THS */
 
div.spec-table {
	margin:10px auto;
	padding:0;
	text-align:center;
}
table.spec-table {
	margin:0;
	padding:0;
	text-align:center;
}
tr.tr-stripe {
	background:#d7d7d7;
	}
.spec-table td {
	padding:.5em 1em;
	}
	
/* CSS Rules beyond this point were added by Brian Hull 5/14/09 and are specifically for use in listings. These rules should match THS snippets. */

/* section dividers */

h3.sect-headline {
	clear: both;
	color:#00559C;
	font-size:1.5em;
	width: 100%;
	border-bottom: 2px solid #00559C;	
	}
h4.sub-head {
	color:#00559C;
	font-size:1.5em;
	font-weight:bold;
}
 /* image features using a div */

 .img-rt, .img-lt, .feat-rt, .feat-lt {
 	clear:both;
 	margin-bottom:1em;
 	overflow:hidden;
	}
.img-rt img {
	display:inline-block;
	float: right;
	margin: 0 15px 5px;
	padding: 0;
	list-style-type: none;
		}
.img-lt img {
	display:inline-block;
	float: left;
	margin: 0 15px 5px;
	padding: 0;
	list-style-type: none;
	}

/* text block features using a div */

.feat-rt div.feat-sm {
	float:right;
	}
.feat-lt div.feat-sm {
	float:left;
	}
div.feat-sm {
	border:1px solid #d7d7d7;
	font-size:.9em;
	margin:0 15px 5px;
	width:287px;
	}
.feat-sm p, .feat-sm h2, .feat-sm h3, .feat-sm ul, .feat-sm ol {
	padding:5px 10px;
	}

/* two equal column layout */

.split-col {
	display:block;
}
.split-col .split-col-lt {
	float:left;
	width:345px;
}
.split-col .split-col-rt {
	float:right;
	width:345px;
}

/* center large images */

img.bigimg {
	clear:both;
	margin: 0 auto;
	padding: 5px;
	display: block;
	text-align: center;
	}

/* create striped rows for specification table */

tr.tr-stripe {
	background:#d7d7d7;
	}
.spec-table td {
	padding:.5em 1em;
	}
	
/* recently blogged about link */

div.blog-link {
	background:#fff url(http://lib.store.yahoo.net/lib/thehumansolution/icon-blog.jpg) no-repeat scroll top left;
	clear:both;
	float:left;
	height:auto !important;
	margin:10px 0;
	min-height:110px;
	width:100%;
	}
.blog-link p {
	font-size:140%;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:0 0 0 110px;
	}
.blog-link ol {
	font-size:120%;
	line-height:1.2em;
	padding:0 0 0 110px; 
	list-style-position:inside;
	margin:0;
}

/* download items */

div.list-download {
	background:#fff url(http://lib.store.yahoo.net/lib/thehumansolution/icon-download.jpg) no-repeat scroll top left;
	clear:both;
	float:left;
	height:auto !important;
	margin:10px 0;
	min-height:100px;
	width:100%;
}
.list-download ul {
	font-size:120%;
	line-height:1.2em;
	list-style-type:none;
	margin:0;
	padding:20px 0 0 110px;
}

/* additional videos */

div.addl-videos {
	background:#fff url(http://lib.store.yahoo.net/lib/thehumansolution/icon-film.jpg) no-repeat scroll top left;
	clear:both;
	float:left;
	height:auto !important;
	margin:10px 0;
	min-height:100px;
	width:100%;
}
.addl-videos p {
	font-size:140%;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:10px 0 0 110px;
}
.addl-videos ul {
	font-size:120%;
	line-height:1.2em;
	list-style-position:inside;
	margin:0;
	padding:0 0 0 110px;
}

/* clear design elements */

div.split-col, div.addl-videos, div.list-download, div.blog-link {
	clear:both;
	float:left;
	width:100%;
}

/* misc typography */

.txt-note {
	font-style:italic;
	}


