@charset "UTF-8";


/********************************************************************
RESET
********************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/********************************************************************
COMMON
********************************************************************/
body {
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 46px 0 0 0;
}

blockquote {
  font: 20px/32px Georgia, "Times New Roman", Times, serif;
  padding: 10px 20px 30px 20px;
  color: #888;
}

a {
  text-decoration: none;
  color: #1494dd;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  width: 970px;
  margin: 0 auto;
}

#header, #body, #footer {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}

#banner {
  text-align: center;
  padding: 10px 0;
  clear: both;
}

.divider {
  color: #bbb;
  margin: 0 2px;
}

.ad_title {
  color: #bbb;
}

div.hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ebebe8;
  margin: 16px 0 16px 0;
  clear: both;
}

div.hr hr {
  display: none;
}


/********************************************************************
TOP NAV
********************************************************************/
#top_nav {
  list-style: none;
  border-left: 1px solid #999;
  float: left;
}

#top_nav li {
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  display: inline;
  background: #eee;
  width: 100px;
  float: left;
  text-align: center;
}

#top_nav li a {
  margin: 4px 8px;
  display: block;
  text-decoration: none;
  color: #3d3e3e;
  text-transform: uppercase;
}

#login {
  font-size: 12px;
  position: absolute;
  right: 0;
}

#logo {
  position: relative;
}

#search_form {
  position: absolute;
  top: 16px;
  right: 20px;
}

#search_form label {
  text-transform: uppercase;
}

#search_box {
  width: 130px;
  height: 18px;
  padding: 5px 5px 0 5px;
  float: left;
  color: #bbb;
}

#search_box.on {
  color: #333;
}

#search_form a {
  width: 80px;
  float: left;
  margin: 0 0 0 5px;
}


/********************************************************************
LOGO
********************************************************************/
#logo {
  padding: 8px 20px 4px 20px;
}


/********************************************************************
NAV
********************************************************************/
#nav {
  list-style: none;
  float: left;
  font: 11px Georgia, "Times New Roman", Times, serif;
  border-top: 2px solid #444;
  width: 970px;
  margin: 5px 0 0 0;
}

#nav li {
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  display: block;
  width: 125px;
  padding: 0 6px;
  float: left;
  text-align: center;
}

#nav li.last {
  border-right: none;
  width: 130px;
}

#nav li.on {
  border-bottom: 1px solid #eee;
  background: #eee;
}

#nav li a {
  margin: 4px 8px;
  display: block;
  text-decoration: none;
  color: #3d3e3e;
  text-transform: uppercase;
}

#nav li a:hover {
  text-decoration: underline;
}


/********************************************************************
SUB NAV
********************************************************************/
#subnav {
  list-style: none;
  float: left;
  width: 930px;
  padding: 6px 0 6px 40px;
  background: #eee;
  border-bottom: 1px solid #cfcfcf;
}

#subnav li {
  width: 125px;
  display: inline;
  margin: 0 6px;
}

#subnav li.last {
  border: none;
}

#subnav li a {
  margin: 4px 8px;
  text-decoration: none;
  color: #3d3e3e;
  text-transform: uppercase;
}

#subnav li a:hover {
  text-decoration: underline;
}

#subnav li a strong {
  font-weight: bold;
}


/********************************************************************
BODY
********************************************************************/
#body {
  border: 1px solid #999;
  min-height: 400px;
}


/********************************************************************
CONTENT
********************************************************************/
#content {
  float: left;
}

#content #col_left {
  float: left;
  width: 600px;
  padding: 20px;
  font: 15px/24px Georgia, "Times New Roman", Times, serif;
  border-right: 1px solid #cfcfcf;
}

#content #col_left h1 {
  font: 24px/30px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 14px 0;
}

#content #col_left h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.post_details {
  color: #999;
  font: 10px/14px Arial, Helvetica, sans-serif;
}

.disclaimer {
  color: #999;
  font: 10px/14px Arial, Helvetica, sans-serif;
}

#content #col_left p {
  margin: 0 0 12px 0;
}

#links {
  padding: 0 10px;
}

#links {
  font: 11px/14px Arial, Helvetica, sans-serif;
  margin: 0 10px;
  list-style: none;
}

#links li {
  margin: 8px 0;
}

#links a {
  color: #333;
  text-decoration: underline;
}

#links a:hover {
  text-decoration: none;
}

#links li#link_read a {
  padding: 0 0 0 20px;
  background: url(/custom/images/icons/search.png) no-repeat 0 50%;
}

#links li#link_order a {
  padding: 0 0 0 20px;
  background: url(/custom/images/icons/promotion.png) no-repeat 0 50%;
}

