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

#products {
	position: absolute;
	height: 408px;
	width: 175px;
	overflow: hidden;
	margin: 0 10px 0 25px;
}
#productList  {
	position: absolute;
	width: 100%;
	font-size: 10px;
	text-align: center;
}
#productList li {
	padding-bottom: 10px;
	margin: 10px 0;
	border-bottom: solid 1px gray;
}
#productList img {
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}
#fullsizeCntnr {
	position: absolute;
	top: 10px;
	left: 110px;
	visibility: hidden;
}
#thumbnail, #thumbnailEffectCntnr {
	position: absolute;
	left: 290px;
	top: 214px;
}
#thumbnail {
	z-index: 0;
}
#thumbnailEffectCntnr {
	z-index: 1000;
}
#artwork {
	height: 500px;
	overflow: hidden;
}
#jesusSpeaks {
	position: absolute;
	left: 230px;
	top: 70px;
	display: none;
}
#quiet {
	position: absolute;
	margin: 190px;
}
.twoColFixLtHdr #catalog {
	padding-top: 0;
}
#cart {
	position: relative;
	height: 192px;
	text-align: center;
	font-size: 12px;
}
#cart #actions li {
	margin: .5em 0;
}
#couponButton {
	vertical-align: -6px;
}
#cart #actions img {
	margin: 0;
	padding: 0;
	display: inline;
}
#cart #cartActions a {
	padding: 0 4px;
}
#cart li {
	font-size: 12px;
	color: white;
	font-weight: bold;
	margin-top: .5em;
}
#cart a {
	font-size: 14px;
	color: red;
}
#cart address {
	color: red;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
#summary li  {
	margin: 0;
	padding: 0;
	font-size: 10px !important;
}
#jesusRest {
	position: absolute;
	left: 285px;
	top: 100px;
}
#productOptions {
	position: absolute;
	margin-top: 525px;
	width: 746px;
	text-align: center;
}
#productOptions select {
	margin-right: 6px;
}
#submitButton, #quantity {
	visibility: hidden;
}
#footer {
	color: white
}
.highlight {
	color: red;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-weight: bold;
	margin: 1em 0 .5em;
	padding-top: 1em;
	border-top: 1px solid silver;
}
#SignUp2 h2 {
	color: red;
}
#SignUp2 {
	font-size: 12px;
	width: 169px;
	margin: auto;
}
#SignUp2 input {
	display: block;
	width: 159px;
}
#SignUp2 label {
	display: block;
	margin-top: .5em;
}
#SignUp2 p {
	margin-top: .8em;
	font-size: 10px;
}
#SignUp2 p.actions, #SignUp2 p.highlight {
	margin-top: 1em;
	text-align: center;
}
#SignUp2 p.actions input {
	display: inline;
	width: auto;
	float: none;
}
hr.highlight {
	height: 1px;
	width: 90%;
	color: red;
	background-color: red;
	margin: 0 auto 5px;
	padding: 0;
	border: none;
}
.externalLinks {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 70%;
	margin-top: 2em;
	margin-bottom: 1em;
}
.aboutObscenitease {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aboutObscenitease h1, .aboutObscenitease h2, .aboutObscenitease h3, .aboutObscenitease h4 {
	margin-top: 1em;
	font-weight: bold;
	text-align: left;
	color: red;
}
.aboutObscenitease h1 {
	font-size: 120%;
}
.aboutObscenitease h2 {
	border-top: none;
	font-size: 110%;
}
.aboutObscenitease h3 {
	font-size: 100%;
}
.aboutObscenitease h4 {
	font-size: 90%;
}
.aboutObscenitease p {
	font-size: 80%;
	text-align: left;
	margin-top: .25em;
}