/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: -50px; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: none; }

.ui-dialog { position: absolute; }

.books_tool_tip .books_top {
  height: 8px;
  width: 398px;
  margin-bottom: -5px;
  background: url(/dms/ucp/images/popup-top.png) right no-repeat;
}

.books_tool_tip .books_bottom {
  height: 11px;
  width: 398px;
  background: url(/dms/ucp/images/popup-bot.png) right no-repeat;
}

.books_tool_tip .books_inner {
  width: 398px;
  background: url(/dms/ucp/images/popup-bg.png) right repeat-y;
  overflow: hidden;
  color: #3e3e3e;
}

.books_tool_tip .books_inner .book_img {
  /** width: 135px; **/
  float: left;
  margin: 14px 0 14px 14px;
  overflow: hidden;
}

.books_tool_tip .books_inner .text {
  width: 220px;
  float: right;
  font-family: Georgia;
  text-align: left;
  margin: 14px 28px 14px 0;
  min-height: 97px;
  overflow: hidden;
}

.books_tool_tip .books_inner .text p {
  border-top: #a7a9ac 1px dotted;
  border-bottom: #a7a9ac 1px dotted;
  padding: 5px 0;
  margin: 0;
}

.books_tool_tip .books_inner .text p.links {
  border-top: #000 1px solid;
  margin-top: 1px;
  border-bottom: none;
}

.books_tool_tip .books_inner p.links a {
  color: #3e3e3e;
  text-decoration: none;
  font-family: Georgia;
  /** background: url(/dms/ucp/images/layout/anchor-hover.png) bottom repeat-x; **/
  border-bottom: 1px dotted #00CCFF;
  padding: 0 0 2px;
}

.books_tool_tip .books_inner p.links a:hover {
  text-decoration: none;
  background: none; /** added by AZH **/
}

.books_tool_tip .books_inner p {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

.books_tool_tip .books_inner h3 {
  font-family: Verdana, Arial, sans-serif;
  color: #3E3E3E;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 2px 0;
}

.books_tool_tip .books_inner h2 {
  font-family: 'FreightMicroProBook', Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  margin: 0 0 1px;
  padding: 0 0 4px;
  border-bottom: #000 1px solid;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.1;
}


.books_tool_tip .books_inner .author,
.books_tool_tip .books_inner .author a {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #A9BA14;
  margin-bottom: 2px;
}


.close_btn {
    position: relative;
    float: right;
    right: 28px;
    bottom: 20px;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    height: 10px;
    font-size: 10px;
    border-bottom: none; /** added by AZH **/
}

.close_btn:hover {
    text-decoration: underline;
    border-bottom: none;
    cursor: pointer;
}



