@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #eeddbb;
}
#branding {
    border-top: 0px solid #EDB;
}
#page {
	position: relative;
	top: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eeddbb;
	padding: 0px;
	padding-top: 10px;
}

#heading {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 153px;
	margin: 0px;
	margin-left: 10px;
	white-space: nowrap;
}
#heading h1 {
	font-size: 60px;
	font-style: italic;
	font-weight: bolder;
	font-weight: 800;
    vertical-align: top;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
#heading h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}
#heading img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
    width: 90px;
    height: 153px;
}
#companyname, #companynameb {
	position: absolute;
	top: 0px;
	left: 40px;
	height: 153px;
	width: 610px;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	border: solid 1px #eeddbb;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #663300;
}
#companynameb {
	top: -2px;
	left: 38px;
	color: #f7eedd;
}

#main {
	position: relative;
	width: 590px;
	left: 20px;
	top: 0px;
	padding-top: 22px;
	padding-bottom: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#main a {
	color: #331100;
}
.plarkh1 h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.plarkh1 h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
.plarkh1 h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	text-indent: -20px;
	font-family: "Times New Roman", Times, serif;
}
#main p {
	color: #331100;
}
#main p .general {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
}
.plarkh1 {
	position: relative;
	width: 590px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #663300;
/*	color: #336600; */
}
.plark {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
/*	color: #663300; */
	color: #336600;
}
.plarktitle, .plarkback {
	position: relative;
	width: 590px;
	padding: 0px;
	margin: 0px;
}
.plarkback {
	position: absolute;
	left: -2px;
	top: -2px;
	color: #f7eedd;
}
.plark h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
.plark h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
}

/* Home */
#free {
	position: relative;
	width: 160px;
	height: 160px;
	background-image: url(pic/circle.png);
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	color: #336600;
	color: #cc3300;
}
.freecenter {
	text-align: center;
	padding-top: 5px;
}
.freetitle, .freeback {
	position: relative;
	width: 150px;
	padding: 0px;
	margin: 0px;
}
.freeback {
	position: absolute;
	left: -2px;
	top: 3px;
	color: #f7eedd;
}
#free h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}

/* Authors */
#main .author {
}
#main .authorbooks {
	padding-bottom: 14px;
}
.authorbooks .authbooks h3 {
	color: #663300;
	font-weight: bold;
	margin-bottom: 0px;
}
.authorbooks .authbook p {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.authorbooks .authbook a {
	text-decoration: none;
}
.authorbooks .authbook a:hover {
	text-decoration: underline;
}
#main .title {
	font-style: italic;
}

/* Contacts & Orders*/
#main #contactframe {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contactframe .filledtable {
	background-color: #f7eedd;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	border: solid 1px #ddcc99;
}
#contactframe table {
	border: solid 1px #331100;
}
#contactframe th {
	color: #663300;
}
#contactframe td, #contactframe option {
	font-size: 12px;
	color: #663300;
}
#contactframe .red {
	font-size: 12px;
	color: #ff0000;
}
#main .indented {
	margin-left: 90px;
}
#main .indented p {
	margin-left: 20px;
	text-indent: -20px;
}
#contactframe .inner {
	border: none 0px #f7eedd;
}
#contactframe .small {
	font-size: 12px;
}

/* Book Page */
#main #smallcover {
	float: left;
	position: relative;
	width: 200px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#main #smallcover img {
	border: solid 5px #f0f0f0;
	border-right: solid 5px #e0e0e0;
	border-bottom: solid 5px #e0e0e0;
}
#main #bookdesc {
	position: relative;
	margin-left: 220px;
}
#main #bookdesc h2 {
	color: #336600;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main #bookdesc .subh2 {
	color: #663300;
	font-size: 16px;
}
#main #bookdesc p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #tabs {
	clear: both;
	position: relative;
	height: 20px;
	width: 590px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669955;
	margin-top: 20px;
}
#main #tabs2 {
	clear: both;
	position: relative;
	height: 42px;
	width: 590px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #669955;
	margin-top: 20px;
}
#main .tab {
	display: inline;
	position: absolute;
