
.noDisplay {
  display:none;
}

.fix {
	visibility:hidden;
	clear:both;
	display:block;
}

IMG.floatLeft {
	border: 1px solid black;
	
  float:left;
	clear:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: -1px;
	margin-left: 0;
}

IMG.noFloat {
	border: 1px solid black;
	
	margin: 0;
	padding: 0;
	margin-right: -1px;
}

html,body {
  margin: 0;
	padding: 0;
}


/* {{{ main layout columns */
DIV.frame {
	padding:15px;
	width:80%;
}

DIV.page {
	width:100%;
}

DIV.main {
	width:100%;
}

DIV.wrap {
	width:100%;
	padding:5px;
}

DIV.left_col {
	display:none;
}

DIV.right_col {
	display:none;
}

DIV.mid_col {
	width:100%;
	margin:0;
	padding-left:10px;
	padding-right:40px;
	padding-bottom:10px;
	border:1px solid;
	
}

div#body {
  width:100%;
  /*padding-bottom:20px;
  margin:10px;*/
  
}
/* }}} main layout columns */

* {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1em;
}

div#body p>a:after {
  content: " [" attr(href) "] ";
  font-weight: bold;
}

h1 {
	font-weight: normal;
	font-size: .65em;
	color: #A0A19C;
}
h2 {
	font-weight: normal;
	font-size: .65em;
	color: black;
}
h3 {
	font-weight: normal;
	font-size: .65em;
	color: #a02d2b;
}

div#body p {
	font-weight: normal;
	/*font-size: 1em;*/
	line-height: 1.3em;
	color: #676864;
	
font-size:0.65em;
}

div#body ul {
	display:none;
}

div#body dt {
	clear:both;
  float:left;
  margin:0pt;
  padding:0pt;
  
  color:#A0A19C;
  font-size:0.65em;
}

div#body dl {
  margin:0pt;
  padding:0pt;
  
  font-size:0.65em;
}

/* {{{ book_table */
table#book_table{
	float: left;
	width: 560px;
	padding: 0;
	margin: 0;
	margin-top:10px;
	
	font-weight: normal;
	font-size: .65em;
	text-align: left;
	border-top: 1px solid #A0A19C;
}
table#book_table caption {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	
	color: #A02D2B;
	border-top: 1px solid #A0A19C;
}
table#book_table th {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	
	color: #A02D2B;
	border-bottom: 1px solid #A0A19C;
}
table#book_table td {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

table#book_table .price {
	text-align:right;
        width: 10%;
}
table#book_table .pages{
	text-align:right;
        width: 10%;
}

table#book_table .author{
	width: 35%;
}

table#book_table .title{
	width: 45%;
}

table#book_table td a,
table#book_table td a:hover,
table#book_table td a:focus {
	color: black;
	text-decoration: none;
}

table#book_table.noTop{
	border-top: none;
}

/* }}} book_table */


* a {
	color: #A0A19C;
	text-decoration: none;
}
* a:hover,
* a:focus{
	color: black;
}
