/*
 * BECPublishing.com Sitewide Stylesheet
 *
 * $Id: basic.css 196 2006-09-01 14:41:36Z emmet $
 */

body {
	background-color:#6C95B9; 
	text-align: center; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	margin:0;
	padding-top: 10px;
}

#header {
	background-color:#6C95B9; 
}

/*
 * This is the text input box for the search. "s150"???
 */
.s150 {
	width:120px; 
	font-size: 12px;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

p {
	line-height:140%;
	margin:0 0 10px 0;
	padding:0;
}

form {
	margin:0; 
	padding:0;
}

h1 {
	border-bottom:1px solid #6C95B9; 
	color:#005077; 
	margin:0 0 6px 0; 
	padding:10px; 
	font-size: 17px;
}

h2 { 
	margin:0 0 5px 0;
	clear: both;
	color:#8C312A; 
	font-size: 17px;
	padding: 0px;
}

h3 {
	font-size: 15px; 
	color: #01557B; 
/*  margin:0 0 4px 0; */
	padding:0;
}

h4 {
	font-size: 13px; 
	color:#01557B; 
	margin:0 0 1px 0; 
	padding:0; 
	font-weight:normal
}

.shop, .cart {
	margin:4px;
}

a {
	color:#015579
}

img {
	border:0px;
	display: block;
}

ul li {
	font-size: 12px;
	margin:0 0 6px 0;
}


/* structural layout */
#holder {
	background: #6C95B9 url(/img/bg2.png) repeat-y;
	margin:auto; 
 	width:753px;
}

#navbar {
	clear: both;
	height:41px; 
	background:#fff; 
	margin:0px 0 5px 0; 
	padding:0;
	width:753px;
}

.searcharea { 
	float: left; 
	width: 195px;
	height: 28px;
	margin: 4px 0 4px 0;
	padding-top: 5px;
	text-align: center;
	background: #CCCC99;
}

.searcharea form {
	margin:0 0 0 4px;
	padding:6px 0 0 2px;
}

.but { 
	background:#8ABA45; 
	border:1px solid #fff;
	font-size: 11px;
	color:#fff; 
	font-weight:bold; 
	padding:0;
}

#logostrip {
	width:753px; 
	height: 110px;
	margin: 0px;
	border-bottom: 5px solid #6C95B9;
	text-align: left;
}
#logostrip img {
	float: left;
}
#logo {
	border-left: 5px solid #6C95B9;
	border-right: 2px solid white;
}

/* 3 columns layout */
#col1 {
	width:272px;
	float:left;
	margin:0 5px 0 0 ;
}
#col2 {
	width:272px;
	float:left;
}
#col3 {
	width:197px;
	float:left;
	margin:0 0 0 5px;
	padding:4px 0 0 0;
}

#col1_inside {
	float:left;
	margin:0;
}

#colholder_inside {
	background-color: white;   
	width:550px;
	float:right;
	padding-bottom: 40px;
}

.col2_inside {
	background-color: white;   
	float:left;
}
.col3_inside {
	width:160px;
	float:left;
}
/* end 3 columns layout */


/* This is all homepage stuff */
#maincontent {
	text-align:left;

	margin:0 0 0 0;
	padding:0;
	border:0;
}

#maincontent h2 {
	background: url(/img/header_bg.png);
	margin: 0;
	color:#000; 
	font-size:17px; 
	padding:6px;
}
#maincontent_inside {
	text-align:left;
	margin:0 0 0 0;
	padding:0;
	border:0;
}


#footer {
	border-top: 5px solid #6791B9;
	clear:both;
	background-color: white;
	font-size: 12px;
	text-align:left;
	background:#fff;
	height:31px;
}

.footl {
	float:left;
	padding:8px 5px 5px 0;
	margin:0 0 0 5px
}
.footr {
	float:right;
	padding:7px 7px 0 10px;
}
/*end  structural layout */