/*	top: 0px; */
	height: 20px;
/*	width: 78px; */
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #669955;
	border-right-color: #669955;
	border-bottom-color: #669955;
}
#main .tabopen {
	display: inline;
	position: absolute;
/*	top: 0px; */
	height: 20px;
/*	width: 78px; */
	text-align: center;
	background: #f7eedd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #669955;
	border-right-color: #669955;
	border-bottom-color: #669955;  /* #eeddbb; */
}
#main .tabspare {
	display: inline;
	position: absolute;
/*	top: 0px; */
	height: 20px;
	width: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeddbb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669955;
}
#main #tab1 {
	top: 0px;
	left: 0px;
	width: 78px;
}
#main #tab2 {
	top: 0px;
	left: 80px;
	width: 78px;
}
#main #tab3 {
	top: 0px;
	left: 160px;
	width: 78px;
}
#main #tab4 {
	top: 0px;
	left: 240px;
	width: 78px;
}
#main #tab5 {
	top: 0px;
	left: 320px;
	width: 78px;
}
#main #tab6 {
	top: 0px;
	left: 400px;
	width: 78px;
}
#main #tab7 {
	top: 0px;
	left: 480px;
	width: 78px;
}
#main #tab8 {
	top: 21px;
	left: 0px;
	width: 158px;
}
#main #tab9 {
	top: 21px;
	left: 160px;
	width: 158px;
}
#main #tabs #tab0, #main #tabs2 #tab0 {
	left: 560px;
	width: 30px;
}
#main #tabs p, #main #tabs2 p {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	margin: 0px;
}
#main #pool {
	position: relative;
	width: 570px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #669955;
}
#main #pool #coverimg {
}
#main #pool img {
	border: solid 15px #f0f0f0;
	border-right: solid 15px #e0e0e0;
	border-bottom: solid 15px #e0e0e0;
}
#main #pool #poolspace {
	width: 80px;
	text-align: center;
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main #pool #btn {
	position: relative;
	left: 490px;
	width: 80px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 1px #999966;
}
#main #pool #btn p, #main #pool #poolspace p {
	color: #999966;
	margin: 0px;
}
#main #pool .extract {
	margin-top: 10px;
}
#main #pool .extract p {
	margin-bottom: 0px;
}
#main #pool .extract .from {
	text-align: right;
	font-style: italic;
	margin-top: 0px;
}

/* Catalogue */
#main .book {
	margin-bottom: 10px;
	clear: both;
}
#main .book a {
/*	color: #663300; */
	text-decoration: none;
	margin-bottom: 0px;
}
#main .book a:hover {
/*	color: #331100; */
	text-decoration: underline;
}
#main .book .thumb {
	width: 50px;
	margin-right: 6px;
	float: left;
	text-align: center;
}
#main .book .thumb img {
}
#main .book h3 {
	color: #336600; 
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 60px;
}
#main .book .subh3 {
	color: #663300; 
	font-size: 14px;
}
#main .book .catauth {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 60px;
}

