@charset "UTF-8";

.bookFloat_wide p.firstParagraph {
	text-indent: 0px;
}
__________ {}

/*
.textIndent {
	float: left;
	font-weight: bold;
	line-height: 0.7em;
	font-style: normal;
	color: #6D4400;
	background-repeat: repeat-y;
	font-size: 1.2em;
	background-position: center top;
	padding: 0px;
	width: 1.5em;
	margin: 0px;
}

.paragraphIndent {
	padding-right: 3em;
	padding-left: 3em;
}
*/

/* MY NEW STYLES */

/* ALL BOOKS ENCLOSED IN THIS WRAPPER */

#booksWrapper {
	width: 100%;
	overflow: visible;
	height: auto;
	margin-top: 6px;
}

#booksWrapper .bookFloat_wide {
	clear: both;
	height: auto;
	width: 100%;
	width: 100%;
	padding: 15px 0px 12px;
	height: 100%;
	border-top: 1px solid #99A25D;
}

#booksWrapper div.sectionHead {
	letter-spacing: 0.3em;
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #EDE2C0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../SITEART/redTitleBars.jpg);
	padding: 5px 6px 3px;
	margin-top: 6px;
	clear: both;
  }

.bookFloat_wide h2 {
	border-style: none;
	margin: 0px 0px 4px;
	padding: 0px;
	line-height: 110%;
}

.bookFloat_wide p {
	margin: 0px;
	padding: 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-indent: 18px;
}
 
.bookFloat_wide p.byline {
	font-style: italic;
	text-align: left;
	padding-bottom: 6px;
	text-indent: 0px;
	margin-top: -4px;
}

.bookFloat_wide img {
	float: left;
	margin-right: 18px;
	height: 155px;
	margin-bottom: 6px;
	margin-top: 3px;
}
.bookFloat_wide p.buy {
	margin-left: -18px;
	text-align: right;
	font-style: italic;
}

 /* for the "mv" endbug and other italicized text in <p> */
.bookFloat_wide p em {
	font-style: italic;
	text-align: left;
}
.bookFloat_wide p.noIndent {
	text-indent: 0px;
	margin-top: 6px;
}
.bookFloat_wide .discountCode{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




/*
.textIndent {
	float: left;
	font-weight: bold;
	line-height: 0.7em;
	font-style: normal;
	color: #6D4400;
	background-repeat: repeat-y;
	font-size: 1.2em;
	background-position: center top;
	padding: 0px;
	width: 1.5em;
	margin: 0px;
}

.paragraphIndent {
	padding-right: 3em;
	padding-left: 3em;
}
*/

/* MY NEW STYLES */

/* ALL BOOKS ENCLOSED IN THIS WRAPPER */




__________VIDEO__________ {}

/* ALL VIDEOS ENCLOSED IN THIS WRAPPER */

#videosWrapper {
	width: 598px;
	overflow: visible;
	height: auto;
	padding-top: 9px;
}

#videosWrapper .videoRowWrapper {
	clear: both;
	padding-top: 9px;
	border-top: 1px solid #99A25D;
	padding-bottom: 9px;
	height: auto;
}

/* EACH VIDEO GETS A SEPARATE DIV */

#videosWrapper .videoFloat {
	float: left;
	width: 143px;
	padding: 9px 3px;
	height: 100%;
  }

#videosWrapper .videoFloat_gem {
	float: left;
	width: 137px;
	padding: 9px 6px;
	border: 1px solid #770000;
	height: 100%;
}
  
#videosWrapper .videoFloat p, 
#videosWrapper .videoFloat_gem p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0px;
   }

#videosWrapper .videoFloat img, 
#videosWrapper .videoFloat_gem img {
	height: 150px;
	margin-bottom: 6px;
	margin-top: 3px;
}

#videosWrapper .videoFloat a, 
#videosWrapper .videoFloat_gem a {
	font-weight: bold;
	text-decoration: none;
}

#videosWrapper .videoFloat a:link, 
#videosWrapper .videoFloat_gem a:link {	
	color: #800000;
}

#videosWrapper .videoFloat a:visited, 
#videosWrapper .videoFloat_gem a:visited {
	color: #660000;
}

#videosWrapper .videoFloat a:hover, 
#videosWrapper .videoFloat_gem a:hover {
	color: #3A7F74;
	text-decoration: underline;
}
#videosWrapper .videoFloat a:active, 
#videosWrapper .videoFloat_gem a:active {
	color: #7A5A20;
	text-decoration: underline;
}
