/* Layout */
#layout-left {
  margin-left:16px;
  padding-top:121px;
  padding-bottom:50px;
}
#layout-center {
  margin-left:49px;
  padding-top:117px;
  padding-bottom:50px;
}
#layout-right {
  margin-right:11px;
  padding-top:71px;
  padding-bottom:30px;
}

/* Top Menu (Cascade) */
#top-menu-container {
  background:#8FB2DC url(images.kids/top_menu_bg.gif) bottom left repeat-x;
}
#top-menu td.item {
  background:#EEEEEE url(images.kids/top_menu_item_left.gif) left top no-repeat;
}
#top-menu .item div.wrapper {
  background:transparent url(images.kids/top_menu_item_right.gif) right top no-repeat;
}
#top-menu td.current {
  background-image:url(images.kids/top_menu_item_left_current.gif);
  background-color:#3784BF;
}
#top-menu .current div.wrapper {
  background-image:url(images.kids/top_menu_item_right_current.gif);
}
#top-menu .current a, #top-menu .current div.disabled {
  color:white;
}
#top-menu .current a:hover {
  color:#cfe7ff;
}

/* Drop Subcategories (Cascade) */
#drop-subcategories .body {
  background:#DDEBF8 url(images.kids/bg.gif) repeat-x;
}
#drop-subcategories .sep td {
  background-color:transparent;
}

/* Footer */
#footer {
  background:#5895C1 url(images.kids/footer_bg.gif) repeat-x;
}
#footer, #footer a {
  color:white;
}
#footer a:hover {
  text-decoration:underline;
}

/* Path */
#path {
  color:white;
  cursor:default;
}
#path .literal {
  color:white;
}
#path a {
  color:white;
}
#path a:hover {
  text-decoration:underline;
}
#path .current {
  color:#17629B;
}

/* Page Header */
#page-header {
  width:460px;
  height:45px;
}
#page-header h1 {
  margin:0 90px 0 23px;
  color:white;
  font-weight:normal;
  font-size:19px;
  font-family:georgia,tahoma;
}

/* Kids Featured Book */
.featured-book {
  background:transparent url(images.kids/featured_book_bg_200.jpg) no-repeat;
}
.featured-book table.layout {
  margin:17px 0 0 17px;
  background:#2B6D9F url(images.kids/featured_book_bg_200.jpg) -17px -17px no-repeat;
}
.featured-book .thumb-container {
  margin-top:3px;
  width:88px;
  height:129px;
}
.featured-book .thumb-container img {
}
.featured-book .title {
  padding-left:1px;
}
.featured-book .title a {
  color:white;
  font-size:11px;
  font-weight:bold;
}
.featured-book .author {
  padding-top:3px;
  padding-left:1px;
}
.featured-book .author a {
  color:#F2CD1F;
  font-weight:bold;
  font-size:11px;
}
.featured-book .brief {
  color:white;
  padding:14px 0;
  line-height:1.2em;
  font-size:11px;
}
.featured-book .more {
  padding-left:1px;
}
.featured-book .more a {
  color:#F2CD1F;
  font-weight:bold;
}
.featured-book .more a:hover {
  text-decoration:underline;
}

/* Books Grid */
.books-grid tr.sep td {
  height:30px;
}
.books-grid td.item-thumb {
  text-align:center;
  vertical-align:top;
  height:100px;
}
.books-grid td.item-thumb .age {
  margin-bottom:3px;
  text-align:right;
  width:120px;
}
.books-grid td.item-thumb .age img {
  width:50px;
  height:20px;
}
.books-grid td.item {
  width:153px;
  text-align:center;
  vertical-align:top;
}
.books-grid td.item .title {
  padding-top:6px;
  margin-left:8px;
  margin-right:8px;
}
.books-grid td.item .title a {
  color:#414242;
}
.books-grid td.item .title a:hover {
  color:#335587;
}
.books-grid td.item .author {
  margin-left:8px;
  margin-right:8px;
  font-weight:bold;
}
.books-grid td.item .author a {
  color:#414242;
}
.books-grid td.item .author a:hover {
  color:#335587;
}
.books-grid td.item .price {
  color:#A50E0E;
  font-weight:bold;
}
.books-grid td.item .price del {
  color:#444444;
  font-weight:normal;
}
.books-grid td.item .price-exchausted {
  color:gray;
  font-weight:bold;
}
.books-grid td.item-more-books {
  padding-top:6px;
  text-align:center;
  vertical-align:top;
}
.books-grid td.item-more-books a {
  color:#165483;
  text-decoration:underline;
}
.books-grid td.item-more-books a:hover {
}
.books-grid-empty {
  padding-left:4px;
}