/* ForthComing */
#main .newbook {
}
#main .newbook .subhead {
	color: #663300; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main .newbook h3 {
	color: #663300; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main .newbook p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#menu {
	position: relative;
	width: 150px;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f7eedd;
	border-right-color: #ddcc99;
	border-bottom-color: #ddcc99;
	border-left-color: #f7eedd;
	padding-bottom: 5px;
}
.menu {
	margin-top: 25px;
	margin-bottom: 12px;
}
.menu a  {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f7eedd;
	border-right-color: #ddcc99;
	border-bottom-color: #ddcc99;
	border-left-color: #f7eedd;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.menu a:hover  {
	background-color: #f7eedd;
}
.menu a:active  {
	font-weight: bold;
	color: #663300;
	border-top-color: #ddcc99;
	border-right-color: #f7eedd;
	border-bottom-color: #f7eedd;
	border-left-color: #ddcc99;
}
.submenu a {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.submenu a:hover {
	font-weight: bold;
}

#hilite {
	position: relative;
	width: 150px;
	text-align: center;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f7eedd;
	border-right-color: #ddcc99;
	border-bottom-color: #ddcc99;
	border-left-color: #f7eedd;
	padding-bottom: 5px;
	margin-top: 15px;
}
#hilite p, #hilite a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#hilite .freecenter a  {
	color: #331100;
	text-decoration: none;
}
#hilite .freecenter a:hover  {
	color: #663300;
}
#hilite .btn a  {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f7eedd;
	border-right-color: #ddcc99;
	border-bottom-color: #ddcc99;
	border-left-color: #f7eedd;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#hilite .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
#hilite a:hover  {
	background-color: #f7eedd;
}
#hilite .btn a:active  {
	font-weight: bold;
	color: #663300;
	border-top-color: #ddcc99;
	border-right-color: #f7eedd;
	border-bottom-color: #f7eedd;
	border-left-color: #ddcc99;
}

#footer {
	position: relative;
	width: 800px;
}
#footer p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	padding-bottom: 6px;
	color: #331100;
	font-family: Arial, Helvetica, sans-serif;
}
#footbar {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f7eedd;
	border-bottom-color: #ddcc99;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ddcc99;
	border-left-color: #f7eedd;
	text-align: center;
	padding: 0px;
}
#footbar a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0px;
}
#footbar a:hover {
	color: #331100;
}
#footer .toRight {
	float: right;
	margin-right: 30px;
}
#footer .toMWP a {
	text-decoration: none;
	color: #331100;
}
#right {
/*	top: 450px;	*/
	position: absolute;
	left: 620px;
	top: 170px;
	width: 150px;
}
#right #newprice {
	position: relative;
	top: 20px;
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #993300;
}
#right h3 {
	margin: 0px;
}
#right p {
	margin: 0px;
}

#right #order {
	width: 150px;
	text-align: center;
}
#right #order h2 {
	font-style: oblique;
	color: #663300;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#right  #order  a {
	font-style: italic;
	color: #663300;
	margin-top: 0px;
	padding-top: 0px;
}
#right  #order  .tipe {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	margin-top: 0px;
	padding-top: 0px;
	white-space: nowrap;
}

/* Frankfurt Catalogue */
#mainx {
/*	position: relative;
	left: 60px; 
	top: 0px; */
	padding-left: 20px;
	width: 760px;
	padding-top: 22px;
	padding-bottom: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.leftcol {
	position: relative;
	width: 355px;
	float: left;
}
.rightcol {
	position: relative;
	width: 355px;
	float: right;
}
.clear {
	clear: both;	
}
.catDownload {
	color: #331100;;	
}
.catAuthor, .catAuthor p {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Red;
	margin: 0;
}
.catTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Red;
	margin-top: 0;
	margin-bottom: 5px;
}
.catSubTitle {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: Red;
	margin-top: 0;
	margin-bottom: 5px;
}
.catDesc {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.catDetails {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: Red;
	margin-top: 0;
	margin-bottom: 3px;
}
.catType {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #336600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.catCover {
	float: left;
	margin-right: 20px;	
	margin-bottom: 15px;
	border: 1px solid #444444;	
	box-shadow: 5px 5px 4px #888888;
	}
.catBookImg {
	float: left;	
	margin-right: 20px;	
	border: 1px solid #444444;	
}
.catFoot {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #336600;
}
.minheight {
	float: left;
	width: 1px;
	height: 320px;	
}
.toclear {
	clear: both;	
}
.ebook {
	color: #331100;
	font-size: 14px;
}