body { 
  width: 80%;
  margin-left: 10%; 
}

img { 
  border: none; 
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
a:link { color: #0063DC; text-decoration: underline; }
a:visited { color: #2E67C7; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }

/* login {{{ */
div#login_hint {
  float: left;
  width: 25%;
}
div#login_form {
  float: left;
  margin-left: 20px;
}
/* }}} */
/* index {{{ */
div#index_left {
  width: 28%;
  float :left;
  position: relative;
}
div#index_middle {
  width: 40%;
  float :left;
  position: relative;
}
div#index_right {
  width: 28%;
  float: right; 
  position: relative;
}
div#index_rank_booker {
  width: 100%;
  float: left;
}
div#index_recentbooklog {
  width: 100%;
  float: left;
}
div#index_recent_shelfbook {
  width: 100%;
  float: left;
}
div#index_rank_book {
  width: 100%;
  float: left;
}
/* }}} */
/* 書目區 http://booker.tw/isbn/XXX {{{ */
div#book_top {
  clear: both;
}
div#book_top div#book_top_left {
  width: 70%;
  float: left;
}
div#book_top div#book_top_right {
  width: 30%;
  float: right;
}
/* }}} */

div#hint_window{
  width: 8%;
  height: 20px;
  left: 91%;
  border: 1px solid black;
  position: absolute;
  display: none;
}
img.bookcover {
  border: 2px solid black;
  height: 170px;
  width: 120px;
  position: relative;
}
div.bookcover {
  width: 130px;
  float: left;
}
div.bookcontent {
  float: left;
  width: 60%;
}
input.search_input_init {
  color: #666666;
}
/* Common 區 */
/* div_user_inc {{{ */
div.div_user {
}
div.div_user div.div_user_id {
  display:none;
}
/* }}} */

/* 網頁區  */
div.friend_user {
  float: left;
}
div.friend_userdata {
  padding: 5px;
  float: left;
}
/* 書櫃區 http://booker.tw/shelf/XXX {{{ */
div#bookshelf{
  width: 100%;
  margin:0 auto;
  padding:0;
  clear:both;
}

div.bookinset {
  position: relative;
  left: 20px;
  border-left: 1px solid black;
}
div#shelf_main {
  left: 0;
  width: 70%;
  float: left;
}

div#bookshelf div#tag_menu {
  border-top: 2px black dotted;
  border-bottom: 2px black dotted;
  width: 20%;
  color: black;
  background-color: #dddddd;	 
  float: right;
}

div#content {
  text-align: left;	 
}


div#bookshelf div.pager {
  font-size: 10pt;
  text-align: center;
  clear: both;
}

div.book {
  margin-top: 2pt;
  margin-bottom: 10pt;
  border-bottom: 1px dotted black;
}

div.book img.cover {
  border: 2px solid black;
  float: left;
  height: 90px;
  width: 70px;
  position: relative;
}

div.book span.book_act {
  font-size: 8pt;
}

span.shelf_tag {
  font-size: 8pt;
}

div.book_tag {
  clear: both;
}
div.bookshelf_desc_empty {
  font-size: 8pt;
  color: #999999;
}
span.bookshelf_tag_empty {
  font-size: 8pt;
  color: #999999;
}

div.bookshelf_desc {
  font-size: 10pt;
  color: black;
}
/* }}} */
/* 搜尋結果區 search {{{ */
div#search_result_area {
  border-left: 5px #8DB6E4 solid;   
  border-bottom: 5px #8DB6E4 solid;
  margin: 5px;
}

div#search_result_area div.area_head {
  background: #8DB6E4 ;
  height: 20px;
}

div#search_result_area div.area_head div#title_right {
  float: right;
}

div.findbook {
  border-bottom: black 2px dotted;
  padding: 3px;
  clear: both;
}
div.findbook img.bookcover {
  float: left;
  border: black solid 2px;
}

