@charset "utf-8";
/* CSS Document */

html {
	margin-bottom: 1px;
	min-height: 100%;
}

body {
	font-size: 13px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", geneva, arial, verdana, sans-serif;
	color: #333333;
	background-color: #3e577f;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_header.gif');
	background-repeat: repeat-x;
	background-position: 0px -88px;
}

/* RESET... EVERYTHING */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

/* IE 5 and 6 can't resize text that is specified in pixels. */
* html body {
	font-size: x-small; /* IE5 will get this value */
	f\ont-size: small; /* IE6 will get this value */
}
strong{
	font-weight: bold;
	color: #121212;
}

small{
	font-size: 11px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* FORMATTING */

h3{
	font-size: 13px;
	color: #121212;
	font-weight: bold;
}

.inline{
	display: inline;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
input, textarea {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", geneva, arial, verdana, sans-serif;
	font-size: 13px;
}

a{
	color: #415e8d;
}

a:hover{
	text-decoration: none;
}

.txt_red, a.txt_red{
	color: #b30000;
	text-decoration: none;
	font-weight: bold;
}

.txt_error{
	color: #b30000;
}

.error, .errorlist{
	color: #b30000;
}

.txt_black{
	color: #000000;
}

.txt_blue{
	color: #415e8d;
}

.form-required{
	color: #b30000;
}

.no-show{
	display: none;
}

.divider{
	margin: 20px 0px;
	height: 1px;
	border-bottom: 1px solid #d1d1d1;
}

/* GLOBAL CONTAINERS */

.full-span_header{

}

.full-span_white{
	background-color: #FFFFFF;
	padding-top: 30px;
}

.full-span_color{
	background-color: #f8fdf6;
	border-top: 1px solid #dadada;
}

.full-span_footer{
	background-image: url('../images/bg_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#footer{
	padding: 30px 0px 20px 0px;
	font-size: 11px;
	color: #aab5c7;
}

#footer a{
	color: #aab5c7;
	text-decoration: none;
}

.wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	height: 97px;
}

#logo {
	width: 280px;
	height: 64px;
	float: left;
	margin-top: 15px;
}
#header_right {
	width: 770px;
}

/* HEADER LOGIN */

#header #header_links{
	margin: 5px 0px;
	float: right;
	font-size: 11px;
	color: #CCCCCC;
}

#header #header_links strong{
	color: #CCCCCC;
}

#header #header_links a{
	color: #abc7ef;
	text-decoration: none;
}

/* HEADER SEARCH BOX */

#header #box_search {
	float: right;
	height: 25px;
}
#header #box_search input.form-text {
	padding: 2px;
	color: #333333;
	background-color: #324461;
	border: 1px solid #4f6588;
	font-size: 12px;
	width: 200px;
}
#header #box_search input.form-submit {
	color: #d1d7e0;
	background-color: #324461;
	border: 1px solid #4f6588;
	font-size: 12px;
	padding: 1px 2px;
	line-height: 16px;
	float: none;
}

/* PAGE COLUMNS */

#content-table{
	margin-top: 30px;
}

#column_left{
	width: 220px;
	border-right: 1px dotted #d1d1d1;
	font-size: 13px;
	line-height: 20px;
	height: 400px;
}

#column_left .content{
	padding: 0px 20px 0px 5px;
}

#column_main #content{
	padding: 0px 10px 0px 25px;
}

#table_2-col{
	margin-bottom: 30px;
}

#column_left .content p, #column_main #content p{
	margin: 10px 0px;
}

/* CONTENT */

#main{
	font-size: 13px;
	line-height: 20px;
}

#main h1, #home h1.title a{	
	font-size: 24px;
	font-weight: normal;
	color: #415e8d;
	text-decoration: none;
}

#column_left h2.title{
	font-size: 22px;
	color: #415e8d;
	font-weight: normal;
	margin-bottom: 0px;
}

#column_left p{
	font-size: 12px;
	line-height: 15px;
}

h2.title, h3.title{
	font-size: 18px;
	color: #415e8d;
	font-weight: normal;
}

#main ol{
	list-style: decimal;
	margin: 10px 0px;
}

#main ol li{
	margin-left: 22px;
	line-height: 20px;
}


/* FORM ELEMENTS */

.form-item{
	margin: 5px 0px;
}

.form-item label{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	width: 150px;
	vertical-align: top;
}

input, textarea, select {
	padding: 3px 2px;
	color: #333333;
	background-color: #FFF;
	border: 1px solid #d1d1d1;
	font-size: 13px;
	width: 189px;
	margin: 2px 0px;
}

.form-item .form-label{
	width: 130px;
	display: inline-block;
	vertical-align: text-top;
}

.form-item .form-field{
	display: inline-block;
}

input.form-submit {
	color: #415e8d;
	background-color: #FFF;
	border: 1px solid #9bbaeb;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 2px;
	line-height: 16px;
	width: auto;
	margin: 2px 0px;
}


/* NAVIGATION TABS */

#navigation {
	width: 600px;
}

#navigation ul {
	margin: 12px 0px 0px 0px;
	padding: 0;
	list-style:none;
	float: right;
}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#navigation a {
	float:left;
	background:url('../images/nav_bg_left.gif') no-repeat left top;
	margin:0px 1px;
	padding:0 0 0 13px;
	text-decoration:none;
	height: 32px;
	border-bottom: 2px solid #9bbaeb;
	cursor: pointer;
}

#navigation a span {
	float:left;
	display:block;
	background:url('../images/nav_bg_right.gif') no-repeat right top;
	padding: 7px 13px 0px 0px;
	height: 25px;
	color:#FFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navigation a span {
	float:none;
}

