body {
	margin:0;
	padding:0;

	font-family: Sans-Serif;
	font-size: 12pt;

	line-height:140%;

	background-image:url(../images/klondyke_background.png);
	background-position:top center;
	background-repeat: repeat-y;
}

#center
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
img {
	border:0;
}

p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}
a {
	color: #7e570b;
	text-decoration: underline;
}
a:hover {
	color:black;
	text-decoration: none;
}

h1 {
	font-family:Times, Serif;
	color:#d69514;
	font-size:24pt;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:0.5em;
	letter-spacing:-0.75pt;
	font-style:italic;
}
h2 {
	font-size:16pt;
	padding:0;
	margin:0;
	margin-bottom:0.25em;
}
h3 {
	font-size:12pt;
	font-style: italic;
	/*padding-top:0.25em;
	padding-bottom:1em;*/
	margin:0;
	padding:0;
}


#quicksearch {
	float:right;
}
#quicksearch input[type="text"] {
	border:1px #7e570b solid;
	padding:2px;
	width:200px;
	background-color:#ffe4b7;
	font-size:11pt;
}
#quicksearch input[type="image"] {
	vertical-align:middle;
}

#topbar_logo {
	padding:8px;
	width:238px;
	height:80px;
	background:black;
	float:left;
}
#topbar_logo img {
	margin-top:15px;
	margin-left:25px;
}
#topbar_space {
	background-color:#fcaf17;
	height:80px;
	padding:8px;
}
#menu {
	clear:right;
	float:right;

	font-size:110%;
	font-family: Arial;
	margin:0;
	padding:0;
	padding-top:32px;
	list-style-type: none;
}
#menu #last {
	border-right:0;
	padding-right:0;
}
#menu li {
	float: left;
	overflow:hidden;
	padding:0 10px 0 10px;
	border-right:1px #bd8311 solid;
	margin-left:1px;
	vertical-align:middle;
}
#menu li a {
	color:#7e570b;
	text-decoration: none;
}
#menu li a:hover {
	color:black;
	text-decoration: underline;
}
#menu .active {
	font-weight:bold;
}


#body {
	clear:both;
	padding:32px 16px 16px 16px;
}

label
{
	vertical-align:middle;
	padding-left:4px;
	height:1em;
}


/* ================================================ */
/* http://www.cssstickyfooter.com */
/** {margin:0;padding:0;} */
html, body {height: 100%;}
#wrap {min-height: 100%;}
#main
{
	overflow:auto;
	padding-bottom: 4em;  /* must be same height as the footer */
}

#footer {position: relative;
	margin-top: -4em; /* negative value of footer height */
	height: 4em;
	clear:both;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* ================================================ */

#footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background:#fcaf17;
	height:4em;
	/*padding-top:1em;*/
}
#footer p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:90%;
	color:#7e570b;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}

#home_rightcolumn {
	float:right;
}
#home_rightcolumn #left {
	float:left;
	padding-left:16px;
	padding-right:16px;
	width:300px;
}
#home_rightcolumn #right {
	float:left;
	width:150px;
}
.ppbox {
	margin-bottom:1em;
	border-top:1px #d69514 solid;
	/*border-left:1px #d69514 solid;*/
	border-collapse: collapse;
	font-size:80%;
	width:100%;
}
.ppbox td, .ppbox th {
	border-bottom:1px #d69514 solid;
	/*border-right:1px #d69514 solid;*/
	padding:4px;
	white-space: nowrap;
	line-height:120%;
}
.ppbox th {
	text-align:left;
	font-weight:normal;
	/*min-width:225px;*/
}

.center {
	text-align:center;
}


.category_columns
{
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;

	-moz-column-width:310px;
	-webkit-column-width:310px;
	column-width:310px;

	font-size:85%;
}
.category_columns ul
{
	margin-top:0;
	padding-left:2em;
}

/*
.category_main {
	font-weight:bold;
}
.category_sub {
	margin-top:0;
	margin-left:2empx;
	xmargin-left:-10px;
	margin-bottom: 16px;
}
.category_sub li {
	font-weight:normal;
}
.catcolumn {
	width:25%;
	float:left;
	border:1px purple solid;
}
*/