#links li.link_visit_site a {
  padding: 0 0 0 20px;
  background: url(/custom/images/icons/user.png) no-repeat 0 50%;
}

#content #col_right {
  float: left;
  width: 289px;
  padding: 20px;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

#content #col_right .item {
  margin: 0 0 30px 0;
}

/* TABS */

#content #col_right #tabs {
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

#content #col_right #tabs .tab ul, #content #col_right #tabs .tab ol {
  margin: 5px 20px;
}

#content #col_right #tabs .tab ul li, #content #col_right #tabs .tab ol li {
  margin: 0 0 8px 0;
}


/********************************************************************
FOOTER
********************************************************************/

#footer {
  margin: 4px 0 20px 0;
  border: 1px solid #999;
  padding: 10px 20px;
  width: 930px;
  font-size: 11px;
}

#footer p {
  margin: 10px 0;
  text-align: center;
}

#footer a {
  color: #3d3e3e;
  text-decoration: underline;
  margin: 0 6px;
}

#footer a:hover {
  text-decoration: none;
}


/********************************************************************
UI DIALOG
********************************************************************/

.ui-dialog-titlebar {
  display: none;
}

.ui-widget-overlay {
  opacity: 0.85 !important;
  background: #000;
}

.ui-dialog-content {
  padding: 0;
}


/********************************************************************
EXTRAS
********************************************************************/

#book_cover_wrapper {
  float: right;
  width: 285px;
  height: 357px;
  margin: 6px 0 4px 12px;
  position: relative;
  left: 20px;
}


/********************************************************************
DIALOG
********************************************************************/

#dialog {
  background: url(/custom/images/pop_bg.gif) repeat-x;
  position: relative;
}

#dialog strong {
  font-weight: bold;
}


/********************************************************************
DIALOG LANDING
********************************************************************/

#dialog h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #aaa;
}

#dialog p {
  line-height: 1.8em;
  margin: 0 0 12px 0;
}

#dialog_title {
  background: url(/custom/images/pop_title.gif) no-repeat top center;
  height: 50px;
  text-indent: -90000px;
  margin: 20px 0 0 0;
}

#dialog_alert {
  background: url(/custom/images/pop_alert_neutral.gif) no-repeat top center;
  height: 56px;
  padding: 12px 20px 0 20px;
  text-align: center;
  margin: 12px 0;
  line-height: 2em;
}

#dialog_options {
  list-style: none;	
  position: absolute;
  top: 162px;
  left: 0;
}

#dialog_options li {
  list-style: none;
  float: left;
}

#dialog_options li a {
  text-indent: -90000px;
  display: block;
  height: 164px;
}

#dialog_page_landing {
  position: relative;
  width: 656px;
  padding: 20px 0;
  margin: 0;
}

/* SHARE BUTTON */
#btn_share {
  width: 165px;
}

#btn_share a {
  background: url(/custom/images/pop_btn_share.gif) no-repeat;
}

/* CO-AUTHOR BUTTON */
#btn_coauthor {
  width: 150px;
}

#btn_coauthor a {
  background: url(/custom/images/pop_btn_coauthor.gif) no-repeat;
}

/* READ BUTTON */
#btn_read {
  width: 166px;
}

#btn_read a {
  background: url(/custom/images/pop_btn_read.gif) no-repeat;
}

/* PRE-ORDER BUTTON */
#btn_preorder {
  width: 175px;
}

#btn_preorder a {
  background: url(/custom/images/pop_btn_preorder.gif) no-repeat;
}

#dialog_footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 0 auto 10px auto;
  width: 656px;	
}

#dialog_close_btn {
  background: url(/custom/images/pop_close_btn.gif) no-repeat;
  width: 17px;
  height: 15px;
  text-indent: -90000px;
  position: absolute;
  top: 6px;
  right: 6px;	
}

#dialog_name_em {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;	
}


/********************************************************************
DIALOG EMAIL FRIEND
********************************************************************/

#dialog_nav {
  width: 149px;
  padding: 10px 20px 10px 10px;
  float: left;
  border-right: 1px solid #b5d8ea;
}

#dialog_nav ul {
  list-style: none;
}

#dialog_nav ul li {
  border-bottom: 1px solid #9cc0d3;
}

#dialog_nav ul li a {
  display: block;
  padding: 10px 10px 10px 22px;
  list-style: none;
}

#dialog_nav ul ul {
  padding-bottom: 10px;
}

#dialog_nav ul ul li a {
  padding: 4px 10px 4px 22px !important;
  background: none !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

#dialog_nav ul ul li.on a {
  text-decoration: underline !important;
  font-weight: bold !important;
}