/* End IE5-Mac hack */

#navigation a:hover span {
	color:#9bbaeb;
}

#navigation a:hover {
	background-position:0% -32px;
	border-bottom: 2px solid #FFF;
}

#navigation a:hover span {
	background-position:100% -32px;
	color: #000;
}

/* AD FORMATTING */

#ad_728x90{
	width: 728px;
	margin: 8px auto;
}


/* CHAPTER SPECIFIC STYLES */

.form-item{
	margin: 10px 0px;
}

#column_main #content .add-chapter{

}

#column_main #content .add-chapter textarea{
	width: 500px;
}

#column_main #content .add-chapter input.form-text{
	width: 300px;
}

#column_main #content .chapter-summary-content p{
	
}

/* BOOK SPECIFIC STYLES */

#column_main #content .add-book select{
	width: 300px;
}

#column_main #content h1.title, #column_main #content h1.title a, #home .title-bar h2.title{
	font-size: 24px;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#column_main #content h2{
	font-size: 20px;
	color: #000;
}

#column_main #content .title-bar, #home .title-bar{
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

#column_main #content .quicklinks-bar{
	margin-top: -20px;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1d1d1;
}

#column_main #content p{
	font-size: 13px;
}

.book-picture{
	margin: 0px 10px 10px 0px;
}

h4.buy-book a{
	color: #b30000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px;
	text-decoration: none;
	background-image: url('../images/icon_add-to-cart.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 1px;
	height: 25px;
}

h4.buy-book a{
	color: #b30000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px;
	text-decoration: none;
	background-image: url('../images/icon_add-to-cart.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 1px;
	height: 25px;
}

h4.add-bookshelf a{
	color: #b30000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px;
	text-decoration: none;
	background-image: url('../images/icon_add.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 1px;
	height: 25px;
}

.link_add-book a{
	color: #b30000;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
	text-decoration: none;
	background-image: url('../images/icon_book.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 1px;
	height: 25px;
	display: block;
}

.link_add-book{
	margin: 20px 0px;
}

#column_main #content .quicklinks-bar ul{
	margin: 0px auto;
	padding: 0;
	list-style:none;
	float: right;
}

#column_main #content .quicklinks-bar li {
	display:inline;
	margin: 0px 0px;
	padding:0;
}

#column_main #content .quicklinks-bar a{
	float:left;
	margin: 0px 25px;
	padding: 2px 0px 0px 25px;
	text-decoration:none;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
}

.icon_print a{
	background-image: url('../images/icon_print.gif');
	background-repeat: no-repeat;
}

.icon_edit a{
	background-image: url('../images/icon_edit.gif');
	background-repeat: no-repeat;
}

.icon_add a{
	background-image: url('../images/icon_add.gif');
	background-repeat: no-repeat;
}

.link_icon a{
	margin: 0px 0px;
	padding: 2px 0px 2px 25px;
	text-decoration:none;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
}

.book-info{
	width: 550px;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
}

.book-picture{
	width: 145px;
	float: left;
}

.book-picture_small{
	width: 80px;
	float: left;
}

.title-bar .book-picture_small{
	margin-bottom: 10px;
}

.book-editorial{
	margin: 20px 0px;
}

.book-chapters{
	margin: 20px 0px;
}

.book-chapters li{
	list-style: none;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
}

.book-teaser{
	margin: 20px 0px 0px 0px;

}

.book-teaser h2.title a{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.book-teaser h2.title a:hover{
	color: #000;
}

.book-teaser .book-picture{
	width: 60px;
	float: left;
}

.book-teaser .book-info{
	width: 630px;
	float: left;
}

.links{
	margin: 10px 0px 0px 0px;
}

.book-teaser p{
	line-height: 16px;
}

/* LINKS, PRINTING, MISC */

#main .node div.links li{
	margin-left: 0px;
	padding-left: 0px;
}

.extras-links{
	float: right;
	width: 160px;
	margin-top: 10px;
}

.extras-links .print a, .base-extras-links .print a{
	background-image: url('../images/icon_print.gif');
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	font-size: 11px;
	padding-left: 25px;
	float: right;
	text-decoration: none;
}

.base-extras-links{
	margin-top: 20px;
	border-top: 1px solid #d1d1d1;
	padding-top: 10px;
	font-size: 11px;
}

.base-extras-links .print{
		width: 160px;
		float: left;
		margin-right: 10px;
}

.base-extras-links .print a{
	float: left;
}


.base-extras-links .share{
		width: 160px;
		float: left;
		margin: 0px;
}

.base-extras-links .share a{
	text-decoration: none;
}

/* HOMEPAGE GRID */

#home .grid_top{
	padding: 20px 10px;
}

#home .grid_top td{
	padding-bottom: 20px;
}

#home .grid_top .grid_middle p{
	font-size: 14px;
	margin: 10px 0px;
}

#home h3{
	margin: 5px 0px 0px 0px;
	font-size: 16px;
}

#home .grid_left{
	width: 360px;
	padding: 0px 25px;
	border-right: 1px dotted #d1d1d1;
}

#home .latest-books{
	margin: 10px 0px;
}

#home .latest-books .book-info{
	width: 300px;
}

#home .grid_right{
	padding-left: 25px;
}

#home .grid_top .grid_right .content{
	padding: 10px 0px 0px 0px;
}


/* TABLE FORMS */

table.table_form td{
	padding: 2px 2px 2px 0px;
}

table.table_form .txt_error{
	font-size: 11px;
}

table.table_form #id_body{
	width: 400px;
}