
/* Alignment, Float, Positioning */

.ctr{	text-align: center; }
.lft{	text-align: left; }
.rght{	text-align: right; }

.noPad{ padding:0px; margin:0px auto; }

.float_rt{ float: right; }
.float_lt{ float: left; }

.align_rt{ text-align: right; }
.align_lt{ text-align: left; }

.clearRight{ clear: right; }
.clearBoth { clear: both; }
.clearLeft {clear: left; }



/* visibility */

.remove{ display: none; }
.hide{ visibility: hidden; }



/* Link Styles */

a.linkTiny, a.small{
	font-size:10px;
}

.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{	
   margin-top: 0px;
   padding: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
   font-family: Courier New, Courier New, Courier, monospace;
	line-height: 26px;
	color: #ed1c24;
}

h2{	
   margin-top: 0px;	
   padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
   font-family: Courier New, Courier New, Courier, monospace;
	line-height: 20px;
	color: #ed1c24;
}

h2.noMargin{ margin: 0; padding:0; }

h3{	
   margin-top: 0px;	
   padding: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
   font-family: Courier New, Courier New, Courier, monospace;
	line-height: 18px;
	color: #ed1c24;
}

h4{	
   margin-top: 0px;	
   padding: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
   font-family: Courier New, Courier New, Courier, monospace;
	line-height: 16px;
	color: #ed1c24;
}

.title, .title_srch{
   margin-top: 0px;
   padding: 0px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
   font-family: Courier New, Courier New, Courier, monospace;
	line-height: 26px;
	color: #ed1c24;
}

.title_srch{
	text-align: center;
}

/* Page Headers Image */

.titleimg{
}




/* VACATION MESSAGE */

#vacationMessage{
	width: 100%;
	background-color: #3b3b3b;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#vacationMessage div{
	width: 900px;
	margin: 0 auto;
	padding: 2px;
	border-left: 0px solid #000;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}



/* Page Interior Padding and Positioning */

.advSearch{
	/* Advanced Search Form */
	width: 565px;
	padding: 35px 0px 40px 40px;
	line-height: 16px;
}

.pageDescription{
	/* Default Template */
	width: 565px;
	padding: 35px 0px 40px 40px;
	line-height: 16px;
   font-family: Courier New, Courier New, Courier, monospace;
}

.pageDescriptionLeft{
   font-family: Courier New, Courier New, Courier, monospace;
   font-size: 14px;
   color: #000;
   float: left;
   display: inline;
   width: 500px;
   padding: 35px 0px 40px 40px;
}  

.pageDescriptionRight{
   float: right;
   display: inline;
   width: 141px;
   padding: 35px 14px 0px 0px;
   font-family: Courier New, Courier New, Courier, monospace;
}  

.pageDescriptionReg{
	/* Default Template for My Acct and Cart */
	width: 565px;
	padding: 35px 0px 40px 40px;
	line-height: 16px;
   font-family: Courier New, Courier New, Courier, monospace;
}

.pageDescriptionPreview{
	/* For HTML Preview Pane in Control Panel */
	background-color: #ffffff;
}

.pageDescriptionNoPad{
	/* Default Template */
	width: 565px;
	padding: 35px 0px 0px 40px;
	line-height: 16px;
   font-family: Courier New, Courier New, Courier, monospace;
}


.InquiryResult, .InquiryForm{
	width: 650px;
	margin: 0 auto;
	line-height: 16px;
}

.SearchResults{
	/* For Search Results */
	width: 650px;
	padding: 35px 0 35px 0;
	margin: 0 auto;
	line-height: 16px;
}










/* CATALOGS Table */

table.tbl_catalogs{
}

table.tbl_catalogs td{
	line-height: 16px;
	padding-left: 30px;
}

table.tbl_catalogs td.catalogs_spacer{
	line-height: 6px;
	height: 10px;
	margin: 0; padding: 0;
}








/* FEATURED BOOK Formatting */

#featured{
	margin: 0;
	padding: 0;
	width: 621px;
}

.featuredBox{
	margin-left: 20px;
	padding-bottom: 20px;
}

.featured_pic{
	float: left;
	display: inline;
	margin: 0px 2px 0px 20px;
	width: 50px;
	padding: 5px 0px 0px 0px;
}

.featured_divider{
   float: left;
   display: inline;
   width: 2px;
   height: 71px;
	background: transparent url('../images/main-divider.png') no-repeat left top;
	padding-top: 2px;
	margin-right: 7px;
}

.featured_desc{
	float: left;
	display: inline;
	padding-top: 11px;
	width: 130px;
	color: #fff;
}

.featured_desc div{
	font-size: 10px;
	line-height: 13px;
}

.featured_desc a{
   font-size: 10px;
	color: #ed1c24;
}

div.featuredLink{
	clear: left;
	position: relative;
	top: 5px;	
	left: 10px;
	text-align: left;
	font-size: 11px;
	color: #ed1c24;
}

.FL_au{
	font-weight: bold;
}