#dialog_nav ul ul li a:hover {
  text-decoration: underline !important;
}

#dialog_nav ul ul li, #dialog_nav ul ul li.on {
  border: none !important;
}

#dialog_nav ul li.on a {
  text-decoration: underline;
  font-weight: bold;
}

/* NAV BUTTON SHARE */
#dialog_nav ul li#dialog_nav_share a {
  background: url(/custom/images/icons/comments.png) no-repeat 0 50%;
}

/* NAV BUTTON CO-AUTHOR */
#dialog_nav ul li#dialog_nav_coauthor a {
  background: url(/custom/images/icons/user.png) no-repeat 0 50%;
}

/* NAV BUTTON READ */
#dialog_nav ul li#dialog_nav_read a {
  background: url(/custom/images/icons/book.png) no-repeat 0 50%;
}

/* NAV BUTTON PRE-ORDER */
#dialog_nav ul li#dialog_nav_preorder a {
  background: url(/custom/images/icons/promotion.png) no-repeat 0 50%;
}

#dialog_nav ul li.last a {
  border: none;
}

.dialog_page {
  width: 402px;
  padding: 20px 10px 10px 20px;
  float: left;
  position:relative;
}


/********************************************************************
DIALOG SOCIAL LINKS
********************************************************************/

#social_links {
  list-style: none;
  width: 440px;
  float: left;
}

#social_links li {
  width: 110px;
  float: left;
}

#social_links li a {
  padding: 4px 4px 4px 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-bottom: 10px;
}

#social_link_facebook a {
  background: url(/custom/images/icon_social/facebook.gif);
}

#social_link_myspace a {
  background: url(/custom/images/icon_social/myspace.gif);
}

#social_link_twitter a {
  background: url(/custom/images/icon_social/twitter.gif);
}

#social_link_readdit a {
  background: url(/custom/images/icon_social/readdit.gif);
}

#social_link_digg a {
  background: url(/custom/images/icon_social/digg.gif);
}

#social_link_delicious a {
  background: url(/custom/images/icon_social/delicious.gif);
}

#social_link_blogger a {
  background: url(/custom/images/icon_social/blogger.gif);
}

#social_link_stumbleupon a {
  background: url(/custom/images/icon_social/stumbleupon.gif);
}

#social_link_mixx a {
  background: url(/custom/images/icon_social/mixx.gif);
}

#social_link_wordpress a {
  background: url(/custom/images/icon_social/buzz.gif);
}

#social_link_buzz a {
  background: url(/custom/images/icon_social/buzz.gif);
}

#social_link_technorati a {
  background: url(/custom/images/icon_social/technorati.gif);
}

#social_link_typepad a {
  background: url(/custom/images/icon_social/typepad.gif);
}


/********************************************************************
ERROR MESSAGES
********************************************************************/

.message_positive {
  border: 1px solid #58ab0d;
  background: #ddf3ca;
  padding: 4px;
  text-align: center;
}

.message_neutral {
  border: 1px solid #e5f125;
  background: #f6f7e5;
  padding: 4px;
  text-align: center;
}

.message_negative {
  border: 1px solid #d12039;
  background: #f9e7ea;
  padding: 4px;
  text-align: center;
}


/********************************************************************
SOCIAL BAR
********************************************************************/

#social_bar {
  position: fixed;
  top: -44px;
  left: 0;
  width: 100%;
  height: 44px;
  background: url(/custom/images/social_bar_bg.png) repeat-x;
  z-index: 1000;
}

#social_bar_content {
  width: 970px;
  margin: 0 auto;
}

#social_bar_label {
  text-indent: -90000px;
  width: 112px;
  height: 44px;
  background: url(/custom/images/social_bar_label.png) no-repeat;
  float: left;
  margin-left: 10px;
}

#social_bar ul {
  list-style: none;
  width: 600px;
}

#social_bar ul li {
  float: left;
  margin-left: 10px;
}

#social_bar ul a {
  display: block;
  height: 44px;
  text-indent: -90000px;
}

#social_bar ul a:hover {
  background-position: 0 -44px; 
}

#social_bar_email a {
  background: url(/custom/images/social_bar_email.png) no-repeat;
  width: 72px;
}

#social_bar_facebook a {
  background: url(/custom/images/social_bar_facebook.png) no-repeat;
  width: 95px;
}

#social_bar_twitter a {
  background: url(/custom/images/social_bar_twitter.png) no-repeat;
  width: 79px;
}

#social_bar_other a {
  background: url(/custom/images/social_bar_other.png) no-repeat;
  width: 82px;
}