/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reused parts
---------------------------------------------------------
Borrowed from UI_components made by Yossy for ranking top
---------------------------------------------------------
*/
.bread-crumbs-container .bread-crumbs {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  zoom: 1;
}
.bread-crumbs-container .bread-crumbs > * {
  vertical-align: middle;
}
.bread-crumbs-container .bread-crumbs a {
  text-decoration: none;
}
.bread-crumbs-container .bread-crumbs a.st-active {
  color: #000000;
  font-weight: bold;
  cursor: default;
}
.bread-crumbs-container .bread-crumbs a:hover {
  text-decoration: underline;
}

.rank {
  font-size: 17px;
  color: #666666;
  font-weight: bold;
  padding: 9px 0 5px;
}
.rank i {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.rank.rank-first i {
  background-image: url(../img/genre_top.png);
  background-position: 0px 0px;
  width: 25px;
  height: 22px;
}
.rank.rank-second i {
  background-image: url(../img/genre_top.png);
  background-position: -35px 0px;
  width: 25px;
  height: 22px;
}
.rank.rank-third i {
  background-image: url(../img/genre_top.png);
  background-position: 0px -32px;
  width: 25px;
  height: 22px;
}
.rank.rank-other i {
  background-image: url(../img/genre_top.png);
  background-position: -35px -32px;
  width: 23px;
  height: 20px;
}

/* New parts
--------------------------------------------
will be reorganized when time comes...
please place them in scss file of each parts
--------------------------------------------
*/
#mainArea .genre-top-h2 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  float: none;
  border-bottom: 1px solid #B0B0B0;
  padding: 1px 0 5px;
  color: #555555;
  line-height: 1;
  margin-top: 30px;
  width: 100%;
}
#mainArea .genre-top-h3 {
  font-size: 13px;
  font-weight: bold;
  background: #ececec;
  margin-top: 10px;
  padding: 5px 7px;
  color: #000000;
}

.see-more-link {
  margin-bottom: 10px;
text-align: right;
}


