/* reset whitespace */
* { 
	margin: 0;
	padding: 0;
}



/* retag */
body {
	background: #C1E897 url(_img/bg.gif) repeat-x top;
	text-align: center;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
td, div {
	font-family: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0 20px;
	padding: 0 0 15px 0;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
ul, ol {
	margin: 0 0 0 20px;
	padding: 0 0 15px 0;
}
li {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}
a {
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #609456;
}
a:visited {
	color: #89BD7F;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
a img {
	border-style: none; 
}
h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	color: #609456;
	margin: 0 0 15px 0;
}
h2 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #609456;
	margin: 0 0 15px 0;
}
h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #609456;
	margin: 0 0 15px 0;
}
input, textarea, select { /* format form input areas */
	color: #000000;
	border-top: 1px solid #AFD484;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #AFD484;
	background: #E3F6CD;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
input, select, { /* set the height of the inputs, not the textareas */
	xheight: 18px;
}
hr {
	border-top: 0;
	border-bottom: 1px solid #D1F3B5;
	border-left: 0;
	border-right: 0;
	margin-bottom: 15px;
	height: 16px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 0;
}
#clear {
	clear: both;
}


body#comm { background-image: none; background-color: #FFF; text-align: left; margin: 20px; }

/* sharkey forms */

.sharkeyform {
	margin: 0 0 20px 0;
	background-color: #FFF;
	padding: 0;
	display: block;
}

.sharkeyform table {
	width: 100%;
	margin-bottom: 10px;
}

.sharkeyform td, .sharkeyform th  {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 8px 0;
	margin: 0;
/*
	width: 280px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 270px;
*/
}
.sharkeyform td {
	border-top: 1px solid #D1F3B5;
}
.sharkeyform th {
	border-top: 1px solid #D1F3B5;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
/*
	width: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90px;
*/
}

.sharkeyform td div {
	margin: 3px 0;
}

.sharkeyform td div.shaded {
	color:#609456;
	font-weight:bold;
}

.sharkeyform div.shaded em, .sharkeyform div.shaded i {
	font-weight:normal;
	font-style:normal;
}

.sharkeyform h3 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #D1F3B5;
}

.sharkeyform input, .sharkeyform select, .sharkeyform textarea {
	xbackground-color: #FFF;
	background-color: #EBF7DE;
}
.totals {
	text-align: right;
	margin-right: 12px;
}

.sharkeyform h1 {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #D1F3B5;
}

.triplegreenborder {
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 3px solid #D1F3B5;
}

.checkout {
	padding: 15px 0px 15px 204px; 
	border-bottom: #F9E8F4 1px solid;
	color: #D996C7;
}

.checkout b {
	color: #000000;
}

.checkout a {
	color: #D996C7;
}

.checkout img {
	padding: 0px 3px 1px 15px;
}
 
/* main container */
#framework {
	margin: 0 auto;
	position: relative;
	text-align: left; /* reset center text-align for page */
	padding: 8px 0;
	width: 760px;
}



/* the header strap with logo and nav */
#logo {
	float: left;
	width: 250px;
	overflow:hidden;
}

#nav {
	float: right;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	background: url(_img/navbg.gif) bottom left;
	padding-top: 76px;
	width: 510px;
	text-align:right;
	height: 107px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 31px;
}
* html #nav {
	padding-top: 48px;
}
#nav a {
	color: #005533;
	/*text-transform:uppercase;*/
}
#nav a:hover {
	color: #FFFFFF;
}



/* the info bar with home link and hover type */
#infobar {
	float: left;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url(_img/infobg.gif) repeat-x;
	border-bottom: 5px solid #E8F5D7;
	border-left: 5px solid #E8F5D7;
	border-right: 5px solid #E8F5D7;
	padding: 7px 0 0 0;
	margin: 0;
	height: 26px;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 19px;
	width: 750px;
}
#homelink {
	float: left;
	padding: 0 20px;
	margin: 0;
	/*
	width: 265px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px;
	*/
}
#homelink a {
	color: #FFFFFF;
}
#homelink a:hover {
	text-decoration: none;
}
#theinfo {
	font-weight:bold;
	xtext-transform:uppercase;
	float: right;
	margin: 0px 20px;
	padding: 0;
}