div.act {
  clear: both;
}
/* }}} */
/* 標頭區 head {{{ */
div#search_area {
  background-image: url(/pic/edge.jpg);
  background-repeat: repeat-x;
  background-position: bottom left;
  height: 58px;
  clear: both;
}
div#search_area div#account_tool {
  text-align: right;
}
div#search_area div#search_area_logo {
  padding-left: 150px;
  float: left;
}
div#search_area div#search_box {
  float: right;
}
div#book_tool {
  text-align: right;
}
/* }}} */
/* 檔尾區 tail {{{ */
div#footer {
  clear: both;
}
div#footer div#footer_bar {
  background: #8DB6E4;
  text-align: right;
  color: #FFFFFF;
  font-weight: bold;
}
div#footer div#footer_copyright {
  float: left;
  text-align: left;
}
div#footer div#footer_language {
  text-align: right;
}
div#footer div#footer_link {
  text-align: right;
}
/* }}} */
/* 個人資料 edit_info {{{*/
div#user_left {
  float: left;
  width: 30%;
}
div#user_right {
  float: right;
  width: 70%;
}
div.aboutme {
  border: dotted black 2px;
  margin: 5px;
}
/* }}} */
/* 我的帳號 account {{{*/
div#left_area {
  float: left;
  width: 50%;
}
div#right_area {
  float: right;
  width: 50%;
}
/* }}} */
span.field {
   font-size: 13px;
}
/* Section {{{ */
div.section {
  border: 1px solid #8DB6E4;
  margin: 5px;
  clear: both;
}
div.section div.help {
  font-size: 13px;
}
div.section div.title {
  clear: both;
  background-color: #8DB6E4;
  width: 100%;
  color: white;
  font-size: 20px;
}
div.section div.title_right {
  float: right;
}
div.section div.title_right a:link {
  color: red;
}
div.section div.title_right a:visited {
  color: red;
}
div.section div.content {
  padding: 5px;
}

div.section div.content div.section_pager {
  float: left;
}
div.section div.content div.bookicon {
  width: 80px; 
  float:left; 
  text-align: center; 
  margin: 1px;
}
div.section div.content div.bookicon_selected {
  width: 80px; 
  border: 1px solid;
  float:left; 
  text-align: center; 
  margin: 1px;
}

/* }}} */
/* 追蹤資訊 subscription {{{*/
div#subscription_list {
  float: left;
}

div#subscription_list li {
  list-style-type: none; 
  list-style-position: outside;
}

div#subscription_list li.selected {
  background-color: #8DB6E4;
}

div#event_list {
  border: 2px solid #8DB6E4;
  float: left;
  width: 65%;
  margin-top: 10px;
}

div#event_list div.title {
  background-color: #8DB6E4;
}
/* }}} */
/* 書塊 tinybook {{{ */
div.tinybook {
  margin: 2px;
  width: 200px;
  float: left;
  position: relative;
}
div.tinybook img.bookcover {
  border: 1px solid black;
  float: left;
  height: 90px;
  width: 70px;
}
div.tinybook div.booktitle {
}
div.tinybook div.bookcontent {
  font-size: 12px;
}
div.clear {
  clear:both;
}
/* }}} */
/* BookLog {{{ */
div.booklog div.booklogtitle{
  font-size: 20px;
}
div.booklog div.author{
  clear: both;
}
div.booklog hr {
  clear: both;
}
/* }}} */
/* 加書區 {{{ */
div#choose_book_area{
}
div#choose_book_area div#act_previous {
  float:left;
}
div#choose_book_area div#act_next {
  float:left;
}
div#choose_book_area div.choose_book{
  float: left;
  width: 15%;
  border: 1px solid black;
  height: 80px;
  margin: 2px;
}


/* }}} */

span.act{
  font-size: 12px;
}
div.set_act{
  font-size: 11px;
}

div.booklog_tiny img.booklogcover {
  height: 80px;
  width: 50px;
  float: left;
}
div.booklog_tiny div.booklogtitle{
  FONT-WEIGHT: bold;
}
div.booklog_tiny div.booklogcontent{
  font-size: 12px;
}
