@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	line-height: 1.5em;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.2em;
	text-align: left;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.75em;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.text3 {
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.text3 .text4 a:link {
	color: #C60;
	text-decoration: none;
}
.text3 .text4 a:visited {
	color: #C60;
	text-decoration: none;
}
.text3 .text4 a:hover {
	color: #666;
	text-decoration: none;
}
.text3 .text4 a:active {
	color: #C60;
}
.text4 {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 1px;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 1024px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColElsCtrHdr #header {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColLiqCtrHdr #container #header p {
	font-size: 0.6em;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
}
.oneColElsCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 15;
	padding-left: 100px;
	text-align: left;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}
.oneColLiqCtrHdr #mainContentWhite {
	padding-right: 100;
	padding-left: 100;
	padding-top: 5px;
	padding-bottom: 15px;
}
#mainContentSWF {
	background-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
#buyIntroBox {
	margin-right: 100px;
	margin-left: 100px;
}
.oneColElsCtrHdr #footer {
	border-top-width: thin;
	border-top-style: dotted;
	background-color: #FFF;
	text-align: center;
	width: 100%;
} 
.oneColElsCtrHdr #footer h6{
	font-size: 0.5em;
	color: #666;
}
.orangeText {
	color: #C60;
}
#antArt {
	height: 30px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C60;
	text-align: center;
	font-weight: normal;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.1em;
}
#container #mainContent table {
	text-align: left;
}
#container #copyright {
	font-size: 0.9em;
	color: #CCC;
	margin-top: 0px;
}
.BookTable {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	font-weight: normal;
	color: #000;
}
h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: normal;
}
#orderBox {
	padding-right: 100px;
	padding-left: 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 15px;
	text-align: left;
}
#container #orderBox h1 {
	font-size: 1.2em;
	color: #C60;
	margin-bottom: 10px;
}
.orderSubhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #C60;
	margin-top: 20px;
	letter-spacing: 0.1em;
}
a:link {
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: none;
}
a:active {
	color: #666;
	text-align: left;
	text-decoration: none;
}
#container #orderBox cartButton {
	text-align: center;
}
.textForm {
	font-size: 1em;
	color: #C60;
	text-align: right;
}
.header1Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C60;
	text-align: center;
	font-weight: normal;
}
.clickButtonText {
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#container #orderBox .header2 .clickButtonText {
	font-size: 0.8em;
	color: #C60;
	margin-bottom: 10px;
}
.clickButton1 {
	font-size: 0.9em;
	color: #333;
}
.text3 a {
	font-size: 0.9em;
}
#container #orderBox .text5 {
	color: #C60;
	font-size: 1.1em;
}
#container #mainContent Subhead1 {
	color: #FF6E19;
	font-weight: bold;
	text-align: left;
}
#container #mainContent .sub2 {
	text-align: center;
	font-size: 1em;
	color: #999;
	padding-top: 0px;
	margin-top: -20px;
}
.copyright {
	font-size: 6em;
}
.centered {
	text-align: center;
}
#mainContentIndented {
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
}
.oneColElsCtrHdr #container #header a {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#navContainer {
	text-align: center;
	margin-top: 0px;
}
.addType {
	font-size: 1.1em;
	font-weight: bolder;
	color: #B8B043;
}
#orderf #CHC1 .floatleft {
	float: left;
}
.oneColElsCtrHdr #container #orderBox h4 {
	font-size: 2em;
	color: #C60;
	margin-bottom: 2px;
	margin-top: 2em;
}
table{
	border-collapse: collapse;
	margin-top: 20px;
}
.BookTable  td{
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.oneColElsCtrHdr #container #orderBox .BookTable form tr td input {
	margin-left: 15px;
	padding-left: 30px;
}
#PDFfooter {
	width: 972px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.pdfFloatRight {
	display: block;
	float: right;
	padding-top: 2px;
}
.oneColElsCtrHdr #container #orderBox form table {
	text-align: center;
	line-height: 110%;
}
.giftwrapDiv {
	background-color: #CCC;
	margin-right: 600px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gift {
	color: #666;
	font-weight: normal;
	font-family: Garamond, Palatino, serif;
}
.dottedBorderTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C60;
	margin-top: 50px;
}
.BookTable tr form td a .photoflush-left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.giftTable {
	text-align: left;
}
.giftTable p   {
	text-align: left;
	font-size: 11px;
}
.giftTable tr td img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.checkboxRight {
	text-align: right;
}
.giftTableTop {
	vertical-align: top;
}
.centerImage {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#container #mainContentWhite #mainContentIndented table .giftTable td .header2 {
	font-size: 1.1em;
}

#grid-books {
    font-size: 12px;
}

#grid-books-left {
	float: left;
	width: 378px;
	text-align: center;
}

#grid-books-right {
    float: right;
    width: 395px;
    margin-right: 20px;
}

#grid-books-right ul {
    list-style: none;
    margin: 0;
    padding:0;
}

#grid-books-right ul li {
    float: left;
    display: inline;
    width: 122px;
    height: 164px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

#grid-books-right ul li.grid-row-last {
    margin: 0 0 10px 0;
}

#grid-books h1 {
	font-size: 22px;
	color: #ea8e0b;
}
.garamond-gray {
	font: 14px Garamona, serif;
	color: #999;
	margin-bottom: 30px;
}

.clear {clear:both;}
.leftMargin5 {
	margin-left: 5px;
	margin-top: 7px;
}
.red {
	color: #FF0009;
}
.christmasShippping {
	font-size: 14px;
	line-height: 150%;
	color: #F33;
}
#orderBox #ebook table tr td {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#orderBox #ebook table {
	text-align: left;
	font-size: 1em;
}
#ebook .textleft {
	text-align: left;
}
.oneColElsCtrHdr #container hr {
	background-color:#fff;
border:#000 1px dotted;
border-style: none none dotted;
color:#fff;
}
}
.chcedLeft {
	float: left;
}
.oneColElsCtrHdr #container #navContainer table {
	margin-right: auto;
	margin-left: auto;
}
.lookwhat {
	font-family: Garamond, Palatino, serif;
	font-size: 1.1em;
	color: #5c554a;
	text-align: left;
	padding-left: 15px;
}
.clickhere {
	text-align: center;
}
#mainContentIndented #grid-books #grid-books-left .red {
	color: #FF0009;
}
