body  {
	font: 85% "Trebuchet MS", serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #fff;
	line-height: 1.2em;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
} 



/* header */ 
.twoColFixLtHdr #header { 
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 0.8em;
	border-bottom: 1px solid #0b511c;

} .twoColFixLtHdr #header h1 {
	display: none;
}.twoColFixLtHdr #header input {
	display: inline;
} #header a {
	color: #000;
	text-decoration: none;
} #header a:hover {
	color: #98002e;
} #header img.random_1 {
} #header img.random_2 {
} #nav {
	border-top: 2px solid #0b511c;
	padding: 8px 0 5px 0;
}
	

 hr {
	text-align: center;
	margin: 5px auto 0px 0;
	border: none 0;
	border-top: 1px solid #98002e;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 



/* sidebar */
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url('../images/sidebar_bg.gif') repeat-x; 
	height: 600px;
	padding: 1.1em 5px 15px 5px;
	margin: 0;
	color: #000;
	font-size: 0.9em;
} #sidebar h3, #events h3 {
	color: #0b511c;
	width: 100%;
	border-bottom: 1px solid #0b511c;
	margin: 2em 0 1em 0;
} h3 a {
	text-decoration: none;
	color: #0b511c;
} .summary h3 a {
	border: 0;
} h3 a {
	text-decoration: none;
} #sidebar ul {
	margin: 10px 0;
	padding: 0;
} #sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	margin-right: 10px;
} #sidebar a {
	text-decoration: none;	
} a:hover {
	color: #000;
} #sidebar form {
	padding-bottom: 30px;
} #sidebar p {
	margin: 0;
} #searchbox {
	width: 155px;
}


/* drop-downs */
a.dropdownLink, a.sidebarButton {
	display: block;
	width: 150px;
	background: #fff url('../images/triangle.gif') no-repeat top right;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 5px;
	border: 1px solid #98002e;
	margin: 4px 0 0px 0;
	letter-spacing: 1px;
	font-size: 0.9em;
} a.sidebarButton {
	background: #fff;
} div#category_link, div#series_link {
	margin: 0 0 10px 0;
} .dropdown {
	border: 1px solid #98002e;
	border-top: 0;
	padding: 2px 5px;
	width: 150px;
	background: #fff;
	font-size: 0.9em;
	position: absolute;
	height: 130px;
	overflow: auto;
} #sidebar .dropdown ul {
	margin: 0;
} #sidebar .dropdown ul li {
	padding: 1px 0;
} 
	

/* events sidebar */
div#events {
	float: right;
	width: 170px;
	background: #fff url('../images/sidebar_bg.gif') repeat-x;
	padding: 2.1em 5px 15px 5px;
	color: #000;
	font-size: 0.9em;
	margin: 0;
} div#events ul, div#events ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
} 


/* headers */
h1 {
	color: #0b511c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 1.2em 0;
} h2 {
	color: #0b511c;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
} h2+p {
	margin-bottom: 2em;
} h3  {
	margin:0 0 0.2em 0;
	line-height: 1.1em;
} h4, h5 {
	font-weight: normal;
	color: #000;
	margin: 0 0 0.2em 0;
	line-height: 1.1em;
} h4 {
	font-size: 1.1em;
	color: #0b511c;
} h5 {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-style: italic;
	color: #0b511c;
} h4 a, h5 a {
	color: #0b511c;
	text-decoration: none;
} h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #000;
	background-color: #E2E5B9;
} h3 a {
	color: #98002e;
	border-bottom-color: #98002e;
} h3#roseway {
	border-bottom-color: #98002e;
}




/* content */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 1.8em 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