/* top menu */
.mainmenu {
	padding:0;
	margin:0;
	float:left;
	width:554px;
}
.mainmenu ul {
	margin:4px 0 4px 4px;
	padding:0;
}
.mainmenu li {
	float:left;
	font-weight:bold;
	list-style-type:none;
	font-size: 14px;
	font-weight:bold;
}
.mainmenu li a {
	background: url(/img/menu_bg.png) #79A5D3;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:9px 27px 8px 27px;
	border-right:4px solid #fff;
}

/*
 * Because of the way the menu is done, one item is manually padded for
 * a perfect fit of the whole menu. By its very nature, this can only be
 * perfect for one browser: IE on Windows. Not my idea!
 */
.mainmenu li a#elastic {
	padding-left: 26px;
	padding-right: 26px;
}

.mainmenu li a.on {
	background: url(/img/menu_bg2.png) #8ABA45;
	color:#fff;
	text-decoration:none;
}

.mainmenu li a:hover {
	background: url(/img/menu_bg2.png) #8ABA45;
}

.mainmenu li a:hover.on { 
	background: url(/img/menu_bg2.png) #8ABA45;
	text-decoration:underline;
}
/* end top menu */


.submenu,
.instructions {
	margin:0;
	padding:5px;
}

.submenu ul {
	margin:0;
	padding:0;
}

.submenu li {
	margin:0;
	padding:0;
	list-style: none;
	display:inline;
}

.submenu li a { 
	color:#4F769D;
	border:1px solid #4F769D;
	background:#fff;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding:6px 6px 6px 4px;
	margin-bottom:1px;
}

.submenu li a:hover {
	color:#fff;
	background:#A1C0DE;
}

.submenu li a.on {
	color:#fff;
	background:#4F769D;
	text-decoration:none;
}

.submenu li a.on:hover {
	color:#fff;
	background:#4F769D;
	text-decoration:underline;
}

.submenu li.sub a {
	color:#4F769D;
	background:#fff;
	font-weight:normal;
	display:block;
	text-decoration:none;
	padding:6px 6px 6px 8px;
	border:0px solid #fff;
	border-bottom:1px solid #4F769D;
}

.submenu li.sublast a {
	color:#4F769D;
	background:#fff;
	font-weight:normal;
	display:block;
	text-decoration:none;
	padding:6px 6px 6px 8px;
	border:0px solid #fff;
}

.submenu li.sub a:hover {
	color:#4F769D; 
	background:#fff;
	display:block;
	text-decoration:underline;
}

.submenu li.sublast a:hover {
	color:#4F769D;
	background:#fff;
	display:block;
	text-decoration:underline;
}

.submenu li.sub a.on,
.submenu li.sublast a.on {
	color:#4F769D;
	font-weight:bold;
	background:#D8EBBE;
	display:block;
	text-decoration:none;
}
.submenu li.sub a:hover.on {
	color:#4F769D;
	background:#D8EBBE;
	text-decoration:underline;
}


.booksm {
	float:left;
}
.more {
	border-top:1px solid #6791B9;
	border-bottom:2px solid #6791B9;
	padding:6px 5px 7px 20px;
	background: url(/img/arrow2.png) no-repeat;
	font-weight:bold
}
.more a {
	text-decoration:none;
	color:#01557B;
}
.more a:hover {
	text-decoration:underline;
	color:#01557B;
}


.frame {
	padding:4px;
}

/* homepage book selection styling */
ul.selection {
	margin:0; padding:0;
}
ul.selection li {
	display:block;
	border-bottom:1px solid #ccc;
	list-style-type:none;
	font-weight:bold;
}
ul.selection li.last {
	border: none;
}
ul.selection li a {
	color:#8C312A;
	background: url(/img/arrow.png) no-repeat ;
	text-decoration:none;
	padding:6px 0 6px 15px;
	display: block;
	line-height:150%;
}
ul.selection li a:hover {
	color:#8C312A;
	text-decoration:underline;
}
span.normal {
	font-weight:normal
}
span.tagline {
	line-height: 90%;
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
}