/* Pagination */
.pagination {
  font-size:11px;
  cursor:default;
}
.pagination, .pagination a {
  color:#666666;
}
.pagination .prev-next {
  vertical-align:-2px;
}
.pagination .prev-next img {
  width:15px;
  height:12px;
}
.pagination .disabled {
  color:#CCCCCC;
}
.pagination .current {
  font-size:12px;
  color:#3A699C;
  font-weight:bold;
}
.pagination-info {
  color:#666666;
}
.pagination-info .number {
  color:#4776AB;
  font-weight:bold;
}
.kids .pagination .current {
  color:#A13630;
}
.kids .pagination-info .number {
  color:#A13630;
}

/* Ages Menu */
#ages-menu {
}
#ages-menu img {
  display:block;
  text-align:center;
  color:white;
  font-size:16px;
}
#ages-menu tr.sep td {
  height:8px;
}
#ages-menu td.collapsed {
}
#ages-menu td.collapsed img {
  width:209px;
  height:50px;
}
#ages-menu td.expanded thead img {
  width:209px;
  height:55px;
}
#ages-menu td.expanded tbody td {
}
#ages-menu td.expanded tfoot td {
}
#ages-menu .subcategory {
}
#ages-menu .subcategory tr.sep td {
  height:2px;
}
#ages-menu .subcategory tr.item a, #ages-menu .subcategory tr.item div.current {
  width:100%;
  display:block;
  color:#000000;
}
#ages-menu .subcategory tr.item div.current {
  cursor:default;
}
#ages-menu .subcategory tr.item span {
  display:block;
  padding:4px 5px;
}


/* Book */
#book h1 {
  font-size:18px;
  font-weight:normal;
  color:#1C6BA8;
}
#book .info {
  line-height:1.7em;
}
#book .info div.sep {
  height:1px;
  font-size:1px;
  margin-top:1px;
  border-bottom:1px solid #DAE5EF;
}
#book .info .price {
  font-size:12px;
  color:#B90B00;
}
#book a:hover {
  color:#3A699C;
}
#book .add-to-cart {
  background:white url(images.kids/book_addtocart_bg.gif);
  position:absolute;
  width:153px;
  height:46px;
  left:307px;
  top:-32px;
  margin:0;
}
#book .add-to-cart .submit {
  margin:5px 0 0 5px;
  display:block;
  width:143px;
  height:36px;
  background-color:#4776AB;
  color:white;
}
#book .goto-cart {
  background:transparent url(images.kids/book_cart_bg.gif);
  position:absolute;
  width:42px;
  height:32px;
  left:418px;
  top:-64px;
}
#book .goto-cart img {
  margin:5px 0 0 10px;
  display:block;
  width:27px;
  height:27px;
  background-color:#4776AB;
  color:white;
}
#book .awards th {
  text-align:left;
  font-weight:bold;
}
#book .awards td {
  text-align:justify;
}
#book .brief th {
  text-align:left;
  font-weight:bold;
}
#book .brief td {
  text-align:justify;
}
#book .review-form label {
  display:block;
  color:#18487D;
  font-weight:bold;
  padding:10px 0 2px;
}
#book .review-form input.text, #book .review-form textarea {
  border:1px solid #A4B97F;
  width:100%;
  color:#444444;
  font-family:tahoma;
  font-size:13px;
  padding-left:2px;
}
#book .message {
  padding:20px 10px;
  font-size:11px;
  font-family:verdana;
}
#book .success {
  background-color:#B5DAF5;
  color:#007191;
}
#book .error {
  background-color:#ffcfaf;
  color:red;
}
img.rating-star {
  width:11px;
  height:10px;
  vertical-align:-3px;
}
#book .rating-form th {
  text-align:left;
}
#book .rating-form .controls td {
  padding-top:1px;
  padding-bottom:4px;
}
#book .rating-form td.radio {
  border-left:1px solid #BABABA;
  padding-left:3px;
  padding-right:1px;
}
#book .rating-form td.stars {
  padding-right:6px;
  padding-top:1px;
  cursor:default;
}
#book .related-books th {
  text-align:left;
}
#book .related-books a:hover {
  color:#4776AB;
  color:#335587;
}

