body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	font-size: 0.8em;
}

.bodytext {
	font-size: 0.9em;
}

.header-table {
	width: 99%;
	border: none;	
	font-size: 1em;
}

.header-left-top {
	width: 100%;
}

.centered {
	text-align: center;
}

.float-left {
	float: left;
	text-align: left;
}

.float-right {
	float: right;
	text-align: right;
}

.product-title {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #625b66;
}

.product-byline {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: bold;
	color: #625b66;
}

.product-copyright {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: bold;
	color: #625b66;
}

.header-right-1 {
	vertical-align: top;
}

.header-right-2 {
	vertical-align: top;
}

#low-res-header {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
}

.header-content {
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding-left: 2em;
}

.justbold {
	font-weight: bold;
}

.chapterheader {
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	border-top: thin solid #CCCCCC;
	border-right: thin #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin #CCCCCC;
	background-color: #0099CC;
}

.special {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #000066;
}

.body-table {
	border: none;
}

.body-table-wide {
	width: 99%;
	border: none;	
}

.body-table-narrow {
	border: none;	
	display: none;

}

.photoblock {
	float: right;
	border: 1px solid;
	margin: 5px 1.5em 5px 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	background-color: #FFFFCC;
	clear: left;
}

.phototitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	font-weight: bolder;
	color: #000066;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
}

.photocaption {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-weight: bolder;
}

.photoblock-inline {
	border: 1px solid;
	padding: 5px 5px 5px 5px;
	margin: 2px;
	text-align: center;
	background-color: #FFFFCC;
	max-width: 320px;
	display: inline-block;
}

.phototitle-inline {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000066;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
}

.photocaption-inline {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	font-weight: bolder;
}

.media-bar-inline {
	display: none;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pay-table {
	width: 99%;
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}

.text-left {
	text-align: left;
}

.padded {
	padding: 1em 1em;
}

.pad-top {
	 padding-top:0.5em;
}

.pay-table td {
	border: 1px solid black;
}

.pay-table tr {
	border: 1px solid black;
}

.pay-table-collapsible {
	width: 20%;
	text-align: center;
}

.community-table {
	width: 99%;
	border: none;
	border-collapse: collapse;
	text-align: center;
}

.community-table-right {
	width: 99%;
	border: none;
	border-collapse: collapse;
	text-align: left;
	font-size: 0.8em;
}

.community-table-left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.hint {
	background-color: #00FF00;
	font-size: smaller;
	border-top: 1px solid #625B66;
	border-bottom: 1px solid #625B66;
	font-weight: bolder;
	padding-left: 3px;
}

.bold-blue {
	font-weight: bold;
	color: #000099;
}

.small {
	font-size: 0.8em;
}

.under-photo-text {
	font-weight: bold;
	margin: 3px 5px;
	width: auto;
	color: #003300;
	font-size: 0.7em;
}

.indent {
	margin-left: 3em;
	margin-right: 1.5em;
}

.force-clear {
	clear: both;
}

.thickbox-no-display {
	display: none;
	padding: 0;
	margin: 0;
}

.doc-nav {
	width: 100%;
	border: 1px solid black;
}

.doc-nav td {
	border: 1px solid black;
	border-collapse: collapse;
}

.stepheader {
	margin-left: 1em;
	background-color: #CCCCCC;
	padding: 5px;
	border-bottom: thin solid #003366;
}

.stepbody {
	margin-left: 2em;
}

.question {
	margin-left: 2em;
	padding: 1em;
	border-top: 1px solid #000099;
	background-color: #FFFFEF;
}

.answer {
	margin-left: 2em;
	background-color: #FFFFE8;
	padding: 1em;
	border-bottom: 1px solid #000099;

}

.illustration-container {
	float: right;
}

.right-illustration {
	float: right;
}

.feature-table {
	border: 1px solid black;
	border-collapse: collapse;
}

.feature-table td {
	border: 1px solid black;
	border-collapse: collapse;
}

.bold-larger {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

.subsection {
	font-weight: bolder;
	text-decoration: underline;
	margin-top: 2em;
}

.credits-list {
	list-style-type: circle;
}

.list-unmarked {
	list-style-type: none;
}

.hintblue {
	font-weight: bold;
	background-color: #00FFFF;
}

/* Below 800px Viewport Width */
@media screen and (max-width: 799px) {
	.table-illustration {
		width: 80px;
		height: auto;
		float: none;
		clear: both;
	}
}

/* Below 640px Viewport Width */
@media screen and (max-width: 639px) {
	.right-illustration {
		width: 280px;
		height: auto;
		float: none;
		clear: both;
	}
	
	.header-content {
		padding-left: 0em;
	}
	
	.long-text {
		-ms-word-break: break-all;
		word-break: break-all;
		
		/* Non standard for webkit */
		word-break: break-word;
		
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	.feature-table td {
		font-size: 0.8em;
	}
	
	.illustration-container {
		text-align: center;
		float: none;
	}
	
	.question,.answer,.stepbody,.stepheader {
		margin-left: auto;
	}
}

/* Below 800px Viewport Width */
@media screen and (max-width: 799px) {
	.indent {
		margin-left: auto;
		margin-right: auto;
	}
}		

/* Below 800px Viewport Width */
@media screen and (max-width: 799px) {
	.pay-table-collapsible {
		display: none;
	}
}

/* Below 800px Viewport Width */
@media screen and (max-width: 799px) {
	.pay-table-collapsible {
		display: none;
	}
}

/* Below 1000px Viewport Width */
@media screen and (max-width: 999px) {
	.box-image {
		width: 160px;
		height: auto;
	}
	
	.banner-image {
		width: 91px;
		height: auto;
	}
}

/* Below 1250px Viewport Width */
@media screen and (max-width: 1249px) {
	.media-table-right {
		display: none;
	}
	
	.media-bar-inline {
		display: block;
	}
}

/* Below 600px Viewport Width */
@media screen and (max-width: 599px) {
	.body-table-wide {
		display: none;
	}
	
	.body-table-narrow {
		display: block;
	}
	
	#pepper,#screen-2 {
		display: none;
	}
	
	#screen-1 {
		width: 100%;
		height: auto;
	}
}

/* Below 1024px Viewport Width */
@media screen and (max-width: 1023px) {
	.header-product-image {
		width: auto;
		height: 89px;
	}
	
	.header-logo-image {
		width: auto;
		height: 89px;
	}
}

/* Below 640px Viewport Width */
@media screen and (max-width: 639px) {
	.header-right-1 {
		display:none;
	}
	
	.product-title {
		font-size: 0.9em;
	}
	
	.product-byline {
		font-size: 0.9em;
	}
	
	.product-copyright {
		font-size: 0.9em;
	}
}

/* Below 480px Viewport Width */
@media screen and (max-width: 479px) {
	.header-right-2 {
		display:none;
	}
	
	.header-logo-image {
		width: 220px;
		height: auto;
	}
}

/* Thickbox.CSS Content, to save one round trip */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.cartbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  margin: 10px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 150px;
  border: none;
}

.cartbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}