/* homepage featured book styling */
.featured {
	padding:4px;
}
.featured .imgarea {
	padding: 0; 
	margin: 7px 4px 7px 4px;
	float:left;
	width:72px
}
.featured .textarea {
	float:left;
	width:170px
}
h3.pub_title {
	color:#8C312A;
	font-size: 14px;
	margin:4px 0 5px 0;
	padding:0;
}
h3.pub_title a {
	color:#8C312A;
	text-decoration: none;
}
h3.pub_title a:hover {
	color:#8C312A;
	text-decoration: underline;
}
.pub_price {
	font-weight:bold;
	color:#01557B;
	margin:0 0 4px 0;
	padding:0;
}
.pub_desc {
	margin:0;
	padding:0;
}

ul.moreinfo {
	margin:5px 0 0 0;
	padding:0;
}
ul.moreinfo li {
	margin:0 0 4px 0;
	padding:0;
	list-style: none;
}
ul.moreinfo li a {
	color:#981C1C;
	background: url(/img/arrow3.png) no-repeat;
	text-decoration:none; 
	padding:0 0 0 10px
}
ul.moreinfo li a:hover {
	color:#981C1C;
	text-decoration:underline;
}

/* inside book list styling */
#maincontent_inside .featured {
	padding:7px 7px 0 7px;
	border-bottom:1px solid #ccc;
	clear:both;
}
#maincontent_inside .featured .last {
	border-bottom:0px solid #ccc;
}
#maincontent_inside .featured .imgarea {
	float:left; width:100px
}
#maincontent_inside .featured .textarea {
	float:left;
	width:275px
}
#maincontent_inside h3.pub_title {
	color:#8C312A;
	font-size: 14px;
	margin:0 0 5px 0;
	padding:0;
}
#maincontent_inside h3.pub_title a {
	color:#8C312A;
	text-decoration:none;
}
#maincontent_inside h3.pub_title a:hover {
	color:#8C312A;
	text-decoration:underline;
}
#maincontent_inside .pub_price {
	font-weight:bold;
	color:#01557B;
	margin:0 0 4px 0;
	padding:0;
}
#maincontent_inside .pub_desc {
	margin:0;
	padding:0;
}

.intro {
	margin:0 8px 8px 8px ;
	padding:5px;
	background:#E0F0FB;
}
.intro p {
	margin:0 0 8px 0;
	padding:0;
}

.pagedetail {
	padding:0px 10px 10px 10px
}

.content {
	padding:10px;
}
.leftdetail {
	float:left;
	width:95px;
	margin:0 5px 0 0;
}

.maindetail {
	float:right;
	width:415px
}
.fullsizeimage {
	margin:0 10px 10px 0;
	border:1px solid #ccc;
}
.credit {
	color:#666;
}

.logos {
	border-top:1px solid #C5DFF8;
	height: 60px;
	padding:8px 0 5px 0;
	margin: 20px 0 0 0;
}
.logos img {
	float: left;
	margin-right: 10px;
}

.cartstyle,
.logos {
	clear:both;
}
.cartstyle .but {
	font-size: 12px;
}

