html 
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background-image: url(../Images/innerPage-background.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

body, table
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
img
{
	border: 0px;
}
a, a:link, a:active, a:visited , a:hover
{ 
	color: #0026FF;
	text-decoration: none;
}
a:hover
{ 
	text-decoration: underline;
}

.add, .add:link, .add:active, .add:visited , .add:hover
{ 
	font-size: 10px;
	color: #0026FF;
	text-decoration: none;
}
a:hover
{ 
	text-decoration: underline;
}

#wrapper
{
    width: 933px;
    margin: 0 auto;
}

#header
{
    position: relative;
    background-image: url(../Images/header.gif);
    width: 920px;
    height: 105px;    
    margin: 0 auto;
}

#logo
{
    position: absolute;
    top: 10px;
    left: 30px;    
}

#links
{
    position: absolute;
    right: 30px;
    top: 10px;
    color: rgb(50,45,103);
    font-size: 13px;
}

#links a
{
    font-size: 13px;
    color: rgb(50,45,103);
}

#navigation
{
    position: absolute;
    right: 30px;
    bottom: 20px;
}

#navigation ul
{
    list-style-type: none;    
}

#navigation ul li
{    
    margin: 1px;
    float: left;
}

#top
{
    color: white;
    height: 80px;
    min-height: 80px;
    max-height: 80px;    
}

#top h1, #top h2
{
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 20px 20px 20px;
}

#top #spotlight
{
    background-image: url(../Images/spotlight.gif);
    background-repeat: no-repeat;
    background-color: white;
    float: right;    
    width: 351px;
    height: 250px;
    margin: 20px 20px 0;
    color: black;
    position: relative;
}

#top #spotlight .body
{
    width: 340px;
    height: 230px;
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 6px;    
}

#top #spotlight .bottom
{
    background-image: url(../Images/spotlight-bottom.gif);
    background-repeat: no-repeat;
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#body
{
    background-image: url(../Images/innerContent-background.png);
    background-repeat: no-repeat;    
    clear: both;
    padding: 15px 27px;
}

#footer
{
    background-image: url(../Images/footer-background.gif);
    background-repeat: repeat-x;
    color: #aaaaaa;
    padding: 20px 0;
}

#footer a
{
    color: #aaaaaa;
}

#footer .footerWrapper
{
    margin: 0 auto;
    width: 850px;     
}

#booklist th
{
    text-align: left;
    background-color: rgb(108,106,81);
    color: White;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#booklist tr
{
    height: 30px;
}

#booklist tr:nth-child(odd)
{
    background-color: rgb(226,227,222);
}

#booklist strong
{
    padding-left: 5px;
    font-size: 110%;
}

#booklist td a
{
    color: rgb(237,85,12);
    padding-right: 5px;
}

#tableofcontents th
{
    text-align: left;
    background-color: rgb(108,106,81);
    color: White;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#tableofcontents th span
{
    font-size: 12px;
    font-weight: normal;
}

#tableofcontents th a
{
    font-size: 12px;
    font-weight: normal;
    color: white;
}

#tableofcontents tr
{
    height: 30px;
}

#tableofcontents tr:nth-child(odd)
{
    background-color: rgb(226,227,222);
}

#myAccountPage th
{
    text-align: left;
    background-color: rgb(108,106,81);
    color: White;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#myAccountPage tr
{
    height: 30px;
}

#myAccountPage tr.variant td
{
    border-top: solid 1px rgb(191,192,184);
}

#myAccountPage td.cartCell
{
    border-left: solid 1px rgb(191,192,184);
}

#myAccountPage tr:nth-child(odd)
{
    /*background-color: rgb(226,227,222);*/
}

#cartPage th
{
    text-align: left;
    background-color: rgb(108,106,81);
    color: White;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#cartPage tr.subtotal
{
    background-color: rgb(226,227,222);
    height: 25px;   
}

#cartPage tr.total
{
    background-color: #BDE0F1;
}

#cartPage tr.variant td
{
    padding: 5px;
    border-top: solid 1px rgb(108,106,81);
}

#cartPage td.upgrades
{
    padding: 20px 0 20px 0;
    /*background-color: rgb(226,227,222);*/
}

#cartPage td.cartCell
{
    border-left: solid 1px rgb(191,192,184);
}

#cartPage tr.variant:nth-child(odd)
{
    /* background-color: rgb(226,227,222); */
}

div.paper
{
    background-image: url(../Images/paper.png);
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0 0 40px;
    width: 500px;
    height: 122px;
    color: Black;
}

div.paper strong
{    
    background-color: rgb(255,196,182);
    font-weight: normal;
    padding: 0 5px 0 5px;
}

/*  HOMEPAGE  */

body.home
{
    background-image: url(../Images/homeTop-background.jpg);
}

body.home #top
{
    height: 286px;
    min-height: 286px;
    max-height: 286px;
}

body.home #body
{
    background-image: none;
}

body.home #body #homepageBackground
{
    background-image: url(../Images/pageBottom-background.gif);
    background-repeat: repeat-x;
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: -15px;    
}


h1
{	
	font-size: 16px;
	font-weight: bold;
	color: #124281;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding:0px;
}

h2
{	
	font-size: 12px;
	font-weight: bold;
	color: #124281;
	text-decoration: none;
	margin:10px 0px 5px 0px;	
}

h4
{	
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

.greenText
{	
	font-weight: bold;
	font-size: 14px;	
	color: #4c8f47;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.button 
{
	background: #CCCCCC;
	color: #000000;
}
.grey, .gray
{
	color: #999999;
}
.alt
{
	background-color: #EEEEEE;
}

.mainheader
{
	background: URL(../Images/headerBackground.gif) top left repeat-x;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.error
{
	color: #CC0000;
}

.errorBox
{
    background-color: #FFCCCC;
    border: solid 1px #CC0000;
    margin: 50px;
    padding: 20px;
}

.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited , .footerLink:hover
{ 
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}
.tiny
{ 
	font-size: 9px;
}
.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited , .tinyLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}
.tinyLink:hover
{ 
	text-decoration: underline;
}
.crumbs
{
	font-size: 9px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}
.pageBox
{
	background: URL(../Images/pageBack.jpg) repeat-y;
	width:939px;
}

h1
{
	margin: 0px 0px 5px 0px;
}
h1, .header 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
h2
{
	margin: 0px 0px 0px 0px;
}
h2, .subHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
h3
{
	margin: 0px 0px 0px 0px;
}
h3, .colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.dataTable
{
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	background-color: #EEEEEE;
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
}
.formTable
{
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	padding-top: 6px;
	text-align: right;
}
.formTable td
{
	padding-top:3px;	
}

.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterFrame
{
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
}

.tabActive
{
	padding: 5px;
	background-color: rgb(241,241,241);
    border: 1px solid rgb(187,188,182);
    border-bottom: none;
}

.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:rgb(49,50,94);
	text-decoration: none;
}

.tabGrey
{
	padding: 5px;
	background-color: rgb(241,241,241);
	border: 1px solid rgb(187,188,182); 
}

.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6C6A51; 
	text-decoration: none;
}

.tabBody
{
    background-color: rgb(241,241,241); 
    border: 1px solid rgb(187,188,182); 
    border-top: none;
    padding: 5px;
}

.tabFiller
{
    border-bottom:1px solid rgb(187,188,182);
}

.dataRow0
{
	background-color: #EEEEEE;
}

.dataRow1
{
}

.pagingTab
{
    border: 1px solid #999999; 
}

.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}

.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #999999;
}

.borderBox
{
	border: 1px solid #999999;
}

.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}

.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}

.input
{
  color: #000000;
}

.inputGrey
{
  color: #90918d;
}

.leftBorder
{
	border-left: 1px solid #999999;
	margin-left: 5px;
	padding-left: 5px;
}

.linkcontent
{
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #124281;
}

.linkcontent A:link {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.linkcontent A:visited {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.linkcontent A:active {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.linkcontent A:hover {text-decoration: underline; color: #124281; font-weight: bold; font-size: 12px;}

.small_linkcontent
{
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #124281;
}

.small_linkcontent A:link {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.small_linkcontent A:visited {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.small_linkcontent A:active {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.small_linkcontent A:hover {text-decoration: underline; color: #124281; font-weight: bold; font-size: 12px;}

.pagelinktable
{
	background-color: #bde0f1;
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #124281;
}

.pagelinktable A:link {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.pagelinktable A:visited {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.pagelinktable A:active {text-decoration: none; color: #124281; font-weight: bold; font-size: 12px;}
.pagelinktable A:hover {text-decoration: underline; color: #124281; font-weight: bold; font-size: 12px;}

.small_pagecontent
{
	font-family: Arial, Verdana, Sans;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.small_pagecontent A:link {text-decoration: underline; color: #124281; font-weight: normal; font-size: 10px;}
.small_pagecontent A:visited {text-decoration: underline; color: #124281; font-weight: normal; font-size: 10px;}
.small_pagecontent A:active {text-decoration: underline; color: #124281; font-weight: normal; font-size: 10px;}
.small_pagecontent A:hover {text-decoration: underline; color: #124281; font-weight: normal; font-size: 10px;}

.pagesearchtable
{
	background-color: #a3d69f;
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #124281;
}

.titlecontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #124281;
	text-decoration: none;
}

.reqGreen
{
	color: Lime;	
}

.reqRed
{
	color: Red;
}

.reqRed A:link {text-decoration: none; color: Red; font-weight: bold; font-size: 12px;}
.reqRed A:visited {text-decoration: none; color: Red; font-weight: bold; font-size: 12px;}
.reqRed A:active {text-decoration: none; color: Red; font-weight: bold; font-size: 12px;}
.reqRed A:hover {text-decoration: underline; color: Red; font-weight: bold; font-size: 12px;}

.blueLabel
{
	color: Blue;	
}

.div_FloatLeft
{
	float:left;	
}

.sitelink
{
	font-family: Arial, Verdana, Sans;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}

.sitelink A:link {text-decoration: normal; color: #000000; font-weight: normal; font-size: 11px;}
.sitelink A:visited {text-decoration: normal; color: #000000; font-weight: normal; font-size: 11px;}
.sitelink A:active {text-decoration: normal; color: #000000; font-weight: normal; font-size: 11px;}
.sitelink A:hover {text-decoration: underline; color: #124281; font-weight: normal; font-size: 11px;}

.strongsitelink
{
	font-family: Arial, Verdana, Sans;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}

.strongsitelink A:link {text-decoration: normal; color: #000000; font-weight: bold; font-size: 12px;}
.strongsitelink A:visited {text-decoration: normal; color: #000000; font-weight: bold; font-size: 12px;}
.strongsitelink A:active {text-decoration: normal; color: #000000; font-weight: bold; font-size: 12px;}
.strongsitelink A:hover {text-decoration: underline; color: #124281; font-weight: bold; font-size: 12px;}

.pdf{background: url('../images/icon_pdf.gif') no-repeat left 3px; padding-left: 15px; line-height: 25px;}


#productPage h2
{
    color: rgb(117,118,86);
    padding: 0 0 5px 10px;
    font-size: 16px;
}

#productPage tr.variant h2
{
    padding: 0 0 15px 0;
}

#productPage tr.variant .title
{
	font-weight: bold;
	font-size: 14px;	
	color: rgb(43,71,121);
    margin-bottom: 15px;
}

#productPage .description
{
    font-size: 11px;
}

#productPage td
{
    padding: 10px 5px 10px 5px;
}

#productPage tr.variant td
{
    border-top: solid 1px rgb(191,192,184);
}

#productPage .cartCell
{
    width: 225px; 
    border-left: solid 1px rgb(191,192,184);
}

#productPage .cartCell a
{
    color: #004499;
    text-decoration: underline;
}

#productPage .cartCell p
{
    margin-top: 0;
}

#productPage .cartCell .upsell
{
    font-size: 11px;
    margin: 10px 0;
}

#productPage .cartCell strong
{
    font-size: 14px;
}

.signinBox
{
    height:246px; 
    width:248px;
}

.signinBox input
{
    margin-bottom: 5px;
}

.signinBox .forgotPassword
{
    float: right;    
}

.signinBox .forgotPassword a
{
    font-size: 10px;    
    color: #888888;
}

.signinBox p a
{
    color: rgb(237,85,12);
}

.signinBox h3
{
    color: rgb(108,111,94);
    border-bottom: solid 1px rgb(108,111,94);
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: capitalize;
    font-variant: small-caps;
}

/*////////////////////////////////////////////////////
WATERMARK STYLES
////////////////////////////////////////////////////*/

.watermark
{
	color: black;
}

.watermark.on
{
	color: #BBBBBB;	
}

.detailBox
{
    background-image: url(../Images/bookOptions-background.gif);
    background-repeat: repeat-y;
    width: 856px;
    margin: 0 auto;
    clear: both;    
}

.detailBox.top
{
    background-image: url(../Images/bookOptions-top.gif);
    background-repeat: no-repeat;
    height: 9px;
    line-height: 9px;    
}

.detailBox.bottom
{
    background-image: url(../Images/bookOptions-bottom.gif);
    background-repeat: no-repeat;
    height: 9px;
    line-height: 9px;    
}

a.NextPreviousLink
{
    font-weight: bold;
    font-size: 14px;
    color: #00267F;
    text-decoration: none;
}

a.NextPreviousLink:hover
{
    font-weight: bold;
    font-size: 14px;
    color: rgb(50,50,230);
    text-decoration: none;    
}


div.upsellPopup
{   
    position: absolute; 
    background-color: #FFFFFF; 
    background-image: url(../Images/popup/popup-background.jpg);
    background-repeat: repeat-x;        
    width:792px; 
    height:317px;     
    border: solid 12px #225290; 
    top:15px;
    left: 20px;    
    padding: 10px;
}

div.upsellPopup h2
{
    color: #f86a3d !important;
    margin-top: 30px;
}

div.upsellPopup p
{
    padding-left: 10px;
}

div.upsellPopup ul
{
    padding: 20px 10px;
    list-style: none;
    list-style-type: none;
}

div.upsellPopup div.upsellPopupImage
{
    float: right;
    background-image: url(../Images/popup/popup-screens.jpg);
    width: 306px;
    height: 261px;
    margin: 40px 50px;
}

table.alternating td
{
    padding: 10px;
}

table.alternating tr:nth-child(even)
{
    background-color: rgb(226,227,222);
}

div.pdfLink a
{
    color: Black;
}

div.pdfLink a:hover
{
    color: blue;
    text-decoration: none;
}

.important
{
    color: rgb(237,85,12);
    font-weight: bold;
}