#vacationMessage{
	width: 100%;
	background-color: #dbe1f1;
	border-bottom: 1px solid #000;
}

#vacationMessage div{
	width: 940px;
	margin: 0 auto;
	padding: 5px;
	color: #000;
	font-weight: bold;
}


/* Alignment, Float, Positioning */

.ctr{	text-align: center; }
.lft{	text-align: left; }
.rght{	text-align: right; }

.noPad{ padding:0px; margin:0px auto; }

.align_rt{ text-align: right; }
.align_lt{ text-align: left; }

.clearRight{ clear: right; }
.clearBoth { clear: both; }
.clearLeft {clear: left; }

.lyrRel{ position: relative; }

.photoRt{ float: right; display: inline; margin: 2px 0 10px 10px; border: 1px solid #000; }
.photoRt2{ float: right; display: inline; margin: 2px 0 10px 10px; border: 0px solid #000; }
.photoLt{ float: left; display: inline; margin: 2px 10px 10px 0; border: 1px solid #000; }
.photoLt2{ float: left; display: inline; margin: 2px 10px 10px 0; border: 0px solid #000; }


/* visibility */

.remove{ display: none; }
.hide{ visibility: hidden; }



/* Link Styles */

a.linkTiny, a.small{
	font-size:11px;
}

a.linkSmall{
	font-size: 11px;
}

.rctLinkA{
	color: #663333;
	font-family:arial;
	font-size:12px;
}

.rctLink1st { 
	width:140px;
	padding:0px 3px 3px 3px; 
}

.rctLink { 
	width:140px;
	padding:3px; 
}

.rctLinks_SAVE{
	/* puts arrow in front of link */
	background-image: url(/images/box_arrows_dkred.gif);
	background-repeat: no-repeat;
	padding-left: 12px; padding-bottom: 5px;
	margin-left: 6px;
}



/* Page Headers Text */

h1, .title_srch, h1.BookDetailHrd{
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #001f45;
	text-transform: uppercase;
	margin: 0;
}

#main #right #homeFeatured h1, #main #right #homeRecent h1{
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #001f45;
	text-transform: uppercase;
	width: 423px;
	background-color: #e3edd9;
}

h2{
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #001f45;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3{	
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
   margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #001f45;
	text-transform: uppercase;
}
	
h4{	
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
   margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #001f45;
	text-transform: uppercase;
}

.title{
     font-family: Verdana, Verdana, Geneva, Helvetica, sans-serif;
	/* Always try to use H1-H4 styles instead! */
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #001f45;
}

span.title{
	line-height: 22px;
}

.title_srch{
	/* see above, set with H1 style */
	text-align: left;
}

/* Page Headers Image */

.titleimg{
}

p.marginRight{
	margin-right: 100px;
}




/* Page Interior Padding and Positioning */

.advSearch{
	/* Advanced Search Form */
	width: 715px;
	padding: 10px 0px 30px 0px;
	line-height: 16px;
	margin-left: 20px;
}

.pageDescription{
	width: 715px;
	line-height: 18px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	position: relative;
}

.pageDescriptionReg{
	/* Default Template for My Acct and Cart */
	width: 700px;
	padding: 10px 25px 30px 20px;
	line-height: 18px;
}

.pageDescriptionPreview{
	/* For HTML Preview Pane in Control Panel */
	background-color: #ffffff;
}

.SearchResults{
	line-height: 16px;
	width: 715px;
	padding: 10px 0px 30px 0px;
	line-height: 18px;
	margin-left: 20px;
	color: #565e15;
}










/* CATALOGS Table */

table.tbl_catalogs{
	position: relative;
	left: -4px;
}

table.tbl_catalogs td{
	line-height: 16px;
	vertical-align:top;
	text-align:left;
	width: 33%;
	/* padding-left: 30px; */
}

table.tbl_catalogs td.catalogs_spacer{
	line-height: 16px;
	height: 20px;
	margin: 0; padding: 0;
}








/* FEATURED BOOK Formatting */

#featured{
	margin: 0;
	padding: 0;
	width: 621px;
}

.featuredBox{
     width: 433px;
}

.featItem{
     float: left;
     display: inline;
     width: 65px;
     padding: 10px 0px 0px 20px;
}

.featPic{
	width: 65px;
	height: 117px;
}

.featDesc{
	width: 100px;
	color: #000000;
	text-align: center;
}

.featDesc a{color: #4b5024; text-decoration: none; font-weight: bold;}
.featDesc a:hover{color: #9ea84c; }

div.featuredLink{
	clear: left;
	position: relative;
	top: 5px;	
	left: 10px;
	text-align: left;
	font-size: 11px;
}

.FL_au{
	font-weight: bold;
}

.FL_ti{
	color:#000000;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}






/* BOOK DETAIL Page */

.BookDetail{
	padding: 0px 0px 10px 0px;
	width: 90%;
}

.photo1{
     width: 100%;
     text-align: center;
}

.photo{
	padding: 0;
	float: left; margin: 10px 10px 0 0;
	display: inline;
}


.photoLink{
	padding: 2px;
	text-align: center;
}

.detailsBackLink{
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}

.detailPriceButtons{
	float:right;
	display: inline;
	margin-right: 45px;
	width: 150px;
}

.detailPrice{
	text-align: right;
	padding-right:10px;
	padding-bottom: 7px;
	font-size: 14px;
}

.DL_au{	
	font-weight: bold; font-size:16px;
	margin: 10px 0 0 0;
	line-height: 16px;
}
.DL_ti{	
	color:#000000;
	font-style: italic; font-size:14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	clear:both;
	line-height: 16px;
}
.DL_il{ float:right;display:inline;
	 padding: 5px 0 5px 0;
	 margin:0 5px 15px 30px;
	 font-weight:normal; }
.DL_pr{	font-weight:bold;}
.DL_pr2{ }
.DL_sav{color: #C00000;}
.DL_sp{	color: #C00000;}
.DL_rec{padding-top: 7px;
	font-size: 11px;}

.seeAllCat{
	float: left; display: inline;
	width: 320px;
	padding-top: 7px;
}






/* BOOK SEARCH RESULTS */


.BookListing{
	padding: 0px;
	margin: 0px;
}

.BL_photo{
	text-align: center;
	padding: 5px 0 0 0;
	width: 80px;
}

.BL_au{	color:#001f45; font-weight: normal; font-size:14px;}
.BL_ti{	color:#001f45;
	font-weight: bold; font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;}
.BL_il{color:#6e7c00;	float:right;display:inline; font-size:14px;
	margin:0 5px 0 30px; }
.BL_il2{color:#6e7c00; float:right;display:inline;
	 padding: 5px 0 5px 0;
	 margin:0 5px 15px 30px;
	 font-weight:normal; font-size:14px;}

a.BL_tiA, a.BL_link{
	color:#001f45; text-decoration: none; font-weight: bold;}
.BL_rec{font-size: 11px;
	padding: 7px 0 7px 0;}
.BL_pr{	display: inline;
	font-weight:bold;}
.BL_pr2{display: inline;}
.BL_sav{color: #C00000;}
.BL_sp{	color: #C00000;}
.BL_price{
	float: right;
	padding: 7px;
	text-align: right;
	font-size: 13px;
	color: #000;
}

.BL_more{
	float: left;
	display: inline;
	padding: 7px 7px 7px 0;
}

.BL_buttons{
	float: right;
	display: inline;
	padding: 7px;
}

.detailButton{
	padding: 0 7px 7px 7px;
	text-align: right;
}

td.srch_results_td{
     border: 5px solid #b4c4ed;
}

td.srch_results_td_alt{
     border: 5px solid #dbe1f1;
}




/* SEARCH RESULTS Paging and Controls */


.refineSearch{

}

.paging_text_sel{
	font-weight:bold;
}

a.paging_link, .paging_text_sel, .paging_text, a.prevnext_link{
	font-size:11px;
}

.paging_text{
	padding: 10px;
}

.ShowImages{
	text-align: right;
}

#srchtools_rpp{ padding: 2px; }
#srchtools_ob { padding: 2px; }
.srchtools{    font-size: 11px; }
.srchtoolstxt{ font-size: 11px; }
select.OrderByField{ font-size: 11px; }
select.OrderByField{ font-size: 11px; }
select.ShowImages  { font-size: 11px; text-align: left; }
.showing{ font-size: 11px; }


/* REFINE SEARCH */

.SearchCrit1{
	margin-right: 0px;
}
.SearchCrit2 b{
	margin-left: 5px;
} 

.srchRefineTD{
   border: 1px solid #a3a68f;
   background-color: #dbe1f1;
	padding: 10px 5px 5px 10px;	
}

.srchToolsTD{

}

.srchRefineForm{
	width: 98%;
	height: 25px;
	margin-top: 10px;
}

.srchRefineFormLabel{
	width: 215px;
	display: inline;
	float: left;
	text-align: left;
	font-weight: bold;
}

.srchRefineFormInput input{
	width: 146px;
}

.srchRefineFormInput{
	display: inline;
	float: left;
	width: 158px;
	margin-left: 3px;
}

.srchRefineFormGoBtn input{
}

.srchRefineFormGoBtn{
	display: inline;
	float: left;
	width: 190px;
}




/* BOOK INQUIRY Form */

textarea.InquiryFormFld,input.InquiryFormFld1{
	width:260px;		/* width of inquiry text box */
}

input.login, 
input.forgotPW { width:150px; }

td.login{ padding: 3px 3px 3px 0; }




/* MY ACCOUNT */

.tblMyAcct{ width:650px; }

.acct_fld{	font-size:12px;}
.acct_fld1{	font-size:11px;
		width: 150px;}

input.acct_fld3{ 	width: 100px; }
input.acct_fld4{ 	width: 100px; }

.acct_fld5{	font-size: 11px;}
.acct_smtxt{	font-size: 11px;}

.accthdr { 	
/* style removed */
}
.acctheaderWht { color:#000;font-size:12px;font-weight:bold; }
.acctheader    { color:#000;font-size:12px;font-weight:bold; }
.acctbarNum    { text-align: center; background-color: #e3edd9; width: 20px; border-top: solid 0px #663333; border-bottom: solid 0px #663333; padding: 1px; line-height: 18px; font: bold 11px Arial; color: #f7ff99; }
.acctbarNum2   { vertical-align: middle; background-color: #e3edd9; border-top: solid 0px #663333; border-bottom: solid 0px #663333; padding: 1px 3px; line-height: 18px; font: bold 11px Arial; color: #f7ff99; }
.acctText      { padding-left:23px; font-size:11px; }
a.acctEdit     { font-size:11px; font-weight:normal; color: #000; }
.acctTD	       { padding-left:0px; }


td.acct_smtxt .myacctOptinBox
{
	font-size: 11px;
	line-height: 12px;
	padding-right: 20px;
}

td.acct_smtxt .myacctOptinBox input
{
	float: left;
	display: inline;
	margin: 0 6px 20px 0;
	font-size: 11px;
	clear: left;
}

.optin_hdr{ height: 7px; }

#acct_subscribe_form, #acct_unsubscribe_form{
	border: 1px solid #b1a597;
	background-color: #e3edd9;
}

#acct_unsubscribe_form .td_optin{
	padding-top: 7px;
}


#acct_unpw_form{
	margin: 0 auto;
	width: 75%;
	text-align: left;
	padding-top: 25px;
}

#acct_optin_form{
	margin: 0 auto;
	width: 92%;
	text-align: left;
	padding-bottom: 7px;
}

#acct_customfields_form{
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding-top: 7px;
}
	/* style for new email list feature */

.emailListTable{
	margin-left: 22px;
}

.emailListTable td.el_txt{
	width: 300px;
}
p.emailListIntro{  margin: 5px 25px 10px 22px; }
p.emailListFooter{ margin: 10px 25px 10px 22px; }



/* WANTS, WANT MANAGEMENT */

p.wantSearch { border:1px solid #fff; padding-left:10px; }
td.wanthdr   { background-color: #e3edd9; font-size:12px; font-weight:bold; color:#000; text-align:center; line-height:13px;}
td.wantres, a.wa_link, a:hover.wa_link, a:visited.wa_link 
	     { font-family:verdana; font-size:11px; line-height:12px; }

.wantMngTbl{
	border: 0;
}

.wantMngTbl td{
	border: 1px solid #b1a597;
}

.wantMngTbl td table td{
	border: 0px solid #b1a597;
}

.wa_wantListFormTable{
}

.wantListFormLabel{
	padding-left:20px;
	white-space: nowrap;
	width: 120px;
}

.wantListManage{
    width: 640px;
	padding: 0px 30px 30px 30px;
	line-height: 18px;
}

/* Forgot Password */

table.forgotPW{
	width: 300px;
	margin-left: 50px;
}

div.forgotPWContainer{
	width: 300px;
	text-align: left;
	border: 0px solid red;
}
input.forgotpw_submit{
	position: relative;
	float: right;
	margin-right: 15px;
}


/* FORM styles */

form  { padding:0; margin:0; }
input { font-size:12px; }

select.DropMenu_QuickSearchType { width:90px; }		/* quick search author/title drop menu */
input.Input_QuickSearch         { width:85px; } 	/* quick search keyword field */

select { font-size:12px; }

select.DropMenu_CatalogSearchForm, select.DropMenu_Categories { 
	width:280px;					/* catalog search drop menu */
	font-size:14px;
} 

input.SearchFormFld1{
	width: 230px;
}


input.SearchFormFld4{
	width: 60px;
}

.checkboxText{
	font-size: 11px;
}

.SearchFormVal{
	font-size: 11px;
}




/* CSS BUTTONS */

.qsrch, 
.forgotpw_submit,
.myacct_home_btn,
.feedback_submit, .myacct_home_btn,
.cartSignOnBtn, .cartCreateAcctBtn, .myAcctBtn,
.Fav_Cat_Btn1, .Fav_Cat_Btn2, 
.wantmng_btn, .wa_want_btn1, .wa_want_btn2,
.noResultsSubmit{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e3edd9;
	border: 1px solid #000;

}

.qsrch_hov{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b8ed84;
	border: 1px solid #b8ed84;
}

.button{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e3edd9;
	border: 1px solid #000;
}





/* ERROR */


div.alert{
	padding: 7px 5px 5px 32px;
	color: #339966;
	border: 0px dotted #339966;
	background-image: url(/images/alert_icon_transp.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	text-align: left;
}

div.error{
	padding: 7px 5px 5px 32px;
	color: #C00000;
	border: 0px dotted #C00000;
	background-image: url(/images/error_icon_transp.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	text-align: left;
}

span.error,ul.error{
	color: #C00000;
}

.order_alrdyplc{
	padding: 7px 5px 5px 32px;
	color: #C00000;
	border: 0px dotted #C00000;
	background-image: url(/images/error_icon_transp.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	width: 350px;
}


.siteMapTD{
  width: 300px;
}


/* CONTROL PANEL */
a.controlpanel 		{ font-size:11px; color:#404040; text-decoration: underline; }
a:visited.controlpanel 	{ font-size:11px; color:#404040; text-decoration: underline; }
a:hover.controlpanel 	{ font-size:11px; color:#ffffff; text-decoration: none; background-color: #404040; }


/* make sure all sites have a version of this for required fields, asteriks */

.req_fld{
	color: #C00000;
}