.cartstyle caption {
	display:none;
}
table.cart {
	border-collapse: separate;
	border-top:2px solid #4F769D;
	border-bottom:2px solid #4F769D;
	border-left: none;
	border-right: none;
	width:99%;
	margin:10px 0 10px 0;
}
table.cart th {
	text-align:left;
	font-size: 14px;
	padding:5px;
	margin:2px 0 2px 0;
}
table.cart thead th {
	background: #D8EBC2;
	color: #000;
	border-left: none;
	border-right: none;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
table.cart td,
table.cart tfoot th {
	padding: 4px;
	border: none;
	border-top: 1px solid #ccc;
}
.qty {
	width:50px;
}


/* Added for tables on Accessibility page */
table {
	caption-side: top;
	border-collapse: collapse;
	border: 1px solid #6c95b9;
	padding: 5px;
}
td, th {
	font-size: 12px;
	text-align: left;
	border: 1px solid #6c95b9;
	padding: 0.3ex 0.5em 0.3ex 0.5em;
}
caption {
	font-size: 13px; 
	color: #005077;
	padding-top: 1ex;
}
summary {
	display: none;
}
div.figure {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/* Added for results */
.bookresult {
	clear: both;
	margin-top: 20px;
}
.cover {
	float: left;
	margin-right: 10px;
}
.blurb {
	float: right;
	width: 470px;
}
.blurb h2 {
	margin-top: 0px;
}
.title h3,
.title h4 {
	color:#8C312A;
	margin:0;
	padding:0;
}
.title h3 {
	font-size: 14px;
}
.title h4 {
	margin-bottom: 5px;
}

/* 
 * We only use 'label' for accessibility on the search box, elsewhere
 * (in 'th' elements, for example) it should not be normally hidden.
 */ 
#search label {
	display: none;
}

/* pre is only used for addresses */
pre {
	margin-left: 5em;
}

.newsbox {
	border:1px solid #E8E8E8;
	margin:0 5px 6px 6px;
	padding:0;
}
.newsbox h3 {
	font-size: 15px;
	color:#2C4001;
	margin:0 0 8px 0;
	padding:5px 0 7px 0;
	background: url(/img/line.png) no-repeat;
}
.newsbox h3 a {
	color:#2C4001;
	padding-left:8px;
	text-decoration:none;
}
.newsbox h3 a:hover {
	color:#2C4001;
	text-decoration:underline;
}
.newsbox p {
	margin:0;
	padding:0 5px 0 8px;
	color:#2C4001
}

.newsbox p.more {
	background: url(/img/morebg.png) repeat-x bottom;
	margin:8px 0 0 0;
	padding:5px 5px 5px 5px;
	border:0px
}
.newsbox p.more a {
	color:#fff;
}
.newsbox p.more a:hover {
	color:#fff;
	text-decoration:underline
}


/* 
   Alternate layout for Sitewide Auxiliary Menu (not sure what the
   semantic is)
 */
/* --==[ Sitewide Menu above header ]==-- */
#staticMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#staticMenu li {
	float: left;
}
#staticMenu a {
	text-decoration: none;
	color: white;
	display: block;
	text-align: center;
	padding: 0ex 0px 0ex 5px;
}
#staticMenu a:after { 
	content: " |";
}
#staticMenu li.last a:after { 
	content: "";
}
#staticMenu a:hover {
	font-weight: bold;
}
.skip {
	display: none;
}
/* structural layout */


.number {
	text-align: right;
}
.debug {
	color: #666;
	border: 1px solid red;
	padding: 0 20px 20px 20px;
}
.debug h5 {
	font-size: 15px;
	font-weight: bold;
}
.hide {
	display: none;
}
p#makePayment {
	margin-top: 20px;
	width: 100%;
	text-align: right;
}
.instructions {
	width: 183px;
}
.instructions h2 {
	font-size: 12px;
	color:#fff;
	background:#4F769D;
	padding:6px 6px 6px 8px;
	margin: 0;
}
.instructions p {
	text-align: justify;
	color:#4F769D;
	border:1px solid #4F769D;
	background:#fff;
	padding: 6px 6px 6px 4px;
	margin: 2px 0 0 0;
}

/* Added for important notes */
div.nb {
	border: 2px solid black;
	background: yellow;
	font-weight: bold;
	color: black;
	padding: 4px;
	text-align: center;
	margin-bottom: 8px;
}
.nb h3 {
	text-align: center;
}
.nb p {
	margin: 4px;
}
