/* missnotebook.css */
.missnotebook_box { text-align: left; margin-right: 8px; }
.missnotebook_box .missnotebook_info { width: 438px; height: auto !important; height: 1%; }

.missnotebook_box .missnotebook_info .topview { margin-bottom: 10px; }
.missnotebook_box .missnotebook_info .topview .topview_title { font-size: 12px; font-weight: bold; margin-bottom: 10px; }
.missnotebook_box .missnotebook_info .topview .topview_items ul { margin: 0; padding: 0; }
.missnotebook_box .missnotebook_info .topview .topview_items ul li { clear: left; margin: 0; padding: 0; padding-left: 15px;  background: url('../images/bullet_arrow.gif') center left no-repeat; list-style: none;  }
.missnotebook_box .missnotebook_info .topview .topview_items ul li div.page_title { float: left; height: 13px; width: 255px; margin-right: 5px; overflow: hidden; }

.missnotebook_box .missnotebook_info .searchform { margin-bottom: 10px; }
.missnotebook_box .missnotebook_info .searchform .form_title { margin-bottom: 10px; font-size: 12px; font-weight: bold; } 
.missnotebook_box .missnotebook_info .searchform .form_input { width: 100px; margin-right: 2px; vertical-align: middle; } 
.missnotebook_box .missnotebook_info .searchform .form_select { width: 100px; height: 19px; margin-right: 2px; vertical-align: middle; } 
.missnotebook_box .missnotebook_info .searchform .btn_submit input { vertical-align: middle; width: 70px; height: 21px; border: 0; background: url('../images/btn_submit.gif') top left no-repeat; cursor: pointer; }

.missnotebook_box .missnotebook_items { clear: left; width: 100%; height: auto !important; height: 1%; margin-top: 30px; margin-bottom: 3px; padding-bottom: 30px; border-bottom: 1px solid #a8a8a8; }
.missnotebook_box .missnotebook_items .missnotebook_item { float: left; vertical-align: top; width: 162px; height: 245; margin-right: 10px; margin-bottom: 15px; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_thumbnail { text-align: center; margin-bottom: 10px; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_thumbnail img { border: 0; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details { text-align: left; }

.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title { height: 14px; overflow: hidden; color: #000000; font-weight: bold; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title a { color: #000000; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title a:link,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title a:active,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title a:visited { text-decoration: none; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_title a:hover { text-decoration: none; color: #ff6600; }

.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt { height: 26px; overflow: hidden; color: #666666; height: 26px; margin-top: 2px; overflow: hidden; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt p { margin: 0; padding: 0; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt a { color: #666666; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt a:link,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt a:active,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt a:visited { text-decoration: none; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_excerpt a:hover { text-decoration: none; color: #666666; }

.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count { color: #464646; margin-top: 2px; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count a { color: #464646; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count a:link,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count a:active,
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count a:visited { text-decoration: none; }
.missnotebook_box .missnotebook_items .missnotebook_item .item_details .item_meta_count a:hover { text-decoration: none; color: #464646; }

.missnotebook_box .missnotebook_items .missnotebook_item .item_view { text-align: right; border: 0; height: 15px; margin-left: 108px; margin-bottom: 2px; padding-left: 10px; background: url('../images/bullet_arrow.gif') left center no-repeat; cursor: pointer; }

.missnotebook_box .missnotebook_info .item_title { color: #000000; font-size: 14px; font-weight: bold; }
.missnotebook_box .missnotebook_info .item_excerpt { margin-top: 5px; }
.missnotebook_box .missnotebook_info .item_excerpt p { margin: 0; padding: 0; }
.missnotebook_box .missnotebook_info .item_postdate { color: #21a4fc; font-weight: bold; margin-top: 5px; }
.missnotebook_box .missnotebook_info .item_meta_count { color: #464646; }
.missnotebook_box .missnotebook_info .item_meta_count a { color: #464646; }
.missnotebook_box .missnotebook_info .item_meta_count a:link,
.missnotebook_box .missnotebook_info .item_meta_count a:active,
.missnotebook_box .missnotebook_info .item_meta_count a:visited { text-decoration: none; }
.missnotebook_box .missnotebook_info .item_meta_count a:hover { text-decoration: none; color: #464646; }
.missnotebook_box .missnotebook_content { vertical-align: top; width: 100%; height: auto !important; height: 1%; margin-top: 10px; overflow: hidden; }