p+p {
	text-indent: 1em;
} p {
	margin: 0.5em 0;
} h2+ul {
	margin-bottom: 2em;
} p+h2 {
	margin-top: 2em;
} ul+p {
	margin-top: 2em;
} h4+h2 {
	padding-top: 1em;
} h4+h5 {
	padding-top: 0.25em;
} ul {
	margin: 0;
	padding: 0;
} ul li {
	list-style-type: circle;	
	margin: 0 0 0 15px;
	padding: 0;
} img.bookcover {
	margin: 0 0.5em 0 0;
	border: 1px solid #ccc;
} div.summary {
	border: 1px solid #0b511c;
	width: 275px;
	margin: 1em 0;
	padding: 0.5em;
	font-size: 0.85em;
} div.summary img.bookcover {
	float: left;	
} div.left {
	height: 28em;
	float: left;
	margin-left: 0;
} div.detail {
	padding: 0 20px 20px 0;
	width: 170px;
	float: left;
	margin-left: 0;
} div.right {
	text-align: left;
	float: left;
	margin-left: 1em;
	margin-right: 0;
	height: 28em;
} div.clearSummary {
	width: 100%; 
	float: left;
} div.index {
	width: 370px;
}p.exam {
	font-size: 0.85em;
}p.sort{
	font-size: 0.85em;
	text-indent: 0;
} p.sort a {
	text-decoration:none;
} p.intro {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 0 50px 30px 50px;
	width: 300px;

	



} div#about_book {
	margin: 0 0 0 220px;
	padding: 10px 0;
} div#about_book h1 {
	margin: 0;
} div.detail img.bookcover {
	margin: 10px 0 10px 0;
} img.buy {
	border:0;
	margin: 0 0 5px 0;
} ul.bookdetails {
	list-style-type: none;
	font-size: 0.9em;
	margin: 2px 0 0 0;
	padding: 0;
} ul.bookdetails li {
	list-style-type: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
} a.button, button, input[type=submit] {
	text-decoration: none; 
	color: #0b511c;
	border: 2px double #0b511c;
	background-color: #fff;
	padding: 3px 6px;
	font-size: 0.9em;
} a.button {
	line-height: 30px;

} a.button:hover, button:hover, input[type=submit]:hover {
	color: #fff;
	background-color: #0b511c;
} div.event_books {
	width: 200px; 
	float: left;
	padding: 10px 0;

	
	
} a {
	color: #98002e;
} a:hover {
	color: #000;
} .center {
	text-align: center;
	text-indent: 0;
} .right {
	text-align: right;
} a img {
	border: 0;
} p.footer {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-top: 20px;
} img.logo {
	padding: 0 28px;
} img.first {
	padding-left: 0;
} img.last {
	padding-right: 0;
} 




/* footer */
.twoColFixLtHdr #footer { 
	/*background: #b0b579;*/
	margin: 0;
	text-align: center;
	font-size: 0.8em;
	border-top: 1px solid #0b511c;
	border-bottom: 2px solid #0b511c;
	padding: 8px 10px 5px 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/* floats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* form formatting */
form#contact {
	text-align: center;
	padding-top: 5px;
} form div {
	margin-top: 5px;
	width: 100%;
	padding-bottom: 20px;
} label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
} input, select {
	float: left;
} div.wide label {
	float: none;
	text-align: center;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
} textarea {
	float: none;
	width: 400px;
	height: 200px;
} div.wide {
	float: none;
	margin-top: 5px;
	text-align: center;
} div.wide input {
	margin-top: 0px;
	clear: both;
	float: none;
} div.check input {
	float: left;
	margin-left: 50px;
} div.check label {
	float: right;
	text-align: left;
	width: 300px;
} label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}



/* shopping cart table */
 table {
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px solid #98002e;
} td {
	margin: 0px;
	font-size: 0.9em;
	padding: 6px;
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} th {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 10px 0 0 6px;
	font-size: 0.85em;
	text-align: left;
	color: #98002e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} tr.odd {
	background-color: #FCFEE9;
} td.title {
	text-align: left;
} td a:hover {
	background-color: #98002e;
	color: #0b511c;
} tr.subtotal td {
	border-top: 2px solid #000;
	color: #0b511c;
	margin: 4px 0;
} tr.total td {
	border-top: 2px solid #000;
	color: #0b511c;
	margin: 8px 0;
	font-weight: bold;
	background-color: #FCFEE9;
	width: 100%;
} select#country {
	float: right;
} input#checkout {
	float: right;
} p.checkout {
	font-size: 0.9em;
	padding: 6px;
} div#ajaxShip table {
	text-align: right;
} td.empty {
	width: 180px;
	
} .right {
	text-align: right;
} .center {
	text-align: center;
} img.icon {
	 vertical-align: middle;
	 padding: 5px;
}
	

		