#productImage {
   vertical-align: top;
   float: left;
   margin: 0;
   padding: 0;
   width: 220px;
}

#productInfo {
   vertical-align: middle;
   margin-left: 220px;
}

#productInfo form {
   display: inline;
   width: 60px;
}

#returnButton, #buyNowButton {
   float: right;
   margin: 5px;
}

#partList {
   list-style-position: inside;
}

#headerEnd {
   border-bottom: thin black inset;
   padding-top: 10px;
}

#bookDetails {
   margin-top: 10px;
   float: left;
   text-align: left;
}

#bookDetails strong {
   width: 10em;
   float: left;
}

#tableOfContents {
   margin-top: 10px;
   float: right;
   text-align: right;
}

.clearer {
   clear: both;
}

.fakeshadow {
   position: relative;
   color: #C0C0C0;
   font-size: 2.2em;
   font-weight: bold;
   line-height: normal; /* stop IE 7 from screwing up */
}

.fakeshadow span {
   position: absolute;
   top: 3px;
   left: 3px;
   width: 100%;
   height: 100%;
}

.fakeshadow span.last {
   top: 2px;
   left: 2px;
   color: red;
   text-outline: 1px; 1px; white;
}

.shoplink {
   position: absolute;
   font-size: 16px;
   top: 285px;
   left: 105px;
}

.shoplink_container {
   position: relative;
}

a.glowac {
   display: block;
   width: 325px;
   height: 275px;
   background: transparent url('/public/medad_images/page_accounting.png') no-repeat;
}

a.glowac:hover {
   background-position: -318px 0;
   text-decoration: none;
}

a.glowav {
   display: block;
   width: 325px;
   height: 275px;
   background: transparent url('/public/medad_images/page_aviation.png') no-repeat;
}

a.glowav:hover {
   background-position: -318px 0;
   text-decoration: none;
}
#goToCart {
   float: right;
   font-size: 130%;
   -moz-border-radius: 8px;
   padding: 5px;
   margin-left: 10px;
   width: 95px;
   overflow: hidden;
   position: relative;
   height: 85px;
}
#goToCart a {
   text-decoration: none;
}
#goToCart #goToCartText {
   color: red;
   font-weight: bold;
}
#goToCart .goToCartImg {
   display: block;
   position: absolute;
   text-align: center;
}
#goToCart a:hover .goToCartImg {
   right: 0;
}