.FL_ti{
	color:#000000;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}


#contentRt .featured_pic{
   margin: 0 auto;
   display: block;
	width: 128px;
	padding: 18px 0px 0px 0px;
	float: none;
	text-align: center;
}

#contentRt .featured_divider{
   float: none;
   display: inline;
   width: 2px;
   height: 71px;
	background: transparent url('../images/main-divider.png') no-repeat left top;
	padding-top: 2px;
	margin-right: 7px;
	display: none;
}

#contentRt .featured_desc{
	padding: 11px 0px 11px 0px;
	width: 141px;
	color: #000;
	text-align: center;
	float: none;
	display: block;
}

.featured_desc div{
	font-size: 12px;
	line-height: 13px;
}

#contentRt .featured_desc a{
   font-size: 12px;
	color: #671311;
}

#contentRt div.featuredLink{
	clear: left;
	position: relative;
	top: 5px;	
	left: 10px;
	text-align: left;
	font-size: 12px;
	color: #671311;
}



/* BOOK DETAIL Page */

.DetailPage{
	width: 650px;
	margin: 0 auto;
	line-height: 16px;
}

.BookDetail{
	padding: 0px 0px 10px 0px;
	width: 95%;
}

.photo1{
     width: 100%;
     text-align: center;
}

.photo{
	padding: 0;
	float: left; margin: 10px 10px 0 0;
	display: inline;
}


.photoLink{
	padding: 2px;
	text-align: center;
	font-size: 11px;
}

.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;
}


.DL_au{	
	margin-bottom: 0;
	color: #000;
}

.DL_ti{	
	margin-top: 0;
	margin-bottom: 5px;
}

.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;
	font-size: 11px;
}




/* BOOK SEARCH RESULTS */
.BL_tbl{
   border: 1px solid #818181;
   width: 647px;
}

.BL_spacing{
   margin-bottom: 20px;
}

td.resultTop{
   padding: 7px 0px 7px 9px;
   background-color: #bababa;
   width: 638px;
}

.BookListing{
	padding: 0px 7px 0px 36px;
	margin: 0px;
	width: 448px;
	font-family: Courier New, Courier New, Courier, monospace; 
   font-size: 14px;
}

.BL_photo{
	text-align: center;
	padding: 12px 0px 10px 0px;
	width: 110px;
	margin: 0 auto;
}

.noImage{
	/*position: relative;
	left: -16px;*/
}

.BL_cnt{ 
   font-family: Courier New, Courier New, Courier, monospace;
   color: #010101; 
   font-size: 12px; 
   padding-right: 15px; 
   font-weight: bold;
   float: left;
   display: inline;
}

.BL_au{	
   font-family: Courier New, Courier New, Courier, monospace; 
   width: 525px; 
   font-size: 14px; 
   color: #010101; 
   font-weight: bold;
   float: left;
   display: inline;
}

.BL_ti{	
   color:#010101;
	padding-top:15px;
	padding-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
   text-transform: uppercase;
}

