/* =IMPORT Styles
----------------------------------------------- */
@import "default.css";


/* =Basic Tags
----------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	
	/*background: url(../img/layout_grid.gif);*/
	background: url(../img/navBackground.jpg) repeat-y;
}

h1 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #006000;
}

h2 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #006000;
}

h3 {
	display: block;
	font-size: .9em;
	font-weight: bold;
	color: #800000;
}

h4 {
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #333;
}

table {
	font-size: .8em;
}

tr {

}

th {

}

td {
	padding: 2px 4px;
}

p {
	margin: 0 0 10px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin: 10px 30px;
	font-style: italic;
	clear: right;
}

cite {
	display: block;
	font-weight: bold;
	text-align: right;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ol li {
	padding: 0 0 10px 0;
}

dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #006000;
}

dt {
	padding: 0 0 10px 0;
	color: #006000;
	font-weight: bold;
}

dd {
	margin: 0 0 0 30px;
	color: #333;
}

dl a {
	color: #333;
	font-weight: bold;}
dl a:link {
	color: #333;
	text-decoration: underline;}
dl a:visited {
	color: #333;
	text-decoration: underline;}
dl a:hover {
	color: #333;
	text-decoration: underline;}
dl a:active {
	color: #333;
	text-decoration: underline;}


/* =Links
----------------------------------------------- */
a {
	color: #333;
	text-decoration: none;}
a:link {
	color: #333;
	text-decoration: underline;}
a:visited {
	color: #333;
	text-decoration: underline;}
a:hover {
	color: #333;
	text-decoration: underline;}
a:active {
	color: #333;
	text-decoration: underline;}


/* =ID Tags
----------------------------------------------- */

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

* html #wrapper {
	height: 100%;
}

	
#container {
	margin: 0 0 0 162px;
	padding: 0;
	
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#header {
	width: 570px;
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	text-align: center;
}

* html #header {
	margin: 0 auto 10px auto; /* for IE5 and IE6 in quirks mode */
	m\argin: 0 auto 10px auto; /* for IE6 in standards mode */
}

#header p {
	font-size: .9em;
}

#content {
	width: 570px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: .8em;
	border-top: 2px solid #006000;
}

#bookInfo {
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

#cartChoice {
	
}

#bookSummary {
	margin: 0 0 10px 0;
	color: #800000;
	font-size: 1.0em;
}

#bookCover,
#bookDesc,
#bookPrice
{
	display: block;
}

#bookCover
{
	margin-bottom: 6px;	
}

#bookDesc
{
	margin-top: 6px;
}

#bookPrice
{
	margin-top: 6px;
}

#videoSummary {
	margin: 0 auto 10px auto;
	color: #800000;
	text-align: center;
	font-size: 1.0em;
}

#videoSummary h1 {
	font-size: 1.8em;
}

#videoSummary h2 {
	font-size: 1.5em;
}

#videoSummary h3 {
	font-size: 1.0em;
}

#cartPackage {
	clear: right;
	margin: 10px auto 0;
	padding: 10px;
	border: 1px solid #ccc;
}

#packageHeader{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}


#navigation {
	float: left;
	width: 162px;
}

#navigation ul {
	padding: 0 0 0 10px;
}

#navigation ul li {
	padding: 0 0 4px 0;
	font-size: .8em;
	font-weight: bold;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;}
#navigation ul li a:link {
	color: #fff;
	text-decoration: none;}
#navigation ul li a:visited {
	color: #fff;
	text-decoration: none;}
#navigation ul li a:hover {
	color: #fff;
	text-decoration: underline;}
#navigation ul li a:active {
	color: #fff;
	text-decoration: none;}

#footer {
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 10px 0 10px 0;
	/*border-top: 1px solid #006000;*/
	text-align: center;
}

#footer a {
	color: #006000;
	font-weight: bold;
	text-decoration: none;}
#footer a:link {
	color: #006000;
	text-decoration: none;}
#footer a:visited {
	color: #006000;
	text-decoration: none;}
#footer a:hover {
	color: #006000;
	text-decoration: underline;}
#footer a:active {
	color: #006000;
	text-decoration: none;}

#copywrite {
	display: block;
	font-size: .7em;
}

#credits {
	display: block;
	font-size: .7em;
}