/* primary content wrapper */
#contentwrap {
	clear: both;
	float: left;
	margin-bottom: 20px;
	border-right: 5px solid #E8F5D7;
	border-bottom: 5px solid #E8F5D7;
	border-left: 5px solid #E8F5D7;
	background-color: #FFFFFF;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 750px;
}
#contentborder {
	clear: both;
	float: left;
	border: 1px solid #D9F0BF;
	padding: 20px 20px 0 20px;
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 708px;
}




/* title strip with header pic and hero shot */
#titlestrip, #titlestripthin {
	clear: both;
	background-color: #F5D9EC;
	width: 708px;
}
#titlestrip {
	height: 177px;
}
#titlestripthin {
	height: 77px;	
}
#header {
	display: inline;
	width: 239px;
}
#mainpic {
	display: inline;
}



/* the actual page content 1 and 2 column layouts */
#content {
	clear: both;
	float: left;
	display: inline;
	width: 708px;
}
#onecol {
	float: left;
	display: inline;
	padding: 20px;
}
#leftcol {
	float: left;
	display: inline;
	padding: 20px 20px 0 0;
	width: 239px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 219px;
}
#rightcol {
	float: left;
	border-left: 1px solid #F9E8F4;
	padding: 20px 0 20px 20px;
	padding:0;
	width: 469px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 457px;
	xwidth: 427px;
	overflow: hidden;
}

* html #rightcol { /* ie mac tomfoolery */
	float /**/: right;
	margin-top /**/: -126px;
}



/* the footer with copyright and disclaimer */
#footerwrap {
	clear: both;
	float: left;
	background-color: #EDFCDB;
	border-left: 1px solid #D9F0BF;
	border-right: 1px solid #D9F0BF;
	border-bottom: 1px solid #D9F0BF;
	width: 710px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 708px;
	padding: 15px 20px 10px 20px;
}
#footerwrap p {
	padding:0px 0px 10px 0px;
	color: #609456; /*#A0C392;*/
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

#copyright {
	xfloat: left;
	xdisplay: inline;
	color: #A0C392;
	border-right: 1px solid #D9F0BF;
	padding: 10px 0 10px 20px;
	width: 260px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 239px;
}
#disclaimer {
	xfloat: left;
	display: inline;
	padding: 10px 0 10px 20px;
	color: #A0C392;
}
* html #disclaimer { /* ie mac tomfoolery */
	float /**/: right;
	text-align /**/: right;
	padding-right /**/: 20px;
	margin-top /**/: -30px;
}
#disclaimer a {
	color: #609456;
}
#disclaimer a.validate {
	color: #A0C392;
}
#disclaimer a.validate:hover {
	color: #609456;
}
#disclaimer a:hover {
	color: #000000;
}










/* page specific stuff
   ------------------- */



/* login */

#login, #whatsaying {
	display: block;
	padding: 12px;
	background-color: #EEFDDD;
	border: 1px solid #D1F3B5;
	margin-bottom: 15px;
}
#whatsaying {
	padding: 15px 15px 0 15px;
}
#login h2 {
	margin: 0 0 8px 0;
}
#login p, #login td {
	color:	#609456;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
.loglinks {
	margin-top: 15px;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	xline-height: 22px;
}
.loglinks a { font-weight: bold }


/* sign up area */

