/* Common */
body,table,input,select,textarea { 
  font-family:Verdana, Arial, sans-serif; 
  font-size:0.8em;
}

/* Remove padding and margin */
*
    {
    margin: 0;
    padding: 0;
    border: 0;
}

body {  
  color:#000;
  background:#D6D6AD url('../images/i-bg-texture.gif');
  border-top:#FF8000 solid 20px;
  line-height:1.5em;
}

p { 
  margin:1em 0 1em 0; 
}

p.writer {
	text-align: right;
	font-weight: bold;
}

dl.col { 
  line-height:1.6em;
  margin:0 0 30px 0;
}

dl.col dt { 
  float:left; 
  width:9em;
  color:#008000;
  font-weight:bold;
}

dl.col dd { 
  margin-left:9em;
}

dl.col dd {
	margin-left: 10px;
}

dl.col dt span {
  font-weight:normal;
}

.clr {
	clear:both;
	zoom:1;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.right {
  float:right;
}

.left {
  float:left;
}

img.left {
  margin:0 15px 15px 0;
}

img.right {
  margin:0 0 15px 15px;
}

a {
  color:#008000;
}

a:hover {
  color:#FF8000;
}

h1 {
  font-size:1.7em;
  font-weight:normal;
  font-family:'Trebuchet MS', Arial, sans-serif;
  margin:0 0 20px 0;
  line-height:1.2em;
}

h2 {
  font-size:1.4em;
  font-weight:normal;
  font-family:'Trebuchet MS', Arial, sans-serif;  
  margin:15px 0 10px 0;
}

h3 {
  font-size:1.2em;  
  font-family:'Trebuchet MS', Arial, sans-serif;
  font-style:italic;
  color:#008000;
}

/* Layout */

#constrain {
  background:transparent url('../images/i-logo.gif') no-repeat;
  width:900px;
}

#content {  
  padding:110px 0 0 0;
  min-height:400px;
  margin:0 0 0 290px;
}

#nav-side {
 float:left;
 margin:165px 40px 0 0;
 text-align:center;
 width:250px;
}

#nav-side a {
  font-family:'Trebuchet MS', Arial, sans-serif;  
  font-style:italic;
  font-size:1.3em;
  text-decoration:none;
  color:#000;
  font-weight:bold;  
}

#nav-side a:hover {  
  color:#008000;
}

#nav-side ul {
  margin:0 0 40px 40px;
}

#nav-side li {
  line-height:1.9em;
  list-style:none; 
  text-align:left;
}

#nav-side li ul a {
  font-style:normal;
  font-size:1.2em;
  
  color:#5C5F48;  
}

#nav-side li ul li {
  line-height:1.6em;  
  background:transparent url('../images/g-list-icon.gif') no-repeat 0px 9px;
  padding:0 0 0 16px;    
}

#nav-side li ul {
  margin:10px 0 10px 0;
}

#nav-side img {
  margin:0 0 20px 0;
}

#footer {
  background-color:#008000;
  margin:20px 0 0 0;
}

#footer li {
  display:inline;
  margin:0 10px;
  line-height:2em;
}

#footer a {
  color:#D6D6AD;
  text-decoration:none;
}

#footer a:hover {
  color:#fff;
}

/* Content */

.highlight {
  font-weight:bold;
}

.book-details {
  width:150px;
  font-size:0.86em;
  border:#008000 solid 1px;
  margin:0 0 20px 30px;
  text-align:left;  
}

.book-details h2 {
  display:block;
  color:#fff;
  background-color:#008000;
  margin:0;
  padding:0 0 5px 5px;
}

.book-details dl {
  padding:5px;
}

.book-details dt {
  font-weight:bold;
  color:#008000;
}

#content a.order {
  background-color:#008000;
  display:block;
  height:50px;
}

.centeredImage
{
  text-align:center;
  margin:5px 0  0 5px;  
  padding:0px;
}

.select {
font-weight:bold;
font-size:12px;
} 

table.order-table {
  position:absolute; 
  
}

#content .image-strip {
  width:180px;
  text-align:right;
}

#content .image-strip img {
  margin:0 0 20px 0;
}


dl.review { 
  line-height:1.6em;
  margin:0 0 30px 0;
	width: 620px;
}

dl.review dt { 
  float:left; 
  width:11em;
  color:#008000;
  font-weight:bold;
	margin-bottom: 0.7em;
}

dl.review dd { 
  margin-left:11em;
	width: 500px;
	margin-bottom: 0.7em;
}

dl.review dt span {
  font-weight:normal;
}