
/* CSS Document */
body {
 background-color:#FFFFCC;
 color: black;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 margin-top: 30px;
}

#mainWrapper { width: 800px; }

#contentTD {
 background-image:url(images/bg.gif);
 background-repeat:no-repeat;
 background-color:#f9e174;
}

img,
table,
td,
tr {
 border: none;
 margin: 0;
 padding: 0;
}

h1 {
 font-size: 2.0em;
 font-style: oblique;
 font-weight: normal;
}

h2 {
 font-size: 1.0em;
 font-weight: bold;
}

h3 {
 font-size: 1em;
 font-weight: normal;
 font-style: oblique;
}

#leftCol { vertical-align:top; }

#rightCol #rcContent {
 margin-right: 30px;
 letter-spacing: 1px;
}

.bt { /*book title */
 font-weight: bold;
 font-style: oblique;
}

#price { font-size: 1.3em; }

#homePage p { font-size: 1.1em; }

#orderPage p { font-weight: bold; }

#orderPage .small {
 font-weight: normal;
 font-size: .7em;
}
sup{
  font-size: .5em;
}

.btnForm{
  display: inline;
}
button{
  background-image: url(./images/blank-btn.gif);
  background-color: transparent;
  border: none;
  padding: 0;
  background-position: center;
  width: 113px;
  height: 35px;
  color: white;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
  font-size: 1.4em;
}
button:hover{
  background-image: url(./images/blank-btn_f2.gif);
}