#signup {
	clear: both;
	display: block;
	margin-bottom: 15px;
	border: 1px solid #F8D7F9;
}
#signuphead a {
	display:block;
	font: normal 18px Georgia, "Times New Roman", Times, serif; 
	text-decoration: none;
	color: #DC70C1;
	padding: 10px 10px 0 10px;
}
#signupbody {
	margin: 0;
	padding: 10px;
}
#signupbody p {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-align: center;*/
	color: #666;
	margin: 0;
	padding: 0;
}
#signupbody a, #signupbody a:visited {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 0;
	margin: 0;
	color: #DC70C1;
	background: #FFEFFF;
	border-top: 1px solid #FFFCFF;
	border-bottom: 1px solid #F8D7F9;
	border-right: 1px solid #F8D7F9;
}
#signupbody a:hover {
	color: #DC70C1;
}
#signupbody .signbutton, #signupbody .signbutton:visited {
	font-size: 17px;
	color: #FFF;
	xbackground: #ED97D6;
	background: #F2AFE1;
	border-left: 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #E174C3;
	border-bottom: 1px solid #E174C3;
}
#signupbody .signbutton:hover {
	background: #E070C1;
	color: #FFF;
}
#signupbody li {
	background: url(_img/check.gif) no-repeat 0 0;
}



/* sec level nav */

#leftcol ul {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}

#leftcol li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#leftcol li a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 6px 6px 12px;
	color: #DC70C1;
	background: #FFEFFF;
	border-top: 1px solid #FFFCFF;
	border-bottom: 1px solid #F8D7F9;
}

#leftcol li #sel {
	background: #FBDDFA;
	border-bottom: 1px solid #F7C9F0
}

#leftcol li a:hover {
	color: #000;
}

.forgot {
	padding-top: 12px;
}

.pinkbox h2 {
	margin: 0 0 4px 0;
}

.pinkbox h3, #leftcol .pinkbox h3 a {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #B35A9B;
	margin: 10px 0 15px 0;
}

.pinkbox li h2, #leftcol .pinkbox h2 a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #B35A9B;
	margin: 0 0 4px 0;
}

#leftcol .pinkbox p {
	font: normal 11px/17px Georgia, "Times New Roman", Times, serif;
}

#leftcol .pinkbox ul {
	margin: 0 0 6px 0;
}

.pinkbox li span {
	background: url(_img/pinktick.gif) no-repeat 0 1px;
	padding-left: 15px;
}

#leftcol .pinkbox a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	border: 0;
	color: #C564AB;
	text-decoration: underline;
}

#leftcol .pinkbox a:hover {
	color: #A4538E;
}

.pinkbox {
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 15px; 
	padding: 6px 6px 9px 12px;
	color: #DC70C1;
	background: #FFEFFF;
	/*border-top: 1px solid #FFFCFF;*/
	border: 1px solid #F8D7F9;
}

.pinkbox h2 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #DC70C1;
	padding:3px 0px;
}

.pinkbox input {
	border-top: 1px solid #F8D7F9;
	border-left: 1px solid #F8D7F9;
	background: #FFFFFF;
	height:20px;
}

.pinkbox p {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #DC70C1;
	padding-bottom:6px;
}

.pinkbox select {
	background: #FFFFFF;
	height:20px;
}


.greenbox p {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #609456;
	padding-bottom:6px;
}


.greenbox {
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: block;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 15px; 
	padding: 6px 6px 9px 12px;
	color: #609456;
	background: #E8F6D9;
	/*border-top: 1px solid #FFFCFF;*/
	border: 1px solid #D9F0C1;
}

.greenbox h2 {
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #609456;
	padding:3px 0px;
}

.greenbox h2 {
	margin: 0 0 4px 0;
}

.greenbox h3, #leftcol .greenbox h3 a {
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #44693D;
	margin: 10px 0 15px 0;
}

.greenbox li h2, #leftcol .greenbox h2 a {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #44693D;
	margin: 0 0 4px 0;
}

.greenbox li span {
	background: url(_img/greentick.gif) no-repeat 0 1px;
	padding-left: 15px;
}



/* image prettifier */

.lbodypic, .rbodypic {
	background-color: #E5F9CE;
	border: 1px solid #BDE39E;
	padding: 5px;
}

