/* CSS Document */
.header {
	padding: 18px 25px 0px 0px;
	text-align: right;
	font-style: italic;
	}
	
.content_title {
	padding: 2px 0px 5px 0px;
	text-align: left;
	letter-spacing: -1px;
	}
	
.content_subtitle {
	padding: 0px 0px 20px 0px;
	font-size: 15px;
	font-style: italic;
	}

.bottom_links {
	text-align: right;
	}

a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #B9DB89;
	} 
	
a.inline_link, a.inline_link:active, a.inline_link:visited  {
	font-style: italic;
	font-weight: normal;
	color: #62933F;
	text-decoration: none;
	}

a.inline_link:hover  {
	/* color: #46682d;  really dark green for thinner type */
	color: #62933F;
	text-decoration: underline;
	}
	
a.inline_link13, a.inline_link13:active, a.inline_link13:visited  {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #507734;
	text-decoration: none;
	}

a.inline_link13:hover  {
	/* color: #46682d;  really dark green for thinner type */
	color: #62933F;
	text-decoration: underline;
	cursor: pointer;
	}
	
a.inline_orange, a.inline_orange:active, a.inline_orange:visited  {
	font-style: italic;
	font-weight: normal;
	color: #F87F14;
	text-decoration: none;
	}

a.inline_orange:hover  {
	color: #F87F14;
	text-decoration: underline;
	}
	
.green_dark_title {
	color: #62933F;
	font-weight: normal;
	font-size : 20px;
}

.green_dark_text {
	color: #62933F;
}

.green_medium_title {
	color: #B9DB89;
	font-weight: normal;
	font-size : 20px;
}

.green_medium_header {
	color: #B9DB89;
	font-weight: normal;
	font-size : 14px;
}

.green_medium_text {
	color: #B9DB89;
	font-weight: bold;
}

.indented {
	text-indent: 20px;
	font-size: 13px;
	}
	
.praise_credits {
	font-size: 11px;
	}
	
.author {
	color: #62933F;
	font-weight: bold;
	font-style: normal;
	}

.book_title {
	font-style: normal;
	font-weight: normal;
	color: #62933F;
	}

.error_msg {
	font-style: normal;
	font-weight: normal;
	color: red;
	}

.shadeform { BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BACKGROUND-IMAGE: url(../images/shadeform.gif); FONT: 13px arial, verdana, sans-serif; BORDER-LEFT: #666666 1px solid; WIDTH: 200px; BORDER-BOTTOM: #666666 1px solid; TEXT-ALIGN: left;}
.dropdown { FONT: 11px verdana, arial, sans-serif; WIDTH: 200px; COLOR: #60564d;}
.textarea { BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BACKGROUND-IMAGE: url(../images/shadeform.gif); FONT: 13px arial, verdana, sans-serif; BORDER-LEFT: #666666 1px solid; WIDTH: 395px; BORDER-BOTTOM: #666666 1px solid; TEXT-ALIGN: left; HEIGHT: 125px;}

.cart_left {
	white-space: nowrap; 
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
	}

.cart_center {
	white-space: nowrap; 
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	}

.cart_right {
	white-space: nowrap; 
	text-align: right;
	font-size: 11px;
	vertical-align: middle;
	}

.cart_title {
	font-weight: bold;
	}

.form_left {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: left;
	}

.form_center {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
	}

.form_right {
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: right;
	}

.input_left {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.input_center {
	margin: 0;
	padding: 0;
	text-align: left;
	}

.input_right {
	margin: 0;
	padding: 0;
	text-align: right;
	}

.formtd_left {
	text-align: left;
	}

.formtd_center {
	text-align: center;
	}

.formtd_right {
	text-align: right;
	white-space: nowrap;
	}

.field_error {
	font-size: 11px;
	color: red;
	}

#sendfriend {
	color: #000000;
	position: absolute;
	top: 68px;
	right: 25px;
	width: 220px;
	word-wrap: break-word;
	background-color: #dddddd;
	border: #000000 solid 1px;
	padding: 1px 10px 1px 10px;
	z-index: 1111;
	visibility: hidden;
	}

.event_box {
	background-color: #eafdce;
	border: black 1px solid;
	padding: 10px 10px 10px 10px;
	}