/* Heors */
#heros td.sep {
  width:50px;
}
#heros td.item-thumb, #heros td.item, #heros td.more {
  width:101px;
}
#heros td.item-thumb {
  height:89;
  text-align:center;
  background:transparent url(images.kids/heros_item_thumb_bg.gif) center top no-repeat;
}
#heros td.item-thumb img {
  margin-bottom:4px;
}
#heros td.item {
  vertical-align:top;
  text-align:center;
  padding-top:3px;
}
#heros td.item a {
  color:#1A649D;
  font-weight:bold;
}
#heros td.item a:hover {
  color:#FD8900;
}
#heros td.more {
  padding-top:3px;
  padding-bottom:20px;
  vertical-align:top;
  text-align:center;
}
#heros td.more a {
  color:#165483;
  text-decoration:underline;
}
#heros td.more a:hover {
}

/* Books List */
.books-list .item {
  background:white url(images.kids/books_list_item_bg.gif) left bottom repeat-x;
  border-bottom:2px solid #BCD1DF;
  padding:12px 0 9px 13px;
}
.books-list .item table {
  width:434px;
}
.books-list .item table td {
  vertical-align:top;
}
.books-list .item td.image {
  width:77px;
}
.books-list .item td.info {
  width:357px;
}
.books-list .item td.image div.frame {
  width:69px;
  height:92px;
}
.books-list .item h2 {
  font-weight:bold;
  font-size:11px;
  margin:0;
}
.books-list .item .info a:hover {
  color:#335587;
}
.books-list .item .category {
  margin-top:1px;
}
.books-list .item .brief {
  margin-top:12px;
}

/* Authors */
#authors .item {
  width:48.5%;
  height:23px;
  background:white url(images.kids/authors_item_bg.gif) left bottom repeat-x;
  border-top:1px solid #DDEBF8;
  border-bottom:1px solid #BCD1DF;
  padding:0 12px;
}
#authors td.sep {
  width:3%;
}
#authors .item a:hover {
  color:#A13630;
}

/* Alphabet Gr-En */
#alphabet-gr-en a, #alphabet-gr-en span.current {
  float:left;
  width:15px;
  height:14px;
  line-height:14px;
  margin-right:1px;
  background:#83ACD4 url(images.kids/alphabet_item.gif) no-repeat;
  color:white;
  text-align:center;
  vertical-align:middle;
}
#alphabet-gr-en span.current, #alphabet-gr-en a:hover {
  background:#225082 url(images.kids/alphabet_item_rollover.gif);
}
#alphabet-gr-en span.current {
  cursor:default;
}
#alphabet-gr-en a.big, #alphabet-gr-en span.big {
  width:29px;
  height:32px;
  margin-right:2px;
  line-height:32px;
  background:#83ACD4 url(images.kids/alphabet_big_item.gif) no-repeat;
}
#alphabet-gr-en span.big, #alphabet-gr-en a.big:hover {
  background:#225082 url(images.kids/alphabet_big_item_rollover.gif);
}
#alphabet-gr-en span.big {
  cursor:default;
}

/* Áuthor */
#author-content {
  text-align:justify;
}
#author-content img.portrait {
  float:left;
  margin:4px 10px 2px 0;
}
#author-content h2 {
  font-size:15px;
  font-weight:normal;
  color:#214D7E;
  margin-bottom:13px;
}
#author-content.empty h2 {
  margin-bottom:0;
}

/* Awarded */
.awarded-book a:hover {
  color:#335587;
}

/* Under Publication */
#under-publication thead th {
  text-align:left;
  font-weight:bold;
  background-color:#6E96BD;
  background-repeat:no-repeat;
  color:white;
  height:34px;
}
#under-publication thead th.sep {
  background-image:url(images.kids/under_publication_header_bg_sep.gif);
  background-position:center top;
}
#under-publication .wrapper {
  padding:0 10px;
}
#under-publication tbody .item td {
  background:#ffffff url(images.kids/under_publication_item_bg.gif) left bottom repeat-x;
  height:51px;
}
#under-publication .sep td {
  background:#BCD1DF;
  height:1px;
}
#under-publication .title a {
  font-weight:bold;
  color:#3A699C;
}
#under-publication .author {
  color:#585858;
}
#under-publication a:hover {
  color:#3A699C;
}

/* Topic */
/*
#topic-content {
  background:white url(images/content_bg.gif) left bottom repeat-x;
  border-bottom:2px solid #BCD1DF;
  padding:4px 4px 18px;
  text-align:justify;
}
#topic-content.high {
  background-image:url(images/content_high_bg.gif);
}
#topic-content .date {
  color:#2E5B8C;
  font-weight:bold;
  margin-bottom:3px;
}
#topic-content a:hover {
  color:#2E5B8C;
}
#topic-content h2 {
  font-weight:bold;
  margin-bottom:13px;
}
.kids #topic-content {
  background:#BBDCF1 url(images/content_kids_bg.gif) left top repeat-x;
}
*/