/*
#category_books div {
	float:left;
	border-bottom:1px #888888 solid;
	height:1.25em;
	overflow:hidden;
}
*/
#category_books {
	width:100%;
	/*margin-left:-4px;*/
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px #d69514 solid;
	/*border-right:1px #d69514 solid;*/
	padding-top:0.25em;
}
#category_books td {
	border-bottom:1px #d69514 solid;
	/*border-left:1px #d69514 solid;*/
	height:1em;
	padding:2px;
	padding-bottom:0.25em;
	padding-top:0.25em;
}
#category_books td div {
	height:1.25em;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:120%;
}
#category_books .cata {
	width:25%;
}
#category_books .catt {
}
#category_books .catp {
	width:5%;
	text-align:right;
	padding-right:4px;
}
#category_books .cati {
	width:50px;
}
#category_books .cati img {
	display:block;
}

.bold {
	font-weight:bold;
}

#booktable {
	margin-top: 1em;
	margin-bottom:1em;
	border-collapse: collapse;
	border-top: 1px #d69514 solid;
}
#booktable th, #booktable td {
	padding-top:4px;
	padding-bottom:4px;
}
#booktable th {
	font-weight:bold;
	text-align:left;
	white-space: nowrap;
	vertical-align:top;
	min-width:150px;
}
#booktable td {
	width:100%;
}
#booktable tr {
	border-bottom: 1px #d69514 solid;
}

#bookcover {
	float:right;
	margin-left:32px;
}

.calendar_item {
	margin-top:0;
	margin-bottom:1em;
}

.contactbox
{
	box-sizing: border-box;
	float:left;
	padding:16px;
	margin-right:16px;
	margin-bottom:16px;
	/*border:1px #7e570b solid;*/
	height:400px;
	width: 31%;
	background-color:#e8dac0;
}

.contactbox h2
{
	margin-bottom:0.5em;
}

.page_browser {
	text-align:center;
	font-size:90%;
}
.page_browser a {
	text-decoration: none;
}
.page_browser a:hover {
	text-decoration: underline;
}

.sort_panel
{
	text-align:center;
	font-size:90%;
	padding-bottom:1.5em;
}
.sort_panel a {
	text-decoration: none;
}
.sort_panel a:hover {
	text-decoration: underline;
}



#cart_table {
	border-collapse: collapse;
	margin-top:1em;
	margin-bottom:2em;
	border-top: 1px #d69514 solid;
}
#cart_table th {
	text-align:left;
	font-weight:bold;
}
#cart_table td, #cart_table th {
	padding:4px;
	border-bottom: 1px #d69514 solid;

	/*
	xborder-left: 1px #d69514 solid;
	xborder-right: 1px #d69514 solid;
	*/
}
#cart_table .carti {
	width:32px;
}
#cart_table .carta {
	width:25%;
}
#cart_table .cartt {
	width:75%;
}
#cart_table .carti img {
	display:block;
}
#cart_table .cartp {
	width:80px;
	text-align:right;
	white-space:nowrap;
}
#cart_table .cartd {
	width:16px;
	white-space:nowrap;
}
#cart_table .cartd img {
	display:block;
}
#cart_table .cart_total {
	font-weight: bold;
}

#orderform {
}

#orderform .block {
	margin-bottom: 1em;
	/*white-space: nowrap;*/
}
#orderform .header {
	font-style: italic;
}
#orderform .caption {
	float:left;
	width:110px;
	overflow:hidden;
	white-space: nowrap;
	letter-spacing:-0.8px;
	overflow:hidden;
	margin-bottom:0.25em;
	text-align:right;
	font-weight:bold;
	margin-right:8px;
	text-align:left;
}
#orderform .input {
	margin-bottom:0.25em;
}

.blackborder {
	border:1px black solid;
}

.buttonstyle {
	display:inline;
	vertical-align:middle;
	margin-right:8px;
}

#imageplaceholder {
	margin-top: 1em;
}


.paddingbottom {
	padding-bottom:1em;
}

#searchlayout_main {
	float:left;
	width:60%;
}
.searchlayout_main h2 {
	margin-top:16px;
}
.checkboxlist {
	width:250px;
	float:left;
}

#searchlayout_bookid {
	float:left;
	background:#fcaf17;
	width:40%;
	min-width:250px;
}
#searchlayout_bookid_inner {
	padding:16px;
}

.coverselect_active {
	border:2px #7e570b solid;
	padding:1px;
	margin:1px;
}
.coverselect_inactive {
	padding:3px;
	margin:1px;
}

#related img {
}

.smallsearchicon {
	width:16px;
	height:16px;
}

div.language
{
	float:right;
	margin-right:1em;
	font-size:10pt;
	color:#7e570b;
}
div.language span
{
	margin-right:0.75em;
}
div.language span:last-child
{
	margin-right:0;
}
div.language span img
{
	margin-right:4px;
}
div.language span a
{
	color:#7e570b;
	text-decoration:none;
}
div.language span a:hover
{
	text-decoration:underline;
}