#footer #credits a {
	color: #336;
	font-weight: bold;}
#footer #credits a:link {
	color: #336;
	text-decoration: none;}
#footer #credits a:visited {
	color: #336;
	text-decoration: none;}
#footer #credits a:hover {
	color: #336;
	text-decoration: underline;}
#footer #credits a:active {
	color: #336;
	text-decoration: none;}


#emailMessage {
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}



/* =Classes
----------------------------------------------- */

.bookListSection {
	margin: 0px;
	padding: 10px 0;
	border-bottom: 2px solid #006000;
}

.bookListSection a {
	color: #006000;}
.bookListSection a:link {
	color: #006000;
	text-decoration: none;}
.bookListSection a:visited {
	color: #006000;
	text-decoration: none;}
.bookListSection a:hover {
	color: #006000;
	text-decoration: underline;}
.bookListSection a:active {
	color: #006000;
	text-decoration: underline;}

.videoListSection {
	margin: 0px;
	padding: 10px 0;
	border-bottom: 2px solid #006000;
}

.bookListInfo {
	
}

.bookListCover {
	float: left;
	margin: 0 20px 20px 0;
}

.bookListTitle {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 1.6em;
	text-align: center;
}

.bookListSubtitle {
	display: block;
	margin: -10px auto 4px auto;
	color: #006000;
	font-size: 1.2em;
	text-align: center;
	font-variant: small-caps;
}

.bookListAuthor {
	display: block;
	margin: 0 auto 10px;
	color: #666;
	font-size: 1.2em;
	text-align: center;
}

.bookListSummary {

}

.right {
	float: right;
}
.left {
	float: left;
}


/* =Clear floats without structural markup
----------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* =Home page stuff
----------------------------------------------- */
#floatright {
	margin: 0 0 0 10px;
	width: 340px;
	float: right;}

#feature {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../img/grade-1.gif) repeat-x 0 0;}

#feature table, #feature tr, #feature td {
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
}

#featureheader {
	padding: 0 0 10px 0;
	text-align: center;}

#featureheader h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
}

#featureheader h1 a {
	font-weight: bold;
	color: #800000;
}
#featureheader h1 a:link {
	color: #800000;
	text-decoration: none;}
#featureheader h1 a:visited {
	color: #800000;
	text-decoration: none;}
#featureheader h1 a:hover {
	color: #800000;
	text-decoration: underline;}
#featureheader h1 a:active {
	color: #800000;
	text-decoration: none;}

#featureheader h2 {
	font-size: 1.3em;
	color: #006000;
}

#featureheader h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #006000;
}

#featuresummary {
	font-size: 11px;
	color: #000;}

.bookimage {
	padding: 0 0 4px 8px;
	float: right;}



#monthlyspecials {
	margin: 0 0 10px 0;
	padding: 0 ;
	border-bottom: 2px solid #EFEFEF;
	background: url(../img/grade-1.gif) repeat-x 0 0;}

#monthlyspecials table, #monthlyspecials tr, #monthlyspecials td {
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
}

#monthlyspecials td {
	padding: 2px 4px;
}

#monthlyspecials .tableHeader td {
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
}

#halfprice {
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
}
#halfprice a {
	font-size: 2.6em;
	color: red;
	text-decoration: underline;
	font-weight: bold;}
#halfprice a:link {
}
#halfprice a:visited {
}
#halfprice a:hover {
}
#halfprice a:active {
}

.rowcolor {
	background: #EFEFEF;}

#monthlyspecials td {
	font-size: 1.1em;
	color: #333;
}

#monthlyspecials .sale {
	font-weight: bold;
	color: #800000;
}

#monthlyspecials td a {
	color: #333;
	font-weight: bold;}
#monthlyspecials td a:link {
	color: #333;
	text-decoration: none;}
#monthlyspecials td a:visited {
	color: #333;
	text-decoration: none;}
#monthlyspecials td a:hover {
	color: #333;
	text-decoration: underline;}
#monthlyspecials td a:active {
	color: #333;
	text-decoration: none;}


#banner {
	margin: 12px 0 20px 0;
	padding: 16px;
	font-size: 1.8em;
	color: red;
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #006000;
	background: #EBF3EB;
}