a.BL_tiA, a.BL_link{color:#000000;}
	
.BL_rec{}
.BL_pr{	
   display: inline;
	font-weight:bold;
}
.BL_pr2{display: inline;}
.BL_sav{color: #C00000;}
.BL_sp{	color: #C00000;}

.BL_price{
	float: left;
	display: inline;
   margin-left: 100px;
   font-weight: bold;
   font-size: 12px;
}

.BL_more{
   float: left;
   display: inline;
   margin-left: 36px;
}

.BL_more a{color: #671311; font-size: 13px; text-decoration: underline;}

.BL_buttons{
	float: right;
	display: inline;
}

.detailButton, .detailButton2{
   float: right;
   display: inline;
   margin: 7px;
}






/* SEARCH RESULTS Paging and Controls */


.refineSearch{
	text-align: center
}

.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: 10px; }
select.OrderByField{ font-size: 10px; }
select.ShowImages  { font-size: 10px; text-align: left; }
.showing{ font-size: 11px; }




/* REFINE SEARCH STYLES */


.SearchCrit1{
	margin-right: 0px;
	font-size: 11px;
}
.SearchCrit2 b{
	margin-left: 5px;
	font-size: 11px;
} 

.srchRefineTD{
   background-image: url(../images/left-bg2.gif);
   background-repeat: repeat-x;
	border: 1px solid #242424;
	padding: 3px;
	font-size: 11px;
}

.srchToolsTD{

}

.srchRefineForm{
	width: 98%;
	height: 25px;
	margin-top: 10px;	
}

.srchRefineFormLabel{
	width: 200px;
	display: inline;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
}

.srchRefineFormInput input{
	width: 166px;
   font-size: 11px;
   color: #202020;
   border: 2px inset #878887;
   background-color: #d6d6d6;
}

.srchRefineFormInput{
	display: inline;
	float: left;
	width: 178px;
	margin-left: 3px;
}

.srchRefineFormGoBtn input{
}

.srchRefineFormGoBtn{
	display: inline;
	float: left;
	width: 220px;
}

.srchRefineFormGoBtn a{font-size: 12px;}




/* BOOK INQUIRY Form */

textarea.InquiryFormFld,input.InquiryFormFld1{
	width:260px;		/* width of inquiry text box */
}

input.login, 
input.forgotPW { width:150px; }






/* MY ACCOUNT */

.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:10px;}

.acctheaderWht { color:#ffffff;font-size:12px;font-weight:bold; }
.acctheader    { color:#ffffff;font-size:12px;font-weight:bold; }
.acctbarNum    { background: url('../images/left-bg2.gif') repeat-x left top; text-align: center; background-color: #666; width: 20px; border-top: solid 1px #000; border-bottom: solid 1px #000; padding: 1px; line-height: 18px; font: bold 11px Arial; color: #ffffff; }
.acctbarNum2   { background: url('../images/left-bg2.gif') repeat-x left top; vertical-align: middle; background-color: #666; border-top: solid 1px #000; border-bottom: solid 1px #000; padding: 1px 3px; line-height: 18px; font: bold 11px Arial; color: #ffffff; }
.acctText      { padding-left:25px; font-size:11px; line-height:14px; }
a.acctEdit     { font-size:11px; font-weight:normal; color: #ffffff; }
.acctTD	       { padding-left:0px; }
table.tblMyAcct{ margin: 0 auto; width:100%; position:relative; left:-4px; }
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: 10px;
	clear: left;
}
.myacctOptinBox{
	font-size: 11px;
}

#acct_subscribe_form{
	border: 1px solid #671311;
	background-color: #666;
	color: #fff;
	background: url('../images/left-bg2.gif') repeat-x left top; 
}


#acct_unpw_form{
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding-top: 25px;
}

#acct_optin_form{
	margin: 0 auto;
	width: 97%;
	text-align: left;
	padding-bottom: 20px;
}

#acct_customfields_form{
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding-top: 25px;
}

.optin_hdr{
	display: none;
}



/* COUPON RULES POP-UP */

h1.coupon-rules{
	font-size:12px; 
	padding-left:8px;
	padding-bottom:0;
	margin:0;
	font-weight:bold;
	text-align:center;
}
p.coupon-rules{
	font-size:11px; 
	padding:8px; 
	text-align:justify;
}




/* WANTS, WANT MANAGEMENT */

p.wantSearch { border:1px solid #fff; padding-left:10px; }
td.wanthdr   { padding: 3px;font-size:12px; font-weight:bold; color:#000; text-align:center; line-height:13px; background: url('../images/left-bg2.gif') repeat-x left top; }
td.wantres, a.wa_link, a:hover.wa_link, a:visited.wa_link 
	     { font-family:verdana; font-size:11px; line-height:12px; }


div#wa_WantListFormBook{
	/* margin: 0 auto; 
	width: 85%; */
}

table.wantMngTbl{
	border: 0;
}

.wantMngTbl td{
	border: 1px solid #000;
}

.wantMngTbl td.wanthdr{
	border: 1px solid #000;
}

.wantMngTbl td table td{
	border: 0px solid #daccb4;
}

.wa_wantListFormTable{
	float: left;
}

.wantListFormLabel{
	padding-left:0px;
	white-space: nowrap;
	width: 170px;
	font-weight: bold;
}

.wantListManage{
    width: 95%;
	padding: 0px 30px 30px 30px;
	line-height: 18px;
}


.feedback-field{
   font-family: Helvetica, Arial, sans-serif;
}  



/* Forgot Password */

div.forgotPWContainer{
	width: 300px;
	text-align: left;
	border: 0px solid red;
}
input.forgotpw_submit{
	position: relative;
	float: right;
	margin-right: 30px;
}


/* 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:11px; }

select.DropMenu_CatalogSearchForm, select.DropMenu_Categories { 
	width:180px;					/* catalog search drop menu */
} 

input.SearchFormFld1{
	width: 200px;
}

.checkboxText{
	font-size: 11px;
}

.Form_Simple_Search_Tips{
	display: none;
}

.SearchForm2{ font-size: 11px; }

.search_tips{ font-size: 11px; }


/* CSS BUTTONS */


.qsrch, 
.forgotpw_submit,
.myacct_home_btn,
.feedback_submit,
.cartSignOnBtn, .cartCreateAcctBtn, .myAcctBtn,
.Fav_Cat_Btn1, .Fav_Cat_Btn2, 
.wantmng_btn, .wa_want_btn1, .wa_want_btn2,
.noResultsSubmit{
	background-color: #ed1c24;
	border: 1px outset #f3646a;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;

}

.qsrch_hov{
	background-color: #ed1c24;
	border: 1px inset #f3646a;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.button{
	background-color: #ed1c24;
	border: 1px inset #f3646a;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;

}





/* 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;
}

div.error a{ color: #ff0000; text-decoration:underline; }

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;
}





/* 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;
}