.lbodypic {
	float: left;
	margin: 0 20px 9px 0;
}

.rbodypic {
	float: right;
	margin: 0 0 9px 20px;
}




/* calendar stuff */

.calendar {
	display: block;
	margin: 1px 0 10px 0;
	padding: 0 0 1px 0;
	width: 219px;
}

.mm {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px 0;
	margin: auto;
	float: left;
	display: block;
	width: 167px;
	background-color: #E48FCC;
	color: #FFF;
}

.calendar-prev {
	float: left;
}

.calendar-next {
	float: right;
}

.calendar-prev a, .calendar-next a {
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #E48FCC;
	text-decoration: none;
	font-weight: bold;
	width: 20px;
	padding: 5px 3px;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.calendar-prev a:hover , .calendar-next a:hover {
	color: #FFF;
	background-color: #E072C3;
}

.clearcal {
	clear: both;
	float: left;
}

.calendar a {
	color: #E072C3;
}

.calendar a:hover {
	color: #A23083;
}

.calendar tr {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.calendar th {
	text-align: center;
	background-color: #FAD8F9;
	color: #E072C3;
	margin: 0;
	padding: 3px;
}

.calendar td {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 3px;
	background-color: #FFEFFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	width: 219px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 213px;
	text-align: center;
}

.calendar td:hover {
	background-color: #FAD8F9;
}

.calendar td.selcal {
	background-color: #fff;
}

.today {
	background-color: #FFF;
}


/* books */

#books {
	margin: 0;
	padding: 0;
}

#books h3 {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 16px;
}

#books .lbodypic {
	margin: 0;
}

.price {
	border-top: 1px dotted #BCE4A0;
	padding-top: 10px;
	font-size: 14px;
}

.price s {
	color: #990000;
}

.bookdesc {
	padding: 0 0 0 12px;
	margin: 0;
	border-top: 1px solid #BCE4A0;
}

.addtocart {
	margin: 0;
	padding: 0;
	background-color: #BCE4A0;
	position: absolute;
	top: 0;
	right: 0;
}

p.addtocart a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 3px 15px;
	background-color: #E4F9CF;
	border-right: 1px solid #BCE4A0;
}

p.addtocart a:hover  {
	background-color: #BCE4A0;
	color: #FFF;
}

#boon {
	position: relative;
}


#promo {
	position: absolute;
	top: 35px;
	right: 0;
	xfloat:right;
	xpadding:6px 12px 0 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

* html #promo {
	position: relative;
	overflow: hidden;
	right: -200px;
	float: right;
	display: block;
}

p.usernav {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 6px 12px 6px 12px;
	font-size: 11px;
	color: #79B470;
	background: url(_img/usernavbg.gif) no-repeat left bottom;	
	font-family: geneva, tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	height: 28px;	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
}

* html p.usernav {
	position: relative;
	overflow: hidden;
	top: -8px;
	/*width: 245px;*/
	display:block;
	float: right;
}

.usernav a, .usernav .label {
	font-family: geneva, tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}

.usernav a:hover {
	text-decoration: underline;
}


/* cart specific */

.cart td, .cart th  {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 8px 8px 8px 0;
}

.cart td {
	border-bottom: 1px solid #BCE4A0;
	border-top: none;
	border-left: none;
	border-right: none;	
}

.cart th {
	font-weight: bold;
	border-bottom: 1px solid #BCE4A0;
	border-top: none;
	border-left: none;
	border-right: none;	
}

th.totals {
	border: none;
	color: #609456;
}	

td.grandtotal {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;	
}

td.cartnoborder {
	border: none;
}

.cartheads th {
	color: #609456;
}


#success, #fail {
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

#success {
	background-color: #E5FAD0;
	color: #114711;
}

#fail {
	background-color: #FF9999;
	border: 1px solid #DA350C;
	color: #FFF;
	font-weight:bold;
}