#main .container .sliderParts .slider-icon {
  position: absolute;
  *top: 0;
  *left: 0;
  width: 100%;
  margin: 44px 0 0;
}
#main .container .sliderParts .slider-icon li a, #main .container .sliderParts .slider-icon li a:hover {
  background-position: center 50%;
}
#main .container .sliderParts .slider-icon li.recommendBack {
  float: left;
}
#main .container .sliderParts .slider-icon li.recommendNext {
  float: right;
}
#main .showCaseWrapper .showCaseInner .info-label {
  background: #ececec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  margin: 10px 0 5px;
}
#main .showCaseWrapper .showCaseInner p, #main .showCaseWrapper .showCaseInner .publisher, #main .showCaseWrapper .showCaseInner .price {
  margin-top: 8px;
}
#main .sliderParts #recently-published,
#main .sliderParts #recommended-recently-published,
#main .sliderParts #recommended-recently-checked {
  position: relative;
}
#main .sliderParts #recently-published .slider-icon li a,
#main .sliderParts #recommended-recently-published .slider-icon li a,
#main .sliderParts #recommended-recently-checked .slider-icon li a {
  height: 210px;
}
#main .sliderParts #recently-published .showCase .showCaseInner dl,
#main .sliderParts #recommended-recently-published .showCase .showCaseInner dl,
#main .sliderParts #recommended-recently-checked .showCase .showCaseInner dl {
  width: 210px;
}
#main .sliderParts #recently-published .showCase .showCaseInner dl dt,
#main .sliderParts #recommended-recently-published .showCase .showCaseInner dl dt,
#main .sliderParts #recommended-recently-checked .showCase .showCaseInner dl dt {
  height: auto;
}
#main .sliderParts #recently-published .showCase .showCaseInner dl dt a,
#main .sliderParts #recommended-recently-published .showCase .showCaseInner dl dt a,
#main .sliderParts #recommended-recently-checked .showCase .showCaseInner dl dt a {
  width: 210px;
  height: 210px;
}
#main .sliderParts #recently-published .showCase .showCaseInner dl dt img,
#main .sliderParts #recommended-recently-published .showCase .showCaseInner dl dt img,
#main .sliderParts #recommended-recently-checked .showCase .showCaseInner dl dt img {
  max-height: 210px;
  *height: 210px;
  max-width: 210px;
  *width: auto;
}
#main .sliderParts #recently-published .showCase .showCaseInner dl dd,
#main .sliderParts #recommended-recently-published .showCase .showCaseInner dl dd,
#main .sliderParts #recommended-recently-checked .showCase .showCaseInner dl dd {
  width: 210px;
  max-width: 210px;
  *width: auto;
}
#main .sliderParts #sample-ebook {
  position: relative;
}
#main .sliderParts #sample-ebook .slider-icon li a {
  height: 140px;
}
#main .sliderParts #sample-ebook .showCase .showCaseInner dl {
  width: 140px;
}
#main .sliderParts #sample-ebook .showCase .showCaseInner dl dt {
  height: auto;
}
#main .sliderParts #sample-ebook .showCase .showCaseInner dl dt a {
  width: 140px;
  height: 140px;
}
#main .sliderParts #sample-ebook .showCase .showCaseInner dl dt img {
  max-height: 140px;
  *height: auto;
  max-width: 140px;
  *width: auto;
}
#main .sliderParts #sample-ebook .showCase .showCaseInner dl dd {
  width: 140px;
  max-width: 140px;
  *width: auto;
}
#main .sliderParts #backnumber {
  position: relative;
}
#main .sliderParts #backnumber .slider-icon li a {
  height: 180px;
}
#main .sliderParts #backnumber .slider-icon {
  *top: 45px;
}
#main .sliderParts #backnumber .showCase .showCaseInner dl {
  width: 180px;
}
#main .sliderParts #backnumber .showCase .showCaseInner dl dt {
  height: auto;
}
#main .sliderParts #backnumber .showCase .showCaseInner dl dt a {
  width: 180px;
  height: 180px;
}
#main .sliderParts #backnumber .showCase .showCaseInner dl dt img {
  max-height: 180px;
  *height: auto;
  max-width: 180px;
  *width: auto;
}
#main .sliderParts #backnumber .showCase .showCaseInner dl dd {
  width: 180px;
  max-width: 180px;
  *width: auto;
}
#main .sliderParts #recently-checked {
  position: relative;
}
#main .sliderParts #recently-checked .slider-icon li a {
  height: 150px;
}
#main .sliderParts #recently-checked .showCase .showCaseInner dl {
  width: 150px;
}
#main .sliderParts #recently-checked .showCase .showCaseInner dl dt {
  height: auto;
}
#main .sliderParts #recently-checked .showCase .showCaseInner dl dt a {
  width: 150px;
  height: 150px;
}
#main .sliderParts #recently-checked .showCase .showCaseInner dl dt img {
  max-height: 150px;
  *height: auto;
  max-width: 150px;
  *width: auto;
}
#main .sliderParts #recently-checked .showCase .showCaseInner dl dd {
  width: 150px;
  max-width: 150px;
  *width: auto;
}

.genre-ranking {
  width: 100%;
  overflow: hidden;
}
.genre-ranking li {
  float: left;
  width: 20%;
}
.genre-ranking li img {
  margin-bottom: 10px;
}
.genre-ranking li p {
  margin-bottom: 10px;
}
.genre-ranking li p.title {
  font-weight: bold;
}

.liquid-box-outer {
  min-width: 745px;
  overflow: hidden;
}
.liquid-box-outer .liquid-box-inner {
  margin: 0 auto;
  padding-right: 10px;
}
.liquid-box-outer .liquid-box-inner a {
  display: block;
}
.liquid-box-outer .liquid-box-inner .info-label {
  background: #ececec;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
  margin: 10px 0 5px;
}

.search-by-topic {
  padding: 10px;
}
.search-by-topic li {
  width: 30%;
  list-style-type: none;
  list-style-position: inside;
  color: #666666;
  float: left;
  line-height: 1.5;
  margin-right: 1%;
}

.search-by-genre {
  padding: 10px;
}
.search-by-genre li {
  width: 33%;
  list-style-type: disc;
  list-style-position: inside;
  color: #666666;
  float: left;
  line-height: 1.5;
}

#powerTip {
  z-index: 10;
}

#sidemenu .partsMenu {
 
}

#main #mainArea .partsBnr {
  float: none;
}

#recent-checked-genre, #recommended-recently-checked {
  display: none;
}

#extra .partsRank ol{
    list-style: outside none decimal;
}